html, body, div, span, applet, object, iframe,
        h1, h2, h3, h4, h5, h6, p, blockquote, pre,
        a, abbr, acronym, address, big, cite, code,
        del, dfn, em, img, ins, kbd, q, s, samp,
        small, strike, strong, sub, sup, tt, var,
        b, u, i, center,
        dl, dt, dd, ol, ul, li,
        fieldset, form, label, legend,
        table, caption, tbody, tfoot, thead, tr, th, td,
        article, aside, canvas, details, embed,
        figure, figcaption, footer, header, hgroup,
        menu, nav, output, ruby, section, summary,
        time, mark, audio, video{
                font-family: 'Cera Pro';
                font-weight: normal;
        }
a{
        transition: .4s;
}
a:active, a:focus{
        outline: none;
        text-decoration: none;
}
a:hover{
        text-decoration: none;
}

/* =====================================================TOP HEADER */
.top_header_contacts{
        background: #1D8EEA;
        padding-top: 18.8px;
        padding-bottom: 18px;
}
.top_header_contacts a, .top_header_contacts p{
        font-weight: 500;
        font-size: 14px;
        color: #fff;
        margin: 0;
}
.top_header_block_container{
        display: flex;
        align-items: center;
        padding: 0;
}
.top_header_block_container img{width: 14px;
height: 14px;margin-right: 8.7px;}
.top_header_block_container.time{
        justify-content: center;
}
.top_header_block_container.mail{
        justify-content: center;
}
.top_header_svg_container{margin-right: 8.7px;}
/* =====================================================TOP HEADER */



/* =====================================================TOP MENU */
.header_navigation{
        border-bottom: 1px solid #CDCDCD;
        padding-top: 23.8px;
        padding-bottom: 23.9px;
        margin-bottom: 40.5px;
}
.top_menu_container{margin-top: 15px;}
.top_menu_container ul{
        list-style: none;
        padding-left: 0;
        margin-bottom: 0;
        display: flex;
        justify-content: center;
        width: 100%;
}
.top_menu_container ul li a{
        font-size: 14px;
        font-weight: 500;
        color: #1A1A1A;
        text-transform: uppercase;
            padding: 8.6px 15.2px;
    border-radius: 50px;
}
.top_menu_container ul li.active a{
      background: #A02A63;
        color: #fff;   
}
.top_menu_container ul li a:hover{
        background: #A02A63;
        color: #fff; 
}
.top_callback_link{
            display: flex;
    align-items: center;
    justify-content: flex-end;
}
.callback_link_item p{
        margin-bottom: 0;
        font-size: 14px;
        font-weight: normal;
        color: #1A1A1A;
}
.callback_link_item a{
        margin-bottom: 0;
        font-size: 14px;
        font-weight: normal;
        padding-bottom: 1px;
        border-bottom: 1px solid #A02A63;
        color: #A02A63;

}
.top_callback_link svg{margin-right: 13.7px;}
/* =====================================================TOP MENU */




