@charset "UTF-8";
.calc_my {
  padding: 40px 60px 30px 60px;
  float: right;
  text-align: left;
  box-shadow: 0px 20px 20px rgba(0, 0, 0, 0.1);
  background-color: white;
  border-radius: 16px;
}
.calc_my .ezfc-label {
  text-align: left !important;
	margin-bottom: 0.5rem;
}
.calc_my .calc_custom {
  padding-bottom: 0;
}
.calc_my .calc_custom p {
  margin-top: 0 !important;
}
.calc_head_text {
	font-family: 'Dexa-Pro-Expanded';
  text-align: left;
  text-transform: uppercase;
  font-size: 18px;
  font-weight: 700;
  color: #111;
	
}
.calc_name input {
  border: 1px solid #ddd !important;
  background-color: transparent !important;
}
.calc_phone input {
  border: 1px solid #ddd !important;
  background-color: transparent !important;
}
.calc_name input:-moz-placeholder {
  font-style: normal !important;
}
.calc_name input:-ms-input-placeholder {
  font-style: normal !important;
}
.calc_name input::-moz-placeholder {
  font-style: normal !important;
}
.calc_name input::-webkit-input-placeholder {
  font-style: normal !important;
}
.calc_phone input:-moz-placeholder {
  font-style: normal !important;
}
.calc_phone input:-ms-input-placeholder {
  font-style: normal !important;
}
.calc_phone input::-moz-placeholder {
  font-style: normal !important;
}
.calc_phone input::-webkit-input-placeholder {
  font-style: normal !important;
}
.calc_color .ezfc-element-option-container,
.calc_type .ezfc-element-option-container {
  display: inline-flex;
}
.calc_my .ezfc-element .ezfc-label {
  padding: 0;
}
.calc_color .ezfc-element-radio-input {
  display: none;
}
.calc_color .ezfc-element-radio img {
  border: 2px solid transparent;
  transition: 0.3s;
  border-radius: 6px;
}
.calc_color .ezfc-element-radio input:checked + img {
  border: 2px solid #fee655;
  transition: 0.3s;
  pointer-events: none;
}
.calc_type input[data-optionid="wavy"] + label:before {
  content: "Волнистые";
}
.calc_type input[data-optionid="wavy-pl"] + label:before {
  content: "Falisty";
}
.calc_type input[data-optionid="straight"] + label:before {
  content: "Прямые";
}
.calc_type input[data-optionid="straight-pl"] + label:before {
  content: "Prosty";
}
.calc_type {
  padding: 0 !important;
  margin: 0 0 1.5rem;
  box-sizing: border-box;
  display: flex;
  flex-flow: column nowrap;
  justify-content: flex-start;
}
.calc_type input {
  width: 0;
  height: 0;
  position: absolute;
  left: -9999px;
}
.calc_type input + label {
  padding: 0.75rem 1rem;
  box-sizing: border-box;
	border-radius: 6px;
	border: 2px solid transparent;
  position: relative;
  display: inline-block;
  font-size: 14px;
  line-height: 140%;
  text-align: center;
  transition: border-color 0.15s ease-out, color 0.25s ease-out,
    background-color 0.15s ease-out, box-shadow 0.15s ease-out;
}
.calc_type input:hover + label {
	background-color: #F3F3F3;
	cursor: pointer;

}
.calc_type input:checked + label {
  border: 2px solid #FFD37C;
	background-color: white;
  z-index: 1;
}
@media (max-width: 800px) {
  .toggle input + label {
    padding: 0.75rem 0.25rem;
    flex: 0 0 50%;
    display: flex;
    justify-content: center;
    align-items: center;
  }
}
.calc_my input[type="submit"].ezfc-submit {
  width: 100%;
  height: 65px;
  background-image: linear-gradient(210deg, #FFD37C 31%, #FFD37C 100%);
  border-radius: 16px 2px 16px 2px;
  border: none;
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  font-family: "DexaPro", Arial, Helvetica, sans-serif;
  text-transform: none;
  line-height: 1.5em;
  text-align: center;
  color: #202020;
  position: relative;
  overflow: hidden;
  transition: background 0.4s ease-in-out;
}
.calc_my input[type="submit"].ezfc-submit:hover{
	background-image:linear-gradient(210deg, #FFD37C 13%, #FFF181 100%);
	transition: background 0.4s ease;
}
.calc_my .ezfc-price-wrapper .ezfc-price {
  font-weight: 600;
  line-height: 39px;
  font-size: 36px;
  font-family: "DexaPro", Arial, Helvetica, sans-serif;
  color: #494255;
  padding: 0;
}
.calc_my .ezfc-price-wrapper .ezfc-price-prefix {
  font-weight: 600;
  line-height: 39px;
  font-size: 36px;
  font-family: "DexaPro", Arial, Helvetica, sans-serif;
  color: #494255;
}
.hair-length-slider .ezfc-slider-element {
  background-color: #FFD37C;
  border-radius: 5px;
  height: 2px;
  border: 0 !important;
  margin-top: 15px;
  margin-bottom: 30px;
  margin-left: 10px;
  margin-right: 10px;
}
.hair-length-slider .ezfc-slider-element .ui-slider-handle {
  border-radius: 50%;
  color: #454545;
  background: #494255 !important;
  top: -0.4em;
}
.hair-length-slider .ezfc-text,
.hair-length-slider .ezfc-text-currency {
  display: none;
}
.hair-length-slider .ezfc-slider-element .ui-slider-pip .ui-slider-line {
  height: 8px;
  top: -10px;
}
.hair-length-slider .ezfc-slider-element .ui-slider-pip span,
.hair-length-slider .ezfc-slider-element span.ui-slider-tip {
  color: #494255 !important;
}
.hair-length-slider .ezfc-slider-element .ui-slider-pip span.ui-slider-line {
  background: #999;
}
.hair-length-slider .ezfc-slider-element span.ui-slider-tip::after {
  border: 0;
  margin: 0;
  position: unset;
}
.hair-length-slider .ezfc-slider-element span.ui-slider-tip::before {
  display: none;
}
.hair-length-slider
  .ezfc-slider-element
  span.ui-slider-handle
  span.ui-slider-tip {
  top: -20px;
  border: 0;
  background: 0 0;
}
.my-calc-widget-column > div {
  margin: 0 !important;
}
@media (max-width: 426px) {
  .my-calc-widget-column {
    width: 95%;
    margin: 0 auto;
  }
  .calc_my {
    padding-left: 15px;
    padding-right: 25px;
  }
}
@media (min-width: 426px) and (max-width: 540px) {
  .my-calc-widget-column {
    width: 80% !important;
    margin: 0 auto;
  }
}
@media (min-width: 541px) {
  .my-calc-widget-column {
    width: 70% !important;
    margin: 0 auto;
  }
}
@media (min-width: 768px) {
  .my-calc-widget-column {
    width: 50% !important;
    margin: 0 auto;
  }
}
@media (min-width: 1025px) {
  .my-calc-widget-column {
    width: 35% !important;
    margin: 0 0 0 50px;
  }
}
@media (min-width: 1300px) {
  .my-calc-widget-column {
    width: 35% !important;
    margin: 0 0 0 50px;
  }
}
.form_input_error_tel label:after,
.form_input_error_tel
  span.tel-993:before
  .form_input_error_tel
  span.tel-351:before {
  content: "Пример: +380 63 345 2777";
  display: block;
  color: red;
  font-size: 13px;
}
@media (min-width: 426px) {
  #ezfc-form-1 .form_input_error_tel label {
    position: relative;
  }
  #ezfc-form-1 .form_input_error_tel label:after {
    position: absolute;
    top: -25px;
    left: 6px;
  }
}
.calc_phone span {
  position: absolute;
  left: 1.3em;
  top: 0.55em;
  line-height: 1.8;
  font-size: 14px;
}
.calc_phone span i {
  visibility: hidden;
}
.tel-351 input,
.tel-993 input {
  background-color: transparent !important;
}
.hair-length-slider
  .ezfc-slider-element
  .ui-slider-pip-label
  > span.ui-slider-label::after {
  content: " см";
}
.ezfc-slider-progress-bar {
  height: 100%;
  background-color: #fee655;
}
.calc_color > .ezfc-element-option-container {
  display: flex;
  flex-flow: row wrap;
}
.calc_color > .ezfc-element-option-container > div {
  display: flex;
  align-items: center;
  width: 50%;
}
.calc_color > .ezfc-element-option-container > div .ezfc-addon-label {
  display: block;
  border: 3px solid transparent;
  width: 50px;
  height: 50px;
  border-radius: 40px;
  cursor: pointer;
}
.calc_color > .ezfc-element-option-container > div .ezfc-element-radio-text {
  margin-left: 15px;
}
.calc_color
  > .ezfc-element-option-container
  > div
  input:checked
  + .ezfc-addon-label {
  border: 3px solid #FFD37C;
  box-shadow: inset -2px 2px 2px rgba(0, 0, 0, 0.4);
  margin: 0;
}
.calc_color > .ezfc-element-option-container > div:nth-child(1) {
  margin-bottom: 10px;
}
.calc_color
  > .ezfc-element-option-container
  > div:nth-child(1)
  .ezfc-addon-label {
  background-color: #fffaae;
}
.calc_color > .ezfc-element-option-container > div:nth-child(2) {
  margin-bottom: 10px;
}
.calc_color
  > .ezfc-element-option-container
  > div:nth-child(2)
  .ezfc-addon-label {
  background-color: #ff9c27;
}
.calc_color
  > .ezfc-element-option-container
  > div:nth-child(3)
  .ezfc-addon-label {
  background-color: #29201b;
}
.calc_color
  > .ezfc-element-option-container
  > div:nth-child(4)
  .ezfc-addon-label {
  background-color: #5e462a;
}
.calc_type > .ezfc-element-option-container {
  justify-content: center;
	outline: 2px solid #EAEAEA;
	outline-offset: -2px;
	border-radius: 8px;
}
.calc_type > .ezfc-element-option-container > div {
  width: 50%;
}
.calc_type > .ezfc-element-option-container > div:first-child {
  margin-right: 0;
  background-color: white !important;
}
.calc_type > .ezfc-element-option-container > div .ezfc-addon-label {
  width: 100%;
}
.calc_type > .ezfc-element-option-container > div .ezfc-element-radio-text {
  display: none;
}
.my-calc-widget-column > .elementor-column-wrap {
  border-radius: 10px;
  background: #fff !important;
}
.my-calc-widget-column > .elementor-column-wrap .calc_my {
  border-radius: 10px;
}
.ui-slider-float .ui-slider-tip,
.ui-slider-float .ui-slider-tip-label {
  width: 40px !important;
}
.theme-yellow-color
  .calc_color
  > .ezfc-element-option-container
  > div
  input:checked
  + .ezfc-addon-label,
