* {
    margin: 0;
    padding: 0;
}
header, nav, section, article, aside, footer {
    display: block;
}
body {
    font: 14px/18px Arial, Tahoma, Verdana, sans-serif;
    background:#f7c45f;
}

input[name="searchstring"] {
    line-height: 24px;
    padding: 2px 0;
    text-indent:10px;
    width:100%;
}

a {
    color: #170101;
    outline: none;
    text-decoration: underline;
}
a:hover {
    color:#DA251D;
    text-decoration: none;
}
p {
    margin: 0 0 18px
}
img {
    border: none;
}
input {
    vertical-align: middle;
}
#wrapper {
    min-width: 998px;
    max-width: 1200px;
    margin: 0 auto;
}
.clear{
    clear:both;
}
.lt
{
    float:left;
}
.rt
{
    float:right;
}
.img
{
    text-align:center;
}
.img img
{
    padding:10px 0 0;
}
.custom_text_page
{
    padding:0 20px;
}
.text_page
{
    padding:0 20px;
}
.text_page h1
{
    font-size:24px;
    text-align:center;
    color:#170101;
    margin:10px 0;
}
.text_page  h2 {
    font-size:20px;
    margin:10px 0;
}
.text_page  h3 {
    font-size:18px;
    margin:10px 0;
}
.text_page  h4 {
    font-size:16px;
    margin:10px 0;
}
.text_page  h5 {
    font-size:14px;
    margin:10px 0;
}
.text_page  h6 {
    font-size:14px;
    margin:10px 0;
}

.pad
{
    padding:10px;
}



.frame-tel-bg {
    z-index: 1500;
    background: rgba(0,0,0,0.7);
    display: none;
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
}
.frame-tel {
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 1505;
    display: none;
    margin: 20px auto;
    width: 360px;
    margin-left: -180px;
    background: #fff;
    border-radius: 3px;
    padding: 20px;
    margin-top: -200px;
}
.frame-tel button {
    background-color: #11bf74;
    padding: 12px 27px;
    text-decoration: none;
    color: #ffffff;
    text-transform: uppercase;
    font-family: 'lt-Roboto',Arial,Helvetica,sans-serif;
    font-size: 12px;
    font-weight: bold;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    display: block;
    outline: medium none;
    border: 0;
    cursor: pointer;
}
.frame-tel input, .frame-tel textarea {
    width: 100%;
    background: transparent;
    border: 1px solid #c6c6c6;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    margin: 0;
    padding: 5px 10px;
    font-size: 14px;
    line-height: 18px;
    font-family: 'lt-Roboto',Arial,Helvetica,sans-serif;
    position: relative;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    height: 44px;
    outline: none;
    text-overflow: ellipsis;
    margin-bottom: 5px;
}
.frame-tel textarea {
    height: auto;
    background: #fff;
    resize: vertical;
}

.frame-tel-intro {
    position: fixed;
    right: 90px;
    bottom: 110px;
    z-index: 1000;
    background: #11bf74;
    width: 55px;
    height: 55px;
    border-radius: 40px;
    text-align: center;
    box-shadow: 0px 3px 20px rgba(0,0,0,0.3);
    cursor: pointer;
    transition: box-shadow 0.2s ease-in-out;
}
.frame-tel-intro:hover {
    box-shadow: 0px 0px 5px rgba(0,0,0,0.4);
}
.frame-tel-intro:active {
    background: #0da363
}
.frame-tel-intro svg  {
    height: 25px;
    width: 25px;
    margin: 16px 0 0;
}
.frame-tel-intro svg path {
    fill: #fff;
}


.social-xxxx {
    overflow: hidden;
}
.social-xxxx a {
    padding: 0;
    float: left;
    margin: 5px 5px 5px 0;
}
.social-xxxx img {
    width: 25px;
    float: left;
}

/* Header
-----------------------------------------------------------------------------*/
#header {
    height: 222px;
    border-bottom:1px solid #9c6833;
}
.header_left_part
{
    width:49px;
    height:144px;
    background:#f7c45f url('../img/header_left_part.png') top left no-repeat;
    position:absolute;
}

