

/* Start:/bitrix/templates/zvet_blues(adaptiv)/components/vsevset/vs_components/zvet_blues/style.css?161121760017369*/
/* service page link */
.system_title {
  background: #bdc3c7;
  padding: 5px 15px;
  font-size: 24px;
  text-align: center; }

#system_control_page {
  position: fixed;
  top: 30%;
  right: 0;
  background: #767F8C;
  border-radius: 3px 0px 0px 3px;
  padding: 8px;
  z-index: 10; }
  #system_control_page a {
    color: #fff;
    font-size: 16px;
    text-decoration: none; }
  #system_control_page a:hover {
    text-decoration: underline; }

/* end service page link */
a {
  text-decoration: none;
  cursor: pointer;
  color: #72b568; }

a:hover {
  text-decoration: underline;
  color: #429538; }

.upper_title {
  text-transform: uppercase; }

.colored_text {
  color: #72b568; }

.dashed_border {
  text-decoration: none;
  position: relative;
  margin-bottom: 5px;
  text-decoration: none;
  border-bottom: 1px dashed #72b568; }

.dashed_border:hover {
  text-decoration: none;
  border-bottom: 1px dashed #f86862; }

/*
.dashed_border:after {
    content: "";
    position: absolute;
    bottom: -1px;
    left: 0;
    width: 100%;
    height: 1px;
    background: url(/bitrix/templates/zvet_blues(adaptiv)/components/vsevset/vs_components/zvet_blues/images/special_dashed.png)repeat scroll 0 top transparent;
}
.dashed_border:hover:after {
    background: url(/bitrix/templates/zvet_blues(adaptiv)/components/vsevset/vs_components/zvet_blues/images/special_dashed.png)repeat scroll 0 bottom transparent;
}
*/
.clear_style {
  clear: both; }

.side_arrows {
  display: inline-block;
  position: relative;
  width: 29px;
  height: 31px;
  text-decoration: none;
  background: url(/bitrix/templates/zvet_blues(adaptiv)/components/vsevset/vs_components/zvet_blues/images/arrows.png) no-repeat scroll 0px 0px transparent; }

.side_arrows.arrow_left {
  background-position: left top; }

.side_arrows.arrow_right {
  background-position: right top; }

.side_arrows.arrow_left:hover {
  background-position: left bottom; }

.side_arrows.arrow_right:hover {
  background-position: right bottom; }

.vsevset_social_block .social_link {
  display: inline-block;
  text-decoration: none;
  position: relative;
  margin-right: 10px; }
  .vsevset_social_block .social_link .counter {
    display: inline-block;
    vertical-align: middle;
    position: relative;
    left: -30px;
    background: #fff;
    color: #999;
    border: 1px solid #efe1f6;
    border-radius: 30px;
    padding: 0px 15px 0px 30px;
    line-height: 28px;
    z-index: -1;
    font-size: 14px; }
  .vsevset_social_block .social_link .fa {
    width: 30px;
    height: 30px;
    border-radius: 34px;
    color: #fff;
    font-size: 14px;
    line-height: 30px;
    display: inline-block;
    vertical-align: middle;
    position: relative;
    z-index: 1; }
  .vsevset_social_block .social_link .counter:before {
    content: "";
    position: absolute;
    top: -12px;
    left: -22px;
    z-index: 0;
    background: url(/bitrix/templates/zvet_blues(adaptiv)/components/vsevset/vs_components/zvet_blues/images/soc_icon_img.png) no-repeat scroll center center;
    width: 29px;
    height: 29px; }
.vsevset_social_block .social_link.vk .counter {
  border-color: #28c3ff; }
.vsevset_social_block .social_link.vk .fa {
  background: #28c3ff; }
.vsevset_social_block .social_link.fb .counter {
  border-color: #496194; }
.vsevset_social_block .social_link.fb .fa {
  background: #496194; }
.vsevset_social_block .social_link.tw .counter {
  border-color: #6996c7; }
.vsevset_social_block .social_link.tw .fa {
  background: #6996c7; }

.image_loading {
  position: relative; }
  .image_loading .image_preloader {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto; }
  .image_loading .block_image {
    opacity: 0; }

.vsevset_success_message, .vsevset_error_message {
  position: absolute;
  top: 100%;
  width: 96%;
  left: 0;
  right: 0;
  border-radius: 2px;
  font-size: 14px;
  padding: 5px 2%;
  margin: auto;
  margin-top: 5px;
  display: none;
  color: #fff;
  z-index: 99;
  text-align: center;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease; }

.vsevset_success_message:before, .vsevset_error_message:before {
  content: "";
  position: absolute;
  top: -5px;
  left: 0;
  right: 0;
  margin: auto;
  width: 0;
  height: 0;
  border-bottom-width: 5px;
  border-bottom-style: solid;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent; }

.vsevset_success_message {
  background: #3fc565; }

.vsevset_success_message:before {
  border-bottom-color: #3fc565; }

.vsevset_error_message {
  background: #f75a53; }

.vsevset_error_message:before {
  border-bottom-color: #f75a53; }

.vsevset_field_complex {
  margin-bottom: 16px; }
  .vsevset_field_complex .vsevset_fields_name {
    text-align: right;
    line-height: 29px;
    display: inline-block;
    vertical-align: middle;
    width: 24%; }
  .vsevset_field_complex .vsevset_field_block {
    display: inline-block;
    vertical-align: middle;
    width: 73%;
    margin-left: 2%; }
    .vsevset_field_complex .vsevset_field_block .vsevset_field_wrap {
      position: relative;
      float: left;
      border: 1px solid #ccc;
      padding: 1px 12px;
      margin: 1px;
      background-color: #fff; }
      .vsevset_field_complex .vsevset_field_block .vsevset_field_wrap .vsevset_field_item {
        width: 99%;
        height: 32px;
        font-size: 14px;
        font-family: 'HelveticaNeueCyr';
        background-color: #fff;
        border: none;
        box-shadow: none;
        outline: none;
        -webkit-appearance: none; }
      .vsevset_field_complex .vsevset_field_block .vsevset_field_wrap .vsevset_field_item.textarea {
        width: 99%;
        height: 160px;
        resize: none;
        font-size: 15px;
        padding-top: 6px; }
    .vsevset_field_complex .vsevset_field_block .vsevset_field_wrap.error {
      border: 1px solid #f75a53; }
      .vsevset_field_complex .vsevset_field_block .vsevset_field_wrap.error .vsevset_error_message {
        display: block; }
    .vsevset_field_complex .vsevset_field_block .vsevset_field_wrap.success {
      border: 1px solid #3fc565; }
      .vsevset_field_complex .vsevset_field_block .vsevset_field_wrap.success .vsevset_success_message {
        display: block; }
    .vsevset_field_complex .vsevset_field_block .vsevset_dropdown_block {
      position: relative; }
      .vsevset_field_complex .vsevset_field_block .vsevset_dropdown_block .vsevset_buttons_list {
        display: block;
        line-height: 25px;
        padding: 0px 20px 0 12px;
        position: relative;
        border: 1px solid #ccc;
        text-decoration: none;
        color: #000; }
      .vsevset_field_complex .vsevset_field_block .vsevset_dropdown_block .vsevset_buttons_list:hover {
        background: #e6e6e6; }
      .vsevset_field_complex .vsevset_field_block .vsevset_dropdown_block .vsevset_buttons_list:before {
        content: "";
        display: block;
        width: 1px;
        position: absolute;
        top: 0;
        bottom: 0;
        right: 24px;
        margin: auto;
        background: #ccc; }
      .vsevset_field_complex .vsevset_field_block .vsevset_dropdown_block .vsevset_buttons_list:after {
        content: "";
        display: block;
        height: 0;
        width: 0;
        position: absolute;
        top: 0;
        bottom: 0;
        right: 8px;
        margin: auto;
        border-top: 8px solid #83c550;
        border-left: 4px solid transparent;
        border-right: 4px solid transparent; }
      .vsevset_field_complex .vsevset_field_block .vsevset_dropdown_block .vsevset_dropdown_block_list {
        position: absolute;
        top: 100%;
        left: 0;
        z-index: 1000;
        display: none;
        min-width: 160px;
        width: 100%;
        padding: 0px 0;
        margin: 0;
        font-size: 14px;
        text-align: left;
        list-style: none;
        background-color: #fff;
        border: 1px solid #ccc;
        border: 1px solid rgba(0, 0, 0, 0.15);
        border-radius: 0px;
        -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
        box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
        max-height: 200px;
        overflow-y: auto; }
        .vsevset_field_complex .vsevset_field_block .vsevset_dropdown_block .vsevset_dropdown_block_list li {
          display: block; }
          .vsevset_field_complex .vsevset_field_block .vsevset_dropdown_block .vsevset_dropdown_block_list li a {
            color: #000;
            text-decoration: none;
            padding: 2px 10px;
            display: block; }
          .vsevset_field_complex .vsevset_field_block .vsevset_dropdown_block .vsevset_dropdown_block_list li a:hover, .vsevset_field_complex .vsevset_field_block .vsevset_dropdown_block .vsevset_dropdown_block_list li a.active_item {
            background: #e6e6e6; }
        .vsevset_field_complex .vsevset_field_block .vsevset_dropdown_block .vsevset_dropdown_block_list li.hide_item {
          display: none; }
      .vsevset_field_complex .vsevset_field_block .vsevset_dropdown_block .vsevset_dropdown_block_list.viewed {
        display: block; }
    .vsevset_field_complex .vsevset_field_block .vsevset_dropdown_block.error .vsevset_buttons_list {
      border: 1px solid #f75a53; }
    .vsevset_field_complex .vsevset_field_block .vsevset_dropdown_block.error .vsevset_error_message {
      display: block; }
    .vsevset_field_complex .vsevset_field_block .vsevset_dropdown_block.success .vsevset_buttons_list {
      border: 1px solid #3fc565; }
    .vsevset_field_complex .vsevset_field_block .vsevset_dropdown_block.success .vsevset_success_message {
      display: block; }
  .vsevset_field_complex .vsevset_field_wrap.checkbox_field {
    border: none;
    background: transparent;
    /*
    .vsevset_field_item_checkbox+label:before{
        content: "";
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        margin: auto;
        border: 1px solid #e1e1e1;
        width: 12px;
        height: 12px;
    }
    .vsevset_field_item_checkbox+label:after{
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        margin: auto;
        background: url(/bitrix/templates/zvet_blues(adaptiv)/components/vsevset/vs_components/zvet_blues/images/check_18_14.png)no-repeat scroll center center transparent;
        width: 18px;
        height: 14px;
    }
    .vsevset_field_item_checkbox:checked+label:before{
        border: 1px solid #d24a43;
    }
    .vsevset_field_item_checkbox:checked+label:after{
        content: "";
    }
    */ }
    .vsevset_field_complex .vsevset_field_wrap.checkbox_field .vsevset_field_item_checkbox {
      display: none; }
    .vsevset_field_complex .vsevset_field_wrap.checkbox_field .vsevset_field_item_checkbox + label {
      position: relative;
      display: block;
      padding-left: 25px;
      line-height: 22px; }
    .vsevset_field_complex .vsevset_field_wrap.checkbox_field .vsevset_field_item_checkbox + label .icon_check {
      position: absolute;
      top: 0;
      left: 0;
      margin: auto;
      border: 1px solid #9d9d9d;
      width: 12px;
      height: 12px; }
    .vsevset_field_complex .vsevset_field_wrap.checkbox_field .vsevset_field_item_checkbox + label .icon_check:after {
      position: absolute;
      bottom: 1px;
      left: 0;
      background: url(/bitrix/templates/zvet_blues(adaptiv)/components/vsevset/vs_components/zvet_blues/images/check_18_14.png) no-repeat scroll center center transparent;
      width: 18px;
      height: 14px; }
    .vsevset_field_complex .vsevset_field_wrap.checkbox_field .vsevset_field_item_checkbox:checked + label .icon_check {
      border: 1px solid #d24a43; }
    .vsevset_field_complex .vsevset_field_wrap.checkbox_field .vsevset_field_item_checkbox:checked + label .icon_check:after {
      content: ""; }
  .vsevset_field_complex .vsevset_field_wrap.radio_field {
    border: none;
    background: transparent; }
    .vsevset_field_complex .vsevset_field_wrap.radio_field .vsevset_field_item_radio {
      display: none; }
    .vsevset_field_complex .vsevset_field_wrap.radio_field .vsevset_field_item_radio + label {
      position: relative;
      display: block;
      padding-left: 20px;
      line-height: 22px; }
    .vsevset_field_complex .vsevset_field_wrap.radio_field .vsevset_field_item_radio + label:before {
      content: "";
      position: absolute;
      top: 0;
      bottom: 0;
      left: 0;
      margin: auto;
      border: 1px solid #e1e1e1;
      width: 12px;
      height: 12px;
      border-radius: 12px; }
    .vsevset_field_complex .vsevset_field_wrap.radio_field .vsevset_field_item_radio:checked + label:before {
      background: #83c550; }

.vsevset_field_complex.no_name .vsevset_field_block {
  display: inline-block;
  width: 100%;
  margin-left: 0%;
  float: none;
  margin-bottom: 0px; }
  .vsevset_field_complex.no_name .vsevset_field_block .vsevset_field_wrap {
    float: none; }

.vsevset_field_complex.radio_check .vsevset_field_block {
  float: none;
  width: 100%;
  margin: 0; }
  .vsevset_field_complex.radio_check .vsevset_field_block .vsevset_field_wrap.checkbox_field .vsevset_field_item_radio + label, .vsevset_field_complex.radio_check .vsevset_field_block .vsevset_field_wrap.checkbox_field .vsevset_field_item_checkbox + label {
    font-size: 12px;
    line-height: 1; }
  
.vsevset_field_icon_complex_text {
  display: inline-block; 
font-size: 13px;
color: #666;
padding-right: 15px;}
.vsevset_field_icon_complex {
  display: block; margin-bottom: 11px; }
  .vsevset_field_icon_complex .vsevset_field_wrap {
    display: inline-block;
    position: relative;
    border: 1px solid #e0e3c3;
    border-radius: 3px;
    padding: 1px 2px 1px 2px;
    margin: 1px;
    background-color: #fff; 
    box-shadow: 0px 0px 2px 1px #e0e3c3}
    .vsevset_field_icon_complex .vsevset_field_wrap .field_icon {
      position: absolute;
      top: 0;
      bottom: 0;
      left: 6px;
      margin: auto;
      width: 23px;
      height: 21px;
      background: url(/bitrix/templates/zvet_blues(adaptiv)/components/vsevset/vs_components/zvet_blues/images/fields_icons.png) no-repeat scroll 0px 0px transparent; }
    .vsevset_field_icon_complex .vsevset_field_wrap .vsevset_field_item {
      width: 99%;
      height: 32px;
      font-size: 14px;
      background-color: #fff;
      border: none;
      box-shadow: none;
      outline: none;
      -webkit-appearance: none; }
  .vsevset_field_icon_complex .vsevset_field_wrap.login .field_icon {
    background: url(/bitrix/templates/zvet_blues(adaptiv)/components/vsevset/vs_components/zvet_blues/images/login_icon.png) no-repeat scroll 0px 0px transparent; }
  .vsevset_field_icon_complex .vsevset_field_wrap.LOGIN .field_icon {
    background: url(/bitrix/templates/zvet_blues(adaptiv)/components/vsevset/vs_components/zvet_blues/images/login_icon.png) no-repeat scroll 0px 0px transparent; }
  .vsevset_field_icon_complex .vsevset_field_wrap.password .field_icon {
    background-position: -43px 0px; }
  .vsevset_field_icon_complex .vsevset_field_wrap.PASSWORD .field_icon, .vsevset_field_icon_complex .vsevset_field_wrap.CONFIRM_PASSWORD .field_icon {
    background-position: -43px 0px; }
  .vsevset_field_icon_complex .vsevset_field_wrap.mail .field_icon {
    background-position: -22px 0px; }
  .vsevset_field_icon_complex .vsevset_field_wrap.EMAIL .field_icon {
    background-position: -22px 0px; }
  .vsevset_field_icon_complex .vsevset_field_wrap.error {
    border: 1px solid #f75a53; }
    .vsevset_field_icon_complex .vsevset_field_wrap.error .vsevset_error_message {
      display: block; }
  .vsevset_field_icon_complex .vsevset_field_wrap.success {
    border: 1px solid #3fc565; }
    .vsevset_field_icon_complex .vsevset_field_wrap.success .vsevset_success_message {
      display: block; }
  .vsevset_field_icon_complex .vsevset_field_wrap.success:after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    width: 23px;
    height: 21px;
    background: url(/bitrix/templates/zvet_blues(adaptiv)/components/vsevset/vs_components/zvet_blues/images/fields_icons.png) no-repeat scroll -86px 0px #fff; }

.vsevset_button_complex {
  display: inline-block; }
  .vsevset_button_complex .vsevset_button_wrap {
    display: inline-block;
    position: relative; }
    .vsevset_button_complex .vsevset_button_wrap .vsevset_button_item {
      border: none;
      border-radius: 4px;
      background: #83c550;
      box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.2), inset 0px -2px 0px 0px rgba(0, 0, 0, 0.3);
      color: #fff;
      font-family: 'Open Sans', sans-serif;
      font-weight: 400;
      text-decoration: none;
      display: block;
      text-align: center;
      padding: 11px 20px;
      outline: none;
      width: 100%;
      line-height: 20px;
      font-size: 16px;
      cursor: pointer;
      outline: none;
      -webkit-appearance: none; }
    .vsevset_button_complex .vsevset_button_wrap a.vsevset_button_item {
      margin-left: -15px;
      padding-left: 15px;
      padding-right: 15px; }
    .vsevset_button_complex .vsevset_button_wrap .vsevset_button_item:hover {
      background: #91cb63; }
    .vsevset_button_complex .vsevset_button_wrap .vsevset_button_item:active {
      background: #86c654; }
  .vsevset_button_complex .vsevset_button_wrap.link_button {
    padding: 0px 15px; }
  .vsevset_button_complex .vsevset_button_wrap.error .vsevset_error_message {
    display: block; }
  .vsevset_button_complex .vsevset_button_wrap.success .vsevset_success_message {
    display: block; }

.vsevset_button_complex.radius_button .vsevset_button_wrap .vsevset_button_item {
  border-radius: 65px;
  line-height: 65px;
  padding: 0px 32px;
  -webkit-appearance: none; }
.vsevset_button_complex.radius_button .vsevset_button_wrap a.vsevset_button_item {
  margin-left: -32px; }
.vsevset_button_complex.radius_button .vsevset_button_wrap.link_button {
  padding: 0px 32px; }
@media (max-width: 1023px) {
  .vsevset_button_complex .vsevset_button_wrap.link_button{
    margin: 0 0 15px;
  }
}
/* End */


/* Start:/bitrix/templates/zvet_blues(adaptiv)/components/bitrix/sale.basket.basket.line/header_cart/style.css?16789647789255*/
.social_login_links p{
    font-size: 12px;
    padding: 0px 10px;
    color: #666666;
}
.bx-ss-icon{
    background-position: center center;
    background-size: contain;
    background-repeat: no-repeat;
    width: 204px;
    height: 36px;
    display: inline-block;
    margin-bottom: 5px;
    -webkit-filter: brightness(0.9);
    -moz-filter: brightness(0.9);
    -ms-filter: brightness(0.9);
    -o-filter: brightness(0.9);
    filter: brightness(0.9);
    transition: all 0.1s ease-out;
}
.bx-ss-icon:hover{
    
    -webkit-filter: brightness(1);
    -moz-filter: brightness(1);
    -ms-filter: brightness(1);
    -o-filter: brightness(1);
    filter: brightness(1);
}
.vkontakte{
    background-image: url('/include/vk.png');
}
.facebook{
    background-image: url('/include/fb.png');
}
.twitter{
    background-image: url('/include/tw.png');
}
.showError{
    position: absolute;
    width: 87%;
    height: 0px;
    left: 0;
    right: 0;
    border-radius: 4px;
    font-size: 14px;
    padding: 0px 2%;
    margin: 5px 5% 0px;
    display: none;
    background: #f75a53;
    color: #fff;
    z-index: 2;
    text-align: center;
    -moz-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    -webkit-transition: all 0.4s ease;   
}

.bx-basket {
    float: right;
}
.bx-basket .bx_small_cart{}
.bx-basket .bx_small_cart .user_data{
    display: inline-block;
    vertical-align: middle;
    margin-right: 20px;
}
.bx-basket .bx_small_cart .user_data .icon_profile{
    display: inline-block;
    vertical-align: middle;
    background: url(/bitrix/templates/zvet_blues(adaptiv)/components/bitrix/sale.basket.basket.line/header_cart/images/profile.png)no-repeat scroll center center #bababa;
    width: 30px;
    height: 30px;
    border-radius: 30px;
    margin-right: 5px;
}
.bx-basket .bx_small_cart .user_data .link_profile{
    font-size: 14px;
    padding: 3px 15px;
    border-radius: 20px;
    display: inline-block;
    vertical-align: middle;
    text-decoration: none;
    cursor: pointer;
    border: 1px solid #83c550;
    margin-right: 5px;
    color: #666;
}
.bx-basket .bx_small_cart .user_data .link_profile:hover{
    color: #fff;
    background: #83c550;
    padding: 3px 15px;
    border-radius: 20px;
}
.bx-basket .bx_small_cart .cart_data{
    display: inline-block;
    vertical-align: middle;
    text-decoration: none;
    cursor: pointer;
}
.bx-basket .bx_small_cart .cart_data .text_value{
    display: inline-block;
    vertical-align: middle;
    color: #252a2f;
    font-size: 18px;
    font-weight: 600;
}
.bx-basket .bx_small_cart .cart_data .text_value:hover{
    text-decoration: underline;
}
.bx-basket .bx_small_cart .cart_data .icon_cart{
    margin-right: 5px;
    display: inline-block;
    vertical-align: middle;
    background: url('/bitrix/templates/zvet_blues(adaptiv)/components/bitrix/sale.basket.basket.line/header_cart/images/cart.png')no-repeat scroll center center #bababa;
    width: 30px;
    height: 30px;
    border-radius: 30px;
}



.aurization_block{
    float: right;
    position: relative;
    margin: 30px 10px 30px 35px;
    padding-left: 30px;
}
.aurization_block .icon{
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    background: url(/bitrix/templates/zvet_blues(adaptiv)/components/bitrix/sale.basket.basket.line/header_cart/images/fields_icons.png)no-repeat scroll left center transparent;
    width: 21px;
    height: 21px;
}
.aurization_block .auth_link{
    color: #fff;
    font-size: 11px;
}
.aurization_block .separator{
    color: #fff;
    font-size: 11px;
    margin: 0px 5px;
}
.aurization_block .registration_link{
    color: #fff;
    font-size: 11px;
    background: none;
    border: none;
    outline: none;
}
.aurization_block .vsevset_field_complex.no_name{}
.aurization_block .vsevset_field_complex.no_name .vsevset_field_block {}
.aurization_block .vsevset_field_complex.no_name .vsevset_field_block .vsevset_buttons_list{
    color: #fff;
    border-color: transparent;
    line-height: 1;
    padding: 14px 51px 14px 40px;
    border-radius: 8px 8px 0px 0px;
    min-width: 75px;
    //max-width: 75px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    margin-top: -10px;
    margin-bottom: -15px;
}
.aurization_block .vsevset_field_complex.no_name .vsevset_field_block .vsevset_buttons_list:hover,
.aurization_block .vsevset_field_complex.no_name .vsevset_field_block .vsevset_buttons_list.show_list{
    background: #fafcfc;
    border-bottom: 1px solid #000;
    color: #000;
}
.aurization_block .vsevset_field_complex.no_name .vsevset_field_block .vsevset_buttons_list:hover{
    border-radius: 8px 8px 8px 8px;
}
.aurization_block .vsevset_field_complex.no_name .vsevset_field_block .vsevset_buttons_list.show_list:hover{
    border-radius: 8px 8px 0px 0px;
}
.aurization_block .vsevset_field_complex.no_name .vsevset_field_block .vsevset_buttons_list:after{
    border-top: 8px solid #fff;
    right: 30px;
}
.aurization_block .vsevset_field_complex.no_name .vsevset_field_block .vsevset_buttons_list:hover:after,
.aurization_block .vsevset_field_complex.no_name .vsevset_field_block .vsevset_buttons_list.show_list:after{
    border-top: 8px solid transparent;
}
.aurization_block .vsevset_field_complex.no_name .vsevset_field_block .vsevset_buttons_list:before{
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 10px;
    margin: auto;
    background: url(/bitrix/templates/zvet_blues(adaptiv)/components/bitrix/sale.basket.basket.line/header_cart/images/fields_icons.png)no-repeat scroll left center transparent;
    width: 21px;
    height: 21px;
}
.aurization_block .vsevset_field_complex.no_name .vsevset_field_block .vsevset_buttons_list:hover:before,
.aurization_block .vsevset_field_complex.no_name .vsevset_field_block .vsevset_buttons_list.show_list:before{
    background: url(/bitrix/templates/zvet_blues(adaptiv)/components/bitrix/sale.basket.basket.line/header_cart/images/login.png)no-repeat scroll center center transparent;
}
.aurization_block .vsevset_field_complex.no_name .vsevset_field_block .vsevset_dropdown_block_list {
    border-radius: 0px 0px 8px 8px;
    width: 168px;
    background: #fafcfc;
    border: none;
}
.aurization_block .vsevset_field_complex.no_name .vsevset_field_block .vsevset_dropdown_block .vsevset_dropdown_block_list li a{
    padding: 4px 17px;
    font-size: 12px;
}
.aurization_block .vsevset_field_complex.no_name .vsevset_field_block .vsevset_dropdown_block .vsevset_dropdown_block_list li a:hover, .aurization_block .vsevset_field_complex.no_name .vsevset_field_block .vsevset_dropdown_block .vsevset_dropdown_block_list li a.active_item{
    color: #fff;
    background: #000;
}



.aurization_block form{
    float: right;
}

.autorization_popup_form_block{
    width: 640px;
}
.autorization_popup_form_block table{
    margin-bottom: 25px;
}
.autorization_popup_form_block table td{
    text-align: center;
    vertical-align: top;
}
.autorization_popup_form_block table td:first-child{
    border-right: 1px solid #bcd6a8;
    box-shadow: 4px 0px 1px -2px #fff;
}
#autorization_popup_form{
    width: auto;
}
.popup_form .tab_links{
    width: 260px;
    margin: 0px auto 20px;
}
.popup_form .tab_links a,.popup_form .tab_links span{
    margin: 0px 15px;
}
.popup_form .tab_links span{
    font-weight: 600;
}
.popup_form .tab_links .register_link{
    //float: left;
    margin-right: 0;
}
.popup_form .tab_links .login_link{
    float: right;
    margin-left: 0;
}
#autorization_popup_form .autorization_form_fields{

}
#autorization_popup_form .autorization_form_fields .vsevset_button_complex{
    display: inline-block;
    text-align: center;
}
#autorization_popup_form .autorization_form_fields .vsevset_button_complex .vsevset_button_item{
    padding: 11px 70px;
    font-size: 14px;
}
#autorization_popup_form .autorization_form_fields .forgot_pass{
    font-size: 12px;
    float: right;
    margin: 9px 0 0;
}
#registration_popup_form{
    width: 315px;
    text-align: right;
}
#registration_popup_form .autorization_form_fields{
    margin: 0px 15px 0px 0px;
    text-align: right;
    //padding-bottom: 30px;
}
#registration_popup_form .autorization_form_fields .vsevset_button_complex{
    display: block;
    text-align: center;
}
#registration_popup_form .autorization_form_fields .vsevset_button_complex .vsevset_button_item{
    padding: 11px 25px;
    font-size: 14px;
}
#registration_popup_form .autorization_form_fields .forgot_pass{
    font-size: 12px;
    float: right;
    margin: 9px 0 0;
}
#registration_popup_form .autorization_form_fields .captcha_image{
    text-align: center;
}
.popup_form .scrolling_form_block{
    height: 100%;
    overflow-y: scroll;
}
.popup_form .scrolling_form_item{

}
.error_message{
    background: #f75a53;
    color: #fff;
    padding: 5px;
    border-radius: 5px;
    font-size: 12px;
    width: 250px;
    margin: 10px auto;
    text-align: center;
}
.error_message p{
    margin: 0px;
}
.success_message{
    //background: #3fc565;
    //color: #fff;
    color: transparent;
    padding: 5px;
    border-radius: 5px;
    font-size: 16px;
    width: 250px;
    margin: 10px auto;
    text-align: center;
}
.popup_form{
    box-shadow: 0px 0px 9px 2px rgba(0, 0, 0, 0.5);

}

.mobile_header .bx-basket .bx_small_cart{
    padding: 15px;
}

@media (max-width: 1023px) {


    .bx-basket .bx_small_cart .cart_data .icon_cart{
        background: url(/bitrix/templates/zvet_blues/components/bitrix/sale.basket.basket.line/header_cart/images/cart.png)no-repeat scroll center center #bababa;
    }

    .bx-basket .bx_small_cart .cart_data .text_value{
        font-size: 12px;
    }
}
/* End */


/* Start:/bitrix/components/vsevset/entering/templates/.default/style.css?161121757614880*/
/* top buttons */
.entering_button_div{
    display: inline-block;
    vertical-align: middle;
    color: #993333;
}
.entering_button_div .entering_button{
    display: inline-block;
    margin: 0px;
    cursor: pointer;
    margin-right: 20px;
}
.entering_button_div .entering_button span{

    font-size: 14px;
    padding: 3px 15px;
    border-radius: 20px;
    display: inline-block;
    vertical-align: middle;
    text-decoration: none;
    cursor: pointer;
    border: 1px solid #83c550;
    margin-right: 5px;
    color: #666;
}
.entering_button_div .entering_button:first-child{
    margin-right: 10px;
}
.entering_button_div .entering_button i{
    display: inline-block;
    vertical-align: middle;
    margin-right: 10px;
    background: #bababa;
    border-radius: 50%;
    padding: 7px 0px;
    text-align: center;
    color: #056839;
    width: 30px;
}
.entering_button_div .entering_button span:hover{
    color: #fff;
    background: #83c550;
    padding: 3px 15px;
    border-radius: 20px;
}
/* end top buttons */

/* forms */
#entering_wrapper .lightbox_window_title span:nth-child(2){
    width: 100px;
    display: inline-block;
}
#entering_form{
    display: inline-block;
    position: relative;
    padding: 0px;
    margin: 10px 0px 0px;
    border-right: 1px solid #bcd6a8;
    box-shadow: 4px 0px 1px -2px #fff;
    width: 245px;
    text-align: left;
}
#entering_form .authorize_form{
    display: inline-block;
    vertical-align: top;
    padding: 0px 0px;
    width: 200px;
}
#entering_form .authorize_form .forgot_password_div{
    text-align: right;
    color: #333;
    font-size: 12px;
}
#entering_form .authorize_form .forgot_password_div span{
    text-decoration: underline;
    cursor: pointer;
}
#entering_form .authorize_form .forgot_password_div span:hover{
    text-decoration: none;
}
#entering_form .authorize_form .entering_button_complex_wrap{
    text-align: center;
    margin-top: 15px;
}
#entering_form .register_form .entering_button_complex_wrap{
    text-align: center;
    margin-top: 55px;
}

#entering_form .register_form{
    display: inline-block;
    vertical-align: top;
    padding: 0px 0px;
    width: 200px;
    margin-bottom: 0px;
}
.social_form{
    display: inline-block;
    vertical-align: top;
    padding: 45px 0px 0px 20px;
    text-align: center;
    width: 210px;
    color: #fff;
    font-size: 12px;
}
.social_form.DOUBLE{
    display: block;
}
.social_form a, .social_form a:hover, .social_form a:active, .social_form a:visited{
    text-decoration: none;
    display: block;
    color: #fff;
}
.social_form a.simple_button{
    margin: 0px auto 15px;
    padding: 5px 0px 5px 0px;
    text-align: left;
    border-radius: 4px;
    box-shadow: 0px 0px 4px 1px rgba(0,0,0,0.3);
    width: auto;
    height: auto;
    float: none;
    -webkit-transition: all 0.2s linear 0s;
    -moz-transition: all 0.2s linear 0s;
    -o-transition:  all 0.2s linear 0s;
    transition: all 0.2s linear 0s;
}
.social_form a.facebook{
    background: linear-gradient(to top, #3e63a7,#79a6ea);
    box-shadow: inset 0px 0px 0px 1px #5e90ce, 0 0 4px 0 rgba(0,0,0,0.5);
    border: 1px solid #385b9d;
}
.social_form a.vkontakte{
    background: linear-gradient(to top, #3e63a7,#92a8cc);
    box-shadow: inset 0px 0px 0px 1px #6980a7, 0 0 4px 0 rgba(0,0,0,0.5);
    border: 1px solid #385b9d;
}
.social_form a.twitter{
    background: linear-gradient(to top, #4e63b7,#5986ca);
    box-shadow: inset 0px 0px 0px 1px #b0e4fe, 0 0 4px 0 rgba(0,0,0,0.5);
    border: 1px solid #5692b9;
}
.social_form a.facebook:hover{
    background: linear-gradient(to top, #4e73b7,#89b6fa);
}
.social_form a.vkontakte:hover{
    background: linear-gradient(to top, #4e73b7,#a2b8dc);
}
.social_form a.twitter:hover{
    background: #20ccfe;
}
.social_form a.simple_button i{
    display: inline-block;
    vertical-align: middle;
    margin-right: 5px;
    width: 40px;
    text-align: center;
    font-size: 26px;
}
.social_form a.simple_button span{
    display: inline-block;
    vertical-align: middle;
}
.social_form p{
    font-size: 12px;
    text-align: left;
    color: #999;
}
.social_form .entering_social_image{
    display: inline-block;
    background-position: center center;
    background-size: contain;
    background-repeat: no-repeat;
}
.social_form .image_facebook{
    background-image: url('/bitrix/components/vsevset/entering/templates/.default/image/facebook.png');
}
.social_form .image_vkontakte{
    background-image: url('/bitrix/components/vsevset/entering/templates/.default/image/vkontakte.png');
}
.social_form .entering_social_icon{
    display: inline-block;
    margin: 5px;
    background-position: center center;
    background-size: contain;
    background-repeat: no-repeat;
    background: #40c0cb;
}

/* entering lightbox styles */
#entering_wrapper {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 999;
    opacity: 0;
    background: rgba(0, 0, 0, 0.5); 
}
#entering_wrapper .lightbox_window {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    max-width: 100%;
    opacity: 0;
    text-align: center;
    color: #1a1a1a;
    font-size: 14px;
    background: #f6f8d7;
    font-family: 'Open Sans', arial;
    box-shadow: inset 0px 0px 4px 5px rgba(119, 185, 68, 0.5);
    border-radius: 20px;
}
#entering_wrapper .lightbox_window .entering_button_item{
    border: none;
    border-radius: 4px;
    background: #83c550;
    box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.2), inset 0px -2px 0px 0px rgba(0, 0, 0, 0.3);
    color: #fff;
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    text-decoration: none;
    display: block;
    text-align: center;
    padding: 6px 20px;
    outline: none;
    line-height: 20px;
    font-size: 14px;
    cursor: pointer;
    outline: none;
    -webkit-appearance: none;
}
#entering_wrapper .lightbox_window .entering_button_item:hover{
    background: #91cb63;
}
#entering_wrapper .lightbox_window .lightbox_window_close{
    border: 4px solid #83c550;
    border-radius: 50%;
    width: 32px;
    height: 32px;
    position: absolute;
    top: -15px;
    right: -15px;
    font-size: 28px;
    background-image: url(/bitrix/templates/zvet_blues/images/x.png);
    background-position: center center;
    background-repeat: no-repeat;
    background-color: #fff;
    z-index: 1;
    -webkit-transition: all 0.1s linear 0s;
    -moz-transition: all 0.1s linear 0s;
    -o-transition:  all 0.1s linear 0s;
    transition: all 0.1s linear 0s;
}
#entering_wrapper .lightbox_window .lightbox_window_close:hover{
    border: 4px solid #83c550;
}
#entering_wrapper .lightbox_window .lightbox_window_title{
    background: rgba(131,197,80,0.5);
    font: bold 110% serif;
    font-family: 'Open Sans', arial;
    font-size: 20px;
    color: #000;
    position: relative;
    text-align: center;
    height: 55px;
    vertical-align: middle;
    line-height: 60px;
    margin: 0px;
    border: 0px;
    box-shadow: 0px 3px 2px 1px rgba(255,255,255,0.8);
    text-transform: uppercase;
    border-radius: 20px;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}
#entering_wrapper .lightbox_window .lightbox_window_content {
    padding: 0px;
}
#entering_wrapper .window_close_button {
    position: absolute;
    top: 0px;
    right: 0px;
    width: 23px;
    height: 23px;
    background: url(/bitrix/templates/vsevset_temlate/images/black_close.png) no-repeat scroll center center #fff;
    padding: 5px;
    z-index: 100;
    -webkit-transition: background-color 0.2s ease-out;
    -moz-transition: background-color 0.2s ease-out;
    -o-transition: background-color 0.2s ease-out;
    transition: background-color 0.2s ease-out; }
/* end lightbox styles */

/* entering input styles */
.counter{
    font-weight: 400;   
    font-size: 16px;
    color: rgba(255,255,255,0.65);
    padding: 0px 7px;
}
.entering_button_complex_wrap{
    text-align: center;
    margin-top: 20px;
}
.entering_button_complex_wrap .entering_button_complex{

}
.entering_button_complex_wrap .entering_button_wrap{

}
.entering_button_wrap .entering_button_item{
    border: none;
    border-radius: 4px;
    background: #83c550;
    box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.2), inset 0px -2px 0px 0px rgba(0, 0, 0, 0.3);
    color: #fff;
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    text-decoration: none;
    display: block;
    text-align: center;
    padding: 6px 20px;
    outline: none;
    line-height: 20px;
    font-size: 14px;
    cursor: pointer;
    outline: none;
    -webkit-appearance: none;
}
.entering_button_wrap .entering_button_item:hover{
    background: #91cb63;
}
.entering_field_complex{
    position: relative;
    margin: 9px 0px 3px;
    display: block;
}
.entering_field_complex .entering_field_name{
    padding: 0px;
    position: relative;
    display: block;
    text-align: left;
    font-weight: 600;
    margin-bottom: 3px;
}
.entering_field_complex .entering_field_wrap{
    display: block;
    background: #fff;
    border: 1px solid #e3e3e3;
    padding: 9px 10px;
    position: relative;
}
.entering_field_complex .entering_field_wrap .entering_field_item{
    outline: none;
    width:100%;
    font-size: 14px;
    color: #333;
    padding: 0;
    border: none;
    background: transparent;
}

/* for checkbox */
.entering_field_complex.CHECKBOX{
    position: absolute;
    line-height: 1;
}
.entering_field_complex.CHECKBOX .entering_field_block{
    text-align: left;
}
.entering_field_complex.CHECKBOX .entering_field_wrap{
    display: block;
    border: none;
    background: transparent;
    padding: 0px 0px;
    box-shadow: none;
    text-align: left;
    position: relative;
}
.entering_field_complex.CHECKBOX .entering_field_wrap .entering_field_item{
    display: none;
}
.entering_field_complex.CHECKBOX .entering_field_wrap .entering_field_item+label{
    position: relative;
    display: inline-block;
    cursor: pointer;
    font-weight: 200;
    font-size: 13px;
}
.entering_field_complex.CHECKBOX .entering_field_wrap .entering_field_item+label:before{
    content: "";
    height: 15px;
    width: 15px;
    position: relative;
    top: 3px;
    border: 1px solid #ccc;
    background: #fff;
    border-radius: 0px;
    margin-right: 5px;
    display: inline-block;
}
.entering_field_complex.CHECKBOX .entering_field_wrap .entering_field_item:checked+label:before{
    background: #ddd;
    background-image: url('/bitrix/components/vsevset/entering/templates/.default/images/checkbox_checked.png');
    background-position: center center;
    background-size: scroll;
    background-repeat: no-repeat;
    content: "";
    top: 3px;
    bottom: 0;
    left: 1px;
}
/* for checkbox */

.entering_field_complex .entering_field_block .entering_field_wrap.error{
    border: 1px solid #f75a53;
}
.entering_field_complex .entering_field_wrap .entering_field_select{
    outline: none;
    width:100%;
    padding: 5px 5%;
    font-size: 14px;
    background: #fbfbfb;
    border: 1px solid #ccc;
}
.entering_field_complex .entering_field_wrap .entering_field_select_s{
    position: absolute;
    padding: 0px 7px;
    right: 20px;
    top:0px;
    height: 93%;
    z-index: 1;
    background: #f4f4f4;
    border: 1px solid #ccc;
    cursor: default;
    line-height: 30px;
    font-size: 22px;
    vertical-align: middle;
}
.entering_field_complex .entering_field_block .textarea{
    resize: none;
    height: 115px;
}


.entering_field_icon_complex{
    position: relative;
}
.entering_field_icon_complex_text{
    text-align: left;
    position: reletive;
    display:block;
    margin-left: 20px;
    font-weight: 700;
    font-size: 12px;
    padding: 4px 0px;
    color: #333;
}
.entering_field_icon_complex .entering_field_wrap{
    padding: 0px 20px;
    position: relative;
    display: block;
    border: 1px solid transparent;
}
.entering_field_icon_complex .entering_field_wrap .entering_field_item{
    outline: none;
    width:90%;
    padding: 8px 5%;
    font-size: 14px;
    background: #fff;
    border: 1px solid #ccc;
}
.entering_field_icon_complex .entering_field_wrap .entering_field_select{
    outline: none;
    width:100%;
    padding: 5px 5%;
    font-size: 14px;
    background: #fbfbfb;
    border: 1px solid #ccc;
}
.entering_field_icon_complex .entering_field_wrap .entering_field_select_s{
    position: absolute;
    padding: 0px 7px;
    right: 20px;
    top:0px;
    height: 93%;
    z-index: 1;
    background: #f4f4f4;
    border: 1px solid #ccc;
    cursor: default;
    line-height: 30px;
    font-size: 22px;
    vertical-align: middle;
}
.entering_field_icon_complex .entering_field_wrap .entering_field_textarea{
    outline: none;
    width:90%;
    padding: 5px 5%;
    font-size: 14px;
    background: #fbfbfb;
    resize: none;
    border: 1px solid #ccc;
}
.entering_field_icon_complex .entering_field_wrap .entering_tovar_name{
    outline: none;
    width:90%;
    padding: 0px 5% 0px;
    font-size: 14px;
    display: block;
    word-wrap: break-word;
}
.entering_field_complex .entering_field_block .entering_field_wrap.error .entering_error_message {
    display: block;
}
.entering_success_message:before, .entering_error_message:before {
    content: "";
    position: absolute;
    top: -5px;
    left: 0;
    right: 0;
    margin: auto;
    width: 0;
    height: 0;
    border-bottom-width: 5px;
    border-bottom-style: solid;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
}
.entering_success_message, .entering_error_message {
    position: absolute;
    top: 100%;
    width: 96%;
    left: 0;
    right: 0;
    border-radius: 2px;
    font-size: 14px;
    padding: 5px 2%;
    margin: auto;
    margin-top: 5px;
    display: none;
    color: #fff;
    z-index: 99;
    text-align: center;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
}
.entering_error_message {
    background: #f75a53;
}
.entering_error_message:before {
    border-bottom-color: #f75a53;
}
.popup_button{
    display: inline-block;
    background-color: #a13d3c; color: #fff; font-size: 14px; padding: 10px 32px; margin: 10px auto 14px; border-radius: 6px; border-bottom: 2px solid #813130; cursor: pointer; text-transform: uppercase
}
.popup_button i {margin-left: 12px; font-size: 16px;}
/* end entering input styles */
.or_social{
    position: absolute;
    left: 0;
    right: 0;
    top: 130px;
    margin: auto;
    width: 30px;
    height: 20px;
    text-align: center;
    font-weight: 600;
    display: none;
}

.change_password_form{
    width: 100%;
    max-width: 1200px;
    margin: 20px auto;
    text-align: center;
}
.change_password_form #entering_form{
    border-right: none;
}

@media (max-width: 1200px) {
    .entering_button_div .entering_button i{
        display: none;
    }

    .entering_button_div .entering_button{
        margin-right: 15px;
    }
}
/* End */


/* Start:/bitrix/templates/zvet_blues(adaptiv)/components/bitrix/catalog.section.list/footer_sections/style.css?16112176007335*/
/* line */
.bx_catalog_line{margin-bottom: 30px;}
.bx_catalog_line .bx_catalog_line_category_title{
	padding-bottom: 14px;
	border-bottom: 1px solid #e5e5e5;
	font-size: 24px;
}
.bx_catalog_line .bx_catalog_line_category_title span{
	color: #000;
	text-decoration: none;
}

.bx_catalog_line .bx_catalog_line_ul{padding: 0;}
.bx_catalog_line .bx_catalog_line_ul li{
	margin-bottom: 20px;
	list-style: none;
}
.bx_catalog_line .bx_catalog_line_ul li:before {content: '' !important}

.bx_catalog_line .bx_catalog_line_img{
	position: relative;
	display: block;
	float: left;
	overflow: hidden;
	margin-right: 40px;
	width: 125px;
	height: 125px;
	border:1px solid #ccc;
	border-radius: 2px;
			background-position: center;
			background-repeat: no-repeat;
	-webkit-background-size:contain;
			background-size:contain;
}

.bx_catalog_line .bx_catalog_line_title{
	margin-bottom: 10px;
	padding: 0;
	vertical-align: top;
	line-height: 18px;
}
.bx_catalog_line .bx_catalog_line_title span{
	color: #4c7da6;
	font-size: 18px;
}
.bx_catalog_line .bx_catalog_line_title span:hover{text-decoration: none;}
.bx_catalog_line .bx_catalog_line_title span{font-size: 16px}
.bx_catalog_line .bx_catalog_line_description{
	color: #3f3f3f;
	font-size: 13px;
	line-height: 16px;
}


@media (max-width:639px) {
	.bx-touch .bx_catalog_line .bx_catalog_line_img{
		margin-right: 10px;
		width: 50px;
		height: 50px;
	}

	.bx-touch .bx_catalog_line .bx_catalog_line_title{
		margin-bottom: 5px;
		line-height: 14px;
	}
	.bx-touch .bx_catalog_line .bx_catalog_line_title a{font-size: 14px;}
	.bx-touch .bx_catalog_line .bx_catalog_line_description{font-size: 11px;}
}



.bx_catalog_line .bx_catalog_line_img,
.bx_catalog_line .bx_catalog_line_title,
.bx_catalog_line .bx_catalog_line_title span,
.bx_catalog_line .bx_catalog_line_description{
	-webkit-transition: all 0.3s ease;
	   -moz-transition: all 0.3s ease;
	    -ms-transition: all 0.3s ease;
	     -o-transition: all 0.3s ease;
	 		transition: all 0.3s ease;
}

/* text */
.bx_catalog_text{margin-bottom: 30px;}
.bx_catalog_text .bx_catalog_text_category_title{
	padding-bottom: 14px;
	border-bottom: 1px solid #e5e5e5;
	font-size: 24px;
}
.bx_catalog_text .bx_catalog_text_category_title span{
	color: #000;
	text-decoration: none;
}

.bx_catalog_text .bx_catalog_text_ul{padding: 0;}
.bx_catalog_text .bx_catalog_text_ul li{
	float: left;
	margin: 0 10px 10px;
	list-style: none;
}
.bx_catalog_text .bx_catalog_text_ul li:before {content: '' !important}
.bx_catalog_text .bx_catalog_text_title{
	margin: 0;
	padding: 0;
	vertical-align: top;
	line-height: 14px;
}
.bx_catalog_text .bx_catalog_text_title span{
	color: #4c7da6;
	white-space: nowrap;
	font-size: 14px;
}
.bx_catalog_text .bx_catalog_text_title a:hover{text-decoration: none}
.bx_catalog_text .bx_catalog_text_title span{font-size: 12px;}

@media (max-width:639px) {
	.bx-touch .bx_catalog_text .bx_catalog_line_title{
		margin-bottom: 5px;
		line-height: 12px;
	}
	.bx-touch .bx_catalog_text .bx_catalog_line_title span{font-size: 12px;}
}

	.bx_catalog_text .bx_catalog_line_title,
	.bx_catalog_text .bx_catalog_line_title a{
		-webkit-transition: all 0.3s ease;
		   -moz-transition: all 0.3s ease;
		    -ms-transition: all 0.3s ease;
		     -o-transition: all 0.3s ease;
		 		transition: all 0.3s ease;
	}
	
/* tile */

.bx_catalog_tile{margin-bottom: 30px;}
.bx_catalog_tile .bx_catalog_tile_category_title{
	padding-bottom: 14px;
	border-bottom: 1px solid #e5e5e5;
	font-size: 24px;
}
.bx_catalog_tile .bx_catalog_tile_category_title span{
	color: #000;
	text-decoration: none;
}

.bx_catalog_tile .bx_catalog_tile_ul{padding: 0;}
.bx_catalog_tile .bx_catalog_tile_ul li{
	float: left;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
			box-sizing: border-box;
	margin-bottom: 20px;
	padding: 0 10px;
	width:12.5%;
	list-style: none;
	text-align: center;
}
.bx_catalog_tile .bx_catalog_tile_ul li:before {content: '' !important}
.bx_catalog_tile .bx_catalog_tile_ul li:nth-child(8n+1){clear: both;}

.bx_catalog_tile .bx_catalog_tile_img{
	position: relative;
	display: block;
	overflow: hidden;
	margin: 0 auto;
	width: 78px;
	height: 78px;
	border:1px solid #ccc;
	border-radius: 2px;
			background-color: #fff;
			background-position: center;
			background-repeat: no-repeat;
	-webkit-background-size:contain;
			background-size:contain;
}
.bx_catalog_tile .bx_catalog_tile_title{
	margin-top: 5px;
	margin-bottom: 10px;
	padding: 0;
	vertical-align: top;
	line-height: 14px;
}
.bx_catalog_tile .bx_catalog_tile_title span{
	color: #4c7da6;
	font-size: 14px;
}
.bx_catalog_tile .bx_catalog_tile_title span:hover{text-decoration: none;}
.bx_catalog_tile .bx_catalog_tile_title span{font-size: 12px;}




/*2*/
@media (max-width:980px){
	.bx_catalog_tile .bx_catalog_tile_ul li{width:20%;}
	.bx_catalog_tile .bx_catalog_tile_ul li:nth-child(8n+1){clear: none;}
	.bx_catalog_tile .bx_catalog_tile_ul li:nth-child(5n+1){clear: both;}
}
/*3*/
@media (max-width:639px) {
	.bx-touch .bx_catalog_tile .bx_catalog_tile_title{
		margin-bottom: 5px;
		line-height: 14px;
	}
	.bx-touch .bx_catalog_tile .bx_catalog_tile_title a{font-size: 11px;}
}
@media (min-width:480px) and (max-width:639px) {
	.bx-touch .bx_catalog_tile .bx_catalog_tile_ul li{width:25%;}
	.bx-touch .bx_catalog_tile .bx_catalog_tile_ul li:nth-child(8n+1){clear: none;}
	.bx-touch .bx_catalog_tile .bx_catalog_tile_ul li:nth-child(4n+1){clear: both;}
}
/*4*/
@media (max-width:479px) {
	.bx-touch .bx_catalog_tile .bx_catalog_tile_ul li{width:33.3%;}
	.bx-touch .bx_catalog_tile .bx_catalog_tile_img{
		width: 100%;
		height: 80px;
	}
	.bx-touch .bx_catalog_tile .bx_catalog_tile_ul li:nth-child(8n+1){clear: none;}
	.bx-touch .bx_catalog_tile .bx_catalog_tile_ul li:nth-child(3n+1){clear: both;}

}


	.bx_catalog_tile .bx_catalog_tile_title,
	.bx_catalog_tile .bx_catalog_tile_title a,
	.bx_catalog_tile .bx_catalog_tile_ul li,
	.bx_catalog_tile .bx_catalog_tile_img{
		-webkit-transition: all 0.3s ease;
		   -moz-transition: all 0.3s ease;
		    -ms-transition: all 0.3s ease;
		     -o-transition: all 0.3s ease;
		 		transition: all 0.3s ease;
	}
	
/* list */

.bx_sitemap{margin-bottom: 30px;}
.bx_sitemap .bx_sitemap_title{
	padding-bottom: 14px;
	border-bottom: 1px solid #e5e5e5;
	font-size: 24px;
}
.bx_sitemap .bx_sitemap_title a{
	color: #000;
	text-decoration: none;
}

.bx_sitemap .bx_sitemap_ul li{
	padding: 0;
	line-height: 14px;
}
.bx_sitemap .bx_sitemap_ul li:before {content: '' !important}
.bx_sitemap .bx_sitemap_li_title{
	display: inline-block;
	margin: 0;
	padding: 0;
	vertical-align: top;
	font-weight: normal;
	line-height: 13px;
	margin-bottom: 10px;
}
.bx_sitemap .bx_sitemap_li_title a{
	color: #4c7da6;
	white-space: nowrap;
	font-size: 13px;
}
.bx_sitemap .bx_sitemap_li_title a:hover{text-decoration: none}
.bx_sitemap .bx_sitemap_li_title span{font-size: 11px;}

@media (max-width:639px) {
	.bx-touch .bx_sitemap .bx_catalog_line_title{
		margin-bottom: 5px;
		line-height: 12px;
	}
	.bx-touch .bx_sitemap .bx_catalog_line_title a{font-size: 12px;}
}

	.bx_sitemap .bx_catalog_line_title,
	.bx_sitemap .bx_catalog_line_title a{
		-webkit-transition: all 0.3s ease;
		   -moz-transition: all 0.3s ease;
		    -ms-transition: all 0.3s ease;
		     -o-transition: all 0.3s ease;
		 		transition: all 0.3s ease;
	}
/* End */


/* Start:/bitrix/templates/zvet_blues(adaptiv)/components/bitrix/menu/footer_menu/style.css?1611217600357*/
.footer_menu_list{
    margin: 0;
    padding: 0;
    list-style-type: none;
}
.footer_menu_list li{
    margin-bottom: 5px;
}
.footer_menu_list span{
    color: #8caa99;
    font-size: 13px;
    position: relative;
    text-decoration: none;
    border: none;
cursor: pointer;
}
.footer_menu_list span:hover,
.footer_menu_list .selected{
    color: #fff;
}
/* End */


/* Start:/bitrix/templates/zvet_blues(adaptiv)/styles.css?1611217600600*/
.green_table{
    border: none;
    cursor: default;
}
.green_table tr:nth-child(2n) td {
    background: #fff;
    color: #888;
}
.green_table tr:nth-child(2n+1) td {
    background: rgba(99,196,24,0.33);
    color: #1a1a1a;
}
.green_table td {
    padding: 7px 10px;
    border: none;
}
.green_table td:first-child {
}
.green_table td:last-child {
}
.green_table tr:hover td {
    background: #72b568;
    color: #fff;
}
.green_table tr:first-child td {
    background: #72b568;
    color: #fff;
    text-align: center;
    text-transform: uppercase;
    padding: 10px 10px;
    font-weight: 600;
}
/* End */


/* Start:/bitrix/templates/zvet_blues(adaptiv)/template_styles.css?161121760032800*/
* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}*:before, *:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.central{
    text-align: center;
    padding: 0 20px;
    box-sizing: border-box;
}
#zakaz_buket .buket_add{
    position: relative;
}
#zakaz_buket .showError{
    margin: -1px 4% 0px;
    width: 94%;
}
#zakaz_buket .button_checkout{
    outline: none;
}
.preloadder_message{
    position: absolute;
    top: 0;
    bottom: 0;
    left:0;
    right: 0;
    margin: auto;
    background: rgba(255, 255, 255, 0.7);
    z-index: 100;
} 
.preloadder_message .text{
    position: absolute;
    top: 0;
    bottom: 0;
    left:0;
    right: 0;
    margin: auto;
    color: #fff;
    width: 200px;
    height: 35px;
    font-size: 25px;
    text-align: center;
}
.lightbox_wrapper_close{
    width:25px;
    height:25px;
    position: absolute;
    right: -25px;
    top:-8px;
    background: #fff;
    border: 3px solid #88c756;
    border-radius: 50%;
    vertical-align: bottom;
    line-height: 30px;
    text-align: center;
    font-size: 18px;
    cursor: pointer;
    color: #5b805a;
    font-size-adjust: 1;
    z-index: 100;
}

