h1, h2, div.h2
{
	color: #1c6693
}

h2, div.h2
{
	border-bottom:2px solid #1c6693;
}

#head{
	background:transparent url(images/head_img_bg.jpg) repeat-x top left;
}

#at_frm_bitrix{
	
}

.connection-block .phones{
	color:#485254;
}
/*Main column*/
#content .main-column
{
	vertical-align:top;
	padding:0px 15px 20px 30px;
	margin:0px 25% 0px 0px;
}
.date-modif{
    margin: 20px 0 0;
}
#navigation .bx-breadcrumb .bx-breadcrumb-item{
    white-space:normal;
}

/*Right column*/
#content .right-column
{
	float:left;
	margin-left:-25%;
	width:25%;
}

.go-education .button {
    border-radius: 2px;
    box-shadow: 0 1px 1px #E3E3E3;
    cursor: pointer;
    display: inline-block;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 15px;
    font-weight: bold;
    line-height: 16px;
    margin: 0;
    padding: 12px 0;
    text-align: center;
    text-transform: uppercase;
    width: 100%;
}
.go-education a.orange {
    background: linear-gradient(#FED970, #FEBD4B) repeat scroll 0 0 rgba(0, 0, 0, 0);
    border: 1px solid #D6A437;
    color: #7C5D1B;
    text-decoration: none;
    text-shadow: 1px 1px 0 #FFE8B2;
}
.go-education a.orange:hover {
    background: linear-gradient(#FEBD4B, #FED970) repeat scroll 0 0 rgba(0, 0, 0, 0);
}

body #sh_button{
	background: none #9fa273;
}
body .sh_header{
	background: none #9fa273;
}
body .sh_button, body .sh_button:hover  {
    background: none repeat scroll 0 0 #9fa273;
}
body .sh_button_gray_complete  {
    color: white;
}
a.cd-top{
    color: #fff;
    text-decoration:none;
}

.cd-top {
  display: inline-block;
  /*height: 40px;
  width: 40px;*/
  position: fixed;
  bottom: 40px;
  right: 10px;
  padding: 5px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
  /* image replacement properties */
  overflow: hidden;
  /*text-indent: 100%;*/
  white-space: nowrap;
  background: #9fa273 no-repeat center 50%;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: opacity .3s 0s, visibility 0s .3s;
  -moz-transition: opacity .3s 0s, visibility 0s .3s;
  transition: opacity .3s 0s, visibility 0s .3s;
}
.cd-top.cd-is-visible, .cd-top.cd-fade-out, .no-touch .cd-top:hover {
  -webkit-transition: opacity .3s 0s, visibility 0s 0s;
  -moz-transition: opacity .3s 0s, visibility 0s 0s;
  transition: opacity .3s 0s, visibility 0s 0s;
}
.cd-top.cd-is-visible {
  /* the button becomes visible */
  visibility: visible;
  opacity: 1;
}
.cd-top.cd-fade-out {
  /* if the user keeps scrolling down, the button is out of focus and becomes less visible */
  opacity: .5;
}
.no-touch .cd-top:hover {
  background-color: #9fa273;
  opacity: 1;
}
@media only screen and (min-width: 768px) {
  .cd-top {
    right: 20px;
    bottom: 20px;
  }
}
@media only screen and (min-width: 1024px) {
  .cd-top {
    /*height: 60px;
    width: 60px;*/
    right: 30px;
    bottom: 30px;
  }
}
/*
.sh_btn 	кнопка виджета
.sh_btn_right 	кнопка виджета справа(возможные варианты: sh_btn_top, sh_btn_bottom, sh_btn_right, sh_btn_left)
.sh_btn_right_center 	кнопка виджета справа по центру
.sh_chat 	виджет
.sh_header 	шапка виджета
.sh_hico_close 	иконка закрыть виджет
.sh_hico_popup 	иконка развернуть виджет
.sh_hico_hide 	иконка скрыть виджет
.sh_input 	поле формы input
.sh_textarea 	поле формы textarea
.sh_mess_text 	текст сообщения
.sh_mess_time 	время сообщения
.sh_button_gray_complete 	кнопка завершить
.sh_ic_smiles 	иконка смайлы
.sh_ic_sound 	иконка sound
.sh_ic_attach 	иконка прикрепить файл
.sh_button_back 	кнопка назад
.sh_mess_nick_sel 	ник оператора
.sh_mess_nick 	ник клиента
*/