.header_middle_part
{
    width:100%;
    height:144px;
    background:#f7c45f url('../img/header_middle_part.png') top right no-repeat;
}
.tracery
{
    background:#f7c45f url('../img/tracery.png') top center no-repeat;
    width:212px;
    height:28px;
    margin:-12px auto 0;
}
#header p
{
    padding:10px 0;
    margin:0;
}
#logo {
    float:left;
    margin-left:42px;
}
#logo img
{
    padding:14px 0;
}
#header .telephone
{
    width:0;
    height:0;
    float:right;
}
@media (min-width: 1200px) {
    #header .telephone
    {
        width:150px;
        height:144px;
        background:transparent url('../img/telephone.png') 50% 50% no-repeat;
        float:right;
        margin-right:24px;
    }

}
#header_contacts {
    float:right;
    text-align:center;
    width:230px;
    padding:20px 0;
    margin-right:20px;
    color:#da251d;
    font-size:14px;
    font-style:italic;
    line-height:1.8em;
}
#header_contacts b
{
    font-size:20px;
    font-weight:normal;
}
#header_contacts span {
    color:#005ca1;
}

.top_menu {
    width:100%;
    border-collapse: collapse;
    border:none;
}
.top_menu td {
    height:35px;
    text-align: center;
    vertical-align:middle;
    white-space: nowrap;
    background:url('../img/top_menu_bg.png') 0 0 repeat-x;
}
.top_menu td.tm_devider
{
    width:19px;
    height:35px;
    background:url('../img/top_menu_devider_bg.png') 0 0 repeat-x;
}
.top_menu td.tm_pre
{
    width:10px;
    height:35px;
    background:url('../img/top_menu_pre_bg.png') 0 0 no-repeat;
}
.top_menu td.tm_after
{
    width:9px;
    height:35px;
    background:url('../img/top_menu_after_bg.png') 0 0 no-repeat;
}

.top_menu td a:link, .top_menu td a:visited
{
    font-size:14px;
    line-height:1.6em;
    color:#170101;
    font-style:italic;
    font-weight:bold;
    text-transform: uppercase;
    text-decoration:none;
}
.top_menu td a:hover, .top_menu td a:active, .top_menu td a.active{
    color:#da251d;
    text-decoration:none;
}


/* Middle
-----------------------------------------------------------------------------*/
#middle {
    width: 100%;
    height: 1%;
    position: relative;
}
#middle:after {
    content: '';
    clear: both;
    display: table;
}
#container {
    width: 100%;
    float: left;
    overflow: hidden;
}
#content {
    padding: 0 230px 0 190px;
}

#content  p.main_name
{
    font-size:24px;
    line-height:1.2em;
    font-weight:bold;
    padding:10px;
    margin:0;
    text-align:center;
}



.home_page_catalog_block, .sub_categ
{
    width:580px;
    margin:0 auto;
    padding-top:20px;
    text-align:center;
}

.home_page_catalog
{
    background-color:#f3cc80;
    border:1px solid #805722;
    margin-top:-4px;
    padding-bottom:20px;
}
.home_page_catalog .ltc
{
    width:71px;
    height:74px;
    background:url('../img/left_top_corner.png') 0 0 no-repeat;
    position:absolute;
    margin-top:-2px;
    margin-left:-3px;
}
.home_page_catalog .rtc
{
    width:73px;
    height:77px;
    background:url('../img/right_top_corner.png') 0 0 no-repeat;
    position:absolute;
    margin-top:-2px;
    margin-left:507px;
}

