input.phone{
   display: none;
}
.sochicat1 {
opacity:0.7;
filter:alpha(opacity=70);   
}
.sochicat1:hover {
-moz-transition: all 0.4s; 
-webkit-transition: all 0.4s;  
-ms-transition: all 0.4s;  
-o-transition: all 0.4s;  
transition: all 0.4s; 
opacity:1;
filter:alpha(opacity=100);
}
.sochicat {
opacity:1;
filter:alpha(opacity=100);   
}
.sochicat:hover {
-moz-transition: all 0.4s; 
-webkit-transition: all 0.4s;  
-ms-transition: all 0.4s;  
-o-transition: all 0.4s;  
transition: all 0.4s; 
opacity:0.7;
filter:alpha(opacity=70);
}
input, select, textarea {
    line-height: inherit;
    padding: 7px;
    width: 98%;
    color: #333;
    height: auto;
}
.widget_content_filter .title {
    font-weight: bold;
    color: #5f5f5f;
    margin-bottom: 2px;
    text-align: center;
    margin-top: 10px;
}
nav#main_menu{display:flex;background-color: rgba(0, 0, 0, 0.33);}
nav#main_menu .menu {
margin:auto;

}

nav#main_menu.menu_fix, .menu_mobile.menu_fix {
    position: fixed;
    left: 0;
    top: 0;
    z-index: 500;
    display: flex;
    padding-right: 42px;
    margin-top: 0;
    background-color: #183158;
}

a.bot1 {
    background: linear-gradient(to bottom, rgba(171, 173, 171, 0), rgba(167, 167, 167, 0)) rgba(146, 140, 140, 0.5) repeat-x;
    border-color: rgba(103, 91, 91, 0.1) rgba(0, 0, 0, 0.1) #828781;
    border-radius: 7px;
    border-style: solid;
    border-width: 1px;
    box-shadow: 0 1px 0 rgb(7 7 7 / 62%) inset, 0 1px 2px rgb(0 0 0);
    color: #ffffff;
    text-decoration: none;
    display: block;
    font-size: 11px;
    width: 180px;
    line-height: 18px;
    margin: 10px auto;
    padding: 3px 4px 3px;
    text-align: center;
    text-shadow: 0 1px 1px rgb(129 123 123 / 47%);
    vertical-align: middle;
    position: relative;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-property: -webkit-transform;
    transition-property: transform;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    -webkit-transform: translateZ(0);
    -ms-transform: translateZ(0);
    transform: translateZ(0);
    box-shadow: 0 0 1px rgb(222 62 62 / 50%);
    font-weight: 400;
    border-color: white;
}
a.bot1:before {
  pointer-events: none;
  position: absolute;
  z-index: -1;
  content: '';
  top: 100%;
  left: 5%;
  height: 10px;
  width: 90%;
  opacity: 0;
  background: -webkit-radial-gradient(center, ellipse, rgba(0, 0, 0, 0.35) 0%, rgba(0, 0, 0, 0) 80%);
  background: radial-gradient(ellipse at center, rgba(0, 0, 0, 0.35) 0%, rgba(0, 0, 0, 0) 80%);
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: -webkit-transform, opacity;
  transition-property: transform, opacity;
}

a.bot1:hover {
  -webkit-transform: translateY(-5px);
  -ms-transform: translateY(-5px);
  transform: translateY(-5px);
}
a.bot1:hover:before {
  opacity: 1;
  -webkit-transform: translateY(5px);
  -ms-transform: translateY(5px);
  transform: translateY(5px);
}
.dm-overlay {
    position: fixed;
    top: 0;
    left: 0;
    background: rgba(64, 62, 2, 0.84);
    display: none;
    overflow: auto;
    width: 100%;
    height: 100%;
    z-index: 1000;
}


.dm-overlay:target {
    display: block;
    -webkit-animation: fade .6s;
    -moz-animation: fade .6s;
    animation: fade .6s;
}


.dm-table {
    display: table;
    width: 100%;
    height: 100%;
}

.dm-cell {
    display: table-cell;
    padding: 0 1em;
    vertical-align: middle;
    text-align: center;
}

