

/* Start:/local/templates/main/components/bitrix/catalog/production/style.css?17479004092102*/
.adv-detail {
    display: block;
}
.adv-detail__header {
    width: fit-content;
    margin: 0 auto;
}
.reviews {
    width: 100%;
    max-width:560px;
    height:800px;
    overflow:hidden;
    position:relative;
    margin: 0 auto;
}
.reviews-frame {
    width:100%;
    height:100%;
    border:1px solid #e6e6e6;
    border-radius:8px;
    box-sizing:border-box;
}
.reviews-link {
    box-sizing:border-box;
    text-decoration:none;
    color:#b3b3b3;
    font-size:10px;
    font-family:YS Text,sans-serif;
    position:absolute;
    bottom:8px;
    width:100%;
    text-align:center;
    left:0;
    overflow:hidden;
    text-overflow:ellipsis;
    display:block;
    max-height:14px;
    white-space:nowrap;
    padding:0 16px;
}

.adv-detail .payment-delivery-container {
    display: flex;
    gap: 30px;
    margin-bottom: 40px;
    margin-top: 40px;
}

.adv-detail .paydil {
    background: #fff;
    border-radius: 15px;
    padding: 30px;
    flex: 1;
    box-shadow: 0 8px 30px rgba(0, 0, 0, 0.08);
    border: 1px solid #eee;
}

.adv-detail .paydil h3 {
    color: var(--templateMainColor);
    font-size: 1.5rem;
    margin-bottom: 1.5rem;
    padding-bottom: 15px;
    display: flex;
    align-items: center;
    gap: 12px;
    border-bottom: 2px solid #fff5f5;
    position: relative;
}

.adv-detail .paydil h3::before {
    content: '';
    position: absolute;
    bottom: -2px;
    left: 0;
    width: 50px;
    height: 2px;
    background: var(--templateMainColor);
}

.adv-detail .paydil-icon {
    width: 32px;
    height: 32px;
    fill: var(--templateMainColor);
}

.adv-detail .paydil p {
    color: #4a5568;
    line-height: 1.6;
    margin-bottom: 1rem;
}

.adv-detail .paydil strong {
    color: var(--templateMainColor);
}

.adv-detail .paydil u {
    text-decoration: none;
    font-weight: 600;
    color: #2d3748;
}

@media (max-width: 768px) {
    .adv-detail .payment-delivery-container {
        flex-direction: column;
        gap: 20px;
    }

    .adv-detail .paydil {
        padding: 25px;
    }

    .adv-detail .paydil h3 {
        font-size: 1.3rem;
    }
}
/* End */


/* Start:/local/templates/main/components/bitrix/catalog.element/production/style.css?1749643039617*/
body .fancybox-show-thumbs .fancybox-inner {
    right: 0;
    bottom: 100px;
}
body .fancybox-thumbs {
    display: none;
    position: absolute;
    top: auto;
    bottom: 0;
    right: 50%;
    width: auto;
    height: 100px;
    margin: 0;
    padding: 2px 2px 4px;
    background: none;
    -webkit-tap-highlight-color: transparent;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    box-sizing: border-box;
    z-index: 99995;
    transform: translate(50%, 0);
}

.card .img-responsive{margin: 0 auto;}

.seo-description {
    font-size: 13px;
    line-height: 1.846;
}
/* End */


/* Start:/bitrix/components/bitrix/catalog.product.subscribe/templates/.default/style.css?15635448331816*/
/* Button */
.bx-catalog-subscribe-button
{
    margin-bottom: 6px;
    display: inline-block;
}
.bx-catalog-popup-content
{
    width: 90%;
    max-width: 280px;
}
/* Subscribe popup */
.bx-catalog-subscribe-form-container-label
{
    font-size:13px;
    color: #5a6c77;
    padding-bottom: 2px;
}
.bx-catalog-subscribe-form-container-input
{
    position: relative;
}
.bx-catalog-subscribe-form-container-input input[type="text"] {
    display: block;
    width: 100%;
    font-size: 18px;
    height: 38px;
    margin: 0;
    padding: 0 4px;
    border: 1px solid #CCD5DB;
    border-radius: 2px;
    background: #f8fafc;
    outline: none;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.bx-catalog-subscribe-form-star-required {
    color: #d93333;
}
.bx-catalog-subscribe-form-container .bx-captcha{
    margin-bottom: 10px;
}
.bx-catalog-popup-message
{
    font-weight: bold;
    min-width: 240px;
    margin: 0 0 0;
}

/* Alert style */
.bx-catalog-subscribe-alert {
    background-color: #edf6fc;
    color: #000;
    font-size: 15px;
    min-height: 45px;
    text-align: center;
    padding: 12px 40px 12px 60px;
    position: relative;
    width: 280px;
}
.bx-catalog-subscribe-aligner {
    display: inline-block;
    height: 45px;
    margin-left: -1px;
    vertical-align: middle;
    width: 1px;
}
.bx-catalog-subscribe-alert-text {
    display: inline-block;
    vertical-align: middle;
}
.bx-catalog-subscribe-alert-footer {
    text-align: center;
}
.bx-catalog-subscribe-alert-popup {
    background-color: #edf6fc !important;
    border: 1px solid #edf6fc !important;
    border-radius: 3px !important;
    -webkit-box-shadow: 0 19px 24px rgba(88, 112, 118, 0.17) !important;
    box-shadow: 0 19px 24px rgba(88, 112, 118, 0.17) !important;
}
/* End */


/* Start:/bitrix/components/bitrix/sale.prediction.product.detail/templates/.default/style.css?1563544831381*/
.catalog-element-popup-wrapper {
	position: absolute;
	box-sizing: border-box;
	border-radius: 3px;
	background: rgba(0, 0, 0, .77);
}

.catalog-element-popup-inner {
	padding: 20px;
	max-width: 300px;
	font: 13px "Helvetica Neue", Arial, Helvetica, sans-serif;
}

.catalog-element-popup-element {
	color: #ffa801;
	font: bold 13px "Helvetica Neue", Arial, Helvetica, sans-serif;
}
/* End */
/* /local/templates/main/components/bitrix/catalog/production/style.css?17479004092102 */
/* /local/templates/main/components/bitrix/catalog.element/production/style.css?1749643039617 */
/* /bitrix/components/bitrix/catalog.product.subscribe/templates/.default/style.css?15635448331816 */
/* /bitrix/components/bitrix/sale.prediction.product.detail/templates/.default/style.css?1563544831381 */