.home_page_catalog .lbc
{
    width:71px;
    height:74px;
    background:url('../img/left_bottom_corner.png') 0 0 no-repeat;
    position:absolute;
    margin-top:-52px;
    margin-left:-3px;
}
.home_page_catalog .rbc
{
    width:73px;
    height:77px;
    background:url('../img/right_bottom_corner.png') 0 0 no-repeat;
    position:absolute;
    margin-top:-55px;
    margin-left:507px;
}
.home_page_catalog .categ a:link
{
    color:#170101;
    text-decoration:none;
    display:block;
}
.home_page_catalog .categ a:visited
{
    color:#810101;
}
.home_page_catalog .categ a:hover, .home_page_catalog .categ a:active
{
    color:#DA251D;
    text-decoration:none;
}
.make_order, .back a
{
    border:none;
    background:none;
    color: #DA251D;
    font-size: 14px;
    font-style: italic;
    font-weight: bold;
    line-height: 1.6em;
    text-transform: uppercase;
    cursor:pointer;
    text-decoration:none;
}
.make_order:hover, .back a:hover
{
    color:#DA251D;
}
/* Sidebar Left
-----------------------------------------------------------------------------*/
#sideLeft {
    float: left;
    width: 190px;
    margin-left: -100%;
    position: relative;
}
#sideLeft  p.cool
{
    padding:6px 0;
    margin:0;
    font-style:italic;
    font-weight:bold;
    text-align:center;

}
.yashare-auto-init
{
    text-align:center;
    /*margin:20px 0;*/
}
#sideLeft .title_block_bg
{
    width:190px;
    height:38px;
    background:url('../img/title_block_bg.png') 0 0 no-repeat;
    padding:0;
    margin:0;
    border:none;
    text-align:center;
    margin:2px 0;
}
#sideLeft .title_block_text, #sideRight .title_block_text
{
    font-size:14px;
    line-height:2.4em;
    color:#170101;
    font-style:italic;
    font-weight:bold;
    text-transform: uppercase;
    text-decoration:none;
}
#sideLeft .title_block_text_link a:link, #sideLeft .title_block_text_link a:visited
{
    font-size:14px;
    line-height:2.4em;
    color:#170101;
    font-style:italic;
    font-weight:bold;
    text-transform: uppercase;
    text-decoration:none;
}
#sideLeft .title_block_text_link a:hover, #sideLeft .title_block_text_link a:active
{
    color:#da251d;
    text-decoration:none;
}



#sideLeft .block_repeat_bg
{
    width:170px;
    background:url('../img/left_repeat_bg.png') 0 0 repeat-y;
    padding:10px 10px 2px;
    margin-top:-3px;
}
#sideLeft .no-top-pad
{
    padding:0 10px;
}
#sideLeft .block_repeat_top
{
    width:190px;
    height:9px;
    background:url('../img/left_repeat_top.png') 0 0 no-repeat;
}
#sideLeft .block_repeat_bottom
{
    width:190px;
    height:9px;
    background:url('../img/left_repeat_bottom.png') 0 0 no-repeat;
}
#sideLeft .sidebar_offer img
{
    max-width:170px;
}
#sideLeft .sidebar_offer b
{
    color:#DA251D;
    font-weight:bold;
}
#sideLeft .sidebar_offer  a:link, #sideLeft .sidebar_offer a:visited
{
    font-size:14px;
    color:#170101;
    text-decoration:underline;
}
#sideLeft .sidebar_offer  a:hover, #sideLeft .sidebar_offer a:active
{
    color:#DA251D;
    text-decoration:none;
}

#sideLeft hr
{
    color: #785938;
    background-color: #785938;
    height: 1px;
    border: 0;
    margin:6px 0;
}
.search_form
{
    padding-top:8px;
}
.search_form .go_btn
{
    width:17px;
    height:17px;
    position:absolute;
    right:1px;
    top:10px;
    background-color:white;
    border:solid 4px white;
}

#id_basket_conent
{
    width:200px;
    height:107px;
    margin:0 0 0 13px;
    background:url('../img/shopping_bag.png') 0 0 no-repeat;
}
#id_basket_conent p
{
    margin:0;
    padding:0 10px;
}
#id_basket_conent p.go_it
{
    padding-top:6px;
}
#id_basket_conent p.go_it a
{
    color:#DA251D;
    font-weight:bold;
    text-decoration:underline;
}
#id_basket_conent p.go_it a:hover
{
    text-decoration:none;
}

