

/* Start:/bitrix/components/bitrix/system.show_message/templates/.default/style.css?174833000664*/
font.errortext
{
	color:red;
}

font.notetext
{
	color:green;
}

/* End */


/* Start:/bitrix/components/soobwa/soobwa.comments/templates/.default/style.css?174833000510769*/
#comments_soobwa {
  font-family: Arial, sans-serif;
  font-size: 14px;
  margin-bottom: 40px
}
#comments_soobwa * {
  margin: 0;
  padding: 0;
  outline-width: 0
}
#comments_soobwa .comments_title {
  font-size: 20px;
  font-weight: bold;
  color: #555;
  margin-bottom: 20px
}
#comments_soobwa .comments_title span {
  font-weight: normal;
  font-size: 16px;
  color: #ababab
}
#comments_soobwa .user_summary {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center
}
#comments_soobwa .user_summary_avatar {
  width: 35px;
  height: 35px;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  overflow: hidden;
  margin-right: 15px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 35px;
  -ms-flex: 0 0 35px;
  flex: 0 0 35px
}
#comments_soobwa .user_summary_avatar img {
  max-width: 100%
}
#comments_soobwa .user_summary_desc {
  position: relative;
  width: 100%
}
#comments_soobwa .user_summary_content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center
}
#comments_soobwa .user_summary_name {
  font-size: 16px;
  color: #0094e5;
  font-weight: bold;
  margin-bottom: 3px
}
#comments_soobwa .user_summary_date {
  color: #ababab;
  margin-right: 10px
}
#comments_soobwa .comments_main_box {
  margin-bottom: 40px;
  padding-bottom: 50px;
  border-bottom: 1px solid #ebebeb
}
#comments_soobwa .comments_item {
  background: #fff;
  -webkit-box-shadow: 0 1px 6px rgba(0, 0, 0, .2);
  box-shadow: 0 1px 6px rgba(0, 0, 0, .2);
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 10px;
  margin-top: 5px
}
#comments_soobwa .comments_item:first-child {
  margin-top: 0
}
#comments_soobwa .comments_item.no_posted {
  -webkit-box-shadow: 0 1px 6px rgba(255, 88, 88, 1);
  box-shadow: 0 1px 6px rgba(255, 88, 88, 1)
}
#comments_soobwa .comments_header {
  margin-bottom: 15px
}
#comments_soobwa .comments_body {
  margin-left: 50px
}
#comments_soobwa .comments_body_text {
  color: #555;
  font-size: 15px;
  line-height: 22px;
  position: relative;
  overflow: hidden
}
#comments_soobwa .comments_tree_box {
  padding-left: 50px;
  padding-top: 20px;
  display: none
}
#comments_soobwa .comments_tree_item {
  margin-top: 17px;
  border-top: 1px solid #ebebeb;
  padding-top: 20px
}
#comments_soobwa .comments_tree_item:first-child {
  margin-top: 0
}
#comments_soobwa .comments_body_show_tree {
  margin-top: 10px;
  font-weight: bold;
  color: #a5acb3
}
#comments_soobwa .comments_body_show_tree span {
  cursor: pointer
}
#comments_soobwa .comments_body_show_tree span:hover {
  border-bottom: 1px dotted;
  line-height: 1em
}
#comments_soobwa .comments_tree_form {
  padding: 12px;
  background: #f9f9f9;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  position: relative;
  margin-top: 20px
}
#comments_soobwa .form_box {
  position: relative;
  overflow: hidden
}
#comments_soobwa .field {
  float: left;
  display: inline-block;
  vertical-align: bottom;
  width: 100%
}
#comments_soobwa .field_wrap {
  margin-right: 110px
}
#comments_soobwa .field_wrap textarea {
  height: 35px;
  font-size: 14px;
  overflow: auto;
  vertical-align: top;
  resize: vertical;
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border-color: #d2d6d7;
  -webkit-transition: all ease .3s;
  transition: all ease .3s;
  padding: 7px 10px;
  color: #555;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  font-family: Arial, sans-serif;
  line-height: 21px
}
#comments_soobwa .field_wrap textarea:focus {
  border-color: #0094e5
}
#comments_soobwa .form_buttons {
  /*width: 100px;*/
  text-align: right;
  position: absolute;
  right: 0;
  bottom: 0
}
#comments_soobwa .btn {
  height: 35px;
  line-height: 35px;
  position: relative;
  border: 0;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  -webkit-box-shadow: none;
  box-shadow: none;
  cursor: pointer;
  display: inline-block;
  margin: 0;
  text-align: center;
  text-decoration: none;
  -webkit-transition: all ease .3s;
  transition: all ease .3s;
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0 15px
}
#comments_soobwa .btn_inline {
  width: auto
}
#comments_soobwa .btn:disabled {
  background: #a5acb3 !important;
  color: #fff !important
}
#comments_soobwa .btn_gray {
  background: #a5acb3;
  color: #fff;
  padding: 0 10px;
  vertical-align: bottom;
  font-size: 13px;
  font-weight: 700
}
#comments_soobwa .btn_gray:hover {
  background: #c0c3c5;
  color: #fff
}
#comments_soobwa .btn_blue {
  background: #0094e5;
  color: #fff;
  font-weight: 700
}
#comments_soobwa .btn_blue:hover {
  background: #006fba
}
#comments_soobwa .comments_more {
  text-align: center;
  padding-top: 20px
}
#comments_soobwa .btn_light {
  border: 1px solid #d7d7d7;
  padding: 0 20px;
  background: #fff;
  color: #424242;
  height: 35px;
  line-height: 35px;
  font-weight: 700
}
#comments_soobwa .btn_light:hover {
  background: #a4a4a4;
  border-color: #8c8c8c;
  color: #fff
}
#comments_soobwa .comments_main_form .field {
  float: none
}
#comments_soobwa .comments_main_form .field_wrap {
  margin-right: 0;
  margin-bottom: 15px
}
#comments_soobwa .comments_main_form .field_wrap textarea {
  min-height: 90px
}
#comments_soobwa .comments_not_auth_text {
  color: #8c8c8c;
  font-size: 15px;
  margin-bottom: 15px
}
#comments_soobwa .user_summary_rating {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse
}
#comments_soobwa .star {
  text-decoration: none;
  display: block;
  vertical-align: middle;
  width: 20px;
  float: right;
  text-align: center
}
#comments_soobwa .star svg {
  fill: #a5acb3;
  -webkit-transition: all ease .3s;
  transition: all ease .3s
}
#comments_soobwa .star.active svg, #comments_soobwa a.star:hover svg, #comments_soobwa a.star:hover ~ .star svg {
  fill: #0094e5
}
#comments_soobwa .comments_main_form .user_summary_content {
  margin-bottom: 5px
}
#comments_soobwa .form_buttons_box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center
}
#comments_soobwa .comments_main_form .form_buttons {
  position: initial;
  right: auto;
  bottom: auto;
  float: right
}
#comments_soobwa .comments_thanks {
  display: none;
  height: 100%
}
#comments_soobwa .comments_thanks_wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #0094e5;
  font-weight: bold;
  font-size: 18px;
  height: 100%
}
#comments_soobwa .send_mail {
  height: 80px
}
#comments_soobwa .admin_panel_button {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 30px;
  height: 36px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  -webkit-transition: all ease .3s;
  transition: all ease .3s;
  cursor: pointer;
  background: #f9f9f9;
  margin-left: 15px
}
#comments_soobwa .admin_panel_button:hover {
  background: #d6d6d6
}
#comments_soobwa .admin_panel_button span {
  width: 4px;
  height: 4px;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  background: #555;
  margin: 2px 0
}
#comments_soobwa .admin_panel_menu ul {
  list-style: none
}
#comments_soobwa .admin_panel_menu {
  display: none;
  position: absolute;
  top: 100%;
  right: 0;
  z-index: 1;
  background: #fff;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  -webkit-box-shadow: 0 1px 3px 1px #c4c2c2;
  box-shadow: 0 1px 3px 1px #c4c2c2;
  overflow: hidden
}
#comments_soobwa .admin_panel_menu a {
  padding: 7px 15px;
  display: block;
  text-decoration: none;
  border-top: 1px solid #c4c2c2;
  color: #555;
  -webkit-transition: all ease .3s;
  transition: all ease .3s
}
#comments_soobwa .admin_panel_menu li:first-child a {
  border-top: 0
}
#comments_soobwa .admin_panel_menu a:hover {
  background: #f9f9f9
}
#comments_soobwa .no_posted_status {
  font-size: 13px;
  color: #eb1f28
}
@media screen and (min-width:0) and (max-width:580px) {
  #comments_soobwa .comments_item {
    padding: 20px 10px
  }
  #comments_soobwa .comments_tree_list {
    background: #f9f9f9;
    padding: 0 10px
  }
  #comments_soobwa .comments_tree_box {
    padding: 20px 0 0;
    -webkit-border-radius: 0 0 5px 5px;
    border-radius: 0 0 5px 5px
  }
  #comments_soobwa .comments_tree_form {
    margin-top: 0;
    padding-top: 20px
  }
  #comments_soobwa .comments_tree_item:first-child {
    border-top: 0
  }
  #comments_soobwa .field {
    float: none
  }
  #comments_soobwa .field_wrap {
    margin-right: 0;
    margin-bottom: 10px
  }
  #comments_soobwa .form_buttons {
    position: inherit;
    right: auto;
    bottom: auto;
    float: right
  }
  #comments_soobwa .comments_thanks_wrapper {
    font-size: 15px
  }
  #comments_soobwa .send_mail {
    height: 50px
  }
}
/* End */


