    .select_text{
        background-color: #eeeeee;
        padding: 20px;
        padding-left: 25px;
        position: relative;
        margin: 15px 0;
    }
        .select_text:before{
            content: " ";
            display: block;
            width: 4px;
            background-color: #2196f3;
            height: 100%;
            position: absolute;
            top: 0;
            left: 0;
        }
    .bg-silver{
        background-color: #f7f8fc;
    }
    .catalog-item-h30{
        height: 30px;
        width: 100%;
        background-color: #f7f8fc;
    }

.feedback-forms{
    text-align: right;
}
.feedback-forms>a{
    color:#333;
    margin-right:30px;
    font-size: 18px;
}
.feedback-forms>a:first-child{
    margin-right:70px;
}
.feedback-forms>a:last-child{
    margin-right:30px;
}
.feedback-forms>a:hover{
    text-decoration: underline;
}
#feedback-call-form input[type='text'], #feedback-ask-form input[type='text'] {
    color: #000;
    overflow: visible;
    font: inherit;
    vertical-align: top;
    width: 100%;
    box-sizing: border-box;
    height: 47px;
    padding: 0 20px 0 15px;
}
@media screen and (max-width: 550px) {
    .feedback-forms {
        align-items: flex-end;
		display: flex;
    	justify-content: flex-end;
    }
    .feedback-forms>a {
        margin-right: 0px;
        font-size: 14px;
        height: 30px;
        line-height: 12px;
        align-items: center;
        display: flex;
    }
    .feedback-forms>a:first-child {
        margin-right: 0px;
    }
    #icon-feedback-call span, #icon-feedback-ask span{
        display:none;
    }
    #icon-feedback-ask{
        background-image: url(/images/em.png);
        width: 20px;
        height: 20px;
        margin-top: 10px;
		margin-right: 0px !important;
        background-size: contain;
    }
    #icon-feedback-call{
        background-image: url(/images/tel.png);
        width: 20px;
        height: 20px;
        margin-top: 10px;
        margin-right: 10px;
        background-size: contain;
    }

}
@media only screen and (max-width: 550px){
	.header .col-xs-4 {
    	width: 33.33333333% !important;
	}
}