.obratnuj-zvonok{
	width: 100%;
	max-width: 350px;
}
.form-zvonok{
	width: 100%;
	display: flex;
	flex-direction: column;
	padding: 0 20px;
	box-sizing: border-box;
}
.form-zvonok div{
	padding: 5px 0;
}
.bot-send-mail{
	box-sizing: border-box;
	width: 100%;
}
.form-zvonok label,.form-zvonok input{
display: block;
width: 100%;
box-sizing: border-box;
}
.form-zvonok input[type=text] {
    width: 100%;
    box-sizing: border-box;
    border: 2px solid #ccc;
    border-radius: 4px;
    font-size: 16px;
    background-color: white;
    padding: 15px 20px 15px 10px;
}
/* input[type=text] {
    width: 100%;
    box-sizing: border-box;
    border: 2px solid #ccc;
    border-radius: 4px;
    font-size: 16px;
    background-color: white;
    background-image: url('searchicon.png');
    background-position: 10px 10px; 
    background-repeat: no-repeat;
    padding: 12px 20px 12px 40px;
} */
.form-zvonok label span{
	color: red;
}
.form-zvonok .bot-send-mail{
	padding: 15px;
	margin-top: 10px;
background: none;
border: none;
text-transform: uppercase;
color: #fff;
    font-size: 16px;
	font-weight: bold;
	background-color: #FE484F;
	cursor: pointer;
	border: 3px #FE484F solid;
	border-radius: 5px;
}
.form-zvonok .bot-send-mail:hover{
	color: #FE484F;
	background-color: #fff;
}


.t657 {
	z-index: 9999;
	position: fixed
}

.t657_rectangle {
	right: 30px;
	bottom: 30px;
	max-width: 340px
}

.t657_long {
	bottom: 0;
	width: 100%
}

.t657_closed {
	display: none !important
}

.t657__wrapper {
	box-sizing: border-box;
	background: #fff;
	box-shadow: 0 0 20px 0 rgba(0, 0, 0, .3);
	position: relative
}

.t657_rectangle .t657__wrapper {
	max-width: 340px;
	border-radius: 5px;
	padding: 20px 30px
}

.t657_long .t657__wrapper {
	width: 100%;
	padding: 30px
}

.t657__text {
	margin-bottom: 15px
}

.t657__btn-wrapper {
	display: inline-block
}

.t657__btn {
	padding-left: 24px;
	padding-right: 24px;
	height: 35px;
	display: table-cell;
	font-size: 13px;
	vertical-align: middle;
	cursor: pointer;
}

.t657__icon-close {
	position: absolute;
	top: 5px;
	right: 5px;
	cursor: pointer;
	padding: 5px;
	-webkit-transition: opacity ease-in-out .3s;
	-o-transition: opacity ease-in-out .3s
}

.t657__icon-close:hover {
	opacity: .7
}

.t657 .t657__close-button {
	font-size: 0;
	background-color: transparent;
	border: none;
	cursor: pointer
}
.t657 a {
	color: #aea300;
}
@media screen and (max-width: 960px) {
	.t657_rectangle, .t657_long {
		left: 0 !important;
		right: 0 !important;
		bottom: 0 !important;
		width: 100%;
		max-width: 100%
	}

	.t657_rectangle .t657__wrapper, .t657_long .t657__wrapper {
		border-radius: 0;
		max-width: 100%;
		width: 100%;
		padding: 20px 10px
	}

	.t657__icon-close {
		display: none
	}
}