/* =====================================================INFO UNDER BANER*/
.under_baner_list{
        display: flex;
        align-items: center;
        flex-wrap: wrap;
        padding-left: 0;
        list-style: none;
        margin-bottom: 25px;
        margin-top: 13px;
}
.under_baner_list li{
            padding: 30px 24px 19px 24px;
    text-align: center;
    
    border-radius: 20px;
    width: 360px;
    min-height: 280px;

}
.under_baner_list li:nth-child(1){
    background: rgb(241,248,254);
    background: linear-gradient(90deg, rgba(241,248,254,1) 0%, rgba(241,248,254,1) 81%, rgba(242,247,253,1) 100%);
}
.under_baner_list li:nth-child(2){
    background: rgb(243,247,253);
    background: linear-gradient(90deg, rgba(243,247,253,1) 0%, rgba(244,246,252,1) 64%, rgba(246,246,252,1) 100%);
}
.under_baner_list li:nth-child(3){
    background: rgb(246,245,251);
    background: linear-gradient(90deg, rgba(246,245,251,1) 0%, rgba(248,244,250,1) 50%, rgba(250,243,249,1) 100%);
}
.under_baner_list li:nth-child(4){
    background: rgb(250,243,249);
    background: linear-gradient(90deg, rgba(250,243,249,1) 0%, rgba(252,242,248,1) 84%, rgba(254,241,247,1) 100%);
}
.under_baner_list li:not(:last-child){
        margin-right: 20px;
}
.under_baner_list h2{
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
}
.under_baner_list h2{
        font-size: 16px;
        font-weight: bold;
        margin-top: 23px;
        color: #1A1A1A;
        margin-bottom: 22px;
}
.under_baner_list h2 span{
        font-size: 16px;
        font-weight: bold;
        
        color: #1A1A1A;
       
}
.under_baner_list li p{
        font-size: 13px;
        font-weight: normal;
        color: #1A1A1A;
        margin-bottom: 0;
            line-height: 1.4;
}
/* =====================================================INFO UNDER BANER*/




/* =====================================================HOME POPULAR*/
.home_popular_title h2{
        margin-top: 0;
        margin-bottom: 42px;
        font-size: 24px;
        font-weight: bold;
        color: #1A1A1A;
}
.home_cat_container{text-align: center;}
.home_cat_link{
        display: inline-block;
        text-align: center;
        font-weight: bold;
        font-size: 20px;
        color: #1A1A1A;
        margin-top: 26px;
}
div[id ^='slideshow'] .owl-wrapper-outer{
        border: none;
    border-radius: 15px;
}
div[id ^='slideshow'] .owl-item, div[id ^='slideshow'] .owl-wrapper, div[id ^='slideshow'] .item{
       border-radius: 15px; 
}
div[id ^='slideshow'] .owl-pagination{
    bottom: 20px;
    position: absolute;
    top: unset;
    width: 100%;
}
div[id ^='slideshow'] .owl-controls .owl-page span{
        background: transparent;
    width: 12px;
    height: 12px;
    display: block;
    border: 3px solid #fff;
  
}
div[id ^='slideshow'] .owl-controls .owl-page.active span{
background: #1D8EEA;
}
/* =====================================================HOME POPULAR*/




/* =====================================================CALLBACK HOME*/
.callback_home_container{
        height: 200px;
        background: url('/image/call_bg.png') no-repeat;
        background-size: cover;
        border-radius: 20px;
        padding: 41px;
        display: flex;
        align-items: center;
        margin-top: 60px;
}
.callback_home_container h3{
        font-weight: 900;
        color: #fff;
        font-size: 34px;
        margin-top: 0;
        margin-bottom: 20px;
}
.callback_home_container p{
        font-weight: normal;
        font-size: 20px;
        color: #fff;
        margin: 0;
        max-width: 555px;
        line-height: 1.3;
}
.callback_home_container a{
        font-size: 16px;
        font-weight: 500;
        color: #fff;
        padding: 19px 26px;
        border-radius: 50px;
        background: #A02A63;
            margin-left: 15%;
            text-transform: uppercase;
}
.callback_home_container a:hover{
    background: #692244;
}
/* =====================================================CALLBACK HOME*/

#callback_form .modal-title{text-align: center;font-size: 20px; font-weight: 900;}
#callback_form .modal-body{
    display: flex;
    flex-direction: column;
    width: 50%;
    margin: auto;
}
#callback_form .messages{
        text-align: center;
    font-size: 14px;
    font-weight: 500;
}
#callback_form .modal-footer input{
        margin: auto;
    background: #1D8EEA;
    color: #fff;
    border: 1px solid #1D8EEA;
    font-size: 18px;
    display: block;
    padding: 10px 20px;
    border-radius: 5px;
    font-weight: 500;
}
#callback_form .modal-body input{
    margin-bottom: 15px;
    height: 50px;
    font-size: 16px;
    padding-left: 20px;
}
#callback_form .modal-header .close{margin-top: -22px;}

