#constructor button:focus , #constructor button:active {
	outline: none;
}

.constructor-window {
  margin-bottom: 25px;
}

.wpcf7-form p {
  margin-bottom: 0px;
}

.step-heading {
  color: #000000;
  font-size: 32px;
  font-weight: bold;
  margin: 0;
  line-height: 43px;
  margin-bottom: 24px;
}

.step-description {
  color: #060606;
  line-height: 22px;
  font-size: 16px;
  margin-bottom: 25px;
}

.step-preview__heading {
  font-size: 16px;
  color: #000;
  line-height: 19px;
  font-weight: bold;
}

.constructor-sidebar {
	padding: 32px;
	border-radius: 25px;
	box-shadow: 0px 3px 25px 0px rgba(100, 98, 98, 0.16);
	margin-top: 60px;
}

.step-preview__image {
	position: relative;
  padding-top: 100%;
}

.step-preview__image > img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  margin: 0;
  object-fit: scale-down;
  object-position: center;
}

.constructor-window .button {
	background-color: #fff !important;
	border: 1px solid #69D377 !important;
  color: #000 !important;
  height: 70px;
  border-radius: 35px !important;
  margin: 0;
  padding: 0 !important;
}

.constructor-window .button:hover {
	background-color: #f9f9f9 !important;
}

.constructor__help-btn {
	width: 264px;
	line-height: 70px;
}

.constructor-step__buttons > .button {
  color: #5a6378 !important;
  background-color: #fff !important;
  font-size: 16px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  border: none;
  border-radius: 0;
  margin: 0 !important;
}

.constructor-step__buttons > .button:hover {
	background-color: #fbfbfb !important;
}

.constructor-step__buttons > .button.constructor-step__prevbtn {
	background-color: #fff !important;
	border: 1px solid #69D377 !important;
  color: #000 !important;
  width: 170px;
  height: 70px;
  border-radius: 35px !important;
  text-decoration: underline;
  margin-right: 24px !important;
}

.constructor-step__buttons > .button.constructor-step__prevbtn:hover {
	background-color: #eaeaea !important;
}

.constructor-step__buttons > .button.constructor-step__nextbtn {
	background-color: #69D377 !important;
  color: #fff !important;
  width: 264px;
  height: 70px;
  border-radius: 35px !important;
  border: none !important;
}

.constructor-step__buttons > .button.constructor-step__nextbtn:hover {
	background-color: #3be852 !important;
}

.aleft {
	margin-left: -12px;
	margin-right: 12px;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 4.5px 6px 4.5px 0;
	border-color: transparent #069d36 transparent transparent;
}

.constructor-step {
	padding-right: 15px;
}

.constructor-step__buttons {
	display: flex;
  margin-top: 30px;
  padding-right: 15px;
}

.step-options.step-options__grid {
  display: grid;
  grid-gap: 15px;
  grid-template-columns: calc(100%/3 - 15px) calc(100%/3 - 15px) calc(100%/3 - 15px);
}

.step-options.step-options__list {
  display: flex;
  flex-direction: column;
}

.step-option__image {
	position: relative;
  padding-top: 100%;
}

.step-option__image > img {
	position: absolute;
  left: 0;
  top: 0;
  margin: 0;
  width: 100%;
  height: 100%;
  object-fit: scale-down;
  object-position: center;
}

.step-option {
  padding: 10px;
  border-radius: 10px;
  border: 1px solid #DEDEDE;
  cursor: pointer;
  transition: 200ms ease;
}

.step-options__list > .step-option {
	padding: 25px 32px;
  padding-right: 70px;
	position: relative;
  margin-bottom: 15px;
}

.step-option:hover {
	box-shadow: 0 0 10px 0px #dcdcdc;
}

.step-option.active {
	border-color: #69D377;
}

.step-options__list > .step-option.active:after {
  content: ' ';
  position: absolute;
  right: 32px;
  top: calc(50% - 5px);
  display: block;
  width: 10px;
  height: 10px;
  background-color: rgba(105, 211, 119, 1);
  border-radius: 50%;
}

.step-options__list > div.step-option.active:after {
	top: 30px;
}

.step-option__text {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.step-options__grid .step-option__text {
	justify-content: center;
}

.step-option__text input[type="radio"] {
	margin-bottom: 0;
	margin-right: 10px;
	display: none;
}

.step-option__tooltip {
	width: 24px;
  height: 24px;
  display: inline-block;
  border: 1px solid #69D377;
  text-align: center;
  line-height: 24px;
  background-color: #fff;
  color: #69D377;
  border-radius: 50%;
  font-size: 12px;
  font-weight: 500;
  margin-left: 15px;
}

.step-options__grid .step-option__tooltip {
  margin-right: -24px;
}

.step-option__custom-fields {
	margin-top: 20px;
	display: grid;
  grid-template-columns: calc(100%/3 - 15px) calc(100%/3 - 15px) calc(100%/3 - 15px);
  grid-column-gap: 15px;
}

.step-option__text > div {
	display: flex;
	align-items: center;
	font-size: 14px;
  line-height: 19px;
}

.step-options.step-options__grid .step-option__text > div {
  max-width: 150px;
}

.step-option__custom-field-placeholder {
  font-size: 14px;
  color: #91C644;
  display: block;
  margin-bottom: -10px;
  visibility: hidden;
}

.constructor-window input[type="text"], .constructor-window input[type="email"], #cf7-modal_769 input[type="text"] , #cf7-modal_769 input[type="tel"]{
  border-radius: 0;
  height: 50px;
  margin-bottom: 5px;
  font-size: 24px;
  border: none;
  box-shadow: none;
  border-bottom: 1px solid #91C644;
  color: #000;
  max-width: 350px;
}

