

/* Start:/products/cryptoarm-documents/css/style.css?17762350799032*/
.background_baner_main_v2_flex {
    justify-content: space-between;
}

.background_baner_v2_btns_flex span {
    display: flex;
    align-items: center;
    color: #7E828B;
    font-weight: 400;
    font-size: 13px;
    line-height: 16px;
}

.background_baner_v2_btns{
    margin-top: 56px;
}

.block_news_main_header {
    padding-bottom: 39px;
}

.block_news_main_flex {
    margin-top: 0px !important;
}

.block_news_main_header h3{
    font-size: 42px !important;
}

.owl-carousel img{
    border-radius: 12px;
}

.present_block_in_text{
    display: flex;
    align-items: center;
}

/* контейнер */
.owl-dots {
    display: flex;
    justify-content: center;
}

/* dot */
.owl-dot {
    background: none;
}

.landing_block{
    margin-top: 126px;
}

/* кнопка */
.owl-dot button {
    background: none;
    border: none;
    border-bottom: 1px solid #f0f0f0;
    /* серое подчёркивание */
    padding: 0;
    cursor: pointer;
    font-size: 18px;
    line-height: 48px;
    color: #000;
    position: absolute;
    bottom: 0;
}

/* убираем дефолтный focus/outline */
.owl-dot button:focus,
.owl-dot button:active {
    outline: none;
    box-shadow: none;
}


/* активная */
.owl-dot.active button {
    color: #d60000;
    /* красный текст */
    border-bottom: 1px solid #d60000;
    /* красное подчёркивание */
}

.owl-dot button::after {
    background: #f0f0f0;
    /* красное подчёркивание */
}

.owl-dot {
    border-bottom: 1px solid #f0f0f0;
    padding-right: 40px;
}

.owl-dots .owl-dot:last-child {
    padding-right: 0;
}

.owl-item div p {
    text-align: center;
    max-width: 840px;
    margin: 0 auto;
    padding-top: 24px;
    padding-bottom: 24px;
}

.owl-theme .owl-nav.disabled+.owl-dots {
    margin-top: 48px;
}

.body_content.present_block_in {
    background: none;
    padding: unset;
}

/*.present_block_in {
    padding: 65px 0 !important;
}*/

.block_buy_product {
    width: 1160px;
    /*min-height: 445px;*/
    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;
    padding-top: 42px;
    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;
}

.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;
}

.select_number_item {
    margin-top: 0 !important;
}

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

#num_count {
    width: 40px !important;
    border-radius: 0;
}

.add_product_item_text label {
    margin-left: 0 !important;
}

.support_chat {
    width: 1160px;
    background: #CC4533;
    margin: 0 auto;
    margin-top: 126px;
    position: relative;
    display: flex;
    padding: 64px 120px;
    color: #FFFFFF;
    border-radius: 12px;
}

.support_img {
    position: absolute;
    top: 0;
    right: 85px;
}

.support_btn button {
    display: block;
    border-radius: 6px;
    border: 1px solid #fff;
    background: #fff;
    color: #CC4533;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    text-decoration: none;
    width: 177px;
    height: 52px;
    cursor: pointer;
    transition: 0.2s ease-out;
}

.support_btn button:hover {
    background: rgba(0, 0, 0, 0);
    color: #fff;
}

.support_content h3 {
    font-weight: 700;
    font-size: 32px;
    line-height: 44px;
    padding-bottom: 16px;
}

.support_content p {
    font-weight: 400;
    font-size: 16px;
    line-height: 26px;
    letter-spacing: -0.022em;
    padding-bottom: 34px;
}

.background_baner_v2_title h2 {
    font-weight: 400;
    font-size: 24px;
    line-height: 28px;
    color: #1D1B1A;
}

.banner_h2{
    margin: 0 auto;
    font-weight: 700;
    font-size: 42px;
    line-height: 40px;
    text-align: center;
    color: #1D1B1A;
}

.banner_grid{
    width: 100%;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    padding-top: 44px;
    gap: 40px;
}

.banner_item{
    width: 100%;
    border: 1px solid #CFD1D6;
    border-radius: 6px;
    padding-top: 32px;
    padding-left: 48px;
    padding-bottom: 44px;
    position: relative;
}