.dm-modal {
    display: inline-block;
    padding: 1px;
    max-width: 50em;
    background: #e5e5e5;
    -webkit-box-shadow: 0px 15px 20px rgba(0, 0, 0, 0.22), 0px 19px 60px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0px 15px 20px rgba(0, 0, 0, 0.22), 0px 19px 60px rgba(0, 0, 0, 0.3);
    box-shadow: 0px 15px 20px rgba(0, 0, 0, 0.22), 0px 19px 60px rgba(0, 0, 0, 0.3);
    color: #333;
    text-align: left;
}

.dm-modal img {
    width: 100%;
    height: auto;
}

.pl-left,
.pl-right {
    width: 25%;
    height: auto;
}

.pl-right {
    float: right;
    margin: 5px 0 5px 15px;
}

.pl-left {
    float: left;
    margin: 5px 15px 5px 0;
}

.video {
    position: relative;
    overflow: hidden;
    padding-bottom: 56.25%;
    height: 0;
}
.video iframe,
.video object,
.video embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.close {
    z-index: 9999;
    float: right;
    width: 30px;
    height: 30px;
    color: #f97a16;
    text-align: center;
    text-decoration: none;
    line-height: 26px;
    cursor: pointer;
}
.close:after {
    display: block;
    border: 2px solid #4fa54e;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    content: 'X';
    -webkit-transition: all 0.6s;
    -moz-transition: all 0.6s;
    transition: all 0.6s;
    -webkit-transform: scale(0.85);
    -moz-transform: scale(0.85);
    -ms-transform: scale(0.85);
    transform: scale(0.85);
}

.close:hover:after {
    border-color: #000;
    color: #000;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}

.green {
    background: #388e3c!important;
}
.cyan {
    background: #0097a7!important;
}
.teal {
    background: #38363c !important;
}

@-moz-keyframes fade {
    from {
        opacity: 0;
    }
    to {
        opacity: 1
    }
}
@-webkit-keyframes fade {
    from {
        opacity: 0;
    }
    to {
        opacity: 1
    }
}
@keyframes fade {
    from {
        opacity: 0;
    }
    to {
        opacity: 1
    }
}
.conta3 {
    margin: 0 auto;
    max-width: 734px;
    max-height: 404;
}
.conta4 {
    margin: 0 auto;
    max-width: 1280px;
    max-height: 780;
    -webkit-box-shadow: inset 0 1px 5px rgba(89, 0, 0, 0.3);
    -moz-box-shadow: inset 0 1px 5px rgba(89, 0, 0, 0.3);
    box-shadow: inset 0 1px 5px rgba(89, 0, 0, 0.3);
    background-color: #fff;
}

input.button-submit, input.button {
    padding: 7px 10px;
    line-height: 100%;
    border-radius: 3px;
    cursor: pointer;
    width: auto;
    font-size: 14px;
    color: #FFF;
    text-decoration: none;
    vertical-align: middle;
    background: rgba(0, 53, 133, 0.66);
    border: none;
    transition: background ease-in-out .15s;
    text-align: center;
}
.wd_scl_footer .wd_sclf_checkout {
    float: right;
    padding: 6px 10px;
    background: #68b071;
    color: #fff;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.55);
}

.filter-panel .fields .title {
    color: #2e3135;
    text-shadow: 0 1px 1px #fff;
    margin-bottom: 3px;
    text-align: center;
}
.gui-panel {
    background: rgba(228, 235, 255, 0.68);
    border: solid 1px #e4e4e4;
    margin: 10px 0;
    padding: 3px;
    color: #000000;
    box-sizing: border-box;
    clear: both;
    border-radius: 5px;
    font-weight: 600;
}
.chosen-container-single .chosen-single {
    position: relative;
    display: block;
    overflow: hidden;
    padding: 5px;
    height: 27px;
    border: 1px solid #aaa;
    background-color: #fff;
    box-shadow: 0 0 3px #fff inset, 0 1px 1px rgba(0, 0, 0, 0.1);
    color: #444;
    text-decoration: none;
    white-space: nowrap;
    line-height: 27px;
    border-radius: 10px;
    border-color: #61e232;
}
.chosen-container-multi .chosen-choices {
    position: relative;
    overflow: hidden;
    margin: 0;
    padding: 5px;
    width: 97%;
    height: auto;
    border: 1px solid #65ce68;
    background-color: #fff;
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(1%, #eee), color-stop(15%, #fff));
    background-image: linear-gradient(#eee 1%, #fff 15%);
    cursor: text;
    border-radius: 10px;
}
.input, .date-input, .city-input, .textarea, select {
    border: solid 1px #8c8d8e;
    padding: 8px;
    box-shadow: inset 0 1px 2px #f9ffa8;
    color: #333;
    outline: none;
    box-sizing: border-box;
    height: 40px;
    line-height: 25px;
    display: inline-block;
    font-family: inherit;
    font-size: inherit;
    transition: box-shadow ease-in-out .15s;
    border-radius: 5px;
}
.widget_content_filter .buttons {
    margin-top: 20px;
    font-size: 12px;
    /* align-content: center; */
    text-align: center;
}
.owl-item img {
    display: block;
    width: 100%;
    border: 2px solid #fff;
    border-radius: 5px;
}
#layout .widget_tags_cloud .tags_as_cloud li {
    overflow: hidden;
    font-weight: 600;
    text-transform: uppercase;
    background-image: url(/gal.png);
    background-repeat: no-repeat;
    padding-left: 20px;
    margin-right: 25px;
}
.ft_listbitmask > .value > ul.multiple_tags_list li {
    display: inline-block;
    margin: 0 5px 5px 0;
    padding: 2px 7px;
    color: #4b4c4d;
    background: #f9f9f9;
    border: solid 1px #e7e7e7;
    border-radius: 2px;
}

#layout .widget > .title, .widget_tabbed .tabs ul, .widget_user_avatar .user_info, .widget_search {
    background: #eeeeee;
    color: #4f4949;
    font-weight: 600;
    text-align: center;
}

#layout footer .widget > .title {
    color: #fff;
}
.content_categories li a {
    color: #585858;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 14px;
}
.cover_preset_normal > li, .cover_preset_big > li, .cover_preset_small > li {
    background-color: #ffffff;
    border: solid 1px #ddd7ab;
    color: #555;
}
input[type=text], input[type=number], input[type=email], input[type=searche], input[type=submit], textarea {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    resize: none;
    border-radius: 5px;
}