.forgot_popup_form{
    overflow: hidden;
    background: #f6f8d7;
    font-family: 'Open Sans', arial;
    font-size: 14px;
    display: inline-block;
    border-radius: 20px;
    position: relative;
    box-shadow: inset 0px 0px 4px 5px rgba(119, 185, 68, 0.5);
    text-align: center; 
    width: 340px;
}

.vsevset_field_icon_complex_text {
    display: inline-block; 
    font-size: 13px;
    color: #666;}

body {
    margin: 0px;
    padding: 0px;
    position: relative;
    min-width: auto;
    font-family: 'Open Sans', sans-serif; 
}

h1 {
    font-weight: normal;
}

.top_label{
    text-align: left;
    font-size: 41px; 
    font-family: 'Lobster', arial, serif;
    margin: 10px 0px 0px 0px;
    color: #72b568; 
    -webkit-user-select: text;
    -moz-user-select: text;
    -ms-user-select: text;
    -o-user-select: text;
    user-select: text;
}

.green_border_line{
    background-image: url(/bitrix/templates/zvet_blues/images/otziwy_border_line.png);   
    height: 10px;
}

.stars{
    width: 90px;
    margin:-20px 0px 0px 50px;
}

.top_border_line {
    background-image: url(/bitrix/templates/zvet_blues/images/top_border_line.png);
    height: 10px}

.page_text_block {
    background-image: url(/bitrix/templates/zvet_blues/images/text_block_fon.png);}

.wrapper {
    position: relative;
    max-width: 1200px;
    width: 100%;
    margin: 0px auto; }

/* header styles */
.small_header {
    text-align: center;
    position: relative;
    padding: 35px 0px; }
.small_header .vsevset_social_block {
    float: left; }

.header {
    background: #056839; 
    position: relative;
}
.header .promo_line {
    padding: 15px 0px 14px; }
.header .promo_line .header_phones {
    float: right; }
.header .promo_line .header_phones .header_phone_block .block_name {
    color: #f5f8d5;
    font-size: 14px;
    margin-right: 5px;
    display: inline-block;
    vertical-align: middle; }
.header .promo_line .header_phones .header_phone_block .header_phone {
    color: #f5f8d5;
    font-size: 18px;
    font-weight: 600;
    margin-right: 15px;
    display: inline-block;
    vertical-align: middle;
    text-decoration: none; }
.header .promo_line .header_phones .header_phone_block .order_call {
    color: #fff;
    font-size: 14px;
    background: #83c550;
    padding: 3px 15px;
    border-radius: 20px;
    position: relative;
    display: inline-block;
    vertical-align: middle;
    text-decoration: none;
    cursor: pointer; }
.header .promo_line .header_phones .header_phone_block .order_call:hover {
    background: #91cb63; }
.header .promo_line .slogan {
    float: right;
    color: #f5f8d5;
    font-size: 14px;
    margin-top: 3px; }
.header .site_logotipe {
    position: absolute;
    display: inline-block;
    top: -90px;
    left: 0;
    right: 0;
    margin: auto;
    width: 235px;}
.header .header_menu_block{
    background: rgba(5, 104, 57,0.9);
    position: absolute;
    left: 0;
    top: 100%;
    padding: 10px 0;
    z-index: 10;
    width: 100%;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease-out 0s;
}
.header .header_menu_block.show{
    opacity: 1;
    visibility: visible;
}
.header .header_menu_block .one_menu ul{
    display: inline-block;
    width: calc(20%);
    vertical-align: top;
    margin: 0;
    margin-right: -4px;
    list-style: none;
    padding: 0;
    font-size: 15px;
}
.header .header_menu_block .one_menu ul li{
    margin: 5px 0;
}
.header .header_menu_block .one_menu ul li a{
    color: #fff;
    padding: 2px 12px;
    border-radius: 20px;
    border: 1px solid transparent;
    text-decoration: none;
}
.header .header_menu_block .one_menu ul li:nth-child(n+2) a:hover{
    border: 1px solid #83c550;
}
.header .header_menu_block .one_menu ul li:first-child{
    padding: 7px 10px 7px 25px; 
    position: relative;
}
.header .header_menu_block .one_menu ul li:first-child .icon{
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 30px;
    height: 35px;
    line-height: 35px;
    text-align: center;
}
.header .header_menu_block .one_menu ul li:first-child .icon img{
    display: inline-block;
    vertical-align: middle;
    max-width: 100%;
    max-height: 100%;
filter: invert(100%);
}
.header .header_menu_block .one_menu ul li:first-child a{
    color: #f5f8d5;
}
.header .header_menu_block .one_menu ul li{
    margin: 5px 0;
}
.header .header_menu_block ul.one_menu{
    margin-top: 3px;
    list-style: none;
    padding: 0;
    padding-bottom: 13px;
    background: url(/bitrix/templates/zvet_blues/images/white_rib_border.png) repeat-x scroll 12px bottom transparent;
}
.header .header_menu_block ul.one_menu li{
    display: inline-block;
    margin-right: 1px;
}
.header .header_menu_block ul.one_menu li a{
    color: #fff;
    padding: 2px 12px;
    border-radius: 20px;
    border: 1px solid transparent;
    text-decoration: none;
}
.header .header_menu_block ul.one_menu a:hover{
    border: 1px solid #83c550;
}
.header .menu_button{
    color: #fff;
    font-size: 16px;
    background: #83c550;
    padding: 7px 0px;
    border-radius: 20px;
    position: relative;
    display: inline-block;
    vertical-align: middle;
    text-decoration: none;
    cursor: pointer;    
    margin: -4px auto;
}
.header .menu_button i{
    font-size: 18px;
    padding: 0px 10px;
}
.header .menu_button:hover {
    background: #91cb63;
}

.mobile_header{
    display: block;
    position: relative;
    height: 60px;
    border-bottom: 1px solid #d9d9d9 ;
}

.mobile_header:after{
    content: "";
    display: table;
    clear: both;
}

.mobile_main_menu_btn{
    display: block;
    position: relative;
    float: left;
    margin: 17px 15px;
    padding: 6px 7px 5px 25px;
    font-family: 'OpenSans', arial, serif;
    font-size: 12px;
    color: white;
    background-color: #83c550;
    border-radius: 5px;
    cursor: pointer;
    text-transform: uppercase;
}

.mobile_main_menu_icon{
    display: block;
    position: absolute;
    left: 7px;
}

.mobile_main_menu_btn i{
    font-size: 14px;
    margin-left: 0;
}
.mobile_main_menu_btn span{
    display: block;
    padding: 1px 0 0 0;
}

.mobile_site_logotipe{
    display: block;
    position: absolute;
    left: 50%;
    transform: translate3d(-50%,0,0);
    height: 100%;
}

.mobile_logotipe{
    display: block;
    position: relative;
    height: 100%;
}

.mobile_logotipe canvas{
    display: block;
    position: relative;
    height: 100%;
}

.mobile_logotipe img{
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    max-width: 100%;
    max-height: 100%;
}

/* end header styles */
/* footer styles */
.footer {
    background: url(/bitrix/templates/zvet_blues/images/header_patern.png) repeat scroll center center #fff;
    padding-top: 50px; }
.footer .footer_likes {
    display: inline-block;
    width: 190px;
    vertical-align: top; }
.footer .footer_likes .footer_social_block {
    text-align: center; }
.footer .footer_likes .footer_social_block .block_name {
    color: #fff;
    font-size: 12px; }
.footer .footer_likes .footer_social_block .social_link {
    display: inline-block;
    position: relative;
    vertical-align: top;
    width: 30px;
    height: 30px;
    border-radius: 34px;
    opacity: 0.8;
    margin: 5px 10px 0px; }
.footer .footer_likes .footer_social_block .social_link .fa {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    color: #fff;
    font-size: 14px;
    height: 14px; }
.footer .footer_likes .footer_social_block .social_link:before {
    content: "";
    position: absolute;
    top: -6px;
    left: -6px;
    border: 3px solid #fff;
    width: 36px;
    height: 36px;
    border-radius: 40px;
    opacity: 0.8; }
.footer .footer_likes .footer_social_block .social_link:hover,
.footer .footer_likes .footer_social_block .social_link:hover:before {
    opacity: 1; }
.footer .footer_likes .footer_social_block .social_link.vk {
    background: #28c3ff; }
.footer .footer_likes .footer_social_block .social_link.vk .fa {
    width: 18px; }
.footer .footer_likes .footer_social_block .social_link.fb {
    background: #496194; }
.footer .footer_likes .footer_social_block .social_link.fb .fa {
    width: 10px; }
.footer .footer_likes .footer_social_block .social_link.tw {
    background: #6996c7; }
.footer .footer_likes .footer_social_block .social_link.tw .fa {
    width: 15px; }
.footer .footer_menus {
    display: inline-block;
    vertical-align: top;
    margin-left: 50px; }
.footer .footer_menus .footer_menu_block {
    display: inline-block;
    vertical-align: top;
    margin: 0px 90px 0px 5px; }
.footer .footer_menus .footer_menu_block:first-child {
    width: 300px; margin-right: 0px;    
}
.footer .footer_menus .footer_menu_block:first-child li{
    display: inline-block;
    vertical-align: top;
    width: calc(50% - 4px);
}
.footer .footer_menus .footer_menu_block .block_menu_title {
    margin: 0 0 1px;
    padding: 0px 0px 5px 0px;
    font-size: 20px;
    color: #83c550;
    font-weight: 300; }
.footer .footer_phones {
    float: right;
    display: inline-block; }
.footer .footer_phones .block_name {
    color: #fff;
    font-size: 14px;
    margin: 0px 0px;
    text-align: right; }
.footer .footer_phones .footer_phone {
    display: inline-block;
    font-size: 22px;
    color: #fff;
    font-weight: 600;
    margin: 3px 0px 20px;
    text-decoration: none; }
.footer .footer_phones .order_call_button {
    text-align: right;
    position: relative; }
.footer .footer_phones .order_call_button .order_call {
    color: #fff;
    font-size: 14px;
    background: #83c550;
    padding: 3px 15px;
    border-radius: 20px;
    position: relative;
    text-decoration: none;
    cursor: pointer; }
.footer .footer_phones .order_call_button .order_call:hover {
    background: #91cb63; }
.footer .footer_phones .order_call_button:after {
    content: "";
    position: absolute;
    bottom: -30px;
    right: 20px;
    background: rgba(0, 0, 0, 0.15);
    box-shadow: 0px 0px 10px 7px rgba(0, 0, 0, 0.15);
    border-radius: 50%;
    height: 5px;
    width: 60%; }
.footer .copyright_block {
    position: relative;
    margin-top: 45px;
    background: url(/bitrix/templates/zvet_blues(adaptiv)/images/footer_copy_bg.jpg) no-repeat cover left top transparent;
    background_size: contain;
    font-family: 'PT Sans', sans-serif; }
.footer .copyright_block .wrapper {
    padding: 15px 0px; }
.footer .copyright_block .company_copyright {
    font-size: 12px;
    width: 60%;
    float: left;
    margin: 8px 0 5px 10px;
    color: #fff;
    font-weight: 300; }
.footer .copyright_block #bx-composite-banner {
    float: right;
    margin-right: 15px;
    margin-top: 3px; }
.footer .copyright_block .vsevset_copy {
    font-size: 12px;
    padding-left: 35px;
    position: relative;
    display: block;
    float: right;
    margin: 5px 10px 5px 0;
    color: #fff;
    line-height: 1.1;
    font-weight: 300; }
.footer .copyright_block .vsevset_copy:before {
    content: "";
    background: url(/bitrix/templates/zvet_blues/images/vsevset_icon_26_26.png) no-repeat scroll 0px 0px transparent;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    width: 26px;
    height: 26px; }
.footer .copyright_block:before {
    content: "";
    background: url(/bitrix/templates/zvet_blues(adaptiv)/images/white_rib_border.png) repeat scroll left top transparent;
    height: 8px;
    width: 100%;
    position: absolute;
    top: -4px;
    left: 0; }

/* end footer styles */
a.a_none {
    text-decoration: none;
}

a.a_none:hover {
    text-decoration: none;
}


.popup_form {
    border-radius: 10px;
    overflow: hidden; 
    background: #f6f8d7;
    font-family: 'Open Sans', arial;
    font-size: 14px;
    display: inline-block;
    border-radius: 20px;    
    position: relative;
    box-shadow: inset 0px 0px 4px 5px rgba(119, 185, 68, 0.5);}
.popup_form .form_title {
    font-size: 18px;
    background: #0d6986;
    color: #fff;
    position: relative;
    line-height: 45px;
    margin: 0;
    text-align: center; 
    background: rgba(131,197,80,0.5);
    font: bold 110% serif;
    font-family: 'Open Sans', arial;
    font-size: 20px;
    color: #000;
    position: relative;
    text-align: center; 
    height: 55px;
    vertical-align: middle;
    line-height: 60px;
    margin: 0px;
    border: 0px;
    box-shadow: 0px 3px 2px 1px rgba(255,255,255,0.8);
    border-radius: 20px;    
    border-bottom: 1px solid rgba(131,197,80,0.5);
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;}
.popup_img_body .window_close_button {
    position: absolute;
    top: -10px;
    right: -20px;
    border: 4px solid transparent;
    border-radius: 50%;
    width: 25px;
    height: 25px;
    position: absolute;
    font-size: 28px;  
    background-image: url(/bitrix/templates/zvet_blues/images/x.png);
    background-repeat: no-repeat;
    background-position-x: 5px;
    background-position-y: 6px;
    background-color: #fff;
    z-index: 1;}
.popup_img_body .window_close_button:hover{
    border: 4px solid #83c550;}
.popup_form .form_title .window_close_button {
    position: absolute;
    top: 0;
    right: 10px;
    margin: auto;
    width: 23px;
    height: 21px;
    background: url(/bitrix/templates/zvet_blues(adaptiv)/images/fields_icons.png) no-repeat scroll -109px 0px transparent; }
.popup_form .form_logotipe {
    text-align: center;
    margin: 20px 0px; }

.popup_form_block {
    width: 315px; }
.popup_form_block .popup_site_form_fields {
    width: 260px;
    margin: 20px auto 30px; }
.popup_form_block .popup_site_form_fields .vsevset_button_complex {
    display: block;
    text-align: center; }
.popup_form_block .popup_site_form_fields .vsevset_button_complex .vsevset_button_item {
    padding: 11px 70px;
    font-size: 14px; }
.popup_form_block .popup_site_form_fields .vsevset_field_complex.no_name .vsevset_field_block {
    margin-bottom: 16px; }
.popup_form_block .popup_site_form_fields .forgot_pass {
    font-size: 12px;
    float: right;
    margin: 9px 0 0; }
.popup_form_block .popup_site_form_fields .captcha_image {
    text-align: center; }

/* lightbox styles */
#lightbox_wrapper {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 999;
    opacity: 0;
    background: rgba(0, 0, 0, 0.5); }
#lightbox_wrapper .lightbox_window {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    max-height: 80%;
    max-width: calc(100% - 20px);
    background: transparent;
    padding: 15px 0px 0px 0px;
    opacity: 0; }
#lightbox_wrapper .lightbox_window .lightbox_window_content {
    border-radius: 10px;
    height: 100%;
    width: 100%; }
#lightbox_wrapper .lightbox_window .lightbox_window_content .scroling_window_wrapper {
    height: 100%;
    width: 100%; }
#lightbox_wrapper .lightbox_window .lightbox_window_content .scroling_window_wrapper .buy_window_message {
    background: #f6f8d7;
    border-radius: 22px; 
    box-shadow: inset 0px 0px 4px 5px rgba(119, 185, 68, 0.5);
}
#lightbox_wrapper .lightbox_window .lightbox_window_content .scroling_window_wrapper .buy_window_message .lightbox_title {
    background: rgba(131,197,80,0.5);
    font: bold 110% serif;
    font-family: 'Open Sans', arial;
    font-size: 20px;
    color: #000;
    position: relative;
    text-align: center; 
    height: 60px;
    vertical-align: middle;
    line-height: 60px;
    margin: 0px;
    border: 0px;
    box-shadow: 0px 3px 2px 1px rgba(255,255,255,0.8);
    border-radius: 20px;    
    border-bottom: 1px solid rgba(131,197,80,0.5);
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;}
.lightbox_window .window_close_button {
    border: 4px solid #83c550;
    border-radius: 50%;
    width: 25px;
    height: 25px;
    position: absolute;
    bottom: 215px;
    right: -10px;
    font-size: 28px;  
    background-image: url(/bitrix/templates/zvet_blues/images/x.png);
    background-repeat: no-repeat;
    background-position-x: 5px;
    background-position-y: 6px;
    background-color: #fff;
    z-index: 1;
}
#lightbox_wrapper .lightbox_window .lightbox_window_content .scroling_window_wrapper .buy_window_message .lightbox_title .window_close_button {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0px;
    margin: auto;
    width: 23px;
    height: 23px;
    border-radius: 23px;
    background: url(/bitrix/templates/zvet_blues(adaptiv)/images/black_close_20_21.png) no-repeat scroll center center; }
