.consultation {
  background: #ececec;
}
.consultation__content {
  display: flex;
  flex-flow: column;
  gap: 44px;
  padding: 50px 0px;
  padding-bottom: 148px;
}
.consultation__head {
  display: flex;
  flex-flow: row;
  justify-content: flex-end;
}
.consultation__title {
  width: 100%;
  max-width: 50%;
  font-family: Geist;
  font-weight: 400;
  font-size: 48px;
  line-height: 100%;
  letter-spacing: -2.8%;
  color: #121212;
  justify-content: flex-start;
}
.consultation__c-title {
font-family: Geist;
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    letter-spacing: 0%;
    color: #A0A09F;
  }
.consultation__center-part {
		display: flex;
		flex-direction: column;
		gap: 18px;
		
	}
.consultation__title strong {
  font-weight: 400;
  color: #A0A09F;
}
.consultation__body {
  display: flex;
  flex-flow: row;
}
.consultation__contacts {
  max-width: 50%;
  width: 100%;
  display: flex;
  flex-flow: column;
  justify-content: space-between;
  gap: 223px;
}
.consultation__messengers-list {
  display: flex;
  flex-flow: column;
  gap: 1px;
}

.consultation__messengers-list a {
  display: flex;
  flex-flow: row;
  gap: 1px;
  text-decoration: none;
  font-family: Geist;
  font-weight: 500;
  font-size: 18px;
  line-height: 120%;
  letter-spacing: 0.5px;
  text-align: center;
  color: #121212;
}
.consultation__top-part {
  display: flex;
  flex-flow: column;
  gap: 48px;
}

.consultation__phone a {
  font-family: Geist;
  font-weight: 400;
  font-size: 36px;
  line-height: 110%;
  letter-spacing: -0.8%;
  text-decoration: none;
  color: #121212;
}
.consultation__footer {
  display: flex;
  flex-flow: row;
  align-items: center;
  gap: 8px;
  text-decoration: none;
}
.consultation__footer img {
  width: 64px;
  height: 64px;
  aspect-ratio: 1;
  border-radius: 100px;
}
.consultation__footer-title {
  font-family: Geist;
  font-weight: 400;
  font-size: 28px;
  line-height: 110%;
  letter-spacing: 0px;
  text-align: center;
  color: #121212;
}
.consultation__form-container {
  max-width: 50%;
  width: 100%;
}
.consultation__form {
  display: flex;
  flex-flow: column;
  gap: 16px;
}
.consultation__input, .consultation__select, .consultation__textarea-container {
  padding: 14px 20px;
  background: #fff;
  border: none;
  border-radius: 20px;
  width: 100%;
  outline: none;
}
.consultation__input::-moz-placeholder, .consultation__select::-moz-placeholder, .consultation__textarea-container::-moz-placeholder {
  font-family: Geist;
  font-weight: 400;
  font-size: 14px;
  line-height: 130%;
  letter-spacing: 0%;
  vertical-align: middle;
  color: #A0A09F;
}
.consultation__input::placeholder, .consultation__select::placeholder, .consultation__textarea-container::placeholder {
  font-family: Geist;
  font-weight: 400;
  font-size: 14px;
  line-height: 130%;
  letter-spacing: 0%;
  vertical-align: middle;
  color: #A0A09F;
}

