.btnForm {
    border-radius: 2px;
    padding: 16px;
    font-size: 20px;
}
.section-form {
    width: 100%;
    border-radius: 6px;
    border: 1px solid #CCC;
    background: #FFF;
}
.section-form .request-seller {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding: 40px 40px 65px 40px;
}
.section-form .request-seller .all-input {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 20px;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
}
.section-form .request-seller .all-input .main-input,
.section-form .request-seller .all-input .second-input {
    width: calc(100% / 2 - 10px);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 20px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
}
.section-form .request-seller .only-main {
	justify-content: center;
}
.section-form .request-seller .only-main .second-input {
	display: none;
}
.section-form .request-seller .only-main .main-input {
	width: 65%;
}
.section-form .request-seller h2 {
    margin: 0px;
    margin-bottom: 30px;
    color: #1E1E1E;
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}
.input-shell {
	width: 100%;
}
.button-shell {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
						width: 100%;
}
.input-shell label {
    color: #1E1E1E;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    position: relative;
    display: inline-block;
    margin-bottom: 12px;
}
.section-form .request-seller .all-input label .question {
    position: absolute;
    right: -30px;
    top: 1px;
    width: 15px;
    height: 15px;
    cursor: pointer;
}
.section-form .request-seller label span {
	color: #ED3C38;
}
.section-form .request-seller .input-shell input,
.section-form .request-seller .input-shell textarea {
    border-radius: 2px !important;
    border: 1px solid #DFDFDF;
    background: #F7F7F7;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding: 12px 20px;
    width: 100%;
    display: inline-block;
    resize: none;
    outline: none;
}
.section-form .request-seller input.error-input,
.section-form .request-seller textarea.error-input {
    border: 1px solid #ED3C38;
}
.section-form .request-seller textarea {
    height: 152px;
}
.section-form .request-seller input::-webkit-input-placeholder,
.section-form .request-seller textarea::-webkit-input-placeholder,
.section-form .request-seller input::-moz-placeholder,
.section-form .request-seller textarea::-moz-placeholder,
.section-form .request-seller input:-ms-input-placeholder,
.section-form .request-seller textarea:-ms-input-placeholder,
.section-form .request-seller input::placeholder,
.section-form .request-seller textarea::placeholder  {
    color: #E8E8E8;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.captha-img {
    margin-top: 23px;
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    border: 4px solid #f57636;
    background: #f57636;
    border-radius: 6px;
}
.captha-img img {
	border-radius: 3px;
}
.captha-img a {
    width: 70px;
    height: 70px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
}

.section-form .request-seller .send-input .input-shell {
    margin-top: 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    margin-bottom: 30px;
}
.section-form .request-seller .send-input .input-shell input[type="checkbox"] {
    border-radius: 2px;
    border: 1px solid #DFDFDF;
    background: #F7F7F7;
    margin-right: 20px;
    outline: none;
    width: 38px;
    height: 38px;
}

.section-form .request-seller .send-input .input-shell a {
    color: #F57636;
}

