@media (min-width: 320px) {
	.my_board_list_item_two{width: 100%;}
	.board_list .icms-content-fields .f_title h3 a{font-size: 16px;display: block;-webkit-line-clamp: unset;-webkit-box-orient: unset;overflow: visible;}
	.board_list .f_content .value, .board_list .icms-content-fields{font-size: 13px;}
	.board_list .icms-content-fields .f_price{font-size: 14px;}
	.board_list_cats ul.board_cats > li{float:none;width:100%}
	.my_board_list_item{flex-flow: column;}
	.my_board_list_item .ft_myboardslider{width: 100%;}
	#sync1{height:250px}
	.board_list_cats ul.board_cats #sub_board_cats{margin: 0;padding: 0;list-style: none;}
	.board_list_cats ul.board_cats #sub_board_cats li{float: none;width: 100%;margin-right: 0}
	.is_main_add_btn{margin-bottom: 15px;}
}
@media (min-width: 400px) {
	.board_list .icms-content-fields .f_title h3 a{
		display: -webkit-box;
		-webkit-line-clamp: 2;
		-webkit-box-orient: vertical;
		overflow: hidden;
	}
	.board_list .f_content .value, .board_list .icms-content-fields{font-size: 14px;}
	.board_list .icms-content-fields .f_price{font-size: 15px;}
	#sync1{height:350px}
	.board_list_cats ul.board_cats #sub_board_cats li{float: left;width: 48%;margin: 0 10px 10px 0}
}
@media (min-width: 576px) {
	.my_board_list_item_two{width: 48%;}
	.board_list .icms-content-fields .f_title h3 a{font-size: 16px;}
	.board_list .f_content .value, .board_list .icms-content-fields{
	font-size: 14px;
    color: #0B5CD5;
}
	.board_list .icms-content-fields .f_price, .my_board_list_item .icms-content-fields .f_title h3 a{font-size: 14px;}
	.board_list_cats ul.board_cats > li{float:left;width:48%}
	.my_board_list_item{flex-flow: row;}
	.my_board_list_item .ft_myboardslider{width: 256px;}
	.my_board_list_item .icms-content-fields .f_content {display:none}
	.my_board_list_item .icms-content-fields {font-size: 13px;}
	.my_board_list_item .icms-content-fields .f_price {font-size: 12px;}
	#sync1{height:400px}
}
@media (min-width: 768px) {
	.board_list .icms-content-fields .f_title h3 a{font-size: 17px;}
	.board_list .icms-content-fields .f_price, .my_board_list_item .icms-content-fields{font-size: 14px;}
	.my_board_list_item .icms-content-fields .f_content {display: block;}
}
/* ITSNEW 0.5.10 — стабильная сетка категорий с тематическими SVG-иконками. */
body.itsnew-body .board_list_cats {
    box-sizing: border-box;
    width: 100%;
    margin: 22px 0 18px;
    padding: 16px;
    overflow: visible !important;
    background: #fff;
    border: 1px solid #d8e2f2;
    border-radius: 14px;
    box-shadow: 0 8px 24px rgba(31, 55, 103, .05);
}
body.itsnew-body .board_list_cats .board_cats {
    display: grid !important;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    align-items: stretch;
    gap: 12px;
    width: 100%;
    margin: 0 !important;
    padding: 0 !important;
    list-style: none !important;
}
body.itsnew-body .board_list_cats .board_cat_item,
body.itsnew-body .board_list_cats ul.board_cats > li {
    display: block !important;
    float: none !important;
    box-sizing: border-box;
    width: auto !important;
    min-width: 0 !important;
    height: auto !important;
    min-height: 0 !important;
    margin: 0 !important;
    padding: 0 !important;
    overflow: visible !important;
    list-style: none !important;
}
body.itsnew-body .board_list_cats .board_cat_item.is-cat-hidden {
    display: none !important;
}
body.itsnew-body .board_list_cats .board_cat_link,
body.itsnew-body .board_list_cats ul.board_cats > li > a.board_cat_link {
    display: grid !important;
    grid-template-columns: 42px minmax(0, 1fr);
    align-items: center !important;
    gap: 12px;
    box-sizing: border-box;
    width: 100% !important;
    height: 100% !important;
    min-height: 58px !important;
    margin: 0 !important;
    padding: 8px 14px !important;
    overflow: hidden;
    color: #13203d !important;
    background: #fff;
    border: 1px solid #d7e1f2;
    border-radius: 12px;
    font-size: 14px !important;
    line-height: 1.3 !important;
    text-decoration: none !important;
    box-shadow: 0 3px 10px rgba(31, 55, 103, .04);
    transition: color .18s ease, background-color .18s ease, border-color .18s ease, box-shadow .18s ease, transform .18s ease;
}
body.itsnew-body .board_list_cats .board_cat_link:hover,
body.itsnew-body .board_list_cats .board_cat_link:focus-visible {
    color: #3867d6 !important;
    background: #f2f6ff;
    border-color: #9db6ef;
    box-shadow: 0 8px 18px rgba(56, 103, 214, .12);
    transform: translateY(-1px);
    outline: 0;
}
body.itsnew-body .board_list_cats .board_cat_icon {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    float: none !important;
    box-sizing: border-box;
    width: 42px !important;
    height: 42px !important;
    margin: 0 !important;
    padding: 0 !important;
    color: #3867d6;
    background: #edf3ff;
    border: 1px solid #dce7ff;
    border-radius: 11px;
    transition: color .18s ease, background-color .18s ease, border-color .18s ease;
}
body.itsnew-body .board_list_cats .board_cat_icon svg,
body.itsnew-body .board_list_cats .board_cat_icon .icms-svg-icon {
    display: block !important;
    width: 20px !important;
    height: 20px !important;
    min-width: 20px !important;
    max-width: 20px !important;
    margin: 0 !important;
    fill: currentColor;
}
body.itsnew-body .board_list_cats .board_cat_icon img {
    display: block !important;
    float: none !important;
    width: 22px !important;
    height: 22px !important;
    min-width: 22px !important;
    max-width: 22px !important;
    margin: 0 !important;
    object-fit: contain;
}
body.itsnew-body .board_list_cats .board_cat_link:hover .board_cat_icon,
body.itsnew-body .board_list_cats .board_cat_link:focus-visible .board_cat_icon {
    color: #fff;
    background: #3867d6;
    border-color: #3867d6;
}
body.itsnew-body .board_list_cats .board_cat_title {
    display: block;
    min-width: 0;
    margin: 0;
    padding: 0;
    overflow: hidden;
    color: inherit;
    font-size: 14px;
    font-weight: 600;
    line-height: 1.3;
    text-overflow: ellipsis;
    white-space: nowrap;
}
body.itsnew-body .show_all_cats {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 44px;
    margin: 0 0 18px;
    padding: 9px 18px;
    color: #3867d6;
    background: #fff;
    border: 1px solid #b9caf2;
    border-radius: 10px;
    font-weight: 600;
    cursor: pointer;
    transition: color .18s ease, background-color .18s ease, border-color .18s ease, transform .18s ease;
}
body.itsnew-body .show_all_cats:hover,
body.itsnew-body .show_all_cats:focus-visible {
    color: #fff;
    background: #3867d6;
    border-color: #3867d6;
    transform: translateY(-1px);
    outline: 0;
}