header .menu ul li > a {
    background-color: #3c3c3c;
    color: #FFF;
    text-transform: uppercase;
    font-weight: 600;
}
header .menu ul li:hover > a {
    background-color: #848484;
    color: #444;
    text-transform: uppercase;
    font-weight: 600;
}
.cover_preset_normal > li, .cover_preset_big > li, .cover_preset_small > li {
    flex-grow: 1;
    flex-basis: 15%;
}
.scs_slider .scs_owl_selector .item-cat a span.scs_title {
    font-size: 13px;
    color: #484848;
    display: block;
    text-overflow: ellipsis;
    white-space: nowrap;
    text-transform: uppercase;
}

#main_content h1 {
    margin-bottom: 10px;
    color: #34495e;
    text-transform: uppercase;
    font-size: 22px;
}

.tzSelect .selectBox {
    position: absolute;
    height: 100%;
    width: 99%;
    text-align: center;
    border: 1px solid #ccc;
    color: #d50a0a;
    background: #eee;
    cursor: pointer;
    padding: 0 25px 0 3px;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    font-size: 18px;
}
nav .menu ul {
    width: 310px;
    margin-top: 1px;
}
.c-header-create-desktop-text {
    border-radius: 4px;
    -webkit-transition: background-color .15s;
    transition: background-color .15s;
}
.c-header-create {
    background-color: rgba(123, 127, 132, 0.59);
    border-radius: 7px;
    padding: 4px 12px;
    font-weight: 600;
    margin-top: 10px;
    margin-right: 20px;
    margin-left: 12px;
    height: 29px;
    color: #fff;
    text-decoration: none;
    -webkit-transition: color .15s;
    transition: color .15s;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    cursor: pointer;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    border: 0;
    font-size: 14px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}
.c-header-link {
    color: #121212;
    display: block;
    font-weight: 600;
    text-decoration: none;
    border-bottom: 3px solid transparent;
    -webkit-transition: color .3s,opacity .3s,border-color .3s,background .3s;
    transition: color .3s,opacity .3s,border-color .3s,background .3s;
    margin-bottom: -1px;
}
.c-header-create-add {
    font-weight: 600;
}








.btn_msg_bottom {
    position: fixed;
    top: 0;
    text-align: center;
    width: 100%;
    height: 70px;
    line-height: 70px;
    font-size: 18px;
    background: rgba(255,255,255,0.8);
}