.theme-yellow-color .calc_type input:checked + label,
.theme-yellow-color .calc_type input:hover + label {
  border-color: #ffe751 !important;
}
.theme-yellow-color .ezfc-slider-progress-bar,
.theme-yellow-color .hair-length-slider .ezfc-slider-element .ui-slider-handle {
  background-color: #ffe751 !important;
}
.theme-yellow-color .is--active .timeline-item__card-arrow,
.theme-yellow-color .is--active .timeline-item__card-inner {
  background-color: #ffe751 !important;
}
.theme-yellow-color
  #premium-carousel-wrapper-7e2ae6f3
  .elementor-row
  > div:first-of-type
  > div {
  background-color: #ffe751 !important;
}
.theme-yellow-color
  #premium-carousel-wrapper-7e2ae6f3
  .elementor-row
  > div:first-of-type
  .carousel-arrow {
  border-color: #ffe751 !important;
}
.theme-blue-color
  .calc_color
  > .ezfc-element-option-container
  > div
  input:checked
  + .ezfc-addon-label,
.theme-blue-color .calc_type input:checked + label,
.theme-blue-color .calc_type input:hover + label {
  border-color: #00c3f9 !important;
}
.theme-blue-color .ezfc-slider-progress-bar,
.theme-blue-color .hair-length-slider .ezfc-slider-element .ui-slider-handle {
  background-color: #00c3f9 !important;
}
.theme-blue-color .is--active .timeline-item__card-arrow,
.theme-blue-color .is--active .timeline-item__card-inner {
  background-color: #00c3f9 !important;
}
.theme-blue-color
  #premium-carousel-wrapper-7e2ae6f3
  .elementor-row
  > div:first-of-type
  > div {
  background-color: #00c3f9 !important;
}
.theme-blue-color
  #premium-carousel-wrapper-7e2ae6f3
  .elementor-row
  > div:first-of-type
  .carousel-arrow {
  border-color: #00c3f9 !important;
}
.theme-green-color
  .calc_color
  > .ezfc-element-option-container
  > div
  input:checked
  + .ezfc-addon-label,