#lightbox_wrapper .lightbox_window .lightbox_window_content .scroling_window_wrapper .buy_window_message .answer_block {
    margin: 10px 20px 0; }
#lightbox_wrapper .lightbox_window .lightbox_window_content .scroling_window_wrapper .buy_window_message .answer_block table {
    border-collapse: collapse; }
#lightbox_wrapper .lightbox_window .lightbox_window_content .scroling_window_wrapper .buy_window_message .answer_block table .win_item_info {
    padding: 0px 10px;
    vertical-align: top; }
#lightbox_wrapper .lightbox_window .lightbox_window_content .scroling_window_wrapper .buy_window_message .answer_block .title_item {
    font-size: 14x;
    font-weight: 600; }
#lightbox_wrapper .lightbox_window .lightbox_window_content .scroling_window_wrapper .buy_window_message .answer_block .price_item {
    font-size: 14px;
    font-weight: 400; }
#lightbox_wrapper .lightbox_window .lightbox_window_content .scroling_window_wrapper .buy_window_message .answer_block .price_item .price_value {
    color: #0d6986;
    font-size: 16px;
    font-weight: 600; }
#lightbox_wrapper .lightbox_window .lightbox_window_content .scroling_window_wrapper .buy_window_message .control_links {
    margin: 0px 10px 0px;
    padding-top: 10px;
    padding-bottom: 15px;
    border: 3px; 
    text-align: center;}