#bin {
    float: right;
    padding: 7px 0;
    line-height: 100%;
    border-radius: 3px;
    cursor: pointer;
    width: auto;
    font-size: 14px;
    color: #FFF;
    text-decoration: none;
    vertical-align: middle;
    background: #2980b9;
    border: none;
    transition: background ease-in-out .15s;
}

#bin a{
    color: white;
    text-decoration: none;
    padding: 7px 10px;
}

#bin:hover {
    background: #3498db;
}

.bin_cats a:hover {
    opacity: 0.8;
}

.bin_t {
	width: 100%;
	border-collapse: collapse;
	border-radius: 3px !important;
    overflow: hidden;
}

.bin_t_del {
    cursor: pointer;
    width: 16px;
    height: 16px;
    background-image: url("/templates/default/images/icons/delete.png");
    display: block;
}

.input.bin_t_count{
    width: 35px;
}

.hidden_zero {
    display: none;
}

.bin_t thead{

}
.bin_t tr th{
	background: #f1f1f1;
    padding: 10px 10px;
}
.bin_t tr th.th_title,
.bin_t tr th.th_cat{
	text-align:left;
}
.bin_t tr td{
	border-bottom: 2px solid #f1f1f1;
	padding: 5px;
}

.bin_t tr td:first-child{
	border-left: 2px solid #f1f1f1;
}

.bin_t tr td:last-child{
	border-right: 2px solid #f1f1f1;
}

.bin_t tr:last-child td{
	border-bottom: 0;
	border-left: 0;
	border-right: 0;
    padding: 15px;
    font-size: 22px;
}

.bin_t tr:last-child td span {
    font-weight: bold;
    color: brown;
    background: url("/templates/default/images/icons/coin.png") no-repeat left center;
    padding-left: 20px;
}

.bin_td_ratio {
    background: url("/templates/default/images/icons/coin.png") no-repeat left center;
    padding-left: 20px !important;
    font-size: 12px;
}

.bin_td_deliv {
    background: url("/templates/default/images/icons/messages.png") no-repeat left center;
    padding-left: 20px !important;
}

.td_item_price {
	text-align: center;
}

.bin_t_price {
	font-weight: bold;
	font-size:14px;
}

.bin_cats a {
    text-decoration: none;
    font-size: 13px;
    padding-left: 20px;
    background: url("/templates/default/images/icons/folder.png") no-repeat left center;
}

.bin_title a {
    text-decoration: none;
	font-size: 15px;
	line-height:16px;
}

.zero-bin-text {
	background: url("/templates/default/images/icons/basket.png") no-repeat left center;
	padding-left: 20px;
}

.bin_counter {
    background: white;
    font-size: 12px;
    padding: 2px 5px;
    color: #2980b9;
    margin-left: 5px;
    border-radius: 3px;
    opacity: 0.8;
}


/*/////////////////////////////////////////////////////////////////*/

input.input.add_uprop {
    width: 150px;
   	margin-right: 5px;
}

.uprop_line {
    background: #f1f1f1;
    border: 1px solid #f0f0f0;
    margin-bottom: 5px;
    padding: 5px 10px;
}

.uprop_line:first-child {
    margin-top: 5px;
}

.uprop_line:last-child {
    margin-bottom: 0;
}

span.del_uprop {
    margin-left: 10px;
    font-size: 12px;
    color: silver;
    cursor: pointer;
}

span.add_item_uprop {
    margin-left: 10px;
    font-size: 12px;
    color: #f7a0a0;
    cursor: pointer;
}

.uprop_item_list {
    margin-top: 5px;
}

.uprop_item_list > div{
    padding-bottom: 5px;
    padding-top: 3px;
}

.uprop_item_list > div > input{
    margin-left: 5px;
}

.uprop_item_list > div:hover{
    background: white;
}

select.sel_uprop {
    width: 200px;
    margin-left: 10px;
    margin-bottom: 5px;
    box-shadow: none;
    border-color: gainsboro;
    border-radius: 3px;
    background-color: #fbfbfb;
}

.uprop_item_line input.ratio {
    width: 80px;
}

.uprop_item_line select.unit {
    width: 130px;
    border: 0;
    background: white;
    height: 22px;
}

/*//////////////////Field Ucart///////////////////////////////////////////////*/

