.b-file-whopper {
    /*display: none;*/

}
.b-file-whopper__cover {
    position: fixed;
    width: 100%;
    height: 100%;
    background: rgba(14, 16, 18, 0.5);
    top: 0;
    left: 0;
    z-index: 10000;
    display: none;
}
.b-stretch-fw {
    position: fixed;
    top: 0px;
    left: 0px;
    z-index: 10001;
    width: 100%;
    min-width: 1000px;
    margin: auto;
    height: 70px;
    background: linear-gradient(180deg, #138F82 0%, #0A695E 97.55%);
    display: none;
}
.b-stretch__wrapper_fw {
    position: relative;
    margin: 0 auto;
    width: 1000px;
}
.b-stretch-fw__title {
    position: absolute;
    width: 184px;
    left: 0;
    top: 10px;
    font-family: Open Sans;
    font-style: normal;
    font-weight: 600;
    font-size: 18px;
    line-height: 24px;
    letter-spacing: 0.01em;
    color: #FFFFFF;
}
.b-stretch-fw__description {
    position: absolute;
    width: 242px;
    left: 242px;
    top: 10px;
    font-family: Open Sans;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 22px;
    color: #FFFFFF;
}
.b-stretch-fw__img {
    position: absolute;
    left: 488px;
    top: 0px;
}
.b-stretch-fw__btn{
    position: absolute;
    width: 124px;
    height: 44px;
    left: 801px;
    top: 15px;
    font-family: Open Sans;
    font-style: normal;
    font-weight: bold;
    font-size: 16px;
    line-height: 44px;
    text-align: center;
    letter-spacing: 0.01em;
    text-transform: uppercase;
    color: #FFFFFF;
    background: #D54040;
    border-radius: 3px;
    cursor: pointer;
    text-decoration: none;
}
.b-stretch-fw__btn:hover {
    background: #f14444;
}
.b-stretch-fw__close {
    position: absolute;
    width: 18px;
    height: 18px;
    right: 10px;
    top: 26px;
    background: url(/includes/units/filewhopper/i/close.svg);
    cursor: pointer;
}
.b-popup-fw {
    position: absolute;
    width: 690px;
    height: 490px;
    left: 50%;
    top: 50%;
    margin: -245px 0 0 -345px;
    background: linear-gradient(180deg, #138F82 0%, #128D80 6.78%, #0A695E 97.55%);
}
.b-popup-fw__title {
    position: absolute;
    width: 311px;
    height: 139px;
    left: 75px;
    top: 65px;
    font-family: Open Sans;
    font-style: normal;
    font-weight: bold;
    font-size: 36px;
    line-height: 48px;
    color: #FFFFFF;
}
.b-popup-fw__description {
    position: absolute;
    width: 191px;
    height: 80px;
    left: 75px;
    top: 236px;
    font-family: Open Sans;
    font-style: normal;
    font-weight: normal;
    font-size: 20px;
    line-height: 30px;
    color: #FFFFFF;
}
.b-popup-fw__img {
    position: absolute;
    width: 326.56px;
    height: 305.31px;
    left: 311px;
    top: 134px;
}
.b-popup-fw__btn {
    position: absolute;
    width: 180px;
    height: 50px;
    left: 75px;
    top: 374px;
    background: #D54040;
    box-shadow: 0px 1px 3px rgba(137, 45, 45, 0.15);
    border-radius: 3px;
    font-family: Open Sans;
    font-style: normal;
    font-weight: bold;
    font-size: 18px;
    line-height: 50px;
    text-align: center;
    letter-spacing: 0.02em;
    text-transform: uppercase;
    color: #FFFFFF;
    cursor: pointer;
    text-decoration: none;
}
.b-popup-fw__btn:hover {
    background: #f14444;
}
.b-popup-fw__close {
    position: absolute;
    width: 24px;
    height: 24px;
    left: 638px;
    top: 27px;
    background: url(/includes/units/filewhopper/i/close-popup.svg);
    cursor: pointer;
}