.popup-container{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.7);
    z-index: 9999999;
    display: flex;
    align-items: center;
    justify-content: center;
    max-width: 100% !important;
    margin: 0!important;
    display: none;
}

#popup .popup-inner {
    width: 670px;
    max-width: 90vw;
    background-image: linear-gradient(to right, rgba(74, 79, 125, 1), rgba(48, 53, 99, 1));
    border-width: 1px;
    border-style: none;
    border-color: transparent;
    border-radius: 5px;
    box-shadow: 1px 1px 15px -6px #202020;
    position: relative;
    padding: 55px;
    padding-left: 220px;
    box-sizing: border-box;
    line-height: 1.5;
    margin: 0 auto;
}
#popup .popup-inner:before {
    content: "";
    background-image: url("../Img/bg-popup.png");
    background-size: contain;
    width: 200px;
    height: 100%;
    position: absolute;
    background-repeat: no-repeat;
    top: 0;
    left: 0;
    background-position: left center;
}
#popup .popup-title {
    font-family: 'Open Sans Condensed', 'arial';
    font-size: 54px;
    color: #74deed;
    font-weight: 700;
    font-style: normal;
    text-decoration: none;
    text-align: left;
    line-height: 1.5;
}
#popup .popup-description {
    font-family: 'Open Sans', 'arial';
    font-size: 16px;
    color: #ffffff;
    font-style: normal;
    text-decoration: none;
    text-align: left;
    margin-bottom: 20px;
}
#popup  .input-text {
    font-family: 'Open Sans', 'arial';
    font-size: 16px;
    color: #252243;
    font-weight: normal;
    font-style: normal;
    text-decoration: none;
    text-align: left;
    background-color: rgba(255, 255, 255, 1);
    background-image: none;
    border-width: 3px;
    border-style: solid;
    border-color: #ffffff;
    border-radius: 5px;
    box-shadow: none;
    min-height: 60px;
    width: 100%;
    margin-bottom: 20px;
    display: block;
    padding: 0 8px;
    line-height: 2;
}
#popup .input-text.error {
    background: #ffe0e0;
    border: #c70000 solid 2px;
}

#popup  .input-text:focus {
    border-color: transparent;
    outline: none;
}
#popup  textarea.input-text{
    height: 90px;
    line-height: 1.5;
    resize: none;
    padding: 5px 8px;
}

#popup .popup-protection-container {
    margin-top: 20px;
    margin-bottom: 20px;
    display: flex;
    align-items: center;
}

#popup .popup-protection-container label{
    color: white;
    font-family: 'Open Sans','arial';
    font-size: 16px;
    margin-left: 10px;
}
#popup .popup-protection-container input[type="checkbox"]{
    border: 1px solid #7e8993;
    border-radius: 4px;
    background: #fff;
    color: #555;
    clear: none;
    cursor: pointer;
    display: inline-block;
    line-height: 0;
    margin: -.25rem .25rem 0 0;
    outline: 0;
    padding: 0!important;
    text-align: center;
    vertical-align: middle;

    min-width: 25px;
    -webkit-appearance: none;
    box-shadow: inset 0 1px 2px rgb(0, 0, 0, 0.1);
    transition: .05s border-color ease-in-out;
    width: 25px;
    height: 25px;
}

#popup .popup-protection-container input[type="checkbox"].error{
    background-color: #ffe0e0;
    border: #c70000 solid 2px;
}

#popup .popup-protection-container input[type="checkbox"]:checked:before {
    content: url(data:image/svg+xml;utf8,%3Csvg%20xmlns%3D%27http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%27%20viewBox%3D%270%200%2020%2020%27%3E%3Cpath%20d%3D%27M14.83%204.89l1.34.94-5.81%208.38H9.02L5.78%209.67l1.34-1.25%202.57%202.4z%27%20fill%3D%27%231e8cbe%27%2F%3E%3C%2Fsvg%3E);
    width: 25px;
    height: 25px;
    margin: 0px -2px;
}
#popup .popup-submit input{
    font-family: 'Open Sans','arial';
    font-size: 17px;
    color: #ffffff;
    font-weight: bold;
    font-style: normal;
    text-decoration: none;
    text-align: center;
    background-color: #9365db;
    background-image: none;
    border-width: 1px;
    border-style: solid;
    border-color: #9365db;
    border-radius: 5px;
    box-shadow: none;
    height: 60px;
    cursor: pointer;
    width: 100%;
    margin-bottom: 20px;
    display: block;
    max-width: none;
}
#popup .popup-submit input:focus {
    border-color: transparent;
    outline: none;
}