.section-form__helper {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding: 20px 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 50px;
}
.section-form__helper_img svg {
    width: 50px;
    height: 50px;
}
.section-form__helper_text{
    color: #1E1E1E;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}
.section-form__helper_text p {
    margin: 0;
    margin-bottom: 8px;
}
.input-file-row {
	display: inline-block;
}
.input-file {
	position: relative;
	display: inline-block;
    width: 100%;
}
.input-file-text {
	padding: 0 10px;
	line-height: 40px;
	text-align: left;
	height: 49px;
	display: block;
	float: left;
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
	width: 200px;
	border-radius: 6px 0px 0 6px;
    background: #F7F7F7;
    border: 1px solid #DFDFDF;
    width: calc(100% - 135px) !important;
    margin-top: 12px;
}
.input-file span {
	position: relative;
	display: inline-block;
	cursor: pointer;
	outline: none;
	text-decoration: none;
	font-size: 14px;
	vertical-align: middle;
	color: rgb(255 255 255) !important;
	text-align: center;
	border-radius: 0px 4px 4px 0px;
	background-color: #36B0F5;
	line-height: 22px;
	height: 49px;
	padding: 10px 20px;
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
	border: none;
	margin: 0;
	-webkit-transition: background-color 0.2s;
	-o-transition: background-color 0.2s;
	transition: background-color 0.2s;
  width: 135px !important;
  margin-top: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.input-file input[type=file] {
	position: absolute;
	z-index: -1;
	opacity: 0;
	display: block !important;
	width: 0 !important;
	height: 0 !important;
}
.input-text-img {
    margin-top: 10px;
}
.input-text-img li {
    color: #999999;
    font-size: 10px;
    font-style: italic;
}
.input-text-img li::marker {
    content: '-  ';
}
/* Focus */
.input-file input[type=file]:focus + span {
	-webkit-box-shadow: 0 0 0 0.2rem rgba(0,123,255,.25);
	        box-shadow: 0 0 0 0.2rem rgba(0,123,255,.25);
}
 
/* Hover/active */
.input-file:hover span {
	background-color: #36B0F5;
}
.input-file:active span {
	background-color: #36B0F5;
}
 
/* Список c превью */
.input-file-list {
	padding: 10px 0;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 10px;
    width: 100% !important;
}
.input-file-list-item {
	display: inline-block;
	margin: 0;
	width: calc(100% / 3 - 20px) !important;
	vertical-align: top;
	position: relative;
}
.input-file-list-item img {
	width: 100%;
    height: 100px;
    object-fit: cover;
}
.input-file-list-name {
	text-align: center;
	display: block;
	font-size: 12px;
	-o-text-overflow: ellipsis;
	   text-overflow: ellipsis;
	overflow: hidden;

    color: #1E1E1E;
    font-size: 10px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}
.input-file-list-remove {
    font-size: 15px;
    text-decoration: none;
    display: inline-block;
    position: absolute;
    padding: 0;
    margin: 0;
    top: 5px;
    right: 5px;
    width: 20px;
    height: 20px;
    text-align: center;
    line-height: 19px;
    border-radius: 50%;
}

/* Стилизация модалки*/
.hystmodal__close:focus {
    outline: none;
}
.body_modal {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding: 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.body_modal h4 {
    margin: 0px;
    margin-bottom: 24px;

    color: #1E1E1E;
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}
.body_modal p {
    color: #1E1E1E;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin-bottom: 8px;
}

/* ADAPTIVE */
@media (max-width: 768px) {
    .section-form .request-seller .all-input .main-input, 
    .section-form .request-seller .all-input .second-input {
			width: 100%;
		}
    .section-form .section-form__helper {
			gap: 30px;
		}
}
@media (max-width: 460px) {
    .section-form .section-form__helper {
			-webkit-box-orient: vertical;
			-webkit-box-direction: normal;
			-ms-flex-direction: column;
			flex-direction: column;
		}
    .input-file span {
			width: 110px !important;
		}
    .input-file-text {
			width: calc(100% - 110px) !important;
		}
    .body_modal {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
    }
    .section-form .request-seller {
			padding: 20px 20px 50px 20px;
		}
    .input-file-list-item {
			width: calc(100% / 2 - 20px) !important;
		}
    .section-form__helper_img svg {
        width: 100px;
        height: 100px;
    }
    .section-form__helper {
			padding: 20px 20px;
		}
}
@media (max-width: 320px) {
    .btnForm {
			font-size: 18px;
		}
}



/* === MODERN NERO OVERRIDES: VIN REQUEST === */
.section-form{
  border:1px solid #efd6c8;
  border-radius:16px;
  background:linear-gradient(180deg,#fff8f3 0%,#fff 100%);
  box-shadow:0 14px 32px rgba(24,24,28,.08);
  overflow:hidden;
}
.section-form .request-seller{
  padding:32px 32px 42px 32px;
}
.section-form .request-seller h2{
  margin:0 0 12px;
  color:#2b2e36;
  font-weight:800;
  font-size:22px;
  line-height:1.25;
}
.section-form .request-seller .all-input{
  gap:18px;
}
.section-form .request-seller .all-input .main-input,
.section-form .request-seller .all-input .second-input{
  background:#fff;
  border:1px solid #f1ddd1;
  border-radius:14px;
  padding:16px 16px 14px;
  box-shadow:0 8px 20px rgba(24,24,28,.05);
}
.section-form .request-seller .input-shell label{
  color:#434750;
  font-weight:700;
}
.section-form .request-seller input[type="text"],
.section-form .request-seller input[type="email"],
.section-form .request-seller input[type="tel"],
.section-form .request-seller textarea,
.section-form .request-seller select{
  border:1px solid #e7d2c5 !important;
  border-radius:11px !important;
  background:#fff !important;
  box-shadow:inset 0 1px 0 rgba(255,255,255,.85);
  transition:border-color .16s ease, box-shadow .16s ease, background-color .16s ease;
}
.section-form .request-seller input[type="text"]:focus,
.section-form .request-seller input[type="email"]:focus,
.section-form .request-seller input[type="tel"]:focus,
.section-form .request-seller textarea:focus,
.section-form .request-seller select:focus{
  border-color:#f06a2a !important;
  box-shadow:0 0 0 3px rgba(240,106,42,.16);
  outline:none;
}
.section-form .request-seller .question{
  background:#fff3ea;
  border:1px solid #f2cdb7;
  border-radius:999px;
}
.section-form .request-seller .question svg path{
  fill:#cc5a20;
}
.section-form .section-form__helper{
  border:1px dashed #f0d3c3;
  border-radius:12px;
  background:#fffaf6;
}
.btnForm,
.section-form .request-seller .btn.btn-primary{
  border-radius:12px !important;
  min-height:48px;
  padding:12px 16px !important;
  font-size:17px;
  font-weight:900;
  letter-spacing:.01em;
  background:linear-gradient(135deg,#ff944d 0%,#f06a2a 100%) !important;
  border-color:#d8581b !important;
  box-shadow:0 14px 28px rgba(240,106,42,.35);
}
.btnForm:hover,
.section-form .request-seller .btn.btn-primary:hover{
  filter:brightness(1.06);
  transform:translateY(-1px);
  box-shadow:0 18px 34px rgba(240,106,42,.45);
}
.input-file-list-item{
  border:1px solid #f0ddd1;
  border-radius:10px;
  padding:6px;
  background:#fff;
}
.input-file-list-remove{
  background:#fff;
  border:1px solid #efc8b4;
  color:#be4f1a;
}
.error-input{
  border-color:#d93025 !important;
  box-shadow:0 0 0 3px rgba(217,48,37,.14) !important;
}
@media (max-width:768px){
  .section-form .request-seller{padding:20px 18px 28px 18px}
  .section-form .request-seller .all-input{gap:12px}
  .section-form .request-seller .all-input .main-input,
  .section-form .request-seller .all-input .second-input{padding:12px}
}


/* === VIN REQUEST V2 UX LAYER === */
.vinrq-hero{margin:0 0 14px;padding:16px 18px;border:1px solid #efd8ca;border-radius:14px;background:linear-gradient(135deg,#fff 0%,#fff2e8 100%);box-shadow:0 10px 24px rgba(24,24,28,.06)}
.vinrq-hero__title{margin:0 0 6px;color:#22242a;font-size:24px;font-weight:900;line-height:1.2}
.vinrq-hero__text{margin:0;color:#555a64;font-size:14px;line-height:1.45}
.vinrq-hero__chips{margin-top:10px;display:flex;flex-wrap:wrap;gap:8px}
.vinrq-chip{display:inline-flex;align-items:center;padding:6px 10px;border-radius:999px;background:#fff;border:1px solid #efd6c8;color:#5b4c44;font-size:12px;font-weight:800}
.vinrq-step{display:inline-flex;align-items:center;justify-content:center;height:22px;padding:0 8px;margin-right:8px;border-radius:999px;background:#fff2e9;border:1px solid #efcfbf;color:#b44814;font-size:12px;font-weight:900;vertical-align:middle}
.vinrq-submit-note{margin:10px 0 12px;padding:10px 12px;border-radius:10px;background:#fff7f1;border:1px dashed #efcfbf;color:#6b5550;font-size:12px;font-weight:700}
.section-form .button-shell{display:flex;justify-content:flex-end}
.section-form .button-shell .btnForm{min-width:300px}
@media (max-width:768px){
  .vinrq-hero{padding:12px}
  .vinrq-hero__title{font-size:20px}
  .section-form .button-shell{justify-content:stretch}
  .section-form .button-shell .btnForm{min-width:unset;width:100%}
}
@media (max-width:560px){
  .button-shell--sticky{position:sticky;bottom:8px;z-index:25;background:linear-gradient(to top, rgba(255,255,255,.96), rgba(255,255,255,.82));padding-top:8px}
}


/* === VIN REQUEST V2.1 ENHANCEMENTS === */
.section-form .request-seller .main-input > h2:before,
.section-form .request-seller .second-input > h2:before{
  content:'';
  display:inline-block;
  width:16px;height:16px;
  margin:0 8px -2px 0;
  border-radius:50%;
  background:linear-gradient(135deg,#ff944d 0%,#f06a2a 100%);
  box-shadow:0 0 0 2px rgba(240,106,42,.15);
}
.section-form .request-seller .second-input > h2:before{
  background:linear-gradient(135deg,#4ea5ff 0%,#1f63c8 100%);
  box-shadow:0 0 0 2px rgba(31,99,200,.15);
}
.vinrq-progress{
  margin:2px 0 10px;
  padding:8px 10px;
  border:1px solid #efd6c8;
  border-radius:10px;
  background:#fff;
  color:#5f5450;
  font-size:12px;
  font-weight:700;
}
.vinrq-progress b{color:#b44814}
.vinrq-progress--done{border-color:#b7e3c3;background:#f2fff6;color:#275f37}
.vinrq-progress--done b{color:#1e7a3d}
.vinrq-required{border-left:3px solid #efcfbf !important}
.vinrq-required--ok{border-left-color:#53b46d !important;background-image:linear-gradient(0deg,rgba(83,180,109,.03),rgba(83,180,109,.03)) !important}
