.contact-form {
	width:400px;
}

.contact-form .icon-check {
    right: 10px!important;
}

.contact-form .text-center{
    text-align: center;
}
.contact-form .errortext {
	color: #cf5b5b;
}
.contact-form .errortext {
	color: #cf5b5b;
}
.contact-form .notetext {
	color: #75b074;
}

.contact-form .form-prop {
    border: none !important;
    padding: 1.2rem;
    border-bottom: 2px solid rgb(115 90 54) !important;
    font-size: 1.6rem;
    line-height: 160%;
    transition: 0.3s;
    min-height: 40px;
	height: 40px;
    width: 100%;
	border-radius: 0px;
	color: #555;
}

.contact-form textarea {
  min-height: 80px;
  padding: 15px 10px;
}

.contact-form button{
    background: transparent none repeat scroll 0 0;
    border: 2px solid #232323;
    color: #666666;
    display: inline-block;
    font-family: "Poppins", sans-serif;
    font-weight: 600;
    letter-spacing: 1px;
    margin-top: 10px;
    padding: 10px;
    width: 100%;
    text-transform: uppercase;
}

.contact-form .form-group {
    margin-bottom: 5px;
}


.contact-form .rules a{
	text-decoration:underline;
}
.contact-form .rules a:hover{
	text-decoration:none;
}
.contact-form .rules {
	font-size:12px;
}

.contact-form .hidden {
   display:none;
}

/* Список файлов */

.contact-form .input-file-row {
	display: inline-block;
}
.contact-form .input-file {
	position: relative;
	display: inline-block;
}

.contact-form .input-file input[type=file] {
	position: absolute;
	z-index: -1;
	opacity: 0;
	display: block;
	width: 0;
	height: 0;
}
/* Focus */
.contact-form .input-file input[type=file]:focus + span {
	box-shadow: 0 0 0 0.2rem rgba(0,123,255,.25);
}
/* Disabled */
.contact-form .input-file input[type=file]:disabled + span {
	background-color: #eee;
}
.contact-form .input-file-list {
	padding: 0px 0;
}
.contact-form .input-file-list-item {
	margin-bottom: 10px;
}
.contact-form .input-file-list-remove {
	color: red;
	text-decoration: none;
	display: inline-block;
	margin-left: 5px;
}

/* Загрузка файлов*/
.contact-form .drop-area input[type=file] {
    opacity: 0px;
    position: absolute;
    width: 1px;
    height: 1px;
    visibility: hidden;
    top: 0px;
    left: -1000px;
}

.contact-form .drop-area {
    padding: 0.8rem;
    width: 100%;
    border: 0.2rem dashed rgba(0, 0, 0, 0.4);
    display: flex;
    justify-content: center;
    transition: 0.3s;
}

.contact-form .drop-area.highlight {
    border-color: #27A193;
}

.contact-form .drop-area label {
    cursor: pointer;
    display: flex;
    align-items: center;
    gap: 1.2rem;
}

.contact-form .drop-area label span {
    color: rgb(116, 116, 116);
    font-size: 1.6rem;
    line-height: 160%;
}

.contact-form .drop-area label svg {
    width: 2.4rem;
    height: 2.4rem;
}

.contact-form .drop-area .file-name {
    display: flex;
    display: none;
    align-items: center;
    gap: 1.2rem;
}

.contact-form .drop-area .file-name span {
    color: rgb(176 152 116);
    font-size: 1.6rem;
    line-height: 160%;
}

.contact-form .drop-area .file-name a {
    height: 2.4rem;
    width: 2.4rem;
}

.contact-form .drop-area .file-name svg {
    height: 2.4rem;
    width: 2.4rem;
}

.contact-form .drop-area.uploaded .file-name {
    display: flex;
}

.contact-form .drop-area.uploaded label {
    display: none;
}

/* checkbox */
.contact-form .checkbox-group {
    display: flex;
    align-items: center;
    gap: 1.2rem;
}

.contact-form input[type=checkbox], input[type=radio] {
    position: absolute;
    width: 1px;
    height: 1px;
    visibility: hidden;
    opacity: 0;
    top: -1000px;
    left: -1000px;
}
.contact-form input[type=checkbox]+label {
    flex: 0 0 2.4rem;
    width: 2.4rem;
    height: 2.4rem;
    border: 0.2rem solid rgb(245, 245, 245);
    border-color: #735a36;
    display: inline-block;
    cursor: pointer;
    transition: 0.3s;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
	margin-bottom:0;

}

