
body.revamp.home, body.revamp.start-measuring, body.revamp.how-it-works{
    background: #F1F3F4;
}
.rh-wrapper{
    max-width: 1440px;
    width: 100%;
    margin: 0 auto;
    padding: 18px 16px;
    position: relative;
    transition: all .2s ease;
}
.rh-inner-wrapper{
    display: flex;
    justify-content: space-between;
    width: 100%;
    z-index: 11;
}
.rh-wrapper.move .rh-inner-wrapper{
    position: fixed;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    max-width: 1440px;
    z-index: 10;
    padding: 18px 16px;
}
.rh-wrapper.move .rh-inner-wrapper:after{
    content: '';
    height: 93px;
    width: 200vw;
    display: block;
    top: 0px;
    left: -100%;
    background: #125B60 ;
    position: fixed;
    z-index: 4;
}
.rh-burger-menu{
    display: none;
}
.rh-main-logo{
    margin-right: 35px;
}
.rh-left-part, .rh-right-part{
    display: flex;
    align-items: center;
    position: relative;
    z-index: 10;
}

.rh-right-part.hide{
    z-index: 1  ;
}
.rh-main-nav nav > ul{
    display: flex;
    list-style: none;
    margin: 0 -16px;
}
.rh-main-nav nav ul > li{
    padding: 0 16px;
}
.rh-main-nav nav ul li a, .rh-langs span, .rh-log-in a{
    text-transform: uppercase;
    font-size: 20px;
    font-weight: 700;
    text-decoration: none;
    color: #fff;
}
.rh-log-in a:hover{
    text-decoration: none;
    color: #fff;
    font-weight: 600;
}
.rh-main-nav nav ul li.current-menu-item a{
    color: #FACF28;
}
.rh-main-nav.hide nav ul li a{
    /*opacity: 0;*/
    /*font-size: 0;*/
    z-index: -1;
}

.rh-header-wrapper p{
    font-size: 20px;
    color: #000;
    text-transform: uppercase;
    font-weight: 700;
    padding-top: 32px;
}
.rh-main-nav.hide nav ul li.has-childs{
    opacity: 1;
}
.rh-main-nav.hide nav ul li.has-childs a{
    color: #000;
    font-size: 14px;
}
.rh-langs ul{
    display: flex;
}
.rh-main-nav nav ul > li.has-childs{
    padding: 0 35px 0 20px;
}
.has-childs > a{
    position: relative;
}
.has-childs > a:after{
    content: '';
    width: 7px;
    height: 7px;
    border-bottom: 2px solid #fff;
    border-left: 2px solid #fff;
    display: block;
    top: 50%;
    transform: rotate(315deg) translateY(-50%);
    right: -20px;
    position: absolute;
}
.has-childs ul{
    display: none;
    position: absolute;
    list-style: none;
    top: 10px;
    left: 18px;
    padding: 20px 0;
    border-radius: 8px;
    z-index: 2;
}
.has-childs ul:after{
    content: '';
    display: block;
    width: 100%;
    height: calc(100% - 20px);
    background: white;
    border-radius: 8px;
    position: absolute;
    bottom: 10px;
    left: 0;
}
.has-childs ul:hover{
    display: block;
}
.has-childs ul li a{
    color: #000 !important;
    position: relative;
    z-index: 2;
}
.has-childs{
    position: relative;
}
.has-childs ul > li{
   margin-bottom: 10px;
}
.has-childs ul > li:last-of-type{
    margin-bottom: 0;
}
.has-childs a:hover ~ ul{
    display: block;
}
.rh-langs ul{
    display: none;
    position: absolute;
    top: 42px;
    left: 0px;
    list-style: none;
    z-index: 10;
    background: #fff;
}
.rh-langs ul li{
    font-size: 20px;
    padding: 4px 10px;
    font-weight: 700;
    color: #000;
    margin-bottom: 5px;
    text-transform: uppercase;
}
.start-measuring .rh-langs ul li:hover, .how-it-works .rh-langs ul li:hover{
    background: #298187;
}
.rh-langs ul li:hover{
    color: #fff;
    background: #125B60;
}
.rh-langs ul li:last-of-type{
    margin-bottom: 0;
}
.rh-langs{
    position: relative;
    cursor: pointer;
}
.rh-langs.active ul{
    display: block;
}
.rh-langs:after {
    content: '';
    width: 7px;
    height: 7px;
    border-bottom: 2px solid #fff;
    border-left: 2px solid #fff;
    display: block;
    top: 18px;
    transform: rotate(315deg);
    right: -14px;
    position: absolute;
}
.revamp.little-btn{
    color: #122F2D;
    font-size: 20px;
    line-height: 1;
    text-transform: uppercase;
    background: #FACF28;
    border-radius: 8px;
    text-decoration: none;
    font-weight: 700;
    display: block;
    padding: 16px 24px;
}
body:not(.start-measuring) .revamp-header, body:not(.how-it-works) .revamp-header{
    background: #125B60;
}
.rh-wrapper .revamp.little-btn{
    padding: 18px 46px;
}
.rh-get-started{
    margin-left: 35px;
}
.rh-langs, .rh-log-in{
    height: 100%    ;
    display: flex;
    align-items: center;
}
.rh-langs .default{
    line-height: 28px;
}

.revamp-hero{
    background-repeat: no-repeat;
    margin-top: -92px;
    background-position: center;
    padding-top: 84px;
}

.revamp-hero.move{
    padding-top: 141px;
}

.revamp-hero h1{
    font-size: 60px;
    line-height: 1;
    color: #fff;
    font-weight: 600;
    letter-spacing: -1.875px;
    margin-bottom: 48px;
}

.revamp-hero h3{
    font-size: 32px;
    line-height: 1.4;
    font-weight: 400;
    color: #fff;
}
.revamp-container{
    max-width: 1031px;
    padding: 0 15px;
    width: 100%;
    margin: 0 auto;
}
.rhero-wrapper{
    padding-top: 160px;
    padding-left: 4px;
    padding-bottom: 80px;
    display: flex;
}

.rhero-text{
    max-width: 580px;
    display: flex;
    flex-direction: column;
}
.rhero-text.how-it-works{
    max-width: 520px;
}
.revamp.big-btn{
    font-size: 20px;
    line-height: 1;
    color: #122F2D;
    background: #FACF32;
    border-radius: 8px;
    text-decoration: none;
    text-transform: uppercase;
    font-weight: 700;
    display: inline-block;
    padding: 20px 47px;
}
.rhero-wrapper .big-btn{
    align-self: baseline;
    margin-top: 48px;
}
.rhero-img{
    position: relative;
    width: 50%;
}
.rhero-img img{
    position: absolute;
    top: -1px;
    left: 28px;
    z-index: 2;
}
.how-it-works .rhero-img img{
    top: 14px;
    left: 44px;
}
.rhero-img.how-it-works img{
    top: 1px;
    left: 52px;
}
.revamp-banner{
    background: #fff;
}
.rbanner-imgs{
    display: flex;
    align-items: center;
}
.rbanner-wrapper{
    display: flex;
    max-width: 1176px;
    padding: 28px 85px;
    margin: 0 auto;
}

.rbanner-text p{
    font-size: 20px;
    color: #000;
    line-height: 28px;
}
.rbanner-text{
    padding: 28px 0 27px 36px;
    max-width: 650px;
}
.revamp-white-block{
    background: #fff;
    border-radius: 16px;
    padding: 24px 27px 24px;
}
.revamp-about{
    padding-top: 48px;
}
.revamp-about.second .revamp-white-block{
    padding: 33px 24px;
}
.revamp-container h2{
    font-size: 48px;
    line-height: 78px;
    letter-spacing: -1.875px;
    color: #125B60;
    margin-bottom: 32px;
    position: relative;
}
.revamp-about.second h2{
    margin-bottom: 45px;
}
.revamp-text-img{
    display: flex;
    margin: 0 -15px;
}

.revamp-text-img >*{
    padding: 0 15px;
}
.text-under p{
    line-height: 28px;
    margin-bottom: 24px;
    font-size: 20px;
    color: #000;
}

