html,body {
    height: 100%;
    width: 100%;
}

.loader {
    border: 2px solid transparent;
    border-top: 2px solid #2c4aeb;
    border-radius: 50%;
    width: 24px;
    height: 24px;
    opacity: 1;
    transition: all 2s ease;
    animation: spin 1s linear infinite;
}
.line_query:hover
{
    background-color: #aac6ff !important;
}
.loader_ok
{
    opacity: 0;
}
@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}
.item_catalog
{

transition: all 0.2s ease;
}
.item_catalog:active
{
    box-shadow: 0 0 9px -4px #00000073;
}

.item_catalog:hover
{
    box-shadow: 0 0 9px -4px #00000073;
}

.result_product
{
    height: calc(100% - 56px);
}
.colorLink
{
    color: #1064d8;
    text-decoration: underline;
    transition: all 0.2s ease;
}
.colorLink:hover
{
    color: #398cd8;    text-decoration: none;
}
.nav svg
{
   zoom: 0.7;
}
.img_home
{
    width: 16px;
    height: 13px;
    position: relative;
display: inline-block;
}

.img_home svg
{
    top:0;
    position: absolute;
}

.div_basket path
{
    fill: #FFF !important;
    transition: all 0.2s ease;
}
.div_basket:hover path
{
    fill: #ececec !important;
}
.btn_colors{
    opacity: 1;
    transition: 0.2s ease;
}
.btn_colors:hover
{
    opacity: 0.8 !important;
    color: #000;
}
.btn_colors:active
{
    opacity: 0.7 !important; color: #000;
}
.product_name {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: 17px;
    max-height: 50px;
}
.colvo_product
{
    font-size: 16px;
    font-weight: bold;
    outline: none;
    border: 0;
}
.nav_p
{
    padding-right: 5px;
    padding-left: 5px;

}
.grid_catalog
{
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
    margin-top: 20px;
    gap: 20px;
}
.btFilter
{
    display: none;
}
.only_mobile
{
    display: none !important;
}
.item_filter:hover
{
    color: #555;
    transition: all 0.2s ease;
}
.item_filter:hover
{
    color: #1063da;
}
@media(min-width: 0) and (max-width: 570px) {
    .filter_mobile
    {
        width: auto !important;
    }
.only_mobile
{
    display: block !important;;
}
.btFilter
{
    display: block;
}


.show_filter
{
    display: block !important;
    position: fixed;   right:0;  top: 0;        height: 100%;  width: 100%;
}
    .filter_mobile
    {

        padding: 20px;
        height: 100%;  width: 100%;
        background-color: #FFF;

display: none;
        overflow-y: auto;
        z-index: 200;


    }
    .filter
    {
        max-width: 300px;
        min-width: 300px;

    }
    .grid_catalog
    {
        grid-template-columns: 1fr 1fr ;
        gap: 10px;

    }
}
@media(min-width: 570px) and (max-width: 870px) {

    .filter
    {
        max-width: 300px;
    }
    .grid_catalog
    {
        grid-template-columns: 1fr 1fr 1fr 1fr;
        gap: 15px;
    }
}
.div_basket svg
{
    width: 16px;
    height: 16px;
}
.btn_blue
{
    cursor: pointer;
    line-height: 12px;
    padding: 16px;
    font-size: 12px;
    font-weight: bold;
    background-color: #1069ec;
    border-radius: 6px;
    display: flex;
    align-items: center;

    justify-content: center;
    transition: all 0.2s ease;
    color: #FFF;
    outline: none;
    border: 0;
    height: 40px;
}
.btn_blue:hover
{
    background-color: #1067d2; color: #FFF;

}
.btn_blue:active
{
    background-color: #105ebc; color: #FFF;

}
.bt_show_block_basket {
    cursor: pointer;
    line-height: 12px;
    padding: 16px;
    font-size: 12px;
    font-weight: bold;
    background-color: #1069ec;
    border-radius: 6px;
    display: flex;
    align-items: center;
width: 100%;
    justify-content: center;
    transition: all 0.2s ease;
    color: #FFF;
    outline: none;
    border: 0;
    height: 40px;
}
.div_basket
{
    background-color: rgb(16, 196, 76) !important;
}
.div_basket:hover
{

    background-color: #10b749 !important;

}
.div_basket:active
{

    background-color: #10ab47 !important;

}
.bt_noselect_category
{
    background-color: #FFFFFF;
    padding: 6px;
    border-radius: 6px;
    overflow: hidden; color: #000;
    text-decoration: none;
}
.bt_select_category
{
    background-color: #6666;
    padding: 6px;
    color: #000;
    cursor: default;
    text-decoration: none;
    border-radius: 6px;
    overflow: hidden;

}

