@media screen and (min-width: 2250px){
    .main-bg{
      height: 100vh;
    }
  }
.popup-close {
    color: #A0A0A0;  
}
.popup-close:hover {
    color: #47ab38;  
}
.engineers-right .engineers-images {
    width: 690rem;
    margin-right: 60rem;
}
.engineers-right .engineers-img {
    height: 309rem;
}
@media screen and (max-width: 720px){
   .faq .block-center{
        z-index: 1;
    position: relative;
    }
    html, body {
        overflow-x: hidden !important;
    }
    .footer-logo img{
        margin-right: 0;
    }
    .footer-text:last-child {
        text-align: center;
    }
    .request-form__title{
        font-size: 15rem;
        text-align: center;
    }
    .request-form {
        display: block !important;
        margin-top: 40px;
    }
    .request-form__wrap {
        display: block;
        margin-bottom: 22rem;
    }
    .request-form__wrap button {
        width: 100%;
        height: 40rem;
        margin-top: 10px;
        font-size: 14px;
    }
    .request-form__wrap input {
        width: 100%;
        height: 40rem;
        padding-left: 20rem;
        margin-right: 7rem;
        font-size: 14px;
    }
    .request-form .form-accept__wrap{
        background-color: #25232354;
        padding: 5px;
        border-radius: 10px;
    }
    .sidebar.active {
        display: block !important;
    }
    .sidebar {
        transform: scale(0.5);
        right: -10%;
        top: 20%;
    }
    .sidebar-up{
        display: none;
    }
}

.popup-septik__main {
    position: relative;
    width: 520rem;
    height: 650rem;
    display: flex;
    align-items: center;
    padding-left: 0;
    border-radius: 35rem;
    overflow: hidden
}

.popup-septik__bg {
    position: absolute;
    -o-object-fit: cover;
    object-fit: cover;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1
}

.popup-septik__wrap {
    width: 100%;
    text-align: center;
}

.popup-septik__header {
    font-size: 32rem;
    margin-bottom: 20rem;
    color: #3f3f3f
}

.popup-septik__text {
    letter-spacing: .02em;
    margin-bottom: 20rem
}

.popup-septik__title {
    font-size: 24rem;
    line-height: 32rem;
    margin-bottom: 20rem
}

.popup-septik__form {
    width: 80%;
    margin: 0 auto;
}

.popup-septik__form-text {
    font-size: 14rem;
    margin-bottom: 12rem
}

.popup-septik__form .input,.popup-septik__form .btn,.popup-septik__form .select {
    width: 100%;
    height: 85rem;
    margin-bottom: 17rem
}

.popup-septik__form .form-accept__wrap p {
    text-align: left;
    width: 255rem
}

@media screen and (max-width: 720px){
    .quiz-question__photo2row .quiz-question__photo-img{
        margin-bottom: 10rem;
    }
    .quiz-question__photo2row .quiz-question__photo-label {
        margin-bottom: 16rem;
    }
    .main-footer .main-btn{
        margin-bottom: 5px;
    }
    .main-footer .hero__btn{
        width: 75% !important;
        margin-left: -40px;
    }
    .main-btn{
        margin-right: 0;
    }
    .hero__btn{
        height: 50rem !important;
    width: 100% !important;
    }
    .main-btn__text{
        font-size: 12px !important;
        padding: 0 !important;
    }
    .popup-septik__main {
        height: auto;
        width: 100%;
        padding: 15rem
    }

    .popup-septik__bg {
        -o-object-position: left center;
        object-position: left center
    }

    .popup-septik__header {
        font-size: 24rem;
        margin-bottom: 12rem
    }

    .popup-septik__text {
        font-size: 12rem;
        margin-bottom: 12rem
    }

    .popup-septik__title {
        font-size: 18rem;
        margin-bottom: 12rem
    }

    .popup-septik__form {
        width: 100%
    }

    .popup-septik__form-text {
        font-size: 10rem;
        margin-bottom: 12rem
    }

    .popup-septik__form .input,.popup-septik__form .btn,.popup-septik__form .select {
        height: 60rem;
        margin-bottom: 15rem
    }

    .popup-septik__form .input {
        font-size: 12rem;
        padding-left: 20rem
    }

    .popup-septik__form .btn {
        font-size: 16rem
    }
}