#lightbox_wrapper .lightbox_window .lightbox_window_content .scroling_window_wrapper .buy_window_message .control_links .continue_buy {
    float: left;
    color: #000;
    margin-top: 10px; 
    margin-left: 30px;}
#lightbox_wrapper .lightbox_window .lightbox_window_content .scroling_window_wrapper .buy_window_message .control_links .make_order {
    float: right;
    margin-right: 30px; }
#lightbox_wrapper .lightbox_window .lightbox_window_content .scroling_window_wrapper .buy_window_message .control_links .make_order .vsevset_button_wrap .vsevset_button_item {
    padding-top: 8px;
    padding-bottom: 8px;
    font-size: 14px; }
#lightbox_wrapper .lightbox_window .lightbox_image_content {
    padding: 0px;
    background: #fafcfc;
    position: relative; }
#lightbox_wrapper .lightbox_window .lightbox_image_content .image_box {
    overflow: hidden;
    position: relative; }
#lightbox_wrapper .lightbox_window .lightbox_image_content .image_box .image {
    max-width: 100%;
    max-height: 100%;
    display: block; }
#lightbox_wrapper .lightbox_window .lightbox_image_content .image_box .control_arrows {
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 50%;
    z-index: 20; }
#lightbox_wrapper .lightbox_window .lightbox_image_content .image_box .control_arrows.left {
    left: 0; }