.revamp-text p{
    font-size: 20px;
    line-height: 32px;
    color: #000;
    margin-bottom: 20px;
}
.revamp-img.right{
    min-width: 400px;
    width: 100%;
    align-self: center;
}
.revamp-img.right video{
    width: 100%;
    height: auto;
    object-fit: contain;
    border-radius: 8px;
}
.revamp-img video[poster]{
    height: 208px;
    object-fit: cover;
    width: 100%;
    border-radius: 8px;
}
.revamp-img img{
    border-radius: 8px;
}
.revamp-img.left{
    min-width: 355px;
}
.revamp-text p:last-of-type{
    margin-bottom: 0;
}
.revamp-about.second .revamp-text-img >*{
    padding: 0 42px;
}
.revamp-about.second .revamp-text-img{
    margin: 0 -40px;
}
.revamp-block-item{
    padding: 0 36px;
    width: 33.33333%;
    margin-bottom: 45px;
}
.revamp-block-item:nth-of-type(4), .revamp-block-item:nth-of-type(5){
    margin-bottom: 20px;
}
.revamp-wrap-blocks{
    display: flex;
    margin: 0 -35px -25px;
    flex-wrap: wrap;
    justify-content: center;
}
.revamp-block-item-text p{
    font-size: 16px;
    line-height: 28px;
    color: #122F2D;
    text-align: center;
}
.revamp-block-item-text h4{
    font-size: 16px;
    line-height: 16px;
    color: #122F2D;
    margin-bottom: 20px;
    text-align: center;
    text-transform: capitalize;
}
.revamp-block-item-icon{
    text-align: center;
    margin-bottom: 15px;
}
.revamp-why-commit{
    padding-top: 100px;
}
.revamp-why-commit h2{
    letter-spacing: unset;
    margin-bottom: 48px;
}
.revamp-post-item{
    padding: 0 12px;
    width: 33.33333%;
}
.start-measuring .revamp-post-item{
    padding: 0 20px;
    display: flex;
    justify-content: space-between;
    flex-direction: column;
}
.revamp-person-img{
    min-width: 60px;
    margin-right: 16px;
}
.revamp-post-person{
    display: flex;
    margin-top: 24px;
}
.revamp-stories .revamp-post-text{
    margin-bottom: 0;
}
.revamp-person-name .name{
    font-weight: 700;
    font-size: 16px;
    line-height: 16px;
    color: #000000;
}
.revamp-person-name .rank{
    font-weight: 400;
    font-size: 16px;
    line-height: 22px;
    color: rgba(0, 0, 0, 0.7);
}
.revamp-person-img img{
    width: 60px;
    height: 60px;
    object-fit: cover;
    border-radius: 50%;
}
.revamp-post-inner{
    /*border: 1px solid #DADCE0;*/
    /*box-shadow: 0px 2px 7px rgba(0, 0, 0, 0.1);*/
    border-radius: 8px;
    height: 100%    ;
}
.revamps-posts-wrapper{
    display: flex;
    margin: 0 -12px;
}
.start-measuring .revamps-posts-wrapper{
    margin: 0 -20px;
}

.start-measuring .revamp-post-content{
    border-radius: 0 0 8px 8px;
}
.start-measuring .revamp-posts-section h2{
    margin-bottom: 24px;
}
.revamp-post-header h5{
    font-size: 24px;
    line-height: 1;
    color: #000000;
}
.revamp-post-header p{
    font-size: 16px;
    line-height: 1;
    color: #000000;
    padding-bottom: 2px;
}
.revamp-post-header{
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-direction: column;
    padding:12px 0px;
}
.revamp-post-header *{
    margin: 12px 0;
}
.revamp-post-img{
    max-height: 207px;
    width: 100%;
    overflow: hidden;
}
.revamp-post-img img{
    width: 100%;
    height: 207px;
    object-fit: cover;
    border-radius: 8px;
}

.revamp-post-text p{
    font-weight: 400;
    font-size: 16px;
    line-height: 28px;
    color: #000;
    text-align: center;
}
.revamp-post-link{
    text-align: center;
}
.revamp-post-link a{
    font-size: 12px;
    line-height: 1;
    text-decoration: none;
    font-weight: 700;
    color: #125B60;
    outline: none;
}
.revamp-post-text{
    margin-bottom: 17px ;
}
.revamp-posts{
    padding-top: 48px;
}
.revamp-posts .revamp-white-block{
    padding: 25px 24px;
}
.revamp-posts h2{
    margin-bottom: 37px;
}
.revamp-slide-img img{
    border-radius: 8px;
    width: 100%;
    height: auto;
    object-fit: cover;
}
.revamp-slide-img{
    max-width: 442px;
    width: 100%;
}
.revamp-slide{
    display: flex;
}
.revamp-slide-text{
    max-width: 460px;
    padding-left: 37px;
    margin-top: -2px;
    display: flex;
    justify-content: space-between;
    flex-direction: column;
}
.revamp-slide-text h5{
    font-size: 24px;
    line-height: 30px;
    color: #000000;
    margin-bottom: 30px;
}
.revamp-slide-text p{
    font-size: 16px;
    line-height: 24px;
    color: #000;
}
.revamp-slide-text a{
    font-size: 16px;
    line-height: 20px;
    letter-spacing: 0.25px;
    text-decoration: none;
    display: block;
    text-align: center;
    margin-top: 37px;
    margin-left: -7px;
    color: #125B60;
}
.swiper-wrapper{
    padding-bottom: 25px;
}
.swiper-pagination, .swiper-pagination span{
    color: #000;
    font-size: 12px;
    z-index: 2;
}
.swiper-pagination{
    bottom: 30px;
}
.revamp-slider .revamp-white-block{
    padding-bottom: 10px;
    position: relative;
}
.revamp-slider .view-more{
    text-align: center;
    margin-top: 15px;
}
.revamp-slider .view-more a{
    color: #125B60;
    font-size: 16px;
}
.revamp-slider{
    padding-top: 48px;
    position: relative;
}
.revamp-slider h2{
    margin-bottom: 24px;
}
.revamp-slider .swiper{
    overflow: hidden;
}
.revamp-slider .revamp-white-block{
    padding: 32px 24px 32px;
}
.slider-controllers{
    position: relative;
    z-index: 3;
    display: flex;
    width: 100%;
    justify-content: center;
    transform: translateY(3px);
}
.slider-controllers >*{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 10px;
    height: 20px;
    outline: none;
    margin: 0 30px;
}
.revamp-newsletter{
    padding-top: 48px;
}
.revamp-newsletter-wrapper{
    text-align: center;
    padding-bottom: 30px;
}
.revamp-checkboxes{
    position: absolute;
    bottom: -60px;
    left: 0;
    text-align: left;
}
.revamp-checkboxes .wpcf7-list-item label input[type="checkbox"]:checked~span::after{
    top: 30px;
}
.revamp-checkboxes .wpcf7-list-item label input[type="checkbox"]:checked~span::before{
    top: 14px;
}
.revamp-checkboxes span{
    color: #000 ;
}
.revamp-checkboxes .wpcf7-checkbox label:before{
    top: 2px;
}
.revamp-checkboxes .wpcf7-list-item label input[type="checkbox"]{
    top: 2px;
}
.revamp-checkboxes span.wpcf7-not-valid-tip{
    display: none;
}
.revamp-checkboxes .wpcf7-validates-as-required.wpcf7-not-valid span{
    color: red;
}
.revamp-newsletter-wrapper .wpcf7-form{
    max-width: 100%;
}
.revamp-newsletter-wrapper .wpcf7-form p{
    display: flex;
    align-items: flex-start;
}
.revamp-newsletter-wrapper h2{
    margin-bottom: 24px;
}
.revamp-newsletter-wrapper p, .revamp-newsletter-wrapper a{
    font-size: 16px;
    line-height: 1;
    color: #000000;
    margin-bottom: 24px;
}
.revamp-newsletter-wrapper form{
    width: 100%;
    display: flex;
    justify-content: center;
    position: relative;
}