.ucart_field{
	margin-top:5px;
	margin-bottom:5px;
}
.ucart_field_counts{
	margin-bottom:5px;
}

/*////////////////////////index/////////////////////////////////////////*/
.ucart_index, 
.ucart_index form, 
.ucart_index fieldset{
	position:relative;
	width:100%;
	display:block;
	box-sizing:border-box;
}

.bin_form input:not(.input-checkbox),
.bin_form textarea{
	width:100%;
	display:block;
	max-width:100%;
}
.bin_t_tr{
	overflow:hidden;
}
.item_image img{
	width:100%;
	height:auto;
}

.tr_deliv{
	background:#f1f1f1;
}

.bin_title{
	font-weight:bold;
}


@media only screen and (max-width: 767px) {
.mob_hidden{
	display:none;
}
table.bin_t, table.bin_t thead, table.bin_t tbody, table.bin_t tr, table.bin_t tr td{
	display:block !important;
	border:0;
	padding:0;
	box-sizing:border-box;
}
table.bin_t, table.bin_t thead, table.bin_t tbody, table.bin_t tr{
	width:100% !important;
 }
 table.bin_t thead, table.bin_t thead tr{
	 overflow:hidden;
	 background:#f1f1f1;
 } 
 table.bin_t thead .th_title{
	 float:left;
	 padding-left:10px;
 } 
 table.bin_t thead .th_price{
	 float:right;
	 text-align:right;
	 padding-right:45px;
 } 

.bin_item{
	display:block;
	padding:5px 0 !important;
}
.bin_item .bin_title:after{
	content:"";
	display:block;
	width:100%;
}
.item_image{
	float:left;
	text-align:left;
	padding-right:10px !important;
}

.bin_cats{
	padding:5px 0 5px 0 !important;
	text-align:left;
}
.bin_cats a{
  color:#888;
}
.td_item_price, .bin_t_price, .tr_t_del{
	float:left;
}
td.bin_t_price{
	padding-top:6px !important;
	padding-left:10px !important
}
.bin_t tr td:first-child{
	border:0;
}
.bin_t tr td:last-child{
	border:0;
	float:right;
}

tr.tr_deliv{
	padding:10px !important;
}
.text-before-form{
	display:table;
	width:100%;
}
tr.tr_deliv .bin_td_deliv{
	margin-bottom:7px;
}
tr.tr_deliv .bin_t_price_deliv:before{
	content:"+";
	display:inline-block;
	vertical-align:top;
	padding-right:5px;
}
.td_item_price, .bin_t_price {
	float:right;
	padding-left:10px !important;
	font-size:13px !important
}

tr.tr_deliv .td_item_price{
    display:none !important;
}

.tr_t_del{
	float:left !important;
	padding-top:3px !important;
}
.bin_t_del, .bin_t_del:before {	
    height: 18px;
	line-height:18px;	
    display: inline-block;
	vertical-align:top;
}
.bin_t_del {
    cursor: pointer;
    width: auto;
	padding:0 4px;
	overflow:hidden;
	background:#c00;
	color:#fff !important;
	
}
.bin_t_del:before {
	content:attr(title);
	font-size:11px;
	font-weight:bold
}

.tr_price_result td{
	padding-left:0 !important;
	padding-right:0 !important;
}
.tr_price_result td{
	font-size:16px
}
.tr_price_result span{
	font-size:18px
}

}

input.input.bin_btn_count {
    width: 27px;
    text-align: center;
    border: 0;
    border-radius: 0;
    background: none;
    font-weight: bold;
}

.priceminus {
	border-radius: 15px 0px 0px 15px; 
	border:1px solid #ddd; 
	margin-right: -5px; 
	padding: 5px 6px;
}

.priceminus:hover {
	border: 1px solid #28b262; 
	background: #28b262; 
	color: #fff;
	cursor: pointer;
}

.priceplus {
	border-radius: 0px 15px 15px 0px; 
	border: 1px solid #ddd; 
	margin-left: -5px; 
	padding: 5px 6px;
}

.priceplus:hover {
	border: 1px solid #28b262; 
	background: #28b262; 
	color: #fff;
	cursor: pointer;
}

.bin_t .prop {
	color: #a7a7a7;
}

.bin_t .prop_value {
    font-weight: normal;
}

.item_uprop_line span{
	font-weight: bold;
	color: #34495E;
}

