

/* Start:/local/components/promolink/order.return.form/templates/.default/style.css?17561151271762*/
.modal {
    display: none;
    position: fixed;
    top: 0; left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.7);
    justify-content: center;
    align-items: center;
    z-index: 9999;
}

/* содержимое */
.modal__content {
    background: #fff;
    padding: 30px 40px;
    border-radius: 12px;
    box-shadow: 0 4px 25px rgba(0,0,0,0.3);
    max-width: 400px;
    width: 100%;
    /* position: relative; */
    /* top: 50%;
    left: 50%; */
    text-align: center;
    animation: fadeInUp .3s ease;
}
@keyframes fadeInUp {
    from { opacity: 0; transform: translateY(30px); }
    to   { opacity: 1; transform: translateY(0); }
}

/* крестик */
.modal__close {
    position: absolute;
    right: 15px;
    top: 15px;
    font-size: 22px;
    color: #888;
    cursor: pointer;
    transition: color .2s;
}
.modal__close:hover {
    color: #000;
}

.modal__content h3 {
    font-size: 20px;
    margin-bottom: 20px;
    font-weight: 600;
    color: #222;
}

.modal__content input,
.modal__content textarea {
    width: 100%;
    margin-bottom: 15px;
    padding: 12px 15px;
    border: 1px solid #ddd;
    border-radius: 8px;
    font-size: 14px;
    transition: border-color .2s;
}
.modal__content input:focus,
.modal__content textarea:focus {
    border-color: #4a90e2;
    outline: none;
}

.modal__content button {
    display: block;
    width: 100%;
    padding: 14px;
    font-size: 15px;
    font-weight: 600;
    border: none;
    border-radius: 8px;
    cursor: pointer;
    background: linear-gradient(90deg, #2b9cf2, #007bff);
    color: #fff;
    transition: opacity .2s;
}
.modal__content button:hover {
    opacity: 0.9;
}
/* End */


/* Start:/local/templates/promolink/components/bitrix/news.list/index_articles/style.css?1749047776150*/
div.news-list
{
	word-wrap: break-word;
}
div.news-list img.preview_picture
{
	float:left;
	margin:0 4px 6px 0;
}
.news-date-time {
	color:#486DAA;
}

/* End */
/* /local/components/promolink/order.return.form/templates/.default/style.css?17561151271762 */
/* /local/templates/promolink/components/bitrix/news.list/index_articles/style.css?1749047776150 */
