*, :after, :before {
    box-sizing: border-box;
}

[tabindex="-1"]:focus {
    outline: 0 !important;
}

.popup__overlay a {
    color: #007bff;
    text-decoration: none;
    background-color: transparent;
}

.popup__overlay a:hover {
    color: #0056b3;
    text-decoration: underline;
}

.popup__overlay img {
    border-style: none;
}

.popup__overlay img {
    vertical-align: middle;
}

.popup__overlay label {
    display: inline-block;
    margin-bottom: .5rem;
}

.popup__overlay button {
    border-radius: 0;
}

.popup__overlay button:focus {
    outline: 1px dotted;
    outline: 5px auto -webkit-focus-ring-color;
}

.popup__overlay button, input {
    margin: 0;
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
}

.popup__overlay button, input {
    overflow: visible;
}

.popup__overlay button {
    text-transform: none;
}

.popup__overlay [type=button],.popup__overlay  [type=submit], .popup__overlay  button {
    -webkit-appearance: button;
}

.popup__overlay [type=button]::-moz-focus-inner, .popup__overlay [type=submit]::-moz-focus-inner,.popup__overlay  button::-moz-focus-inner {
    padding: 0;
    border-style: none;
}

.popup__overlay input[type=checkbox] {
    box-sizing: border-box;
    padding: 0;
}

.popup__overlay .img-fluid {
    max-width: 100%;
    height: auto;
}

.popup__overlay .row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
}

.popup__overlay .col-6,.popup__overlay .col-md-6,.popup__overlay .col-md-12 {
    position: relative;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
}

.popup__overlay .col-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
}

@media (min-width: 768px) {
    .popup__overlay .col-md-6 {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }

    .popup__overlay  .col-md-12 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
}

.popup__overlay .form-control {
    display: block;
    width: 100%;
    height: calc(1.5em + .75rem + 2px);
    padding: .375rem .75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: .25rem;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
    .popup__overlay   .form-control {
        transition: none;
    }
}

.popup__overlay .form-control::-ms-expand {
    background-color: transparent;
    border: 0;
}

.popup__overlay .form-control:focus {
    color: #495057;
    background-color: #fff;
    border-color: #80bdff;
    outline: 0;
    box-shadow: 0 0 0 .2rem rgba(0, 123, 255, .25);
}

.popup__overlay .form-control::-webkit-input-placeholder {
    color: #6c757d;
    opacity: 1;
}

.popup__overlay .form-control::-moz-placeholder {
    color: #6c757d;
    opacity: 1;
}

.popup__overlay .form-control:-ms-input-placeholder,.popup__overlay .form-control::-ms-input-placeholder {
    color: #6c757d;
    opacity: 1;
}

.popup__overlay .form-control::placeholder {
    color: #6c757d;
    opacity: 1;
}

.popup__overlay .form-control:disabled {
    background-color: #e9ecef;
    opacity: 1;
}

.popup__overlay .form-group {
    margin-bottom: 1rem;
}

.popup__overlay .form-row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -5px;
    margin-left: -5px;
}

.popup__overlay .form-row > [class*=col-] {
    padding-right: 5px;
    padding-left: 5px;
}

.popup__overlay .btn {
    display: inline-block;
    font-weight: 400;
    color: #212529;
    text-align: center;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-color: transparent;
    border: 1px solid transparent;
    padding: .375rem .75rem;
    font-size: 1rem;
    line-height: 1.5;
    border-radius: .25rem;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
    .popup__overlay .btn {
        transition: none;
    }
}

.popup__overlay .btn:hover {
    color: #212529;
    text-decoration: none;
}

.popup__overlay .btn:focus {
    outline: 0;
    box-shadow: 0 0 0 .2rem rgba(0, 123, 255, .25);
}

.popup__overlay .btn:disabled {
    opacity: .65;
}

.popup__overlay .fade {
    transition: opacity .15s linear;
}

@media (prefers-reduced-motion: reduce) {
    .popup__overlay  .fade {
        transition: none;
    }
}

.popup__overlay .custom-control {
    position: relative;
    display: block;
    min-height: 1.5rem;
    padding-left: 1.5rem;
}

.popup__overlay .custom-control-input {
    position: absolute;
    z-index: -1;
    opacity: 0;
}

.custom-control-input:checked ~ .custom-control-label:before {
    color: #fff;
    border-color: #007bff;
    background-color: #007bff;
}

.custom-control-input:focus ~ .custom-control-label:before {
    box-shadow: 0 0 0 .2rem rgba(0, 123, 255, .25);
}

