

/* Start:/local/templates/comitas/components/bitrix/breadcrumb/white/style.css?1700132857123*/
.breadcrumbs a {
    transition: 0.2s linear;
}

.breadcrumbs a:hover {
    color: #e30713;
    transition: 0.2s linear;
}

/* End */


/* Start:/local/templates/comitas/components/bitrix/form/consult.form/bitrix/form.result.new/.default/style.css?17569919065429*/
.consult-form-wr {
	position: relative;
}

.consult-form-field-title {
	color: #0D0D0D;
	font-weight: bold;
	font-size: 16px;
	margin-bottom: 10px;
}

.consult-form-field input {
	width: 100%;
    padding: 18px 20px;
    font-size: 16px;
    line-height: 20px;
    border-radius: 5px;
    border: 1px solid #e6e9ec;
    background: #ffffff;
    margin: 0;
	transition: 0.3s linear;
    /* cursor: none; */
}

.consult-form-field input:focus,
.consult-form-field textarea:focus {
	border: 1px solid #373c41;
	transition: 0.3s linear;
}

.consult-form-wr .consult-form-field textarea,
.consult-form-wr .contact-form__file {
	/*margin: 0 0 10px 0 !important;*/
	margin: 0;
	padding: 18px 20px;
}
.consult-form-wr .consult-form-field textarea {
	display: block;
}

.consult-form input[type="submit"] {
	text-transform: uppercase;
    font-weight: bold;
    font-size: 16px;
    color: #fff;
    padding: 20px;
    background: #e30613;
    border-radius: 5px;
	transition: 0.2s linear;
	display: inline-block;
	width: auto;
}
.consult-form input[type="submit"]:disabled {
	pointer-events: none;
	user-select: none;
	opacity: .5;
	color: #fff;
	background: #1e2a33;
}

.consult-form input[type="submit"]:hover {
	transition: 0.2s linear;
	color: #fff;
	background: #1e2a33;
	cursor: pointer;
}

.consult-form input:hover,
.consult-form input:focus,
.consult-form input:active {
	outline: none;
}

.consult-form-field > div {
	transition: 0.2s linear;
}

.consult-form-field > div > input {
	/* border: 2px solid #fff; */
	transition: 0.2s linear;
}

.consult-form-field > div.alert-form > input,
.consult-form-field > div.alert-form textarea {
	/* border: 2px solid #e60000; */
	transition: 0.2s linear;
}

.success-message {
	text-align: left;
	font-weight: 500;
	color: #000;
	font-size: 16px;
	margin-bottom: 20px;
	line-height: 120%;
	color: green;
}

.success-message span {
	font-weight: bold;
	color: green;
}

.success-message-wr {
	display: flex;
	justify-content: flex-start;
    margin: 20px 0 5px 0
}

.success-message-img {
	margin-right: 15px;
}

.success-message-img img {
	max-width: 100%
}

.form-checkbox {
	margin-bottom: 15px;
}

.form-checkbox input[type="checkbox"]:checked,
.form-checkbox input[type="checkbox"]:not(:checked) {
  position: absolute;
  left: -9999px;
}

.form-checkbox input[type="checkbox"]:checked + label,
.form-checkbox input[type="checkbox"]:not(:checked) + label {
  display: inline-block;
	/* display: flex; */
  position: relative;
  padding-left: 30px;
  line-height: 20px;
  cursor: pointer;
	font-weight: 500;
	font-size: 12px;
	color: #666666;
}

.form-checkbox input[type="checkbox"]:checked + label a,
.form-checkbox input[type="checkbox"]:not(:checked) + label a {
	text-decoration: none;
  color: #F13A30;
}

.form-checkbox input[type="checkbox"]:checked + label a:hover,
.form-checkbox input[type="checkbox"]:not(:checked) + label a:hover {
	text-decoration: underline;
  color: #F13A30;
}

.form-checkbox input[type="checkbox"]:checked + label:before,
.form-checkbox input[type="checkbox"]:not(:checked) + label:before {
  content: "";
  position: absolute;
  left: 0px;
  top: 0px;
  width: 18px;
  height: 18px;
  border: 1px solid #e6e9ec;
  background-color: #ffffff;
	transition: 0.2s linear;
}

.form-checkbox input[type="checkbox"]:checked + label:before,
.form-checkbox input[type="checkbox"]:not(:checked) + label:before {
  border-radius: 2px;
}


.form-checkbox input[type="checkbox"]:checked + label:after,
.form-checkbox input[type="checkbox"]:not(:checked) + label:after {
  content: "";
  position: absolute;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

.form-checkbox input[type="checkbox"]:checked + label:after{
  left: 3px;
  top: 4px;
  width: 10px;
  height: 5px;
  border-radius: 1px;
  border-left: 4px solid #1e2a33;
  border-bottom: 4px solid #1e2a33;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.consult-form-field > div.alert-form > .form-checkbox > label:before {
	border-color: #e60000;
	transition: 0.2s linear;
}

.consult-form .form-group.alert-form input,
.consult-form .form-group.alert-form textarea {
	border-color: #e60000;
}
.consult-form .form-group {
	position: relative;
	margin-bottom: 10px;
}
.consult-form .form-group .alert-form {
	position: absolute;
    bottom: 3px;
    right: 7px;
    font-size: 12px;
    color: #e60000;
    background-color: white;
}

.red-color {
	color: #e60000;
}

.add-file-field {
	position: relative;
	display: inline-flex;
	margin-left: 15px;
	width: 64px;
	height: 60px;
	background-color: #e60000;
	border-radius: 5px;
	text-decoration: none;
	transition: 0.2s linear;
}

.add-file-field:hover {
	background-color: #1e2a33;
	text-decoration: none;
	transition: 0.2s linear;
}

.add-file-field span {
	width: 26px;
	height: 2px;
	background-color: #fff;
	position: absolute;
}

.add-file-field span:nth-child(1) {
	top: calc(50% - 1px);
	left: calc(50% - 13px);
}

.add-file-field span:nth-child(2) {
	transform: rotate(90deg);
	top: calc(50% - 1px);
	left: calc(50% - 13px);
}

.form-file-box {
	display: none;
}

.form-file-box.showed {
	display: flex;
}

@media screen and (max-width: 1023px) {

	.consult-form-field {
		width: 100%;
	}

	.consult-form-wr {
		padding: 50px 15px;
	}
}

/* End */
/* /local/templates/comitas/components/bitrix/breadcrumb/white/style.css?1700132857123 */
/* /local/templates/comitas/components/bitrix/form/consult.form/bitrix/form.result.new/.default/style.css?17569919065429 */