/* =====================================================BIG HOME*/
.home_text_container{
        padding: 40px;
        background: url('/image/bg_big.png');
        background-size: cover;
        min-height: 652.1px;
        margin-top: 77px;
        border-radius: 10px;
}
.home_text_container h3{
        font-size: 24px;
        font-weight: bold;
        color: #1A1A1A;
        margin-top: 0;
        margin-bottom: 44px;
        max-width: 570px;
}
.home_text_container p{
        font-size: 16px;
        font-weight: normal;
        color: #1A1A1A;
        margin-bottom: 0;
        max-width: 570px;
}
/* =====================================================BIG HOME*/



/* =====================================================FOOTER*/
footer{
        background: #1D8EEA;
        padding-bottom: 32px;
        padding-top: 52px;
}
.footer_logo_container p{
        font-size: 14px;
        font-weight: normal;
        margin-top: 35px;
        color: #E6E6E6;
}
.footer_page_list h3{
        font-size: 20px;
        font-weight: bold;
        color: #fff;
        margin-top: 0;
        margin-bottom: 38px;
}
.footer_page_list ul{
        list-style: none;
        padding-left: 0;
        margin-bottom: 0;
}
.footer_page_list ul li a{
        font-size: 16px;
        font-weight: normal;
        color: #fff;
}
.footer_page_list ul li:not(:last-child){
        margin-bottom: 13px;
}
.footer_contact_info ul{
        list-style: none;
        padding-left: 0;
        margin-bottom: 0;
}
.footer_contact_info ul li:nth-child(1) img{
        margin-top: 2px;
}
.footer_contact_info ul li:nth-child(4) img{
        margin-top: 4px;
}
.footer_contact_info ul li:nth-child(5) img{
        margin-top: 5px;
}
.footer_contact_info ul li a, .footer_contact_info ul li p{
        font-size: 16px;
        font-weight: normal;
        color: #fff;
        margin: 0;

}
.footer_contact_info ul li img{
        width: 14px;
        height: 14px;
        margin-right: 20px;
}
.footer_contact_info ul li{
        display: flex;
        
}
.footer_contact_info ul li:not(:last-child){
        margin-bottom: 20px;
}
.footer_contact_info h3{
        font-size: 20px;
        font-weight: bold;
        color: #fff;
        margin-top: 0;
        margin-bottom: 38px;
}
.foot_copy_container p{
        font-size: 16px;
        font-weight: normal;
        color: #666666;
        margin: 0;
}
.foot_copy_container{
        padding-top: 23px;
        padding-bottom: 23px;
}
/* =====================================================FOOTER*/




/* =====================================================BREAD*/
.bread_bg{
        background: #ECF6FD;
        margin-top: -40.5px;
        padding-top: 38px;
        padding-bottom: 36px;
        margin-bottom: 60px;
}
.title{position: relative;}
.title h1{
        margin: 0;
        font-weight: bold;
        font-size: 30px;
        color: #1A1A1A;

        /* hover */
     
        /* hover */
}



