@charset "UTF-8";
/* CSS Document */

div.login_modal input.error, div.pass_modal input.error, div.registartion_modal input.error{
	display:block!important;
    height: 52px!important;
    line-height: 20px!important;
    width: 100%!important;
    padding: 15px!important;
    font-size: 16px!important;
    font-family: Calibri, Helvetica, Arial, sans-serif!important;
    border-radius: 4px!important;
	position:relative!important;
	bottom:initial!important;
    z-index: 1!important;
}
.faq .faq_table.opened tr:nth-child(4) .line{
   display: block;
}

.faq .faq_table.opened tr:nth-child(4) .answer{
   padding-bottom: 20px;
}
.faq .faq_table.opened tr:last-of-type .line{
	display: none;
}
.faq .faq_table.opened tr:last-of-type .answer{
	padding-bottom: 0;
}
.modal.consultation_modal{
	margin-top:40px;
}
.our_products .product_card .short_text{
	height: 54px;
    overflow: hidden
}
.our_service .text_box .short_text{
	height:88px;
	overflow:hidden;
}
header .dark_panel{
	z-index:3;
}
@media (max-width: 760px) {
	.our_service .text_box .short_text {
		height:120px;
	}
}