

/* Start:/local/templates/sbformat/styles.css?17799490365697*/
@font-face {
    font-family: 'Raleway';
    src: url("/naruzhnay-reklama2/fonts/raleway/Raleway-Regular.ttf");
}

.pre-line {
    white-space: pre-line;
}

.discount__modal .modal__container {
    flex-direction: row;
    padding: 0;
    justify-content: space-between;
}

.discount-modal__text {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 20px;

}

.discount__text {
    font-weight: 600;
    font-size: 30px;
    text-align: center;
    color: #712BC9;
    font-family: 'Raleway', sans-serif;
}

.discount__text span {
    font-weight: 800;
    font-size: 30px;
    line-height: 100%;
    text-align: center;
    text-decoration: underline;
    text-decoration-style: solid;
    font-family: 'Raleway', sans-serif;
}

.discount__btn {
    font-family: 'Raleway', sans-serif;
    box-shadow: 0 4px 14px 0 #00000040;
    font-weight: 700;
    font-size: 20px;
    border: none;
    width: 380px;
    cursor: pointer;
    background-color: #712BC9;
    color: #fff;
    border-radius: 50px;
    padding: 20px 30px;
}

.modal__container {
    background: white;
    width: 100%;
    max-width: 1200px;
    margin: 20px;
    border-radius: 40px;
    padding: 40px;
    position: relative;
    max-height: 90vh;
    overflow-y: auto;
    box-shadow: 0 15px 50px rgba(0, 0, 0, 0.1);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.modal {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.85);
    display: none;
    justify-content: center;
    align-items: center;
    z-index: 1000;
    opacity: 0;
    transition: opacity 0.3s ease;
}

.modal.is-open {
    display: flex;
    opacity: 1;
}

.modal__close {
    position: absolute;
    top: 15px;
    right: 15px;
    width: 40px;
    height: 40px;
    background: #f0f0f0;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    transition: background 0.3s;
}

.logo-modal {
    margin-bottom: 30px;
}

.modal__title {
    font-family: 'Raleway', sans-serif;
    font-size: 30px;
    text-align: center;
    color: #712BC9;
    margin-bottom: 30px;
}

.form__group {
    margin-bottom: 20px;
}

.form__label {
    font-family: 'Raleway', sans-serif;
    display: block;
    margin-bottom: 8px;
    color: #666;
}

.form__input {
    width: 100%;
    padding: 12px 16px;
    border: 1px solid #712BC9;
    border-radius: 30px;
    font-size: 16px;
    transition: border-color 0.3s;
    color: #712BC9;
}

.form__input:focus {
    outline: none;
    border-color: #712BC9;
    text-align: center;
}

.form__input::placeholder {
    color: #712BC9;
    text-align: center;
    font-weight: 500;
    font-size: 20px;
    font-family: 'Raleway', sans-serif;
}

.form__submit {
    width: 100%;
    height: 50px;
    background-color: #712BC9;
    color: white;
    border: none;
    cursor: pointer;
    padding: 0;
    font-size: 20px;
    border-radius: 50px;
}

.form__submit:hover {
    background-color: #712BC9;
}

.form__privacy {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 14px;
    color: #712BC9;
    margin: 16px 0;
    cursor: pointer;
}

.success__modal .form__privacy {
    color: #fff;
}

.privacy-checkbox {
    position: relative;
    display: inline-block;
    width: 18px;
    height: 18px;
    flex-shrink: 0;
    margin-top: 2px;
}

.privacy-checkbox input[type="checkbox"] {
    position: absolute;
    opacity: 0;
    width: 100%;
    height: 100%;
    margin: 0;
    cursor: pointer;
}

.privacy-checkbox .checkmark {
    position: absolute;
    top: 0;
    left: 0;
    width: 18px;
    height: 18px;
    background-color: #fff;
    border: 2px solid #712BC9;
    border-radius: 3px;
    transition: all 0.2s ease;
}

.success__modal .privacy-checkbox .checkmark {
    background-color: #712BC9;
    border: 2px solid #fff;
}

.privacy-checkbox input[type="checkbox"]:checked + .checkmark {
    background-color: #fff;
    border-color: #712BC9;
}

.success__modal .privacy-checkbox input[type="checkbox"]:checked + .checkmark {
    background-color: #712BC9;
    border-color: #fff;
}

.privacy-checkbox .checkmark:after {
    content: "";
    position: absolute;
    display: none;
    left: 5px;
    top: -8px;
    width: 8px;
    height: 18px;
    border: solid #712BC9;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
}

.success__modal .privacy-checkbox .checkmark:after {
    content: "";
    position: absolute;
    display: none;
    left: 5px;
    top: -8px;
    width: 8px;
    height: 18px;
    border: solid #fff;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
}

.privacy-checkbox input[type="checkbox"]:checked + .checkmark:after {
    display: block;
}

.privacy-checkbox input[type="checkbox"]:hover + .checkmark {
    border-color: #712BC9;
}

.success__modal .privacy-checkbox input[type="checkbox"]:hover + .checkmark {
    border-color: #fff;
}

.privacy-text {
    line-height: 1.4;
    user-select: none;
}

.privacy-text a {
    color: #712BC9;
}

.success__modal .modal__container{
    background: #712BC9;
}

.success__text {
    font-family: 'Raleway', sans-serif;
    font-weight: 600;
    font-size: 30px;
    text-align: center;
    color: #fff;
    margin-bottom: 30px;
}

.success__privacy-text a {
    color: #fff;
}

.success__btn {
    font-family: 'Raleway', sans-serif;
    border-radius: 50px;
    width: 380px;
    height: 50px;
    background-color: #fff;
    color: #712BC9;
    border: none;
    cursor: pointer;
    padding: 0;
    font-size: 20px;
    margin-bottom: 5px;
}
/* End */
/* /local/templates/sbformat/styles.css?17799490365697 */