.revamp-newsletter-wrapper form .wpcf7-submit{
    background: #FACF28;
    border-radius: 8px;
    font-size: 20px;
    line-height: 1;
    text-transform: uppercase;
    color: #122F2D;
    border: 0;
    outline: 0;
    font-weight: 700;
    padding: 22px 34px;
    margin-bottom: 0;
    margin-top: 12px;
}
.revamp-newsletter-wrapper .wpcf7-response-output{
    position: absolute;
    bottom: -140px;
    left: 50%;
    transform: translateX(-50%);
}
.revamp-newsletter-wrapper .wpcf7-response-output, .revamp-newsletter-wrapper span.wpcf7-not-valid-tip{
    color: #000;
}
.revamp-newsletter-wrapper form input{
    max-width: 340px;
    width: 100%;
    font-size: 16px;
    line-height: 24px;
    color: #6A6A66;
    padding: 20px 20px;
    background: #FFFFFF;
    border-radius: 8px;
    border: 0;
    outline: 0;
}
.revamp-newsletter-wrapper form p:nth-of-type(2){
    margin-left: 60px;
    margin-right: 60px;
}
.revamp-footer{
    padding-top: 80px;
    padding-bottom: 40px;
}
.revamp-footer #label{
    font-weight: 400;
    font-size: 14px;
    line-height: 14px;
    color: #999999;
    position: absolute;
    bottom: 7px;
    left: 0 ;
}
.rf-wrapper{
    max-width: 1240px;
    padding: 0 15px;
    width: 100%;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
}
.rf-left-top-part p{
    font-size: 14px;
    line-height: 1;
    color: rgba(0, 0, 0, 0.8);
    margin-bottom: 10px;
    font-weight: 700;
}
.rf-left-part{
    max-width: 900px;
    width: 100%;
}
.rf-left-top-imgs{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.rf-img-item:nth-of-type(1){
    max-width: 135px;
}
.rf-img-item:nth-of-type(2){
    max-width: 189px;
}
.rf-img-item:nth-of-type(4){
    max-width: 195px;
}
.rf-img-item:nth-of-type(3) img{
    width: 287px;
    opacity: .6;
}
.rf-left-bottom-part{
    margin-top: 19px;
    position: relative;
}
.rf-main-footer-menu nav ul, .rf-additional-footer-menu nav ul{
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.rf-main-footer-menu nav ul li{
    width: 33.333%  ;
}
.rf-main-footer-menu{
    margin-bottom: 11px;
    max-width: 480px;
    margin-left: auto;
    margin-right: auto;
}
.rf-main-footer-menu nav ul li a{
    font-weight: 400;
    line-height: 32px;
    font-size: 14px;
    text-decoration: none;
    color: rgba(0, 0, 0, 0.8);
}
.rf-additional-footer-menu nav ul{
    margin-left: -40px;
}
.rf-additional-footer-menu nav ul li{
    padding: 0 36px;
}
.rf-additional-footer-menu nav ul li a{
    font-size: 14px;
    line-height: 1;
    color: rgba(0, 0, 0, 0.8);
    text-decoration: none;
}
.rf-right-part{
    position: relative;
}
.rf-right-part:after{
    content: '';
    display: block;
    width: 2px;
    height: 175px;
    background: #C4C4C4;
    position: absolute;
    left: -47px;
    top: 17px;
}
.rf-right-top-part{
    margin-bottom: 37px;

}
.rf-right-top-part > a{
    display: flex;
    height: 83px;
}
.rf-right-top-part > a img{
    align-self: center;
}
.rf-right-top-part p, .rf-right-bottom-part p{
    font-weight: bold;
    font-size: 14px;
    line-height: 14px;
    color: #000000;
    margin-bottom: 9px;
}
.rf-social-medias{
    display: flex;
}
.rf-social-media-item{
    padding: 0 4px;
}
.rh-langs.mobile, .rh-log-in.mobile, .rh-get-started.mobile{
    display: none;
}

/*HOW IT WORKS */
body.how-it-works .revamp-hero{
    padding-bottom: 70px;
}
.how-it-works .rhero-wrapper{
    padding-top: 68px;
    padding-left: 4px;
    padding-bottom: 23px;
    display: flex;
}

body.start-measuring .rh-main-nav nav ul li.current-menu-item a{
    color: #125B60;
}
body.start-measuring .rh-wrapper.move .rh-inner-wrapper:after{
    background: #298187;
}
body.how-it-works .rh-wrapper.move .rh-inner-wrapper:after{
    background: #298187;
}

.revamp-accordions-group{
    padding-top: 70px;
}
.revamp-accordions-group p{
    font-size: 24px;
    line-height: 32px;
    color: #000000;
    margin-bottom: 37px;
}
.revamp-accordion-header-item h5{
    font-weight: bold;
    font-size: 24px;
    line-height: 34px;
    color: #000000;
    margin-bottom: 8px;
}
.revamp-accordion-header-item{
    position: relative;
}
.revamp-accordion-item.open .revamp-accordion-header-item:after{
    transform: rotate(135deg);
    top: 19px;
}
.revamp-accordion-header-item:after{
    content: '';
    width: 11px;
    height: 11px;
    border-bottom: 3px solid #000000;
    border-left: 3px solid #000000;
    display: block;
    top: 20px;
    transform: rotate(315deg);
    right: 7px;
    position: absolute;
    transition: all .2s ease;
}
.no-accordion{
    opacity: .6;
    cursor: unset !important;
}
.no-accordion .revamp-accordion-header-item:after{
    content: none;
}
.revamp-accordion-header-item p{
    font-size: 24px;
    line-height: 34px;
    color: #000;
    margin-bottom: 0px;
}
.revamp-accordion-text-part h5{
    font-weight: bold;
    font-size: 24px;
    color: #000000;
    margin-bottom: 27px;
    line-height: 1;
}

.revamp-accordion-text-part p{
    font-size: 16px;
    line-height: 22px;
    color: #000;
}
.revamp-accordions-group h2{
    margin-bottom: 25px;
}
.revamp-accordion-text-part{
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding-left: 88px;
    max-width: 460px;
    padding-top: 4px;
}
.revamp-accordion-text-part .little-btn{
    align-self: self-start;
    border-radius: 5px;
    padding: 20px 0;
    max-width: 220px;
    width: 100%;
    text-align: center;
}
.revamp-accordions-group h2:after{
    content: '1';
    display: flex;
    color: #FFFFFF;
    font-weight: 400;
    border-radius: 50%;
    width: 78px;
    height: 78px;
    font-size: 40px;
    background: #125B60;
    justify-content: center;
    align-items: center;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: -110px;
}
.revamp-accordion-body-item{
    will-change: max-height;
    transition: all 0.25s ease-out;
    max-height: 0;
    overflow: hidden;
    -ms-overflow-style: none;  /* IE and Edge */
    scrollbar-width: none;  /* Firefox */
    display: flex;
}
.revamp-accordion-item.open .revamp-accordion-body-item{
    max-height: 1000px;
    overflow: auto;
    padding-top: 10px;
}
/* Hide scrollbar for Chrome, Safari and Opera */
.revamp-accordion-body-item::-webkit-scrollbar {
    display: none;
}
.revamp-accordion-img-part img{
    width: 100%;
    border-radius: 8px;
}
.revamp-accordion-img-part{
    max-width: 418px;
    width: 100%;
    padding-top: 4px;
}
.revamp-accordion-item{
    background: #fff;
    cursor: pointer;
    padding: 32px 24px;
    border-radius: 16px;
    margin-bottom: 42px;
}
.revamp-accordion-item:last-of-type{
    margin-bottom: 0;
}
.revamp-accordion-body-item.slider{
    margin: 0;
    background: #fff;
    margin-right: -24px;
    padding-bottom: 0 !important;
    padding-top: 0 !important;
}
.swiper.scrolled{
    transform: translate3d(-50px, 0, 0);
}
.revamp-accordion-body-item.slider >*{
    width: 100%;
    margin-top: 10px;
}
.revamp-accordion-item.open .revamp-accordion-body-item.slider{
    padding-top: 10px !important;

}
.revamp-inner-slide{
    background: #FFFFFF;
    box-shadow: 0px 2px 7px rgba(0, 0, 0, 0.1);
    border-radius: 8px;
    min-height: 300px;
    width: 100%;
}
.revamp-inner-slide:hover{
    text-decoration: none;
}
.revamp-inner-slide-img img{
    width: 100%;
    border-radius: 8px 8px 0 0;

}
.revamp-inner-slide-img{
    max-height: 170px;
    overflow: hidden;
}
.revamp-inner-slide-text{
    padding: 0 16px;
    min-height: 100px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.revamp-inner-slide-text h5{
    font-size: 24px;
    line-height: 34px;
    color: #000000;
    text-align: center;
    font-weight: 700    ;
    margin: 24px 0;
    text-transform: capitalize;
}
.revamp-inner-slide-text p{
    font-size: 16px;
    line-height: 22px;
    color: #000;
    text-align: center;
}
.revamp-accordions-group.count2 h2:after{
    content: '2';
}
.revamp-accordions-group.count3 h2:after{
    content: '3';
}
.revamp-accordions-group.second .revamp-accordion-body-item >*{
    width: auto;
    padding: 0;
}
.revamp-accordions-group .revamp-accordion-item.text .revamp-accordion-body-item{
    flex-direction: column;
    align-items: center;
    margin: 0;
}
.revamp-accordion-item.text .revamp.little-btn{
    padding: 20px 43px;
    border-radius: 8px;
}
.revamp-accordion-item .revamp-accordion-body-item ul li{
    font-weight: 700;
    font-size: 24px;
    line-height: 34px;
    color: #000000;
    position: relative;
}
.revamp-accordion-item .revamp-accordion-body-item ul li:after{
    content: '';
    width: 10px;
    height: 10px;
    background: black;
    border-radius: 50%;
    display: block;
    position: absolute;
    top: 17px;
    left: -20px;
    margin: 0;
    transform: none;
}
.revamp-accordion-item .revamp-accordion-body-item ul{
    margin-bottom: 30px;
    margin-top: 0;
    list-style: none;
}
.revamp-accordions-group.second .revamp-accordion-body-item .little-btn{
    padding: 6px 16px;
}
.revamp-accordion-item.disabled{
    opacity: .6;
}
.revamp-accordion-item.disabled.open .revamp-accordion-body-item{
    max-height: 0;
    padding: 0;
}
.revamp-accordion-body-item.slider .swiper-wrapper{
    padding-bottom: 3px;
}
/* END OF HOW IT WORKS */
/* START MEASURING */
.start-measuring .revamp-hero .rhero-img img{
    top: 58px;
    left: 54px;
}
body.start-measuring .revamp-hero{
    background: #7DA5A8;
}
body.start-measuring .revamp-hero{
    padding-bottom: 98px;
}
body.start-measuring .rbanner-text p{
    line-height: 1.333;
    font-size: 24px;
    color: #000;
    font-weight: 400;
}
body.start-measuring .revamp-banner{
        background: #fff;
}
.revamp-banner.start-measuring .rbanner-wrapper{
    padding: 28px 94px 17px;
}

body.start-measuring .rbanner-imgs .rbanner-img-item:first-of-type{
    margin-right: 17px;
}
body.start-measuring .rbanner-text{
    padding: 27px 0;
    max-width: 100%;
}
body.start-measuring .rbanner-text p:last-of-type{
    display: flex;
    align-items: center;
    margin-top: 22px;
}
body.start-measuring .rbanner-wrapper{
    padding: 28px 90px 17px;
}
body.start-measuring .rbanner-text p:last-of-type img{
    margin-left: 6px;
    padding-top: 11px;
}
.revamp-columns-section{
    padding-top: 113px;
}
.revamp-calculator-section{
    padding-top: 94px;
}
.swiper.vertical{
        width: 100%;
        max-height: 420px;
        height: 100%;
        overflow: hidden;
}
.vertical-wrapper .swiper-slide{
    width: 100%;
}
.revamp-calculator-wrapper h2{
    margin-bottom: 7px;
}
.revamp-calculator-wrapper{
    background: #fff;
    border-radius: 16px;
    padding: 32px 14px;
}
.revamp-columns{
    display: flex;
    flex-wrap: wrap;
    margin: 0 -24px 34px;
    padding-top: 6px;
    text-align: left;
}
.rbanner-img-item img{
    max-width: 363px;
}
.start-measuring  .rbanner-img-item:first-of-type img{
    width: 73px;
}
.start-measuring  .rbanner-img-item:last-of-type img{
    width: 205px;
}
body.start-measuring .rbanner-imgs {
    margin-right: 51px;
}
.revamp-columns-wrapper{
    text-align: center;
    background: #fff;
    border-radius: 16px;
    padding: 32px 16px;
}
.start-measuring .rhero-wrapper{
    padding-top: 119px;
    padding-left: 0;
}
.revamp-columns-wrapper h2{
    text-align: left;
}
.revamp-columns >*{
    width: 33.3333%;
    padding: 0 24px;
}
.revamp-column-item h5{
    font-size: 16px;
    line-height: 1;
    font-weight: 700;
    text-transform: capitalize;
    color: #000000;
    text-align: center;
    margin-bottom: 29px;
}
.revamp-column-img{
    text-align: center;
    margin-bottom: 22px;
}
.revamp-column-item p{
    font-size: 16px;
    line-height: 22px;
    color: #000000;
    text-align: center;
    margin-bottom: 20px;
}
.revamp-column-item p:last-of-type{
    margin-bottom: 0;
}
.revamp-columns-wrapper .little-btn{
    display: inline-block;
    padding: 20px 56px;
}
.calculator-step-number p{
    font-weight: 700;
    font-size: 20px;
    line-height: 1;
    color: #125B60;
}
.calculator-step-title p{
    font-size: 20px;
    line-height: 1;
    color: #000000;
}
.revamp-calculator-step-text p{
    font-size: 16px;
    line-height: 22px;
    color: #000;
}
.revamp-calculator{
    display: flex;
}
.revamp-calculator-steps{
    padding: 25px 38px;
    display: flex;
    flex-direction: column;
    min-width: 300px;
    justify-content: center;
    position: relative;
}
.revamp-calculator-steps .scroll-wrapper{
    display: block;
    width: 3px;
    height: 440px;
    background: #fff;
    position: absolute;
    left: 14px;
    top: 29px;
}
.revamp-calculator-steps .scroll-wrapper .inner{
    position: relative;
}
.revamp-stories{
    background: #fff;
    border-radius: 16px;
    padding: 32px 24px;
}
.revamp-stories .revamp-post-text p{
    line-height: 24px;
    text-align: left;
}
.revamp-calculator-steps .scroll{
    display: block;
    width: 10px;
    height: 100px;
    background: #FACF28;
    border-radius: 8px  ;
    position: absolute;
    left: -3px;
    top: 0px;
    z-index: 2;
    transition: .4s;
}
.revamp-calculator-step-header{
    display: flex;
    padding-top: 2px;
    margin-bottom: 10px ;
}
.calculator-step-number{
    margin-right: 5px;
}
.revamp-calculator-step{
    max-width: 256px;
    margin-bottom: 41px;
}
.revamp-calculator-steps .little-btn{
    align-self: center;
    padding: 20px 55px;
}
.revamp-calculator-img{
    padding-top: 28px;
    padding-left: 11px  ;
}
.revamp-calculator-img .img{
    text-align: end;
    margin-bottom: 20px;
}
.revamp-calculator-img li{
    display: none;
}
.revamp-calculator-img .active{
    display: block;
}
.revamp-calculator-img img{
    width: 100%;
    height: auto;
}
.start-measuring .revamp-posts-section{
    padding-top: 82px;
}
.revamp-posts-section h2{
    margin-bottom: 24px;
    line-height: 64px;
}
.revamp-posts-section .view-all{
    text-align: center;
    margin-top: 10px;
}
.revamp-posts-section .view-all a{
    color: #125B60;
}

.revamp-posts-section{
    padding-top: 87px;
}
.revamp-start-section{
    padding-top: 96px;
}
.revamp-start-action h2{
    margin-bottom: 24px;
}
.revamp-start-action{
    background: #fff;
    border-radius: 16px;
    padding: 32px 24px 32px 24px;
}
.revamp-start-action p{
    color: #000;
    font-size: 20px;
    line-height: 1.333;
    margin-bottom: 30px;
}
.revamp-start-blocks{
    display: flex;
    margin: 0 -4px;
    flex-wrap: wrap;
}
.revamp-start-blocks-wrapper p{
    margin-bottom: 21px;
}
.revamp-start-block{
    width: 49.16%;
    background: #fff;
    border-radius: 16px;
    margin: 4px;
    display: flex;
}
.revamp-start-block:hover{
    text-decoration: none;
}
.revamp-start-img{
    max-width: 200px;
}
.revamp-start-img img{
    width: 100%;
    height: 100%;
    max-height: 70px;
    border-radius: 8px;
}
.revamp-start-block:first-of-type{
    max-width: 474px;
}
.revamp-start-block:first-of-type .revamp-start-img img{
    width: auto;
}
.revamp-start-text h4{
    color: #000;
    font-size: 24px;
    line-height: 1;
    font-weight: 700;
    margin-bottom: 6px;
}
.revamp-start-text p, .revamp-start-text strong{
    font-size: 16px;
    line-height: 22px;
    margin-bottom: 0;
    color: #000;
}
.revamp-start-text{
    padding: 2px 0px 2px 16px;
}
.revamp-faq-section{
    padding-top: 96px;
    padding-bottom: 109px;
}
.revamp-faq-wrapper{
    position: relative;
}
#expand{
    position: absolute;
    top: 37px;
    right: 45px;
    display: flex;
    align-items: center;
    cursor: pointer;
}
#expand span{
    color: #125B60;
    font-size: 20px;
    line-height: 1;
    font-weight: 700;
}
#expand svg {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: -18px;
}

