body {
    min-width: 1024px;
}
a{outline:none !important;}
.wrapper{
    width:100%;
    position:relative;
    min-width:970px;
}
.mcontainer {
    width:970px;
    margin-right: auto;
    margin-left: auto;
    padding-left: 15px;
    padding-right: 15px;
    text-align:left;
}
.header{
    min-height: 220px;
    margin-top: 24px;
    -webkit-background: linear-gradient(to top, #fff, #fce8dd);
    -moz-background: linear-gradient(to top, #fff, #fce8dd);
    background: linear-gradient(to top, #fff, #65ad546b);
}
nav.navbar{
    background: #76b785;
    border:none;
    border-radius: 0px;
    border-bottom: 1px solid #9a9898;
}
nav.navbar ul{
    float:left;
    margin-bottom:0px;
}
nav.navbar li{
    list-style:none;
    /* float:left; */
    padding:0;
    line-height:40px;
    color:#fba171;
}
nav.navbar li a:hover{
    background: #BFE3C4;
    text-decoration:none;
}
nav.navbar li a{
    color:#483e39;
    font-size:15px;
    font-weight:700;
    padding: 0 40px 2px;
    display: block;
}
nav.navbar li a.active{
    background: #BFE3C4;
    color: #000;
}
.top-banner-container{
    border-bottom:1px dotted #999;
    padding-bottom:10px;
    margin: 0 15px;
}
.footer nav.navbar{
    background:#76b785;
    border:none;
    border-radius: 0px;
    min-height: 30px;

}
.footer nav.navbar ul {
    float: none;
    margin: 0px;
    display: block;
    width: 100%;
    max-width: 649px;
}
.footer nav.navbar li{
    list-style:none;
    /* display:inline-block; */
    /* padding:0 20px 0 0; */
    line-height:30px;
    color:#483e39;
}
.footer nav.navbar li a{
    color:#333;
    font-size:12px;
    font-weight: bold;
    padding: 2px 25px 2px 0;
}
.footer nav.navbar li a:hover, .footer nav.navbar li a.active{
    background: transparent none;
    text-decoration: underline;
}
.contact.row{
    line-height:35px;
    font-size:18px;
    padding: 0;
    margin: 0 auto;
}
.contact.row a{
    color:#010101;
}
.contact-icon i {
    color: #000;
    font-size: 24px;
}
.table{
    display: table;
}
.contact .table{
    margin-bottom:0px;
}
.table-row {
    display: table-row;
}
.table-cell{
    display:table-cell;
}
.contact-icon, .contact-item {
    display: table-cell;
    text-align: right;
    vertical-align: middle;
    line-height: 40px;
}
.contact-item {
    width: 150px;
}
.contact-item a {
    position: absolute;
    top: -3px;
    right: 15px;
}

.top.row{
    height:90px;
    margin: 0;
}
.logo {
    display: block;
    line-height: 85px;
    text-align: left;
    width: 220px;
	margin-left: -15px;
}
.r_anounce{
    position: absolute;
}
.btn.btn-add {
    background: #d5e8d0;
    margin-top: 5px;
}
.col-md-1.star {
    width: 7%;
}
.col-md-1.account {
    width: 9.666666%;
    white-space: nowrap;
}
.r_anounce a:hover{
	text-decoration:none;
}

#change_lang a{
    display:block;
    width:34px;
    height:17px;
    text-indent:-99999px;
    background:url(/images/flags.png) no-repeat left top transparent;
    margin: 6px;
    border: 1px solid #97b6b4;
}
#change_lang a.ru{
    background-position: 0 -20px;
}
#change_lang a.en{
    background-position: 0 -40px;
}

.search_form_button {
    position: absolute;
    right: 1px;
    top:1px;
    width: 30px;
    background:transparent url(/images/search_button.png) no-repeat center center;
    border-radius:0px 5px 5px 0px;
}
.login{
    font-size:14px;
	line-height: 27px;
    margin-top: 35px;
    text-align: center;
}
.login a{
    color:#010101;
}

