.header {background-color: #52a829;}

.header_top {
  background-color: #333;
  line-height: 4rem;
}

.header_menu_item {
  display: inline-block;
  vertical-align: top;
  margin-right: 2rem;
}

.header_menu_link {display: block;}

.header_menu_link.selected {color: #51a829;}

.header_middle {padding: 2rem 0;}

.header_phone_item.is_active {
    width: auto;
    height: auto;
    opacity: 1;
    visibility: visible;

    -webkit-transform: translateY(0);
      transform: translateY(0);
}
.header_phone_item {
    height: 0;
    width: 0;
    opacity: 0;
    visibility: hidden;

    -webkit-transform: translateY(-5rem);
      transform: translateY(-5rem);
}

.header_phone_link:hover {color: #fff;}

.search_input {
  height: 3.5rem;
  padding-right: 30px;
  background-color: transparent;
  border-color: #fff;
}

.search_input:hover {border-color: #fff;}

.search_input:focus {box-shadow: none;}

.search_buttton {
  top: 50%;
  right: 3px;
  margin-top: -15px;
}

#cart_informer {
  top: 0;
  right: 1.5rem;
  z-index: 1;
  cursor: default;
}

.user_login_buttons {
  z-index: 1;
  left: 50%;
  top: 100%;
  display: none;
  margin-left: -10rem;
  margin-top: 1rem;
  width: 20rem;
  padding: 2rem;
  line-height: 4rem;
  background: #fff;
  box-shadow: 0 0.5rem 1rem rgba(0,0,0,0.2);
}

.user_login_buttons::after {
  content: '';
  position: absolute;
  bottom: 100%;
  left: 50%;
  display: block;
  width: 0;
  height: 0;
  margin-left: -0.5rem;
  border: 0.5rem solid transparent;
  border-bottom-color: #fff;
}

/* END - РЁРђРџРљРђ */


/* BEGIN  - Р¤РЈРўР•Р  */

.footer,
.page_toolbar{background-color: #f0f0f0;}

.footer,
.page_toolbar_inner {
  padding-top: 2rem;
  padding-bottom: 2rem;
}

.page_toolbar_inner {border-bottom: 0.1rem solid #ddd;}

.footer_inner {
  -webkit-justify-content: space-around;
        -ms-flex-pack: distribute;
      justify-content: space-around;
}

.footer_item {margin-bottom: 1.5rem;}

.footer_item:last-child {margin-bottom: 0;}

.footer_item_name {
  display: inline-block;
  vertical-align: top;
  min-width: 3.5rem;
}

/* END - Р¤РЈРўР•Р  */


/* BEGIN - Р“Р›РђР’РќРђРЇ РЎРўР РђРќРР¦Рђ */

#slider {border-bottom: 0.1rem solid #ddd;}

#slider .slick-list{background-color: #f0f0f0;}

#slider .slider_item {height: auto;}

#slider .slider_link {
  display: block;
  padding-left: 6rem;
  padding-right: 6rem;
}

#slider .slick-prev {
  right: auto;
  left: 5%;
}
#slider .slick-next {
  left: auto;
  right: 5%;
}

#slider .slick-dots {
  max-width: 1170px;
  margin: 2rem auto;
}

#slider .slick-dots li {
  width: 25%;
  padding: 0 1rem;
  margin: 0;

  -webkit-transition: 0.2s ease;
      transition: 0.2s ease;
}

#slider .slick-dots li:hover {color: #3eaff5;}

#slider .slider_control {
  display: block;
  padding: 1rem 1.5rem;
  border: 0.1rem solid transparent;
  cursor: pointer;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;

  -webkit-transition-delay: 0.2s;
      transition-delay: 0.2s;
}

#slider .slick-active .slider_control {border-color: #ddd;}

.blog_preview,
.page_description {margin-top: 0;}

/* END - Р“Р›РђР’РќРђРЇ РЎРўР РђРќРР¦Рђ */


/* BEGIN - РњР•РќР® РљРђРўР•Р“РћР РР™ */

