

/* Start:/local/templates/galaxystore/css/actions/end_actions.css?17556350324556*/
.w-modal, .w-background {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    z-index: -1;
}

.w-modal {
    display: none;
}

.w-modal.active {
    display: flex;
    display: -webkit-flex;
    align-items: center;
    -webkit-align-items: center;
    justify-content: center;
    -webkit-justify-content: center;
    z-index: 13;
}

.w-background {
    background: rgba(0, 0, 0, 0.4);
    z-index: 1;
    cursor: pointer;
}

.w-popup {
    position: relative;
    max-width: 560px;
    padding: 60px 60px;
    background: #fff;
    box-sizing: border-box;
    box-shadow: 0 1px 10px 0 rgba(0, 0, 0, 0.2);
    z-index: 2;
}

.w-popup__title {
    font-family: "SamsungSharpSans";
    font-size: 28px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    margin: -10px 0 0;
}

.w-popup__group-text {
    margin: 19px 0;
}

.w-popup__info {
    font-family: "SamsungOne";
    font-size: 14px;
    line-height: 20px;
    margin: 11px 0;
}

.w-popup__info:first-child {
    margin: 0;
}

.w-popup__link {
    position: relative;
    color: #0077c8;
    text-decoration: none;
    line-height: normal;
}

.w-popup__link__black {
    color: #000;
}

.w-popup__link:after {
    content: '';
    display: block;
    width: 0;
    height: 1px;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 1px;
    background: #0077c8;
    margin: auto;
    text-decoration: none;
    transition: width 0.3s ease 0s;
}

.w-popup__link__black:after {
    background: #000;
}

.w-popup__link:hover:after {
    width: 100%;
}

.w-popup__group {
    position: relative;
}

.w-popup__form, .w-popup__form .g-form {
    width: 100%;
    display: flex;
    display: -webkit-flex;
    align-items: center;
    -webkit-align-items: center;
    justify-content: space-between;
    -webkit-justify-content: space-between;
    margin: 34px 0 0;
}

.w-popup__form-input {
    width: 210px;
    line-height: 38px;
    padding: 0 13px;
    background: #fff;
    border: 1px solid #CCCCCC;
    border-radius: 4px;
    box-sizing: border-box;
    transition: border 0.3s ease 0s;
}

.w-popup__form-input:focus {
    outline: none;
}

.w-popup__form-input::-webkit-input-placeholder {
    color: #CCCCCC;
    opacity: 1;
    transition: opacity 0.3s ease 0s;
}

.w-popup__form-input:focus::-webkit-input-placeholder {
    opacity: 0;
}

.w-popup__form-input::-moz-placeholder {
    color: #CCCCCC;
    opacity: 1;
    transition: opacity 0.3s ease 0s;
}

.w-popup__form-input:focus::-moz-placeholder {
    opacity: 0;

}

.w-popup__form-button {
    width: 210px;
    font-family: "SamsungOne";
    font-size: 14px;
    letter-spacing: 1px;
    text-align: center;
    line-height: 42px;
    height: 40px;
    border: 0;
    outline: 0;
    background: none;
    text-transform: uppercase;
    text-decoration: none;
    color: #ffffff;
    background: #1428A0;
    padding: 0 20px;
    border-radius: 20px;
    cursor: pointer;
    transition: background 0.25s, transform 0.1s ease 0s;
}

.w-popup__form-button:not(:disabled):hover {
    background: #102080;
}

.w-popup__form-button:not(:disabled):active {
    transform: scale(0.98);
    -webkit-transform: scale(0.98);
}

.w-popup__form-button:disabled {
    color: #BFBFBF;
    pointer-events: none;
    background-color: #F2F2F2;
}

.w-popup__animate {
    display: none;
}

.w-popup__animate:first-child {
    display: block;
}

.w-popup__group.completed .w-popup__animate:first-child {
    display: none;
}

.w-popup__group.completed .w-popup__animate:last-child {
    display: block;
}
.error{overflow: inherit !important;}
.w-popup__group.error .w-popup__form-input {
    border: 1px solid red;
}

.w-popup__group.error .subscription_error_promotion {
    color: #ff4337;
}

.w-popup__group.completed .subscription_error_promotion {
    color: #97D653;
}

.g-header-top, .g-header {
    position: relative;
    z-index: 14;
}

.g-header-top{
    z-index: 15;
    background: #fff;
}
.g-checkbox {
    margin-top: 10px;
}

.w-btn{
    margin-top: 40px;
    width: auto;
    padding: 0 40px;
}

@media screen and (max-width: 767px) {

    .w-popup {
        max-width: 320px;
        padding: 30px 30px 45px 30px;
    }

    .w-popup__title {
        font-size: 22px;
    }

    .w-popup__form, .w-popup__form .g-form{
        display: block;
        margin: 0;
    }

    .w-popup__form-input, .w-popup__form-button {
        width: 100%;
        margin: 15px 0;
    }

    .w-popup__form-input{
        margin-top: 8px;
    }
}
/* End */
/* /local/templates/galaxystore/css/actions/end_actions.css?17556350324556 */