.caption h3 {
    font-size: 14px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    text-transform: uppercase;
    font-weight: bold;
    font-style: italic;
    cursor: default;
    text-align: center;
}
.price {
  display: inline-block;
  padding: 8px 10px;
  background: #d8e9d4;
  color: #000;
  font-size: 14px;
  border-radius: 30px;
  width: 150px;
  box-shadow: 0 0 7px rgb(229, 123, 50);
}
.block-header {
    padding: 2px 0;
    font-size: 18px;
    font-weight: bold;
    background: #d0d6dc;
    margin-bottom: 5px;
    border-radius: 7px;
    text-align:center;
    position:relative;
    border: 1px solid rgba(229, 123, 50, .5);
}
footer {
    padding: 0 0 20px;
}
.nav.footer {
    padding-right: 0;
}
.left-bar{
    width:28% !important;
    flex: 3;
}
.content-bar{
    /* width:72% !important; */
    /* padding: 0 15px 0 4px; */
    flex: auto;
}
.content-block{
    padding: 4px;
    border-radius:8px;
    background: #f2f2f2;
    margin-bottom:10px;
    position: relative;
}

/**menu style**/
.ui-accordion .ui-accordion-header .ui-accordion-header-icon{
    left:auto;
    right:.2em;
    border-radius: 4px;
    width: 26px;
    height: 26px;
    margin-top: -13px;
    background: rgb(251, 161, 113) url('/images/menu_arrow.png') no-repeat scroll 0% 0%;
}
.ui-accordion .ui-accordion-header .ui-accordion-header-icon.ui-icon-triangle-1-s{
    background-position: 0 -26px;
}
.ui-accordion .ui-accordion-icons {
    padding: 0px;
    padding-left: 1em;
    border-radius: 7px;
    border: 1px solid #fba171;
    background: #fff;
    line-height: 30px;
    margin: 0 0 1px 0;
    font-size: 16px;
    font-weight: bold;
    text-align: left;
    font-family: Arial, sans-serif;
    outline:none;
}
.ui-state-default a, .ui-state-default a:link, .ui-state-default a:visited {
    color: #000;
    text-decoration: none;
}
.ui-state-default:hover a{
    color:#000;
}
.ui-state-default .ui-icon{
    background-image: url("/images/ui-icons_222222_256x240.png");
}
.ui-state-active a, .ui-state-active a:link, .ui-state-active a:visited{
    color:#000;
}
.ui-accordion .ui-accordion-content {
    padding: 1em;
    border: 0;
    overflow: auto;
    border-radius: 0px;
    background: #f2f2f2;
}
.ui-helper-reset {
    line-height: 1.5;
    padding:4px;
    border-radius:8px;
    background:#f2f2f2;
}
.slider-win{
    position: relative;
    margin: 0px auto;
    width: 85%;
    padding-left: 5px;
}
.bx-wrapper .bx-next {
    right: -50px;
}
.bx-wrapper .bx-prev {
    left: -50px;
}
.navbar {
    position: relative;
    min-height: 40px;
    margin-bottom: 0px;
    border: 1px solid transparent;
}
.thumbnail {
    border: 1px solid #fba171 !important;
}
.menu-line {
    display: block;
    float: left;
    padding: 0 12px 0px 0px;
    color: #fff;
    font-size: 26px;
}
.menu-line.first {
    display: block;
    float: left;
    padding: 0 12px 0px 0;
    color: #fff;
    font-size: 26px;
}
.menu-line.end {
    display: block;
    float: right;
    padding: 0 0px 0 12px ;
    color: #fff;
    font-size: 26px;
}
.vip-image-container{
    display: block;
    height: 145px;
    /* width: 194px;
    overflow: hidden; */
}
.vip-link{
    display: block;
    height: 145px;
    width: 100%;
    vertical-align:middle;
    text-align: center;
    background: #ccc;
}
.vip-link img {
    width: 100%;
    height: 145px !important;
    object-fit: contain;
}
.bx-wrapper img {
    width: 100%;
    display: block;
}
.shop-item-container{
    display: block;
    width:155px;
    height: 113px;
    overflow: hidden;
}
.shop-item {
    display: table-cell;
    vertical-align: middle;
    width: 149px;
    height: 107px;
    border-collapse: collapse;
    text-align:center;
}
.shop-item-ramka{
    width: 155px;
    height: 113px;
    overflow: hidden;
    background: #FFF;
    border: 1px solid #ccc;
    border-radius: 5px;
    padding: 3px 3px 3px;
}
li.slid {
    padding: 0 15px;
}
.shop-item-info {
    padding-top: 10px;
    text-align: justify;
    font-size: 12px;
}
.search-button-container .btn{
    width:100%;
}
#search-form-background{
    display:none;
    position:fixed;
    z-index:10; width:100%;
    height:100%;
    background: rgba(0, 0, 0, 0.7);
    filter:alpha(opacity=30);
    top:0;
    left:0;
}
.anounce-slider-price{
    text-align: center;
    border: 1px solid #fba171;
    border-radius: 5px;
    position: absolute;
    bottom: 5px;
    width: 155px;
    line-height: 25px;
}
.anounce-slide{
    height: 250px !important;
}
.anounce-slide .item-title{
    font-size: 12px;
}
.current a::before {
    content: ' ';
    font-size: 12px;
    color: green;
    font-weight: bold;
    margin-left: -15px;
    background: url('/images/rarow.gif') no-repeat left center;
    display: inline-block;
    width: 15px;
    height: 12px;
}
.columns-3{
    padding: 0 4px;
    width: 465px;
}
.right-bar{
    width:213px;
}
.flex-box{
    display: -webkit-flex;
    display: flex;
}
.price-cell {
  position: absolute;
  right: 8px;
  bottom: -10px;
  background: #c2ddbc;
  padding: 5px 10px;
  border-radius: 5px;
  box-shadow: 2px 2px 3px #666;
  color: #000;
}
.content-block.shop{
    background: transparent;
}
.shop-content {
    padding: 4px;
    border-radius: 8px;
    background: #f2f2f2;
    margin-bottom: 10px;
}
.shop-anounce-info{
    text-align: justify;
}
.table.shop-anounce-logo .table-cell{
    vertical-align: middle;
}
.shop-content .row{
    position: relative;
}
.anounce-bottom {
    position: absolute !important;
    width: 75%;
    bottom: 0;
    right: 15px;
    text-align: left;
    color: #357a3e;
    font-style: italic;
}
.anounce-hr{
    border-top: 1px dotted #357a3e;
    margin: 0 20px 5px 15px;
}
.page-text{
    text-align: justify;
    padding:0 5px;
}
.form{
    text-align:left;
}
.checkbox.mycheckbox input[type=checkbox]{
    margin-left: 0px;
    margin-top: 3px;
}
.checkbox.mycheckbox label{
    padding-left:25px;
}
.captcha-img img{
    width:88px;
}
.profile-content{
    text-align: left;
    padding: 0 10px;
}
.align-right{
    text-align:right;
}
.strong{
    font-weight:bold;
}
.center {
    text-align: center;
}
.next-prev-container{
    margin:0px;
}
.prev-link a, .next-link a, .cat-link a{
    display: block;
    font-size: 13px;
    font-weight: 400;
    height: 40px;
}
.cat-link a{
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}
.thumb-row{
    margin: 0 -2px;
}
#anouncement .row .thumbnail{
    margin-bottom:0px;
    position:relative;
}
.bx-wrapper .bx-pager.bx-default-pager a:hover, .bx-wrapper .bx-pager.bx-default-pager a.active {
    background: #C3571C;
}
.bx-wrapper .bx-pager.bx-default-pager a {
    background: #FEC8AB;
}
.bx-wrapper .bx-prev{
    background: url('/js/bxslider/images/controls_green.png') no-repeat 0 -32px;
}
.bx-wrapper .bx-next{
    background: url('/js/bxslider/images/controls_green.png') no-repeat -43px -32px;
}
.flexrow{
    display:flex;
}
.anounce-bottom .col-md-8 {
    text-align: right;
    padding-right: 20px;
}
.agree-box.checkbox input[type=checkbox]{
    margin-left:0px;
}
.form_email, .form_login, .form_password {
    margin-left: 9px;
}
.form-login-label, .form_login{
    margin-bottom:10px;
}
.thumb-big-img{
    display:table-cell;vertical-align:middle; width:256px; height:200px;text-align:center;
}
.thumb-big-img img {
    /*width: 100%;*/
    height: auto;
    max-width: 242px;
    max-height: 200px;
}
div.tumb{ background:#fff; overflow: hidden; height:53px;}
.edit_anonce{text-align:right;height:23px; padding:2px 2px 3px; position:relative;}
.edit_toolbar{
    text-align:right;height:23px; padding:2px 10px 3px 3px;background: #45A251;
    border-radius: 15px 15px 0 0; width:160px; position:absolute;right:0;top:0;
}
.cat_list > li{
    font-size: 15px;
    color: #666;
    font-style: normal;
    padding: 5px;
    cursor: pointer;
    border: 1px solid #fba171;
    margin: 0 10px 2px 20px;
    background: #fff;
    border-radius: 7px;
}
.cat_list > li:hover, .cat_list > li.active{
    color:#000;
}
.cat_list > li:after{
    content: "";
    float: right;
    padding: 0px 10px 0px 10px;
    background: rgb(251, 161, 113) url('/images/menu_arrow.png') no-repeat scroll 0% 0%;
    transform: rotate(180deg);
    width: 26px;
    height: 27px;
    border-radius: 5px;
    margin: -3px;
}

.add_sub_cat_list{
    display:none;
    background: #fff;
    margin-right: 10px;
    box-shadow: 0 0 5px #FBA171 inset;
    border-radius: 5px;
    padding: 10px 0;
    height: 100%;
    list-style: none;
    padding-left: 15px;
}
.main-cat-column{
    border-right: 1px solid #ccc;
    min-height: 400px;
}
.add-anounse-container .sub_cat_list a{
    font-size: 15px;
    font-weight: 500;
    color: #040300;
    font-family: Arial;
    font-style: normal;
    padding-left: 20px;
}
.add_sub_cat_list a{
    font-size:15px;
}
.portlet{
    line-height: 1.5;
    padding: 4px;
    border-radius: 8px;
    background: #f2f2f2;
}
.portlet-title, .module_header_current{
    font-size: 13px;
    text-transform: uppercase;
    padding: 5px 10px;
    margin-bottom: 5px;
    background: #357A3E;
    text-shadow: 0 1px 0 #000;
    color: #fff;
    border-radius: 5px;
}
.border-right{border-right:1px solid #ccc;}
.phone{
    padding:2px 10px 3px 22px;
    margin-right:20px;
    height:20px;
    background:url('/images/phone.png') no-repeat 1px center #060;
    box-shadow: 2px 3px 3px #996;
    color:#fff;
    border-radius: 12px;
    -moz-border-radius: 12px;
    -webkit-border-radius: 12px;
}
span.location {
    color: #CCCCCC;
    float: right;
    font-family: Arial;
    font-size: 12px;
    font-style: italic;
    font-weight: 500;
    margin-top: 8px;
}
#shop_site, #shop_mail{font-family: Arial, sans-serif; font-weight:bold;font-size:12px; text-decoration: underline; font-style: italic;}
.btn-success{
    background-color: #357a3e;
}
#Profile_month {
    width: 100px;
}
.anonse + table {
    border-top: 1px solid #45A251;
    padding-top: 20px !important;
    display: block;
}
#social-buttons-container{
    padding-top: 10px;
    position: absolute;
    width: 25px;
    left: -37px;
}
.shr-btn{
    display:inline-block;
    width:30px;
    height:30px;
    background: url('/images/social-icons.png') no-repeat;
    cursor:pointer;
}
.shr-btn.fb{
    background-position: 0 0;
}
.shr-btn.vk{
    background-position: -80px 0;
}
.shr-btn.mr{
    background-position: -159px 0;
}
.shr-btn.ok{
    background-position: -120px 0;
}
.shr-btn.email{
    background-position: -200px 0;
}
.shr-btn.sm{
    display:inline-block;
    width:25px;
    height:25px;
    background: url('/images/social-icons-sm.png') no-repeat;
    cursor:pointer;
}
.shr-btn.sm.fb{
    background-position: 0 0;
}
.shr-btn.sm.vk{
    background-position: -67px 0;
}
.shr-btn.sm.mr{
    background-position: -133px 0;
}
.shr-btn.sm.ok{
    background-position: -100px 0;
}
.shr-btn.sm.email{
    background-position: -167px 0;
}
.footer nav.navbar ul.single-footer{
	margin: 0px 0 0 -27px;
}
.alert-success .row{
    padding:0;
}
.tumb img {
    max-width: 100%;
    max-height: 100%;
    vertical-align: middle;
    text-align: center;
}
div.tumb {
    background: #fff;
    overflow: hidden;
    height: 53px;
    vertical-align: middle;
    display: table-cell;
    text-align: center;
    width: 75px;
}
.header-fixed {
    position: fixed;
    width: 100%;
    top: 0;
    background: #76b785;
    z-index: 100000;
    box-shadow: 0 0 3px #999;
}
.categories-slider-container {
    overflow: hidden;
    margin-bottom: 20px;
}
.category-slider-item {
    text-align: center;
    height: 110px;
    line-height: 150px;
    background: rgba(0,0,0,.3);
    margin: 0 5px;
    box-shadow: 0px -2px 5px rgba(0,0,0,.2);
}
.sub_cat_list {
    visibility: hidden;
}
.sub_cat_list  .slick-list {
    overflow: unset;
}
.sub_cat_list .slick-prev, .sub_cat_list .slick-next {
    z-index: 1;
    background: #ffffff;
    border-radius: 3px;
    opacity: .75;
    height: 32px;
    width: 32px;
    font-weight: bold;
}
.sub_cat_list .slick-prev::before, .sub_cat_list .slick-next:before {
    font-size: 32px;
    font-style: normal;
    color: #7e7e7e;
    line-height: 8px;
    padding: 0;
    margin: 0;
}
.sub_cat_list .slick-prev {
    left: -18px;
}
.sub_cat_list .slick-next {
    right: -18px;
}
.sub_cat_list .slick-prev::before {
    content: "‹";
}
.sub_cat_list .slick-next::before {
    content: "›";
}
.sub_cat_list .slick-slide img {
    width: 100%;
    height: 110px;
    object-fit: cover;
}
.category-item span {
    position: absolute;
    display: block;
    bottom: 0;
    line-height: 36px;
    width: 100%;
    box-sizing: border-box;
    padding: 0 20px;
    text-align: left;
    font-style: normal;
    color: #fff;
    background-color: rgba(0,0,0,.4);
}
.container__content {
    max-width: 970px;
}
.left-sidebar {
    text-align: left;
}
.child_cat_list {
    list-style: none;
    padding-left: 15px;
}
.left-sidebar .cat_item {
    padding: 0px;
    padding-left: 1em;
    border-radius: 7px;
    border: 1px solid #fba171;
    background: #fff;
    line-height: 30px;
    margin: 0 0 1px 0;
    font-size: 16px;
    font-weight: bold;
    text-align: left;
    font-family: Arial, sans-serif;
    outline: none;
}
.sub-menu-container {
    line-height: 1.5;
    padding: 4px;
    border-radius: 8px;
    background: #f2f2f2;
}
.child_cat_list a {
    font-size: 16px;
    font-weight: 500;
    color: #000;
    font-family: Arial;
}