

/* Start:/bitrix/templates/new_2016.07/components/bitrix/news/anker_blog/bitrix/news.detail/review/style.css?17708898455454*/
/* --- БАЗА --- */
.lamda-article-wrapper {
    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
    color: #111;
    background: #fff;
    padding-bottom: 120px;
    overflow-x: hidden;
}
.lamda-article-wrapper * { box-sizing: border-box; }
.lamda-container-narrow { max-width: 760px; margin: 0 auto; padding: 0 20px; }
.lamda-container-main { max-width: 1240px; margin: 0 auto; padding: 0 40px; }

/* --- HEADER --- */
.lamda-header { text-align: center; padding: 60px 0 40px; }
.lamda-meta { font-size: 11px; letter-spacing: 2px; text-transform: uppercase; color: #999; margin-bottom: 20px; font-weight: 700; }
.lamda-title { font-size: 44px; font-weight: 900; margin: 0 0 30px; line-height: 1.1; letter-spacing: -0.5px; }
.lamda-lead { font-size: 20px; line-height: 1.5; color: #444; font-weight: 300; }

/* --- ГЛАВНОЕ ФОТО --- */
.lamda-hero-image {
    width: 100%;
    max-width: 1400px; /* Широкое, но не во весь экран */
    margin: 0 auto 50px;
}
.lamda-hero-image img {
    width: 100%;
    height: auto;
    display: block;
}
.lamda-img-caption {
    text-align: center;
    font-size: 13px;
    color: #888;
    margin-top: 10px;
}

/* --- ВВОДНЫЙ ТЕКСТ ПОСЛЕ ФОТО --- */
.lamda-intro-block {
    margin-bottom: 80px;
}
.lamda-intro-text {
    font-size: 18px;
    line-height: 1.6;
    color: #222;
}
.lamda-intro-text p { margin-bottom: 20px; }

/* --- СТРОКА ТОВАРА (ROW) --- */
.lamda-item-row {
    display: flex;
    justify-content: space-between;
    align-items: center; 
    margin-bottom: 160px; 
    position: relative;
}
.lamda-item-row.row-reverse { flex-direction: row-reverse; }

/* --- КОЛОНКИ --- */
.lamda-col-content { width: 42%; position: relative; z-index: 2; }
.lamda-col-image { width: 50%; position: relative; display: flex; justify-content: center; align-items: center; }

/* --- ЧЕРНЫЙ КВАДРАТ --- */
.lamda-num-box {
    background: #000;
    color: #fff;
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 24px;
    font-weight: 400;
    margin-bottom: 30px;
}

/* --- ТЕКСТ ТОВАРА --- */
.lamda-item-title {
    font-size: 34px;
    font-weight: 900;
    text-transform: uppercase;
    line-height: 1.1;
    margin: 0 0 25px 0;
    letter-spacing: 0.5px;
}
.lamda-item-title a { color: #000; text-decoration: none; border-bottom: 2px solid transparent; transition: border-color 0.2s; }
.lamda-item-title a:hover { border-bottom-color: #000; }

.lamda-item-desc {
    font-size: 17px;
    line-height: 1.6;
    color: #333;
    margin-bottom: 35px;
}
.lamda-item-desc p { margin-bottom: 20px; }

/* --- ССЫЛКА "КУПИТЬ" (ЧЕРНАЯ, 20px) --- */
.lamda-link-buy {
    display: inline-flex;
    align-items: center;
    font-size: 20px; /* Размер 20px */
    font-weight: 700;
    color: #000; /* Черный цвет */
    text-decoration: none;
    text-transform: uppercase;
    letter-spacing: 1px;
    transition: opacity 0.2s;
    border-bottom: 1px solid transparent;
}
.lamda-link-buy .arrow {
    margin-left: 12px;
    font-size: 24px; /* Стрелка чуть крупнее */
    line-height: 1;
    transition: transform 0.2s;
    position: relative;
    top: -2px;
}
.lamda-link-buy:hover {
    opacity: 0.7; /* Легкая прозрачность при наведении */
}
.lamda-link-buy:hover .arrow {
    transform: translateX(6px); 
}

/* --- КАРТИНКА --- */
.lamda-image-anchor { display: block; width: 100%; text-align: center; }
.lamda-image-anchor img { max-width: 100%; height: auto; max-height: 550px; object-fit: contain; }

/* --- ДИНАМИКА --- */
.lamda-item-row.row-reverse .lamda-col-image { padding-top: 80px; }
.lamda-item-row:not(.row-reverse) .lamda-col-content { margin-top: -50px; }

/* --- МОБИЛЬНАЯ ВЕРСИЯ --- */
@media (max-width: 900px) {
    .lamda-container-main { padding: 0 20px; }
    .lamda-header { padding: 50px 0; }
    .lamda-title { font-size: 32px; }
    
    .lamda-item-row, .lamda-item-row.row-reverse {
        flex-direction: column-reverse;
        align-items: flex-start;
        margin-bottom: 80px;
    }
    .lamda-col-content, .lamda-col-image { width: 100%; }
    .lamda-col-image { margin-bottom: 30px; justify-content: center; }
    .lamda-image-anchor img { max-height: 300px; }
    
    /* Сбрасываем смещение */
    .lamda-item-row.row-reverse .lamda-col-image,
    .lamda-item-row:not(.row-reverse) .lamda-col-content { padding-top: 0; margin-top: 0; }
    
    .lamda-num-box { width: 40px; height: 40px; font-size: 20px; margin-bottom: 20px; }
    .lamda-item-title { font-size: 26px; }
}



/* --- ФИНАЛЬНАЯ КНОПКА CTA --- */
.lamda-final-cta-block {
    margin-top: 80px;
    padding-bottom: 40px;
    text-align: center;
}

.lamda-big-black-btn {
    display: inline-block;
    background-color: #000;
    color: #fff;
    font-size: 16px;
    font-weight: 700;
    text-transform: uppercase;
    text-decoration: none;
    padding: 20px 60px; /* Большая и широкая */
    letter-spacing: 2px;
    border-radius: 4px; /* Легкое скругление */
    transition: all 0.3s ease;
    border: 2px solid #000;
}

.lamda-big-black-btn:hover {
    background-color: #fff; /* При наведении становится белой */
    color: #000; /* Текст черным */
    transform: translateY(-2px); /* Чуть всплывает */
    box-shadow: 0 10px 20px rgba(0,0,0,0.1);
}

/* Мобильная версия */
@media (max-width: 600px) {
    .lamda-big-black-btn {
        width: 100%; /* На телефоне во всю ширину */
        padding: 18px 20px;
    }
}


/* End */
/* /bitrix/templates/new_2016.07/components/bitrix/news/anker_blog/bitrix/news.detail/review/style.css?17708898455454 */
