/*NOTE: This file is intended for programmers. Aspro technical support is not advised to work with him.*/

/* Examples (uncomment to use):*/

/* Expand site width */
/* body .wrapper { max-width: 1400px !important;  } */

/* Set site background image */
/* body {  background: url(image_source) top no-repeat; }

/* Hide compare button */
/* a.compare_item { display: none !important;  }*/

.allgood-copy__img
{
    position: relative;
	top: 15px;
    left: 1px;
	color: #888 !important;
    height: 37px;
}

.allgood-copy__link
{
	color: #888 !important;
}

.allgood-copy
{
	float: right;
}

@media (max-width: 550px)
{
	.allgood-copy
	{
		text-align: center;
		float: none;
	}

	#footer  .copyright
	{
		padding: 0px 0px 0px;
	}
}
.b-services-section .catalog_section_list.rows_block{
    border-bottom: 1px solid #E5E5E5;
    margin-bottom: 35px;
    padding-bottom: 35px;
}


/* /technical-library/ SECTION*/
.techlibrery_section_items{
    display: table;
    width: 100%;
}
.techlibrery_section_items_rows{
        display: table-row;
}
.techlibrery_section_items_rows:nth-child(2n+1) {
    background: #eaebec;
} 
.techlibrery_section_items_cols{
      display: table-cell;
    width: 25%;
    padding: 15px 10px;
    box-sizing: border-box;
    color: #000;
}
.techlibrery_section{
    margin: 25px 0;
}
.table-title{
    font-weight: bold;
}

/* /technical-library/ FILTER*/
.technical-library-filter__table{
   width: 100%;
}
.technical-library-filter__cols.cols-2{
   width: 50%;
   position: relative;
}
.technical-library-filter__table input, .technical-library-filter__table .ik_select_link, .technical-library-sections  .ik_select_link{
    height: 40px;
    line-height: 40px;
}
.technical-library-filter__table  .common_select .common_select-link .trigger,
.technical-library-sections .common_select .common_select-link .trigger
{  
    width: 38px;
    height: 38px;
}

 .technical-library-filter__table  .button.icon{
    width:39px;height:39px;
    background:url('../images/ai.png') -65px 8px no-repeat;
    position:absolute;
    top:0px;
    right:0px;
    border:0px;
}
.technical-library-filter__table .common_select .common_select-link .trigger:before, 
.technical-library-sections .common_select-link .trigger:before {
    position: absolute;   
    top: 50%;
    left: 50%;
    margin-left: -3px;
    margin-top: -2px;
}

.table  tr td{
 padding: 5px;
}

.to-order-not{
  /*margin: 15px  0;*/
  text-decoration: underline;
  cursor: pointer;
}