.main_menu {border-bottom: 1px solid #ddd;}

.main_menu_item {border-bottom: 1px solid #e1e1e1;}

.main_menu_item:last-child {border-bottom: 0;}

.main_menu_link {
  padding-top: 1rem;
  padding-bottom: 1rem;
  line-height: 3rem;

  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;

  -webkit-align-content:center;
  -ms-flex-line-pack: center;
  align-content: center;
}

.main_menu_link:hover,
.main_menu_link.is_active,
.main_menu_link.is_current {color: #52a829;}

.main_menu_link.is_current:not(.level_1) .main_menu_name {text-decoration: underline;}

.main_menu_icon {
  width: 3rem;
  height: 3rem;
  margin-right: 2rem;
  background-position: left top;
  background-repeat: no-repeat;
}

.main_menu_link:hover .main_menu_icon,
.main_menu_link.is_active .main_menu_icon,
.main_menu_link.is_current .main_menu_icon {background-position: left bottom;}

.main_menu_more {
  margin-left: auto;
  padding-left: 2rem;
  padding-top: 0.5rem;
}

.main_menu_more.is_active {
  -webkit-transform: rotate(180deg);
      transform: rotate(180deg);
}

.level_1.main_menu_link {
  position: relative;
  font-size: 16px;
}

.level_1.main_menu_link::after {
  content: '';
  position: absolute;
  bottom: -1px;
  left: 0;
  display: block;
  width: 0;
  height: 3px;

  -webkit-transition: all 0.3s;
      transition: all 0.3s;
}

.level_1.main_menu_link.is_active::after{
  width: 100%;
  background-color: #52a829;
}

.main_menu_list:not(.level_1) {
  max-height: 0;
  margin: 0 -1.5rem;
  /* background-color: rgba(0,0,0,0.05); */
  opacity: 0;
  visibility: hidden;

  -webkit-transition: all 0.3s ease;
      transition: all 0.3s ease;
}

.main_menu_list.is_active:not(.level_1) {
  max-height: 100rem;
  padding: 1.5rem;
  opacity: 1;
  visibility: visible;
  -webkit-transition: all 0.4s ease, opacity 0.2s ease 0.2s;
      transition: all 0.4s ease, opacity 0.2s ease 0.2s;
}

.level_3.main_menu_list.is_active {
  padding-top: 0;
  padding-left: 3rem;
  padding-right: 3rem;
}

/* END - РњР•РќР® РљРђРўР•Р“РћР РР™ */


/* BEGIN - РЎРўР РђРќРР¦Рђ Р‘Р›РћР“Рђ */

.blog_list {margin-top: -3rem;}

.blog_list_item {
  margin-top: 3rem;
  overflow: hidden;
  position: relative;
}

.blog_list_image {
  width: 100%;
  padding-bottom: 55%;
  margin-bottom: 1rem;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}

.blog_list_image,
.blog_list_title,
.blog_list_date {display: block;}

.blog_list_date,
.blog_list_intro {line-height: 2rem;}

.blog_list_date,
.blog_list_intro,
.blog_list_readmore {margin-top: 0.5rem;}

.post_date {margin-top: -1.5rem;}

/* END - РЎРўР РђРќРР¦Рђ Р‘Р›РћР“Рђ */


/* BEGIN - РЎРўР РђРќРР¦Рђ РљРђРўР•Р“РћР РР */

.sort select {margin-left: 1.5rem;}

#filter_trigger {cursor: pointer;}

#filter_trigger:hover,
#filter_trigger.active {color: #51a829;}

#filter_trigger .icon {
  width: 2rem;
  height: 2rem;
}

#filter_trigger .line {
  position: absolute;
  left: 10%;
  width: 80%;
  height: 0.1rem;
  background-color: #777;

  -webkit-transition: all 0.2s ease;
      transition: all 0.2s ease;
}

#filter_trigger .line_1 {top: 25%;}
#filter_trigger .line_2 {top: 50%;}
#filter_trigger .line_3 {top: 75%;}

#filter_trigger.active .line_1 {
  top: 50%;

  -webkit-transform: rotate(45deg);
      transform: rotate(45deg);
}

#filter_trigger.active .line_2 {display: none;}

#filter_trigger.active .line_3 {
  top: 50%;

  -webkit-transform: rotate(-45deg);
      transform: rotate(-45deg);
}