.revamp-faq-item p{
    font-size: 20px;
    color: #000;
    line-height: 1.333;
}
.revamp-faq-item > p{
    position: relative;
    padding-right: 20px     ;
}
.revamp-faq-item.open >p:after{
    transform: rotate(135deg);
}
.revamp-faq-item > p:after{
    content: '';
    width: 11px;
    height: 11px;
    border-bottom: 2px solid #000000;
    border-left: 2px solid #000000;
    display: block;
    top: 6px;
    transform: rotate(315deg);
    right: -12px;
    position: absolute;
    transition: all .2s ease;
}
.revamp-faq-content p{
    font-size: 20px;
    line-height: 22px;
    margin-bottom: 10px;
}
.revamp-faq-content a{
    font-size: 20px;
    line-height: 22px;
    color: #000;
}
.revamp-faq-content p:last-of-type{
    margin-bottom: 0;
}
.revamp-faq-item{
    background: #FFFFFF;
    padding: 26px 36px 22px;
    border-radius: 16px;
    margin-bottom: 20px;
    cursor: pointer;
}
.revamp-faq-content{
    will-change: max-height;
    transition: all 0.25s ease-out;
    max-height: 0;
    overflow: hidden;
    -ms-overflow-style: none;  /* IE and Edge */
    scrollbar-width: none;
}
.revamp-faq-item.open .revamp-faq-content{
    max-height: 1000px;
    overflow: auto;
    padding-top: 20px;
}
.revamp-faq-content::-webkit-scrollbar {
    display: none;
}
.revamp-faq-wrapper h2{
    margin-bottom: 32px;
}
.revamp-faq-links{
    display: flex;
    justify-content: space-between;
    margin-top: 29px;
    padding-right: 10px ;
}
.revamp-faq-links a{
    color: #125B60;
    font-size: 20px;
    line-height: 1;
    font-weight: 700;
    text-decoration: none;
}
.revamp-faq-links p{
    font-size: 20px;
    line-height: 1;
    color: #000;
}
/* END OF PAGE */