#lightbox_wrapper .lightbox_window .lightbox_image_content .image_box .control_arrows.right {
    right: 0; }
#lightbox_wrapper .lightbox_window .lightbox_image_content .window_close_button {
    position: absolute;
    top: 0px;
    right: 0px;
    width: 23px;
    height: 23px;
    background: url(/bitrix/templates/zvet_blues(adaptiv)/images/black_close_20_21.png) no-repeat scroll center center #fff;
    padding: 5px;
    z-index: 100;
    -webkit-transition: background-color 0.2s ease-out;
    -moz-transition: background-color 0.2s ease-out;
    -o-transition: background-color 0.2s ease-out;
    transition: background-color 0.2s ease-out; }
#lightbox_wrapper .lightbox_window .lightbox_image_content .window_close_button:hover {
    background-color: #F3F3F3; }


.popup_body_pic{
    display: inline-block; 
    margin: 4px 0px 0px 20px; 
    text-align: left; 
    vertical-align: top;
}

.popup_body_right{
    display: inline-block; 
    margin: 0px 0px 0px 10px; 
    text-align: left; 
    vertical-align: top;
    position: relative;
    padding-left: 15px;
    width: 63%;
}

.popup_body_name{
    display: row; 
    position: relative;
    text-align: left; 
    font: bold 110% serif;
    font-family: 'Open Sans', arial;
    font-size: 16px;
}

