/* obstyle.css */
	h2.feed_h2 {
    display: none;
}
	.cont-2 {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
	.ta_c h1 {
    margin: 0;
    box-shadow: inset 0 0 10px rgba(0, 0, 0, 0.2);
	width: 100%;
}
	.ta_c {
    width: 100%;
}
	.pageTitle {
		font-size: 30px;
	}
	.feedback.feedback678135 {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
	.cont {
    display: flex;
    align-content: center;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    flex-direction: column;
}
	.cont-chast1 {
    display: flex;
    flex-direction: column;
    width: 100%;
    margin-top: 20px;
    margin-bottom: 30px;
}
	.cont-chast2 {
    width: 100%;
    /* background: aliceblue; */
    display: flex;
    align-items: center;
    justify-content: center;
}
	.feedback ol li,
.review ol li {
	display: block;
	clear: both;
	list-style: none;
}
.feedback ol li label,
.review ol li label {
	display: block;
	margin: 0;
}
.feedback ol li input.text,
.review ol li input.text {
	width: 380px;
	border: 1px solid #c0c0c0;
	margin: 2px 0;
	padding: 5px 2px;
	height: 25px;
	background: #fff;
}
.feedback ol li textarea,
.review ol li textarea {
	width: 380px;
	border: 1px solid #c0c0c0;
	margin: 2px 0;
	padding: 2px;
	background: #fff;
}
.feedback ol li input.capinput,
.review ol li input.capinput {
	width: 100px;
	border: 1px solid #c0c0c0;
	margin: 2px 0;
	padding: 5px 2px;
	background: #fff;
}
.feedback ol li img#capimg,
.review ol li img#capimg {
	border: none;
	top: 20px;
	margin: 10px 10px 10px 0;
	float: left;
}
li.button {
	clear: both;
} 
.item {
	display: block;
}
.answerList .name,
.answerList .topic,
.answerList .message {
	padding: 0 7px;
	background-color: #eef;	
}
.answerList .name {
	padding-top: 7px;
	margin-top: 15px;
	border-radius: 5px 5px 0 0;
}
.answerList .message {
	padding-bottom: 0 7px;
	border-radius: 0 0 5px 5px;
}
.answerList .answer_message {
	background: #c4c4ff;
	padding: 7px;
	border-radius: 5px;
	margin: 5px 0;
}
.name .date {
	float: right;
}
	.wrap.small-padding {
    display: flex;
    flex-wrap: wrap;
    align-content: space-around;
    flex-direction: column;
}
table {
    border: 1px solid black;
    width: 100%;
    margin-top: 20px;
}
	td {
    width: 33%;
}
	td {
    width: 33%;
    border: 1px solid black;
}
.feedback.feedback531665 {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}
	form#f_sendemail {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}
ol {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin: 0;
    padding: 0;
}
/* Стили для контейнера формы */
.feedback-formm {
    margin-top: 20px;
    padding: 20px;
    background-color: #f9f9f9;
    border: 1px solid #ddd;
    border-radius: 5px;
}

/* Стили для заголовка формы */
.feedback-formm h2 {
    margin-bottom: 20px;
    font-size: 24px;
    color: #333;
}

/* Стили для текстовых полей */
.feedback-formm .form-control {
    width: 100%;
    padding: 10px;
    margin-bottom: 15px;
    border: 1px solid #ccc;
    border-radius: 4px;
    box-sizing: border-box;
}

/* Стили для кнопки отправки */
.feedback-formm .feedback-submit-btn {
    padding: 10px 15px;
    font-size: 16px;
    color: black;
    background-color: white;
    border: 0.1px solid black;
    border-radius: 8px;
    cursor: pointer;
    transition: background-color 0.3s;
    text-transform: uppercase;
}

.feedback-formm .feedback-submit-btn:hover {
    background-color: black;
	color: white;
}

/* Стили для блока с капчей */
.feedback-formm .g-recaptcha {
    margin-bottom: 15px;
}

/* Стили для изображения капчи */
.feedback-formm .feedback-captcha-img {
    width: 100%;
    cursor: pointer;
}

/* Стили для поля ввода капчи */
.feedback-formm .feedback-captcha {
    width: 100%;
    padding: 10px;
    margin-bottom: 15px;
    border: 1px solid #ccc;
    border-radius: 4px;
    box-sizing: border-box;
}

/* Стили для сообщений об ошибках */
.feedback-formm .error-message {
    color: #ff0000;
    font-size: 14px;
    margin-top: 5px;
}

/* Стили для сообщения об успешной отправке */
.feedback-formm .success-message {
    color: #28a745;
    font-size: 18px;
    margin-top: 10px;
}
.row1 {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}