.consultation__input-container {
	border-radius: 100px;
}
.consultation__input textarea, .consultation__select textarea, .consultation__textarea-container textarea {
  width: 100%;
  padding-top: 10px;
  border: none;
  outline: none;
}
.consultation__input textarea::-moz-placeholder, .consultation__select textarea::-moz-placeholder, .consultation__textarea-container textarea::-moz-placeholder {
  font-family: Geist;
  font-weight: 400;
  font-size: 14px;
  line-height: 130%;
  letter-spacing: 0%;
  vertical-align: middle;
  color: #A0A09F;
}
.consultation__input textarea::placeholder, .consultation__select textarea::placeholder, .consultation__textarea-container textarea::placeholder {
  font-family: Geist;
  font-weight: 400;
  font-size: 14px;
  line-height: 130%;
  letter-spacing: 0%;
  vertical-align: middle;
  color: #A0A09F;
}
.consultation__checkbox-container input {
  height: 18px;
  width: 18px;
  aspect-ratio: 1;
}
.consultation__checkbox-container span {
  margin: 0;
}
.consultation__checkbox-container label {
  display: flex;
  flex-flow: row;
  align-items: center;
  gap: 12px;
}
.consultation__checkbox-container label .wpcf7-list-item-label {
  font-family: Geist;
  font-weight: 400;
  font-size: 12px;
  line-height: 125%;
  letter-spacing: 0%;
  vertical-align: middle;
  color: #A0A09F;
}
.consultation__file-container {
  display: flex;
  align-items: center;
  gap: 16px;
  width: 100%;
  justify-content: space-between;
}
.wpcf7-spinner {
  display: none;
}
.consultation__file-container > .wpcf7-form-control-wrap {
  max-width: 486px;
  width: 100%;
}
.consultation__file-container > .wpcf7-form-control-wrap input {
  width: 100%;
}
.consultation__submit {
  padding: 14px 24px;
  border-radius: 50px;
  background: #121212;
  border: none;
  font-family: Geist;
  font-weight: 500;
  font-size: 16px;
  line-height: 130%;
  letter-spacing: 0px;
  text-align: center;
  color: #fff;
}
.consultation__double-input {
  display: flex;
  flex-flow: row;
  gap: 16px;
}

.consultation__double-input span {
	width: 100%;
}

.consultation .custom-file-wrapper {
  width: 100%;
}
.consultation .custom-file-wrapper .wpcf7-form-control-wrap {
  display: none;
}
.consultation .custom-file-display {
  padding: 14px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 8px;
  border-radius: 50px;
  border: 1px dashed rgba(144, 164, 174, 0.6509803922);
  font-family: Geist;
  font-weight: 500;
  font-size: 16px;
  line-height: 130%;
  letter-spacing: 0px;
  text-align: center;
  color: #607d8b;
  cursor: pointer;
	transition: 0.3s ease;
}

.consultation .custom-file-display svg path {
	transition: 0.3s ease;
}

.consultation .custom-file-display:hover {
	background: #607d8b;
	color: #f0f2f5;
}

.consultation .custom-file-display:hover svg path {
	fill: #f0f2f5;
}


.consultation .custom-select {

  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;

  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8'%3E%3Cpath d='M1 1l5 5 5-5' stroke='%23000' stroke-width='2' fill='none'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 16px center;
  background-size: 12px 8px;

  padding-right: 40px; /* место под стрелку */

  border-radius: 20px;
  position: relative;
  padding: 14px 20px;
  cursor: pointer;
  color: #A0A09F;
  border: none;
   font-family: Geist;
  font-weight: 400;
  font-size: 14px;
  line-height: 130%;
  outline: none;
  width: 100%;
}
.consultation .custom-select__text {
  font-family: Geist;
  font-weight: 400;
  font-size: 14px;
  line-height: 130%;
  letter-spacing: 0%;
  vertical-align: middle;
  color: #A0A09F;
}
.consultation .custom-select__trigger {
  display: flex;
  flex-flow: row;
  justify-content: space-between;
}
 .custom-select options {

  background: white;
  border: 1px solid #ccc;
  border-radius: 6px;
  z-index: 10;
    color: #121212;
  flex-direction: column;
  gap: 6px;
  max-height: 250px;
  overflow-y: auto;
  scrollbar-width: thin; /* для Firefox */
  scrollbar-color: #D5DAE4 transparent; /* для Firefox */
}

.consultation .custom-select__options::-webkit-scrollbar {
	position: relative;
	transform: translatex(-2px);
	width: 4px;
}

.consultation .custom-select__options::-webkit-scrollbar-track {
	background: transparent;
	padding-right: 2px;
}

