

/* Start:/local/components/digt/landing.product/templates/.default/style.css?17890267139807*/
/**
 * Блок «Купить продукт», вёрстка block_buy_product.
 * Правила блока перенесены из products/&lt;код&gt;/css/style.css (docs / id / documents —
 * три копии были идентичны) и из bitrix/templates/CryptoARM_2021/template_styles.css.
 */

/* --- Каркас блока -------------------------------------------------------- */

.block_buy_product {
    width: 1160px;
    background: #F0F0F0;
    margin: 0 auto;
    border-radius: 12px;
    padding: 64px 120px 25px 120px;
    color: #28282A;
}

.product_container {
    display: flex;
}

.left_info {
    flex: 0 0 70%;
    border-right: 1px solid #CFD1D6;
}

.right_info {
    flex: 0 0 30%;
    padding-left: 40px;
}

.product_main {
    display: flex;
    gap: 62px;
}

.buy_title {
    font-weight: 700;
    font-size: 42px;
    line-height: 44px;
}

.product_buy_img {
    width: 238px;
    height: 220px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.product_props {
    padding-top: 15px;
}

/* --- Правая колонка ------------------------------------------------------ */

.product_buy_title {
    font-weight: 700;
    font-size: 20px;
    line-height: 26px;
    padding-bottom: 24px;
}

.right_info a {
    text-decoration: none;
    color: inherit;
}

.product_buy_support {
    font-weight: 400;
    font-size: 15px;
    line-height: 24px;
    color: #28282A;
    padding-bottom: 4px;
}

.product_price {
    font-weight: 700;
    font-size: 36px;
    line-height: 46px;
    padding-bottom: 20px;
}

.product_buy_btn {
    padding-bottom: 20px;
}

.product_buy_btn button {
    display: block;
    border-radius: 6px;
    border: 1px solid #C43D44;
    background: #CC4533;
    color: var(--white, #FFF);
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    text-decoration: none;
    width: 220px;
    height: 52px;
    cursor: pointer;
    transition: 0.2s ease-out;
}

.product_buy_btn button:hover {
    background: rgba(0, 0, 0, 0);
    color: #CC4533;
}

.right_info p {
    font-weight: 400;
    font-size: 15px;
    line-height: 24px;
    letter-spacing: 0%;
    color: #7E828B;
    padding-bottom: 20px;
}

/* --- Переключатели вариантов -------------------------------------------- */

.what_select {
    display: flex;
    margin: unset;
    gap: 24px;
    margin-bottom: 12px !important;
}

.what_select p {
    color: #1D1B1A !important;
}

.name_what_select {
    min-width: 145px;
}

.name_what_select p {
    font-size: 15px;
    line-height: 24px;
    text-align: left;
}

.what_select_flex {
    display: flex;
    flex-wrap: wrap;
    margin-top: 0 !important;
}

.what_select_item {
    margin-right: 12px;
}

.what_select_item input[type=radio] {
    position: absolute;
    clip: rect(0, 0, 0, 0);
}

.what_select_item label {
    padding: 3px 8px 5px 8px;
    cursor: pointer;
    color: #454547;
    font-size: 15px;
    transition: 0.1s;
    line-height: 22px;
    text-align: left;
    border-radius: 6px;
    border: 1px solid #CFD1D6;
    background: #fff;
    display: block;
    width: max-content;
}

.what_select_item label:hover {
    border: 1px solid #454547;
}

.what_select_item input[type=radio]:checked+label,
.what_select_item input:focus+label {
    border: 1px solid #CC4533;
}

/* --- Количество ---------------------------------------------------------- */

.select_number_item {
    display: flex;
    height: 30px;
    border-radius: 6px;
    border: 1px solid #CFD1D6;
    text-decoration: none;
    transition: border 0.1s ease;
    max-width: 104px !important;
    margin-top: 0 !important;
}

.select_number_item:hover {
    border: 1px solid #28282A;
}

.select_number_item input {
    padding: 0 12.5px;
    border: 0;
    background: #fff;
    cursor: pointer;
    border-radius: 6px;
}

#num_count {
    text-align: center;
    cursor: text;
    width: 40px !important;
    padding: 0 !important;
    border-radius: 0;
}

/* Кнопки «−» и «+» здесь текстовые (в легаси-вёрстке на их месте иконки),
   поведение при наведении повторяет легаси: заливка #CC4533, светлый символ. */
/* Селекторы с .select_number_item — иначе border-radius: 6px из правила
   .select_number_item input перебивает обнуление углов по специфичности. */
.select_number_item .btn-minus-num,
.select_number_item .btn-plus-num {
    /* color задаём явно: input[type=button] не наследует цвет, у него UA-значение buttontext */
    color: #28282A;
    transition: background 0.1s ease, color 0.1s ease;
}

.select_number_item .btn-minus-num {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}

.select_number_item .btn-plus-num {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}

.select_number_item .btn-minus-num:hover,
.select_number_item .btn-plus-num:hover {
    background: #CC4533;
    color: #fff;
}

/* --- Доп. товары --------------------------------------------------------- */

p.other {
    color: #7E828B !important;
}

.what_select.addiction {
    flex-direction: column;
    gap: 12px !important;
}

.add_product {
    margin-left: 0 !important;
}

.add_product_item {
    display: flex;
    margin: 10px 0;
    margin-bottom: 8px !important;
}

.add_product_item_check input {
    width: 20px;
    height: 20px;
    border-radius: 3px;
}

.add_product_item_text label {
    color: #28282A;
    font-size: 15px;
    line-height: 24px;
    text-align: left;
    margin-right: 8px;
    cursor: pointer;
    display: block;
    width: 100%;
    margin-left: 0 !important;
    max-width: 394px !important;
    padding-left: 30px; /* 16px (чекбокс) + 11px (отступ) + небольшой запас */
    text-indent: -30px;
}

.add_product_item_price {
    color: #7E828B;
    font-size: 15px;
    line-height: 24px;
    text-align: left;
}

.add_product_item_question {
    height: 24px;
}

.add_product_item_question img {
    width: 18px;
    height: 18.5px;
    margin: 2.75px 8px;
}

/* Чекбоксы доп. товаров — стилизация из шаблона сайта, ограниченная блоком */
.js-landing-product input[type="checkbox"] {
    position: absolute;
    left: -999em;
    line-height: 2.1ex;
}

.js-landing-product input[type="checkbox"]+label {
    position: relative;
    overflow: hidden;
    cursor: pointer;
}

.js-landing-product input[type="checkbox"]+label::before {
    content: "";
    display: inline-block;
    vertical-align: -15%;
    height: 16px;
    width: 16px;
    background-color: rgba(0, 0, 0, 0);
    border: 1px solid #CFD1D6;
    border-radius: 3px;
    margin-right: 11px;
    transition: border 0.2s ease;
}

.js-landing-product input[type="checkbox"]:hover+label::before {
    border: 1px solid #454547;
}

.js-landing-product input[type="checkbox"]:checked+label::before {
    background-color: #CC4533;
    border: 1px solid #CC4533;
}

.js-landing-product input[type="checkbox"]:checked+label::after {
    content: '';
    position: absolute;
    width: 1.2ex;
    height: 0.4ex;
    background: rgba(0, 0, 0, 0);
    left: 0.4ex;
    border: 3px solid #fff;
    border-top: none;
    border-right: none;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    top: 1ex;
}

/* --- Подсказка «?» ------------------------------------------------------- */

.dropdown_dopoln {
    display: none;
    position: absolute;
    background-color: #fff;
    width: 448px;
    max-height: 206px;
    border-radius: 6px;
    z-index: 1;
    text-align: left;
    margin-left: -224px;
    box-shadow: 0px 16px 24px rgba(40, 40, 42, 0.08), 0px 2px 6px rgba(40, 40, 42, 0.06), 0px 0px 1px rgba(40, 40, 42, 0.06);
}

.dropdown_dopoln p {
    padding: 16px 24px 20px 24px;
    font-size: 15px;
    line-height: 24px;
}

.add_product_item_question:hover .dropdown_dopoln {
    display: block;
    margin-top: -5px;
}

/* --- Адаптив ------------------------------------------------------------- */

@media (max-width: 768px) {

    .add_product_item_text label {
        text-indent: -23px !important;
        margin-right: 0 !important;
        max-width: 246px !important;
    }

    .what_select_flex {
        flex-direction: column;
        flex-wrap: nowrap;
    }

    .add_product {
        height: unset !important;
    }

    .add_product_item {
        height: unset !important;
        display: flex !important;
        justify-content: space-between;
    }
}

@media (max-width: 600px) {

    .block_buy_product {
        width: 100%;
        padding: unset;
        margin-bottom: 96px;
    }

    .product_main {
        flex-direction: column;
        gap: 12px;
    }

    .product_container {
        flex-direction: column;
        padding: 20px;
        gap: 32px;
    }

    .product_buy_img {
        margin: 0 auto;
    }

    .left_info,
    .right_info {
        flex: 0 0 100%;
    }

    .right_info {
        padding-left: 0px;
    }

    .left_info {
        border: none;
    }

    .what_select {
        justify-content: space-between;
    }

    .buy_title {
        font-size: 28px !important;
    }

    .add_product_item_question .dropdown_dopoln {
        width: 90%;
        max-height: 300px;
        margin: 0 auto;
    }

    /* На тач-устройствах :hover «залипает» — в легаси он тоже отключён */
    .select_number_item .btn-minus-num:hover,
    .select_number_item .btn-plus-num:hover {
        background: #fff;
        color: #28282A;
    }
}

/* End */


/* Start:/bitrix/components/bitrix/system.pagenavigation/templates/modern/style.min.css?1667588633675*/
div.modern-page-navigation{padding:.5em 0}div.modern-page-navigation a,span.modern-page-current,span.modern-page-dots{border-left-width:1px;border-left-style:solid;padding-left:.75em;padding-right:.5em;text-decoration:none}div.modern-page-navigation a.modern-page-previous{border-right-width:1px;border-right-style:solid;border-left:0}div.modern-page-navigation a.modern-page-first,div.modern-page-navigation span.modern-page-first{border-left:0;padding-left:.5em}span.modern-page-current{font-weight:var(--ui-font-weight-bold)}div.modern-page-navigation a,span.modern-page-current,div.modern-page-navigation a.modern-page-previous,span.modern-page-dots{border-color:#cdcdcd}
/* End */


/* Start:/bitrix/templates/CryptoARM_2021/components/bitrix/news/news-list-main/bitrix/news.list/.default/style.css?1694602639808*/

div.news-list div.news-item {
	
	
	
	border-top: solid 1px #d3d3d3;
    display: block;
    width: 930px;
    margin: 0 auto;
	padding: 25px 0px;
}


div.news-list img.preview_picture
{
	background-color:white;
	float:left;
	margin:0 4px 6px 0;
}
.news-date-time {
	color:#486DAA;
}
div.news-list {
	padding-top:20px;
    background-color: white;
}
.news-item td {text-align:left; color:#222222;}
.news-date-time {font-size:17px; color:#222222;}
.news-item .news-name {text-decoration:none; font-size:22px; color:#d6523d; font-weight:normal;}
.news-prev-text {margin-top:10px;}
.read-next {color:#222222; padding:8px 20px; background-color:#eaeaea;width:100px; font-size:17px; font-weight:bold; margin-top:10px;}
.read-next:hover {color:white; background-color:#d6523d;}
.news-list font {text-align: left;}

/* End */
/* /local/components/digt/landing.product/templates/.default/style.css?17890267139807 */
/* /bitrix/components/bitrix/system.pagenavigation/templates/modern/style.min.css?1667588633675 */
/* /bitrix/templates/CryptoARM_2021/components/bitrix/news/news-list-main/bitrix/news.list/.default/style.css?1694602639808 */
