#data_container span {
    display: inline-block;
    width: 145px;
    vertical-align: top;
    padding: 5px 5px;
    margin: 5px;
    border: 1px solid #cacaca;
    cursor: pointer;
}
#data_container span:hover {
    background-color: #ffbd48;
    color: #fff!important;
    font-weight: 600;
}
#data_container>div:last-child {
margin:0 auto;
}
#car_container>span {
    display: inline-block;
    padding: 5px;
    margin: 5px 2.5px;
    max-width: 185px;
    background-color: #d0d0d0;
	cursor: default;
}
#car_container>span:first-child {
    margin-left: 0px;
}
#car_container>span:hover {
    background-color: #0dbdbb;
    color: #fff;
}
span.close {
    display: inline-block;
    width: 25px;
    height: 25px;
    vertical-align: bottom;
    margin-left: 5px;
    text-align: center;
    line-height: 25px;
    font-family: sans-serif;
    color: #fff!important;
    cursor: pointer!important;
    opacity: 1;
    font-weight: normal;
}
span.c_val {
    line-height: 25px;
    display: inline-block;
}
div.title {
    display: block;
    font-family: sans-serif;
    font-size: 20px;
    color: #fff;
    background-color: #0dbdbb;
    text-align: center;
    line-height: 45px;
    margin-bottom: 15px;
}
div#result {
    display: block;
}

div#result>div:first-child {
    min-height: 200px;
    background-color: #eaeaea;
    padding: 20px;
}

div#result>div {
    display: block;
    margin: 1% auto;
    max-width: 85%;
}
div#result>div>div {
    border: 1px solid #fff;
    height: auto;
    min-height: 200px;
}

.summary_title {
    display: block;
    min-height: 50px;
}

.summary_img {
    display: inline-block;
    padding: 5px;
    background-color: #fff;
}

.summary_description {
    display: inline-block;
    width: 65%;
    vertical-align: top;
    padding-top: 10px;
}

.summary_description>span {
    display: block;
    text-align: left;
    font-style: italic;
    color: #717171;
    font-size: 15px;
}

.summary_description>span:first-child {
    color: #059291;
    font-family: sans-serif;
    margin-bottom: 10px;
    border-bottom: 2px solid #dadada;
    padding-bottom: 10px;
}

.summary_img img {
    width: 100%;
    margin: 0 auto;
    display: block;
}

.summary>div:last-child>span {
    display: block;
    text-align: center;
    font-style: italic;
    color: #b9b9b9;
}

.summary>div:last-child {display: block;}

.summary_price {
    display: block;
    background-color: #0dbdbb!important;
    margin-bottom: 15px;
    width: 70%;
    margin: 0 auto;
    vertical-align: bottom;
}

.summary_price>span {
    line-height: 55px;
    display: block;
    text-align: center;
    font-size: 40px;
    color: #ffffff;
    font-family: sans-serif;
    background-color: #00c1bf;
    padding: 10px;
    margin-top: 10px;
}

.summary_price>span>span {
    border: 1px solid #fff;
    display: block;
}