.feedback-container{
    position: fixed;
    bottom: 0!important;
    left: 0;
    margin: 0!important;
    width: 100%;
    background-color: rgba(255,255,255,1);
    z-index: 9999999;
    background-image: linear-gradient(to right, rgba(74, 79, 125, 1), rgba(48, 53, 99, 1));
    box-shadow: 1px 1px 15px -6px #202020;
    display: none;
    max-width: 100%!important;
}
.feedback-container .feedback-inner{
    width: 1200px;
    max-width: 100%;
    padding: 20px;
    margin: 0 auto;
    color: white;
}
.feedback-container .feedback-inner textarea,.feedback-container .feedback-inner input{
    width: 100%;
    font-family: 'Open Sans', 'arial';
    font-size: 16px;
    color: #252243;
    font-weight: normal;
    font-style: normal;
    text-decoration: none;
    text-align: left;
    background-color: rgba(255, 255, 255, 1);
    background-image: none;
    border-width: 3px;
    border-style: solid;
    border-color: #ffffff;
    border-radius: 5px;
    box-shadow: none;
    margin-bottom: 20px;
    display: block;
    padding: 10px;
    line-height: 1.5;
    resize: none;
}
.feedback-container .feedback-inner input{
    margin-bottom: 0;
}
.feedback-container .feedback-inner .info{
    margin-bottom: 20px;
    margin-top: 5px;
    font-size: 14px;
    position: relative;
    padding-left: 25px;
    color: #ccc;
}
.feedback-container .feedback-inner .info:before{
    content: '';
    position: absolute;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23cccccc' viewBox='0 0 26 26' width='26px' height='26px'%3E%3Cpath d='M 13 1.1875 C 6.476563 1.1875 1.1875 6.476563 1.1875 13 C 1.1875 19.523438 6.476563 24.8125 13 24.8125 C 19.523438 24.8125 24.8125 19.523438 24.8125 13 C 24.8125 6.476563 19.523438 1.1875 13 1.1875 Z M 15.460938 19.496094 C 14.851563 19.734375 14.367188 19.917969 14.003906 20.042969 C 13.640625 20.167969 13.222656 20.230469 12.742188 20.230469 C 12.007813 20.230469 11.433594 20.050781 11.023438 19.691406 C 10.617188 19.335938 10.414063 18.878906 10.414063 18.324219 C 10.414063 18.109375 10.429688 17.890625 10.460938 17.667969 C 10.488281 17.441406 10.539063 17.191406 10.605469 16.90625 L 11.367188 14.21875 C 11.433594 13.960938 11.492188 13.71875 11.539063 13.488281 C 11.585938 13.257813 11.605469 13.046875 11.605469 12.855469 C 11.605469 12.515625 11.535156 12.273438 11.394531 12.140625 C 11.25 12.003906 10.980469 11.9375 10.582031 11.9375 C 10.386719 11.9375 10.183594 11.96875 9.976563 12.027344 C 9.769531 12.089844 9.59375 12.148438 9.445313 12.203125 L 9.648438 11.375 C 10.144531 11.171875 10.621094 11 11.078125 10.855469 C 11.53125 10.710938 11.964844 10.636719 12.367188 10.636719 C 13.097656 10.636719 13.664063 10.816406 14.058594 11.167969 C 14.453125 11.519531 14.652344 11.980469 14.652344 12.542969 C 14.652344 12.660156 14.640625 12.867188 14.613281 13.160156 C 14.585938 13.453125 14.535156 13.722656 14.460938 13.972656 L 13.703125 16.652344 C 13.640625 16.867188 13.585938 17.113281 13.535156 17.386719 C 13.488281 17.660156 13.464844 17.871094 13.464844 18.011719 C 13.464844 18.367188 13.542969 18.613281 13.703125 18.742188 C 13.859375 18.871094 14.136719 18.933594 14.53125 18.933594 C 14.714844 18.933594 14.921875 18.902344 15.15625 18.839844 C 15.386719 18.773438 15.554688 18.71875 15.660156 18.667969 Z M 15.324219 8.617188 C 14.972656 8.945313 14.546875 9.109375 14.050781 9.109375 C 13.554688 9.109375 13.125 8.945313 12.769531 8.617188 C 12.414063 8.289063 12.238281 7.890625 12.238281 7.425781 C 12.238281 6.960938 12.417969 6.558594 12.769531 6.226563 C 13.125 5.894531 13.554688 5.730469 14.050781 5.730469 C 14.546875 5.730469 14.972656 5.894531 15.324219 6.226563 C 15.679688 6.558594 15.855469 6.960938 15.855469 7.425781 C 15.855469 7.890625 15.679688 8.289063 15.324219 8.617188 Z'/%3E%3C/svg%3E");
    -webkit-background-size: contain;
    background-size: contain;
    background-repeat: no-repeat;
    top: 3px;
    left: 0;
    width: 18px;
    height: 18px;

}




.feedback-container .feedback-inner textarea.error,.feedback-container .feedback-inner input.error{
    background-color: #ffe0e0;
    border: #c70000 solid 2px;
}

.feedback-container .feedback-inner .feedback_title{
     font-family: 'Open Sans Condensed', 'arial';
     font-size: 54px;
     color: #74deed;
     font-weight: 700;
     font-style: normal;
     text-decoration: none;
     text-align: left;
     line-height: 1.5;
 }
.feedback-container .feedback-inner .feedback_description{
    font-family: 'Open Sans', 'arial';
    font-size: 16px;
    color: #ffffff;
    font-style: normal;
    text-decoration: none;
    text-align: left;
    margin-bottom: 20px;
}
.feedback-container .feedback-inner .submit-container{
    text-align: right;
}
.feedback-container .feedback-inner .submit-container .submit-feedback{
    font-family: 'Open Sans','arial';
    font-size: 17px;
    color: #ffffff;
    font-weight: bold;
    font-style: normal;
    text-decoration: none;
    background-color: #9365db;
    background-image: none;
    border-width: 1px;
    border-style: solid;
    border-color: #9365db;
    border-radius: 5px;
    box-shadow: none;
    cursor: pointer;
    margin-bottom: 20px;
    display: inline-block;
    max-width: none;
    padding: 5px 10px;
    outline: none;
}