/* Sidebar Right
-----------------------------------------------------------------------------*/
#sideRight {
    float: right;
    margin-right: -3px;
    width: 230px;
    margin-left: -230px;
    position: relative;
}


#sideRight .block_repeat_bg
{
    width:200px;
    background:url('../img/right_repeat_bg.png') 0 0 repeat-y;
    padding:10px 10px 2px;
    margin-top:-3px;
    margin-left:13px;
}
#sideRight .no-top-pad
{
    padding:0 10px;
}
#sideRight .block_repeat_top
{
    width:200px;
    height:9px;
    background:url('../img/right_repeat_top.png') 0 0 no-repeat;
    margin-left:13px;
    margin-top:4px;
}
#sideRight .block_repeat_bottom
{
    width:200px;
    height:9px;
    background:url('../img/right_repeat_bottom.png') 0 0 no-repeat;
    margin-left:13px;
}
.skype_block p
{
    margin:0;
    padding:6px;
}
.skype_block p a:link
{
    text-decoration:none;
}


#sideRight .news
{
    width:230px;
    margin-top:20px;
    background:url('../img/news_top.png') 0 0 no-repeat;
}
#sideRight .news_content
{
    width:184px;
    padding:0 6px;
    margin-top:70px;
    margin-left:15px;
    background:url('../img/news_bg.png') 0 0 repeat-y;
}
#sideRight .news_bottom
{
    width:230px;
    height:42px;
    background:url('../img/news_bottom.png') 0 0 repeat-y;
}
#sideRight .news_content hr
{
    color: #785938;
    background-color: #785938;
    height: 1px;
    border: 0;
    margin:6px 0;
}
#sideRight .news_content .date
{
    color:#785938;
    font-weight:bold;
    text-align:center;
    padding-bottom:6px;
    margin:0;
}
#sideRight .news_content a:link, #sideRight .news_content a:visited
{
    color:#170101;
    text-decoration:underline;
}
#sideRight .news_content a:hover, #sideRight .news_content a:active{
    color:#da251d;
    text-decoration:none;
}

/* Footer
-----------------------------------------------------------------------------*/
#footer {
    height: 100px;
    margin-top:40px;
    border-top:1px solid #9c6833;
}

#footer p
{
    padding:10px 0 4px;
    margin:0;
}
/*category_one_brief*/


.catalog_page
{
    padding:0 20px;
}

.category_one_brief
{
    background-color:#f3cc80;
    margin:6px 0;
    padding:10px;
}
.catalog_page hr
{
    color: #785938;
    background-color: #785938;
    height: 1px;
    border: 0;
    margin:6px 0;
}
.hkr
{
    margin:10px 0;
}
.shopping_cart_table
{
    border-collapse:collapse;
}
.shopping_cart_table th, .shopping_cart_table td
{
    padding:10px;
}
.shopping_cart_table tr.lite
{
    background-color:#f3cc80;
}
.shopping_cart_table tr.border
{
    border-top:2px solid #805722;
}
a.sub_categ_link:link, a.sub_categ_link:visited
{
    font-size:16px;
    font-weight:bold;
    color:#170101;
    text-decoration:none;
}
a.sub_categ_link:hover, a.sub_categ_link:active{
    color:#da251d;
    text-decoration:none;
}




.pb_product_image img
{
    padding:0 10px 10px 0;
}


.lighter
{
    background-color:#f3cc80;
}

.cart
{
    font-size:		11px;
    BORDER-BOTTOM:	0px solid;
    BORDER-LEFT:		0px solid;
    BORDER-RIGHT:		0px solid;
    BORDER-TOP:		0px solid;
    margin:			1px;
    font-weight:		bold;
    color:			black;
    background-color:  transparent;
}
.totalPrice
{
    font-size:	    	16px;
    BORDER-BOTTOM:	0px solid;
    BORDER-LEFT:		0px solid;
    BORDER-RIGHT:		0px solid;
    BORDER-TOP:		0px solid;
    margin:		1px;
    font-weight:		bold;
    color:		red;
    background-color:  transparent;
}
INPUT {
    BORDER-RIGHT: #000000 1px solid;
    BORDER-TOP: #000000 1px solid;
    FONT-SIZE: 14px;
    BACKGROUND: #FFFFFF;
    BORDER-LEFT: #000000 1px solid;
    COLOR: #191744;
    BORDER-BOTTOM: #000000 1px solid;
    FONT-FAMILY: Arial, Verdana, Helvetica, sans-serif;
}