.hero__btn {
    min-width: 47.7rem;
    padding: 5.6rem
}
.main-btn {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    padding: 4rem;
    border-radius: 8rem;
    overflow: hidden;
    cursor: default;
    border: .1rem solid transparent;
    -webkit-transition: color .3s ease-in-out, border-color .3s ease-in-out;
    -o-transition: color .3s ease-in-out, border-color .3s ease-in-out;
    transition: color .3s ease-in-out, border-color .3s ease-in-out;
}
.main-btn__text:after{
    position: absolute;
    display: block;
    content: "";
    margin-left: 60rem;
    width: 30rem;
    height: 400px;
    background: #fff;
    -webkit-animation-delay: .05s;
    animation-delay: .05s;
    position: absolute;
    left: -120rem;
    top: -170px;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    transition: all .1s;
    -webkit-animation-name: slideme;
    animation-name: slideme;
    -webkit-animation-duration: 3s;
    animation-duration: 3s;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    transform: rotate(45deg);
}
.main-btn__text {
    position: relative;
    z-index: 3;
    font-weight: inherit;
    text-align: center;
    letter-spacing: .02em;
    color: inherit;
    font-size: 20rem;
    padding: 30px 50px;
    line-height: 20px;
}

.main-btn--blue {
    font-weight: 400;
    font-size: 1.6rem;
    line-height: 1;
    background-color: #02023d;
    color: #fff
}

.main-btn--blue:not(:disabled):hover {
    color: #02023d;
    border-color: #817d77
}
.hero__btn {
    min-width: 47.7rem;
    padding: 5.6rem;
}
.main-btn--white {
    font-weight: 400;
    font-size: 2.2rem;
    line-height: 1.6rem;
    color: #02023d;
    background-color: #fff;
    position: relative;
    background: #47ab38;
    border-radius: 500rem;
    box-shadow: inset 0px -4rem 28rem rgba(255, 255, 255, .25);
    height: 100rem;
    font-size: 20rem;
    font-weight: 600;
    letter-spacing: .03em;
    color: #fff;
    overflow: hidden;
}
.main-btn--white.main-btn::after,.main-btn--white.main-btn::before {
    background-color: #817d77
}

.main-btn--white:hover:not(:disabled) {
    border-color: #817d77;
    color: #fff
}

.main-btn--white.main-btn:not(:disabled) .btn-blick::after {
    width: 10rem;
    background: -webkit-gradient(linear,left top,right top,from(rgba(255,255,255,.1)),to(rgba(224,224,224,.4)));
    background: -o-linear-gradient(left,rgba(255,255,255,.1),rgba(224,224,224,.4));
    background: linear-gradient(90deg,rgba(255,255,255,.1),rgba(224,224,224,.4))
}

.main-btn--transparent {
    font-weight: 500;
    font-size: 1.6rem;
    line-height: 2rem;
    color: #817d77;
    border-color: #817d77;
    background-color: transparent;
    overflow: hidden;
    -webkit-transition-property: color,background-color;
    -o-transition-property: color,background-color;
    transition-property: color,background-color;
    -webkit-transition: .3s ease;
    -o-transition: .3s ease;
    transition: .3s ease
}

.main-btn--transparent:hover:not(:disabled) {
    color: #fff
}

.main-btn--transparent.main-btn:not(:disabled) .btn-blick::after {
    width: 3rem
}

.main-btn::after,.main-btn::before {
    content: "";
    display: block;
    width: .5rem;
    height: .5rem;
    -webkit-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    position: absolute;
    border-radius: 50%;
    z-index: 1;
    background-color: #817d77;
    -webkit-transition: .8s ease;
    -o-transition: .8s ease;
    transition: .8s ease
}

