.ui-autocomplete {z-index:9999 !important; border: 1px solid #c5c5c5; background: #fff !important; min-width: 400px; }
.ui-autocomplete .ui-menu-item table td { }
.ui-autocomplete .ui-menu-item table td.text {padding: 5px; }
.ui-autocomplete .ui-menu-item table td img {border-radius:3px; border:solid 1px #444;}
.ui-autocomplete .ui-menu-item table td p  {line-height:16px; font-size:15px; width: inherit; ; max-height: 40px; overflow: hidden;  margin: 0; }
.ui-autocomplete .ui-menu-item a {text-decoration: none;  margin: 0; font-weight: inherit;  border:none; color:#000; display: block; padding: 2px 10px; }
.ui-autocomplete .ui-menu-item:hover {}
.ui-autocomplete .ui-menu-item:hover a {background: #333;  color: #fff; cursor: pointer; }



.search-page .catalog {width: 100%; }






.content_row::before,
.content_row::after {
  display: table;
  content: '';
}

.content_row::after {
  clear: both;
}

.property-item {
  display: block;
  margin-bottom: 20px;
  text-align: center;
  float: left;
  margin-right: 2%;
}

.property-item img {
  vertical-align: middle;
  float: left;
  margin: 0 15px 5px 0;
  max-width: 240px;
}

.document-item {
  display: block;
  margin-bottom: 20px;
  text-align: center;
  float: left;
  margin-right: 2%;
  width: 48%;
}
.document-item img {
  vertical-align: middle;
  float: left;
  margin: 0 15px 5px 0;
  max-width: 48px;
}

.document-item .item-info a {
  text-decoration: none;
  color: #000000;'
}

.document-item .item-info h2 {
  margin-bottom: 0;
}

.document-item .item-info strong {
  font-weight: 500;
}

.document-item .item-info strong:hover {
  color: #58B0E2;
}

.item-info {
  vertical-align: top;
  text-align: left;
  padding-left: 10px;
  min-width: 60%;
}

.item-info h2 {
  margin-top: 0;
  line-height: 1.4;
  font-size: 16px;
  font-family: 'BodoniStd', Arial, Helvetica, Verdana, sans-serif;
  font-weight: normal;
}

.item-info p {
  margin-bottom: 0;
  margin-top: 16px;
  font: 0.750em/1.4 Arial, Helvetica, Verdana, sans-serif;
  color: #333;
  overflow: hidden;
}

.title-description {
  margin-top: 0;
  line-height: 1.4;
  font-size: 16px;
  font-family: 'BodoniStd', Arial, Helvetica, Verdana, sans-serif;
  font-weight: normal;
  overflow: hidden;
}

.item-description {
  margin-bottom: 0;
  margin-top: 16px;
  font: 0.750em/1.4 Arial, Helvetica, Verdana, sans-serif;
  color: #333;
  font-size: 0.85em;
}

.product-description img {
  float: left;
  max-width: 420px;
  width: 100%;
  margin-right: 8px;
}
@media (max-width: 750px) {
  .item-info h2{
    text-align: center;
  }
  .property-item img {
    float: none;
    width: 100%;
  }
  .product-description img{
    float: none;
  }
  .document-item {
    margin-right: 0;
  }
  .document-item img {
    float: none;
    margin: 0;
  }
  .document-item .item-info {
    text-align: center;
  }
}

@media (min-width: 970px) {
  .property-item, .document-item {
    width: 48%;
    float: left;
  }
}













.ym_opinions {
  background: #fafafa;
  border: 1px solid #E8E8E8;
}

.ym_opinions .ym_opinion {
  margin-bottom: 40px;
  padding: 25px 25px 25px 115px;
  box-sizing: border-box;
  position: relative;
}

.ym_opinions .ym_opinion:after {
  content: "";
  height: 1px;
  width: 96%;
  left: 2%;
  background: #f1f1f1;
  position: absolute;
  bottom: 0;
}

.ym_opinions .ym_opinion:last-child:after {
  height: 0;
}

.ym_opinions .ym_opinion__image {
  position: absolute;
  top: 25px;
  left: 25px;
}

.ym_opinions .ym_opinion__image img {
  width: 60px;
  height: 60px;
  border-radius: 100px;
}

.ym_opinions .ym_opinion__name {
  font-size: 18px;
  color: #000000;
  float: left;
}

.ym_opinions .ym_opinion__name span {
  font-size: 16px;
  color: #a9a9a9;
  margin-left: 30px;
}

.ym_opinions .ym_opinion__plusminus_block {
  height: 30px;
  border: 1px solid #F1F1F1;
  display: table;
  padding: 0 10px;
  float: right;
}

.ym_opinions .ym_opinion__like_ico {
  width: 16px;
  height: 16px;
  fill: #3C3C3C;
}

.ym_opinions .ym_opinion__plusminus_item {
  font-size: 13px;
  display: table-cell;
  height: 30px;
  box-sizing: border-box;
  padding-top: 5px;
  text-align: center;
}

.ym_opinions .ym_opinion__plusminus_item:first-child {
  border-right: 1px solid #F1F1F1;
  padding-right: 10px;
}

.ym_opinions .ym_opinion__plusminus_item:nth-child(2n) {
  padding-left: 10px;
}

.ym_opinions .ym_opinion__stars {
  margin: 10px 0;
}

.ym_opinions .ym_opinion__stars:after {
  clear: both;
}

.ym_opinion__star {
  width: 15px;
  display: inline;
  margin-right: 4px;
}

.ym_opinion__star .ym_opinion__star__ico {
  width: 15px;
  height: 15px;
  fill: #56AEDC;
}

.ym_opinion__star__half .ym_opinion__star__ico {
  position: relative;
  left: -3px;
}

.ym_opinion__star .ym_opinion__star__ico {margin-left: -3px; }


.ym_opinions .ym_opinion__text {
  font-size: 13px;
}

.ym_opinions .ym_opinion__text p {
  margin: 10px 0;
}

.ym_opinions .ym_opinion__text {
  margin: 10px 0;
}

.ym_opinions .ym_opinion__text strong {
  display: block;
}





ul.cart_page__errors {background: #600; padding: 10px; border-radius: 5px; width: 100%; margin: 0 0 20px 0; }
ul.cart_page__errors li {color: #fff; margin: 0 0 5px 0;}





table.pickup_point_info__schedule_table {width: 100%;}
table.pickup_point_info__schedule_table td {border: 1px solid #333;text-align: center; font-size: 12px;}
table.pickup_point_info__schedule_table thead td {background: #ccc;}
table.pickup_point_info__schedule_table thead td.day_off {background: #f66;}
table.pickup_point_info__schedule_table tbody td {}




.ajax_loader, .ajax_loader:hover  {
  background: url('/sites/all/themes/russellhobbs/images/loading/ajax_loader.gif') center no-repeat !important;
  color: rgba(0, 0, 0, 0) !important;
}
.ajax_loader * {opacity: 0; }
.ajax_loader:before {background: none !important;}
.ajax_loader:after {background: none !important; }


.fancybox-inner p, .fancybox-inner h3 {margin: 0 0 5px 0;}


#user-login {margin: 20px 0;}
#user-login input {border:solid 1px #000; padding: 5px; }


.shop_cart__change_pickup_point__wrapper {display: none; }

.shop_cart__change_pickup_point__form {height: 600px; width:1200px; overflow: hidden; }

.shop_cart__change_pickup_point__map {
  width: calc(100% - 300px);
  float:left;
  height: 600px;
}

.shop_cart__change_pickup_point__map > ymaps {
  width: 100% !important;
  height: 100% !important;
}

.shop_cart__change_pickup_point__variants {
  overflow-y: auto;
  overflow-x: hidden;
  box-sizing: border-box;
  width: 300px;
  height: 100%;
  float:left;
}

.shop_cart__change_pickup_point__variant {
  border: 3px solid #d4d4d4;
  background: #fff;
  padding: 3px;
  -webkit-transition: all .3s;
  transition: all .3s;
  display: block;
  font-size: 12px;
  cursor:pointer;
}

.shop_cart__change_pickup_point__variant.selected, .shop_cart__change_pickup_point__variant:hover {
  background: #e1e1e1;
  border: 3px solid #0008d4;
}



.shop_cart__change_pickup_point__variant__title {
  color: #3a3a3a;
  font-size: 16px;
  font-weight: 600;
  display: block;
  padding-bottom: 10px;
}

.shop_cart__change_pickup_point__variant__title span.blue {
  color: #58b0e2;
}






.message_modal { }
.message_modal h2.title {margin: 0 0 10px 0; text-align: center; font-size: 20px; }
.message_modal div.text {font-size: 16px;}






.fast_order_block {width: 360px; max-width: none; max-height: none; }

.fast_order_block__title {
  font-size: 24px;
  text-align: center;
}

.fast_order_block__where {
  font-size: 15px;
  color: #9a9a9a;
  text-align: center;
  margin-top: 7px;
}

.fast_order_block__text {
  font-size: 15px;
  padding-left: 90px;
}

.fast_order_block__product {
  position: relative;
  min-height: 70px;
  margin: 17px 0 20px;
}

.fast_order_block__product__image {
  width: 80px;
  height: 80px;
  position: absolute;
  left: 0;
  top: 0;
}

.fast_order_block__product__image img {
  display: block;
  height: auto;
  margin: 0 auto;
}

.fast_order_block__product{
  border-top: 1px solid #E5E9EC;
  border-bottom: 1px solid #E5E9EC;
  padding: 23px 0;
  margin-bottom: 20px;
}

.fast_order_block__form__half {
  width: 50%;
  box-sizing: border-box;
  float: left;
}

.fast_order_block__form__half:first-child {
  padding-right: 10px;
}

.fast_order_block__form__half:nth-child(2n) {
  padding-left: 10px;
}

.fast_order_block__form__input input {
  height: 40px;
  line-height: 40px;
  border: 1px solid #D5D5D5;
  font-size: 13px;
  color: #a5a5a5;
  padding: 0 14px;
  width: 100%;
  box-sizing: border-box;
  margin-bottom: 20px;
}

.fast_order_block__form__input__error input {
  border-color: #FF0087;
}

.fast_order_block__form__note {
  font-size: 12px;
  color: #999999;
  line-height: 16px;
}

.fast_order_block__form__btn {
  font-size: 13px;
  color: #ffffff;
  text-align: center;
  height: 40px;
  line-height: 40px;
  background: rgb(175, 14, 20);
  border: none;
  width: 100%;
  cursor: pointer;
}

.fast_order_block__form__btn:hover {
  background: rgba(175, 14, 20, 0.8);
}

.fast_order_block__form__soon {
  font-size: 15px;
  text-align: center;
  color: #333333;
}


.main-slider__slide .main-slider__text {background-size: cover;}
.main-slider__slide .container-fluid-half {
  /*max-width: 1140px; */
  max-width: 100%;
  width: 100%;
}


#shop_cart__change__pickup_point__form {
  width: 1200px;
  height: 600px;
}

#shop_cart__change__pickup_point__form__left {
  width: 1200px;
  height: 600px;
}

#shop_cart__change__pickup_point__form__right {
  position: absolute;
  top: 20px;
  right: 20px;
  height: 560px;
  overflow-y: auto;
  overflow-x: hidden;
  width: 200px;
}


.tab-block__video ul {  }
.tab-block__video ul li {width: calc(50% - 20px);  margin-bottom: 20px; float: left; }
.tab-block__video ul li:nth-child(odd) {margin-right:20px;  }
.tab-block__video ul li:nth-child(even) {}
.tab-block__video ul li a { display: inline-block;  position:relative;}
.tab-block__video ul li a img { width: 100%;  height: auto;}
.tab-block__video ul li a .gradient_top {
  height: 100%;
  top: 0;
  left: 0;
  background-position: top;
  width: 100%;
  position: absolute;
  background-size:cover;
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAADGCAYAAAAT+OqFAAAAdklEQVQoz42QQQ7AIAgEF/T/D+kbq/RWAlnQyyazA4aoAB4FsBSA/bFjuF1EOL7VbrIrBuusmrt4ZZORfb6ehbWdnRHEIiITaEUKa5EJqUakRSaEYBJSCY2dEstQY7AuxahwXFrvZmWl2rh4JZ07z9dLtesfNj5q0FU3A5ObbwAAAABJRU5ErkJggg==);
}
.tab-block__video ul li a .video_button {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 50px;
  height: 50px;
  margin-left: -25px;
  margin-top: -25px;
  -moz-transition: opacity .25s cubic-bezier(0.0,0.0,0.2,1);
  -webkit-transition: opacity .25s cubic-bezier(0.0,0.0,0.2,1);
  transition: opacity .25s cubic-bezier(0.0,0.0,0.2,1);
  border: none;
  background-color: transparent;
  cursor: pointer;
}
.tab-block__video ul li a .video_button svg {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  -moz-transition: fill .1s cubic-bezier(0.0,0.0,0.2,1),fill-opacity .1s cubic-bezier(0.0,0.0,0.2,1);
  -webkit-transition: fill .1s cubic-bezier(0.0,0.0,0.2,1),fill-opacity .1s cubic-bezier(0.0,0.0,0.2,1);
  transition: fill .1s cubic-bezier(0.0,0.0,0.2,1),fill-opacity .1s cubic-bezier(0.0,0.0,0.2,1);
  opacity: 0.6;
}
.tab-block__video ul li a:hover .video_button svg {opacity: 1;}
.tab-block__video ul li a .video__button_bg { fill: #212121; }
.tab-block__video ul li a:hover .video_button__bg { fill: #f00; }

.tab-block__video ul.video_single li {width: 100%;  margin: 0; float: none; }
.tab-block__video ul.video_single li a {display: block; }


.banner_action{
  display: block;
  padding-bottom: 15px;
}
.banner_action_mob{
  display: none;
}

.banner_action img{
  width: 100%;
}

@media (max-width:760px) {
  .banner_action {
    display: none;
  }
  .banner_action_mob{
    display: block;
    padding-bottom: 15px;
  }
  .banner_action_mob img{
    width: 100%;
  }
}

.my-order-contact.my-order-block{
  max-width: 1140px;
  padding: 0 30px;
  margin: 50px auto;
  background: none;
  border-bottom: 1px solid #1E1E1E;
  padding-bottom: 23px;
}
.my-order-contact__row{
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.my-order-contact__cell{
  width: 300px;
  margin: 5px;
}
.checkout__legal_entity__inn{
  display: block;
}
.input.my-order-contact__input{
  display: block;
  width: 100%;
  height: 50px;
  padding: 14px 0 14px 15px;
  border-radius: 4px;
  border: 1px solid #AFAFAF;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.my-order-contact__label{
  margin: 0 0 20px;
  font: normal 16px "Arial", sans-serif;
  color: #323232;
  display: block;
  text-align: left;
}
.required{
  color: #EE0044;
  font-size: 10px;
  position: relative;
  top: -10px;
}
#checkout__legal_entity__requisites__file{
  display: none;
}
.my-order-contact__row .my-order-contact__cell:nth-child(4) .input.my-order-contact__input{
  color: #333333;
  border-color: rgb(175, 14, 20);
  text-align: center;
  padding-left: 0;
  font-size: 18px;
}
.my-order-contact__row .my-order-contact__cell:nth-child(4) .input.my-order-contact__input:hover{
  background:rgb(175, 14, 20);
  color: #ffffff;
}
.my-order-contact__desc{
  display: block;
  margin-top: 10px;
}
