<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
@font-face {
  font-family: 'Ubuntu';
  src: url("/fonts/Ubuntu.eot");
  src: url("/fonts/Ubuntu.eot?#iefix") format('embedded-opentype'), url("/fonts/Ubuntu.woff") format('woff'), url("/fonts/Ubuntu.ttf") format('truetype');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'Ubuntu-Bold';
  src: url("/fonts/Ubuntu-Bold.eot");
  src: url("/fonts/Ubuntu-Bold.eot?#iefix") format('embedded-opentype'), url("/fonts/Ubuntu-Bold.woff") format('woff'), url("/fonts/Ubuntu-Bold.ttf") format('truetype');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'Ubuntu-Light';
  src: url("/fonts/Ubuntu-Light.eot");
  src: url("/fonts/Ubuntu-Light.eot?#iefix") format('embedded-opentype'), url("/fonts/Ubuntu-Light.woff") format('woff'), url("/fonts/Ubuntu-Light.ttf") format('truetype');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'Ubuntu-Medium';
  src: url("/fonts/Ubuntu-Medium.eot");
  src: url("/fonts/Ubuntu-Medium.eot?#iefix") format('embedded-opentype'), url("/fonts/Ubuntu-Medium.woff") format('woff'), url("/fonts/Ubuntu-Medium.ttf") format('truetype');
  font-weight: normal;
  font-style: normal;
}
*:focus {
  outline: none;
}
li {
  list-style-type: none;
}
a {
  text-decoration: none;
}
a img {
  border: 0;
}
html {
  position: relative;
}
body {
  height: 100%;
  position: relative;
  width: 100%;
  font-family: 'Ubuntu', sans-serif;
  min-width: 1200px;
  font-size: 14px;
  padding-bottom: 40px;
}
.container {
  width: 1200px;
  position: relative;
  margin: 0 auto;
}
.cf:before,
.cf:after {
  content: " ";
  display: table;
}
.cf:after {
  clear: both;
}
.header {
  display: block;
  width: 100%;
  position: relative;
  min-height: 150px;
  padding: 20px 0;
}
.header_logo {
  width: 235px;
  text-align: center;
  float: left;
}
.header_right {
  float: right;
  width: 865px;
  padding-right: 25px;
}
.header_right_city {
  height: 35px;
}
.header_right_city ul li {
  display: inline-block;
  margin-right: 20px;
}
.header_right_city ul li a {
  text-transform: uppercase;
  color: #231f20;
  font-family: 'Ubuntu-Bold', sans-serif;
  border-bottom: 7px solid transparent;
  padding: 2px 0;
}
.header_right_city ul li.active a,
.header_right_city ul li:hover a {
  border-bottom: 7px solid #363895;
}
.header_right_top_info_search {
  width: 550px;
  font-size: 18px;
  float: left;
}
.header_right_top_info_search input[type="text"] {
  font-family: 'Ubuntu-Light', sans-serif;
  width: 430px;
  height: 45px;
  text-indent: 10px;
  font-size: 18px;
  border: 1px solid #231f20;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  background: #ededed;
  float: left;
}
.header_right_top_info_search input[type="text"]::-webkit-input-placeholder {
  color: #787373;
  font-size: 18px;
}
.header_right_top_info_search input[type="text"]::-moz-placeholder {
  color: #787373;
  font-size: 18px;
}
.header_right_top_info_search input[type="text"]:-moz-placeholder {
  color: #787373;
  font-size: 18px;
}
.header_right_top_info_search input[type="text"]:-ms-input-placeholder {
  color: #787373;
  font-size: 18px;
}
.header_right_top_info_search input[type="submit"] {
  height: 45px;
  font-family: 'Ubuntu-Bold', sans-serif;
  color: #fefefe;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  background: #363895;
  width: 110px;
  border: none;
  float: right;
  text-transform: uppercase;
  font-size: 18px;
  cursor: pointer;
}
.header_right_top_info_search input[type="submit"]:hover {
  background: #c2277a;
}
.header_right_info_contacts {
  text-align: right;
  width: 260px;
  float: right;
  margin-top: -5px;
}
.header_right_info_contacts_timing {
  color: #000;
  font-size: 14px;
  text-transform: uppercase;
}
.header_right_info_contacts_phone {
  font-size: 30px;
  font-family: 'Ubuntu-Bold', sans-serif;
}
.header_right_menu {
  text-align: right;
  margin-top: 10px;
}
.header_right_menu ul li {
  display: inline-block;
  margin-left: 20px;
}
.header_right_menu ul li.callback {
  margin-left: 10px;
}
.header_right_menu ul li.callback a {
  /*background: #fbc901;*/
  background: #363895;
  padding: 3px 5px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  border-bottom: none;
  color: #fff;
}
.header_right_menu ul li.callback a:hover {
  border-bottom: none;
  background: #fed018;
}
.header_right_menu ul li a {
  color: #363895;
  font-size: 14px;
  border-bottom: 1px solid #363895;
}
.header_right_menu ul li a:hover {
  border-bottom: 1px solid transparent;
}
.nav {
  height: 75px;
  background: #ed1c24;
}
.nav ul.hmenu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
}
.nav ul.hmenu li {
  position: relative;
}
.nav ul.hmenu li.nav_catalog a {
  background: #363895;
  color: #fff;
}
.nav ul.hmenu li.nav_catalog a:hover {
  background: #666;
}
.nav ul.hmenu li.nav_catalog a:before {
  content: url("/images/menu_triangles.png");
  position: absolute;
  top: 0;
  left: 50%;
  margin-left: -23px;
}
.nav ul.hmenu li a {
  line-height: 75px;
  display: block;
  color: #fff;
  text-transform: uppercase;
  font-family: 'Ubuntu-Medium', sans-serif;
  font-size: 20px;
  padding: 0 15px;
  white-space: nowrap;
}
.nav ul.hmenu li a:hover {
  background: #666;
}
.panel2 {
  z-index: 9999;
  position: relative;
  bottom: 0;
  left: 0;
  width: 100%;
  background: #474c52;
  height: 40px;
  min-width: 1200px;

}
.panel2_b
{
 float:left;
 margin-top:1px;
 width:200px;
  margin-left:5px;
 margin-right:5px;
}
.panel2_b_active
{
 float:left;
 width:200px;
  margin-left:5px;
 margin-right:5px;
}
.panel2_b a
{
 width:100%;
 margin-top:5px;
 display:block;
 background-color:#363895;
 color:#fff;
 text-align:center;
 border-radius:10px 10px 0 0;
 line-height:30px;
 height:35px;
 border:1px #fff solid;
 padding-left:10px;
 padding-right:10px;
}
.panel2_b a:hover
{
 width:100%;
 margin-top:5px;
 display:block;
 background-color:#ed1c24;
 color:#fff;
 text-align:center;
 border-radius:10px 10px 0 0;
 line-height:30px;
 height:35px;
 border:1px #fff solid;
 padding-left:10px;
 padding-right:10px;
}
.panel2_b_active a
{
 width:100%;

  border:1px #fff solid;
 margin-top:5px;
 display:block;
 background-color:#fff;
 color:#000;
 text-align:center;
border-radius:10px 10px 0 0;
 line-height:30px;
 height:35px;
 padding-left:10px;
 padding-right:10px;
}
.panel {
  z-index: 9999;
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  background: #474c52;
  height: 40px;
  min-width: 1200px;
}
.panel_account {
  float: left;
  width: 320px;
  margin-right: 90px;
}
.panel_account_registration {
  display: inline-block;
  vertical-align: middle;
  padding-left: 40px;
  background: url("/images/icon_man.png") no-repeat left center;
}
.panel_account_registration a {
  color: #fff;
  font-size: 18px;
  line-height: 40px;
  border-bottom: 1px solid #fff;
}
.panel_account_registration a:hover {
  border-bottom: 1px solid transparent;
}
.panel_account_login {
  display: inline-block;
  vertical-align: middle;
  margin-left: 35px;
}
.panel_account_login a {
  font-family: 'Ubuntu-Bold', sans-serif;
  font-size: 16px;
  color: #fff;
  height: 30px;
  width: 130px;
  display: block;
  line-height: 30px;
  text-align: center;
  background: #ed1c24;
  -webkit-border-radius: 2px;
  border-radius: 2px;
}
.panel_account_login a:hover {
  background: #fed018;
}
.panel_views {
  font-size: 24px;
  color: #fff;
  float: left;
  width: 240px;
  font-family: 'Ubuntu-Medium', sans-serif;
  line-height: 40px;
}
.panel_views span {
  color: #ed1c24;
}
.panel_cart {
  float: right;
  width: 550px;
  text-align: right;
}
.panel_cart_count {
  text-align: left;
  display: inline-block;
  vertical-align: middle;
  line-height: 40px;
  font-size: 24px;
  color: #fff;
  width: 425px;
  font-family: 'Ubuntu-Medium', sans-serif;
  background: url("/images/icon_cart.png") no-repeat left center;
  padding-left: 40px;
}
.panel_cart_count span {
  color: #ed1c24;
}
.panel_cart_button {
  display: inline-block;
  vertical-align: middle;
  margin-right: 5px;
}
.panel_cart_button a {
  font-family: 'Ubuntu-Bold', sans-serif;
  font-size: 16px;
  color: #fff;
  height: 30px;
  width: 110px;
  display: block;
  line-height: 30px;
  text-align: center;
  background: #ed1c24;
  -webkit-border-radius: 2px;
  border-radius: 2px;
}
.panel_cart_button a:hover {
  background: #fed018;
}
.ad {
  margin: 30px 0 40px;
}
.ad_left {
  float: left;
      position: absolute;
  width: 670px;
}
.ad_right {
  float: right;
  width: 485px;
}
.ad_slider_wrap {
  position: relative;
  height: 410px;
}
.ad_slider {
  height: 410px;
}
.ad_slider .owl-dots {
  height: 20px;
  position: absolute;
  bottom: -25px;
  display: block;
  left: 0;
}
.ad_slider .owl-dots .owl-dot {
  display: inline-block;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  height: 20px;
  width: 20px;
  margin-right: 5px;
  background: #474c52;
}
.ad_slider .owl-dots .owl-dot.active,
.ad_slider .owl-dots .owl-dot:hover {
  background: #363895;
}
.ad_slider_item {
  height: 410px;
  position: relative;
}
.ad_slider_item img {
  height: 100%;
  width: 100%;
}
.ad_slider_prev,
.ad_slider_next {
  width: 41px;
  height: 63px;
  display: block;
  position: absolute;
  top: 50%;
  margin-top: -32px;
  cursor: pointer;
  z-index: 999;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.ad_slider_prev:hover,
.ad_slider_next:hover {
  opacity: 0.7;
}
.ad_slider_prev {
  background: url("/images/prev.png") no-repeat center center;
  left: 5px;
}
.ad_slider_next {
  background: url("/images/next.png") no-repeat center center;
  right: 5px;
}
.ad_right_banner {
  position: relative;
  height: 190px;
}
.ad_right_banner:first-child {
  margin-bottom: 30px;
}
.ad_right_banner a {
  display: block;
  height: 190px;
  position: relative;
}
.ad_right_banner a img {
  width: 100%;
  height: 100%;
}
.pluses {
  min-height: 100px;
  margin-bottom: 60px;
}
.pluses ul {
  border-top: 1px solid #a62367;
  border-bottom: 1px solid #a62367;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 20px 0;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
}
.pluses ul li {
  text-align: center;
}
.pluses ul li img {
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
}
.pluses ul li p {
  display: inline-block;
  vertical-align: middle;
  text-transform: uppercase;
  font-size: 13px;
  line-height: 15px;
  text-align: left;
  font-family: 'Ubuntu-Bold', sans-serif;
  color: #000;
}
.title {
  text-align: center;
  margin-bottom: 45px;
}
h2 {
  text-transform: uppercase;
  color: #363895;
  display: inline-block;
  border-bottom: 9px solid #363895;
  font-family: 'Ubuntu-Bold', sans-serif;
  font-size: 36px;
  padding-bottom: 5px;
}
.slider {
  margin-top: 60px;
  margin-bottom: 50px;
}
.slider_wrap {
  height: 350px;
  position: relative;
  margin-top: 45px;
}
.slider_prev,
.slider_next {
  width: 39px;
  height: 65px;
  display: block;
  position: absolute;
  top: 50%;
  margin-top: -33px;
  cursor: pointer;
  z-index: 999;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.slider_prev:hover,
.slider_next:hover {
  opacity: 0.7;
}
.slider_prev {
  background: url("/images/slider_prev.png") no-repeat center center;
  left: 0;
}
.slider_next {
  background: url("/images/slider_next.png") no-repeat center center;
  right: 0;
}
.items_item {
  height: 350px;
  position: relative;
  display: block;
  width: 232px;
  border: 1px solid #363895;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  margin-bottom: 10px;
}
.items_item_img {
  height: 210px;
  width: 100%;
  margin-bottom: 30px;
  position: relative;
}
.items_item_img img {
  width: auto !important;
  margin: auto;
  max-width: 100%;
  max-height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 15px 0;
}
.items_item_title {
  height: 40px;
  overflow: hidden;
  padding: 0 15px;
}
.items_item_title a {
  color: #363895;
  line-height: 18px;
  font-size: 18px;
  font-family: 'Ubuntu-Light', sans-serif;
  border-bottom: 1px solid #363895;
}
.items_item_title a:hover {
  border-bottom: 1px solid transparent;
}
/*.items_item_stick {
  position: absolute;
  background: #f00;
  text-transform: uppercase;
  color: #fff;
  text-align: center;
  width: 70px;
  height: 22px;
  line-height: 22px;
  font-size: 16px;
  font-family: 'Ubuntu-Bold', sans-serif;
  left: -1px;
  bottom: 25px;
}*/
.items_item_stick {
  position: absolute;
  /*background: #f00;*/
  font-size: 16px;
  color: #fff;
  left: 0px;
  top: 5px;
  line-height: 20px;
  padding: 0 0px;
  text-transform: uppercase;
  z-index: 999;
  background-image:url('/images/newst.png');
  background-repeat:no-repeat;
  width:69px;
  height:35px;
}
.items_item_stick4 {
  position: absolute;
  display:block !important;
background-color: #363895;
  font-size: 9px;
  text-align:center;
  color: #fff;
  left: 0px;
  top: 30px;
  line-height: 20px;
  padding: 0 0px;
  text-transform: uppercase;
  z-index: 999;

  background-repeat:no-repeat;
  width:69px;
  height:20px;
}
.mark_big {
  position: absolute;
  /*background: #f00;*/
  font-size: 16px;
  color: #fff;
  left: 0px;
  top: 50px;
  line-height: 20px;
  padding: 0 0px;
  text-transform: uppercase;
  z-index: 999;
  background-image:url('/images/newst.png');
  background-repeat:no-repeat;
  width:69px;
  height:35px;
}
.items_item_stick3, .items_item_stick4, .items_item_stick5, .mark_big2, .mark_big3, .mark_big4, .mark_big5
{
 display:none;
}
.panel_views a
{
 color:#fff;
}
.items_item_stick_recommend {
  position: absolute;
  display:none;
  background: #44ff00;
  text-transform: uppercase;
  color: #fff;
  text-align: center;
  width: 70px;
  height: 22px;
  line-height: 22px;
  font-size: 16px;
  font-family: 'Ubuntu-Bold', sans-serif;
  left: -1px;
  bottom: 25px;
}
.items_item_price {
  position: absolute;
  right: 10px;
  bottom: 10px;
  width: 150px;
  height: 50px;
  text-align: right;
}
.items_item_price_current {
  font-family: 'Ubuntu-Bold', sans-serif;
  font-size: 24px;
  color: #222326;
  display: block;
  line-height: 30px;
}
.items_item_price_old {
  display: block;
  text-decoration: line-through;
  color: #222326;
  font-size: 16px;
}






.items_item2 {
  height: 120px;
  position: relative;
  display: block;
  width: 100%;
  border: 1px solid #363895;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  margin-bottom: 10px;
}
.items_item_img2 {
  height: 120px;
  width: 165px;
  float:left;
  margin-bottom: 30px;
  position: relative;
}
.items_item_img2 img {
  width: auto !important;
  margin: auto;
  max-width: 100%;
  max-height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 15px 0;
}
.items_item_title2 {
  height:60px;
  width:400px;
  float:left;
  overflow: hidden;
  padding: 0 0px;
  margin-top:40px;
}
.items_item_title2 a {
  color: #363895;
  line-height: 22px;
  font-size: 20px;
  font-family: 'Ubuntu-Light', sans-serif;
  border-bottom: 1px solid #363895;
}
.items_item_title2 a:hover {
  border-bottom: 1px solid transparent;
}
.items_item_stick2 {
  position: absolute;
  background: #f00;
  text-transform: uppercase;
  color: #fff;
  text-align: center;
  width: 70px;
  height: 22px;
  line-height: 22px;
  font-size: 16px;
  font-family: 'Ubuntu-Bold', sans-serif;
  left: -1px;
  bottom: 25px;
}

 .items_item_price2 {
 float:left;
  width: 150px;
  height: 50px;
  margin-top:50px;
  text-align: center;
}






.footer_nav {
  background: #fafafa;
  border-bottom: 1px solid #ededed;
  padding: 30px 0;
  min-height: 140px;
}
.footer_nav p {
  color: #aeaeae;
  line-height: 1.4;
  font-size: 12px;
}
.footer_nav_social {
  float: left;
  width: 150px;
}
.footer_nav_social a {
  display: block;
  margin-top: 15px;
}
.footer_nav_menu {
  padding-top: 10px;
  float: left;
  width: 430px;
  margin-left: 80px;
}
.footer_nav_menu ul {
  float: left;
  width: auto;
}
.footer_nav_menu ul:not(:last-child) {
  margin-right: 50px;
}
.footer_nav_menu ul li a {
  font-size: 16px;
  line-height: 24px;
  color: #363895;
  border-bottom: 1px solid #363895;
}
.footer_nav_menu ul li a:hover {
  border-bottom: 1px solid transparent;
}
.footer_nav_subscribe {
  width: 315px;
  float: left;
}
.footer_nav_subscribe form {
  margin-top: 15px;
  position: relative;
  width: 100%;
}
.footer_nav_subscribe form input[type="text"] {
  border: 1px solid #d2d5d9;
  height: 36px;
  width: 100%;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  text-indent: 10px;
  font-size: 14px;
  padding-right: 140px;
}
.footer_nav_subscribe form input[type="text"]::-webkit-input-placeholder {
  color: #bababa;
  font-size: 14px;
}
.footer_nav_subscribe form input[type="text"]::-moz-placeholder {
  color: #bababa;
  font-size: 14px;
}
.footer_nav_subscribe form input[type="text"]:-moz-placeholder {
  color: #bababa;
  font-size: 14px;
}
.footer_nav_subscribe form input[type="text"]:-ms-input-placeholder {
  color: #bababa;
  font-size: 14px;
}
.footer_nav_subscribe form input[type="button"] {
  position: absolute;
  right: 0;
  top: 0;
  font-family: 'Ubuntu-Bold', sans-serif;
  font-size: 16px;
  color: #fff;
  height: 30px;
  width: 130px;
  display: block;
  line-height: 30px;
  text-align: center;
  background: #ed1c24;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  cursor: pointer;
  border: none;
  margin: 3px;
}
.footer_nav_subscribe form input[type="button"]:hover {
  background: #fed018;
}
.footer_nav_pay {
  padding-top: 10px;
  float: right;
  width: 180px;
  text-align: center;
}
.footer_nav_pay ul {
  margin-top: 20px;
}
.footer_nav_pay ul li {
  display: inline-block;
  vertical-align: middle;
}
.footer {
  min-height: 90px;
  background: #fff;
  padding-top: 20px;
}
.footer_counter {
  display: inline-block;
  vertical-align: middle;
  margin-right: 20px;
}
.footer_development {
  display: inline-block;
  vertical-align: middle;
  color: #5f6060;
  line-height: 1.3;
  font-size: 13px;
  font-family: 'Arial', sans-serif;
}
.footer_development a {
  border-bottom: 1px solid #5f6060;
  color: #5f6060;
}
.footer_development a:hover {
  border-bottom: 1px solid transparent;
}
.list_top {
  margin-top: 50px;
  margin-bottom: 45px;
  position: relative;
}
.list_top .title {
  margin-bottom: 10px;
}
.breadcrumbs {
  margin-bottom: 10px;
  text-align: center;
}
.breadcrumbs ul li {
  display: inline-block;
  vertical-align: middle;
}
.breadcrumbs ul li a {
  font-family: 'Ubuntu-Light', sans-serif;
  color: #222326;
  font-size: 14px;
}
.breadcrumbs ul li a:hover {
  border-bottom: 1px solid #222326;
}
.breadcrumbs ul li:not(:last-child):after {
  content: url("/images/arrow.png");
  display: inline-block;
  vertical-align: middle;
  font-size: 14px;
  color: #222326;
  margin-left: 2px;
}
.list_top_display {
  position: absolute;
  right: 0;
  top: 0;
}
.list_top_display li {
  display: inline-block;
  vertical-align: middle;
  margin-left: 10px;
}
.list_top_display li.active a.list_top_display_blocks,
.list_top_display li:hover a.list_top_display_blocks {
  background: url("/images/icon_blocks_act.png") no-repeat center center;
  background-color: #363895;
  background-size:23px 23px;
}
.list_top_display li.active a.list_top_display_list,
.list_top_display li:hover a.list_top_display_list {
  background: url("/images/icon_list_act.png") no-repeat center center;
  background-size:23px 23px;
  background-color: #363895;
}
.list_top_display li a {
  display: block;
  width: 33px;
  height: 33px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
}
.list_top_display li a.list_top_display_blocks {
  background: url("/images/icon_blocks_pass.png") no-repeat center center;
  background-color: #dadada;
    background-size:23px 23px;
}
.list_top_display li a.list_top_display_list {
  background: url("/images/icon_list_pass.png") no-repeat center center;
  background-color: #dadada;
    background-size:23px 23px;
}
.list_top_subcats {
  float: left;
  width: 750px;
  line-height: 30px;
  text-align: center;
}
.list_top_subcats a{
    color: #363895;
    font-size: 18px;
    border-bottom: 1px solid #363895;
    margin: 0 5px;
}
.list_top_bottom_sort {
  float: left;
  width: 750px;
  line-height: 30px;
}
.list_top_bottom_sort span {
  display: inline-block;
  vertical-align: middle;
  text-transform: uppercase;
  color: #000;
  font-size: 18px;
  margin-right: 30px;
}
.list_top_bottom_sort ul {
  display: inline-block;
  vertical-align: middle;
  margin-top: -5px;
}
.list_top_bottom_sort ul li {
  display: inline-block;
  vertical-align: middle;
}
.list_top_bottom_sort ul li.active a {
  padding: 3px 10px 7px;
  background: #363895;
  color: #fff;
  border-bottom: none;
}
.list_top_bottom_sort ul li.active a:hover {
  border-bottom: none;
}
.list_top_bottom_sort ul li a {
  color: #363895;
  font-size: 18px;
  border-bottom: 1px solid #363895;
  margin: 0 5px;
}
.list_top_bottom_sort ul li a:hover {
  border-bottom: 1px solid transparent;
}
.list_top_bottom_pagination .pagination {
  float: right;
  width: 420px;
  text-align: right;
}
.pagination span {
  display: inline-block;
  vertical-align: middle;
  text-transform: uppercase;
  color: #000;
  font-size: 18px;
  margin-right: 20px;
}
.pagination ul {
  display: inline-block;
  vertical-align: middle;
}
.pagination ul li {
  display: inline-block;
  vertical-align: middle;
}
.pagination ul li:not(:first-child) {
  margin-left: 5px;
}
.pagination ul li a {
  width: 33px;
  height: 33px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  display: block;
  color: #222326;
  font-size: 22px;
  text-align: center;
  line-height: 33px;
  background: #dadada;
}
.pagination ul li.active a,
.pagination ul li:hover a {
  color: #fff;
  background: #363895;
}
.list_content_right {
  width: 960px;
  float: right;
  padding-bottom: 50px;
}
.list_content_right_items {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.list_content_right_pagination {
  margin-top: 35px;
  margin-bottom: 55px;
}
h3 {
  font-size: 36px;
  color: #222326;
  font-family: 'Ubuntu-Bold', sans-serif;
  text-transform: uppercase;
}
.list_content_right_info p {
  font-family: 'Ubuntu-Light', sans-serif;
  font-size: 18px;
  color: #222326;
  line-height: 24px;
  margin: 20px 0;
}
fieldset {
  border: none;
}
.list_content_left {
  width: 220px;
  float: left;
  position: relative;
  padding-top: 10px;
}
.list_content_left_section {
  margin-bottom: 35px;
}
.list_content_left_section ul li {
  margin-bottom: 15px;
}
.list_content_left_section ul li label {
  font-size: 16px;
  color: #222326;
 /*text-transform: uppercase;*/
  word-wrap: break-word;
}
.list_content_left_section ul li a
{
font-size: 16px;
      font-weight:bold;
     color:#363895;
         line-height: 22px;
     display:block;
     float:left;
     /*padding-bottom:5px;*/
 text-decoration:underline;
   /*text-transform: uppercase;*/
    word-wrap: break-word;
}
.list_content_left_section ul li a:hover
{
 color:#363895;
 text-decoration:none;
}
.topp li a
{
font-size: 16px;
      font-weight:bold;
     color:#363895;
         line-height: 22px;
     display:block;
     float:left;
     /*padding-bottom:5px;*/
 text-decoration:underline;
   text-transform: uppercase;
    word-wrap: break-word;
}
.topp li a:hover
{
 color:#363895;
 text-decoration:none;
}
.list_content_left_section_title {
  font-size: 21px;
  font-family: 'Ubuntu-Bold', sans-serif;
  color: #222326;
  text-transform: uppercase;
  margin-bottom: 20px;
}
.ui-button {
  border: none !important;
  background: none;
  padding: 0;
  text-align: left;
}
.ui-button:hover {
  background: none;
  border: none;
}
.ui-button .ui-icon {
  background: #fff;
  float:left;
  margin-right:10px;
  -webkit-box-shadow: none;
  box-shadow: none;
  border: 2px solid #c4b2b2;
  -webkit-border-radius: 0;
  border-radius: 0;
  width: 20px;
  height: 20px;
}
.ui-button:hover {
  color: #222326;
  text-decoration: underline;
}
.ui-state-focus,
.ui-visual-focus {
  outline: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.ui-button.ui-state-active:hover {
  color: #222326;
}
.ui-state-active .ui-icon {
  background: url("/images/approved.png") no-repeat center center;
}
.ui-state-active:hover .ui-icon {
  background: url("/images/approved.png") no-repeat center center;
}
.ui-checkboxradio-icon-space {
  display: inline-block;
  width: 9px;
}
.list_content_left_section_price {
  text-align: right;
  padding-bottom: 15px;
}
.list_content_left_section_price_field {
  font-size: 14px;
  color: #222326;
}
.list_content_left_section_price_field span {
  text-transform: uppercase;
  margin-right: 15px;
}
.list_content_left_section_price_field input[type="text"] {
  display: inline-block;
  margin-bottom: 10px;
  width: 135px;
  height: 28px;
  text-align: right;
  padding-right: 10px;
  border: 2px solid #c4b2b2;
  font-size: 14px;
  color: #222326;
  font-family: 'Ubuntu', sans-serif;
}
#slider-range {
  margin-top: 15px;
}
.ui-widget-header {
  background: #363895;
}
.ui-slider .ui-slider-handle {
  width: 10px;
  height: 30px;
  background: #ed1c24;
  border: none;
}
.ui-widget.ui-widget-content {
  height: 9px;
  background: #dadada;
  border: none;
}
.ui-slider-horizontal .ui-slider-handle {
  top: -10px;
  margin-left: -9px;
}
.list_content_left_filter {
  margin-top: 35px;
}
.list_content_left_filter a {
  font-family: 'Ubuntu-Bold', sans-serif;
  font-size: 16px;
  color: #fff;
  height: 40px;
  width: 190px;
  display: block;
  line-height: 40px;
  text-align: center;
  background: #ed1c24;
  margin-bottom:30px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
}
.list_content_left_filter a:hover {
  background: #fed018;
}
.details {
  margin-top: 50px;
  margin-bottom: 70px;
}
.details_left {
  float: left;
  width: 840px;
}
.details_left_title {
  color: #222326;
  font-size: 36px;
  font-family: 'Ubuntu-Light', sans-serif;
  text-align: center;
  line-height: 40px;
  margin-top: 30px;
}
.details_left_image {
  position: relative;
  height: 480px;
  width: 100%;
  padding: 50px;
  margin-top:20px;
  margin-bottom:20px;
  background-image:url("/images/nophoto.jpg");
  background-size:400px;
  background-position:center center;
  background-repeat:no-repeat;
}
.details_left_image img {
  position: absolute;
  max-width: 100%;
  max-height: 100%;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  margin: auto;
}
.details_left_thumbs ul li {
  display: inline-block;
  vertical-align: middle;
  width: 140px;
  height: 140px;
  position: relative;
  border: 1px solid #dadad8;
  margin-right: 20px;
  margin-bottom: 20px;
}
.details_left_thumbs ul li a {
  display: block;
  height: 100%;
}
.details_left_thumbs ul li img {
  padding: 25px;
  position: absolute;
  max-width: 100%;
  max-height: 100%;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  margin: auto;
}
h4 {
  font-size: 24px;
  margin: 20px 0;
  color: #222326;
  font-weight: normal;
}
.details_left_text {
  padding-left: 10px;
  margin-top: 40px;
}
.details_left_text p {
  font-family: 'Ubuntu-Light', sans-serif;
  font-size: 18px;
  color: #222326;
  line-height: 24px;
  margin: 20px 0;
}
.details_left_text p span {
  font-weight: bold;
}
.details_right {
  float: right;
  width: 360px;
  padding-top: 50px;
}
.details_right_price {
  margin-bottom: 20px;
  position: relative;
  padding-left: 30px;
}
.details_right_price_discount {
  position: absolute;
  left: 40px;
  top: 0;
  margin-right: 10px;
  width: 69px;
  height: 61px;
  background: url("/images/cloud.png") no-repeat center center;
  padding-left: 7px;
  line-height: 61px;
  color: #fff;
  font-size: 19px;
  font-family: 'Ubuntu-Bold', sans-serif;
}
.details_right_price_value {
  text-align: center;
}
.details_right_price_value_current {
  color: #222326;
  padding-top: 14px;
  font-family: 'Ubuntu-Bold', sans-serif;
  font-size: 36px;
  line-height: 0.9;
}
.details_right_price_value_old {
  font-size: 16px;
  color: #222326;
  text-decoration: line-through;
}
.details_right_stock {
  text-align: center;
}

.details_right_stock a {
  color: #06983d;
  padding-bottom: 2px;
  font-size: 18px;
  border-bottom: 1px dashed #06983d;
}
.details_right_stock a:hover {
  border-bottom: 1px dashed transparent;
}
.items_item .details_right_stock {
  text-align: center;
  position:absolute;
  margin-top:45px;
  margin-left:10px;
}
.items_item2 .details_right_stock {
  text-align: right;
  position:absolute;
  margin-top:45px;
  width:200px;
  margin-bottom:20px;
  margin-left:-95px;
}
.items_item2 .details_right_stock a {
  color: #06983d;
  padding-bottom: 2px;
  font-size: 12px;
  border-bottom: 1px dashed #06983d;
}
.items_item .details_right_stock a {
  color: #06983d;
  padding-bottom: 2px;
  font-size: 12px;
  border-bottom: 1px dashed #06983d;
}
.items_item  .details_right_stock a:hover {
  border-bottom: 1px dashed transparent;
}
.details_right_delivery {
  font-size: 18px;
  text-align: center;
}
.details_right_order {
  margin: 20px 0;
}
.details_right_order a {
  display: block;
  margin: 0 auto;
  padding-top: 21px;
  background: #363895;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  height: 75px;
  width: 230px;
  text-align: center;
  color: #fff;
  font-size: 31px;
  font-family: 'Ubuntu-Bold', sans-serif;
  text-transform: uppercase;
  line-height: 0.9;
}
.details_right_order a span {
  font-size: 18px;
  text-transform: none;
}
.details_right_order a:hover {
  background: #c2277a;
}
.details_right_click {
  padding-left: 35px;
  margin: 25px 0 10px;
}
.details_right_click a {
  font-size: 24px;
  color: #bf0000;
  border-bottom: 2px solid #bf0000;
  display: inline-block;
  vertical-align: middle;
  line-height: 0.9;
}
.details_right_click a:hover {
  border-bottom: 2px solid transparent;
}
.details_right_click:before {
  content: url("/images/click.png");
  display: inline-block;
  vertical-align: middle;
  margin-right: 13px;
}
.details_right_credit {
  text-align: center;
}
.details_right_credit a {
  color: #363895;
  font-size: 16px;
  border-bottom: 1px solid #363895;
}
.details_right_table {
  margin: 30px 0 15px;
  border-top: 9px solid #363895;
  border-bottom: 9px solid #363895;
  padding: 15px 0;
}
.details_right_table table {
  width: 100%;
  text-transform: uppercase;
  font-family: 'Ubuntu-Light', sans-serif;
  color: #222326;
  margin-bottom: 20px;
}
.details_right_table table tr td {
  height: 32px;
  border-bottom: 1px solid #dadada;
}
.details_right_table table tr td:first-child {
  text-align: left;
}
.details_right_table table tr td:last-child {
  text-align: right;
}
.details_right_table_compare ul li {
  display: inline-block;
  vertical-align: middle;
}
.details_right_table_compare ul li a {
  border-bottom: 1px solid #41177f;
  color: #41177f;
  line-height: 0.9;
  font-size: 16px;
}
.details_right_table_compare ul li.compare {
  margin-right: 45px;
}
.details_right_table_compare ul li.compare:before {
  content: url("/images/compare.png");
  margin-top: 5px;
  display: inline-block;
  vertical-align: middle;
  margin-right: 5px;
  height: 22px;
}
.details_right_table_compare ul li.favourite:before {
  content: url("/images/favourite.png");
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
  height: 22px;
}
.details_right_subscribe {
  background: #fafafa;
  padding: 25px 15px;
  width: 100%;
}
.details_right_subscribe form {
  margin-top: 15px;
  position: relative;
  width: 100%;
}
.details_right_subscribe form input[type="text"] {
  border: 1px solid #d2d5d9;
  height: 36px;
  width: 100%;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  text-indent: 10px;
  font-size: 14px;
  padding-right: 140px;
}
.details_right_subscribe form input[type="text"]::-webkit-input-placeholder {
  color: #bababa;
  font-size: 14px;
}
.details_right_subscribe form input[type="text"]::-moz-placeholder {
  color: #bababa;
  font-size: 14px;
}
.details_right_subscribe form input[type="text"]:-moz-placeholder {
  color: #bababa;
  font-size: 14px;
}
.details_right_subscribe form input[type="text"]:-ms-input-placeholder {
  color: #bababa;
  font-size: 14px;
}
.details_right_subscribe form input[type="button"] {
  position: absolute;
  right: 0;
  top: 0;
  font-family: 'Ubuntu-Bold', sans-serif;
  font-size: 16px;
  color: #fff;
  height: 30px;
  width: 130px;
  display: block;
  line-height: 30px;
  text-align: center;
  background: #ed1c24;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  cursor: pointer;
  border: none;
  margin: 3px;
}
.details_right_subscribe form input[type="button"]:hover {
  background: #fed018;
}
.details_right_subscribe_title {
  text-transform: uppercase;
  color: #222326;
  font-size: 18px;
  font-family: 'Ubuntu-Bold', sans-serif;
  line-height: 1;
  margin-bottom: 7px;
}
.details_right_subscribe_text {
  font-size: 13px;
  color: #000;
}
.filt_ok {
        background-color: #363895;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 5px;
    width: 250px;
    padding-bottom: 5px;
    color: #fff;
    display: none;
    line-height: 25px;
    border-radius: 5px;
    position: absolute;
    z-index: 5;
    left: 50%;
    margin-left: 0px;
    top: -93px;
}
.filt_ok a {
    background-color: #ed1c24;
    display: block;
    float: right;
    width: 80px;
    height: 25px;
    text-align: center;
    line-height: 25px;
    color: #fff;
        font-family: 'Ubuntu-Bold', sans-serif;
    text-decoration: none;
}
.filt_ok img
{
 display:none;
}
.podmenu li a
{
    font-size: 12px;
    color: #222326;

    text-transform: uppercase;
    word-wrap: break-word;
}
.podmenu li:hover
{
 background-color:#fbc901;
}
.podmenu li
{
 padding-top:5px;
 padding-left:5px;
 padding-bottom:5px;

 border-bottom:1px #222326 dotted;
}
.kolonka h4 a
{
  font-size: 24px;
  font-weight:bold;
    color: #222326;
}
.ptable
{

 width:100%;
 margin-top:30px;
 padding-top:30px;
}
.t_left
{
 font-size:14px;
 text-transform:uppercase;
}
.inps
{
    font-family: 'Ubuntu-Light', sans-serif;
    width: 80%;
    height: 30px;
    text-indent: 10px;
    font-size: 14px;
    border: 1px solid #231f20;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    background: #ededed;
    margin-top:5px;
    margin-bottom:5px;

}
.ptable td
{
 font-size:14px;
 text-transform:uppercase;
}
.inp
{
    font-family: 'Ubuntu-Light', sans-serif;
    width: 80%;
    height: 30px;
    text-indent: 10px;
    font-size: 14px;
    border: 1px solid #231f20;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    background: #ededed;
    margin-top:5px;
    margin-bottom:5px;

}
.button {
  display: block;
  position:relative;
  margin: 0 auto !important;
  padding-top: 11px;
  background: #363895;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  height: 45px;
  width: 180px;
  text-align: center;
  clear:both;
  color: #fff;
  font-size: 24px;
  font-family: 'Ubuntu-Bold', sans-serif;
  text-transform: uppercase;
  line-height: 0.9;
  margin-top:20px !important;
}
.button:hover {
  background: #c2277a;
}
.sub-button {
  display: block;
  position:relative;
  margin: 0 auto !important;
  padding-top: 11px;
  background: #363895;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  height: 45px;
  width: 180px;
  text-align: center;
  clear:both;
  color: #fff !important;
  font-size: 24px  !important;
  font-family: 'Ubuntu-Bold', sans-serif;
  text-transform: uppercase;
  line-height: 0.9
  border:0  !important;
  margin-top:20px !important;
}
.sub-button a:hover {
  background: #c2277a;
}
.window-pop-up-content a
{
  color: #363895;
    font-size: 14px;

}
.add_bask2
{
  line-height:30px;
  padding-top:10px;
  color: #363895;
    font-size: 14px;
    border-bottom: 1px solid #363895;

}
.ch2
{
 font-size:28px;
 font-family:'ubuntu', sans-serif;
 font-weight:bold;
}
/*КОРЗИНА*/
.catalog_hits_title {
    text-transform: uppercase;
    color: #a10220;
    font-size: 60px;
    font-family: 'Ubuntu', sans-serif;
    text-align: center;
    margin-bottom: 40px;
}
.ch1
{
    text-transform: uppercase;
    color: #363895;
    display: inline-block;
    font-family: 'Ubuntu-Bold', sans-serif;
    font-size: 36px;
    padding-bottom: 5px;

}
.search-button
{
height: 45px;
    font-family: 'Ubuntu-Bold', sans-serif;
    color: #fefefe;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    background: #a8226a;
    width: 300px;
    padding-left:10px;
    padding-right:10px;
    border: none;
    line-height:40px;
    display:block;
    clear:both;
    text-align:center;
    margin:0 auto;
    text-transform: uppercase;
    font-size: 18px;
    cursor: pointer;
}
.list_content_item {
    width: 100%;
    position: relative;
    border: 1px solid #e6e6e6;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    height: 220px;
    margin-bottom: 25px;
}
.list_content_item_img {
    width: 295px;
    height: 100%;
    position: relative;
    padding: 15px;
    float: left;
}
.list_content_item_img img
{
 width:265px;
}
.list_content_item_center {
    height: 100%;
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    float: left;
    width: 290px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    padding-right: 15px;
}
.list_content_item_center_title {
    position: relative;
    display: block;
    width: 100%;
    margin-bottom: 5px;
}
.list_content_item_center_title {
    position: relative;
    display: block;
    width: 100%;
    margin-bottom: 5px;
}
.list_content_item_center_stock a {
    color: #ed1c24;
    border-bottom: 1px dashed #ed1c24;
    font-size: 20px;
        font-family: arial, sans-serif;
}
.list_content_item_price {
    width: 150px;
    position: relative;
    float: left;
    margin-top: 60px;
}
.list_content_item_price_current {
    color: #ed1c24;
    font-size: 28px;
    font-weight: bold;
    margin-top: 20px;
    font-family: 'Ubuntu-Bold', sans-serif;
    margin-bottom: 20px;
}
.list_content_item_price_add {
    text-transform: uppercase;
    color: #fff;
    background: #a8226a;
    font-family: 'Ubuntu-Bold', sans-serif;
    height: 40px;
    width: 110px;
    display: block;
    line-height: 40px;
    text-align: center;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    font-size: 16px;
}
.list_content_item_price_add4 {
  text-transform: uppercase;
  color: #fff;
  background: #ed1c24;
  font-family: 'Ubuntu-Bold', sans-serif;
  height: 40px;
  width: 110px;
  display: block;
  line-height: 40px;
  text-align: center;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  font-size: 16px;
}
.list_content_item_price_add4:hover {
  background: #f14950;
}
.list_content_item_price_add4_sm {
  text-transform: uppercase;
  color: #fff;
  background: #ed1c24;
  font-family: 'Ubuntu-Bold', sans-serif;
  height: 30px;
  width: 80px;
  display: block;
  line-height: 30px;
  text-align: center;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  font-size: 12px;
  margin-top:14px;
  margin-left:10px;
}
.list_content_item_price_add4_sm:hover {
  background: #f14950;
}
.list_content_item_price_add_sm {
    text-transform: uppercase;
    color: #fff;
    background: #363895;
    font-family: 'Ubuntu-Bold', sans-serif;
  height: 30px;
  width: 80px;
    display: block;
    line-height: 30px;
    text-align: center;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    font-size: 12px;
      margin-top:14px;
  margin-left:10px;
}
.list_content_item_center_title a {
    font-family: 'Ubuntu-Bold', sans-serif;
    font-size: 22px;
    color: #000;
}
.details_content_right_add a {
    display: block;
    height: 50px;
    width: 270px;
    margin-left:40px;
    background: #a8226a;
    color: #fff;
    text-align: center;
    line-height: 60px;
    text-transform: uppercase;
     font-family: 'Ubuntu-Bold', sans-serif;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    font-size: 24px;
}

.basket-tab-title_active {
    display: block;
    float: left;
    width: 350px;
    height: 70px;

    line-height: 70px;
    text-aligN: center;
    font-size: 24px;
    color: #000;
    background-color: #fbc901;
    border: 5px #363895 solid;
}
.basket-tab-title {
    display: block;
    float: left;
    width: 350px;
    height: 70px;
    line-height: 70px;
    text-aligN: center;
    font-size: 24px;
    cursor: point;
    color:#363895;
    background-color: #fff;
    border: 5px #363895 solid;
}
.lbfb2 {
    color: #ed1c24;
    float: right;
}
.liner {
    border-top: 1px #ccc dotted;
    margin-top: 15px;
    height: 15px;
}
.leftbar2
{
 float:left;
 width:200px;
}
.leftbar2 a
{
     font-size: 18px;
    font-weight: bold;
    color: #363895;
    display: block;
    padding-bottom: 10px;
    text-decoration: underline;
    text-transform: uppercase;
    word-wrap: break-word;

}
.catalog_hits_title {
    text-transform: uppercase;
    color: #000;
    font-size: 60px;
     font-family: 'Ubuntu-Bold', sans-serif;
    text-align: center;
    margin-bottom: 40px;
}

.list_content_item_favourite_div {
  position: absolute;
  right: 2px;
  top: 2px;
  width:27px;
  height:27px;
  background-color:#fff;
  border-radius:20px;
  z-index: 1000;
}
.list_content_item_favourite {
  width: 27px;
  height: 27px;
  position: absolute;
  right: 2px;
  top: 2px;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  background: #fff;
  background: url("../images/star_pass.png") no-repeat center center;
}
.list_content_item_favourite:hover {
  background: url("../images/star_act.png") no-repeat center center;
}
.list_content_item_favourite.active {
  background: url("../images/star_act.png") no-repeat center center;
}
.list_content_item_favourite.delete {
  background: url("../images/star_del.png") no-repeat center center;
}
.item_disactive
{
    background-color:#eeeeee;
    opacity: 0.5; /* Значение прозрачности */
    filter: alpha(Opacity=50); /* Прозрачность в IE */
}
.list_filter_more a
{
    font-family: 'Ubuntu-Bold', sans-serif;
    font-size: 16px;
    color: #fff;
    height: 30px;
    width: 130px;
    display: block;
    line-height: 30px;
    text-align: center;
    background: #ed1c24;
    -webkit-border-radius: 2px;
    border-radius: 2px;
}
#continueDelivery
{
 margin-left:100px;
}
.header_top_address_location
{
 margin-top:20px !important;
 display:block;
 font-size:18px !important;
 width:200px;
 padding-left:10px;
}
.header_top_address_location:hover
{
    color:#000;
    background: #fed018;
}
.ref_but
{
    font-family: 'Ubuntu-Medium', sans-serif;
    font-size: 16px;
    color: #000;
    margin-top:-30px;
    height: 40px;
    width: 200px;
    display: block;
    float:right;
    line-height: 40px;
    text-align: center;
    background: #fbc901;
    -webkit-border-radius: 2px;
    border-radius: 2px;
}
.details_right_click2  a {
    display: block;
    margin: 0 auto;
    padding-top: 10px;
    background: #06983d;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    height: 35px;
    width: 190px;
    text-align: center;
    color: #fff;
    margin-top:10px;
    margin-bottom:10px;
    font-size: 18px;
    font-family: 'Ubuntu-Bold', sans-serif;
    text-transform: uppercase;
    line-height: 0.9;
}
}

</pre></body></html>