.request {
    min-height: 321px;
}

.card-body__button-wrapper{
    text-align: left;
}
.card-body__button:first-child{
    margin-right: 10px;
}
.card__file{
    margin-left: 0 !important;
}
.hotline .qform-field__submit{
    position: static;
}
.pile__titlink{
    font-size: 13px;
}
.site-badge.en{
    background: none !important;
}
.card-body__button:first-child{
    width: 260px;
}
.card-body__button-wrapper{
    margin-bottom: 10px;
}
.card-body__right-column{
    text-align: left;
}
.calc-text{
    display: flex;
    font-size: 12px;
}

/*
* Prefixed by https://autoprefixer.github.io
* PostCSS: v8.4.14,
* Autoprefixer: v10.4.7
* Browsers: last 4 version
*/

.sale__container {
    position: fixed;
    /*left: 130px;
    bottom: 50px;*/
    left: 30px;
    bottom: 250px;
    width: 411px;
    height: 99px;
    z-index: 99;
}
.sale {
    /* position: fixed;
    left: 20px;
    bottom: 20px; */
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    text-decoration: none;
    outline-offset: 0px!important;
}
.sale:focus {
    outline: none !important;
    outline-offset: 0px!important;
    text-decoration: none;
}
.sale:hover {
    outline: none !important;
    outline-offset: 0px!important;
    text-decoration: none;
}
.sale.d-none {
    display: none;
}
.sale__procent {
    font-size: 80px;
    font-weight: 600;
    line-height: 94.4px;
    color: #009846;
    background-color: #fff;
    width: 99px;
    height: 99px;
    border-radius: 50%;
    border: 2px solid #009846;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    z-index: 2;
}
.sale__text {
    font-size: 18px;
    font-weight: 600;
    line-height: 21.24px;
    text-align: left;
    color: #fff;
    background-color: #009846;
    position: relative;
    border-radius: 8px;
    padding: 19px 70px;
    margin-left: -50px;
}
.sale__text span{
    color: #EF7F1A;
}
.sale__text-close {
    background-image: url("data:image/svg+xml,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect x='0.30871' y='0.30871' width='18.5186' height='18.5186' rx='2.16097' stroke='%23E0E0E0' stroke-width='0.61742'/%3E%3Cpath d='M9.73126 10.4541L15.0757 15.7986L15.9665 14.9078L10.622 9.56335L15.9665 4.21887L15.0757 3.32812L9.73126 8.67261L4.38683 3.32818L3.49609 4.21892L8.84052 9.56335L3.4961 14.9078L4.38684 15.7985L9.73126 10.4541Z' fill='%23F2F2F2'/%3E%3C/svg%3E%0A");
    content: "";
    width: 19px;
    height: 19px;
    position: absolute;
    right: 52px;
    top: 16px;
    cursor: pointer;
}
.modal-subtitle {
    font-size: 16px;
    font-weight: 600;
}
.sale__text-close.d-none {
    display: none;
}
.qform-widget-played .menu {
    bottom: 35px;
}

@media(max-width: 800px){
    .sale__container {
        /*left: 30px;
        bottom: 30px;*/
    }
    
}
@media(max-width: 576px){
    .card-body__button:first-child{
        max-width: 200px;
    }
    .sale {
        -moz-appearance: none;
        -webkit-appearance: none;
        -ms-appearance: none;
        appearance: none;
        display: block;
    }
    .sale__container {
        /* width: 171px; */
        width: 190px;
        height: 48px;
        left: 20px;
    }
    .sale__procent {
        display: none;
    }
    .sale__text {
        font-size: 12px;
        font-weight: 700;
        line-height: 14px;
        padding: 10px;
        margin-left: 0px;
        padding-right: 40px;
        -moz-appearance: none;
        -webkit-appearance: none;
        -ms-appearance: none;
        appearance: none;
    }
    .sale__text-close {
        background-image: url("data:image/svg+xml,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect x='0.30871' y='0.30871' width='18.5186' height='18.5186' rx='2.16097' stroke='%23E0E0E0' stroke-width='0.61742'/%3E%3Cpath d='M9.73126 10.4541L15.0757 15.7986L15.9665 14.9078L10.622 9.56335L15.9665 4.21887L15.0757 3.32812L9.73126 8.67261L4.38683 3.32818L3.49609 4.21892L8.84052 9.56335L3.4961 14.9078L4.38684 15.7985L9.73126 10.4541Z' fill='%23F2F2F2'/%3E%3C/svg%3E ");
        width: 19px;
        height: 19px;
        /* right: 9px; */
        right: 15px;
        top: 8px;
    }
}
.checkboxxx{
    display: flex;
    justify-content: center;
}
.quip-add-comment label{
    width: 100%;
}
.recap-check{
    display: flex;
    justify-content: space-around;
}
.quip-fld.agree.checkboxxx{
    align-items: center;
}