.custom-control-input:disabled ~ .custom-control-label {
    color: #6c757d;
}

.custom-control-input:disabled ~ .custom-control-label:before {
    background-color: #e9ecef;
}

.popup__overlay .custom-control-label {
    position: relative;
    margin-bottom: 0;
    vertical-align: top;
}

.popup__overlay .custom-control-label:before {
    pointer-events: none;
    background-color: #fff;
    border: 1px solid #adb5bd;
}

.popup__overlay .custom-control-label:after, .popup__overlay .custom-control-label:before {
    position: absolute;
    top: .25rem;
    left: -1.5rem;
    display: block;
    width: 1rem;
    height: 1rem;
    content: "";
}

.popup__overlay .custom-control-label:after {
    background: no-repeat 50%/50% 50%;
}

.popup__overlay .custom-checkbox .custom-control-label:before {
    border-radius: .25rem;
}

.custom-checkbox .custom-control-input:checked ~ .custom-control-label:after {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3E%3Cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26l2.974 2.99L8 2.193z'/%3E%3C/svg%3E");
}

.popup__overlay .custom-checkbox .custom-control-input:disabled:checked ~ .custom-control-label:before {
    background-color: rgba(0, 123, 255, .5);
}

.popup__overlay .custom-control-label:before {
    transition: background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
    .popup__overlay  .custom-control-label:before {
        transition: none;
    }
}

.popup__overlay .modal-open .modal {
    overflow-x: hidden;
    overflow-y: auto;
}

.popup__overlay .modal {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1050;
    display: none;
    width: 100%;
    height: 100%;
    overflow: hidden;
    outline: 0;
}

.popup__overlay .modal-dialog {
    position: relative;
    width: auto;
    margin: .5rem;
    pointer-events: none;
}

.popup__overlay .modal.fade .modal-dialog {
    transition: transform .3s ease-out;
    transform: translateY(-50px);
}

@media (prefers-reduced-motion: reduce) {
    .popup__overlay .modal.fade .modal-dialog {
        transition: none;
    }
}

.popup__overlay .modal.show .modal-dialog {
    transform: none;
}

.popup__overlay .modal-content {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
    pointer-events: auto;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, .2);
    border-radius: .3rem;
    outline: 0;
}

.popup__overlay .modal-header {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: start;
    align-items: flex-start;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 1rem;
    border-bottom: 1px solid #dee2e6;
    border-top-left-radius: .3rem;
    border-top-right-radius: .3rem;
}

.popup__overlay .modal-title {
    margin-bottom: 0;
    line-height: 1.5;
}

.popup__overlay .modal-body {
    position: relative;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding: 1rem;
}

@media (min-width: 576px) {
    .popup__overlay  .modal-dialog {
        max-width: 500px;
        margin: 1.75rem auto;
    }
}

.popup__overlay .d-none {
    display: none !important;
}

@media (min-width: 768px) {
    .popup__overlay .d-md-none {
        display: none !important;
    }

    .popup__overlay .d-md-block {
        display: block !important;
    }
}

.popup__overlay .align-items-center {
    -ms-flex-align: center !important;
    align-items: center !important;
}

.popup__overlay .mb-1 {
    margin-bottom: .25rem !important;
}

@media (min-width: 768px) {
    .popup__overlay   .mb-md-0 {
        margin-bottom: 0 !important;
    }

    .popup__overlay  .mb-md-5 {
        margin-bottom: 3rem !important;
    }
}

