

/* Start:/bitrix/templates/innotech_2/components/bitrix/menu/popup/style.min.css?1699561453490*/
ul.left-menu{list-style:none;margin:0;padding:0;margin-bottom:8px;position:relative}ul.left-menu li{padding:10px 16px;background:#f5f5f5 url(/bitrix/templates/innotech_2/components/bitrix/menu/popup/images/left_menu_bg.gif) top repeat-x}ul.left-menu li a{font-size:100%;color:#bc262c;font-weight:bold;text-decoration:none}ul.left-menu li a:visited{color:#bc262c}ul.left-menu li a:hover{color:#bc262c}ul.left-menu li a.selected:link,ul.left-menu li a.selected:visited,ul.left-menu li a.selected:active,ul.left-menu li a.selected:hover{color:#fc8d3d}
/* End */


/* Start:/bitrix/templates/innotech_2/components/bitrix/menu/bottom/style.css?1699561453949*/
div.grey-tabs-menu
{
	float:left;
	width:100%;
	background:#F4F4F4;
	font-size:93%;
	line-height:normal;
}

div.grey-tabs-menu ul
{
	margin:0;
	padding:10px 10px 0 10px;
	list-style:none;
}

div.grey-tabs-menu li 
{
	display:inline;
	margin:0;
	padding:0;
}

div.grey-tabs-menu a
{
	float:left;
	background:url("/bitrix/templates/innotech_2/components/bitrix/menu/bottom/images/tableft.gif") no-repeat left top;
	margin:0;
	padding:0 0 0 4px;
	text-decoration:none;
	margin-top:0.2em;
}

div.grey-tabs-menu a nobr
{
	float:left;
	display:block;
	background:url("/bitrix/templates/innotech_2/components/bitrix/menu/bottom/images/tabright.gif") no-repeat right top;
	padding:5px 15px 4px 6px;
	white-space:nowrap;
	color:#666;
}

/* Commented Backslash Hack hides rule from IE5-Mac \*/
div.grey-tabs-menu a nobr {float:none;}
/* End IE5-Mac hack */

div.grey-tabs-menu a:hover nobr
{
	color:#000;
}

div.grey-tabs-menu a:hover
{
	background-position:0% -42px;
}

div.grey-tabs-menu a:hover nobr
{
	background-position:100% -42px;
}

div.menu-clear-left
{
	clear:left;
}
/* End */


/* Start:/bitrix/templates/innotech_2/components/bitrix/sale.basket.basket.small/template1/style.css?1699561453329*/
/*Table*/
table.sale_basket_small
{
	width:245;
	border-collapse:collapse;
	font-size:12px;
	border:1px solid #ADC3D5;
}

/*Table head*/
table.sale_basket_small th
{
	text-align: left;
	color:#25639A;
}

/* Table cells and heads*/
table.sale_basket_small th, table.sale_basket_small td
{
	padding: 3px 5px;
	vertical-align:top;
}
/* End */


/* Start:/bitrix/templates/innotech_2/components/bitrix/menu/main/style.css?1699561453949*/
div.grey-tabs-menu
{
	float:left;
	width:100%;
	background:#F4F4F4;
	font-size:93%;
	line-height:normal;
}

div.grey-tabs-menu ul
{
	margin:0;
	padding:10px 10px 0 10px;
	list-style:none;
}

div.grey-tabs-menu li 
{
	display:inline;
	margin:0;
	padding:0;
}

div.grey-tabs-menu a
{
	float:left;
	background:url("/bitrix/templates/innotech_2/components/bitrix/menu/main/images/tableft.gif") no-repeat left top;
	margin:0;
	padding:0 0 0 4px;
	text-decoration:none;
	margin-top:0.2em;
}

div.grey-tabs-menu a nobr
{
	float:left;
	display:block;
	background:url("/bitrix/templates/innotech_2/components/bitrix/menu/main/images/tabright.gif") no-repeat right top;
	padding:5px 15px 4px 6px;
	white-space:nowrap;
	color:#666;
}

/* Commented Backslash Hack hides rule from IE5-Mac \*/
div.grey-tabs-menu a nobr {float:none;}
/* End IE5-Mac hack */

div.grey-tabs-menu a:hover nobr
{
	color:#000;
}

div.grey-tabs-menu a:hover
{
	background-position:0% -42px;
}

div.grey-tabs-menu a:hover nobr
{
	background-position:100% -42px;
}

div.menu-clear-left
{
	clear:left;
}
/* End */


/* Start:/bitrix/templates/innotech_2/styles.css?16995614533947*/
a.language-version-buttons__item {
  color:#5cc34d;
  text-decoration:none;
}
a.language-version-buttons--active {
  background-color: #5cc34d;
  color: #fff;
  text-decoration:none;
}
.login-form-popup {
    /*display: none;*/
    position: absolute;
    /*top: 102%;*/
    left: 15px;
    width: 262px;
    height: 250px;
    background-color: #eff9ee !important;
    overflow:hidden;
    /*width:166px;*/
    height:0;
    /*position:absolute;*/
    top:48px;
    z-index:100;
    text-align:left;
    padding:0 22px;
    box-sizing: border-box;
    border-radius: 5px;
    box-shadow: 0px 0px 2px 0px rgba(0,0,0,0.5);
}

.login-form-popup .log_pass {
  margin: 10px auto;
  font-size: 0.9em;
  font-weight: 700;
  display: inline-block;
}
.login-form-popup input[type="text"], .login-form-popup input[type="password"] {
  border: 1px solid #ccc;
  padding: 5px;
  border-radius: 5px;
  width: 100%;
}
.login-form-popup .join {
  margin: 10px auto;
}
.login-form-popup .remember {
  font-size: 0.9em;
  font-weight: 700;
}
.login-form-popup a.close {
  position: absolute;
  top: 5px;
  right: 10px;
}


.remember label {
  position: relative;
  padding-left: 25px;
}
.remember input[type="checkbox"] {
    display:none;            
}
.remember input[type="checkbox"] + label {
  cursor: pointer;
}
.remember input[type="checkbox"] + label::before {
    content: "";
    display: inline-block;
    height: 18px;
    width: 18px;
    /*margin: 0 5px 0 0;*/
    background-position: center;
    background-repeat: no-repeat;
    position: absolute;
    top: -3px;
    left: 0px;
}
input[type="checkbox"] + label::before {
    background-image: url(/bitrix/templates/innotech_2/img/checkbox-unchecked.png);
}
input[type="checkbox"]:checked + label::before {
    background-image: url(/bitrix/templates/innotech_2/img/checkbox-checked.png);
}


.login-form-popup .log_in {
  margin: 0px 10px;
  padding: 10px 15px;
  background-color: #5cc34d;
  color: #fff;
  font-size: 14px;
  font-weight: bold;
  border: 0;
  border-radius: 5px;
}

.login-form-popup .recall_pass {
  font-size: 12px;
  margin-top: 5px;
  color: #5cc34d;
}


/*********** 2018.11.09 *************/
.pagination {
    padding-left: 0;
    list-style: none;
    border-radius: .25rem;
    display: block !important;
}

/*********** 2018.11.12 *************/

.category-block .open-list-part ul li {
  padding-left: 10px !important;
}
.category-block .open-list-part ul li .icon {
  width: 35px;
  height: 35px;
  margin-right: 20px;           
  background-size: contain!important;
  background-position: left center!important;
  background-repeat: no-repeat;
  flex-shrink: 0;
}
.category-block .open-list-part ul li::before {
  display: none;
}

/*********** 2018.12.21 *************/
.list_table a.delete {
    font-size: 45px;
    background: url(/bitrix/templates/innotech_2/img/delete-ico.png) top center no-repeat;
        width: 30px;
    height: 30px;
    display: block;
}
.list_table a.archive {
    background: url(/bitrix/templates/innotech_2/img/archive-ico.png) top center no-repeat;
    width: 32px;
    height: 28px;
    display: block;
    margin: 0 auto;
}
.bill_link {
    width: 22px;
    height: 28px;
    background: url(/bitrix/templates/innotech_2/bill.png) 0 0 no-repeat;
    display: block;
    margin: 0 auto;
}
.sendok {
    background: url('/bitrix/templates/innotech_2/img/sendok.png') 0 0 no-repeat;
    display: block;
    width: 30px;
    height: 30px;
    padding-left: 35px;
    line-height: 25px;
    margin: 10px 0px;
}
.ico.edit {
  background: url('/bitrix/templates/innotech_2/img/edit-ico.png') 0 0 no-repeat;
    display: block;
    width: 30px;
    height: 30px;
    /*padding-left: 35px;
    line-height: 25px;
    margin: 10px 0px;*/
}
.ico.participant span {
    display: block;
    width: 18px;
    height: 18px;
    text-align: center;
    line-height: 18px;
    
}
.list_table a.participant {
    background: url(/bitrix/templates/innotech_2/img/participant-ico.png) top center no-repeat;
    display: block;
    width: 45px;
    height: 30px;
    position: relative;
}
.list_table a.participant span {
    position: absolute;
    bottom: -1px;
    right: 1px;
}
/* End */


/* Start:/bitrix/templates/innotech_2/template_styles.css?16995614531435*/
.event-information-container > .justify-content-center,
.site-content__content-item.site-content__show-info {
    padding-top: 100px;
}
 
.site-content h3 {
    font-size: 20px !important;
    line-height: 40px;
    margin-bottom: 20px;
}

.site-content h2 {
    font-size: 26px !important;
    line-height: 48px;
    margin-bottom: 24px;
}

table td, table th {
    text-align: left;
    padding: 20px 10px;
    width: 33% !important;
}

a.button.form__button.button--green.filter_go {
    text-align: center;
    color: #fff;
}

.greenbutton_form {
    width: 100%;
    text-align: right;
}
.greenbutton_form input[type="submit"], input[name="register_submit_button"] {
    background-color: #5cc34d;
    color: #fff;
    font-size: 14px;
    font-weight: 700;
    padding: 15px;
    border: none;
    border-radius: 5px;
    display: inline-block;
    margin-bottom: 10px;
}
.retail-table tbody tr {
    background-color: transparent !important;
}
.catalog-preview-block__pic img {
    width: auto !important;
}

.login-button__item:nth-child(2) {
    padding: 0px 4px;
}
.caption_changepass {
    min-width: 15% !important;
    width: auto !important;
}
.caption_changepass ~ td {
    width: auto !important;
}


div.login-button-container {
	text-align: center;
	margin-top: 30px;
}

a.login-button {
	color: #fff;
	font-weight: bold;
}
a.login-button:hover {
	text-decoration:none;
	box-shadow: 1px 1px 4px 0px rgba(0,0,0,0.2);
}
/* End */
/* /bitrix/templates/innotech_2/components/bitrix/menu/popup/style.min.css?1699561453490 */
/* /bitrix/templates/innotech_2/components/bitrix/menu/bottom/style.css?1699561453949 */
/* /bitrix/templates/innotech_2/components/bitrix/sale.basket.basket.small/template1/style.css?1699561453329 */
/* /bitrix/templates/innotech_2/components/bitrix/menu/main/style.css?1699561453949 */
/* /bitrix/templates/innotech_2/styles.css?16995614533947 */
/* /bitrix/templates/innotech_2/template_styles.css?16995614531435 */