.popup_body_cart{
    display: row; 
    position: relative;
    text-align: left; 
    height: 70px;
    color: #8b8c83;
    font-size: 12px;
    padding-top: 20px
}

.popup_body_price{
    display: row; 
    position: relative;
    text-align: right; 
    font: bold 110% serif;
    font-family: 'Open Sans', arial;
    font-size: 20px;
    padding-right: 15px;
}

.popup_window_close{
    border: 4px solid #83c550;
    border-radius: 50%;
    width: 25px;
    height: 25px;
    position: absolute;
    top: -10px;
    right: -10px;
    font-size: 28px;  
    background-image: url(/bitrix/templates/zvet_blues/images/x.png);
    background-repeat: no-repeat;
    background-position: center center;
    background-color: #fff;
}
.seo_section{
    padding-bottom: 10px;
}
.one_seo_section{
    padding: 0px 10px 5px 0px;
}
/* end lightbox styles */


.politic{
    padding: 10px 0;
    text-align: center;
}
.politic a{
    text-decoration: underline;
}
#manager_call_form .politic a{
    color: #fff;
}
.lightbox_window .politic{
    padding: 10px;
}
.register_form .politic{
    padding-top: 40px;
}

.catalog-filter {
    font-size: 13px;
    margin: 27px 0; }
