.popup-line {
    position: fixed;
    display: block;
    width: 100%;
    z-index: 11;
}

.popup-background {
    position: fixed;
    padding: 0;
    margin: 0;
    z-index: 2000;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    display: block !important;
    overflow: auto;
}

body.popup-background {
    overflow: hidden;
    position: fixed;
}

.popup-dropdown-form {
    margin: 20px;
    padding: 10px;

}

.popup-line-form {
    margin: 20px;
    padding: 10px;
}

.buttons-block {
    text-align: center;
    display: inline-block;
    width: 100%;
}

.popup-line-content {
    padding: 15px;
    text-align: center;
}

.popup-edge {
    position: fixed;
    display: block;
    z-index: 2000;
    bottom: 35px;
    right: 35px;
    max-width: 360px;
    min-height: 235px;
    width: 100%;
}

.popup-edge-form {
    margin: 20px;
    padding: 10px;
}

.popup-edge-content {
    padding: 15px;
    text-align: center;
    overflow: auto;
    max-height: 245px;
}

.help-block-popup {
    color: indianred;
}

.thank-you-popup {
    padding: 15px;
    margin: 15px;
    color: lightblue;
    position: fixed;
    display: block;
    z-index: 2000;
    bottom: 15px;
    left: 50%;
    background-color: cornflowerblue;
}

.popup-line-container {
    display: flex;
    justify-content: space-between;
    padding: 20px 15px 0px 15px;
}

.m-0 {
    margin: 0px;
}

.popup-line-button {
    padding: 0px 30px 15px 30px;
    display: flex;
    justify-content: center;
}

.popup-line-button a, 
.popup-middle .buttons-block a,
.popup-edge .buttons-block a,
.popup-middle-form .buttons-block a {
    margin-right: 10px;
}

.popup-close {
    font-size: 25px;
    font-weight: 500;
    margin-left: 0px;
    margin-right: 10px;
    color: #aeaeae;
    cursor: pointer;
}

.popup-close-container {
    margin-top: -10px
}

.modal-shadow {
    box-shadow: 0 0 3px #dadada;
}

.popup-middle-photo {
    width: 100%;
    height: auto;
}


.popup-middle {
    margin: 5% auto;
    max-width: 700px;
}

.popup-middle-content {
    padding: 40px 60px 30px 60px;
    text-align: center;
}

.popup-middle .buttons-block {
    margin-bottom: 30px;
}

.popup-middle .popup-close {
    margin-right: 0px;
}

.h-100 {
    height: 100%;
}

.pt-15 {
    padding-top: 15px;
}

.popup-edge-container {
    display: flex;
    justify-content: space-between;
}

.popup-edge-img img{
    width: 100%;
    height: auto;
}

.popup-edge-img {
    padding: 20px;
}

.popup-edge .buttons-block {
    padding-bottom: 15px;
}

.popup-middle-form {
    padding: 0px 30px;
}