.popup__overlay .text-truncate {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

@media print {
    *, :after, :before {
        text-shadow: none !important;
        box-shadow: none !important;
    }

    .popup__overlay  a:not(.btn) {
        text-decoration: underline;
    }

    .popup__overlay   img {
        page-break-inside: avoid;
    }
}

* {
    min-width: 0;
    min-height: 0;
}

.popup__overlay a {
    color: inherit;
}

.popup__overlay a::-moz-focus-inner {
    border: 0;
}

.popup__overlay a:hover {
    text-decoration: none;
    color: inherit;
}

.popup__overlay a:focus {
    outline: none;
}

.popup__overlay button {
    padding: 0;
    border: 0;
    background: none;
}

.popup__overlay button::-moz-focus-inner {
    border: 0;
}

.popup__overlay button:hover {
    cursor: pointer;
}

.popup__overlay button:focus {
    outline: none;
}

.popup__overlay img {
    max-width: 100%;
}

.popup__overlay [class^=icon-] {
    text-transform: none;
    font-family: slottica !important;
    font-style: normal;
    font-weight: 400;
    line-height: 1;
    speak: none;
    font-variant: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}



.popup__overlay .icon-angle-down:before {
    content: "\E91B";
}

.popup__overlay .logo {
    width: 145px;
    max-width: 100%;
    height: auto;
    cursor: pointer;
}

@media (min-width: 768px) {
    .popup__overlay  .logo {
        width: 170px;
    }
}

@media (min-width: 992px) {
    .popup__overlay  .logo {
        width: 200px;
    }
}

.popup__overlay .timer {
    text-align: center;
    text-transform: uppercase;
    color: #000;
}

.popup__overlay .timer__label {
    margin-bottom: 3px;
    text-align: center;
    font-size: 15px;
    font-weight: 700;
}

.popup__overlay .timer__content {
    font-size: 25px;
    font-weight: 700;
    line-height: normal;
}

.popup__overlay button {
    padding: 0;
    border: 0;
    background: none;
}

.popup__overlay button:hover {
    cursor: pointer;
}

.popup__overlay button:focus {
    outline: none;
}

.popup__overlay .btn {
    position: relative;
    padding-top: 8px;
    padding-bottom: 8px;
    border-radius: 0;
    text-transform: uppercase;
    font-weight: 700;
    line-height: normal;
    text-overflow: ellipsis;
    overflow: hidden;
}

.popup__overlay .btn:focus {
    box-shadow: none;
}

.popup__overlay .btn:disabled {
    opacity: 1;
}

.popup__overlay .btn:disabled,.popup__overlay  .btn:disabled:hover {
    border-color: #a3a3a3;
    background-color: #a3a3a3;
    color: #4d4d4d;
}

.popup__overlay .btn-green {
    border-color: #0ca50e;
    background-color: #54b146;
    color: #fff;
}

.popup__overlay .btn-green:hover {
    background-color: #15cc34;
    color: #fff;
}

.popup__overlay .field-label {
    font-size: 14px;
}

.popup__overlay .form-group {
    position: relative;
    margin-bottom: 16px;
}

.popup__overlay .form-control {
    height: 38px;
    padding: 5px 15px;
    border-radius: 0;
    border-color: #ced4da;
    background-color: #f1f1f1;
    font-size: 14px;
    background-clip: unset;
    -webkit-appearance: none;
    transition: box-shadow 0s;
}

.popup__overlay .form-control:focus {
    border-color: #0255c2;
    background-color: #f1f1f1;
    box-shadow: none;
    color: #0f0f0f;
}

.popup__overlay .form-control:disabled {
    background-color: #a8a8a8;
    opacity: 1;
}

.custom-control-input:focus ~ .custom-control-label:before {
    box-shadow: none;
}

.popup__overlay .form-row {
    position: relative;
}

.popup__overlay .custom-checkbox {
    padding-left: 31px;
}

.popup__overlay .custom-checkbox .custom-control-label {
    margin-bottom: 0;
    text-transform: none;
    font-size: 14px;
    vertical-align: unset;
    color: #000;
    cursor: pointer;
}

.popup__overlay .custom-checkbox .custom-control-label:after, .popup__overlay .custom-checkbox .custom-control-label:before {
    top: 2px;
    left: -31px;
    width: 20px;
    height: 20px;
    border: 1px solid #e5e5e5;
    background-color: #f1f1f1;
}

.custom-checkbox .custom-control-input:focus ~ .custom-control-label:before {
    background-color: #f1f1f1;
}

.custom-checkbox .custom-control-input:checked ~ .custom-control-label:after {
    content: "\2713";
    background-image: none;
    text-align: center;
    font-size: 22px;
    font-weight: 700;
    line-height: 20px;
    color: #54b146;
}

.popup__overlay .Select {
    position: relative;
}

.popup__overlay .Select input::-ms-clear,.popup__overlay  .Select input::-ms-reveal {
    display: none !important;
}

.popup__overlay .Select, .popup__overlay .Select div,.popup__overlay  .Select input,.popup__overlay  .Select span {
    box-sizing: border-box;
}

.popup__overlay .Select.has-value.Select--single >.popup__overlay  .Select-control .Select-value .Select-value-label {
    color: #333 !important;
}

.popup__overlay .Select-control {
    background-color: #fff;
    border-color: #d9d9d9 #ccc #b3b3b3;
    border-radius: 4px;
    border: 1px solid #ccc;
    color: #333;
    cursor: default;
    display: table;
    border-spacing: 0;
    border-collapse: separate;
    height: 36px;
    outline: 0;
    overflow: hidden;
    position: relative;
    width: 100%;
}

.popup__overlay .Select-control:hover {
    box-shadow: 0 1px 0 rgba(0, 0, 0, .06);
}

.popup__overlay .Select-control .Select-input:focus {
    outline: 0;
    background: #fff;
}

.popup__overlay .Select--single > .Select-control .Select-value {
    bottom: 0;
    color: #aaa;
    left: 0;
    line-height: 34px;
    padding-left: 10px;
    padding-right: 10px;
    position: absolute;
    right: 0;
    top: 0;
    max-width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.popup__overlay .Select-input {
    height: 34px;
    padding-left: 10px;
    padding-right: 10px;
    vertical-align: middle;
}

.popup__overlay .Select-arrow-zone {
    cursor: pointer;
    display: table-cell;
    position: relative;
    text-align: center;
    vertical-align: middle;
    width: 25px;
    padding-right: 5px;
}

.popup__overlay .Select-control > :last-child {
    padding-right: 5px;
}

.popup__overlay .Select-control {
    cursor: pointer;
}

.popup__overlay .Select-control:hover {
    box-shadow: none;
}

.popup__overlay .modal-button {
    width: 100%;
    margin-top: 10px;
    padding-top: 12px;
    padding-bottom: 12px;
    font-size: 18px;
}

.popup__overlay .sign-up-form {
    max-width: 340px;
    margin-right: auto;
    margin-left: auto;
}

.popup__overlay .sign-up-form__link {
    margin-left: 3px;
    font-size: 14px;
    text-decoration: underline;
    color: #54b146;
}

.popup__overlay .sign-up-form__already-reg {
    margin-top: 15px;
    text-align: center;
    font-size: 14px;
}

.popup__overlay .sign-up-form__already-reg-link {
    display: inline-block;
    margin-left: 2px;
    text-decoration: underline;
    color: #54b146;
}

.popup__overlay .sign-up-form__currency .Select-control {
    border: 1px solid #ced4da !important;
    border-radius: 0;
    box-shadow: none !important;
}

.popup__overlay .sign-up-form__currency .Select-value {
    background: #f1f1f1 !important;
}

.popup__overlay .sign-up-form__currency .Select--single input {
    outline: none !important;
}

.popup__overlay .sign-up-form__currency .Select-arrow-zone {
    -ms-flex: 0 0 35px;
    flex: 0 0 35px;
    width: 35px;
    background-color: #0255c2;
    text-align: center;
}

.popup__overlay .sign-up-form__currency .Select-arrow-zone i {
    display: none;
}

.popup__overlay .sign-up-form__currency .Select-arrow-zone:after {
    content: "";
    position: absolute;
    top: 15px;
    right: 0;
    left: 0;
    width: 10px;
    margin: auto;
    border-top: 7px solid #fff;
    border-right: 8px solid transparent;
    border-left: 8px solid transparent;
}

.popup__overlay .modal-dialog {
    margin: 0;
}

@media (min-width: 576px) {
    .popup__overlay  .modal-dialog {
        max-width: 100%;
    }
}

@media (min-width: 768px) {
    .popup__overlay .modal-dialog {
        max-width: 570px;
        margin: 1.75rem auto;
    }
}

.popup__overlay .modal-content {
    border: 0;
    background-color: transparent;
}

.popup__overlay .modal-header {
    position: relative;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: center;
    justify-content: center;
    margin-bottom: 10px;
    padding: 13px 0 0;
    border-bottom: 0;
}

@media (min-width: 768px) {
    .popup__overlay .modal-header {
        -ms-flex-pack: start;
        justify-content: flex-start;
        padding-top: 0;
    }
}

.popup__overlay .modal-title {
    -ms-flex: 1 0 100%;
    flex: 1 0 100%;
    margin-top: 14px;
    margin-bottom: 0;
    padding: 10px;
    background-color: #0255c2;
    text-align: center;
    line-height: normal;
    color: #fff;
}

@media (min-width: 768px) {
    .popup__overlay  .modal-title {
        max-width: 95%;
        margin-top: 0;
        padding: 0;
        background-color: transparent;
        text-align: left;
        font-size: 28px;
    }
}

.popup__overlay .modal-close {
    position: absolute;
    top: 15px;
    right: 12px;
    padding: 5px;
    font-size: 14px;
    color: #0255c2;
    background: url("../img/close.svg");
    width: 10px;
    height: 10px;
}

@media (min-width: 768px) {
    .popup__overlay  .modal-close {
        bottom: 0;
        padding: 3px;
        font-size: 18px;
        color: #fff;
        top: 15px;
        right: 12px;
    }
}

.popup__overlay .modal-close:hover {
    color: #eee;
}

.popup__overlay .modal-body {
    padding: 0;
    background-color: #fff;
}

.popup__overlay .sign-up-banner {
    max-width: 360px;
    margin-right: auto;
    margin-left: auto;
    text-align: center;
}

@media (min-width: 768px) {
    .popup__overlay  .sign-up-banner {
        max-width: 100%;
    }
}

.popup__overlay .sign-up-banner__title {
    position: relative;
    margin-bottom: 15px;
    text-transform: uppercase;
    font-size: 15px;
    font-weight: 700;
    line-height: 20px;
    color: #0255c2;
}

@media (min-width: 768px) {
    .popup__overlay   .sign-up-banner__title {
        margin-bottom: 0;
        font-size: 17px;
    }
}

.popup__overlay .sign-up-banner__timer {
    position: relative;
    margin-top: -5px;
    color: #0255c2;
}

.popup__overlay .sign-up-banner__timer-label {
    margin-bottom: -5px;
    text-transform: uppercase;
    font-size: 12px;
}

.popup__overlay .sign-up-banner__digits {
    font-size: 36px;
}

@media (min-width: 768px) {
    .popup__overlay .sign-up-banner__digits {
        font-size: 46px;
    }
}

@media (min-width: 768px) {
    .popup__overlay  .sign-up {
        max-width: 720px;
    }
}

.popup__overlay .sign-up__container {
    padding: 0 15px 10px;
}

@media (min-width: 768px) {
    .popup__overlay  .sign-up__container {
        padding: 35px 30px 60px 15px;
        background: #fff url("../img/sign-up-bg.png") no-repeat bottom;
        background-size: 100%;
    }
}

@media (min-width: 768px) {
    .popup__overlay  .modal.show .sign-up {
        transform: translateY(15%);
    }
}

.popup__overlay .sign-up__support-phone {
    position: absolute;
    bottom: -30px;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
    padding-bottom: 10px;
    text-align: center;
    font-size: 12px;
    color: #adadad;
}

/*! CSS Used fontfaces */
@font-face {
    font-display: swap;
    font-family: slottica;
    font-style: normal;
    font-weight: 400;
    src: url("../fonts/slottica.woff") format("woff");
}
.popup__overlay{
    background: rgba(0,0,0,.6);
    position: fixed;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: 1000;
}
.popup__overlay .multilang__block{
    max-height: 105px;
    width: 100%;
    height: auto;
    position: absolute;
    top: 0px;
    z-index: 1;
    overflow-y: scroll;
    overflow-x: hidden;
    display: none;
}
.popup__overlay .currency__item{
    color: #333;
    padding: 3px 16px;
}
.popup__overlay .multilang{
    box-shadow: 0px 0px 2px rgba(255,255,255,.5);
    width: 100%;
    top: 30px;
    z-index: 1;
    background: #f1f1f1 ;
    cursor: pointer;
}
.popup__overlay .multilang_current{

    border-radius: 3px;
    padding: 3px 16px 3px 40px;
    cursor: pointer;
    color: #48afd1;
    display: none;
}
.popup__overlay .multilang__container{
    position: relative;
    width: 100%;
}
.popup__overlay .multilang__block::-webkit-scrollbar {
    width: 4px;
    background: rgba(0,0,0,.4);
}

.popup__overlay .multilang__block::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
}

.popup__overlay .multilang__block::-webkit-scrollbar-thumb {
    background-color: #2c36a9;
    outline: 1px solid #6f0090;
    box-shadow: 0px 0px 6px rgba(255,255,255,.7);
}
.popup__overlay .currency__item{
    padding: 3px 16px 3px 40px;

    position: relative;
}
.popup__overlay .currency__item:hover{
    color: black;
}
.popup__overlay .currency__item.active{
    color: black;
}
.popup__overlay .radio_btn{
    width: 18px;
    height: 18px;
    border: 1px solid darkgray;
    position: absolute;
    top:4px;
    left: 16px;
    border-radius: 50%;
    background: white;
    display: flex;
    justify-content: center;
    align-items: center;

}
.popup__overlay .checked{
    width: 9px;
    height: 9px;
    border-radius: 50%;
    background: #54b146;
    display: none;
}
.popup__overlay .currency__item:hover .checked{
display: block;
}
.popup__overlay .active .checked{
    display: block;
}

.popup__overlay  {
    display: none;
}
.popup__overlay.show{
    display: block;
}
.popup__overlay.show .modal{
    display: block;
}
.popup__overlay.show .form-group{
    color: black;

}
.popup__overlay .tsp-loader{
    color: black;
    padding-top: 15px;
}