.catalog-filter_tags.leftmargin {
    margin-left: 40px; }
.catalog-filter_tags-close {
    display: none; }
.catalog-filter_tags-block {
    position: relative; }
.catalog-filter_tags-btn {
    line-height: 27px;
    display: inline-block;
    border: 1px solid #056839;
    border-radius: 3px;
    vertical-align: middle;
    padding: 0 10px;
    margin: 0 6px;
    cursor: pointer; }
.catalog-filter_tags-btn:hover, .catalog-filter_tags-btn.selected {
    background-color: #056839;
    color: #fff; }
.catalog-filter_tags-btn .fa.fa-rotate-180 {
    transform: rotate(180deg) translateY(-2px); }
.catalog-filter_tags-list {
    opacity: 0;
    visibility: hidden;
    position: absolute;
    z-index: 15;
    top: 42px;
    left: 50%;
    border: 3px solid #b4d2c4;
    width: 240px;
    padding: 20px 0;
    box-sizing: border-box;
    background-color: #fff;
    transform-origin: center top;
    transform: translate3d(-50%, 0, 0) scaleY(0);
    transition: all 0.3s ease; }
.catalog-filter_tags-list:after {
    content: '';
    display: block;
    position: absolute;
    top: -7px;
    width: 13px;
    height: 13px;
    border-style: solid;
    border-width: 3px;
    border-color: #b4d2c4 transparent transparent #b4d2c4;
    transform: rotate(45deg);
    background-color: #fff;
    left: calc(50% - 10px); }
.catalog-filter_tags-list.show {
    opacity: 1;
    visibility: visible;
    transform: translate3d(-50%, 0, 0) scaleY(1); }
.catalog-filter_tags-item {
    display: inline-block;
    padding: 10px 20px;
    box-sizing: border-box;
    vertical-align: middle;
    width: 100%;
    color: #000;
    text-decoration: none; }
.catalog-filter_tags-item:hover {
    background-color: #f3f9ed;
    text-decoration: none;
    color: #000; }
.catalog-filter_btn {
    line-height: 27px;
    display: inline-block; }
@media screen and (min-width: 569px) {
    .catalog-filter_btn .arrow {
        display: none; } }
@media screen and (min-width: 569px) {
    .catalog-filter_btn .doubledot {
        display: inline; } }
.catalog-filter_price {
    float: right; }
.catalog-filter_price-block {
    position: relative; }
.catalog-filter_price-btn {
    line-height: 27px;
    display: inline-block;
    border: 1px solid #056839;
    border-radius: 3px;
    vertical-align: middle;
    padding: 0 10px;
    margin: 0 6px;
    cursor: pointer; }
.catalog-filter_price-btn:hover, .catalog-filter_price-btn.selected {
    background-color: #056839;
    color: #fff; }
.catalog-filter_price-btn .fa.fa-rotate-180 {
    transform: rotate(180deg) translateY(-2px); }
.catalog-filter_price-list {
    opacity: 0;
    visibility: hidden;
    position: absolute;
    z-index: 15;
    top: 42px;
    right: 0%;
    border: 3px solid #b4d2c4;
    width: 240px;
    padding: 20px 0;
    box-sizing: border-box;
    background-color: #fff;
    transform-origin: left top;
    transform: translate3d(0%, 0, 0) scaleY(0);
    transition: all 0.3s ease; }
.catalog-filter_price-list:after {
    content: '';
    display: block;
    position: absolute;
    top: -7px;
    width: 13px;
    height: 13px;
    border-style: solid;
    border-width: 3px;
    border-color: #b4d2c4 transparent transparent #b4d2c4;
    transform: rotate(45deg);
    background-color: #fff;
    right: 30px; }
.catalog-filter_price-list.show {
    opacity: 1;
    visibility: visible;
    transform: translate3d(0%, 0, 0) scaleY(1); }

@media screen and (max-width: 568px) {
    .catalog-filter {
        padding: 9px 20px;
        box-sizing: border-box;
        border-top: 1px solid #d9d9d9;
        border-bottom: 1px solid #d9d9d9;
        position: relative; }
    .catalog-filter_tags.leftmargin {
        margin-left: 35px; }
    .catalog-filter_tags-wrapper {
        opacity: 0;
        visibility: hidden;
        position: absolute;
        top: 102%;
        left: 0;
        right: 0;
        z-index: 15;
        background-color: #fff; }
    .catalog-filter_tags-wrapper.show {
        opacity: 1;
        visibility: visible;
        -webkit-transition: all .3s ease;
        -moz-transition: all .3s ease;
        -ms-transition: all .3s ease;
        -o-transition: all .3s ease;
        transition: all .3s ease; }
    .catalog-filter_tags-block {
        border-bottom: 1px solid #d9d9d9;
        display: block; }
    .catalog-filter_tags-btn {
        display: block;
        padding: 0 6px 0 41px;
        margin: 0;
        border: none;
        line-height: 44px; }
    .catalog-filter_tags-btn:hover, .catalog-filter_tags-btn.selected {
        background-color: #f3f9ed;
        color: #000; }
    .catalog-filter_tags-btn .fa {
        display: none; }
    .catalog-filter_tags-close {
        display: inline-block;
        border-radius: 15px;
        background-color: #83c550;
        padding: 0 15px;
        line-height: 28px;
        color: #fff;
        position: absolute;
        left: 50%;
        bottom: 15px;
        transform: translateX(-50%);
        cursor: pointer; }
    .catalog-filter_tags-list {
        -webkit-transition: all .3s ease;
        -moz-transition: all .3s ease;
        -ms-transition: all .3s ease;
        -o-transition: all .3s ease;
        transition: all .3s ease;
        position: fixed;
        transform-origin: center center;
        transform: translateX(-50%) rotateY(270deg);
        left: 50%;
        height: 80%;
        width: 80%;
        padding: 10px 0;
        transform-style: preserve-3d; }
    .catalog-filter_tags-list:after {
        display: none; }
    .catalog-filter_tags-list.show {
        transform: translateX(-50%) rotateY(360deg); }
    .catalog-filter_btn {
        line-height: 27px;
        display: inline-block;
        border: 1px solid #056839;
        border-radius: 3px;
        vertical-align: middle;
        padding: 0 10px;
        margin: 0;
        cursor: pointer; }
    .catalog-filter_btn .arrow {
        display: inline; }
    .catalog-filter_btn .doubledot {
        display: none; } }


@media  (max-width: 1024px) {

    body{
        box-sizing: border-box;
        min-width: auto;

    }

    .catalog-filter {
        padding: 9px 20px;
        box-sizing: border-box;
        border-top: 1px solid #d9d9d9;
        border-bottom: 1px solid #d9d9d9;
        position: relative; }

    .wrapper{
        width: 100%;
    }

    .header{
        /*display: none;*/
    }

    .small_header{
        /*display: none;*/
    }

    .page_text_block .wrapper{
        padding: 0 20px;
        box-sizing: border-box;
    }

    .top_label{
        font-size: 34px;
        text-align: center;
    }

    .mobile_header{
        display: block;
    }

    .popup_body_pic {
        display: block;
        margin: auto;
        text-align: center;
        vertical-align: top;
    }

    .popup_body_right {
        display: block;
        text-align: center;
        vertical-align: top;
        position: relative;
        margin: 0;
        width: auto;
        padding: 0;
    }

    .popup_body_cart {
        display: block;
        position: relative;
        height: auto;
        color: #8b8c83;
        font-size: 12px;
        padding: 10px 0;
        text-align: center;
    }

    .popup_body_price {
        display: block;
        position: relative;
        font: bold 110% serif;
        font-family: 'Open Sans', arial;
        font-size: 20px;
        text-align: center;
    }

    #lightbox_wrapper .lightbox_window .lightbox_window_content .scroling_window_wrapper .buy_window_message .control_links .continue_buy {
        color: #000;
        margin: 10px auto;
        display: block;
        position: relative;
        float: none;
    }

    #lightbox_wrapper .lightbox_window .lightbox_window_content .scroling_window_wrapper .buy_window_message .control_links .make_order{
        float: none;
        margin: 0;
    }


    .footer{
        padding-top: 0;
    }

    .footer .wrapper{
        display: none;
    }

    .footer .copyright_block{
        margin: 0;
        padding: 10px 0;
        text-align: center;
        color: #fff;
        line-height: 1.1;
        font-weight: 300;
    }

    .footer .copyright_block .wrapper{
        display: block;
        padding: 0 20px;
        box-sizing: border-box;
    }

    .footer .copyright_block .company_copyright{
        width: 100%;
        margin: 0;
        padding: 10px 0 0;
        float: none;
    }

    .footer .copyright_block .vsevset_copy{
        display: inline-block;
        float: none;
        margin: 10px 0 0;
        padding: 0 0 0 35px;
        width: auto;
    }

    .footer .copyright_block:before{
        display: none;
    }

}

@media (max-width: 1200px) {
    .small_header{
        padding: 19px 20px;
    }

    .bx-basket .bx_small_cart .cart_data .icon_cart{
        background: url(/bitrix/templates/zvet_blues/components/bitrix/sale.basket.basket.line/header_cart/images/cart.png)no-repeat scroll center center #bababa;
    }

    .header{
        padding: 6px 20px 5px;
    }

    .header .site_logotipe{
        position: absolute;
        display: block;
        top: -68px;
        left: 0;
        right: 0;
        margin: auto;
        width: 168px;
    }

    .header .site_logotipe img{
        display: block;
        position: absolute;
        width: 100%;
    }

    .header .promo_line .header_phones .header_phone_block .block_name{
        display: none;
    }


}

@media (max-width: 1024px) {
    #lightbox_wrapper .lightbox_window .lightbox_window_content .scroling_window_wrapper .buy_window_message{
        width: auto !important;
    }

    .lightbox_window .window_close_button{
        background-position-x: 0px;
        background-position-y: 1px;
        width: 24px;
        height: 24px;
    }

    #lightbox_wrapper .lightbox_window .lightbox_window_content .scroling_window_wrapper .buy_window_message .lightbox_title{
        line-height: 25px;
        padding: 20px 10px 10px;
        height: auto;
        border-bottom: none;
        box-shadow: none;
    }
}
/* End */
/* /bitrix/templates/zvet_blues(adaptiv)/components/vsevset/vs_components/zvet_blues/style.css?161121760017369 */
/* /bitrix/templates/zvet_blues(adaptiv)/components/bitrix/sale.basket.basket.line/header_cart/style.css?16789647789255 */
/* /bitrix/components/vsevset/entering/templates/.default/style.css?161121757614880 */
/* /bitrix/templates/zvet_blues(adaptiv)/components/bitrix/catalog.section.list/footer_sections/style.css?16112176007335 */
/* /bitrix/templates/zvet_blues(adaptiv)/components/bitrix/menu/footer_menu/style.css?1611217600357 */
/* /bitrix/templates/zvet_blues(adaptiv)/styles.css?1611217600600 */
/* /bitrix/templates/zvet_blues(adaptiv)/template_styles.css?161121760032800 */
