

/* Start:/bitrix/components/mylime/form.result.new.online/templates/.default/style.css?17814473503348*/
.form_wrap {
        display: block;
        position: relative;
        max-width: 800px;
        margin-bottom: 10px;
        width: 100%;
    }
    textarea {border-radius: 3px;}
    textarea:focus, input:focus{
        outline: 1px solid var(--red);
    }
 
/* <select> styles */
select {
  /* Reset Select */
  appearance: none;
  outline: 0;
  border: 0;
  box-shadow: none;
  /* Personalize */
  flex: 1;
  padding: 0 1em;
  color: #000;
  background-color: #fff;
  background-image: none;
  cursor: pointer;
  font-family: 'truth', arial, sans-serif;
  font-size: 14px;
}
/* Remove IE arrow */
select::-ms-expand {
  display: none;
}
select option {
    font-size: 16px;
}
@media (max-width: 600px) {
    select option {
    font-size: 14px !important;
    }   
}
/* Custom Select wrapper */
.table-fields .block:nth-child(6) div:nth-child(1) {
    margin: 10px 0;
}
.table-fields .block:nth-child(6) div:nth-child(2) {
  position: relative;
  display: flex;
  max-width: 335px;
  width: 100%;
  height: 45px;
  border-radius: 3px;
  overflow: hidden;
}
.block div {
    position: relative;
}
.table-fields .block:nth-child(6) div:nth-child(2)::after {
  content: '\25BC';
  position: absolute;
  top: 0;
  right: 0;
  padding: 1em;
  background-color: #ffc7c7;
  transition: .25s all ease;
  pointer-events: none;
}

/* Transition */
.table-fields .block:nth-child(6) div:nth-child(2):hover::after {
  color: var(--red);
}
.table-fields .block:nth-child(6) {
    margin: 10px 0;
}
    
    #ac-1 {
        opacity: 0;
        width: 1px;
        height: 1px;
        position: absolute;
        z-index: -999;
    }
    .form-global #ac-1:checked ~ .form_wrap {
        display: block;
    }
    .review_label {
        font-family: 'truthb', arial, sans-serif;
        font-size: 16px;
        display: inline-flex;
        margin-bottom: 10px;
        align-items: center;
        padding: 10px;
        background: #fff;
        border-radius: 5px;
        cursor: pointer;
        border: 1px solid var(--red);
    }
    .review_label i {
        font-size: 20px;
        margin-right: 10px;
        color: #000;
    }
    .form-global #ac-1:checked ~ .review_label i {
        color: var(--red);
    }
    
.form_wrap {
    margin-bottom: 30px;
    background: #f9f9f9;
    padding: 5px 20px 20px;
    border-radius: 5px;
    border: 1px solid #ccc;
}
.for-title {
    display: none;
}
.form_wrap textarea, input[type=text], input[type=password] {
    background: #FFF !important;
}

.form_wrap h6 {
    font-size: 16px;
    margin: 0;
    padding: 0;
}
.form-required 
{
	color: red;
}

.error-fld {
	display: block;
	float: left;
	height: 13px;
	width: 15px;
	background-repeat: no-repeat;
	background-image: url(/bitrix/components/mylime/form.result.new.online/templates/.default/images/icon_warn.gif);
}
.checkbox-wrapper {
    display: flex;
    align-items: flex-start;
    margin-bottom: 15px;
    margin-top: 15px;
    font-size: 16px;
}
#agreeCheckbox {
    flex-shrink: 0;
    margin: 0 15px 0 0;
	-webkit-appearance: checkbox !important;
    appearance: checkbox !important;
    width: 20px;
    height: 20px;
}
#submitBtn[disabled], #submitBtn[disabled]:hover {
    background: #ccc !important;
    opacity: 1;
    cursor: auto;
}

/* End */
/* /bitrix/components/mylime/form.result.new.online/templates/.default/style.css?17814473503348 */
