/**
 * Place for custom page styles here.

MAIN

*/
 
/* MAIN */
.webform-submission-consultation-add-form {}
.page-mobile-menu .webform-submission-consultation-add-form {}

.webform-submission-consultation-add-form input {
	/* display: block; */
	/* width: 250px; */
	/* padding: 10px; */
	/* border: none; */
	/* font-size: 16px; */
	outline: none;
	border-bottom: 2px solid rgb(0, 0, 0, 0.5);
}

.webform-submission-consultation-add-form input:focus {
	border-bottom: 2px solid #950A21;
}

.webform-submission-consultation-add-form #edit-name {
	/* width: 250px; */
}

.webform-webform-telephone-international {
	/* width: 270px!important; */
}

.webform-submission-consultation-add-form > div {
	margin-bottom: 10px;
}

.webform-submission-consultation-add-form .js-form-type-processed-text {
	font-size: 19px;
	font-weight: 600;
	color: #000;
	line-height: 1.4;
	/* line-height: 20px; */
}

.webform-submission-consultation-add-form .js-form-type-processed-text p {
	/* text-transform: uppercase; */
	margin-bottom: 0;
}

.webform-submission-consultation-add-form .js-form-type-processed-text:after {
	/* content: '';
	display: inline-block;
	width: 100px;
	height: 2px;
	background-color: #950A21; */
}

.form-item-terms-of-service {
	position: relative;
	margin-top: 20px;
}

.form-item-terms-of-service input {
	width: auto;
	max-width: 15px;
	position: absolute;
	top: 2px;
	/* -webkit-appearance: none; */
	border: 1px solid rgba(15, 14, 20, 0.5)!important;
	width: 15px!important;
	height: 15px!important;
	padding: 0!important;
	-moz-appearance:none;
	-webkit-appearance:none;
	-o-appearance:none;
	content: none;
	outline: 1px solid rgba(15, 14, 20, 0.5);
	/* display: none; */
	top: 4px;
	left: 0;
}

.form-item-terms-of-service input:checked {
	-moz-appearance:auto;
	-webkit-appearance:auto;
	-o-appearance:auto;
	outline: none;
}

/* .form-item-terms-of-service input + label {
	display: inline-block;
	width: 15px;
	height: 15px;
	background-color: #fff;
	border: 1px solid rgb(15, 14, 20, 0.5);
} */

.form-item-terms-of-service label {
	/* display: none; */
	/* grid-column: 2; */
	/* grid-row: 1; */
}

.form-item-terms-of-service a {
	/* color: #0A253E; */
}

.form-item-terms-of-service .description {
	/* display: none; */
}

.webform-submission-consultation-add-form .button {
	/* color: #333; */
	/* display: block; */
	/* padding: 0 25px; */
	/* background: #950A21; */
	/* border: 1px solid #950A21; */
	/* color: #fff; */
	/* line-height: normal; */
	/* transition: all 0.3s ease; */
	/* border-radius: 5px; */
	/* margin-top: 25px; */
	cursor: pointer;
	/* height: 50px; */
	/* -webkit-appearance: none; */
	/* box-shadow: 2px 2px 10px 3px rgb(149 10 33 / 30%); */
	/* border-radius: 10px; */
}

.webform-submission-consultation-add-form .button:hover {
	/* background: #000;
    border-color: #000; */
}

.webform-submission-consultation-add-form strong.error.form-item--error-message {
  display: block;
  font-weight: normal;
  font-size: 14px;
  width: 220px;
  line-height: normal;
  margin-top: 10px;
}

.webform-submission-consultation-add-form .js-form-type-processed-text {
	/* grid-column: 1; */
	/* grid-row: 1!important; */
}

.webform-submission-consultation-add-form .form-item-name {
	/* grid-column: 1; */
	/* grid-row: 2; */
}

.webform-submission-consultation-add-form .form-item-phone {
	/* grid-column: 1; */
	/* grid-row: 3; */
}

.webform-submission-consultation-add-form > div:nth-child(1) {
	/* grid-column: 1; */
	/* grid-row: 4; */
}

.webform-submission-consultation-add-form > div:nth-child(1) .placeholder {
	display: none;
}

.webform-submission-consultation-add-form .form-item-terms-of-service {
	/* grid-column: 1; */
	/* grid-row: 5; */
}

.webform-submission-consultation-add-form .form-submit {
	/* grid-column: 1; */
	/* grid-row: 6; */
}


/* ADAPTIVE */
@media (min-width: 1920px) {
}

@media (max-width: 1920px) {
}

@media (max-width: 1919px) {
}

@media (max-width: 1700px) {
}

@media (max-width: 1600px) {
}

@media (max-width: 1440px) {
}

@media (max-width: 1366px) {
}

@media (max-width: 1280px) {

}

@media (max-width: 1150px) {

}

@media (max-width: 1024px) {

}

@media (max-width: 991px) {

}

@media (max-width: 834px) {
  
}

@media (max-width: 768px) {
    .webform-submission-consultation-add-form,
    .block-consultation-phone {
        /* display: none; */
    }
}

@media (max-width: 650px) {
}

@media (max-width: 480px) {
}

@media (max-width: 450px) {
}

@media (max-width: 380px) {
}