.theme-green-color .calc_type input:checked + label,
.theme-green-color .calc_type input:hover + label {
  border-color: #00f24c !important;
}
.theme-green-color .ezfc-slider-progress-bar,
.theme-green-color .hair-length-slider .ezfc-slider-element .ui-slider-handle {
  background-color: #00f24c !important;
}
.theme-green-color .is--active .timeline-item__card-arrow,
.theme-green-color .is--active .timeline-item__card-inner {
  background-color: #00f24c !important;
}
.theme-green-color
  #premium-carousel-wrapper-7e2ae6f3
  .elementor-row
  > div:first-of-type
  > div {
  background-color: #00f24c !important;
}
.theme-green-color
  #premium-carousel-wrapper-7e2ae6f3
  .elementor-row
  > div:first-of-type
  .carousel-arrow {
  border-color: #00f24c !important;
}
.theme-pink-color
  .calc_color
  > .ezfc-element-option-container
  > div
  input:checked
  + .ezfc-addon-label,
.theme-pink-color .calc_type input:checked + label,
.theme-pink-color .calc_type input:hover + label {
  border-color: #f19bff !important;
}
.theme-pink-color .ezfc-slider-progress-bar,
.theme-pink-color .hair-length-slider .ezfc-slider-element .ui-slider-handle {
  background-color: #f19bff !important;
}
.theme-pink-color .is--active .timeline-item__card-arrow,
.theme-pink-color .is--active .timeline-item__card-inner {
  background-color: #f19bff !important;
}
.theme-pink-color
  #premium-carousel-wrapper-7e2ae6f3
  .elementor-row
  > div:first-of-type
  > div {
  background-color: #f19bff !important;
}
.theme-pink-color
  #premium-carousel-wrapper-7e2ae6f3
  .elementor-row
  > div:first-of-type
  .carousel-arrow {
  border-color: #f19bff !important;
}
.uah200__title {
  color: #333;
  text-transform: uppercase;
  text-align: center;
  font-weight: 700;
}
.uah200__form {
  display: flex;
  flex-flow: column;
  margin-top: 15px;
}
.uah200__form input {
  color: #666;
  padding: 0.5em 1em;
  width: 100%;
  margin-bottom: 15px;
}
.uah200__form button {
  margin: auto;
  width: 220px;
  max-width: 100%;
  height: 47px;
  background: linear-gradient(226deg, #480048 0, #c04848 100%);
  border-radius: 2px;
  border: none;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 21px;
  text-align: center;
  color: #fff;
  position: relative;
  overflow: hidden;
  transition: 0.3s;
}
.uah200__form button.disabled {
  cursor: not-allowed;
}
.uah200__form button i {
  display: inline-block;
  margin-left: 7px;
}
.blocker {
  z-index: 99999 !important;
}
.uah200__error {
  color: red;
  width: 100%;
  text-align: center;
}
.uah200__success {
  color: #4c961f;
  width: 100%;
  text-align: center;
}