#filter_block:not(.active) {
  width: 0;
  height: 0;
  margin: 0;
  padding: 0;
  border: 0;
  opacity: 0;
  visibility: hidden;
}

#filter_block {overflow: hidden;}

#filter_block.active {margin-top: 3rem;}

.filter_selected {
  margin-bottom: 2rem;
  padding-bottom: 2rem;
  border-bottom: 0.1rem solid #ddd;
}

.filter_container {margin-bottom: 2rem;}

.filter_item {
  display: block;
  margin-top: 1rem;
  cursor: pointer;
}

.filter_remove:hover {color: #63bf39;}

.filter_clear {border-color: transparent;}

#slider-range {
  position: relative;
  height: 1.5rem;
  margin: 2rem 0;
  border: 0.1rem solid #ddd;
  background-color: #f0f0f0;
}

.ui-slider-range {
  position: absolute;
  top: 0;
  z-index: 1;
  height: 100%;
  background-color: #63bf39;
}

.ui-slider-handle {
  position: absolute;
  top: -0.6rem;
  z-index: 2;
  display: block;
  width: 2.4rem;
  height: 2.4rem;
  border: 0.1rem solid #ddd;
  background-color: #fff;

  -webkit-transition: none;
      transition: none;
}

.ui-slider-handle:last-child {margin-left: -2.4rem;}

.ui-slider-handle::before,
.ui-slider-handle::after {
  content: '';
  position: absolute;
  top: 25%;
  width: 0.1rem;
  height: 50%;
  background-color: #ddd;
}

.ui-slider-handle::before {left: 40%;}
.ui-slider-handle::after {left: 60%}

.filter_price .form_group {padding-left: 4rem;}

.filter_price_label {
  left: 1.5rem;
  line-height: 3rem;
}

.filter_price .form_input {
  height: 3rem;
  padding-top: 0.4rem;
  padding-bottom: 0.4rem;
}

/* END - РЎРўР РђРќРР¦Рђ РљРђРўР•Р“РћР РР */


/* BEGIN - РџР Р•Р’Р¬Р® РўРћР’РђР Рђ */

.carousel .product {
  padding-left: 0;
  padding-right: 0;
  margin-left: 1.5rem;
  margin-right: 1.5rem;
}

.product_inner {
  padding: 10%;
  border-radius: 2px;
}

