.hero {
    padding: 123px 0 186px;
    color: #000;
    background-image: url(../img/bgvfcdx.jpg);
    background-size: cover;
    background-position: top right;
    background-repeat: no-repeat;
    background-color: #fff;
}

.a-feedback{
  background-image: url(../img/forma.png);
}

.a-feedback_whide .form-content input[type=submit] {
    padding: 13px 22px;
    font-size: 16px;
}
	.flex-60{
		width:60%;
	}
.services-grid__item{
position:relative;
}
.services-grid__item .services-grid__right p{
position:absolute;
bottom:20px;
}
.services-grid__item .services-grid__title{
    margin-bottom: 25px;
    display: block;
}

	@media screen and (max-width: 650px){
	.flex-60{
		width:100%;
	}
		.flex-img{
			display:none;
	}
	}
.show-more{
	width: 100%;
    display: inline-block;
    text-decoration: none;
    color: #E50071;
    background-color: #fbfbfb;
    text-transform: uppercase;
    padding: 13px 56px;
	font-weight: 700;
    transition: all 0.5s;
    white-space: normal;
}
.show-more-label:after {
    content: "";
    width: 12px;
    height: 12px;
    background: url(../img/down-arrow.svg) center center no-repeat;
    background-size: contain;
    display: block;
    position: absolute;
    top: 50%;
    margin-top: -7px;
    right: 0;
	filter: invert(38%) sepia(57%) saturate(2056%) hue-rotate(304deg) brightness(75%) contrast(92%);
	transition: all 0.5s;
}
.dotted-active .show-more-label:after {
    transform: rotate(180deg);
	transition: all 0.5s;
}
.show-more-label{
	padding: 7px 33px 8px 0;
    position: relative;
    line-height: 1.36;
    letter-spacing: 0.47px;
}
.fz-54 .top-row h1 {
    font-size: 40px;
    color: #000000;
}
.top-row__content-title {
    color: #000000;
}


.popup-button .btn-danger {
    color: #fff;
}
.ask-form {
    padding-top: 50px;
    padding-bottom: 77px;
    background-color: #fff;
    background-position: 0 0;
    background-image: url(/shop/sale/rasprodazha_torgovogo_oborudovaniya/img/jhgfd.png);
    background-repeat: no-repeat;
    background-size: cover;
}

@media screen and (max-width: 650px){
.fz-54 div.top-row-bg {
    background-position: inherit;
}
}