/* background: url("@{images}phone.png") 0 0 no-repeat; */
.block-background {
  background: #ffffff;
  /* Old browsers */
  background: -moz-linear-gradient(top, #ffffff 60%, #efefef 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(60%, #ffffff), color-stop(100%, #efefef));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #ffffff 60%, #efefef 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #ffffff 60%, #efefef 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #ffffff 60%, #efefef 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, #ffffff 60%, #efefef 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#efefef', GradientType=0);
  /* IE6-9 */
}
body {
  background-color: #F2F2F2;
  padding: 10px 0 50px 0 !important;
}
h1 {
  font-size: 30px;
  margin-bottom: 10px;
  font-weight: normal;
  text-shadow: 0px 1px 0px #fff;
}
h2 {
  clear: both;
  font-size: 20px;
  margin-bottom: 10px;
  font-weight: normal;
}
h3 {
  font-size: 16px;
  margin-top: 0px;
  margin-bottom: 10px;
  font-weight: normal;
}
.block-light {
  background-color: #f8f8f8;
}
.product-badge {
  width: 117px;
  height: 113px;
  position: absolute;
  top: -13px;
  left: -15px;
}
.product-hit {
  background: url("../images/product_item_bage_hit.png") 0 0 no-repeat;
}
.product-new {
  background: url("../images/product_item_bage_new.png") 0 0 no-repeat;
}
.product-soon {
  background: url("../images/product_item_bage_soon.png") 0 0 no-repeat;
}
.product-sale {
  background: url("../images/product_item_bage_sale.png") 0 0 no-repeat;
}
.price-bage {
  background: url("../images/product_item_price.png") 0 0 no-repeat;
  float: left;
  width: 85px;
  height: 32px;
  color: red;
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  padding-right: 10px;
  line-height: 30px;
}
.stock {
  padding-left: 20px;
  line-height: 16px;
  font-size: 12px;
  margin: 5px 0;
}
.stock-plus {
  background: url("../images/product_item_in_stock.png") 0 0 no-repeat;
}
.stock-minus {
  background: url("../images/product_item_not_in_stock.png") 0 0 no-repeat;
}
.product-item-browsed {
  height: 270px !important;
}
.free_delivery_item {
  width: 180px;
  height: 46px;
  position: absolute;
  right: -11px;
  bottom: 76px;
}
/* ============
*
* хеадер 
*
*/
#siteheader .logo {
  margin-top: 5px;
}
#siteheader .logo-descr {
  font-size: 26px;
  line-height: 26px;
  text-align: center;
  color: #005D91;
}
#siteheader .input-search {
  width: 230px;
  display: inline-block;
}
#siteheader .ya-site-form {
  width: 310px;
}
#siteheader .ya-site-form input.ya-site-form__input-text {
  height: 24px;
}
#siteheader .worktime .c1 {
  padding: 0 8px 0 10px;
}
#siteheader .phonenumber {
  font-weight: bold;
  color: #005D91;
  text-align: center;
}
#siteheader .freecall {
  font-size: 12px;
}
#siteheader .btn_callback {
  width: 100%;
}
#siteheader .top-cart {
  padding: 5px 8px;
  border: 1px solid black;
  border-radius: 10px;
  margin: 2px;
  box-shadow: 0px 0px 2px 1px rgba(0, 0, 0, 0.3);
  text-align: center;
}
#siteheader .top-cart .price {
  font-size: 22px;
  color: red;
  font-weight: bold;
}
#siteheader .top-main-menu {
  margin-bottom: 3px;
}
#siteheader .top-main-menu a {
  color: black;
}
#siteheader .user-control {
  text-align: center;
}
/* ============
*
* продукт-карточка в списке 
*
*/
.product-item {
  position: relative;
  background-color: white;
  padding: 5px;
  height: 424px;
  width: 204px !important;
  margin: 10px 15px;
  border-radius: 10px;
  box-shadow: 0px 0px 5px 0px #1576a6;
  background: #ffffff;
  /* Old browsers */
  background: -moz-linear-gradient(top, #ffffff 60%, #efefef 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(60%, #ffffff), color-stop(100%, #efefef));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #ffffff 60%, #efefef 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #ffffff 60%, #efefef 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #ffffff 60%, #efefef 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, #ffffff 60%, #efefef 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#efefef', GradientType=0);
  /* IE6-9 */
}
.product-item .params {
  /*position: absolute;
		bottom: 0px;
		left: 0;
		width: 100%;
		padding: 10px;*/
}
.product-item .image img {
  margin: 0 auto;
  display: block;
  margin-bottom: 0;
}
.product-item h3 {
  text-decoration: underline;
  font-family: Arial;
  text-align: center;
  font-size: 16px;
  margin: 10px 0;
  text-decoration: none;
  color: black;
  height: 34px;
  /* чтобы 1 и 2 строки были одинаковы  */
}
.product-item .brand {
  font-size: 12px;
  margin: 8px 0;
}
.product-item form {
  float: right;
}
.product-item .free_delivery_item_russia {
  width: 180px;
  height: 46px;
  position: absolute;
  right: -11px;
  bottom: 76px;
  background: url("../images/product_item_free_delivery_rf2.png") 0 0 no-repeat;
}
.product-item .free_delivery_item_msk {
  width: 180px;
  height: 46px;
  position: absolute;
  right: -11px;
  bottom: 76px;
  background: url("../images/product_item_free_delivery_msk2.png") 0 0 no-repeat;
}
.product-item .price-sale {
  background: url("../images/product_item_sale.png") 0 0 no-repeat;
  width: 158px;
  height: 40px;
  position: absolute;
  left: -13px;
  bottom: 30px;
  color: white;
  padding-left: 23px;
  line-height: 24px;
}
.product-item .prices {
  height: 52px;
  margin-top: 35px;
}
.product-item .price-title {
  height: 53px;
  vertical-align: bottom;
  display: table-cell;
}
.product-item .compare_price span {
  text-decoration: line-through;
}
.product-item .rating-view {
  margin-left: 105px;
}
.product-item .sale_to {
  text-align: right;
  margin-top: -8px;
  font-size: 11px;
}
.product-item .sale_to .timeTo {
  height: auto !important;
}
.product-item .btn-buy-now {
  padding: 5px;
}
/* продукт-карточка в списке скоро в продаже*/
.product-item-soon {
  height: 354px !important;
}
.product-item-soon .free_delivery_item {
  bottom: 30px !important;
}
.product-item-soon .btn-soon {
  margin-top: 30px;
}
.nav-main {
  min-height: 20px !important;
  margin-top: 8px;
  border: 1px solid rgba(0, 0, 0, 0.45);
  background: #40bfff;
  /* Old browsers */
  background: -moz-linear-gradient(top, #40bfff 1%, #2d89b5 50%, #00486b 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(1%, #40bfff), color-stop(50%, #2d89b5), color-stop(100%, #00486b));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #40bfff 1%, #2d89b5 50%, #00486b 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #40bfff 1%, #2d89b5 50%, #00486b 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #40bfff 1%, #2d89b5 50%, #00486b 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, #40bfff 1%, #2d89b5 50%, #00486b 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#40bfff', endColorstr='#00486b', GradientType=0);
  /* IE6-9 */
}
.nav-main li {
  /* border-right: 1px solid rgba(0, 0, 0, 0.2); */
}
.nav-main li a,
.nav-main .navbar-brand {
  padding-bottom: 5px !important;
  padding-top: 5px !important;
  color: white !important;
  font-size: 16px;
}
.nav-main li ul {
  background-color: #2d89b5;
}
.nav-main .nav > li > a:hover,
.nav-main .nav > li > a:focus,
.nav-main .navbar-default .navbar-nav > .open > a,
.nav-main .navbar-default .navbar-nav > .open > a:hover,
.nav-main .nav .open > a,
.nav-main .nav .open > a:hover,
.nav-main .nav .open > a:focus,
.nav-main .navbar-default .navbar-nav > .open > a:focus,
.nav-main .dropdown-menu > li > a:hover {
  background-color: #00486b !important;
  background-image: none !important;
}
.nav-main .navbar-brand {
  padding: 15px 15px !important;
}
.nav-main .navbar-toggle {
  float: left !important;
  margin-left: 10px !important;
  background-color: #ddd;
}
/* ============
* боковое меню 
*/
.sb-menu > li:first-child {
  border-top: none;
}
.sb-menu li {
  width: 100%;
  padding: 0;
  margin: 0;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.sb-left .sb-menu li a:hover {
  border-left: 3px solid;
}
.sb-left .sb-menu li a {
  border-left: 3px solid transparent;
}
.sb-menu li a:hover {
  text-decoration: none;
  background-color: rgba(255, 255, 255, 0.05);
}
.sb-slidebar a:hover {
  color: #E83165;
  text-decoration: underline;
}
.sb-menu li a {
  width: 100%;
  display: inline-block;
  padding: 1em;
  color: #f2f2f2;
}
.sb-toggle-left {
  width: 42px;
  background-color: #005D91;
  color: #e2e2e2;
  padding: 5px;
  border-radius: 5px;
  border: 3px solid #003E61;
}
.sb-toggle-left,
.sb-toggle-right,
.sb-open-left,
.sb-open-right,
.sb-close {
  cursor: pointer;
}
.navicon-line {
  width: 24px;
  height: 4px;
  border-radius: 1px;
  margin: 3px 0;
  background-color: #fff;
}
/* ============
* главная 
*/
.main_utp li {
  text-align: center;
  font-size: 18px;
}
.news {
  border-radius: 10px;
  box-shadow: 0px 0px 5px 0px #1576a6;
  background: #ffffff;
  /* Old browsers */
  background: -moz-linear-gradient(top, #ffffff 60%, #efefef 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(60%, #ffffff), color-stop(100%, #efefef));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #ffffff 60%, #efefef 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #ffffff 60%, #efefef 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #ffffff 60%, #efefef 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, #ffffff 60%, #efefef 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#efefef', GradientType=0);
  /* IE6-9 */
  padding: 20px 0;
}
.news .postdate {
  font-weight: bold;
}
/* список продуктов */
ul.products-list {
  list-style: none;
  display: block;
  max-width: 1176px;
  margin: 0 auto;
}
ul.products-list li {
  float: left;
}
/* ============
*
* карточка товара 
*
*/
.product {
  margin: 20px 0;
}
.product h1 {
  font-size: 22px;
  font-weight: bold;
  margin-top: 0px;
}
.product .image {
  text-align: center;
}
.product .image .image_wrap {
  position: relative;
  display: inline-block;
  border-radius: 10px;
  box-shadow: 0px 0px 5px 0px #1576a6;
}
.product .image .img-zoom {
  background: url("../images/zoom.png") 0 0 no-repeat;
  position: absolute;
  right: 10px;
  top: 10px;
  width: 32px;
  height: 36px;
}
.product .image .product_free-delivery {
  width: 272px;
  height: 45px;
  position: absolute;
  right: -12px;
  bottom: 20px;
}
.product .image .free-delivery-russia {
  width: 272px;
  height: 45px;
  position: absolute;
  right: -12px;
  bottom: 20px;
  background: url("../images/product_free_delivery_russia.png") 0 0 no-repeat;
}
.product .image .free-delivery-msk {
  width: 272px;
  height: 45px;
  position: absolute;
  right: -12px;
  bottom: 20px;
  background: url("../images/product_free_delivery_msk.png") 0 0 no-repeat;
}
.product .image .free_delivery {
  background: url("../images/product_item_free_delivery_msk.png") 0 0 no-repeat;
  width: 210px;
  height: 42px;
  position: absolute;
  right: -11px;
  bottom: 20px;
}
.product .images {
  margin-top: 2px;
  text-align: center;
}
.product .images img {
  margin: 5px 2px;
  border-radius: 10px;
  box-shadow: 0px 0px 5px 0px #1576a6;
}
.product .compare_price {
  font-size: 18px;
  text-decoration: line-through;
}
.product .compare_price_proc {
  font-size: 18px;
  color: red;
  font-weight: bold;
  margin-left: 10px;
}
.product .product-block {
  background-color: #f8f8f8;
  margin-top: 5px;
  margin-bottom: 0;
  padding: 5px 8px;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
}
.product .product-block .button {
  float: right;
  margin-left: 8px;
}
.product .product-block .row {
  margin: 10px 0;
}
.product .product-block-bottom {
  background-color: #DBDBDB;
  padding: 8px;
  border-bottom-left-radius: 8px;
  border-bottom-right-radius: 8px;
}
.product .product-block-bottom .product-block-bottom-wrap {
  background-color: #f8f8f8;
  border-radius: 5px;
  padding: 2px 5px;
}
.product .product-block-bottom .product-block-bottom-wrap dl {
  margin-bottom: 0;
}
.product .product-block-bottom .product-block-bottom-wrap dt,
.product .product-block-bottom .product-block-bottom-wrap dd {
  display: inline;
}
.product .product-block-bottom .product-block-bottom-wrap dt:nth-child(2) {
  padding-left: 10px;
}
.product a {
  color: black;
}
.product .service {
  float: right;
}
.product .service a {
  margin: 0 4px;
}
.product .in-favourite {
  background: url("../images/favorite.png") 0 0 no-repeat;
  padding-left: 15px;
}
.product form.callback-me {
  text-align: center;
  font-size: 12px;
}
.product form.callback-me input {
  margin: 5px 0;
}
.product .btn_buyoneclick {
  color: white;
}
.product .product-block-form-callme {
  margin-left: -9px;
}
.product .product-block-center {
  padding-left: 0;
}
.product .block-product_utp {
  border-radius: 10px;
  box-shadow: 0px 0px 5px 0px #1576a6;
  background-color: white;
}
.product .block-product_utp ul.product_utp {
  list-style: none;
  font-size: 18px;
}
.product .block-product_utp ul.product_utp > li {
  margin: 15px 0;
}
.product .block-product_utp ul.product_utp > li h4 {
  margin: 10px 0 20px 10px;
  display: inline-block;
}
.product .block-product_utp ul.product_utp > li ul {
  font-size: 12px;
  padding-left: 15px;
}
.product .block-product_utp ul.product_utp > li p {
  margin: 0;
}
.product .block-tabs {
  margin-top: 10px;
}
.product .tab-pane {
  background-color: white;
  padding: 10px;
}
.product #artikul {
  float: left;
}
.product .rating {
  float: right;
}
.product .sale_to {
  text-align: right;
}
.product .sale_to .timeTo {
  height: auto !important;
}
.product .stock {
  float: left;
}
.product .answer {
  background-color: #fff6bb;
  border-radius: 5px;
  border: 1px solid #e8da97;
  padding: 8px;
}
.product .answer .author {
  font-weight: bold;
}
.product .btn {
  color: #fff !important;
}
.product .yashare-auto-init {
  margin: 10px 0;
}
/* ============
*
* футер 
*
*/
footer {
  background-color: #E2F5FF;
  margin-top: 20px;
  padding: 10px;
}
footer h3 {
  font-size: 18px;
  color: #464646;
  margin-bottom: 5px;
}
footer .phonenumber {
  font-size: 18px;
}
footer dd.phonenumber {
  margin-top: -5px;
}
footer .footer-left {
  padding-left: 0;
}
footer .footer-left dl {
  margin: 0;
}
footer .footer-left dt {
  float: left;
  clear: left;
  text-align: right;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
margin-right: 10px;
}
footer .footer-left dd {
  margin-left: 45px;
}
footer .footer-left .contact {
  margin: 10px 0;
}
footer .footer-center {
  text-align: center;
}
footer .footer-center h3 {
  text-align: center;
  padding-bottom: 8px;
}
footer .footer-center .row {
  margin-bottom: 10px;
}
footer .footer-center form.subscribe {
  display: inline-block;
  float: none;
}
footer .footer-right {
  font-size: 18px;
  color: #01476B;
  padding-left: 0;
}
footer .footer-right .callnow {
  font-size: 22px;
  font-weight: bold;
  line-height: 24px;
}
footer .icon-soc {
  width: 60px;
  height: 60px;
  display: inline-block;
}
footer .icon-paycard {
  width: 90%;
  height: 156px;
  display: inline-block;
}
footer .icon-paycard img {max-width:100%;height:auto;margin-bottom:10px;}
.subscr form{width:100%}
footer .icon-twitter {
  background: url("../images/twitter.png") 0 0 no-repeat;
}
footer .icon-vk {
  background: url("../images/vk.png") 0 0 no-repeat;
}
footer .icon-facebook {
  background: url("../images/facebook.png") 0 0 no-repeat;
}
footer .icon-ok {
  background: url("../images/odnoklassniki.png") 0 0 no-repeat;
}
footer .icon-visa {
  background: url("../images/visa.png") 0 0 no-repeat;
}
footer .icon-mastercard {
  background: url("../images/mastercard.png") 0 0 no-repeat;
}
/* ============
*
* каталог товаров
*
**/
/*фильтр*/
#features {
  background-color: inherit !important;
}
#features h3 {
  font-weight: bold !important;
}
#features label {
  font-weight: normal !important;
  /*min-width: 49%;*/
  margin-left: 10px;
}
#features .feature_values {
  vertical-align: top;
}
.pagination {
  margin: 0 !important;
}
.pagination a.selected {
  background-color: #005D91 !important;
}
.sort {
  margin: 10px 20px 0;
}
.sort a {
  padding: 3px;
  border-radius: 5px;
  border: 1px solid #C2DFEF;
}
.sort .selected {
  color: #FFFFFF;
  background-color: #005D91;
}
/* корзина */
#purchases {
  background-color: white;
  padding: 5px;
}
#purchases table {
  width: 100%;
}
.formcart h2 {
  margin-top: 0px;
}
/* ============
* отзывы на яндексе
*/
h2 .rating-view {
  display: inline;
  width: 78px;
  padding: 0 10px;
}
h2 .rating-view .rater-starsOff {
  width: 78px;
  height: 17px;
}
h2 .rating-view .rater-starsOn {
  height: 17px;
}
.ya-market-review {
  border-radius: 10px;
  box-shadow: 0px 0px 5px 0px #1576a6;
  padding: 10px;
  float: left;
  width: 30%;
  margin: 1%;
  height: 170px;
  overflow: hidden;
}
.ya-market-review .rating-view {
  display: inline;
  padding-right: 10px;
}
.ya-market-review .rating-view .rater-starsOff {
  width: 78px;
}
.ya-market-review .autor {
  font-size: 18px;
}
.ya-market-review .description {
  font-size: 12px;
  margin-top: 5px;
}
.brands li {
  border-radius: 10px;
  box-shadow: 0px 0px 5px 0px #1576a6;
  margin: 5px 8px;
  padding-top: 5px;
}
.brands li:first-child {
  margin-left: 3px;
}
.brands li .name {
  text-align: center;
  font-size: 16px;
  font-weight: bold;
}
.rating .rater-starsOff,
.rating .rater-starsOn,
.rating-view .rater-starsOff,
.rating-view .rater-starsOn {
  width: 80px;
  display: inline-block;
  background: url(../images/rating.png) repeat-x 0 0px;
  height: 16px;
}
.rating .rater-starsOn,
.rating-view .rater-starsOn {
  background-position: 0 -16px;
}
/* ============ 
*
* ОКОШКИ
*
**/
.fancybox-inner .title {
  font-size: 24px;
  background-color: #3C85B0;
  color: white;
  text-align: center;
}
.fancybox-inner #callback_error,
.fancybox-inner #report-income_error,
.fancybox-inner #buyoneclick_error {
  display: none;
  color: red;
}
.fancybox-inner .descr {
  max-width: 340px;
  margin: 10px;
  text-align: center;
}
.fancybox-inner button {
  margin: 0 auto;
  display: block;
}
/* форма в контактах */
/* слайдер навигация */
.flexslider {
  max-width: 1176px;
  margin: 0 auto 60px auto !important;
}
@media (max-width: 390px) {
  .btn_buyoneclick {
    margin-top: 5px;
  }
  .ya-market-review {
    width: 100%;
    margin: 10px 0;
    height: auto;
  }
  .prod_card .btn {
  	margin-top:0;
    margin-bottom: 10px;
    padding: 6px 12px !important;
    width: 195px;
    display: table;
    clear: right;
    font-size: 14px !important;
  }
}
@media (max-width: 580px) {
  /* слайдер навигация */
  .flexslider {
    max-width: 230px;
    margin: 0 auto 50px !important;
  }
  .flex-direction-nav .flex-prev {
    left: -50px !important;
  }
  .flex-direction-nav .flex-next {
    right: -50px !important;
  }
  .ya-market-review {
    width: 100%;
    margin: 10px 0;
    height: auto;
  }
  .prod_card .btn {
  	margin-top:0;
    margin-bottom: 10px;
    padding: 6px 12px !important;
    width: 195px;
    display: table;
    clear: right;
    font-size: 14px !important;
  }
}
@media (min-width: 580px) and (max-width: 768px) {
  /* слайдер навигация */
  .flexslider {
    max-width: 475px;
    margin: 0 auto 50px !important;
  }
  .flex-direction-nav .flex-prev {
    left: -50px !important;
  }
  .flex-direction-nav .flex-next {
    right: -50px !important;
  }
  .ya-market-review {
    width: 100%;
    margin: 10px 0;
    height: auto;
  }
}
@media (max-width: 768px) {
  .product .block-product_utp ul.product_utp > li {
    float: left;
    margin: 10px;
  }
  .product .product-block-form-callme {
    margin-left: 0;
    padding: 0 10px 0 20px;
  }
  .product .product-block .button {
    height: 32px;
  }
  .ya-market-review {
    width: 100%;
    margin: 10px 0;
    height: auto;
  }
}
@media (min-width: 768px) and (max-width: 979px) {
  #siteheader .phonenumber {
    font-size: 16px;
  }
  .product .block-product_utp ul.product_utp > li {
    width: 24%;
    float: left;
  }
  .product .product-block-form-callme {
    margin-left: 0;
    padding: 0 10px 0 20px;
  }
  .product .image .image_wrap {
    width: 100%;
  }
  .ya-market-review {
    width: 45%;
  }
}
@media (min-width: 979px) and (max-width: 1200px) {
  #siteheader .phonenumber {
    font-size: 16px;
  }
  .product .block-product_utp ul.product_utp > li {
    width: 24%;
    float: left;
  }
  .product .product-block-form-callme {
    margin-left: 0;
    padding: 0 10px 0 20px;
  }
  .product .image .image_wrap {
    width: 100%;
  }
  .main_utp li {
    width: 24%;
  }
}
@media (max-width: 1200px) {
	.search_block{display:table;}
	#ya-site-form1 .ya-site-suggest-items li {margin:7px 0 !important;}
	.ya-site-form__input-text{padding-left:5px !important;}
}
@media (min-width: 1200px) {
	.search_block{display:none;}
  #siteheader .top-main-menu {
    font-size: 18px;
  }
  #siteheader .top-main-menu a {
    color: black;
  }
  #siteheader .top-main-menu li {
    margin-left: 10px;
  }
  #siteheader .phonenumber {
    font-size: 18px;
    font-weight: bold;
  }
  .main_utp li {
    width: 24%;
  }
}
/*кнопка наверх*/
.b-top {
  z-index: 2600;
  position: fixed;
  right: 0;
  bottom: 0px;
  width: 100%;
  height: 50px;
  opacity: 0.5;
  display: block;
  filter: alpha(opacity=50);
}
.b-top:hover {
  opacity: 1;
  filter: alpha(opacity=100);
  cursor: pointer;
}
.b-top-but {
  z-index: 2600;
  padding: 30px 8px 4px;
  color: white;
  background: #005d91 url("../images/to_top.png") no-repeat 99% 11px;
  position: relative;
  width: 100%;
  display: inline-block;
  text-align: right;
}