.product_inner:hover {box-shadow: inset 0 0 0 .3rem #f0f0f0;}

.products_image {
  height: 15rem;
  line-height: 15rem;
}

.products_name {
  margin: 2rem 0;
  height: 4rem;
  line-height: 4rem;
  overflow: hidden;
}

.products_name_inner {
  display: inline-block;
  vertical-align: middle;
  line-height: 2rem;
}

.products .price_container {
  margin-bottom: 1.5rem;
  height: 2.5rem;
}

.products .out_of_stock {margin-bottom: 5.5rem;}

/* END - РџР Р•Р’Р¬Р® РўРћР’РђР Рђ */


/* BEGIN - РЎРўР РђРќРР¦Рђ РўРћР’РђР Рђ */

.product_title {
  float: none;
  padding: 0;
}

.product_toolbar {
  margin-top: -4rem;
  margin-bottom: 2rem;
}

.product_rating {float: right;}

.rating_starOff,
.rating_starOn {
  display:inline-block;
  vertical-align: middle;
  width: 10rem; /*С€РёСЂРёРЅР° РґРѕР»Р¶РЅР° Р±С‹С‚СЊ РєСЂР°С‚РЅР° РІС‹СЃРѕС‚Рµ*/
  height:2rem;
  background:url(../images/rating.svg) repeat-x left top;
}

.rating_starOn {
  display: block;
  background-position: left bottom;
}

.product_label {
  position: absolute;
  top: 0;
  left: 1.5rem;
  z-index: 1;
  padding: 0 1rem;
  font-size: 1.2rem;
  font-weight: 300;
  line-height: 2;
  background-color: #fff;
  border: 0.1rem solid;
}

.products .product_label {
  top: -1rem;
  left: -1rem;
}

.product_tradein_container {
  bottom: 0;
  left: 1.5rem;
  z-index: 1;
  font-size: 0.875em;
  line-height: 1.2;
}

.product_tradein {
  width: 140px;
  height: 140px;
  background: url(../images/tradein_label.svg) no-repeat center #fff;
  background-size: cover;
  box-shadow: 0 3px 5px rgba(0,0,0,.25);
  border-radius: 50%;
  cursor: pointer;
}

.product_tradein_text {
  display: block;
  margin: auto;
}

.product_tradein_detail {
  left: 0;
  bottom: 100%;
  display: none;
  width: 250px;
  margin-bottom: 1.5rem;
  padding: 1.5rem 3rem;
  background-color: #fff;
  border: 1px solid #ccc;
  border-radius: 2px;
  box-shadow: 0 3px 15px rgba(0,0,0,0.25);
}

.product_tradein_detail::before,
.product_tradein_detail::after {
  content: '';
  position: absolute;
  top: 100%;
  left: 60px;
  display: block;
  width: 0;
  height: 0;
  margin-top: -px;
  border: 1rem solid transparent;
}

.product_tradein_detail::before {
  border-top-color: #ccc;
}

.product_tradein_detail::after {
  border-top-color: #fff;
  margin-top: -1px;
}

.product_variants {margin-bottom: 1.5rem;}

.product_variants_title {
  margin-bottom: 1rem;
  line-height: 1rem;
}

.product_variants_list {margin: 0 -0.5rem;}

.product_variants_item {
  display: inline-block;
  vertical-align: top;
  padding: 0 0.5rem 1rem;
}

.product_colors_value {
  position: relative;
  display: block;
  width: 3rem;
  height: 3rem;
  border: 2px solid rgba(0,0,0,0.1);
  border-radius: 50%;
}

.product_colors_value:hover,
.product_colors_value.selected {border-color: rgba(0,0,0,0.75);}

.product_volumes_value {
  display: block;
  padding: 0.3rem 0.7rem;
  background-color: rgba(0,0,0,0.1);
  border-radius: 2px;
}

.product_volumes_value:hover,
.product_volumes_value.selected {
  background-color: #51a829;
  color: #fff;
}

.compare_price {
  margin-right: 1rem;
  text-decoration: line-through;
}

.price {font-weight: 400;}

#product .price {
  font-size: 3.6rem;
  line-height: 1;
}

.currency,
.compare_price {
  font-size: 60%;
  font-weight: 300;
}

#product .image_container,
#product .product_info {margin-bottom: 3rem;}

#product .compare_price {
  margin-bottom: 1rem;
  font-size: 1.8rem;
}

#product .product_stock {margin: 1rem 0;}

#product .product_checkout_title {margin-bottom: 0.5rem;}

#product .product_checkout_list {margin-bottom: 1.5rem;}

#product .share_container {margin-top: 3rem;}

.product_tabs {margin-top: 1.5rem;}

#product_features th {min-width: 30%;}

.related_products {margin-top: 4.5rem;}

/* END - РЎРўР РђРќРР¦Рђ РўРћР’РђР Рђ */


/* BEGIN - РЎРўР РђРќРР¦Рђ РљРћР Р—РРќР« */

.purchases_product{
   -webkit-order: 1;
  -ms-flex-order: 1;
       order: 1;
}

.purchases_pretotal{
  margin: -0.1rem 0 3rem;
  padding-top: 2rem;
  padding-bottom: 2rem;
  color: #fff;
  background-color: #51a829;

   -webkit-order: 2;
  -ms-flex-order: 2;
       order: 2;
}

.purchases_feedback{
   -webkit-order: 3;
  -ms-flex-order: 3;
       order: 3;
}

.purchases_coupon {
   -webkit-order: 4;
  -ms-flex-order: 4;
       order: 4;
}

.purchases_total{
  margin-top: 1.5rem;
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #f0f0f0;

   -webkit-order: 5;
  -ms-flex-order: 5;
       order: 5;
}

.purchases_button{
   -webkit-order: 6;
  -ms-flex-order: 6;
       order: 6;
}

.purchases_item {
  margin-bottom: 3rem;
  padding-bottom: 3rem;
  border-bottom: 0.1rem solid #ddd;
}