.revamp-overlay{
    position: fixed;
    top: 0;
    left: 0;
    display: none;
    justify-content: center;
    align-items: center;
    background: rgba(0, 0, 0, .6);
    z-index: 20;
    width: 100%;
    height: 100vh;
}
.revamp-overlay.show{
    display: flex;
}
.revamp-popup{
    background: #fff;
    padding: 32px 32px 54px;
    box-shadow: 0px 4px 24px rgba(0, 0, 0, 0.15);
    border-radius: 8px;
    margin: 0 24px;
    max-width: 484px;
    max-height: 487px;
    height: 100vh;
    display: flex;
    flex-direction: column;
    overflow: auto;
    justify-content: space-between;
}
.revamp-popup.login, .revamp-popup.reset{
    max-width: 464px;
    width: 100%;
    position: relative;
    padding: 32px;
    height: auto;
    display: none;
    max-height: 100%;
}
.revamp-popup.login.show, .revamp-popup.reset.show{
    display: block;
}
.revamp-popup .close-popup{
    position: absolute;
    top: 15px;
    cursor: pointer;
    right: 15px;
}
.revamp-popup.login h5,  .revamp-popup.reset h5{
    font-size: 22px;
    line-height: 1;
    color: #125B60;
    text-align: center;
    font-weight: 400;
    margin-bottom: 20px;
}
.revamp-popup.login .revamp-login #wppb-login-wrap input, .revamp-popup.reset .revamp-reset #wppb-recover-password-container input{
    padding: 12px;
    font-size: 14px;
    width: 100%;
}
.revamp-popup.login .revamp-login #wppb-login-wrap #rememberme{
    width: auto;
}
.revamp-popup.login #forgot-password{
    font-size: 16px;
    position: absolute;
    bottom: 170px;
    right: 32px;
    color: #125B60;
    cursor: pointer;
}
.revamp-popup.login .revamp-login #wppb-login-wrap .wppb-toggle-pw{
    top: 8px;
}
.revamp-popup.login .revamp-login p, .revamp-popup.reset .revamp-reset p{
    font-size: 16px;
    text-align: center;
    color: #B3B3B3;
}
.revamp-popup.login .revamp-login a, .revamp-popup.reset .revamp-reset span{
    color: #125B60;
    font-size: 16px;
}
.revamp-popup.login .revamp-login #wppb-login-wrap #wppb-submit, .revamp-popup.reset .revamp-reset #wppb-recover-password #wppb-recover-password-button     {
    width: 205px;
    border: 0;
    background: #facf32;
    border-radius: 3px;
    font-weight: 400;
    font-size: 20px ;
    margin: 0 auto 20px;
    display: block;
    color: #000;
}
.revamp-popup.reset .wppb-warning{
    display: none;
}
.revamp-popup.login .revamp-login #wppb-login-wrap label, .revamp-popup.reset .revamp-reset #wppb-recover-password label{
    position: relative;
    left: 0;
    width: auto;
    color: #767676;
    font-size: 12px;
    text-indent: unset;
}
.revamp-popup.login .revamp-login p.login-msg, .revamp-popup.reset .revamp-reset p.login-msg{
    background: rgba(255, 0, 0, 0.7);
    padding: 15px;
    font-size: inherit;
    color: #fff;
    border-radius: 4px;
    margin: 10px 0;
}
.revamp-popup.reset .revamp-reset p.login-msg{
    background: #B2FFB2;
    border-color: #00FF00;
    color: #000;
}
.revamp-popup.signup{
    max-width: 400px;
    height: auto;
    max-height: 910px;
    padding: 35px 31px 37px;
    background: #F2F2F2;
    box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.3);
    border-radius: 5px;
    display: none;
    position: relative;
}
.revamp-popup.signup *{
    color: #000;
}
.revamp-popup.signup.show{
    display: block;
}

.signup .revamp-popup-content h4{
    font-size: 20px;
    line-height: 1.4;
    text-align: center;
    margin-bottom: 10px;
}
.revamp-popups-wrapper{
    margin: 0 -24px;
    display: flex;
    padding: 0 48px;
}
.revamp-popup.less-padding{
    padding: 32px 24px 54px;
}
.revamp-popup-content h4{
    font-weight: bold;
    font-size: 28px;
    line-height: 36px;
    color: #000000;
    margin-bottom: 64px;
}
.revamp-popup.less-padding h4{
    margin-bottom: 25px;
}
.revamp-popup-content h4 span{
    font-size: 28px;
    line-height: 36px;
    color: #000000;
    font-weight: 400;
}
.revamp-popup-content p {
    font-size: 24px;
    line-height: 30px;
    color: #000000;
    margin-bottom: 20px;
}
.signup .revamp-popup-content p, .signup .revamp-popup-content a{
    font-size: 14px;
    line-height: 1.7145;
    text-align: center;
}
.revamp-popup-content a{
    color: #000;
}
.revamp-popup-content form#wpcf7-f3864-o1 {
    margin-top: 20px;
}
.revamp-popup-content form#wpcf7-f3864-o1  > input{
    width: 100%;
    border-radius: 3px;
    padding: 7px 12px;
    color: #6A6A66;
    font-size: 14px;
    line-height: 24px;
    border: 0;
    outline: 0;
    margin-bottom: 16px;
}
.revamp-popup-content form#wpcf7-f3864-o1  > input:last-of-type{
    margin-bottom: 20px;
}
.revamp-popup-content form#wpcf7-f3864-o1 label{
    display: flex;
}
.revamp-popup-content span.wpcf7-list-item-label{
    font-size: 14px;
    line-height: 22px !important;
    color: rgba(0, 0, 0, 0.8);
    padding-left: 28px;
    margin-bottom: 15px;
    position: relative;
    margin-left: 0 !important;
    text-align: left;
}
.revamp-popup-content form#wpcf7-f3864-o1  label:last-of-type{
    margin-bottom: 10px;
}
.revamp-popup-content input[type="checkbox"]:checked ~ .wpcf7-list-item-label:after{
    content: '';
    display: block;
    width: 7px;
    height: 5px;
    border-bottom: 2px solid #000;
    border-left: 2px solid #000;
    position: absolute;
    top: 8px;
    left: 9px;
    transform: rotate(315deg);
    max-width: unset;
    background: none;
}
.revamp-popup-content form#wpcf7-f3864-o1 button{
    color: #122F2D;
    font-size: 16px;
    line-height: 1;
    background: #FACF32;
    border-radius: 5px;
    text-transform: uppercase;
    font-weight: 700;
    border: 0;
    outline: 0;
    max-width: 184px;
    width: 100%;
    display: block;
    padding: 11px 0 15px;
    margin: 0 auto;
}
.revamp-popup-content span.wpcf7-list-item-label:before{
    content: '' !important;
    width: 14px !important;
    height: 14px !important;
    display: block;
    border: 2px solid #000;
    border-radius: 2px;
    background: #fff !important;
    position: absolute !important;
    top: 3px !important;
    left: 3px !important;
    transform: unset !important;
    transform-origin: unset !important;
    max-height: unset !important;
}
#wpcf7-f3864-o1 .wpcf7-submit{
    display: block;
}
#wpcf7-f3864-o1 .revamp-popup-content p:last-of-type{
    text-align:  center;
}
.revamp-popup-content .wpcf7-list-item label input[type=checkbox]{
    opacity: 0;
    width: auto !important;
}
.revamp-popup-content .wpcf7-checkbox label:before  {
    content: none !important;
}
.revamp-popup-content  form#wpcf7-f3864-o1  p:last-of-type{
    margin-bottom: 0;
}
.close-signup-btn{
    display: block;
    width: 10px;
    height: 10px;
    position: absolute;
    top: 8px;
    right: 10px;
    cursor: pointer;
}
.revamp-popup-btn a{
    font-size: 20px;
    line-height: 20px;
    text-align: center;
    text-transform: uppercase;
    color: #122F2D;
    width: auto;
    background: #FACF32;
    border-radius: 5px;
    padding: 14px 24px;
    font-weight: 700;
    text-decoration: none;
    display: inline-block;
    margin: 10px auto 0;
}
.revamp-popup-btn{
    text-align: center;
}
.rh-mega-menu{
    position: fixed;
    width: 100%;
    left: 0;
    display: none;
    background: #fff;
    top: 0px;
    z-index: 10;
    overflow: hidden;
}
.rh-mega-menu .rh-left-part a[href="#"]{
    cursor: unset;
}
.rh-mega-menu.show{
    display: block;
}
.rh-mm-header{
    height: 70px;
    border-bottom: 2px solid #C4C4C4;
    position: relative;
}
.rh-body-wrapper{
    display: flex;
    max-width: 850px;
    margin: 0 auto;
    padding-top: 33px;
    padding-bottom: 80px;
}
.rh-body-wrapper .rh-left-part{
    align-items: unset;
    max-width: 720px;
    width: 100%;
}
.rh-body-wrapper .rh-left-part nav{
    width: 100%;
}
.rh-header-wrapper{
    position: relative;
    height: 100%;
    max-width: 720px;
    margin: 0 auto;
}
.close-btn{
    position: absolute;
    top: 50%;
    right: 10px;
    transform: translateY(-50%);
    cursor: pointer;
}
.rh-mega-menu nav ul li a{
    font-size: 14px;
    line-height: 1;
    font-weight: 700;
    text-transform: unset;
    color: black;
    position: relative;
    text-decoration: none;
    z-index: 2;
}
.rh-body-wrapper .rh-left-part nav > ul{
    display: flex;
    justify-content: space-between;
    list-style: none;
}
.rh-body-wrapper .rh-left-part nav > ul > li{
    position: relative;
}
.rh-body-wrapper .rh-left-part nav > ul > li > a{
    text-decoration: none;
}
.rh-body-wrapper .rh-left-part nav > ul ul{
    position: absolute;
    top: 21px;
    left: 0px;
    list-style: none;
}
.rh-body-wrapper .rh-left-part nav > ul ul li, .rh-body-wrapper .rh-right-part nav > ul ul li{
    margin-bottom: 6px;
}
.rh-body-wrapper .rh-left-part nav > ul ul a, .rh-body-wrapper .rh-right-part nav > ul ul a{
    font-size: 12px;
    text-decoration: none;
    line-height: 12px;
    color: #979797;
    font-weight: 400;
    white-space: nowrap;
}
.rh-body-wrapper .rh-right-part{
    margin-left: 130px;
    padding-top: 0;
    position: relative;
    padding-left: 47px;
    min-width: 130px;
}
.rh-body-wrapper .rh-right-part:after{
    content: '';
    display: block;
    width: 100vw;
    height: 100vh;
    top: -33px;
    left: -1px;
    position: absolute;
    background: rgba(196, 196, 196, 0.3);
}
.rh-body-wrapper .rh-right-part nav > ul > li{
    margin-bottom: 57px;
    position: relative;
}
.rh-body-wrapper .rh-right-part nav > ul{
    list-style: none;
}
.rh-body-wrapper .rh-right-part nav > ul ul {
    position: absolute;
    top: 21px;
    left: 0px;
    list-style: none;
}

