.embed-responsive.embed-responsive-16by9 {
	padding-bottom: 56.25%;
}

.embed-responsive.embed-responsive-4by3 {
	padding-bottom: 75%;
}

.embed-responsive {
	position: relative;
	display: block;
	height: 0;
	padding: 0;
	overflow: hidden;
	width: 100%;
}

.embed-responsive .embed-responsive-item, .embed-responsive iframe, .embed-responsive embed, .embed-responsive object {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border: 0;
}

.footer-address p {
	margin-bottom: 10px;
}

.footer-address img {
	margin-bottom: 20px;
}

.footer-block .footer-container .footer-text {
	text-align: center;
}

.footer-menu {
	padding-left: 0;
}

.footer-menu li {
	margin-bottom: 10px;
}

.footer-block .footer-container .footer-items {
	vertical-align: top;
}

.select-input {
	display: block;
    width: 100%;
    height: 40px;
    padding-left: 5px;
    background-color: transparent;
    border: 1px solid #dcdcdc;
    border-radius: 6px 5px 5px 6px;
    font-size: 12px;
    color: #747474;
}

.callback-form__result {
	display: none;
	text-align: center;
	font-size: 16px;
	line-height: 20px;
	color: red;
}

.callback-form__ok {
	margin-bottom: 40px;
	text-align: center;
}

.check {
	position: relative;
}

.main-feedback-form__captcha-wrapper .smart-captcha {
    width: 300px;
}

.main-feedback-form__ok {
	margin-bottom: 60px;
	text-align: center;
    font-size: 24px;
}