.banner_item h3{
    padding-bottom: 18px;
    font-weight: 700;
    font-size: 24px;
    line-height: 140%;
    color: #1D1B1A;
}

.banner_item ul{
    padding: revert !important;
    margin: revert !important;
    padding-bottom: 
}

.banner_item .price{
    font-weight: 700;
    font-size: 24px;
    line-height: 140%;
    color: #CC4533;
}

.banner_item .img_bg{
    position: absolute;
    right: 0;
    bottom: 0;
    margin-bottom: -5px;
}

.banner_grid.info{
    max-width: 960px;
}

.banner_grid.info .banner_item{
    padding: unset;
    display: flex;
    flex-direction: column;
    gap: 32px;
    border: none;
}

.info_url{
    background: #F7F7F7;
    height: 54px;
    border-radius: 6px;
    padding: 20px 28.5px;
    display: flex;
    align-items: center; 
    text-decoration: none;
}

.info_url span{
    padding-left: 16px;
}

.info_url:hover{
    background: #F0F0F0;
}
@media (max-width: 600px) {
    .support_chat {
        width: 100%;
        padding: unset;
        overflow: hidden;
        margin: 0 auto;
    }

    .banner_grid{
        flex-direction: column;
    }

    .banner_item{
        padding: 12px;
        width: unset;
    }

    .banner_item .img_bg{
        z-index:-1;
    }

    .banner_h2 {
        margin-top: 96px;
    }

    .support_img {
        width: 328px;
        right: -110px;
        z-index: 1;
    }

    .support_content {
        padding: 20px;
        z-index: 2;
    }

    .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,
    .main-text-cr3 h3 {
        font-size: 28px !important;
    }

    .present_block_in_see {
        margin-left: 0px !important;
    }

    .landing_block{
        margin-top: 96px;
        width: 100%;
        overflow: hidden;
    }

	.present_block_in_see img{
		width: 100%;
	}

    .block_integration_text a {
        margin: unset !important;
    }
}

@media (min-width: 601px) {
    .background_baner_main_v2 {
        padding-top: 233px !important;
    }
}

.b24-window-panel.b24-window-panel-pos-center {
    max-height: 600px;
    bottom: 0;
    overflow: hidden;
    margin: auto;
}

.b24-window-panel>div>.b24-window-scrollable {
    overflow: hidden;
}

.b24-window-panel {
    --b24-primary-color: #CC4533;
    --b24-primary-hover-color: rgba(204, 69, 51, 0.7);
}

.main_image-1-cr-v2{
	background: url(/bitrix/templates/CryptoARM_2021/images/cryptoarm_docs/img-1.png) no-repeat center !important;
	background-size: cover !important;
}

.main_image-3-cr-v2{
	background: url(/bitrix/templates/CryptoARM_2021/images/cryptoarm_docs/img-2.png) no-repeat center !important;
	background-size: cover !important;
}

.main_image-2-cr-v2{
	background: url(/bitrix/templates/CryptoARM_2021/images/cryptoarm_docs/img-3.png) no-repeat center !important;
	background-size: cover !important;
    border-radius: 8px;
}

.main_image-cr3_desktop{
	margin-left: 0 !important;
}
/* End */


/* Start:/local/components/digt/landing.product/templates/.default/style.css?17725418051117*/
.what_select_flex{
    flex-wrap: wrap;
    margin-top: 0 !important;
}

.select_number_item{
    max-width: 104px !important;
}

.what_select{
    margin-bottom: 12px !important;
}

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

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

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

.add_product_item_text label {
    max-width: 394px !important;
    padding-left: 30px; /* 16px (чекбокс) + 11px (отступ) + небольшой запас */
    text-indent: -30px;
}

.add_product_item{
    margin-bottom: 8px !important;
}

@media (max-width: 768px) {

    .add_product_item_text label {
        text-indent: -23px !important;
        margin-right: 0 !important;
        max-width: fit-content;
        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;
    }
}


/* 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 */
/* /products/cryptoarm-documents/css/style.css?17762350799032 */
/* /local/components/digt/landing.product/templates/.default/style.css?17725418051117 */
/* /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 */