body.itsnew-body .content_list.my_board_list.board_list .my_board_list_item.is_vip {
    border-color: #dc143c !important;
    background: linear-gradient(90deg, #fff7f9 0%, #fff 72%) !important;
    box-shadow: 0 10px 26px rgba(220, 20, 60, .10) !important;
}
body.itsnew-body .content_list.my_board_list.board_list .my_board_list_item.is_vip:hover {
    border-color: #b70f32 !important;
    box-shadow: 0 14px 32px rgba(220, 20, 60, .16) !important;
}
body.itsnew-body .content_list.my_board_list.board_list .my_board_list_item.is_vip .f_title h3 a,
body.itsnew-body .content_list.my_board_list.board_list .my_board_list_item.is_vip .f_title h3 a:visited {
    color: #dc143c !important;
}
body.itsnew-body .content_list.my_board_list.board_list .my_board_list_item.is_vip .f_title h3 a:hover,
body.itsnew-body .content_list.my_board_list.board_list .my_board_list_item.is_vip .f_title h3 a:focus-visible {
    color: #b70f32 !important;
}

@media (max-width: 991.98px) {
    body.itsnew-body .board_list_cats .board_cats {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}
@media (max-width: 575.98px) {
    body.itsnew-body .board_list_cats {
        margin-top: 16px;
        padding: 12px;
        border-radius: 12px;
    }
    body.itsnew-body .board_list_cats .board_cats {
        grid-template-columns: minmax(0, 1fr);
        gap: 9px;
    }
    body.itsnew-body .board_list_cats .board_cat_link {
        min-height: 46px;
        padding: 7px 10px;
    }
    body.itsnew-body .board_list_cats .board_cat_icon {
        flex-basis: 34px;
        width: 34px;
        height: 34px;
    }
}


/* ITSNEW 0.5.10 — адаптация категорий заданий. */
@media (max-width: 991.98px) {
    body.itsnew-body .board_list_cats .board_cats {
        grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    }
}
@media (max-width: 575.98px) {
    body.itsnew-body .board_list_cats {
        margin-top: 16px;
        padding: 11px;
        border-radius: 12px;
    }
    body.itsnew-body .board_list_cats .board_cats {
        grid-template-columns: minmax(0, 1fr) !important;
        gap: 9px;
    }
    body.itsnew-body .board_list_cats .board_cat_link,
    body.itsnew-body .board_list_cats ul.board_cats > li > a.board_cat_link {
        grid-template-columns: 38px minmax(0, 1fr);
        min-height: 52px !important;
        padding: 6px 10px !important;
    }
    body.itsnew-body .board_list_cats .board_cat_icon {
        width: 38px !important;
        height: 38px !important;
        border-radius: 10px;
    }
    body.itsnew-body .board_list_cats .board_cat_title {
        white-space: normal;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
    }
}