.confcheck{display:table;width:100%;margin: 5px 0 5px 0;}
.confcheck svg{float:left;margin-top:0px;height:40px;width:40px;fill:#1a457d;}
.confcheck .policywrapper{display:table;margin-left:47px;margin-top:4px;}
.confcheck .labeltxt{font-size:11px;text-align:left;}
.confcheck .showpolicy,.confcheck .hidepolicy{display:table;clear:both;margin-top:3px;color:#1b6f9f;cursor:pointer;border-bottom: 1px dashed #1b6f9f;border-collapse: initial;}
.confcheck .confpolicy{font-size:12px;width:100%;margin-top:10px;background-color:#f5f2f2;padding:8px;text-align:justify;border-radius:5px;}
#btf_form .confpolicy,#fancybox-content .confpolicy{max-height:100px;overflow-y:auto!important;border-radius:0px;}
.confcheck .personaldata {color:#1b6f9f;cursor:pointer;border-bottom: 1px solid #1b6f9f;}
#buyoneclick, #recall, #report-income {max-width: 400px;}
.prod_card .btn{padding:6px 6px;font-size:12px;}
.prod_card .btn-wats {
    background-image: -webkit-linear-gradient(top, #4cb938 0, #39883e 100%);
    background-image: -o-linear-gradient(top, #4cb938 0, #39883e 100%);
    background-image: linear-gradient(to bottom, #4cb938 0, #39883e 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff4cb938', endColorstr='#ff39883e', GradientType=0);
    filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
    background-repeat: repeat-x;
    border-color: #2c6d2d;}
    