.sub_categ_item
{
    width:160px;

    overflow:hidden;
    margin:6px;
    padding:10px;
    float:left;
    text-align:center;
}
.categ
{
    width:160px;

    overflow:hidden;
    margin:6px;
    padding:10px;
    float:left;
    text-align:center;
}
.categ img
{
    margin-bottom:10px;
    border:none;
}



.price
{
    text-align:left;
}

.price h4
{
    padding:0 0 10px;
    margin:0;
    font-size:14px;
    font-weight:bold;
    color:#005ca1;
}

h1
{
    padding:0 0 10px;
    margin:0;
    font-size:14px;
    font-weight:bold;
    color:#005ca1;
}

.light
{
    font-weight:bold;
}



ul.dropdown,
ul.dropdown li,
ul.dropdown ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

ul.dropdown {
    position: relative;
    z-index: 597;
    float: left;
}
ul.main_dd
{
    z-index:500;
}

ul.dropdown li {
    float: left;
    line-height: 1.3em;
    vertical-align: middle;
    zoom: 1;
}

ul.dropdown.main_dd li
{
    float:left;
    border:none;
}
ul.dropdown.main_dd li ul li
{
    float:none;
    border:1px solid #ccc;
}
ul.dropdown.main_dd li ul
{
    width:100%;
}


ul.dropdown li.lighter
{
    background-color:#f3cc80;
}

ul.dropdown li.hover,
ul.dropdown li:hover {
    position: relative;
    z-index: 599;
    cursor: default;
}

ul.dropdown ul {
    visibility: hidden;
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 598;
    width: 100%;
}


ul.dropdown ul li {
    float: none;
}

ul.dropdown ul ul {
    top: 1px;
    left: 99%;
}

ul.dropdown li:hover > ul {
    visibility: visible;
}
ul.dropdown-vertical {
    width: 200px;
}
ul.main_dd
{
    width:100%;
}

ul.dropdown-vertical ul {
    top: 1px;
    left: 99%;
}

ul.dropdown-vertical li {
    float: none;
}


ul.dropdown {
    font-weight: bold;
}

ul.dropdown li {
    padding: 7px 20px 7px 10px;
    border-style: solid;
    border-width: 1px 1px 0px 1px;
    border-color: #694929;
    background-color: #f3cc80;
    color: #000;
}
ul.dropdown :last-child
{
    border-bottom:1px solid #694929;
}
ul.dropdown li:last-child, ul.dropdown li a:last-child
{
    border-bottom:none;
}

ul.dropdown li.hover,
ul.dropdown li:hover {
    background-color: #f7c45f;
    color: #000;
}

ul.dropdown a:link{
    color: #000;
    text-decoration: none;
}
ul.dropdown a:visited	{
    color: #810101;
    text-decoration: none;
}
ul.dropdown a:hover		{
    color: #000;
}
ul.dropdown a:active	{
    color: #ffa500;
}


/* -- level mark -- */

ul.dropdown ul {
    width:360px;
    text-align:left;
}

ul.dropdown ul li {
    font-weight: normal;
}

ul.dropdown ul li ul {
    width:150px;
    text-align:left;
}

/*-------------------------------------------------/
 * @section		Support Class `dir`
 * @level sep	ul, .class
 */


ul.dropdown *.dir {
    padding-right: 20px;
    background-image: url(/images/nav-arrow-down.png);
    background-position: 98% 50%;
    background-repeat: no-repeat;
}


/* -- Components override -- */



ul.dropdown-vertical *.dir,
ul.dropdown-upward ul *.dir {
    background-image: url(/images/nav-arrow-right.png);
}