.contact-form input[type=checkbox]+label::after {
    content: "";
    width: 1.6rem;
    height: 1.6rem;
    display: inline-block;
    transform: scale3d(0);
    transition: 0.3s;
}

.contact-form input[type=checkbox]:checked+label {
    border-color: #735a36;
}

.contact-form input[type=checkbox]:checked+label::after {
    background: url('/local/assets/img/icon_tick.svg') center/contain;
    transform: scale3d(1);
}

.contact-form input[type=checkbox]+label+p,
.contact-form input[type=radio]+label+p {
    color: #ffffff;
	margin-bottom:0;
    line-height: 20px;
}

.contact-form input[type=checkbox]:checked+label+p {
  color: #ffffff;
	margin-bottom:0;
    line-height: 20px;
}

/* range */
.contact-form .range {
   border: none!important;
   width: 100%!important;
   min-height: 2px!important;
   height: 2px!important;
   margin: 0;
   background-color: #735a36;
   border-radius: 3px;
   appearance: none;
/*box-shadow: -100px 0 0 100px #ff6347;*/
 }
.contact-form .range-wrap {
	margin-bottom:10px;
}
.contact-form .range::-webkit-slider-thumb {
   width: 15px;
   height: 15px;
   background-color: #bb2509;
   border-radius: 50%;
   appearance: none;
	cursor:pointer;
 }
.contact-form  .range::-moz-range-thumb {
   width: 15px;
   height: 15px;
   background-color: #bb2509;
   appearance: none;
   border: 0;
   border-radius: 50%;
	cursor:pointer;
 }
.contact-form   .range-label {
	color:  #ffffff; 
	margin-left:10px;
  }
.contact-form  .no-js .output {
   display: none;
 }
.contact-form  .output {
   padding: 5px;
 }
.contact-form  .range-inner {
   position: relative;
   padding-top: 35px;
 }
.contact-form .output {
   position: absolute;
   top: 0;
   left: var(--valuePercent);
   width: 10px;
   text-align: center;
   transform: translateX(calc(-1 * var(--valuePercent)));
 }
.contact-form  .output-text {
   padding: 5px;
   position: absolute;
   top: -5px;
   left: 50%;
   transform: translate(-50%);
   color: #ffffff!important;
   background-color: #735a36;
   border-radius: 3px;
	z-index:10;
 }

/* Цветовая схемы */
.contact-form.bordo {
    background-color: #f2f2f2;
    padding: 20px;
    border-radius: 4px;
}
.contact-form.bordo input[type=checkbox]+label {
    border: 0.2rem solid rgb(141 36 59);
}
.contact-form.bordo input[type=checkbox]:checked+label {
    background: #8d243b;
}
.contact-form.bordo h4 {
    color: #8d243b;
}
.contact-form.bordo .rules, .contact-form.bordo .rules a{
    color: #333333;
}
.contact-form.bordo button  {
    background: transparent;
    border: 2px solid #333333;
    color: #333333;
}
.contact-form.bordo .form-prop {
    background-color: #f2f2f2;
    color: #333333;
}
.contact-form.bordo input[type=checkbox]+label+p, .contact-form.bordo input[type=radio]+label+p {
    color:  #757575;
}

.contact-form.bordo .range-label {
    color: #757575;
}

.contact-form.bordo .output-text {
    background-color: #8d243b;
}
.contact-form.bordo .range {
    background-color: #8d243b;
}

.contact-form.bordo ::placeholder { color:  #757575; }
.contact-form.bordo ::-webkit-input-placeholder { color:  #757575;}
.contact-form.bordo ::-moz-placeholder { color:  #757575; opacity: 1; }
.contact-form.bordo ::-ms-input-placeholder { color:  #757575;}


.contact-form.brown {
    background-color: #b09874;
    padding: 20px;
    border-radius: 4px;
}
.contact-form.brown h4 {
    color: #ffffff;
}
.contact-form.brown .rules, .contact-form.brown .rules a{
    color: #ffffff;
}
.contact-form.brown button  {
    background: transparent;
    border: 2px solid #ffffff;
    color: #ffffff;
}
.contact-form.brown .form-prop {
    background-color: #b09874;
    color: #ffffff;
}

.contact-form.brown ::placeholder { color:  #ffffff; }
.contact-form.brown ::-webkit-input-placeholder { color:  #ffffff;}
.contact-form.brown ::-moz-placeholder { color:  #ffffff; opacity: 1; }
.contact-form.brown ::-ms-input-placeholder { color:  #ffffff;}