#feedbackModal {    
    width: 960px;
    margin-left:-480px;
 }
 #feedbackModal p {
    font-size:16px; 
 } 
 #feedbackModal .btn {
    margin-top:15px; 
 }
.main-menu-point { z-index:100; }

div.span2.language {

	visibility: hidden;
}

.widget-hits {
margin: 0;
padding: 0;
}

.widget-hits > li {
    margin: 0;
    padding: 0;
    display: inline-block;
    width: 243px;
    vertical-align: top;
position: relative;
}

.widget-hits > li:last-child {
margin-right: 0;
}

.widget-hits__block {
border: 1px #e9e9e9 solid;
    margin: 10px;
    padding: 10px;
    height: 220px;
    background: #fff;
    -webkit-transition: 1s;
    transition: 1s;
}


.widget-hits__block:hover {
border: 1px #0091a0 solid;
}

.widget-hits__block-img {
    width: 200px;
    display: table-cell;
    margin: 0 auto;
    height: 140px;
    vertical-align: middle;

}

.widget-hits__block-img > img {
    max-width: 100%;
    margin: 0 auto;
    display: table;
}

.widget-hits .widget-hits__block-name {
    line-height: 16px;
    font-size: 12px;
    display: block;
    border-top: 1px #0091a0 solid;
    margin: 10px 0 0 0;
    padding: 10px 0 0 0;
    text-align: center;
font-weight: normal;
color: #000;
}

.widget-hits .widget-hits__block-name:hover {
text-decoration: underline;
}

.widget-hits-title {
margin: 20px 10px 0 10px;
font-size: 22px;
color: #0091a0;
}

.widget-hits .widget-hits__block-price {
color: #0091a0;
    font-size: 16px;
    display: block;
    position: absolute;
    top: 141px;
    width: 201px;
    background: rgba(255, 255, 255, 0.5);
    height: 30px;
    line-height: 30px;
    padding: 0 10px;
    margin-left: -10px;
font-weight: normal;
}

.main-panel .retail-href {
    text-decoration: underline;
}

.up-btn {
	position: fixed;
	z-index: 3;
	right: 50px;
	bottom: 50px;
    padding: 0;
    visibility: hidden;
    width: 65px;
    cursor: pointer;
    background-color: transparent;
    border: none;
    outline: none;
    opacity: 0;
    transition: .5s;
}

.up-btn_active {
	visibility: visible;
	opacity: .5;
}

.up-btn_active:hover {
  opacity: 1;
}

.up-btn span:first-child {
  position: relative;
  display: block;
  width: 100%;
  height: 65px;
  background-color: #029ea9;
  border-radius: 50%;
}

.up-btn span:first-child:before,
.up-btn span:first-child:after {
  content: '';
  position: absolute;
  top: 23px;
  width: 19px;
  height: 14px;
  background-color: #fff;
}

.up-btn span:first-child:before {
  left: 14px;
  transform: skewY(-39deg)
}

.up-btn span:first-child:after {
  right: 13px;
  transform: skewY(39deg)
}

.up-btn span:last-child {
  margin-top: 3px;
  display: block;
  color: #029ea9;
  font-size: 14px;
  letter-spacing: 1px;
  text-align: center;
  text-transform: uppercase;
}
.rating-new__block {
    width: 105px;
    height: 18px;
    display: inline-block;
    position: relative;
}
.rating-new__block-gold {
    height: 18px;
    background: url(/images/rating.gif) no-repeat -2px -100px;
    width: 105px;
    display: block;
    position: absolute;
    top: 0;
    z-index: 2;
}

.rating-new__block-silver {
    height: 18px;
    background: url(/images/rating.gif) no-repeat -2px 0px;
    width: 105px;
    display: block;
}


.rating_rate-avg {
color: #0099a6;
font-weight: bold;
font-size: 18px;
}

.rating_rate-feedback {
color: #6e6e6e;
font-size: 14px;
}

.rating-head-new__block {
width: 50px;
    height: 12px;
    display: inline-block;
    position: absolute;
    left: -53px;
    top: -6px;
}
.rating-head-new__block-gold {
    height: 11px;
    background: url(/images/rating_all_2.png) no-repeat -5px -55px;
    width: 50px;
    display: block;
    position: absolute;
    top: 0;
    z-index: 2;

}

.rating-head-new__block-silver {
    height: 11px;
    background: url(/images/rating_all_2.png) no-repeat -5px 0px;
    width: 50px;
    display: block;
}


body .span2.logo a > img {
    margin: 8px 0 0 0px;
    width: 203px;
}

@media (max-width: 1220px) {
body .span2.logo a > img {
    margin: 13px 0 0 0px;
       width: 180px;
}
}

/*

.span2.logo a > img {
    width: 150px;
    margin: -10px 0 0 59px;
}

@media (max-width: 1220px) {
.span2.logo a > img {
    margin: -10px 0 0 28px;
}
}



@media all and (max-width: 1220px) {
.span2.logo a > img {
    margin: -10px 0 0 28px;
}

}
*/