#modal-promotion .svg-inline--fa {
    display: inline-block;
    font-size: inherit;
    height: 1em;
    overflow: visible;
    vertical-align: -.125em;
}

#modal-promotion .svg-inline--fa {
    overflow: visible;
}

#modal-promotion .svg-inline--fa.fa-w-12 {
    width: .75em;
}

#modal-promotion.modal-default-wrap .modal-content {
    border: 1px solid rgba(0, 0, 0, .2);
}

#modal-promotion .feedback-title {
    display: block;
    margin-top: 0;
    font-size: 1.6rem;
    text-transform: uppercase;
    font-weight: bold;
}

#modal-promotion .modal-body {
    margin-top: 0;
}

#modal-promotion .modal-header {
    padding: 0;
}

#modal-promotion button.close {
    position: absolute;
    top: 0;
    right: 0;
    padding: 0;
    margin: 0;
    width: 35px;
    height: 35px;
    z-index: 1;
    text-shadow: none;
    background: #ed1b24;
    color: #fff;
    opacity: 1;
}

#modal-promotion button.close:focus,
#modal-promotion button.close:active {
    outline: 0;
}

#modal-promotion button.close:hover {
    opacity: 0.8;
}

#modal-promotion .well-block {
    padding: 0;
}

#modal-promotion .feedback-desc {
    margin-bottom: 10px;
    font-size: 11px;
}

#modal-promotion .feedback-form-error-block {
    padding: 10px;
    margin: 0;
    font-size: 12px;
}

#modal-promotion .feedback-form-error-block ul {
    margin: 0;
    padding: 10px 0 0 15px;
}

#modal-promotion .send-block {
    margin-top: 0;
}

#modal-promotion .body-group {
    display: -ms-flex;
    display: -webkit-flex;
    display: flex;
}

#modal-promotion .btn {
    margin: 0 auto;
}

#modal-promotion .feedback-form-notes {
    position: unset;
    margin-top: 10px;
    font-size: 11px;
}

#modal-promotion .feedback-form-note-block {
    margin: 0;
}

#modal-promotion .modal-dialog {
    max-width: 900px;
}

#modal-promotion.with-bg .modal-dialog {
    max-width: 450px;
}

#modal-promotion .img {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}

#modal-promotion.with-bg .img {
    height: 400px;
}

#modal-promotion.with-bg .modal-content {
    border: 0;
}

#modal-promotion.with-bg .well-block {
    padding: 0;
    margin: 0 auto;
    text-align: center;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}

#modal-promotion .well-block .link-wrapper a,
#modal-promotion .well-block .link-wrapper a:hover {
    color: #fff;
}

#modal-promotion .form-container select,
#modal-promotion .checkbox-title,
#modal-promotion input[type="text"],
#modal-promotion input[type="date"],
#modal-promotion input[type="password"] {
    font-size: 14px;
    padding: 10px 5px;
    margin-bottom: 5px;
}

#modal-promotion .form-container .checkbox-content {
    margin-bottom: 15px;
}

#modal-promotion label.checkbox {
    margin-top: 0;
    font-size: 12px;
}

#modal-promotion.s2 .modal-body {
    background-color: #ededed;
}

#modal-promotion.s2 .form-container .form-controls-wrap {
    padding-left: 0;
    padding-right: 0;
    padding-bottom: 20px;
}

#modal-promotion.s2 .form-container .form-controls-wrap .form-control {
    display: block;
    width: 100%;
    background-image: none;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    -webkit-transition: border-color
    ease-in-out .15s, box-shadow
    ease-in-out .15s;
    transition: border-color
    ease-in-out .15s, box-shadow
    ease-in-out .15s;
    height: auto;
    line-height: 1.5;
    box-shadow: none;
    position: relative;
    color: rgb(0, 0, 0);
    border: 0;
    border-radius: 0;
    padding: 20px 15px;
    font-size: 14px;
    cursor: initial;
    background-color: #f7f7f7;
}

#modal-promotion.s2 .required-sign-wrap,
#modal-promotion.s2  .feedback-form-notes {
    display: none;
}

#modal-promotion.s2 .checkbox {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 5px;
}

#modal-promotion.s2 .checkbox input {
    content: '';
    display: inline-block;
    width: 18px;
    height: 18px;
    padding: 0;
    margin: 0 5px 0 0;
    line-height: 0;
    min-height: auto;
    vertical-align: middle;
    accent-color: white;
    border: 1px solid rgba(0, 0, 0, 0.25);
    transition: 300ms all;
    border-radius: 2px;
}

#modal-promotion.s2 .checkbox input:hover {
    border-color: rgb(255, 180, 16);
}

#modal-promotion.s2 .checkbox input:checked {
    border-color: rgb(29, 20, 0);
    accent-color: rgb(32, 22, 0);
}

#modal-promotion.s2 .checkbox {
    padding-left: 0;
}

#modal-promotion.s2 .feedback-form-error-block {
    padding: 10px 0;
}

#modal-promotion.s2 .send-btn.btn {
    background-color: #d02e26;
    color: rgb(255, 255, 255);
    font-size: 14px;
    font-weight: 400 !important;
    padding: 20px 25px !important;
    position: relative;
    align-items: center;
    text-decoration: none;
    max-width: 100%;
    border: none;
    width: 200px;
    border-radius: 70px;
    outline: none;
    box-shadow: 0 3.3333333333333335px 10px 0px rgba(208, 46, 38, 0.5);
    -webkit-transition: ease 0.3s;
    -o-transition: ease 0.3s;
    transition: ease 0.3s;
    overflow: hidden;
    transition-property: box-shadow, transform, color, background-color, border-color !important;
    transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
}

@media (max-width: 768px) {
    #modal-promotion .form-container select,
    #modal-promotion .checkbox-title,
    #modal-promotion input[type="text"],
    #modal-promotion input[type="date"],
    #modal-promotion input[type="password"] {
        height: 55px;
    }
    #modal-promotion .feedback-title {
        font-size: 1.4rem;
    }
}

@media (max-width: 640px) {
    #modal-promotion .promotion-img {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
    }
    #modal-promotion .promotion-img .img {
        height: 400px;
        background-position: top center;
    }
}