.sell_m {background-color: #ff1d54;padding: 20px;color: #fff;}

.sell_m div>span.txt {
    display: inline-block;
    margin: 10px;
    font-family: sans-serif;
    vertical-align: middle;
    line-height: 22px;
}

.sell_m div>span.txt {
    text-align: center;
    font-size: 1.3em;
    padding-right: 15px;
}

.sell_m span.sell_b, .sell_m span.mail_send {
    display: inline-block;
    text-align: center;
    font-family: sans-serif;
    font-size: 1.4em;
    border: 1px solid;
    padding: 8px;
    vertical-align: middle;
    cursor: pointer;
    margin: 3px 0px;
}
@media screen and (min-width: 760px) {
	.sell_m div>span.txt {
		width: 70%;
	}
	.sell_m span.mail_send {
		width: 20%;
	}

	.sell_m span.sell_b {
		width: 26%;
		height: 100%;
	}
	span.inp {
		width: 40%;
		padding-right: 20px;
	}
	.summary_price {
		width: 70%;
	}
	.summary_title {
		padding: 20px 10px;
	}
	.summary_img {
		width: 30%;
		margin: 0px 10px;
	}
	.summary_description {
		width: 65%;
	}
	.summary_description>span:first-child {
		font-size: 2em;
	}
	.summary_price>span {
    font-size: 2em;
	}
	div.title {
		font-size: 1.5em;
		line-height: 45px;
	}
	.help_buttons {
		float: right;
		margin-top: -45px;
		margin-right: 5.5%;
	}
}
@media screen and (max-width: 759px) {
	.sell_m div>span.txt {
		width: 100%;
	}

	.sell_m span.mail_send {
		width: 100%;
		padding-right: 0px;
	}

	.sell_m span.sell_b {
		width: 100%;
		height: auto;
	}
	span.inp {
		width: 100%;
	}
	.summary_price {
		width: 100%;
	}
	.summary_img {
		width: 100%;
		margin: 0px;
	}
	.summary_description {
		width: 100%;
	}
	.summary_description>span:first-child {
		text-align: center;
		font-size: 1.5em;
	}
	.summary_title {
		padding: 10px;
	}
}
@media screen and (max-width: 425px) {
	.summary_price>span {
		font-size: 2em;
	}
	div.title {
		font-size: 2em;
		line-height: normal;
	}
	.summary_description>span:first-child {
		font-size: 1.3em;
	}
	.summary_description>span {
		font-size: 1em;
	}
}
@media screen and (max-width: 320px) {
	.summary_price>span {
		font-size: 1.5em;
	}
	.summary_description>span {
		font-size: 0.8em;
	}
}
.txt strong {
    display: block;
}

.sell_m>div {
    max-width: 750px;
    min-height: 20px!important;
    border: none!important;
    margin: 0 auto;
}
span.inp input::placeholder {
    color:#fff
}
span.inp {
    display: inline-block;
    color: #fff;
    height: 100%;
    margin: 3px 0px;
    vertical-align: middle;
}
span.inp input {
    display: block;
    background-color: #ff1d54;
    border: 1px solid #fff;
    color: #fff;
    font-size: 1.3em;
    padding: 10px 15px;
    height: 40px;
}
.loading {
    display: block;
    max-width: 220px;
    color: #fff;
    background-color: #f9c514;
    margin: 50px auto;
    font-size: 30px;
    text-align: center;
    padding: 20px;
}

.loading>p {
    font-family: sans-serif;
    margin: 0 auto;
    border: 1px solid #fff;
    padding: 20px;
}

.loading p:before {
    content: "";
    background-image: url(/img/loading.svg);
    width: 50px;
    height: 50px;
    display: block;
    background-position: center;
    background-size: cover;
    margin: 10px auto;
    padding: 20px;
    margin-bottom: 20px;
}
.help_buttons {
    display: block;
    position: relative;
    height: 45px;
}
.help_buttons div {
    display: inline-block;
	overflow: hidden;
    background: #0d9897;
    color: white;
    height: 45px;
    line-height: 45px;
    font-size: 1em;
    bottom: 0px;
    cursor: pointer;
    width: 45px;
    text-align: center;
	-webkit-transition: width 0.8s;
    -moz-transition: width 0.8s;
    -o-transition: width 0.8s;
    transition: width 0.8s;
}
.question, .another {
    font-family: 'stm-icon' !important;
}
.question>span, .another>span {
	float: left;
	width:45px;
}
.another>span:before {
    content: "\e914";
}
.question>span:before {
    content: "\e804";
}
.help_buttons div:first-child {
	margin-right: 10px;
}
.help_buttons div:hover {
    background-color: #015d61!important;
}
  .help_active {
	width: 230px!important;
} 

.help_buttons i {
    font-size: 0.65em;
    width: 185px;
    display: inline-block;
    vertical-align: top;
    line-height: 15px;
    padding: 7px 5px;
    float: right;
}
.pum-container
{
    width:auto!important;
}
p.sended {
    display: block;
    margin: 0 auto;
    text-align: center;
    position: relative;
    line-height: 50px;
    font-size: 2em;
    background-color: #fff;
    font-weight: bold;
}
p.sended>span {
    display: block;
    font-size: 0.6em;
    font-style: italic;
    font-weight: normal;
}
p.sended:before {
    content: "";
    background-image: url(/img/icon_email.png);
    width: 100px;
    height: 100px;
    display: block;
    margin: 0 auto;
    background-position: center;
    background-size: cover;
}
div.mid_button.another {
    display: block!important;
    height: 67px;
    border: none!important;
    line-height: 35px;
    font-size: 1.2em;
    min-width: 100px;
    max-width: 250px!important;
    margin: 10px auto;
    text-align: center;
    background-color: #fff;
    padding: 10px;
    cursor: pointer;
}
.mid_button.another>span {
    display: block;
    border: 1px solid #ffbd48;
    padding: 5px;
	width: 100%!important;
}
.mid_button.another>span:before {
	margin-right: 5px;
}
.mid_button.another>span:hover {
    color: #fff!important;
    background-color: #ffbd48!important;
}