.custom-password > span{
    color: #125b60;
    font-size: 22px;
    text-align: center;
    margin-bottom: 20px;
    display: block;
}
.revamp-set-password input{
    padding: 10px;
    background: rgba(205,219,237,.3);
    border: 1px solid #cddbed;
    position: relative;
    margin-bottom: 0;
}
.revamp-set-password p{
    color: #000;
    font-size: 14px;
    padding: 5px;
}

.custom-pass-input-wrapper:nth-of-type(2){
    margin-bottom: 30px;
}
.custom-pass-input-wrapper label, .custom-pass-input-wrapper span{
    color: #000;
}
.custom-pass-input-wrapper input{
    color: #000;
}
.revamp-set-password form{
    text-align: center;
}
.revamp-set-password label{
    display: block;
    text-align: left;
}
.revamp-set-password button{
    background: #facf32;
    color: #122f2d;
    text-transform: uppercase;
    border-radius: 5px;
    font-weight: bold;
    width: 200px;
    padding: 10px 0px;
    border: 0;
}
.custom-pass-input-wrapper{
    position: relative;
    padding: 5px;
    margin-bottom: 10px;
}
.pass-eye{
    position: absolute;
    top: 32px;
    right: 9px;
    cursor: pointer;
}
.hide-eye{
    display: none;
}
.revamp-popup.set-password{
    width: 100%;
    position: relative;
    height: auto;
}
.revamp-set-password .error-message-custom-pass{
    text-align: left;
}
.custom-pass-input-wrapper.error{
    background-color: #FFDFDF;
    border: 1px dotted #C89797;
}
.custom-pass-input-wrapper.error .error-message-custom-pass p{
    opacity: 1;
    cursor: auto;
}
.error-message-custom-pass p{
    font-size: 14px;
    opacity: 0;
    cursor: default;
    font-style: italic;
    color: #333;
}
.wpcf7-spinner{
    display: none;
}
p.error {
    background: rgba(255,0,0,.7);
    padding: 15px;
    font-size: inherit;
    color: #fff;
    border-radius: 4px;
    margin-bottom: 20px;
}
.revamp-popup.set-password{
    max-height: 580px;
}
.revamp-set-password > span {
    color: #125b60;
    font-size: 22px;
    text-align: center;
    margin-bottom: 20px;
    display: block;
}
.revamp-popup.signup br{
    display: none;
}

