.questions {
    padding-top: 58px;
    padding-bottom: 58px;
}
.questions__wrap {
    align-items: center;
}
.questions__content {
    max-width: 510px;
    margin-right: auto;
}
.questions__title {
    margin-bottom: 30px;
}
.questions__links {
    margin-bottom: 30px;
    font-size: 24px;
    font-weight: 500;
    display: inline-flex;
}
.questions__link-tel {
    margin-right: 46px;
}
.questions__link-mail {
    color: var(--primary-color);
    border-color: var(--primary-color);
}
.questions__link-mail:hover {
    color: var(--primary-color-active);
    border-color: transparent;
}
.questions__form {
    margin-left: auto;
    max-width: 344px;
    position: relative;
}
.questions__man {
    position: absolute;
    bottom: -60px;
    right: 316px;
}
@media screen and (min-width: 1576px) {
	.questions__man {
		right: 436px;
	}
}
@media screen and (max-width: 1220px) {
    .questions__content {
        max-width: 500px;
    }
    .questions__title {
        font-size: 28px;
        line-height: 34px;
    }
    .questions__man {
        display: none;
    }
}
@media screen and (max-width: 992px) {
    .questions {
        padding-top: 40px;
        padding-bottom: 45px;
    }
    .questions__content {
        max-width: 370px;
    }
    .questions__title {
        font-size: 24px;
        line-height: 30px;
    }
    .questions__links {
        flex-direction: column;
        font-size: 20px;
    }
    .questions__link-tel {
        margin-right: 0;
    }
    .questions__link-mail {
        max-width: 198px;
    }
    .questions__text {
        font-size: 17px;
    }
}
@media screen and (max-width: 767px) {
	.bg.questions__bg {
		overflow: hidden;
	}
	.bg.questions__bg img {
		top: -20px;
		width: calc(100% + (20px * 2));
		height: calc(100% + (20px * 2));
		filter: blur(20px);
		z-index: 0;
	}
	.bg.questions__bg:before {
		content: "";
		display: block;
		position: absolute;
		top: 0px;
		left: 0px;
		width: 100%;
		height: 100%;
		background: #fff;
		opacity: 0.3;
		z-index: 10;
	}
	.questions__form {
		box-shadow: 0 0 20px rgba(0, 0, 0, 0.15);
        margin-left: auto;
        margin-right: auto;
	}
	.questions__content {
        max-width: 100%;
        text-align: center;
        margin-left: auto;
        margin-bottom: 28px;
    }
    .questions__title {
        font-size: 23px;
		line-height: 29px;
		margin-top: -4px;
		margin-bottom: 15px;
    }
    .questions__links {
        font-size: 18px;
		margin-bottom: 18px;
    }
    .questions__text br {
        display: none;
    }
}
@media screen and (max-width: 420px) {
	.questions__link-tel {
		font-size: 20px;
	}
	.questions__link-mail {
		max-width: 100%;
	}
}