.main-btn::before {
    top: -1em;
    left: -1em
}

.main-btn::after {
    left: calc(100% + 1em);
    top: calc(100% + 1em)
}

.main-btn:hover:not(:disabled) {
    cursor: pointer
}

.main-btn:hover:not(:disabled)::after,.main-btn:hover:not(:disabled)::before {
    width: 600rem;
    height: 600rem;
}

.main-btn:hover:not(:disabled) .btn-blick::after {
    opacity: 0
}

.main-btn.disabled,.main-btn:disabled {
    cursor: default;
    opacity: .5;
    overflow: visible
}

.main-btn:active {
    -webkit-transform: scale(.95);
    -ms-transform: scale(.95);
    transform: scale(.95)
}

.btn-blick {
    position: absolute!important;
    left: 0;
    top: 0;
    z-index: 2;
    width: 100%;
    height: 100%;
    border-radius: 0;
    overflow: hidden
}

.main-btn:not(:disabled) .btn-blick::after {
    content: "";
    position: absolute;
    left: -100%;
    top: 0;
    width: 6rem;
    height: 100%;
    background: -webkit-gradient(linear,left top,right top,from(rgba(255,255,255,.1)),to(rgba(255,255,255,.4)));
    background: -o-linear-gradient(left,rgba(255,255,255,.1),rgba(255,255,255,.4));
    background: linear-gradient(90deg,rgba(255,255,255,.1),rgba(255,255,255,.4));
    opacity: .8;
    -webkit-animation: blick 6s ease-in-out 2s infinite;
    animation: blick 6s ease-in-out 2s infinite;
    -webkit-transform: skewX(-20deg);
    -ms-transform: skewX(-20deg);
    transform: skewX(-20deg);
    -webkit-transition: opacity .3s ease-in-out;
    -o-transition: opacity .3s ease-in-out;
    transition: opacity .3s ease-in-out
}
.models-right .btn-order {
    width: 291rem;
    height: 75rem;
    margin-bottom: 12rem;
    font-size: 16rem;
    position: relative;
    background: #47ab38;
    border-radius: 500rem;
    box-shadow: inset 0px -4rem 28rem rgba(255, 255, 255, .25);
    color: white;
}
.btn-order .main-btn__text{
    font-size: 16rem;
    padding: 0;
    font-weight: 600;
}
.catalog-form__wrap .main-btn--white{
    height: 85rem;
}
.catalog-form__wrap .main-btn__text{
    padding: 10px 10px;
}
.budget-block .main-btn--white{
    height: 65rem;
    width: 190rem;
}
.budget-block .main-btn__text{
    padding: 10px 10px;
    font-size: 16rem;
}
.request-form__wrap .main-btn__text{
    padding: 0;
    font-size: 16rem;
}
.popup .main-btn--white{
    height: 85rem;
    width: 100%;
}
.popup .main-btn__text{
    padding: 0;
}
.quiz-question__photo2row{
    flex-wrap: wrap;
}
.quiz-question__photo2row .quiz-question__photo-label{
width: 50%;
margin-bottom: 20px;
}
.quiz-question__photo2row .quiz-question__photo-img{
    margin: 0 auto;
    margin-bottom: 26rem;
}
.stroke {
    position: relative;
    white-space: nowrap
}
.block-header span::before{
    content: none !important;
}
.stroke svg {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-40%);
    -ms-transform: translateY(-40%);
    transform: translateY(-40%);
    left: -5%;
    width: 108%;
    height: 110%
}

.stroke path {
    stroke: #30bf58;
    stroke-width: 2;
    stroke-dasharray: 2723;
    stroke-dashoffset: 2723
}

.stroke.active path {
    -webkit-animation: draw 1.4s ease-in 1s forwards;
    animation: draw 1.4s ease-in 1s forwards;
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1
}
@-webkit-keyframes draw {
    100% {
        stroke-dashoffset: 0
    }
}

@keyframes draw {
    100% {
        stroke-dashoffset: 0
    }
}