.purchases_item:last-child {margin-bottom: 0;}

.purchases_item .name {
  padding-right: 5rem;
  margin-left: 11.5rem;
}

.purchases_item_info {margin-left: 11.5rem;}

.purchases_name_info {margin: 0.5rem 0;}

.purchases_item .remove  {
  top: -0.5rem;
  right: 0;
  display: block;
}

.purchases_item .price {line-height: 4rem;}

.purchases_comment .form_label {display: inline-block;}

.purchases_comment .form_label.active {
  border-color: transparent;
  color: inherit;
}

.purchases_comment .purchases_comment_input {display: none;}

.purchases_pretotal_item,
.purchases_total_item {
  -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
      justify-content: space-between;
}

.purchases_total_item + .purchases_total_item {margin-top: 1.5rem;}

.purchases_button {margin-top: 3rem;}

.purchases_coupon {
  position: relative;
  min-height: 3rem;
  overflow: hidden;
}

.purchases_coupon_content{
  display: none;
  padding-top: 1rem;
}

.coupon_code {
  display: inline-block;
  width: 15rem;
  margin-right: 1.5rem;
  font-size: 1.2rem;
}

/* END - РЎРўР РђРќРР¦Рђ РљРћР Р—РРќР« */


/* BEGIN - РЎРўРђР РќРР¦Рђ Р—РђРљРђР—Рђ */

.order_page_item {margin-bottom: 4.5rem;}

.order_delivery {
  padding-bottom: 2rem;
  padding-top: 2rem;
}

.order_payment_inner {
  padding: 2rem;
  background-color: #f0f0f0;
}

.order_payment_price {margin: 2rem 0;}

.order_detail_name,
.order_detail_value {
  display: inline-block;
  vertical-align: top;
}

.order_detail_name {width: 40%;}

.order_detail_value {width: 55%;}

.order_address,
.order_comment {
  padding-top: 1.5rem;
  border-top: 0.1rem solid #ddd;
}

.hotline_inner {padding-top: 3rem;}

.hotline_item {margin-bottom: 1.5rem;}

/* END - РЎРўРђР РќРР¦Рђ Р—РђРљРђР—Рђ */


/* BEGIN  - РЎРўР РђРќРР¦Рђ РљРћРќРўРђРљРўРћР’ */

.feedback_item {padding: 0;}

.feedback_icon {padding: 0.3rem;}

.feedback_item_text {margin-left: 1rem;}

#map {
  width: 100%;
  height: 30rem;
}

/* END - РЎРўР РђРќРР¦Рђ РљРћРќРўРђРљРўРћР’ */


/* BEGIN - РџР РћР¤РР›Р¬ РџРћР›Р¬Р—РћР’РђРўР•Р›РЇ */

.user_form {
  width: 50%;
  margin-left: auto;
  margin-right: auto;
}

.header_user {
  top: 0;
  left: 10rem;
}

.header_user .icon {padding: 0.5rem;}

.change_password {
  padding: 2rem;
  border: 0.2rem dashed #ddd;
}

.account_form,
.orders_history {margin-bottom: 3rem;}

.orders_history td{padding: 1rem 2rem;}

/* END - РџР РћР¤РР›Р¬ РџРћР›Р¬Р—РћР’РђРўР•Р›РЇ */


/* BEGIN - Р’РЎРџР›Р«Р’РђР®Р©РђРЇ РљРћР Р—РРќРђ */

#popup_cart {padding: 3rem;}

#popup_cart .button_container {margin-top: 3rem;}

/* END - Р’РЎРџР›Р«Р’РђР®Р©РђРЇ РљРћР Р—РРќРђ */


/* BEGIN - Р”Р РЈР“РћР• */

#main {
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
      flex-grow: 1;
}

.pagination {margin-top: 3rem;}

.pagination_item {
  display: inline-block;
  vertical-align: top;
  width: 3rem;
  height: 3rem;
  padding: 0.4rem;
  margin: 0 0.5rem;
  border: 0.1rem solid transparent;
}