.consultation .custom-select__options::-webkit-scrollbar-thumb {
	background: #D5DAE4;
	border-radius: 20px;
	width: 4px;
}

.consultation .custom-select.open .custom-select__options {
  display: flex;
}
.consultation .custom-select__option {
  padding: 16px;
  transition: 0.2s ease;
  font-family: Geist;
  font-weight: 400;
  font-size: 14px;
  line-height: 130%;
  letter-spacing: 0%;
  vertical-align: middle;
  border-bottom: 1px solid #607D8B29;
}
.consultation .custom-select__option:hover {
  background: #121212;
  color: #fff;
}

.consultation-checkbox-original {
  display: none;
}

.custom-checkbox {
  display: inline-flex;
  align-items: center;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  border-radius: 2px;
  max-width: 400px;
  position: relative;
}

.custom-checkbox__box {
  width: 20px;
  height: 20px;
  border: 1px solid #121212;
  border-radius: 4px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #fff;
  transition: background-color 0.3s, border-color 0.3s;
}

.custom-checkbox__box.checked {
  background-color: #121212;
}

.custom-checkbox__box.checked::after {
  content: "";
  display: block;
  width: 6px;
  height: 12px;
  border: solid #fff;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
  top: 0px;
  position: absolute;
}

.wpcf7-not-valid-tip {
  margin-top: 6px;
}

.wpcf7-response-output {
  border-radius: 20px;
  padding: 14px 20px;
}

.custom-file-clear {
  display: none;
  background: none;
  border: none;
}

.hidden-submit,
.hidden-select {
  display: none;
}

.custom-submit {
  display: flex;
  flex-flow: row;
  align-items: center;
  gap: 8px;
  font-family: Geist;
  font-weight: 500;
  font-size: 16px;
  line-height: 130%;
  letter-spacing: 0px;
  text-align: center;
  width: -moz-fit-content;
  width: fit-content;
  transition: 0.3s ease;
  border: 1px solid #121212!important;
}

.custom-submit svg path {
	transition: 0.3 ease;
}

.custom-submit:hover {
	background: transparent;
	color: #121212;
}

.custom-submit:hover svg path {
	fill: #121212;
}

.custom-submit span {
  text-wrap: nowrap;
}

@media (max-width: 1024px) {
  .consultation__content {
    padding: 48px 0;
  }
  .consultation__head {
    flex-flow: column;
    align-items: flex-start;
	justify-content: space-between;
  }
  .consultation__title {
    max-width: 100%;
	padding-top: 42px;
	font-family: font family/Geist;
	font-weight: 400;
	font-style: Regular;
	font-size: 32px;
	leading-trim: NONE;
	line-height: 100%;
	letter-spacing: -2.8%;
  }
  .consultation__body {
    flex-flow: column-reverse;
    gap: 48px;
  }
  .consultation__form-container {
    max-width: 100%;
  }
  .consultation__contacts {
    max-width: 100%;
  }
  .consultation__double-input {
    flex-flow: column;
  }
  .consultation__file-container {
    flex-flow: column;
  }
  .consultation__contacts {
    gap: 48px;
  }
  .consultation__top-part {
    gap: 16px;
  }
  .consultation__submit {
    width: 100%;
    justify-content: center;
  }
	.consultation__phone a {
		font-family: Geist;
		font-weight: 400;
		font-style: Regular;
		font-size: 28px;
		leading-trim: NONE;
		line-height: 110.00000000000001%;
		letter-spacing: -0.8%;
	}
	
	.consultation__footer-title {
		font-family: Geist;
		font-weight: 400;
		font-style: Regular;
		font-size: 18px;
		leading-trim: NONE;
		line-height: 120%;
		letter-spacing: 0.5px;
		text-align: center;
	}
	
	.consultation__footer svg {
		width: 15px;
		height: 15px;
	}
	.consultation__footer img {
		width: 48px;
height: 48px;
	}
	
		
	@media (max-width: 768px) {

		.custom-file-text {
			font-size: 14px;
		}
}/*# sourceMappingURL=style.css.map */