/*////////////////////// Список Ucart ////////////////////*/

.content_list.ucart {
    margin-right: -15px;
}

.content_list.ucart > div {
    float: left;
    width: 33.3%;
    clear: none;
    margin-bottom: 30px;
}

.content_list.ucart > div > .ucart_item {
    border: 1px solid #ececec;
    height: 320px;
    margin-right: 15px;
    border-radius: 5px;
    overflow: hidden;
    position: relative;
}

.content_list.ucart > div > .ucart_item:hover {
    border: 1px solid #d6d6d6;
}

.content_list.ucart a.photos {
    display: block;
    height: 250px;
    float: none;
    background-size: auto 100%;
    background-position-x: center;
    background-position-y: center;
    background-repeat: no-repeat;
    transition: background-size 0.5s ease-in;
    -moz-transition: background-size 0.5s ease-in;
    -web-kit-transition: background-size 0.5s ease-in
}

.content_list.ucart a.photos:hover {
    opacity: 0.8;
    background-size: auto 150%;
}

.content_list.ucart .title a {
    display: block;
    text-align: center;
    text-decoration: none;
    color: #737373;
    font-weight: bold;
    font-size: 14px;
    margin: 5px 4px 0;
    max-height: 38px;
    overflow: hidden;
}

.content_list.ucart .item_price {
    text-align: center;
    height: 35px;
    line-height: 35px;
    font-size: 18px;
    margin-top: 5px;
    font-weight: bold;
    color: #51677d;
    position: absolute;
    bottom: 35px;
    width: 100%;
}

.content_list.ucart .item_bin {
    position: absolute;
    bottom: 0;
    width: 100%;
    text-align: center;
}

.content_list.ucart .item_bin > div{
    margin-bottom: 3px;
}

.content_list.ucart .ucart_item_props{
    position: absolute;
    bottom: 70px;
    background-color: rgba(0, 0, 0, 0.8);
    width: 100%;
    padding-top: 5px;
    display: none;
    border-radius: 3px;
}

.content_list.ucart .ucart_item_props span {
    width: calc( 50% - 10px );
    float: left;
    line-height: 28px;
    padding-left: 10px;
    overflow: hidden;
    word-wrap: break-word;
    overflow-wrap: break-word;
    color: white;
    font-size: 12px;
    font-weight: normal;
}

.content_list.ucart .ucart_item_props select{
    width: calc( 50% - 5px );
    float: right;
    margin-left: 0;
    margin-right: 5px;
    border: 0;
}

input.button.ucart_list_empty_button {
    margin-bottom: 3px;
}

.ucart_list_item_full_width .content_list.ucart > div{
	width: 100%;
    margin-bottom: 10px;
}

/*//////////////////////////////////////////////////////////////*/

@media screen and (max-width: 1000px) {
    .content_list.ucart > div {width: 33.33%;}
}

@media screen and (max-width: 600px) {
    .content_list.ucart > div {width: 50%;}
}

@media screen and (max-width: 500px) {
    .content_list.ucart > div {width: 100%;}
}

/*//////////////////////// Стикеры ////////////////////////////*/

.ucart_sticker {
    color: white;
    border-radius: 3px;
    padding: 5px 10px;
    display: inline-block;
    font-size: 13px;
    background: #7f227d;
    text-shadow: 1px 1px 1px #000000;
    -webkit-box-shadow: 1px 1px 1px 0px rgba(50, 50, 50, 0.5);
	-moz-box-shadow:    1px 1px 1px 0px rgba(50, 50, 50, 0.5);
	box-shadow:         1px 1px 1px 0px rgba(50, 50, 50, 0.5);
	text-decoration: none;
}

.ucart_item .ucart_sticker {
    position: absolute;
    top: 28px;
    left: -32px;
    transform: rotate(-45deg);
    color: #fff;
    padding: 5px 0px;
    width: 150px;
    text-align: center;
}

