.glyphicon-modal-window:before {
    content: "\e237";
}

.modal-open {
    overflow: hidden;
}

.modal {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1050;
    display: none;
    overflow: hidden;
    -webkit-overflow-scrolling: touch;
    outline: 0;
}

.modal.fade .modal-dialog {
    -webkit-transition: -webkit-transform 0.3s ease-out;
    -o-transition: -o-transform 0.3s ease-out;
    transition: transform 0.3s ease-out;
    -webkit-transform: translate(0, -25%);
    -ms-transform: translate(0, -25%);
    -o-transform: translate(0, -25%);
    transform: translate(0, -25%);
}

.modal.in .modal-dialog {
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
    transform: translate(0, -50%);
}

.modal-open .modal {
    overflow-x: hidden;
    overflow-y: auto;
}

.modal-dialog {
    position: relative;
    width: auto;
    margin: 15px;
    top: 50%;
    margin: 0px auto;
}

.modal-information .modal-dialog {
    width: 1170px;
    max-width: 100%;
    top: 50%;
    left: 50%;
    position: absolute;
    -webkit-transform: translate(-50%, -50%) !important;
    -ms-transform: translate(-50%, -50%) !important;
    -o-transform: translate(-50%, -50%) !important;
    transform: translate(-50%, -50%) !important;
    margin: auto;
}

/* .modal-content {
    position: relative;
    background-color: #fff;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: 1px solid #999;
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 6px;
    outline: 0;
    -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
    box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
} */
.modal-backdrop {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1040;
    background-color: #000;
}

.modal-backdrop.fade {
    filter: alpha(opacity=0);
    opacity: 0.8;
}

.modal-backdrop.in {
    /* filter: alpha(opacity=1);
    opacity: 1; */
}

/* .modal-header {
    min-height: 16.42857143px;
    padding: 15px;
    border-bottom: 1px solid #e5e5e5;
} */
.modal-header .close {
    margin-top: -2px;
}

.modal-title {
    margin: 0;
    line-height: 1.42857143;
}

.modal-body {
    position: relative;
    /* padding: 15px; */
}

.modal-footer {
    padding: 15px;
    text-align: right;
    border-top: 1px solid #e5e5e5;
}

.modal-footer .btn+.btn {
    margin-bottom: 0;
    margin-left: 5px;
}

.modal-footer .btn-group .btn+.btn {
    margin-left: -1px;
}

.modal-footer .btn-block+.btn-block {
    margin-left: 0;
}

.modal-scrollbar-measure {
    position: absolute;
    top: -9999px;
    width: 50px;
    height: 50px;
    overflow: scroll;
}

@media (min-width: 768px) {
    .modal-dialog {
        width: 476px;
    }

    /* .modal-content {
    -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
    } */
    .modal-sm {
        width: 300px;
    }
}

@media (min-width: 992px) {
    .modal-lg {
        width: 900px;
    }
}

.modal-footer:before,
.modal-footer:after {
    display: table;
    content: " ";
}

.modal-footer:after {
    clear: both;
}

.modal-content {
    border-radius:25px;
}
.modal-header {
    padding: 50px 50px 0px;
    border-bottom:0px;
    position: relative;
}
.modal-body {
    padding: 0px 50px 50px;
}

.modal-header .close {
    margin-top: -13px;
    margin-right: -13px;
    width: 36px;
    height: 36px;
    background: #d9d9d9;
    border-radius: 50%;
    opacity: 1;
    position: relative;
    font-size:0px;
    position: absolute;
    top: 0px;
    right: 0px;
}
.modal-header .close:before,
.modal-header .close:after {
    content:'';
    display:flex;
    width:19px;
    height:1px;
    background:#444;
    transform: translate(-50%, -50%) rotate(45deg);
    -webkit-transform: translate(-50%, -50%) rotate(45deg);
    -moz-transform: translate(-50%, -50%) rotate(45deg);
    -ms-transform: translate(-50%, -50%) rotate(45deg);
    top:50%;
    left:50%;
    position:absolute;
}
.modal-header .close:after {
    transform: translate(-50%, -50%) rotate(-45deg);
    -webkit-transform: translate(-50%, -50%) rotate(-45deg);
    -moz-transform: translate(-50%, -50%) rotate(-45deg);
    -ms-transform: translate(-50%, -50%) rotate(-45deg);
}
.modal-title,
.modal-header .zagol3 {
    font-size: 37px;
    font-weight:bold;
    text-align:center;
    margin: 10px auto 35px;
}
.modal-title {
    font-size: 30px;
    margin-bottom: 10px;
}
@media (max-width:479px) {
    .modal-title {
        font-size: 22px;
        margin-bottom: -15px;
    }
    .modal-header {
        padding:20px 20px 0px
    }
}
.modal-body label {
    font-size:23px;
    margin-bottom: 20px!important;
    font-weight: 400;
    padding-left: 25px;
}
.modal-body input {
    height:62px;
    border-radius:100px;
    width:100%;
    max-width:370%;
    border: 2px solid #ddd;
    font-size:23px;
    padding: 10px 25px;
    margin-bottom:23px;
}
.modal-body button[id^="button-builder"] {
    height:62px;
    border-radius:100px;
    background:var(--green);
    font-weight:bold;
    text-align:center;
    display:flex;
    margin:0 auto;
    border: 0px;
    justify-content: center;
    align-items: center;
    padding: 10px 25px;
    font-size: 23px;
}
.modal-body .text-danger {
    padding-left: 25px;
    margin-top: -10px;
    margin-bottom: 15px;
    font-weight: 300;
}

.modal-body .form-horizontal .control-label {
    text-align:left!important
}

/* SUCCESS */
.modal-header .zagol2 {
    text-align: center;
    font-size: 20px;
    font-weight: bold;
    line-height: 1.4;
    margin-bottom: 20px;
}
.modal-body .description {
    font-weight:400;
    line-height:1.4;
    font-size:18px;
}