.b-modal-wrapper {
    display: flex;
    flex-direction: column;
    position: absolute;
    left: 0;
    width: 100%;
    bottom: -82vh;
    max-height: calc(100% - 75px);
    height: 1vh;
    overflow: hidden;
    transition: all 0.5s linear;
    z-index: 9999;
    background: linear-gradient(72.5deg, rgba(18, 18, 18, 0.96) 0.87%, rgba(40, 40, 40, 0.96) 102.35%);
    backdrop-filter: blur(16px);
    border-radius: 22px 22px 0px 0px;
    margin-top: 70px;
    border: 1px solid rgba(75, 75, 75, 0.48);
    color: #fff;
    padding-bottom: 67px;
}
.b-modal {
    transition: all 0s 0.1s linear;
    visibility: hidden;
    width: 100%;
    height: 100%;
    display: block !important;
    position: fixed;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.4);
    backdrop-filter: blur(4px);
}
.b-modal.open {
    opacity: 1;
    z-index: 999;
    transition: all 0s linear;
    visibility: visible;
}
.b-modal.open.drag .b-modal-wrapper {
    transition: all 0.1s linear;
}
.b-modal.open .b-modal-wrapper {
    bottom: 0;
    height: calc(100% - 75px);
}


.b-modal {
    visibility: hidden;
}
.b-modal.open {
    visibility: visible;
}
.b-modal-touch {
    height: 34px;
    border-radius: 22px 22px 0px 0px;
    padding-top: 16px;
}

.b-modal .b-modal-content {
    overflow: auto;
    /*padding: 0 20rem 5rem;*/
}
body.lock {
    overflow: hidden;
}
.h2-title {
    font-family: Gilroy;
    font-size: 20px;
    font-weight: 600;
    line-height: 20px;
    letter-spacing: 0.04em;
    color: #FFFFFF;

}
.b-modal-touch__swiper {
    background: #575757;
    border-radius: 29px;
    width: 42px;
    height: 6px;
    margin: 0px auto 32px auto;
    display: block;
}




.popup.in {
    display: block;
    padding-right: 16px;
}
.popup {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9999;
    display: none;
    width: 100%;
    height: 100%;
    outline: 0;
    overflow-x: hidden;
    overflow-y: auto;
}
.popup__container {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    /*background: rgba(0, 0, 0, 0.7);*/
    /*backdrop-filter: blur(4px);*/
}
.popup-dialog {


    display: flex;
    align-items: center;
    position: relative;
    width: 100%;
    height: 100%;
}
.popup-content {
    position: relative;
    display: flex;
    flex-direction: column;
    width: 100%;
    pointer-events: auto;
    outline: 0;
    overflow: hidden;
    background: rgba(255, 255, 255, 0.7);
    box-shadow: -3px 4px 30px rgba(0, 0, 0, 0.12);
    backdrop-filter: blur(15px);
    -webkit-backdrop-filter: blur(15px);
    height: 100%;
    justify-content: center;
}
.popup-title {
    text-align: center;
    /*padding: 0 20rem 25rem;*/
}
.popup-close {
    position: absolute;
    top: 16px;
    right: 16px;
}
.popup-close .ic-close {
    width: 31px;
    height: 31px;
}
svg {
    max-width: 100%;
    vertical-align: top;
    display: inline-block;
    max-height: 100%;
}
