.grey-bg {
    background:#F6F6F6;
}
.expanded .row {
    width:100%;
}
.breadcrumbs-estimator {
    text-transform:uppercase;
    margin: 0 0 20px 3px;
    letter-spacing:0;
}
.breadcrumbs-estimator span {
    padding-right:6px;
    color:rgba(51,51,51,.6);
}
.breadcrumbs-estimator a {
    color:#333333;
}
.change-top-bottom-margins article {
    margin-top: 50px !important;
}
.overlayed {
    height:320px;
    position:relative;
    margin-bottom: 30px;
}
.overlayed img {
    height:100% !important;
    width:100% !important;
    object-fit:cover;
    max-width:unset !important;
    max-height:unset !important;
    z-index:1;
    position:relative;
}
.overlayed .overlay {
    position:absolute;
    width:100%;
    height:100%;
    left:0;
    top:0;
    background:#202020;
    opacity:.7;
    z-index:2;
}
.overlayed .content {
    position:absolute;
    width:100%;
    height:100%;
    left:0;
    top:0;
    display:flex;
    flex-flow:column;
    background-color:transparent !important;
    z-index:3;
    color:#fff;
    padding: 15% 10%;
    align-items: flex-start;
    justify-content: space-evenly;
}
.relative-wrapper {
    position: relative;
    width: 100%;
    height: 100%;
}
.content-not-white .content {
    background-color:transparent !important;
}
.content-not-white .back-overlay {
    display:none;
}
.overlayed .content .number {
    width:32px;
    height:32px;
    position:absolute;
    left:15px;
    top:15px;
    border:1px solid #fff;
    border-radius:32px;
    display:flex;
    justify-content:center;
    align-items:center;
    font-size:20px;
    font-weight:100;
    font-family:'Montserrat';
    color:#fff;
}
.overlayed .content .heading {
    color:#fff;
    font-family:'Montserrat';
    font-weight:700;
    text-transform:uppercase;
    letter-spacing:0;
}
.yellow-button {
    display:flex;
    justify-content:center;
    align-items:center;
    background: #F0AD4E;
    border-radius: 5px;
    padding:17px 25px;
    width:fit-content;
    color:#fff;
    margin: 20px 0 0 0;
    font-family: Roboto !important;
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 19px;
    /* identical to box height */
    letter-spacing: 0.02em;
}
.yellow-button:hover {
    opacity:.9;
}
.yellow-button:active,.yellow-button:visited,.yellow-button:hover {
    color:#fff;
}
.white-article {
    background:#fff;
    padding: 50px 5% !important;
    display: flex !important;
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
    z-index:1;
    position:relative;
}
.white-article .row {
    width:100%;
}
.flowers {
    position:relative;
}
.flowers:before {
    content:"";
    width:162px;
    height:169px;
    display:block;
    position:absolute;
    right:0;
    top:0;
    background:url('../images/flower1.svg') center no-repeat;
    background-size:contain;
    z-index:5;
}
.flowers:after {
    content:"";
    width:81px;
    height:109px;
    display:block;
    position:absolute;
    left:0;
    bottom:10%;
    background:url('../images/flower2.svg') left center no-repeat;
    background-size:contain;
    z-index:0;
}
.questionary {
    list-style:none;
    padding:0;
    list-style-type: none !important;
    display: flex;
    align-items: stretch;
    flex-flow: row;
    flex-wrap: wrap;
    justify-content: stretch;
    margin-bottom: 20px !important;
}
.flex-column {
    display:flex;
    flex-flow:column;
}
.questionary li span {
    display:flex;
}
.questionary li span.description {
    margin: 15px 0;
    font-family: Ubuntu;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 140%;
    /* or 20px */
    color: rgba(51, 51, 51, 0.8);
}
.questionary li {
    padding: 0 12px 20px 0;
}
.questionary li .questionary-card {
    background: #FFFFFF;
    border: 1px solid rgba(102, 102, 102, 0.2);
    transition: border 0.3s ease-in,box-shadow 0.3s ease-in;
    padding: 16px 16px 50px;
    margin: 12px 0;
    font-family: Ubuntu;
    height:100%;
    position:relative;
}
.questionary li .questionary-card.active {
    border: 2px solid rgba(240, 173, 78, 0.3);
    box-shadow: 0px 0px 7px rgba(240, 173, 78, 0.2);
}
.questionary li span.image {
    padding:35px 12px;
    align-items: center;
    justify-content: center;
}
.questionary li span.image.no-shift {
    padding: 0 0 18px 0;
}
.questionary li span.image.no-shift img {
    width:100%;
    height:auto;
}
.questionary li span.title {
    font-size:16px;
    font-weight:400;
    line-height:18px;
    color: #333333;
}
.margin-top-15 {
    margin-top:15px;
}
.questionary .form-group {
    position: absolute;
    bottom: 30px;
}
.questionary .form-group input,.form-group.custom input {
  padding: 0;
  height: initial;
  width: initial;
  margin-bottom: 0;
  display: none;
  cursor: pointer;
}
.questionary .form-group label,.form-group.custom label {
  position: relative;
  cursor: pointer;
  color: rgba(102, 102, 102, 0.5);
}
.questionary [type='checkbox']+label, .questionary [type='radio']+label,.form-group.custom [type='checkbox']+label,.form-group.custom [type='radio']+label{
    margin-left:0;
    margin-right:0;
}
.questionary .form-group label:before,.form-group.custom label:before{
  content:'';
  -webkit-appearance: none;
  background-color: transparent;
  border: 1.5px solid #F0AD4E;
  padding: 10px;
  display: inline-block;
  position: relative;
  vertical-align: middle;
  cursor: pointer;
  margin-right: 10px;
}
.questionary .form-group input[type=radio] + label:before, .form-group.custom input[type=radio] + label:before {
    border-radius:20px;
}
.questionary .form-group input:checked + label:before, .custom.form-group input:checked + label:before {
    background:#F0AD4E;
}
.questionary .form-group input[type=checkbox]:checked + label:after, .custom.form-group input[type=checkbox]:checked + label:after {
  content: '';
  display: block;
  position: absolute;
  top: 2px;
  left: 9px;
  width: 6px;
  height: 14px;
  border: solid #fff;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}
.questionary .form-group input[type=radio]:checked + label:after, .custom.form-group input[type=radio]:checked + label:after {
  content: '';
    display: block;
    position: absolute;
    top: 3px;
    left: 3px;
    width: 17px;
    height: 17px;
    border: 3px solid #fff;
    border-radius: 14px;
}
.horizontal.form-group label {
    margin-right: 15px !important;
}
.white-article h1 {
    font-family: Montserrat;
    font-style: normal;
    font-weight: 600;
    font-size: 36px;
    line-height: 44px;
    color: #222222;
    margin-bottom:30px;
}
.white-article h4 {
    font-family: Montserrat;
    font-style: normal;
    font-weight: 500;
    font-size: 23px;
    line-height: 28px;
    /* identical to box height */
    color: #333333;
    margin: 0 0 5px 0;
    letter-spacing:0;
}
.questionary-progress {
    font-family: Ubuntu;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 16px;
    color: #222222;
    margin: 10px 0 20px 0 !important;
    display:flex;
}
.questionary-progress span.second {
    color: rgba(34, 34, 34, 0.4);
}
.questionary-progress span.dash {
    display:flex;
    margin:0 7px;
    height:100%;
    width:30px;
    position:relative;
    justify-content:center;
    align-items:center;
}
.questionary-progress span.dash:before {
    content:"";
    width:100%;
    height:1px;
    background:#222222;
}
.heading-underlined {
    border-bottom: 1px solid rgba(102, 102, 102, 0.2);
    justify-content: space-between;
}
.row.hint {
    margin:13px 0 10px 0;
    position:relative;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    font-family: Ubuntu;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 140%;
    /* identical to box height, or 20px */
    color: rgba(0, 0, 0, 0.8);
}
.row.hint:before {
    content:"?";
    width: 16px;
    height: 16px;
    background: #F0AD4E;
    position:relative;
    display:inline-flex;
    justify-content:center;
    align-items:center;
    color:#fff;
    font-style: normal;
    font-weight: normal;
    font-size: 12px;
    line-height: 14px;
    border-radius:16px;
    margin: -2px 5px 0 0;
}
.added-question .form-group {
    margin:30px 0;
}
.added-question .form-group.custom label:before {
    padding: 14px;
}
.custom.form-group input[type=radio]:checked + label:after {
    top: 3px;
    left: 3px;
    width: 25px;
    height: 25px;
    border: 4px solid #fff;
}
.added-question span {
    font-family: Montserrat;
    font-style: normal;
    font-weight: normal;
    font-size: 19px;
    line-height: 23px;
    
    color: #333333;
}
.yellow-button.next-step {
    width:300px;
    max-width:100%;
}
.steps {
    padding-bottom:60px;
    display:none;
    opacity:0;
    transition:opacity 0.3s ease-in;
}
.steps.active {
    display:block;
    opacity:1;
}
.button-remove-margin {
    margin-top:5px;
}
.added-question label {
    font-size: 16px;
    line-height: 18px;
    width: 100px;
    color: #333333 !important;
}
.form-modal-overlay {
    display:none;
    position:fixed;
    width:100%;
    height:100%;
    background: rgba(32, 32, 32, 0.9);
    top:0;
    left:0;
    z-index:9999999999;
    opacity:0;
    transition:opacity 0.3s ease-in;
}
.form-modal-overlay.active {
    display:flex;
    opacity:1;
}
.form-modal-overlay .relative-wrapper {
    position:relative;
    display:flex;
    justify-content:center;
    align-items:center;
}
.modal-form {
    width:90%;
    max-width:691px;
    height:fit-content;
    background:transparent;
    border: 1px solid #FFFFFF;
    filter: drop-shadow(0px 0px 2px rgba(188, 188, 188, 0.47));
    padding:12px;
}
.modal-form .form-wrapper {
    background:#fff;
    width:100%;
    position:relative;
    padding:77px 40px;
    display:flex;
    flex-flow:column;
    justify-content:center;
    align-items:center;
    
}
.modal-form .form-wrapper h3 {
    font-family: Montserrat;
    font-style: normal;
    font-weight: 500;
    font-size: 32px;
    line-height: 39px;
    position:relative;
    color: #222222;
    margin-bottom:50px;
    text-align: center;
    display: flex;
    justify-content: center;
    flex-flow: row;
    align-items: center;
    word-break: break-word;
}
.modal-form .form-wrapper h3:after {
    content:"";
    position:absolute;
    bottom:-25px;
    width: 62px;
    height:3px;
    background:#F0AD4E;
    display:flex;
}
.modal-form .form-wrapper > span {
    font-family: Rubik;
    font-style: normal;
    font-weight: normal;
    font-size: 13px;
    line-height: 160%;
    /* identical to box height, or 21px */
    
    text-align: center;
    letter-spacing: 0.02em;
    text-transform: uppercase;
    
    color: #333333;
    margin-bottom:25px;
    display:flex;
    width:100%;
    text-align: center;
    display: flex;
    justify-content: center;
}
.modal-form .form-wrapper form {
    width:100%;
}
.modal-form-button {
    font-family: Rubik !important;
    font-style: normal !important;
    font-weight: 600 !important;
    font-size: 16px !important;
    line-height: 19px !important;
    /* identical to box height */
    
    letter-spacing: 0.02em !important;
    text-transform: uppercase;
    
    color: #F0AD4E !important;
    padding-top: 10px !important;
    display: inline-block !important;
    padding: 0 !important;
    margin: 0 !important;
}
.modal-form .form-wrapper label {
    font-family: Rubik;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 19px;
    /* identical to box height */
    color: #666666;
}
.modal-form .form-wrapper input {
    margin-top: 15px;
}
.modal-form .form-wrapper .close-button {
  position: absolute;
  right: 22px;
  top: 22px;
  width: 32px;
  height: 32px;
  opacity: 0.3;
  cursor:pointer;
}
.modal-form .form-wrapper .close-button:hover {
  opacity: 1;
}
.form-modal-overlay .relative-wrapper .modal-form .form-wrapper .close-button:before, .form-modal-overlay .relative-wrapper .modal-form .form-wrapper .close-button:after {
  position: absolute;
  left: 15px;
  content: ' ';
  height: 33px;
  width: 2px;
  background-color: #333;
}
.form-modal-overlay .relative-wrapper .modal-form .form-wrapper .close-button:before {
  transform: rotate(45deg);
}
.form-modal-overlay .relative-wrapper .modal-form .form-wrapper .close-button:after {
  transform: rotate(-45deg);
}
.estimator-results {
    list-style:none;
    padding:0;
    list-style-type: none !important;
}
.estimator-results li {
    padding: 15px 15px 15px 0;
}
.estimator-results li > .flex-column {
    background: #FFFFFF;
    border: 1px solid rgba(102, 102, 102, 0.2);
}
.estimator-results li .title-button {
    padding: 20px 15% 30px 15%;
}
.estimator-results li .image {
    width:100%;
    height:175px;
}
.estimator-results li img {
    width:100%;
    height:100%;
    object-fit:cover;
}
.estimator-results li .title-button a {
    width:100%;
}
.estimator-results li .title-button .title {
    width:100%;
    text-align:center;
    font-family: Ubuntu;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 18px;
    
    color: #333333;
}
.result-content h3 {
    width:100%;
    text-align:center;
    font-family: Montserrat;
    font-style: normal;
    font-weight: 500;
    font-size: 32px;
    line-height: 39px;
    
    color: #222222;
}
.estimated-price-label {
    font-family: Montserrat;
    font-style: normal;
    font-weight: 500;
    font-size: 17px;
    line-height: 21px;
    width:100%;
    color: #333333;
    margin-top:10px;
    margin-bottom: 15px;
    text-align:center;
}
.estimated-price {
    width:100%;
    font-family: Montserrat;
    font-style: normal;
    font-weight: 600;
    font-size: 23px;
    line-height: 28px;
    color: #F0AD4E;
    margin:15px 0;
    text-align:center;
}
.result-content-text {
    max-width:100%;
    width:539px;
    font-family: Ubuntu;
    font-style: normal;
    font-weight: normal;
    font-size: 17px;
    line-height: 150%;
    text-align: center;
    color: rgba(51, 51, 51, 0.8);
    padding:15px 20% 35px 20%;
    text-align:center;
}
.theese-kitchens {
    width:100%;
    display:block;
    padding: 20px 0;
    border-top: 1px solid rgba(102, 102, 102, 0.2);
    font-family: Montserrat;
    font-style: normal;
    font-weight: 500;
    font-size: 17px;
    line-height: 21px;
    color: #333333;
}
.inline-form-wrapper {
    display:flex;
    align-items:center;
    justify-content:center;
    padding:80px 0;
}
.close-overlay {
    position:absolute;
    left:0;
    top:0;
    width:100%;
    height:100%;
}
#questionary-form {
    width:100%;
}
.success-message {
    display:none;
    opacity:0;
    width:100%;
    margin: 40px 0 0 0;
    padding:12px 18px;
    font-family: Rubik;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 17px;
    /* identical to box height */
    letter-spacing: 0.03em;
    color: #666666;
    border: 2px solid #398F14;
    transition:opacity 0.3s ease-in;
}
.success-message.active {
    display:flex;
    opacity:1;
}
.prev-step {
    font-family: Rubik;
    font-style: normal;
    font-weight: 600;
    font-size: 13px;
    line-height: 15px;
    letter-spacing: 0.02em;
    text-transform: uppercase;
    color: #F0AD4E;
    position:relative;
    margin: 22px 0;
}
.prev-step:before {
    content:"<";
    padding: 0 5px 0 0;
}
.content-not-white h1, .content-not-white h2, .content-not-white h3 .content-not-white h4 .content-not-white h5, #questionary-content {
    letter-spacing:0;
}
.input-wrapper-phone {
    position:relative;
}
.input-wrapper-phone:before {
    content:"+1";
    position:absolute;
    left:10px;
    top:10px;
}
.input-wrapper-phone input {
    padding-left: 30px;
}
#send-modal-form {
    margin-top:20px !important;
}

@media (max-width:768px) {
    .estimator-results li .title-button {
        padding: 20px 5% 30px 5%;
    }
    .change-top-bottom-margins article:nth-child(2) {
        margin-top: 0px !important;
    }
    .result-content-text {
        padding: 15px 5% 35px 5%;
    }
    .modal-form .form-wrapper h3 {
        font-size: 16px;
        line-height: normal;
    }
    #questionary-content {
        margin-left: 2%;
        margin-right: 2%;
    }
}