.lighter_bg
{
    background-color:#F3CC80;
}




ul.drop
{
    display:none;
    position:absolute;
    z-index:500;
}

ul.drop li
{
    list-style:none;
    text-align:left;
    width:172px;
    padding: 6px 10px;

    border-style: solid;
    border-width: 1px 1px 0px 1px;
    border-color: #694929;
    background-color: #f3cc80;
    color: #000;
}
ul.drop:last-child
{
    border-bottom:1px solid #694929;
}
/*===========================================================*/

.search_in_category_p
{
    padding:8px 2px;
    margin:0;

}
.basket
{
    text-decoration:none;
}

.height_for_client
{
    height:171px;
}
a.catalog_title_color
{
    color:#810101 !important;
}

/*-----------scrollup---------------------------------*/
.scrollup{
    width:40px;
    height:40px;
    opacity:0.3;
    position:fixed;
    bottom:50px;
    right:100px;
    display:none;
    text-indent:-9999px;
    z-index:5000;
    background: url('../img/icon_top.png') no-repeat;
}


@media only screen and (min-width: 360px) and (max-width : 980px) {

    .frame-tel-intro {
        right: 12px;
        bottom: 120px;
    }



}



.short_info {
    margin:10px 9px;
    font-weight:bold;
    overflow:hidden;
}
.short_info .left {
    display:block;
    float:left;
}
.short_info .right {
    display:block;
    float:right;
}

.top_banner_wrap {
    padding-top:30px;
}
.top_banner_wrap img {
    margin-top:0px;
    margin-bottom:-5px
}

.bird_left {
    width:189px;
    height:72px;
    background:url('/img/bird01.png') 0 0 no-repeat;
    margin-top:20px;
}

.section.search_block {
    height:107px;
    overflow:hidden;
}

.section.about_bottom {
    float:right;
    width:300px;
    padding-left:40px;
}

.order_form {
    width:70%;
}
.custinfo_form {
    width:70%;
}

.shopping_cart_table tr.control {
    display:none;
}

.catalog_item {
    width:100%
}
.catalog_item .col2 {
    width:88%
}



#header_contacts .lbl {
    display:block;
}

#header_contacts .tel1 {
    text-decoration:none;
    color:#da251d;
    display:block;
}
#header_contacts .tel2 {
    text-decoration:none;
    color:#da251d;
    display:block;
}
#header_contacts .tel3 {
    font-size:21px;
    text-decoration:none;
    display:block;
}
#header_contacts .tel3 span {
    font-size:10px;
    color:#da251d
}

.minorder {
    width:100%;
    overflow:hidden;
    margin-top:25px;
    font-size:14px;
    color:black;
    font-style:normal;
    display:none;
}

.minisearch {
    display:none;
    width:100%;
    overflow:hidden;
    background-color:#f3cc80;
}
.minisearch .search_wrap {
    float:right;
    width:310px;
    margin:0 10px 0 0
}
#id_basket_conent p:last-child {
    width:90px;
}

.section.about_bottom {
    width:100%;
    text-align:center;
}
.table_orderform {
    width:70%;
}
.news_second {
    display:none;
}

.product_item_box{
    display: flex;
    gap: 10px;
}

.pb_product_image_flex {
    width: 150px;
    max-width: 150px;
    display: flex;
    overflow: hidden;
    justify-content: center;
    align-items: center;
}

.pb_product_image_flex{
    width: 100%;
}

.pb_product_btn_flex{
    width: 150px;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
}

.pb_product_btn_flex input {
    text-align: center;
    padding: 5px;
    margin: 0 3px;
}

.pb_product_info_flex{
    display: flex;
    flex: 1;
}

.sidebar_offer img {
    border-radius: 150px;
    border: solid 1px #9c6833;
    box-shadow: 0 0 10px #000;
    width: 150px;
    height: 150px;
    padding: 0;
    margin: 0;
    overflow: hidden;
}

.category_tree_item{
    text-transform: uppercase;
}