

/* Start:/local/templates/pechi_main_new_2016/components/bitrix/form.result.new/beautiful_form/style.css?17270862583559*/
.beautiful-title {
	height: 100px;
	width: 100%;
	display: flex;
	align-items: center;
}

.beautiful-title .title{
	margin-left: 130px;
	color: #fff;
	font-size: 18px;
	font-weight: 600;
	margin-bottom: 0;
	text-transform: uppercase;
}

.beautiful-form {
	padding: 20px 40px 40px 40px;
	position: relative;
}

.beautiful-form__preloader {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	z-index: 9999;
	background-color: rgba(0, 0, 0, 0.5);
	display: none;
}

.circle,
.circle:before{
	border: 6px solid transparent;
}
.circle {
	width: 80px;
	height: 80px;
	margin-left: calc(50% - 40px);
	margin-top: calc(50% - 40px);
	position: relative;
	border-radius: 50%;
	border-top-color: #000;
	border-left-color: #000;
	border-right-color: #000;
	animation: spin 1s infinite linear;
	opacity: 0.4;
}

.circle:before {
	content: '';
	position: absolute;
	top: -6px;
	bottom: -6px;
	left: -6px;
	right: -6px;
	border-bottom-color: floralwhite;
	border-radius: 50%;

}

@keyframes spin {
	from {
		transform: rotate(0deg);
	}
	to {
		transform: rotate(360deg);
	}
}


.beautiful-form font{
	color: #000;
}

.beautiful-form p,
.beautiful-form h5 {
	max-width: 400px;
}

.beautiful-form input,
.beautiful-form textarea,
.beautiful-form select {
	width: 100%;
	padding-left: 45px;
	border: none;
}

.beautiful-form input,
.beautiful-form select {
	height: 40px;
	width: 100%;
}

.beautiful-form select {
	color: grey;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}

.beautiful-form select::-ms-expand {
	display: none;
}

.beautiful-form textarea {
	min-height: 40px;
	vertical-align:top;
}

.beautiful-form .submit {
	background-color: #EA8824;
	text-transform: uppercase;
	border: none;
	color: #fff;
	font-weight: 600;
	width: 200px;
	padding: 0;
	display:block;
	margin: 16px auto 0;
	border-radius: 0.25rem;
}

.beautiful-form .wrap-input,
.beautiful-form .wrap-textarea {
	position: relative;
	width: 100%;
	border: 1px solid #C3C4C4;
}

.beautiful-form .icon {
	position: absolute;
	top: 0;
	left: 0;
	width: 40px;
	height: 40px;
}

.beautiful-form .icon img,
.beautiful-form .arrow img {
	width: 100%;
	margin-right: 5px;
}


.beautiful-form .captcha_error {
	display: none;
	border: 2px solid red;
	margin-bottom: 20px !important;
	color: red;
	padding: 20px;
	width: 300px;
	margin: auto;
	text-align: center;
}

.success-beautiful-form {
	border: 2px solid #5FB000;
	padding: 20px 60px;
	margin: 20px;
	color: #5FB000;
	font-size: 1.1rem;
	text-align: center;
}

@media (max-width: 398px) {

	.beautiful-title .title{
		font-size: 16px;
		font-weight: 500;
	}

	.beautiful-form {
		padding: 20px;
	}

	.beautiful-form .g-recaptchar {
		transform: scale(0.75);
		transform-origin: 0;
	}
}

.g-recaptchar {
	border: 1px solid black;
	display: flex;
	width: 100%;
}

.messangers
{
	margin-top: 16px
}

.messangers .messangers__title
{
	display: flex;
	justify-content: center;
}

.messangers .messangers__title > *
{
	font-size: 16px;
	font-weight: 500;
}

.messangers .messangers__list
{
	display: flex;
	flex-direction: row;
	justify-content: center;
}

.messangers__list .list__element
{
	width: 32px;
	height: 32px;
}

.messangers__list .list__element:not(:last-child)
{
	margin-right: 15px;
}

.telegram
{
	background-image: url("/local/templates/pechi_main_new_2016/images/icons/telegram-icon.svg");
}

.whatsapp
{
	background-image: url("/local/templates/pechi_main_new_2016/images/icons/whatsapp-icon.svg");
}
.viber
{
	background-image: url("/local/templates/pechi_main_new_2016/images/icons/viber-icon.svg");
}

/* End */
/* /local/templates/pechi_main_new_2016/components/bitrix/form.result.new/beautiful_form/style.css?17270862583559 */