.pagination_item.active {border-color: #ddd;}

.pagination_item.disabled {opacity: 0.2;}

.pagination_item:not(.disabled):hover path {fill: #51a829;}

.pagination_all {
  position: absolute;
  width: auto;
  top: 0;
  right: 0;
}

.path {padding-left: 5rem;}

.path_link {color: #777;}

.path_item {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin-left: 3rem;
  margin-bottom: 0.5rem;
}

.path_item::before,
.path_item::after {
  content: '';
  position: absolute;
  top: 0.6rem;
  right: 100%;
  margin-right: 1.1rem;
  display: block;
  width: 0;
  height: 0;
  border: 0.4rem solid transparent;
}

.path_item::before {border-left-color: #777; margin-right: 1rem;}
.path_item::after {border-left-color: #f0f0f0; }

.path_item:first-child {
  padding: 0.2rem 0.5rem;
  height: 2rem;
  width: 5rem;
  margin-left: -5rem;
  background-color: #333;
}

.path_item:first-child .path_link {
  display: block;
  height: 100%;
  background: url(../images/logo_white.svg) no-repeat center;
  background-size: contain;
  overflow: hidden;
  text-indent: -999px;
}

.path_item:first-child::before,
.path_item:first-child::after {display: none;}

.comment_list {margin-bottom: 3rem;}

.comment_user {margin-bottom: 1rem;}

.comment_answer {
  margin-top: 1rem;
  margin-left: 3rem;
  padding: 1.5rem 2rem;
  background-color: #f0f0f0;
  border-radius: 2px;
}

.comment_status {
  top: -0.5rem;
  right: 0;
  padding: 0.5rem 1rem;
  background-color: #e14732;
  border-radius: 2px;
}

.comment_list_item + .comment_list_item {
  margin-top: 2rem;
  padding-top: 2rem;
  border-top: 1px solid #ddd;
}

.comment_list + .comment_form {
  padding: 2rem;
  background-color: #f0f0f0;
}

.comment_title {margin-bottom: 3rem;}

.autocomplete-suggestions{
  background-color: #fff;
  margin-top: 1rem;
  overflow: hidden;
  overflow-y: auto;
  border: 0.1rem solid #51a829;

  -webkit-box-sizing: content-box;
      box-sizing: content-box;
}

.autocomplete-suggestion{
  cursor: pointer;
  padding: 0.5rem 1rem;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}

.autocomplete-selected {background-color:#F0F0F0;}

.autocomplete-suggestions strong {
  color:#51a829;
  font-weight:400;
}

.callback_timespace_item {
  margin-top: 1.5rem;
  padding-left: 4rem;
}

.callback_timespace_label {
  left: 1.5rem;
  line-height: 4rem;
}
#callback .button {
    position: relative;
    display: block;
    vertical-align: top;
    height: 4rem !important;
    padding: 1rem 3rem !important;
    line-height: 2rem !important;
    color: #fff !important;
    background-color: #79afd4 !important;
    border-radius: 2px !important;
    cursor: pointer !important;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    font-weight: 400 !important;
    -webkit-appearance: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
    font-size: 14px !important;
    width: 93%;
    margin: 0 auto;
}
.fancybox-close {
  position: absolute;
  z-index: 8040;
  top: 0;
  right: 0;
  display: block;
  width: 4rem;
  height: 4rem;
  margin-left: 1rem;
  background: #333 url(../images/icon_close_white.svg) no-repeat center !important;
  cursor: pointer;
  overflow: hidden;
  text-indent: -9999px;
  opacity: 0.5;

  -webkit-transition: opacity 0.2s ease;
      transition: opacity 0.2s ease;
}

.fancybox-close:hover {opacity: 1;}

.fancybox-nav span{
  cursor: pointer;
  position: absolute;
  top: 50%;
  margin-top: -2rem;
  width: 4rem;
  height: 4rem;
  text-indent: -9999px;
  z-index: 10;
  background: #333 url(../images/arrow_sprite.svg) no-repeat;
  opacity: 0.5;

  -webkit-transition: opacity 0.2s ease;
      transition: opacity 0.2s ease;
}

.fancybox-nav span:hover {opacity: 1;}

.fancybox-prev span {
  left: -15px;
  background-position: 0 -80px;
}

.fancybox-next span {
  right: -15px;
  background-position: -40px -80px;
}

.site_notice {
  display: table;
  padding: 1rem 5rem;
  line-height: 1.5;
  background-color: #f6978a;
  color: #fff;
}

.site_notice span {font-size: 120%;}


/*СЃРѕРѕР±С‰РёС‚СЊ РєРѕРіРґР° РїРѕСЏРІРёС‚СЃСЏ РІ РЅР°Р»РёС‡РёРё*/
a.button.backinstock {
    font-size: 12px;
    *margin-top: 12px;
    padding: 1px;
    text-align: center;
}
/* END - Р”Р РЈР“РћР• */ 
/* suppliers */
.suppliers table{
    width: 100%;
    border-collapse: collapse;
    margin: 0 0 20px;
    border:1px solid #E0E0E0;
}
.suppliers table tr{
    border-bottom:1px solid #E0E0E0;
    background: #F0F0F0;
}
.suppliers table tr.odd{
    background: #E9E9E9;
}
.suppliers table td{
    padding: 5px;
}
/* suppliers */
.g-recaptcha{
  margin-bottom: 18px;
}
/*calc*/
#calculator {
    margin: 0 auto 85px;
    max-width: 1105px;
    width: 95%;
	position: relative;
}
.snoska_info {
    margin: 37px 0 0;
    width: 70%;
    text-align: center;
    color: #d2d2d2;
}
.clearfix:after {
    display: block;
    content: "";
    clear: both;
}
#calculator > h2 {
    margin-top: 30px;
    margin-bottom: 3px;
	text-align: center;
}
#calculator::after {
    display: block;
    content: "";
    clear: both;
  }
  .wrapper_calc{
	width: 70%;
	float: left;
  }
.your_phone {
    width: 100%;
    display: table;
    margin-bottom: 3%;
}
.your_phone strong {
	display: block;
    line-height: 19px;
    width: 100%;
    text-align: center;
    margin-top: 10px;
}
.phone_item {
    display: block;
    margin-bottom: 0;
    margin-right: 5%;
    float: left;
    cursor: pointer;
    padding: 8px 2.7%;
    width: 16%;
}
.phone_item:last-child {
    margin-right: 0;
}
.phone_item:hover {
    box-shadow: 0 0 0 2px #79d4be;
}
.active_phone {
    box-shadow: 0 0 0 2px #79d4be;
}
.phone_item input{
    display: none;
}
.phone_item span {
    display: block;
	margin: 0 auto;
    width: 40px;
    height: 65px;
    background-size: contain;
    background-position: center;
	background-repeat: no-repeat;
}

.iphone8 span{
	background-image: url(../images/iphones/5s.png); 
}
.iphoneX span{
	background-image: url(../images/iphones/x.png);
}
.iphoneXS span{
	background-image: url(../images/iphones/xs.png);
}
.iphoneXSMax span{
	background-image: url(../images/iphones/xsMax.png);
}
.iphone11 span{
	background-image: url(../images/iphones/11.png);
}
.iphone11pro span{
	background-image: url(../images/iphones/11Pro.png);
}
.iphone11promax span{
	background-image: url(../images/iphones/11ProMax.png);
}
.condition input{
	display: none;
}
.condition_item {
    width: 17%;
    cursor: pointer;
    margin-right: 25px;
    display: block;
    white-space: nowrap;
    text-align: left;
    margin-bottom: 11px;
	font-size: 15px;
}
.condition_item:hover, .condition_item.active {
    text-decoration: underline;
    color: #79afd4;
}
.condition {
    padding-left: 25px;
    margin-top: 25px;
}
.total-calc {
    float: right;
    width: 25%;
}
.wrapper_total {
    position: absolute;
    bottom: 93px;
    right: 5%;
}
#calculator {
    padding-top: 10px;
}
#summ{
	display: block;
}
.wrapper_total h3{
	text-align: center;
}
.money {
    height: 55px;
    width: 92px;
    background: url(../images/monBack.jpg) repeat-y;
    margin: 0 auto;
}
.total-calc >.button {
    position: absolute;
    bottom: 49px;
    right: 1.5%;
}
