.ask-form {
    padding-top: 50px;
    padding-bottom: 77px;
    background-color: #fff;
    background-position: 0 0;
    background-image: url(../img/podlform.jpg)!important;
    background-repeat: no-repeat;
    background-size: cover;
}

.top-row__content-list li:before {
    content: "";
    width: 18px;
    height: 18px;
    background: url(../img/Groupsvg.svg) center center no-repeat!important;
    background-size: cover;
    display: block;
    position: absolute;
    left: 0;
    top: 0.5px;
}

.fz-54 div.top-row-bg{
  background-image: url(../img/header-bg.png);
}

.a-main{
  background-image: url(../img/product-bg-1.jpg);
}

.a-feedback_whide .form-content input[type=submit] {
    padding: 13px 22px;
    font-size: 16px;
}
	.flex-60{
		width:60%;
	}

	@media screen and (max-width: 650px){
	.flex-60{
		width:100%;
	}
		.flex-img{
			display:none;
	}