/* Start:/bitrix/templates/.default/components/bitrix/voting.current/survey_default/style.css?174832998146*/
.vote-form-box-button-last {margin-left: 1em;}
/* End */


/* Start:/bitrix/templates/.default/components/bitrix/voting.form/survey_default/style.css?17483299811073*/
ol.vote-items-list, ol.vote-items-list li {
	margin: 0; padding: 0; border: none; font-size: 100%; list-style-type: none;}
ol.vote-items-list li {}
ol.vote-items-list li.vote-item-vote-first{}
ol.vote-answers-list{margin-top:0.55em;}
ol.vote-answers-list li {
	margin-bottom:0.2em;
	margin-left:0.55em;}
.voting-form-box
{
	font-size:100%;
	border:1px solid #ccc;
	padding: 0.55em;
}

div.vote-item-links{
	float:right;}
.vote-item-title{
	font-weight:bold;}
div.vote-item-date{
	font-style: italic;}
div.vote-item-header{
	margin-bottom: 0.5em;}
div.vote-item-footer{
	margin-top: 0.5em;}
div.vote-item-image{
	float:left;
	padding-right:0.55em;}
div.vote-item-lamp{
	display:none;}
.vote-item-lamp-green span {
	color:green;}
.vote-item-lamp-red span {
	color:red;}
div.vote-clear-float { 
	clear: both;}
form.vote-form {
	margin:0; }
.starrequired {
    color:red; }
.vote-reply-field-captcha-label {
    margin-bottom:6px;}
.vote-vote-footer {
    margin-top:6px;}
.vote-reply-field-captcha-image {
    margin-bottom:6px;}
.vote-form-captcha {
    margin-left:0.55em;}

/* End */
/* /bitrix/components/bitrix/system.show_message/templates/.default/style.css?174833000664 */
/* /bitrix/components/soobwa/soobwa.comments/templates/.default/style.css?174833000510769 */
/* /bitrix/templates/.default/components/bitrix/voting.current/survey_default/style.css?174832998146 */
/* /bitrix/templates/.default/components/bitrix/voting.form/survey_default/style.css?17483299811073 */