@media(max-width: 1240px) {
    .how-it-works .revamp-container{
        max-width: 800px;
    }
    #expand{
        top: -5px;
    }
    .revamp-hero.measuring .rhero-img img{
        left: -68px;
    }
    .rhero-text{
        position: relative;
        z-index: 5;
    }
    .rf-wrapper{
        flex-direction: column;
    }
    .rf-right-part{
        display: flex;
        justify-content: space-between;
        max-width: 500px;
        width: 100% ;
    }
    .rh-main-nav nav ul li a, .rh-langs span, .rh-log-in a{
        font-size: 14px;
    }
    header .revamp.little-btn{
        font-size: 14px;
    }
    .rh-wrapper.move .rh-inner-wrapper:after{
        height: 87px;
    }
    .rf-main-footer-menu{
        margin-left: 0;
    }
    .revamp-footer #label{
        position: relative;
    }
}
@media(max-width: 1070px) {
    .rhero-wrapper{
        position: relative;
        padding-left: 0;
        justify-content: center;
    }
    .rhero-text{
        position: relative;
        z-index: 8;
    }

}
@media(max-width: 1024px) {
    .revamp-container {
        max-width: 950px;
    }
    .revamp-newsletter-wrapper form input{
        max-width: 270px;
    }
}
@media (max-width: 991px) {
    .rh-burger-menu {
        width: 30px;
        height: 22px;
        position: relative;
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
        -webkit-transition: .5s ease-in-out;
        -moz-transition: .5s ease-in-out;
        -o-transition: .5s ease-in-out;
        transition: .5s ease-in-out;
        cursor: pointer;
        display: block;
        z-index: 5;
    }
    .revamp-hero .rhero-img img{
        left: 0 !important;
        top: 0  !important;
        position: relative;
    }
    .revamp-start-block{
        width: auto;
    }
    .revamp-start-blocks{
        flex-direction: column;
        margin: 0;
    }
    .rh-wrapper.move .rh-inner-wrapper:after {
        height: 81px;
    }
    .rh-burger-menu span {
        display: block;
        position: absolute;
        height: 4px;
        width: 100%;
        background: #fff;
        border-radius: 9px;
        opacity: 1;
        left: 0;
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
        -webkit-transition: .25s ease-in-out;
        -moz-transition: .25s ease-in-out;
        -o-transition: .25s ease-in-out;
        transition: .25s ease-in-out;
    }

    .rh-burger-menu span:nth-child(1) {
        top: 0px;
        -webkit-transform-origin: left center;
        -moz-transform-origin: left center;
        -o-transform-origin: left center;
        transform-origin: left center;
    }

    .rh-burger-menu span:nth-child(2) {
        top: 9px;
        -webkit-transform-origin: left center;
        -moz-transform-origin: left center;
        -o-transform-origin: left center;
        transform-origin: left center;
    }

    .rh-burger-menu span:nth-child(3) {
        top: 18px;
        -webkit-transform-origin: left center;
        -moz-transform-origin: left center;
        -o-transform-origin: left center;
        transform-origin: left center;
    }

    .rh-burger-menu.open span:nth-child(1) {
        -webkit-transform: rotate(45deg);
        -moz-transform: rotate(45deg);
        -o-transform: rotate(45deg);
        transform: rotate(45deg);
        top: -3px;
        left: 8px;
    }

    .rh-burger-menu.open span:nth-child(2) {
        width: 0%;
        opacity: 0;
    }

    .rh-burger-menu.open span:nth-child(3) {
        -webkit-transform: rotate(-45deg);
        -moz-transform: rotate(-45deg);
        -o-transform: rotate(-45deg);
        transform: rotate(-45deg);
        top: 18px;
        left: 8px;
    }
    .rh-main-nav{
        position: absolute;
        background: #125B60;
        top: 63px;
        left: -100%;
        width: calc(100vw + 100px);
        padding-left: 16px;
        height: 100vh;
        transform: translateX(-100%);
        transition: all .2s ease;
    }
    .rh-main-nav nav > ul{
        margin: 0;
    }
    .rh-main-nav nav ul > li{
        padding: 0;
    }
    .rh-main-nav nav ul > li.has-childs{
        padding: 0;
    }
    .how-it-works .rh-main-nav, .start-measuring .rh-main-nav{
        background: #298187;
    }
    .rh-header-wrapper{
        padding: 0 12px;
        max-width: 100%;
    }
    .rh-body-wrapper .rh-left-part nav > ul ul a, .rh-body-wrapper .rh-right-part nav > ul ul a{
        color: #F0F0F0;
    }
    .rh-body-wrapper{
        max-width: 100%;
        padding-left: 16px;
        padding-right: 16px;
        padding-top: 10px;
        flex-direction: column;
    }
    .rh-body-wrapper .rh-right-part:after{
        content: none;
    }
    .rh-body-wrapper .rh-left-part nav > ul{
        flex-direction: column;
    }
    .rh-body-wrapper .rh-left-part nav > ul ul li, .rh-body-wrapper .rh-right-part nav > ul ul li{
        margin-bottom: 3px;
    }
    .rh-body-wrapper .rh-left-part nav > ul > li:first-of-type{
        margin-bottom: 135px;
    }
    .rh-body-wrapper .rh-left-part nav > ul > li{
        line-height: 1;
        margin-bottom: 20px;
    }
    .rh-body-wrapper .rh-left-part nav > ul > li:last-child{
        margin-bottom: 100px;
    }
    .rh-body-wrapper .rh-right-part nav > ul ul{
        top: 25px;
    }
    .rh-body-wrapper .rh-right-part nav > ul > li{
        margin-bottom: 29px;
    }
    .rh-body-wrapper .rh-right-part{
        margin-left: 0px;
        padding-left: 0px;
    }
    .rh-body-wrapper .rh-left-part nav > ul ul{
        top: 25px;
    }
    .rh-main-nav.open{
        transform: translateX(0);
        left: -20px;
    }
    .rh-wrapper .revamp.little-btn{
        padding: 18px 32px;
    }
    body.open{
        overflow: hidden;
    }
    .rh-main-nav nav ul li a, .rh-langs span, .rh-log-in a{
        font-size: 14px;
    }
    .rh-main-nav nav ul > li{
        margin-bottom: 20px;
    }
    .rh-main-nav nav > ul{
        flex-direction: column;
    }
    .rh-right-part{
        position: absolute;
        top: 0;
        left: 0;
    }
    .rh-langs, .rh-log-in, .rh-get-started{
        display: none;
    }
    .rh-langs.mobile, .rh-log-in.mobile, .rh-get-started.mobile{
        display: block;
        margin-bottom: 20px;
    }
    .rh-langs.mobile, .rh-log-in.mobile {
        padding-top: 0px;
    }
    .rh-log-in.mobile, .rh-get-started.mobile{
        margin-left: 0;
    }
    .rh-langs.mobile:after{
        right: unset;
        left: 64px;
        top: 8px;
    }
    .rh-log-in.mobile{
        position: absolute;
        top: 250px;
        left: 16px;
    }
    .rh-get-started.mobile{
        max-width: 160px;
        position: absolute;
        top: 300px;
        left: 16px;
    
    }
    .rh-inner-wrapper{
        align-items: center;
    }
    .rf-right-part{
        padding-top: 40px;
    }
    .rbanner-wrapper{
        flex-direction: column-reverse;

    }
    .rbanner-text{
        max-width: 100%;
    }
    .rbanner-imgs{
        justify-content: center;
    }
    .revamp-text-img{
        flex-direction: column;
    }
    .revamp-text{
        margin-bottom: 20px;
    }
    .revamp-img{
        text-align: center;
    }
     .revamp-text-img.reverse{
        flex-direction: column-reverse;
    }
     .revamp-white-block .swiper-pagination{
         bottom: 18px;
     }
    .revamp-container h2{
        font-size: 35px;
        line-height: 1;
    }
    .revamp-block-item{
        width: 50%  ;
    }
    .revamp-container {
        max-width: 680px;
    }
    .revamp-post-header h5{
        font-size: 20px;
    }
    .revamp-post-header p{
        font-size: 14px     ;
    }
    .revamp-newsletter-wrapper form input {
        max-width: 200px;
    }
    .revamp-newsletter-wrapper form input:last-of-type {
        margin-left: 20px;
        margin-right: 20px;
    }
    .rf-left-top-imgs{
        flex-wrap: wrap;
    }
    .rf-left-top-imgs > *{
        width: 50%;
        text-align: center;
    }
    .rf-main-footer-menu nav ul, .rf-additional-footer-menu nav ul{
        justify-content: flex-start;
    }
    .rf-additional-footer-menu nav ul{
        margin-left: 0;
    }
    .rf-additional-footer-menu nav ul li:first-of-type, .rf-main-footer-menu nav ul li:first-of-type{
        padding-left: 0;
    }
    .rf-additional-footer-menu nav ul li{
        padding: 0 23px;
    }
    .revamp-accordions-group h2{
        padding-left: 70px  ;
    }
    .revamp-accordions-group h2:after{
        left: -10px;
    }
    .revamp-start-text {
        padding: 0px 15px;
    }
    body.how-it-works .rbanner-imgs{
        margin-top: 0;
    }
    #expand {
        top: 7px;
    }
    .revamp-popups-wrapper{
        flex-direction: column;
        margin: -24px 0;
    }
    .revamp-popup{
        margin: 24px 0;
        max-width: 100%;
        max-height: 50%;
        height: auto;
        padding: 32px;
    }
    .revamp-popup-content h4{
        margin-bottom: 25px;
    }
    .revamp-popup.less-padding{
        padding: 32px 24px;
    }
    .revamp-white-block{
        padding: 20px !important;
    }
    .revamp-post-header{
        padding: 0;
    }
    .revamp-block-item:nth-of-type(4), .revamp-block-item:nth-of-type(5){
        margin-bottom: 45px;
    }
    body.how-it-works.start-measuring .rbanner-wrapper {
        padding: 28px 20px 17px;
    }
    .rh-header-wrapper p{
        font-size: 14px;
        padding-top: 22px;
        color: #fff ;
    }
    .rh-mega-menu nav ul li a{
        color: #fff;
    }
    .close-btn svg path{
        fill: white;
    }
    .rh-mega-menu{
        left: 0px;
        top: 158px;
        max-width: 100%;
        position: fixed;
        background: #125B60;
    }
    .how-it-works .rh-mega-menu, .start-measuring .rh-mega-menu{
        background: #298187;
    }
    .revamp-post-img{
        max-height: 100%;
    }
    .revamp-post-img img{
        aspect-ratio: 187 / 125;
        height: 100%;
    }
    .revamp-hero .revamp-container{
        max-width: 100%;
    }
    .revamp-slide-text{
        padding-left: 0;
        margin-top: 20px;
    }
    .revamp-newsletter-wrapper .wpcf7-form{
        flex-direction: column;
    }
    .revamp-newsletter-wrapper form p:nth-of-type(2){
        margin-left: 0;
        margin-right: 0;
    }
    .revamp-newsletter-wrapper form input:last-of-type{
        margin-right: 0;
        margin-left: 0;
        width: 100%;
    }
    .revamp-newsletter-wrapper form .wpcf7-submit{
        margin-top: 22px;
    }
    .revamp-checkboxes{
        position: relative;
        bottom: 0;
        left: 0;
        padding-left: 10px;
    }
    .revamp-checkboxes .wpcf7-list-item label input[type="checkbox"]{
        display: none;
    }
    .revamp-newsletter-wrapper form input.wpcf7-text{
        max-width: 100%;
    }
    .revamp-newsletter-wrapper form span{
        width: 100%;
    }
    .revamp-newsletter-wrapper form p{
        margin-bottom: 10px;
    }
    .revamp-newsletter-wrapper .wpcf7-response-output{
        bottom: -70px;
        width: 100%;
        margin: 0 !important;
    }
    body.start-measuring .rbanner-wrapper {
        padding: 15px;
    }
    .swiper.vertical{
        max-height: 220px;
    }
    .rhero-wrapper .big-btn{
        align-self: center;
    }
    .revamp-start-img{
        max-width: 110px;
    }
    .revamp-start-block{
        width: 100%;
        margin-left: 0;
        margin-right: 0;
        margin-bottom: 20px;
    }
}