.div_basket svg
{
    fill: #FFF;
}
.bt_go_basket {

    background-color: #1069ec;
    transition: all 0.2s ease;
}
.bt_show_block_basket:disabled {

    cursor: no-drop;
    background-color: #2d2d2d !important;
    color: #999 !important;
    transition: all 0.2s ease;
}
.bt_show_block_basket:hover, .bt_go_basket:hover {
    background-color: #1064d8;
}

.bt_show_block_basket:active, .bt_go_basket:active {
    background-color: #1058b3;
}

.colvo_product {
    text-align: center;
}

.bt_while {
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: bold;
    color: #1069ec;
    border: 0;
    background-color: rgba(109, 197, 74, 0.0);
    outline: none;
    cursor: pointer;
    padding-left: 8px;
    padding-right: 8px;
    transition: all 0.2s ease;
    border-radius: 8px;
    min-width: 40px;
}

.bt_while:hover {
    background-color: rgba(16, 100, 216, 0.20);
}

.bt_while:active {
    background-color: rgba(16, 100, 216, 0.10);
}

.ico_basket svg
{
    width: 34px;
    height: 34px;
}
a
{
    color: #1064d8;
    transition: all 0.2s ease;
}
a:hover
 {
     color: #1059b4;
 }
a:active
{
    color: #2c44b4;
}
.align
{
    align-items:flex-start !important;
    justify-content: flex-start !important;

}
.line2
{
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.block_main
{
    display: flex;flex-direction: column;align-items: center;justify-content: center;

}
body
{
    background-color: #f2f2f7;
    padding: 0;
    margin: 0;
    font-size: 14px;
    font-family:  'Arial';
}
.body
{
    font-family:  Arial;
    font-weight: 100;
    font-style: normal;

    width: 100%;

    display: flex;
    align-items: center;
flex-direction: column;
    justify-content: center;
}

@font-face {
    font-family: 'Roboto';
    src: url('/css/fonts/Roboto-Thin.eot');
    src: url('/css/fonts/Roboto-Thin.eot?#iefix') format('embedded-opentype'),
    url('/css/fonts/Roboto-Thin.woff2') format('woff2'),
    url('/css/fonts/Roboto-Thin.woff') format('woff'),
    url('/css/fonts/Roboto-Thin.ttf') format('truetype');
    font-weight: 100;
    font-style: normal;
    font-display: swap;
}

.ripple {
    position: relative;
    overflow: hidden;
    transform: translate3d(0, 0, 0);
}

.ripple_effect {
    position: absolute;
    border-radius: 50%;

    pointer-events: none;
    transform: scale(0);
    animation: ripple-animation  0.20s linear;
    background: rgba(108, 148, 236, 0.33);
    height: 100px;
    width: 100px;
}

@keyframes ripple-animation {
    to {
        transform: scale(2);
        opacity: 0;
    }
}
.block_basket
{
    position: relative;
}
.block_price
{

    width: auto;
}
.grid_main_catalog
{
    grid-template-columns: 1fr 1fr  1fr  1fr;
}

.grid_main_catalog
{
    display: grid;
}
.top_menu
{
    padding: 0;
    margin: 0;
}
.top_menu li a
{
    text-decoration: none;
    color: #555;
    transition: all 0.2s ease;
}
.top_menu li a:hover
{
    color: #000 !important;

}
.top_menu li
{
display: flex;
}


.footer_block {


    display: none;
}
.block_props
{
    width: calc(100% - 10px);
}
@media(min-width: 0) and (max-width: 570px)
{
    .block_props
    {
        width: calc(100% - 40px) !important;

    }
.block_price
{
    width: calc(100% - 40px) !important;
}
    .footer_block {
        position: fixed;
        bottom: 0;
        display: block;
        width: 100%;
        z-index: 100;
        height: 56px;
        background-color: #FFF;
    }
    .footer_block a:hover,    .footer_block span:hover{
        background-color: rgba(30,99,235,0.08);
    }
    .footer_block a:active,     .footer_block span:active{
        background-color: rgba(30,99,235,0.1);
    }
    .h60 {
        height: 56px;
    }
}
* {
    box-sizing: border-box;
}
.count_product_all2
{

    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    right: -4px;
    width: 14px;
    height: 14px;
    background-color: rgb(255, 79, 61);
    color: #FFF;
    border-radius: 100%;
    padding: 4px;
    font-weight: bold;
    font-size: 11px;
    border: 1px solid #FFF !important;
}

@media(min-width: 0) and (max-width: 570px) {
    .block_props
    {
        width: calc(100% - 20px) !important;

    }

    .block_price
    {
        width: calc(100% - 20px) !important;
    }


    .result_product
    {
        height: calc(100% - 56px) !important;
    }
    .hidden_mobile
    {
        display: none;
    }
.grid_main_catalog
{
    grid-template-columns: 1fr 1fr;

    margin-top: 10px;
}
    .block_price
    {
        width: 100%;
    }
    .h100
    {
        height: 100px;
    }
    .block_basket {
        position: fixed;
        bottom: 56px;
        background-color: #FFF;
        width: 100%;
        left: 0;
z-index: 200;
        display: flex;
        justify-content: center;
        align-items: center;
        padding-bottom: 20px;

    }
}
@media(min-width: 570px) and (max-width: 700px) {

    .block_props
    {
        width: calc(100% - 40px) !important;

    }
    .block_price
    {
        width: calc(100% - 10px) !important;
    }

    .filter
    {
        max-width: 300px;
    }
    .footer_block {
        position: fixed;
        bottom: 0;
        display: block;
        width: 100%;
        z-index: 100;
        height: 56px;
        background-color: #FFF;
    }
    .footer_block a:hover,    .footer_block span:hover{
        background-color: rgba(30,99,235,0.08);
    }
    .footer_block a:active,     .footer_block span:active{
        background-color: rgba(30,99,235,0.1);
    }
    .h60 {
        height: 56px;
    }
    .result_product
    {
        height: calc(100%) !important;
    }
    .hidden_table
    {
        display: none;
    }
    .block_basket {
        position: fixed;
        bottom: 56px;
        background-color: #FFF;
        width: 100%;
        left: 0;
        z-index: 100;
        display: flex;
        justify-content: center;
        align-items: center;
        padding-bottom: 20px;

    }
    .grid_main_catalog
    {
        grid-template-columns: 1fr 1fr   ;;
    }

}
@media(min-width: 700px) and (max-width: 950px) {
    .filter
    {
        max-width: 300px;
    }
    .footer_block {
        position: fixed;
        bottom: 0;
        display: block;
        width: 100%;
        z-index: 100;
        height: 56px;
        background-color: #FFF;
    }
    .footer_block a:hover,    .footer_block span:hover{
        background-color: rgba(30,99,235,0.08);
    }
    .footer_block a:active,     .footer_block span:active{
        background-color: rgba(30,99,235,0.1);
    }
    .h60 {
        height: 56px;
    }
    .result_product
    {
        height: calc(100%) !important;
    }     .block_basket {
                  position: fixed;
                  bottom: 56px;
                  background-color: #FFF;
                  width: 100%;
                  left: 0;
                  z-index: 100;
                  display: flex;
                  justify-content: center;
                  align-items: center;
                  padding-bottom: 20px;

              }
    .grid_main_catalog
    {
        grid-template-columns: 1fr 1fr  1fr ;
    }

}
@media(min-width: 951px) and (max-width: 1250px)  {

    .filter
    {
        max-width: 300px;
    }
    .footer_block {
        position: fixed;
        bottom: 0;
        display: block;
        width: 100%;
        z-index: 100;
        height: 56px;
        background-color: #FFF;
    }
    .footer_block a:hover,    .footer_block span:hover{
        background-color: rgba(30,99,235,0.08);
    }
    .footer_block a:active,     .footer_block span:active{
        background-color: rgba(30,99,235,0.1);
    }
    .h60 {
        height: 56px;
    }
    .result_product
    {
        height: calc(100%) !important;
    }
    .block_basket {
        position: fixed;
        bottom: 56px;
        background-color: #FFF;
        width: 100%;
        left: 0;
        z-index: 100;
        display: flex;
        justify-content: center;
        align-items: center;
        padding-bottom: 20px;

    }
    .grid_main_catalog
    {
        grid-template-columns: 1fr 1fr  1fr  1fr     ;
    }

}@media(min-width: 1250px)    {
    .filter
    {
        max-width: 300px;
    }
    .result_product
    {
        height: calc(100%) !important;
    }
    .grid_product_price
    {
        max-width: 330px;
    }
    .grid_main_catalog
    {
        grid-template-columns: 1fr 1fr  1fr  1fr 1fr  1fr ;
    }

}