.breadcrumb{
        padding: 0;
        margin: 0;
        background: none;
        border: none;
        
        margin-top: 6px;
        min-height: 29px;
}
.breadcrumb a{
       font-size: 16px;
       font-weight: normal; 
       color: #4D4D4D;
}
.breadcrumb .breadcrumb_end{
        font-size: 16px;
       font-weight: normal; 
       color: #4D4D4D;
}
/* =====================================================BREAD*/
div[id ^='slideshow'] .item:hover .baner_text_block button{
        color: #A02A63;
        background: #fff;
}
.baner_text_block{
        position: absolute;
        width: 50%;
        top: 81px;
        left: 95px;
        pointer-events: none;
}
.baner_text_block h2{
        font-weight: bold;
        font-size: 36px;
        color: #1D8EEA;
        margin-top: 0;
        margin-bottom: 35px;
}
.baner_text_block ul{
        padding-left: 23px;
        
}
.baner_text_block ul li{
        font-weight: 500;
        font-size: 20px;
        color: #262626;
        margin-bottom: 18px;
}
.baner_text_block button{
        font-size: 16px;
        font-weight: 500;
        color: #fff;
        text-transform: uppercase;
        padding: 17.6px 25.9px 17.6px 25.9px;
        border-radius: 50px;
        background: #A02A63;
        border: 1px solid #A02A63;
        transition: .4s;
}
/* =====================================================CAT _LIST*/
.cat_list_title h2{
        margin-top: -5px;
        font-size: 24px;
        font-weight: bold;
        color: #4D4D4D;
        position: relative;
        padding-bottom: 13px;
        margin-bottom: 3px;
}
.cat_list_title h2:after{
        content: '';
        position: absolute;
        width: 60px;
        bottom: 0;
        left: 0;
        background: #A02A63;
        height: 2px;
        border-radius: 50px;
}
.cat_list, .cat_list_children{
        padding-left: 0;
        list-style: none;
}
.cat_list .parent_link{
        font-weight: bold;
        font-size: 16px;
        color: #414141;
       
}
.cat_list > li{
        padding-top: 27px;
        padding-bottom: 27px;
        border-bottom: 1px dashed #CCCCCC;
}
.cat_list_children .child_link{
        font-size: 16px;
        font-weight: normal;
        color: #A02A63;
        display: flex;
        align-items: center;
}
.cat_list_children{
        margin-top: 14px;
        margin-bottom: -14px;
}
.cat_list_children .child_link img{
        width: 6px;
        height: 8px;
        margin-right: 10px;
}
.cat_list_children > li{
        margin-bottom: 13px;
}
/* =====================================================CAT _LIST*/


/* =====================================================PRODUCT _LIST*/
.prod_container{
    display: flex;
    border: 1px solid #F0F0F0;
    justify-content: space-between;
    padding: 45px 20px;
    margin-bottom: 40px;
    border-radius: 20px;
    -webkit-box-shadow: 0px 2px 9px 0px rgba(50, 50, 50, 0.25);
-moz-box-shadow:    0px 2px 9px 0px rgba(50, 50, 50, 0.25);
box-shadow:         0px 2px 9px 0px rgba(50, 50, 50, 0.25);
}
.prod_list_info_container h3{
        font-size: 14px;
        font-weight: bold;
        color: #1A1A1A;
        margin-top: 0;
        margin-bottom: 15px;
}
.prod_list_info_container{
        /*padding-top: 25px;*/

}
.prod_list_img{width: 10%;display: flex; align-items:center;justify-content: center;}
.prod_container .prod_list_info_container{width: 20%;padding-left: 5px;padding-right: 5px;}
.prod_container .prod_list_info_container:nth-child(2){width: 30%;}
.prod_container .prod_list_info_container:nth-child(3){width: 10%;}
.prod_container .prod_list_info_container:nth-child(7){width: 12%;}
.prod_container .prod_list_info_container:nth-child(8){width: 12%;}
.prod_list_info_container p{
        font-size: 15px;
        font-weight: normal;
        color: #1A1A1A;
        margin-bottom: 0;
}
/* =====================================================PRODUCT _LIST*/
.home_cat_img_container{
        display: block;
    border-radius: 10px;
        padding: 20px;
}
.home_cat_container{margin-bottom: 20px;}
.home_cat_container:hover .home_cat_img_container{
    
    -webkit-box-shadow: 0px 0px 13px 0px rgba(50, 50, 50, 0.15);
    -moz-box-shadow: 0px 0px 13px 0px rgba(50, 50, 50, 0.15);
    box-shadow: 0px 0px 13px 0px rgba(50, 50, 50, 0.15);
}