/*/////////////////////////////////////////////////////////////*/
.content{
	margin-top: 50px;
}
.red{
	color: #ff0000;
}
.form-control-feedback{
	right: 10px;
}
input.error {
	border: 1px solid #ff0000;
}
label.error {
	color: #ff0000;
	font-weight: normal;
}
.mapdiv {
    width: 100%;
    height: 250px inherit;
    padding: 5px;
    background: #ECF0F1;
}
.maphover {
    width: 100%;
    height: 250px inherit;
    margin-top: -250px inherit;
    position: absolute;
    z-index: 9999;
}
.content_item .field {
    margin-bottom: 15px;
    color: #444;
    box-sizing: border-box;

}
.content_item .field .title_left, .content_item .field .title_top, .content_list .field .title_left, .content_list .field .title_top {
    color: #444;
}
.filter-panel .fields .field {
    min-height: 50px;
    width: 100%;
    min-width: 150px;
    margin-bottom: 15px;
    box-sizing: border-box;
}
.chosen-container-single .chosen-single {
    position: relative;
    display: block;
    overflow: hidden;
    padding: 5px;
    height: 38px;
    border: 1px solid #aaa;
        border-top-color: rgb(170, 170, 170);
        border-right-color: rgb(170, 170, 170);
        border-bottom-color: rgb(170, 170, 170);
        border-left-color: rgb(170, 170, 170);
    background-color: #fff;
    box-shadow: 0 0 3px #fff inset, 0 1px 1px rgba(0, 0, 0, 0.1);
    color: #444;
    text-decoration: none;
    white-space: nowrap;
    line-height: 28px;
    border-radius: 5px;
    border-color: #ababab;
}
.input-small {
    width: 55px !important;
}
.filter-panel .filter-container {
    padding: 5px;
    box-sizing: border-box;
    clear: both;
    position: relative;
}
.content_item .field .title_left, .content_item .field .title_top, .content_list .field .title_left, .content_list .field .title_top {
    font-weight: 400;
    color: #34495E;
}
#layout footer {
    background: #272727;
    display: block;
    padding: 0 15px;
    color: #fff !important;
    height: auto;
}
.gui-panel {
    color: #000000;
    font-weight: 600;
    text-align: center;
}
.test {
-webkit-animation-duration: 0.75s;
animation-duration: 0.75s;
-webkit-animation-name: zoomIn;
animation-name: zoomIn;
}
#watcher {
  position: fixed;
  top: 0;
  right: 0;
}
.album-photos-wrap .photo .info {
    position: absolute;
    left: 0;
    right: 0;
    bottom: -15px;
    padding: 10px 10px 8px;
    opacity: 0;
    transition: .25s;
    background: linear-gradient(to top,rgba(0,0,0,.6) 0,rgba(0,0,0,0) 100%);
    font-size: 14px;
    color: #fff;
    box-sizing: border-box;
    display: none;
}
#album-photo-item .photo_author {
    height: 32px;
    display: none;
}
#album-photo-item.content_item .like_buttons.info_bar .bar_item, #album-photo-item .share {
  display: inline-block;
  vertical-align: middle;
  float: none;
  padding: 5px 6px;
  border-radius: 2px;
  display: none;
}
.download_menu .download-button {
    display: block;
    margin: 10px 0 0;
    background-color: #57b057;
    color: #fff;
    padding: 10px 22px;
    border-radius: 2px;
    white-space: nowrap;
    vertical-align: middle;
    text-align: center;
    cursor: pointer;
    transition: background-color 0.5s;
    text-decoration: none;
    display: none;
}
.photo_details {
    padding: 10px 10px;
    background: #f7f8fa;
    margin: 0;
    font-size: 13px;
    color: #636363;
    box-sizing: border-box;
    overflow: hidden;
    display: none;
}
.photo_content {
  font-size: 16px;
  border-bottom: 1px solid #eeeff2;
  padding: 0 0 10px;
  margin: 0 0 10px;
}
#controller_wrap .photo_filter {
    clear: both;
    margin-top: 10px;
    display: none;
}
#callme-mini {
    position: fixed;
    bottom: 30px;
    right: 30px;
    width: 70px;
    height: 70px;
    cursor: pointer;
    opacity: 0.75;
    z-index: 200998;
}
#callme-mini #callme-mini-main {
    -moz-border-radius: 50% !important;
    -webkit-border-radius: 50% !important;
    border-radius: 50% !important;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    background-color: #1b53a1;
    width: 90px;
    height: 90px;
    -webkit-animation: callmemini 1.5s 10s ease-out infinite;
    -moz-animation: callmemini 1.5s 10s ease-out infinite;
    animation: callmemini 1.5s 10s ease-out infinite;
    -webkit-transform: translate3d(0,0,0);
}