@media(max-width: 767px) {
    .revamp-container h2{
        font-size: 27px;
    }

    .rhero-wrapper{
        flex-direction: column;
        align-items: center;
    }
    .rhero-img img{
        position: relative;
        left: 0;
        top: 0;
    }
    .revamp-post-item{
        width: 50%;
        margin-bottom: 8px;
    }
    .revamp-post-item:last-of-type{
        margin-bottom: 0;
    }
    .revamps-posts-wrapper{
        flex-wrap: wrap;
        justify-content: center;
    }
    .revamp-slide{
        flex-direction: column-reverse;
    }
    .revamp-slide >*{
        width: 100%;
    }
    .revamp-slide-text{
        margin-bottom: 10px;
    }
    .revamp-slide-img{
        padding-right: 0;
    }
    .swiper-wrapper {
        padding-bottom: 45px;
    }
    .revamp-newsletter-wrapper form input{
        padding: 10px;
    }
    .revamp-newsletter-wrapper form input:last-of-type {
        margin-left: 10px;
        margin-right: 10px;
    }
    .revamp-newsletter-wrapper form button{
        font-size: 17px;
        padding: 10px 6px;
    }
    .revamp-slide-text h5{
        font-size: 20px;
        line-height: 26px;
    }
    .revamp-accordion-body-item{
        flex-direction: column-reverse;
    }
    .revamp-accordion-body-item >*{
        width: 100%;
    }
    .revamp-accordion-text-part{
        margin-bottom: 20px;
    }
    .revamp-accordion-body-item ul li{
        font-size: 18px;
        line-height: 1.2;
    }

    .revamp-start-blocks{
        flex-wrap: wrap;
        margin: 0;
    }
    .revamp-calculator{
        flex-direction: column;
    }
    .revamp-calculator-step{
        width: 33.333%;
        padding: 0 15px ;
    }
    .revamp-calculator-steps{
        flex-wrap: wrap;
        flex-direction: unset;
        padding: 26px 0;
        margin: 0 -15px;
    }
    .revamp-calculator-steps:after, .revamp-calculator-steps:before{
        content: none;
    }
    .revamp-calculator-img{
        padding: 0px;
    }
    .revamp-columns{
        justify-content: center;
        margin: 0;
    }
    .revamp-column-item{
        width: 50%;
    }
    .revamp-column-item:last-of-type{
        margin-bottom: 20px;
    }
    body.start-measuring .rbanner-text p:last-of-type{
        flex-direction: column;
    }
    body.start-measuring .revamp-post-item{
        margin-bottom: 20px;
    }
    .revamp-faq-links{
        flex-direction: column;
    }
    .revamp-popup-content h4{
        font-size: 24px;
        line-height: 30px;
    }
    .revamp-popup-content h4 span{
        font-size: 24px;
        line-height: 30px;
    }
    .revamp-popup-content p{
        font-size: 18px;
        line-height: 24px;
    }
    .revamp-slide-img{
        margin: 0 auto;
    }
    .revamp-white-block .swiper{
        padding-left: 0 ;
    }
    .revamp-slide-text{
        max-width: 100%;
        padding-left: 0;
    }
    .slider-controllers .slider-prev{
    }
    .revamp-about.second .revamp-text-img{
        margin: 0;
    }
    .revamp-about.second .revamp-text-img >*{
        padding: 0px;
    }
    .revamp-about.second h2{
        margin-bottom: 20px;
    }
    .revamp-accordion-text-part, .revamp-accordion-img-part{
        padding-left: 0px;
    }
    .revamp-accordion-body-item{
        margin: 0;
    }
    .rhero-img.how-it-works img{
        left: unset;
        top: unset  ;
    }
    .revamp-calculator-steps .scroll-wrapper{
        display: none;
    }
    .swiper.vertical {
        max-height: 430px;
    }
    .rhero-wrapper{
        padding-bottom: 0;
        padding-top: 30px;
    }
    .rhero-text{
        margin-bottom: 48px ;
    }
    .rhero-img{
        margin-bottom: -12px;
    }
}
@media(max-width: 575px) {
    .revamp-hero h1 {
        font-size: 48px;
    }
    body.start-measuring .revamp-hero {
        padding-bottom: 30px;
    }
    .revamp-container {
        max-width: 100%;
    }
    .rhero-img img{
        left: unset !important;
        top: unset !important;
        width: 100%;
        height: auto;
        position: relative;
    }
    .rhero-img{
        position: relative;
        width: 100%;
    }
    .rbanner-text{
        padding: 20px 15px;
    }
    .rbanner-wrapper{
        padding: 0;
    }
    .rbanner-img-item img{
        width: 100%;
    }
    .rbanner-imgs{
        padding: 0 15px;
    }
    .revamp-about{
        padding-top: 50px;
    }
    .revamp-container h2 {
        font-size: 22px;
        margin-bottom: 20px;
    }
    .revamp-white-block{
        padding: 17px 15px 17px;
    }
    .revamp-img img{
        width: 100%;
    }
    .revamp-text p{
        font-size: 16px;
        line-height: 24px;
    }
    .revamp-block-item{
        width: 100%     ;
    }
    .revamp-post-item{
        width: 100%;
    }
    .revamp-newsletter-wrapper form{
        flex-direction: column;
    }
    .revamp-newsletter-wrapper form input:last-of-type{
        margin-left: 0;
        margin-right: 0;
    }
    .revamp-newsletter-wrapper form input{
        margin-bottom: 10px;
        width: 100%;
        max-width: 100%;
    }
    .revamp-newsletter-wrapper form button{
        display: inline-block;
        max-width: 150px;
        margin: 0 auto;
    }
    .rf-left-top-imgs > *{
        width: 100%;
        text-align: left;
        margin-bottom: 10px;
    }
    .rbanner-text p{
        font-size: 16px;
    }
    .rf-additional-footer-menu nav ul li {
        padding: 0 5px;
    }
    .rf-right-part{
        flex-direction: column;
    }
    body.how-it-works .revamp-hero{
        padding-bottom: 0;
    }
    .revamp-accordions-group h2:after{
        height: 52px;
        width: 52px;
        font-size: 32px;
    }
    .revamp-accordions-group h2 {
        padding-left: 60px;
    }
    .revamp-accordions-group p{
        font-size: 16px;
        line-height: 1.2;
    }
    .revamp-accordion-text-part h5{
        font-size: 18px;
    }
    .revamp-accordion-text-part .revamp.little-btn{
        font-size: 16px;
    }
    .revamp-accordion-item{
        padding: 20px;
    }
    .revamp-accordion-body-item ul li {
        font-size: 16px;
        line-height: 1.2;
    }
    .revamp-accordions-group.second .revamp-accordion-body-item .little-btn{
        font-size: 16px;
    }
    .revamp-accordion-header-item h5{
        font-size: 20px;
        margin-bottom: 10px;
    }
    .revamp-accordion-body-item.slider{
        margin-right: -20px;
    }
    body.start-measuring .rbanner-text p:last-of-type{
        align-items: flex-start;
    }
    .revamp-banner.start-measuring .rbanner-wrapper {
        padding: 28px 15px 17px;
    }
    body.start-measuring .rbanner-text p:last-of-type img{
        margin-left: 0;
    }
    body.how-it-works .rbanner-text p{
        font-size: 20px;
    }
    .revamp-calculator-step{
        width: 100%;
        max-width: 100%;
    }
    .revamp-start-action p{
        font-size: 18px;
    }
    .revamp-start-text h4{
        font-size: 20px;
    }
    .revamp-start-section {
        padding-top: 60px;
    }
    .revamp-faq-item p{
        font-size: 16px;
    }
    .revamp-faq-links a{
        font-size: 20px;
        margin-bottom: 10px;
    }
    .revamp-faq-links p{
        font-size: 20px;
    }
    .revamp-faq-section {
        padding-top: 60px;
        padding-bottom: 20px;
    }
    .revamp-columns-section, .revamp-calculator-section {
        padding-top: 63px;
    }
    .revamp-column-item{
        width: 100%;
        margin-bottom: 20px;
        padding: 0;
    }
    .revamp-popup{
        margin:  15px 0;
        padding: 15px;
    }
    .revamp-popups-wrapper{
        margin: -15px 0;
        padding: 0 20px;
    }
    .revamp-popup-btn a{
        font-size: 18px;
    }
    .revamp-popup.less-padding{
        padding: 15px;
    }
    .revamp-why-commit, .revamp-posts {
        padding-top: 50px;
    }
    .revamp-accordion-header-item:after{
        top: 0  ;
    }
    .revamp-accordion-item.open .revamp-accordion-header-item:after{
        top: 5px;
    }
    .start-measuring .revamps-posts-wrapper{
        margin: 0;
    }
    .start-measuring .revamp-post-item {
        padding: 0;
    }
    .revamp-img.right, .revamp-img.left {
        min-width: 100%;
    }
    .revamp-slide-img{
        margin-bottom: 10px;
    }
    #expand{
        position: relative;
        right: 0;
        top: 0;
    }
    .revamp-faq{
        margin-top: 10px;
    }
    .revamp-start-block{
        flex-direction: column;
    }
    .revamp-start-text{
        padding: 0;
    }
    .revamp-start-img{
        margin-bottom: 10px;
    }
    body.start-measuring .rbanner-imgs{
        margin-right: 0;
    }
    body.start-measuring .rbanner-text p{
        font-size: 20px;
    }
    .rh-body-wrapper .rh-left-part nav > ul ul li, .rh-body-wrapper .rh-right-part nav > ul ul li{
        margin-bottom: 10px;
        line-height: 1;
    }
    .revamp-slide-img img{
        max-height: 170px;
    }
    .swiper-container-autoheight .swiper-slide {
        height: auto !important;
    }
    #expand svg{
        left: 110px;
        right: 0;
    }
}