.constructor-window input[type="text"].wpcf7-not-valid, .constructor-window input[type="email"].wpcf7-not-valid, #cf7-modal_769 input[type="text"].wpcf7-not-valid , #cf7-modal_769 input[type="tel"].wpcf7-not-valid  {
  border-bottom: 1px solid #f00;
}

.sendForm__btn {
	width: 263px;
  height: 70px;
  background-color: #69D377 !important;
  color: #fff !important;
  text-align: center;
  font-size: 16px;
  display: block;
  text-decoration: none;
  padding: 0px !important;
  border: none !important;
  border-radius: 35px !important;
  margin: 0 !important;
  margin-top: 30px !important;
  padding: 0 !important;
}

.sendForm__btn:hover {
  background-color: #3be852 !important;
}

.wpcf7-form-control.wpcf7-submit.sendForm__btn {
  height: 50px;
}

.step-selected__option {
	display: flex;
	align-items: center;
	margin-bottom: 10px;
}

.step-selected__option-name {
  width: 220px;
  font-size: 14px;
  color: rgba(145, 198, 68, 1);
  text-align: right;
  padding-right: 10px;
}

.step-selected__option-select {
	width: 100%;
}

.step-selected__option-select > select {
	padding: 0;
  margin: 0;
  border: none;
  display: inline-block;
  height: 26px;
  width: initial;
  min-width: 150px;
  cursor: pointer;
  border-bottom: 1px solid rgba(143, 193, 76, 1);
  border-radius: 0;
  font-size: 14px;
}

.step-selected__option-select > select:active, .step-selected__option-select > select:focus {
	outline: none;
}

.step-heading__step {
  color: #68D474;
  font-size: 16px;
}

.gift-container {
  border: 1px solid #69D377;
  border-radius: 19px;
  display: flex;
  margin-right: 80px;
  padding-right: 30px;
}

.gift-container__image {
  position: relative;
  width: 240px;
  height: 240px;
  min-width: 240px;
  border-bottom-left-radius: 19px;
  border-top-left-radius: 19px;
  overflow: hidden;
  margin-right: 15px;
}

.gift-container__image > img {
  margin: 0;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.gift-container__info {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.gift-container__heading {
  color: #69D377;
  font-size: 24px;
  font-weight: bold;
  line-height: 33px;
}

.gift-container__description {
  color: #000;
  font-size: 16px;
}

.close-button {
 border: none;
 padding: 0 !important;
}

#sendForm__wrapper {
  margin-top: 30px;
  margin-bottom: 30px;
}

.button.step-option__select-option-btn {
  background-color: #69D377 !important;
  color: #fff !important;
  max-width: 260px;
  width: 100%;
  height: 60px;
  border-radius: 35px !important;
  border: none !important;
  display: block;
  margin: 0 auto;
  margin-top: 15px;
}

.constructor-step > .step-selected__option-select {
  margin-bottom: 10px;
}

.constructor-sidebar__price {
  display: flex;
  align-items: center;
  margin-top: 15px;
}

.constructor-sidebar__price-label {
  width: 220px;
  text-align: right;
  color: #8E8E93;
  padding-right: 10px;
}

.constructor-sidebar__price-value {
  width: 100%;
  font-size: 20px;
}

@media (max-width: 768px) {
  .step-option__custom-fields {
    grid-template-columns: initial;
  }
  .step-description {
    line-height: 16px;
    font-size: 14px;
  }
  .constructor-window input[type="text"], .constructor-window input[type="email"], #cf7-modal_769 input[type="text"], #cf7-modal_769 input[type="tel"] {
    height: 36px;
    font-size: 18px;
  }
  .step-options.step-options__grid {
    grid-template-columns: initial;
    display: block;
    position: relative;
    margin-top: 80px;
  }
  .gift-container {
    flex-direction: column;
    margin-right: 0;
    align-items: center;
    padding-left: 30px;
  }
  .constructor-window .slick-prev, .constructor-window .slick-next {
    display: block;
    top: -55px !important;
    opacity: 1;
    border: 1px solid #69d377;
    background-color: #fff !important;
    width: 50% !important;
    height: 50px !important;
    cursor: pointer;
  }
  .constructor-window .slick-prev {
    left: 0;
  }
  .constructor-window .slick-next {
    right: 0;
  }
  .constructor-window .slick-prev:before, .constructor-window .slick-next:before {
    color: #000;
    font-size: 36px;
  }
  /*.step-selected {
    position: absolute;
    top: 100px;
    left: 30px;
    background-color: rgba(0,0,0,0.5);
    padding-top: 10px;
  }*/
}