/* =====================================================PAGINATION*/
.pagination>li>a, .pagination>li>span{
            font-size: 14px;
    padding: 10px 17px;
    color: #1a1a1a;
}
.pagination>.active>a, .pagination>.active>a:focus, .pagination>.active>a:hover, .pagination>.active>span, .pagination>.active>span:focus, .pagination>.active>span:hover{
        background-color: #1D8EEA;
        border-radius: 0;
}
.pagination>li:first-child>a, .pagination>li:first-child>span{border-radius: 0;}
.btn-primary{
            background: #1D8EEA;
    font-size: 16px;
    display: inline-block;
}
/* =====================================================PAGINATION*/


/* MEDIA */
@media (min-width: 992px) and (max-width: 1199px){
        .top_menu_container ul li a{
                  font-size: 12px;  
        }
        .under_baner_list li:not(:last-child){
                    margin-right: 6px;
        }
        .under_baner_list li{
                width: 230px;
        }
        .under_baner_list h2{
                font-size: 14px;
                margin-top: 7px;
                margin-bottom: 11px;  
        }
        .home_cat_container{
              display: flex;
                flex-direction: column;  
                margin-bottom: 20px;
        }
        .home_popular_title h2{text-align: center;}
        .callback_home_container a{margin-left: 10%;}
        .prod_list_info_container h3{
                   font-size: 11px; 
                       margin-bottom: 23px;
        }
        .prod_list_info_container p{
                font-size: 13px;
        }
        .baner_text_block{top: 35px;}
}
@media (min-width: 769px) and (max-width: 991px){
        .top_callback_link{
                    justify-content: center;
    margin-top: 20px;
        }
        .breadcrumb{text-align: center;}
        .title h1{text-align: center;}
        .title h1:hover{position: unset;width: auto;padding: unset;}
        .title h1{
                overflow: initial;
    display: inline-block;
        }
        .cat_list .parent_link{
              font-size: 14px;  
        }
        .cat_list_children {font-size: 13px;}
        .home_cat_img_container{width: 100%;}
        .home_cat_img_container img{width: inherit;}
        .footer_contact_info ul li a, .footer_contact_info ul li p{font-size: 11px;}
        .prod_container{
                    flex-direction: column;
    justify-content: center;
    text-align: center;
        }
        .prod_list_img{width: 100%;}
        .prod_list_img img{margin: auto;}
        .prod_container .prod_list_info_container, .prod_container .prod_list_info_container:last-child, .prod_container .prod_list_info_container:nth-child(n){width: 100%;}
        .prod_list_info_container h3{margin-bottom: 6px;}
        .title{text-align: center;}
        .under_baner_list li:nth-child(n){margin-right: 0;}
        .under_baner_list li:nth-child(2n + 1){margin-right: 6%;}
        .under_baner_list li{
                width: 47%;
        }
        .home_cat_container{margin-bottom: 20px;}
        .callback_home_container p{font-size: 16px;}
        .callback_home_container a{margin-left: 0;}
        .callback_home_container > div{width: 70%;}
        .baner_text_block{
                    top: 20px;
    left: 50px;
        }
        .baner_text_block h2{
                font-size: 28px;
                margin-bottom: 15px;
        }
        .baner_text_block button{
                padding: 10.6px 25.9px 10.6px 25.9px;
        }

}
@media (max-width: 768px){
        .breadcrumb{text-align: center;}
        .title h1{text-align: center;}
        .logo_container img{margin: auto;}
        .top_callback_link{
        justify-content: center;
        margin-top: 15px;
        }
        .under_baner_list li{width: 47%;}
        .under_baner_list li:nth-child(n){margin-right: 0;margin-bottom: 10px;}
        .under_baner_list li:nth-child(2n+1){margin-right: 6%;}
        .home_cat_container{
                    display: flex;
    flex-direction: column;
    margin-bottom: 20px;
        }
        .home_popular_title h2{text-align: center;}
        .callback_home_container{
                    flex-direction: column;
    justify-content: center;
    height: unset;
        }
        .callback_home_container a{
                    display: block;
    margin-left: 0;
    margin-top: 20px;
        }
        .callback_home_container p{max-width: unset;}
        .home_text_container{
                background: no-repeat;
                background: #F3F1F2;
                min-height: unset;
        }
        .home_text_container p{max-width: unset;}
        .footer_logo_container{text-align: center;}
        .footer_logo_container img{margin: auto;}

        .footer_page_list h3{
                    text-align: center;
                    margin-bottom: 20px;
        }
        .footer_page_list{margin-bottom: 20px;}
        .footer_contact_info h3{
               text-align: center;
                    margin-bottom: 20px; 
        }
        .footer_contact_info ul li{
                justify-content: center;
        }
        .footer_page_list ul{text-align: center;}
        .foot_copy_container{
                text-align: center;
        }
        .prod_container{
                    flex-direction: column;
    justify-content: center;
    text-align: center;
        }
        .prod_list_img{width: 100%;}
        .prod_list_img img{margin: auto;}
        .prod_container .prod_list_info_container, .prod_container .prod_list_info_container:last-child, .prod_container .prod_list_info_container:nth-child(n){width: 100%;}
        .prod_list_info_container h3{margin-bottom: 6px;}

        .baner_text_block{
                    top: 50%;
    left: 50px;
    height: 136px;
    margin-top: -68px;
        }
        .baner_text_block h2{
                    font-size: 16px;
    margin-bottom: 5px;
        }
        .baner_text_block button{
                padding: 3.6px 16.9px 3.6px 16.9px;
                font-size: 14px;
        }
        .baner_text_block ul li{
                    margin-bottom: 7px;
                        font-size: 14px;

        }
}
@media (max-width: 530px){
        .top_header_contacts a, .top_header_contacts p{
                    font-size: 12px;
        }
        .top_menu_container ul{
                    flex-wrap: wrap;
        }
        .top_menu_container ul li{width: 50%; text-align: center;margin-bottom: 20px;}
        .top_menu_container ul li a{font-size: 13px;}
        .under_baner_list li:nth-child(n){margin-right: 0;margin-bottom: 10px;}
         .under_baner_list li{width: 100%;}
         .prod_container{
                    flex-direction: column;
    justify-content: center;
    text-align: center;
        }
        .prod_list_img{width: 100%;}
        .prod_list_img img{margin: auto;}
        .prod_container .prod_list_info_container, .prod_container .prod_list_info_container:last-child{width: 100%;}
        .prod_list_info_container h3{margin-bottom: 6px;}

        .baner_text_block{
                    top: 50%;
    left: 10px;
    height: 100px;
    margin-top: -50px;
        }
        .baner_text_block h2{font-size: 13px;}
        .baner_text_block ul li{font-size: 12px;margin-bottom: 0;}
        .baner_text_block ul{padding-left: 16px;margin-bottom: 2px;}
        .baner_text_block button{font-size: 10px;    padding: 0.6px 11.9px 0.6px 11.9px;}
        div[id ^='slideshow'] .owl-pagination{bottom: 0;}

}
@media (max-width: 400px){
        .top_menu_container ul li{width: 100%;}
        .top_menu_container ul{flex-direction: column;margin-top: 20px;}
        .callback_home_container p{font-size: 15px;}
        .callback_home_container h3{
                font-size: 28px;
                margin-bottom: 16px;
        }
        .callback_home_container a{padding: 11px 26px;}
        .home_text_container h3{
                font-size: 16px;
                margin-bottom: 20px;
        }
        .home_text_container p{font-size: 13px;}
        .home_text_container{padding: 22px;}

        .baner_text_block h2{font-size: 10px;}
        .baner_text_block ul li{font-size: 10px;margin-bottom: 0;line-height: 1.2;}
        .baner_text_block ul{padding-left: 16px;margin-bottom: 2px;}
        .baner_text_block button{font-size: 10px;    padding: 0.6px 11.9px 0.6px 11.9px;}
        div[id ^='slideshow'] .owl-pagination{bottom: 0;}
        .baner_text_block{height: 80px;margin-top: -40px;}
}
/* MEDIA */