#myDropzone {
  margin-bottom: 25px;
}

.control-label span {
  color: #000000;
  font-weight: normal;
}

.js_date_clear {
  box-sizing: border-box;
  color: #333333;
  display: table-cell;
  padding: 6px 12px;
  text-align: center;
  vertical-align: middle;
  width: 40px;
  cursor: pointer;
  background-color: #eeeeee;
  border: 1px solid #cccccc;
}

.modal {
  text-align: center;
}

.modal .modal-dialog .modal-content {
  border-radius: 3px;
}

.modal .modal-dialog .modal-content .modal-header {
  background: #1ea6d4;
  color: #ffffff;
  padding-left: 20px;
}

.modal .modal-dialog .modal-content .modal-body {
  padding: 0;
}

#your_city {
  width: 100%;
  max-height: 270px;
  border: none;
  outline: none;
}

#your_city .option {
  padding: 15px 0 15px 20px;
  border-bottom: 1px solid #f6f6f6;
}

#your_city .option.active, #your_city .option:checked, #your_city .option:active, #your_city .option:hover, #your_city .option:focus {
  cursor: pointer;
  background: #c7ebf7;
  outline: none;
}

.js_select_city {
  margin-bottom: 25px;
}

.js_select_city.submit {
  display: block;
  float: none;
  margin: 0 auto 25px auto;
}

.modal-dialog {
  display: inline-block;
  text-align: left;
  vertical-align: middle;
}

#videoPopup,
#vendorPopup,
#cropPopup {
  position: fixed;
  width: 100%;
  height: 100%;
  background: rgba(22, 22, 22, 0.5);
  top: 0;
  left: 0;
  z-index: 9999;
  display: table-cell;
  text-align: center;
  vertical-align: middle;
}

#videoPopup .upload_input,
#vendorPopup .upload_input,
#cropPopup .upload_input {
  display: none;
}

#videoPopup .inner,
#vendorPopup .inner,
#cropPopup .inner {
  position: relative;
  background: #ffffff;
  display: inline-block;
  width: 440px;
  height: auto;
  top: 10%;
}

#videoPopup .inner .header,
#vendorPopup .inner .header,
#cropPopup .inner .header {
  position: relative;
}

#videoPopup .inner .header .modal-title,
#vendorPopup .inner .header .modal-title,
#cropPopup .inner .header .modal-title {
  background: #1ea6d4;
  color: #ffffff;
  text-align: left;
  padding: 15px 15px 15px 20px;
}

#videoPopup .inner .header .custom_close,
#vendorPopup .inner .header .custom_close,
#cropPopup .inner .header .custom_close {
  cursor: pointer;
  position: absolute;
  top: 15px;
  right: 15px;
  display: inline-block;
  width: 20px;
  height: 20px;
  background: url("/img/icons/admin/close_white.png") center center no-repeat;
}

#videoPopup .inner .body,
#vendorPopup .inner .body,
#cropPopup .inner .body {
  padding: 30px 50px;
}

#videoPopup .inner .body .img_area,
#vendorPopup .inner .body .img_area,
#cropPopup .inner .body .img_area {
  text-align: center;
}

#videoPopup .inner .body .img_area img,
#vendorPopup .inner .body .img_area img,
#cropPopup .inner .body .img_area img {
  display: inline-block;
  max-height: 300px;
}

#videoPopup .inner .body label,
#vendorPopup .inner .body label,
#cropPopup .inner .body label {
  margin-top: 25px;
  display: inline-block;
  padding: 10px 25px;
  text-align: center;
  background: #eeeeee;
  border: 1px solid #cccccc;
  border-radius: 5px;
}

#videoPopup .inner .buttons,
#vendorPopup .inner .buttons,
#cropPopup .inner .buttons {
  padding-bottom: 25px;
}

#videoPopup .inner .buttons .butt,
#vendorPopup .inner .buttons .butt,
#cropPopup .inner .buttons .butt {
  width: 130px;
  height: 40px;
  line-height: 37px;
  text-align: center;
  border: none;
  border-radius: 5px;
}

#videoPopup .inner .buttons .js_crop_ok,
#vendorPopup .inner .buttons .js_crop_ok,
#cropPopup .inner .buttons .js_crop_ok {
  margin-right: 20px;
  background: #1ea6d4;
  color: #ffffff;
}

#videoPopup .inner .buttons .js_crop_ok:hover,
#vendorPopup .inner .buttons .js_crop_ok:hover,
#cropPopup .inner .buttons .js_crop_ok:hover {
  background-color: #1883a7;
}

#videoPopup .inner .buttons .js_crop_close,
#vendorPopup .inner .buttons .js_crop_close,
#cropPopup .inner .buttons .js_crop_close {
  background: #ffffff;
  border: 1px solid #333333;
  color: #333333;
}

#videoPopup .inner .buttons .js_crop_close:hover,
#vendorPopup .inner .buttons .js_crop_close:hover,
#cropPopup .inner .buttons .js_crop_close:hover {
  background-color: #f2f2f2;
}

#videoPopup .inner .buttons .js_create_vendor:hover,
#vendorPopup .inner .buttons .js_create_vendor:hover,
#cropPopup .inner .buttons .js_create_vendor:hover {
  background-color: #e1e1e1;
}

#videoPopup.nope,
#vendorPopup.nope,
#cropPopup.nope {
  display: none !important;
}

#videoPopup #video_url {
  width: 100%;
}

#videoPopup .msg_warning iframe {
  border: 0;
}

#videoPopup .submit {
  float: none;
  margin-top: 0;
  line-height: 30px;
}

#videoPopup .submit.white {
  margin: 0;
  background-color: #ffffff;
  color: #1ea6d4;
  border: 1px solid #1ea6d4;
}

#videoPopup .submit.white:hover {
  background-color: #f3f3f3;
}

.nested_categories {
  min-height: 15px;
  margin: 5px 0 0 0;
}

.nested_categories .list-group-item {
  min-height: 45px;
  padding-right: 0;
  padding-left: 50px;
  border-right: none;
  border-left: none;
  border-radius: 0;
}

.nested_categories.level1 .list-group-item {
  padding-left: 15px;
}

.cropper_widget {
  width: 150px;
  position: relative;
}

.cropper_widget .logo {
  margin-bottom: 10px;
  width: 150px;
  height: 150px;
  border: 1px solid #f3f3f3;
  text-align: center;
}

.cropper_widget .logo img {
  position: relative;
  top: 28px;
  width: 94px;
  height: 94px;
  object-fit: contain;
}

.cropper_widget .logo a {
  position: absolute;
  left: 0;
  display: inline-block;
  box-sizing: border-box;
  padding-right: 10px;
  width: 100%;
  color: #cccccc;
  text-align: right;
  font-style: italic;
  font-size: 14px;
  font-family: 'OpenSansRegular';
  line-height: 31px;
}

.cropper_widget .logo .delete {
  position: relative;
  top: 2px;
  display: inline-block;
  margin-left: 10px;
  width: 12px;
  height: 12px;
  background-image: url(../img/icons/del-icon-2.png);
  background-size: contain;
  background-repeat: no-repeat;
}

.cropper_widget .upload-wrap {
  position: relative;
  float: left;
  width: 100%;
  cursor: pointer;
}

.cropper_widget .upload-wrap .upload {
  width: .1px;
  height: .1px;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  cursor: pointer;
}

.cropper_widget .upload-wrap .js_select_photobank,
.cropper_widget .upload-wrap label {
  display: block;
  cursor: pointer;
  font-weight: normal;
  margin-bottom: 10px;
}

.cropper_widget .upload-wrap .js_select_photobank:hover,
.cropper_widget .upload-wrap label:hover {
  text-decoration: underline;
}

.cropper_widget .upload-wrap .upload + label {
  display: inline-block;
  color: #333333;
  text-align: center;
  text-transform: uppercase;
  font-weight: 400;
  font-size: 10px;
  font-family: 'OpenSansRegular';
  line-height: 31px;
  cursor: pointer;
}

.cropper_widget .upload-wrap .upload-icon {
  position: relative;
  top: 3px;
  float: left;
  margin-right: 7px;
  width: 14px;
  height: 14px;
  background-image: url(../img/icons/upload-icon.png);
  background-size: contain;
  background-repeat: no-repeat;
}

.cropper_widget#image, .cropper_widget#banner {
  width: 90%;
}

.cropper_widget#image .logo, .cropper_widget#banner .logo {
  width: 100%;
}

.cropper_widget#image .logo img, .cropper_widget#banner .logo img {
  width: 100%;
}

.table thead tr th {
  padding: 5px 0;
  border-top: 2px solid rgba(230, 230, 230, 0.7);
  border-bottom: 2px solid rgba(230, 230, 230, 0.7);
}

.table thead tr th a {
  color: #000000;
}

.table tbody tr td {
  line-height: 20px;
  padding: 5px 0;
  border: none;
}

.table tbody tr:hover {
  cursor: pointer;
}

.form-wrap .col-lg-6, .form-wrap .col-lg-12 {
  padding: 0 10px 0 0;
}

.photowrap {
  margin-bottom: 25px;
}

.photowrap .col-lg-2 {
  width: 20%;
}

.photowrap .col-lg-2:after {
  display: block;
  content: " ";
  clear: both;
}

.error p {
  margin: 0;
}

.pagination {
  display: block;
  float: right;
}

.pagination li {
  display: inline-block;
  list-style-type: none;
}

.pagination li span,
.pagination li a {
  display: inline-block;
  width: 41px;
  height: 38px;
  line-height: 16px;
  text-align: center;
  padding: 10px 0;
  border: none;
  color: #000000;
  font-size: 20px;
  font-family: 'OpenSansRegular';
}

.pagination li span i,
.pagination li a i {
  position: relative;
  top: -5px;
  font-size: 27px;
}

.pagination li span:hover,
.pagination li a:hover {
  background: #ffffff;
  color: #000000;
}

.pagination li.active a {
  color: #000000;
  border: 1px solid #000000;
  background-color: #eeeeee;
}

.pagination li.active a:hover {
  color: #000000;
  border: 1px solid #000000;
  background-color: #eeeeee;
}

.pagination li.next, .pagination li.prev {
  background-color: #eeeeee;
}

.pagination li.next a, .pagination li.next span, .pagination li.prev a, .pagination li.prev span {
  background-color: transparent;
  color: #000000;
}

.pagination li.next a:hover, .pagination li.next span:hover, .pagination li.prev a:hover, .pagination li.prev span:hover {
  background-color: #1ea6d4;
  color: #ffffff;
}

.submit {
  box-sizing: border-box;
  display: inline-block;
  float: left;
  margin-top: 10px;
  margin-right: 10px;
  width: 160px;
  height: 40px;
  background-color: #1ea6d4;
  color: #ffffff;
  text-align: center;
  font-weight: 400;
  font-size: 14px;
  font-family: 'OpenSansRegular';
  line-height: 40px;
  border: 1px solid transparent;
}

.submit:focus, .submit:active, .submit:hover {
  color: #ffffff;
  background-color: #1883a7;
}

.submit.js_accept_order {
  margin: 0;
  padding: 0;
  height: 30px;
  line-height: 30px;
  width: 150px;
}

h3 .submit {
  margin: 0;
  height: 35px;
  line-height: 32px;
  width: 100px;
}

@media screen and (max-width: 360px) {
  h3 .submit {
    float: none;
    width: 100%;
    margin-top: 15px;
  }
}

.btn_decline {
  box-sizing: border-box;
  display: inline-block;
  float: left;
  margin-top: 10px;
  margin-right: 10px;
  width: 160px;
  height: 40px;
  border: none;
  background-color: #cccccc;
  color: #000000;
  text-align: center;
  font-weight: 400;
  font-size: 14px;
  font-family: 'OpenSansRegular';
  line-height: 40px;
  border: 1px solid transparent;
}

.btn_decline:hover {
  color: #000000;
  background-color: #b3b3b3;
}

.js_add_delivery_item {
  cursor: pointer;
}

.marker_info {
  padding: 5px;
  min-width: 200px;
}

.marker_info h2 {
  color: #000000;
  font-size: 20px;
  margin: 0 0 15px 0;
}

.marker_info h2 a {
  color: #000000;
}

.marker_info h2 a:hover {
  color: #1ea6d4;
}

.marker_info h4 {
  font-size: 14px;
}

.marker_info p {
  margin: 0 0 5px 0;
}

#special_wrapper {
  margin: 0 0 25px 0;
  padding: 0 0 25px 0;
  border-bottom: 2px solid #cccccc;
}

#special_wrapper:after {
  display: block;
  content: ' ';
  clear: both;
}

.jstree-anchor {
  position: relative;
  width: 90%;
  height: 30px;
}

.jstree-anchor span {
  position: absolute;
  right: 25px;
}

.jstree-anchor span.js_remove_confirm {
  right: 0;
}

.table .filters {
  display: none;
}

.filter__row.vendor {
  padding: 15px;
}

.filter__row.vendor select {
  width: 100%;
}

.filter__row.vendor .select2-selection--multiple {
  border-color: #d7e0e7 !important;
}

.filter__row.checkboxes {
  padding: 15px 0;
}

.filter__row.checkboxes .filter__row_item_wrap {
  padding-bottom: 10px;
}

.filter__row.checkboxes .checkbox {
  float: right;
  margin: 0;
}

.filter__row.checkboxes .checkbox span {
  position: relative !important;
}

.seller-page .catalog-gorizontal .container {
  width: 100%;
  padding: 0;
}

.catalog-gorizontal__item {
  box-sizing: border-box;
}

.catalog-gorizontal__item.colored {
  border-color: #ff9a00;
}

#balanceform-balance {
  width: 25%;
}

button.balance.submit {
  margin: 0 0 0 15px;
  height: 36px;
  line-height: 36px;
}

#app_store {
  position: relative;
  margin: 30px 0;
  background-color: #ffffff;
  padding: 20px 20px 20px 100px;
  min-height: 90px;
  line-height: 50px;
  font-size: 24px;
}

#app_store img.bub {
  position: absolute;
  width: 50px;
  height: 50px;
}

#app_store img.bub.bub_left {
  top: 10px;
  left: 10px;
}

#app_store img.bub.bub_right {
  right: 10px;
  bottom: 10px;
}

#app_store .store {
  display: inline-block;
  padding-left: 40px;
}

#app_store .store .google_play img,
#app_store .store .apple_store img {
  display: inline-block;
  position: relative;
  z-index: 10;
}

@media only screen and (max-width: 1300px) {
  #app_store {
    padding-left: 20px;
    text-align: center;
    line-height: 30px;
  }
  #app_store img.bub.bub_left {
    top: auto;
    bottom: 10px;
    left: 10px;
    transform: rotate(-90deg);
  }
  #app_store .store {
    margin-top: 15px;
    padding: 0;
    display: block;
  }
}

@media only screen and (max-width: 420px) {
  #app_store {
    font-size: 16px;
  }
  #app_store .store .google_play img,
  #app_store .store .apple_store img {
    width: 120px;
  }
}

#not_found {
  background: #ffffff;
  margin: 25px 0;
  padding: 70px 0;
}

#not_found .left_block img {
  float: right;
}

#not_found .right_block {
  line-height: 70px;
}

#not_found .right_block .message {
  margin-top: 60px;
  width: 300px;
  font-size: 36px;
  line-height: 45px;
}

#not_found .right_block .message p {
  font-size: 24px;
}

#not_found .right_block .message .submit {
  float: none;
}

@media screen and (max-width: 760px) {
  #not_found .left_block img {
    float: none;
    display: block;
    margin: 0 auto;
  }
  #not_found .right_block .message {
    width: 100%;
    text-align: center;
  }
}

.order-wrap__item .thumb {
  margin-right: 10px;
}

#delivery-list {
  margin-bottom: 25px;
}

.reaction {
  display: inline-block;
  padding: 5px 25px 0 0;
  height: 40px;
  color: #bfbfbf;
}

#new-feedback {
  width: 600px;
}

#new-feedback .question {
  position: relative;
  padding-left: 100px;
  height: 260px;
  font-size: 24px;
  margin: 25px 0;
}

#new-feedback .question .title {
  border-top: 1px solid #f6f6f6;
  padding: 20px 0;
}

#new-feedback .question .sign {
  width: 80px;
  height: 80px;
  border-radius: 5px;
  background: lightgray url("/img/ok.png") center center no-repeat;
  position: absolute;
  top: 0;
  left: 0;
}

#new-feedback .question .smiley {
  display: block;
  font-size: 16px;
  width: 100%;
  background-position: left center;
  background-repeat: no-repeat;
  background-size: 25px;
  padding-left: 30px;
  height: 40px;
  line-height: 40px;
  cursor: pointer;
}

#new-feedback .question .smiley input {
  display: none !important;
}

#new-feedback .question .smiley.smiley1 {
  background-image: url("/img/smiley/r1.png");
}

#new-feedback .question .smiley.smiley1.active, #new-feedback .question .smiley.smiley1:hover {
  background-image: url("/img/smiley/r1_hover.png");
}

#new-feedback .question .smiley.smiley2 {
  background-image: url("/img/smiley/r2.png");
}

#new-feedback .question .smiley.smiley2.active, #new-feedback .question .smiley.smiley2:hover {
  background-image: url("/img/smiley/r2_hover.png");
}

#new-feedback .question .smiley.smiley3 {
  background-image: url("/img/smiley/r3.png");
}

#new-feedback .question .smiley.smiley3.active, #new-feedback .question .smiley.smiley3:hover {
  background-image: url("/img/smiley/r3_hover.png");
}

#new-feedback .question .smiley.smiley4 {
  background-image: url("/img/smiley/r4.png");
}

#new-feedback .question .smiley.smiley4.active, #new-feedback .question .smiley.smiley4:hover {
  background-image: url("/img/smiley/r4_hover.png");
}

.btn.custom {
  -webkit-transition: all 50ms ease-in;
  -webkit-transform: scale(1);
  -ms-transition: all 50ms ease-in;
  -ms-transform: scale(1);
  -moz-transition: all 50ms ease-in;
  -moz-transform: scale(1);
  transition: all 50ms ease-in;
  transform: scale(1);
  width: 20px;
  height: 20px;
  padding: 0;
  margin-right: 10px;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 20px;
}

.btn.custom:hover {
  cursor: pointer;
  z-index: 2;
  -webkit-transition: all 50ms ease-in;
  -webkit-transform: scale(0.8);
  -ms-transition: all 50ms ease-in;
  -ms-transform: scale(0.8);
  -moz-transition: all 50ms ease-in;
  -moz-transform: scale(0.8);
  transition: all 50ms ease-in;
  transform: scale(0.8);
}

.btn.custom:hover, .btn.custom:focus, .btn.custom:active {
  box-shadow: none;
  outline: none;
}

.btn.custom.promote {
  background-image: url("/img/icons/admin/lama.png");
}

.btn.custom.view {
  background-image: url("/img/icons/admin/view.png");
}

.btn.custom.edit {
  background-image: url("/img/icons/admin/edit.png");
}

.btn.custom.remove {
  background-image: url("/img/icons/admin/close.png");
}

.btn.custom.accept {
  background-image: url("/img/icons/admin/accept.png");
}

.btn.custom.decline {
  background-image: url("/img/icons/admin/close.png");
}

.btn.custom.pause {
  background-image: url("/img/icons/start.png");
}

.btn.custom.restore {
  background-image: url("/img/icons/stop.png");
}

.btn.custom.warhouse {
  background-size: 95%;
  background-image: url("/img/icons/admin/wh-full.png");
}

.btn.custom.warhouse.empty {
  background-image: url("/img/icons/admin/wh-empty.png");
}

.btn.custom.question {
  background-image: url("/img/icons/admin/question.png");
}

.btn-danger.inverse {
  background-color: #ffffff;
  color: #ee3545;
  border-color: #fac2c7;
}

.btn-danger.inverse:hover {
  background-color: #f6939c;
  color: #ffffff;
}

#bankPopup {
  position: fixed;
  width: 100%;
  height: 100%;
  background: rgba(22, 22, 22, 0.5);
  top: 0;
  left: 0;
  z-index: 9999;
  display: table-cell;
  text-align: center;
  vertical-align: middle;
}

#bankPopup .search_photo {
  width: 100%;
  margin-bottom: 25px;
  padding-right: 30px;
}

#bankPopup .search_photo input {
  width: 100%;
  border: 1px solid #eeeeee;
  height: 41px;
  line-height: 40px;
  padding-left: 20px;
  color: #000000;
}

#bankPopup .upload_input {
  display: none;
}

#bankPopup .inner {
  box-shadow: 0 0 10px gray;
  position: relative;
  background: #ffffff;
  display: inline-block;
  width: 90%;
  max-width: 650px;
  height: 600px;
  top: 50px;
}

#bankPopup .inner .header {
  position: relative;
}

#bankPopup .inner .header .modal-title {
  background: #1ea6d4;
  color: #ffffff;
  text-align: left;
  padding: 15px 15px 15px 20px;
}

#bankPopup .inner .header .custom_close {
  cursor: pointer;
  position: absolute;
  top: 15px;
  right: 15px;
  display: inline-block;
  width: 20px;
  height: 20px;
  background: url("/img/icons/admin/close_white.png") center center no-repeat;
}

#bankPopup .inner .body {
  width: 100%;
  position: absolute;
  padding: 30px 0 30px 30px;
  overflow: auto;
  top: 55px;
  bottom: 0;
}

#bankPopup .inner .body .img_area {
  text-align: center;
}

#bankPopup .inner .body .img_area img {
  display: inline-block;
}

#bankPopup .inner .body label {
  margin-top: 25px;
  display: block;
  padding: 10px 25px;
  text-align: center;
  background: #dfdfdf;
  border: 1px solid #aeaeae;
  border-radius: 5px;
}

#bankPopup .inner .body li {
  display: block;
  width: 120px;
  height: 130px;
  float: left;
  border: 1px solid #eeeeee;
  margin-right: 30px;
  margin-bottom: 30px;
}

#bankPopup .inner .body li:hover {
  cursor: pointer;
  box-shadow: 0 0 15px 0 lightgrey;
}

#bankPopup .inner .body li.js_select_bank_file {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 60%;
  position: relative;
}

#bankPopup .inner .body li.js_select_bank_file .img_wrapper {
  width: 80%;
  height: 100px;
  line-height: 100px;
  margin: 0 auto;
}

#bankPopup .inner .body li.js_select_bank_file .img_wrapper img {
  max-width: 100%;
  max-height: 100px;
}

#bankPopup .inner .body li.js_select_bank_file span {
  position: absolute;
  left: 0;
  bottom: 5px;
  width: 100%;
  padding: 0 5px;
}

#bankPopup .inner .body li.js_select_bank_folder {
  padding-top: 20px;
}

#bankPopup .inner .body li.js_select_bank_folder img {
  display: block;
  margin: 0 auto 15px;
}

#bankPopup .inner .body li.js_select_bank_root {
  line-height: 130px;
}

#bankPopup.nope {
  display: none !important;
}

#acceptFail .modal-sm,
#reklamaConfirm .modal-sm,
#acceptConfirm .modal-sm,
#basketConfirm .modal-sm {
  width: 400px;
}

#acceptFail .modal-body,
#reklamaConfirm .modal-body,
#acceptConfirm .modal-body,
#basketConfirm .modal-body {
  min-height: 120px;
  padding: 20px;
  text-align: center;
}

#acceptFail .modal-body .custom_button,
#reklamaConfirm .modal-body .custom_button,
#acceptConfirm .modal-body .custom_button,
#basketConfirm .modal-body .custom_button {
  display: inline-block;
  margin-top: 10px;
  width: 160px;
  height: 40px;
  background-color: #ffffff;
  color: #000000;
  border: 1px solid #000000;
  text-align: center;
  font-weight: 400;
  font-size: 14px;
  font-family: 'OpenSansRegular';
  line-height: 40px;
}

#acceptFail .modal-body .custom_button:hover,
#reklamaConfirm .modal-body .custom_button:hover,
#acceptConfirm .modal-body .custom_button:hover,
#basketConfirm .modal-body .custom_button:hover {
  background: lightgrey;
}

#acceptFail .modal-body {
  min-height: 140px;
}

#acceptFail .modal-body .submit {
  float: none;
}

#ana_search_string {
  width: 100%;
}

#search_results {
  position: absolute;
  margin: 0;
  background: #ffffff;
  width: 100%;
  display: block;
  padding: 0;
  box-shadow: 0 0 5px lightgray;
  max-height: 200px;
  overflow-y: auto;
  z-index: 10;
}

#search_results.nope {
  display: none;
}

#search_results li {
  display: block;
  padding: 10px 15px;
}

#search_results li:hover {
  cursor: pointer;
  background-color: #f6f6f6;
}

.search_wrapper:hover #search_results.nope {
  display: block !important;
}

.analytic.form-wrap {
  background-color: #e5f3f7;
  padding: 20px;
  margin-top: 20px;
}

.analytic.form-wrap .form-wrap__row {
  float: left;
  width: 50%;
  margin: 0;
}

#commonPopup .modal-sm,
#removeConfirm .modal-sm {
  width: 400px;
}

#commonPopup .modal-body,
#removeConfirm .modal-body {
  text-align: center;
  padding: 20px;
}

#commonPopup .modal-body .custom_button,
#removeConfirm .modal-body .custom_button {
  box-sizing: border-box;
  display: inline-block;
  margin-top: 10px;
  width: 160px;
  height: 40px;
  background-color: #ffffff;
  color: #000000;
  border: 1px solid #000000;
  text-align: center;
  font-weight: 400;
  font-size: 14px;
  font-family: 'OpenSansRegular';
  line-height: 40px;
}

#commonPopup .modal-body .custom_button:hover,
#removeConfirm .modal-body .custom_button:hover {
  background: lightgrey;
}

#commonPopup .submit,
#removeConfirm .submit {
  float: none;
}

@media screen and (max-width: 500px) {
  .modal-sm {
    width: 90% !important;
  }
  .modal-sm .custom_button,
  .modal-sm .submit {
    width: 40% !important;
  }
  #cropPopup .inner {
    width: 90% !important;
  }
}

.js_vendor_remove {
  position: absolute;
  top: 32px;
  left: 410px;
}

.js_vendor_remove.btn.custom {
  width: 20px;
  height: 20px;
}

.js_vendor_remove.btn.custom.remove {
  background-size: 16px;
}

@media screen and (max-width: 760px) {
  .js_vendor_remove {
    left: 75%;
  }
}

.load-more img {
  width: 30px;
  height: 30px;
  margin-right: 10px;
}

.product_btn {
  width: 32px;
  height: 32px;
}

.product_btn img {
  width: 32px;
  height: 32px;
}

.product_btn img:hover {
  -webkit-transition: all 50ms ease-in;
  -webkit-transform: scale(1);
  -ms-transition: all 50ms ease-in;
  -ms-transform: scale(1);
  -moz-transition: all 50ms ease-in;
  -moz-transform: scale(1);
  transition: all 50ms ease-in;
  transform: scale(1);
}

.product_btn img:hover:hover {
  cursor: pointer;
  z-index: 2;
  -webkit-transition: all 50ms ease-in;
  -webkit-transform: scale(0.8);
  -ms-transition: all 50ms ease-in;
  -ms-transform: scale(0.8);
  -moz-transition: all 50ms ease-in;
  -moz-transform: scale(0.8);
  transition: all 50ms ease-in;
  transform: scale(0.8);
}

.seller_balance_wrapper {
  color: #1ea6d4;
  font-weight: bold;
}

.analytic_wrapper .cart-title h1 {
  text-transform: none;
  font-weight: bold;
  font-size: 40px;
  line-height: 40px;
  color: #1ea6d4;
  display: block;
  margin-bottom: 10px;
}

.analytic_wrapper .cart-title p {
  position: relative;
  font-size: 18px;
}

.analytic_wrapper .cart-title p img {
  position: absolute;
  top: 10px;
  margin-left: 10px;
}

.analytic_wrapper .cities_wrapper {
  position: relative;
  width: 100%;
  height: 39px;
}

.analytic_wrapper .cities_wrapper #ana_cities {
  margin-left: 10px;
  margin-right: 10px;
  background: #ffffff url("/img/navbar/city.svg") 10px center no-repeat;
  background-size: 12px;
  padding-left: 30px;
  height: 39px;
  width: calc(100% - 200px);
}

.analytic_wrapper .cities_wrapper button {
  display: block;
  width: 170px;
  height: 39px;
  text-align: center;
  line-height: 39px;
  background: #ff9a00;
  border: none;
  color: #000000;
}

@media screen and (max-width: 800px) {
  .form-wrap.analytic .form-wrap__row {
    width: 100%;
  }
  .form-wrap.analytic .form-wrap__row #ana_cities {
    margin: 10px 0;
    width: 100%;
  }
  .form-wrap.analytic .form-wrap__row .analytic_search {
    width: 100%;
  }
  .analytic_wrapper .cities_wrapper {
    height: 80px;
    padding-bottom: 100px;
  }
}

#table_ajax {
  border: 1px solid #f3f3f3;
}

#table_ajax tr td, #table_ajax tr th {
  text-align: center;
  border: 1px solid #f3f3f3;
  height: 50px;
  vertical-align: middle;
  padding: 0;
}

#table_ajax tr td {
  background: #f7f7f7;
}

#table_ajax tr.odd td {
  background: #ffffff;
}

.js_load_more_feeds img {
  width: 32px;
  height: 32px;
}

@media screen and (max-width: 1024px) {
  #new-feedback {
    width: 100%;
  }
  .pagination {
    float: none;
  }
  .cabinet-seller__menu {
    display: none;
  }
}

@media screen and (max-width: 400px) {
  .price-wrap {
    min-height: 50px;
  }
  .catalog-gorizontal__item_content h3 {
    font-size: 14px !important;
  }
}

@media screen and (max-width: 470px) {
  .for_m320 {
    clear: both;
  }
}

@media screen and (max-width: 375px) {
  h2, .h2 {
    font-size: 24px;
  }
  .cabinet-seller__content form,
  .cabinet-seller__content h3 {
    font-size: 18px;
  }
  nav .nav_menu {
    margin-right: 20px;
  }
  nav .nav_header img.logo {
    max-width: 80px;
    margin-top: 24px;
  }
  .datepicker__wrap input {
    display: block;
    width: 100%;
    margin: 0 0 15px 0 !important;
  }
  .delivery-order-wrap__item select,
  .form-wrap__row select,
  .form-wrap__row textarea,
  .form-wrap__row input:not([type="file"]) {
    width: 100%;
  }
  .form-wrap__row input[type="radio"] {
    width: 35px;
    height: 35px;
    position: absolute;
    right: 0;
  }
  .cropper_widget .upload-wrap .js_select_photobank,
  .cropper_widget .upload-wrap label {
    font-size: 14px;
  }
  .form-wrap__row .control-label {
    font-size: 14px;
  }
  .order-item .price {
    clear: both;
    margin-top: 25px;
    width: 100%;
  }
  .cart-wrap {
    padding: 10px;
  }
  .catalog-gorizontal__item {
    width: 100%;
  }
  .rating-count {
    height: 20px;
    margin-top: 5px;
  }
  .rating-count .jq-star {
    width: 20px !important;
    height: 20px !important;
  }
  .seller__panel .live-rating {
    position: static;
    top: 0;
    margin: 0;
  }
  .seller__panel a {
    position: static;
    top: 0;
    margin: 0;
  }
  .other-products__title {
    font-size: 14px;
  }
  .prcd-card .rating .jq-star {
    width: 20px !important;
    height: 20px !important;
  }
  .prcd-card .thumb {
    height: auto;
  }
  .prcd-card .thumb img {
    height: auto;
  }
  .js_update_status {
    width: 100% !important;
  }
  .add-product {
    width: 100%;
  }
  .delivery-order-wrap {
    width: 100%;
  }
  .delivery-order-wrap .timepicker {
    width: 100%;
    margin-bottom: 10px;
  }
  .js_product_filter {
    width: 100%;
    margin: 0 !important;
  }
  .seller__tab_nav ul li a span {
    font-size: 14px;
  }
  .catalog-plitka__wrap .catalog-gorizontal__item {
    width: 100%;
  }
  .radio label {
    padding: 0;
  }
}

.form-group.field-signform-role {
  text-align: left;
}

.registration-wrap form button:hover {
  background-color: #1b95be;
}

.registration-wrap form button.disabled {
  background-color: #cccccc;
}

#seller_list .table .filters,
#admin_grid_id .table .filters {
  display: table-row;
}

#seller_list .table .filters .form-control,
#admin_grid_id .table .filters .form-control {
  border-radius: 0;
  box-shadow: none;
}

#balance_history .pagination {
  float: left;
}

.cart-wrap .form button:hover {
  background-color: #1883a7;
}

a.delete-order.js_remove_basket:hover {
  background-color: #1883a7;
}

.back-catalog:hover {
  background-color: #d5d5d5;
}

.catalog-gorizontal__item_content a:hover {
  border-bottom: 1px solid;
}

.catalog-gorizontal__item_panel a.submit:hover {
  background-color: #1883a7;
}

.sidebar_menu.mobile_menu {
  display: none;
  position: absolute;
  z-index: 100;
  top: 0;
  left: 0;
  width: 100%;
  background: #ffffff;
  padding: 10px 0;
  margin: 0;
}

.sidebar_menu.mobile_menu li {
  display: block;
  width: 100%;
  box-sizing: border-box;
  height: 50px;
  line-height: 20px;
  padding: 15px 25px;
}

.sidebar_menu.mobile_menu li a {
  color: #000000;
}

.sidebar_menu.mobile_menu li a .cabinet-seller__menu-icon {
  top: 0;
}

.sidebar_menu.mobile_menu li button {
  border: none;
  display: block;
  background: #ffffff;
  padding: 0;
}

.sidebar_menu.mobile_menu li button .cabinet-seller__menu-icon {
  top: 0;
}

.sidebar_menu.mobile_menu .close {
  margin-right: 15px;
}

.alert {
  border-radius: 0;
}

.alert-warning {
  background-color: #ffc11c;
  border-color: #ffba03;
  color: #4d4d4d;
}

.alert-success {
  background-color: #76e376;
  border-color: #61df61;
  color: #000000;
}

.alert-danger {
  background-color: #dd1324;
  border-color: #c61120;
  color: #ffffff;
}

.alert-info {
  background-color: #1ea6d4;
  border-color: #1b95be;
  color: #ffffff;
}

.badge {
  background-color: #1ea6d4;
}

.seller-page__logo .img_certified {
  position: absolute;
  width: 50px;
  right: 0;
  bottom: 5px;
}

.certified {
  display: block;
  width: 100%;
  height: 30px;
  margin-bottom: 25px;
}

.certified img {
  width: 40px;
}

#comment-message {
  color: #000000;
}

#search_address {
  margin-bottom: 10px;
}

.reaction_color {
  color: #1ea6d4;
  padding-left: 20px;
}

@media screen and (max-width: 700px) {
  .reaction_color {
    display: block;
    padding: 10px 0 0 0;
  }
}

.cart-title.contacts {
  text-align: left;
  padding: 30px 0 30px 30px;
}

.cart-title.contacts h2 {
  margin: 0 0 15px 0;
}

.cart-title.contacts .markable {
  padding: 0 0 0 25px;
  margin: 15px 0 25px -25px;
  background: url("/img/navbar/city.png") center left no-repeat;
  width: 100%;
}

.cart-title.contacts a {
  color: #1ea6d4;
}

.cart-title.contacts p {
  margin: 0 0 15px 0;
  font-size: 14px;
}

.cart-title.contacts p span {
  display: inline-block;
}

.cart-title.contacts p span.markable {
  display: block;
}

.cart-title.contacts .some_wrapper {
  display: block;
  padding: 10px 0;
}

.cart-title.contacts .some_wrapper .icon {
  display: inline-block;
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  color: #ffffff;
  background-color: #aaaaaa;
  border-radius: 15px;
  margin-right: 10px;
}

.cart-title.contacts .some_wrapper .icon:hover {
  background-color: #1ea6d4;
}

.cart-title.contacts .more_wrapper {
  padding: 30px 0 30px 30px;
}

#balance_date_filter {
  width: 210px;
}

@media screen and (max-width: 450px) {
  .cart-title.contacts {
    padding: 25px 0 25px 25px;
  }
}

.add-product:hover {
  background-color: #1883a7;
}

#balance_date_filter {
  width: 210px;
  margin: 0 0 25px 0;
}

h2 span.subtitle {
  font-size: 14px;
}

.parent_wrapper span {
  display: inline-block;
  width: 25px;
  text-align: left;
}

.sidebar-submenu {
  padding: 0 0 0 30px;
  margin: 0;
  display: block;
  width: 100%;
}

.sidebar-submenu.nope {
  display: none !important;
}

.sidebar-submenu li {
  box-sizing: border-box;
  padding: 0 10px 0 0;
  display: block;
  width: 100%;
  height: 30px;
  overflow: hidden;
  text-overflow: ellipsis;
}

.cart-title.contacts.guide {
  padding: 20px;
  text-align: left;
}

.cart-title.contacts.guide .nav a {
  font-weight: normal;
}

.cart-title.contacts.guide h2 {
  margin: 0 0 35px 0;
}

.guide .nav {
  display: inline-block;
  font-size: 14px;
  color: #1ea6d4;
  width: 900px;
  position: absolute;
  right: 10px;
  top: 32px;
}

.guide .nav a {
  font-size: 16px;
}

.guide .nav a.active, .guide .nav a:hover {
  color: #000000;
  cursor: pointer;
}

.guide .block {
  box-sizing: border-box;
  position: relative;
  width: 100%;
  height: 400px;
  margin-bottom: 100px;
}

.guide .block .img {
  background-repeat: no-repeat;
  background-position: top left;
  background-size: contain;
  position: absolute;
}

.guide .block .arrow {
  z-index: 20;
  position: absolute;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
}

.guide .block .text {
  height: auto;
  z-index: 10;
  position: absolute;
  box-shadow: 0 0 20px #eeeeee;
  box-sizing: border-box;
  padding: 20px;
  background-color: #ffffff;
}

.guide .block .text h3 {
  font-size: 18px;
  font-weight: bold;
  margin: 0 0 5px 0;
  padding: 0;
}

.guide .block.block1 .img {
  height: 100%;
  width: 900px;
  background-image: url("/img/guide/guide_1.png");
  right: 0;
}

.guide .block.block1 .text {
  width: 290px;
  top: 40px;
  left: 10px;
}

.guide .block.block1 .arrow {
  width: 150px;
  height: 50px;
  background-image: url("/img/guide/arrow_1.png");
  top: 60px;
  left: 290px;
}

.guide .block.block2 .img {
  height: 100%;
  width: 880px;
  background-image: url("/img/guide/guide_2.png");
  left: 200px;
}

.guide .block.block2 .text {
  width: 250px;
  top: -10px;
  left: 470px;
}

.guide .block.block2 .arrow {
  width: 115px;
  height: 110px;
  background-image: url("/img/guide/arrow_2.png");
  top: 120px;
  left: 430px;
}

.guide .block.block3 {
  height: 350px;
}

.guide .block.block3 .img {
  height: 100%;
  width: 880px;
  background-image: url("/img/guide/guide_3.png");
  right: 0;
}

.guide .block.block3 .text {
  width: 320px;
  top: 40px;
  left: 50px;
}

.guide .block.block3 .arrow {
  width: 150px;
  height: 60px;
  background-image: url("/img/guide/arrow_3.png");
  top: 220px;
  left: 180px;
}

.guide .block.block4 {
  height: 280px;
}

.guide .block.block4 .img {
  height: 100%;
  width: 880px;
  background-image: url("/img/guide/guide_4.png");
  left: 0;
}

.guide .block.block4 .text {
  width: 320px;
  top: 20px;
  right: 30px;
}

.guide .block.block4 .arrow {
  width: 140px;
  height: 80px;
  background-image: url("/img/guide/arrow_4.png");
  top: 20px;
  right: 360px;
}

.guide .block.block5 .img {
  height: 100%;
  width: 880px;
  background-image: url("/img/guide/guide_5.png");
  right: 0;
}

.guide .block.block5 .text {
  width: 320px;
  top: 80px;
  left: 20px;
}

.guide .block.block5 .arrow {
  width: 150px;
  height: 60px;
  background-image: url("/img/guide/arrow_3.png");
  top: 230px;
  left: 180px;
}

.guide .block.block6 {
  height: 300px;
  margin-bottom: 0;
}

.guide .block.block6 .img {
  height: 100%;
  width: 880px;
  background-image: url("/img/guide/guide_6.png");
  left: 200px;
}

.guide .block.block6 .text {
  width: 250px;
  top: -20px;
  left: 620px;
}

.guide .block.block6 .arrow {
  width: 115px;
  height: 110px;
  background-image: url("/img/guide/arrow_2.png");
  top: 130px;
  left: 590px;
}

.guide .submit.go_shopping {
  background-color: #ff9a00;
  color: #000000;
  font-weight: normal;
  float: none;
}

.guide .submit.go_shopping:hover {
  cursor: pointer;
  background-color: #cc7b00;
}

.form-wrap__row .half {
  width: calc(100% - 310px) !important;
  margin-right: 150px;
}

.form-wrap__row .error {
  float: left;
}

.update_code {
  width: 90%;
  display: block;
  height: 40px;
}

.update_code .js_update_profile_code {
  position: absolute;
  top: 10px;
  right: 170px;
  cursor: pointer;
  color: #1ea6d4;
}

.update_code .js_update_profile_code:hover {
  text-shadow: 2px 2px 5px #cccccc;
}

.js_open_category {
  margin-top: 8px;
  float: right;
  display: block;
  width: 20px;
  height: 20px;
  background: url("/img/icons/down.png") center center no-repeat;
  cursor: pointer;
}

.js_open_category.open {
  background-image: url("/img/icons/up.png");
}

.close {
  font-size: 28px;
  color: #ffffff;
  opacity: 0.5;
}

.close:hover {
  color: #ffffff;
  opacity: 0.8;
}

.form-wrap__row .dual {
  width: 30%;
  display: inline-block;
}

.form-wrap__row .dual select,
.form-wrap__row .dual input:not([type="file"]) {
  width: 100%;
}

.form-wrap__row .dual select.price,
.form-wrap__row .dual input:not([type="file"]).price {
  width: 90%;
}

.form-wrap__row .dual.p60 {
  width: 60%;
}

.form-wrap__row .dual.p60 input {
  width: 95%;
}

.order_list_products .list_item {
  padding: 0;
  margin-bottom: 20px;
  height: 100px;
  line-height: 90px;
  width: 90%;
  border: 1px solid #eeeeee;
}

.order_list_products .list_item .imaged {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 70%;
  height: 100%;
}

.order_delivery_list {
  margin-top: 30px;
}

.order_delivery_list .col-lg-12,
.order_delivery_list .col-lg-6 {
  padding: 0;
}

.order_delivery_list .panel {
  border: 1px solid #cccccc;
  border-radius: 0;
}

.order_delivery_list .panel .panel-heading {
  background-color: #eeeeee;
}

.order_delivery_list .panel .panel-body {
  height: 120px;
}

.order_delivery_list.gr .panel .panel-body {
	height: 160px;
}

.hover_effect img:hover {
  -webkit-transition: all 50ms ease-in;
  -webkit-transform: scale(1);
  -ms-transition: all 50ms ease-in;
  -ms-transform: scale(1);
  -moz-transition: all 50ms ease-in;
  -moz-transform: scale(1);
  transition: all 50ms ease-in;
  transform: scale(1);
}

.hover_effect img:hover:hover {
  cursor: pointer;
  z-index: 2;
  -webkit-transition: all 50ms ease-in;
  -webkit-transform: scale(0.8);
  -ms-transition: all 50ms ease-in;
  -ms-transform: scale(0.8);
  -moz-transition: all 50ms ease-in;
  -moz-transform: scale(0.8);
  transition: all 50ms ease-in;
  transform: scale(0.8);
}

.subinfo {
  font-size: 14px;
}

.clear_search {
  position: absolute;
  top: 7px;
  right: 10px;
  cursor: pointer;
}

.js_get_auth_code {
  border-bottom: 1px dashed;
}

.js_get_auth_code:hover {
  cursor: pointer;
  border-bottom: none;
}

.checkbox_group .checkbox label {
  padding: 0;
  font-size: 14px;
  line-height: 24px;
}

.checkbox_group .checkbox label span {
  position: relative;
  top: 3px;
  display: inline-block;
  width: 16px;
  height: 16px;
  border: 1px solid #cccccc;
  margin: 0 10px 0 0;
}

.checkbox_group .checkbox input {
  position: static;
  margin: 0;
  display: none;
}

.checkbox_group .checkbox input:checked + label span {
  background: url("/img/icons/checked.gif") center center no-repeat;
  background-size: 80%;
}

.balans-wrap .js_add_balance,
.balans-wrap .js_add_manual {
  margin: 15px 0 0 0;
}

#signform-role {
  width: 100%;
}

#signform-role .radio {
  box-sizing: border-box;
  display: inline-block;
  width: 49%;
  height: 46px;
  line-height: 46px;
  background-color: #eeeeee;
  cursor: pointer;
  padding: 0 0 0 45px;
  position: relative;
}

#signform-role .radio input {
  display: none;
}

#signform-role .radio label {
  width: 100%;
  height: 45px;
  padding: 0;
  text-align: center;
  color: #000000 !important;
}

#signform-role .radio:before {
  content: ' ';
  position: absolute;
  top: 0;
  left: 0;
  display: inline-block;
  width: 45px;
  height: 45px;
  background-position: center center;
  background-repeat: no-repeat;
  background-color: #cccccc;
}

#signform-role .radio:first-child:before {
  background-image: url("/img/icons/buyer_icon.png");
}

#signform-role .radio:last-child:before {
  background-image: url("/img/icons/seller_icon.png");
}

#signform-role .radio.active, #signform-role .radio:hover {
  background-color: #ffc11c;
}

#signform-role .radio.active:before, #signform-role .radio:hover:before {
  background-color: #e8a900;
}

#signform-role + .error {
  text-align: center !important;
}

.cabinet-seller__menu ul li.delimeter {
  margin: 10px 0;
  width: 100%;
  height: 0;
  border-top: 1px solid #eeeeee;
}

.cabinet-seller__menu ul li.referral {
  line-height: 31px;
}

.buyer_view_page .tabs {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -ms-flex-direction: row;
      flex-direction: row;
  -ms-flex-line-pack: stretch;
      align-content: stretch;
  margin: 0;
  padding: 0;
}

.buyer_view_page .tabs li {
  list-style: none;
  -ms-flex: 1 auto;
      flex: 1 auto;
  height: 42px;
  line-height: 42px;
  text-align: center;
  background-color: #cccccc;
  cursor: pointer;
  border-right: 2px solid #f3f3f3;
}

.buyer_view_page .tabs li:last-of-type {
  border-right: none;
}

.buyer_view_page .tabs li.active {
  background-color: #ffffff;
}

.buyer_view_page .submit.orange {
  cursor: pointer;
  background-color: #ffc11c;
  color: #000000;
}

.buyer_view_page .submit.orange:hover {
  background-color: #e8a900;
}

.buyer_view_page .abner {
  height: 350px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  position: relative;
}

.buyer_view_page .abner .avatar_wrapper {
  position: absolute;
  bottom: 20px;
  left: 10px;
  height: 125px;
  background-color: rgba(0, 0, 0, 0.5);
  border-top-left-radius: 70px;
  border-bottom-left-radius: 70px;
  min-width: 300px;
  display: table;
}

.buyer_view_page .abner .avatar_wrapper img {
  height: 125px;
  background-color: #ffffff;
  border: 2px solid #ffffff;
  border-radius: 50%;
}

.buyer_view_page .abner .avatar_wrapper .user_name {
  display: table-cell;
  height: 125px;
  min-width: 150px;
  vertical-align: middle;
  color: #ffffff;
}

.buyer_view_page .abner .avatar_wrapper .user_name b {
  display: block;
}

.buyer_view_page .abner .avatar_wrapper .js_upload_photo {
  display: block;
  cursor: pointer;
  margin-top: 10px;
}

.buyer_view_page .abner .avatar_wrapper .js_upload_photo:hover {
  text-decoration: underline;
}

.buyer_view_page .abner .buttons_wrapper {
  position: absolute;
  right: 10px;
  bottom: 20px;
}

.buyer_view_page .abner .buttons_wrapper .submit {
  width: 180px;
}

.buyer_view_page .wall_wrapper {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
      flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -ms-flex-pack: justify;
      justify-content: space-between;
  margin-top: 25px;
}

.buyer_view_page .wall_wrapper .flex_row.one {
  width: 280px;
}

.buyer_view_page .wall_wrapper .flex_row.two {
  margin: 0 25px;
  width: calc(100% - 560px);
}

.buyer_view_page .wall_wrapper .flex_row .white_block {
  box-sizing: border-box;
  padding: 15px;
  background-color: #ffffff;
  margin-bottom: 25px;
}

.buyer_view_page .wall_wrapper .flex_row .white_block .header {
  margin-bottom: 15px;
}

.buyer_view_page .wall_wrapper #profile-form {
  width: 75%;
}

.buyer_view_page .wall_wrapper .form-horizontal .form-wrap__row select,
.buyer_view_page .wall_wrapper .form-horizontal .form-wrap__row input:not([type="file"]) {
  width: 100%;
}

.buyer_view_page .wall_wrapper .form-horizontal .form-wrap__row.food_types .control-label {
  width: 50%;
  height: 20px;
  line-height: 20px;
  text-align: left;
  padding: 0;
  margin: 0 0 10px 0;
  font-weight: normal;
  float: left;
}

.buyer_view_page .wall_wrapper .form-horizontal .form-wrap__row.food_types input {
  width: auto;
  height: 20px;
  padding: 0;
  margin: 0 10px 0 0;
}

.buyer_view_page .wall_wrapper .form-horizontal .update_code {
  width: 100%;
}

.buyer_view_page .wall_wrapper .form-horizontal .update_code .js_update_profile_code {
  right: 130px;
}

.buyer_view_page .wall_wrapper #wall_text {
  width: 100%;
  resize: vertical;
  min-height: 100px;
  border: 1px solid #cccccc;
  padding: 10px;
  margin-bottom: 15px;
}

.buyer_view_page .wall_wrapper .submit {
  margin: 0 0 0 15px;
}

.buyer_view_page .wall_wrapper .js_attach_video,
.buyer_view_page .wall_wrapper .js_attach_image {
  margin-left: 10px;
  color: #cccccc;
  cursor: pointer;
}

.buyer_view_page .wall_wrapper .js_attach_video:hover,
.buyer_view_page .wall_wrapper .js_attach_image:hover {
  color: #000000;
}

.buyer_view_page .panel.wall_item {
  border: none;
  border-radius: 0;
  box-shadow: none;
  margin: 0;
}

.buyer_view_page .panel.wall_item .panel-heading {
  padding: 0 0 0 60px;
  height: 50px;
  line-height: 50px;
  position: relative;
}

.buyer_view_page .panel.wall_item .panel-heading img {
  height: 50px;
  position: absolute;
  left: 0;
  border-radius: 50%;
}

.buyer_view_page .panel.wall_item .panel-heading div {
  line-height: 25px;
}

.buyer_view_page .panel.wall_item .panel-heading div b {
  color: #23527c;
  display: block;
  width: 100%;
}

.buyer_view_page .panel.wall_item .panel-heading div span {
  color: #cccccc;
}

.buyer_view_page .panel.wall_item .panel-body {
  padding: 15px 0;
}

.buyer_view_page .panel.wall_item .panel-body p {
  display: inline-block;
  margin: 0;
  width: 100%;
}

.buyer_view_page .panel.wall_item .panel-body .img_wrapper {
  display: inline-block;
  width: 30%;
  height: 150px;
  overflow: hidden;
  background-repeat: no-repeat;
  background-position: top left;
  background-size: cover;
  margin-bottom: 15px;
  margin-right: 10px;
}

.buyer_view_page .panel.wall_item .panel-footer {
  background-color: #ffffff;
  padding: 0 0 15px 0;
  border: none;
  border-radius: 0;
}

.buyer_view_page .panel.wall_item .panel-footer .comment_line {
  margin-bottom: 15px;
}

.buyer_view_page .panel.wall_item .panel-footer .comments_count {
  color: #cccccc;
  display: inline-block;
  margin-left: 15px;
}

.buyer_view_page .panel.wall_item .panel-footer .comments_count span {
  color: #333333;
}

.buyer_view_page .panel.wall_item .panel-footer .likes_count {
  position: relative;
  cursor: pointer;
  color: #ff9a00;
  display: inline-block;
  margin-left: 15px;
}

.buyer_view_page .panel.wall_item .panel-footer .likes_count span {
  color: #333333;
}

.buyer_view_page .panel.wall_item .panel-footer .likes_count .like_list {
  display: none;
  position: absolute;
  background-color: rgba(0, 0, 0, 0.8);
  padding: 5px;
  border-radius: 3px;
  z-index: 100;
}

.buyer_view_page .panel.wall_item .panel-footer .likes_count .like_list a {
  float: left;
  display: block;
  width: 32px;
  height: 32px;
  margin-right: 5px;
}

.buyer_view_page .panel.wall_item .panel-footer .likes_count .like_list a:last-of-type {
  margin-right: 0;
}

.buyer_view_page .panel.wall_item .panel-footer .likes_count .like_list a img {
  border-radius: 3px;
  width: 32px;
  height: 32px;
}

.buyer_view_page .panel.wall_item .panel-footer .likes_count:hover .like_list {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
      flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}

.buyer_view_page .panel.wall_item .panel-footer .wall_item {
  margin-top: 15px;
}

.buyer_view_page .panel.wall_item .panel-footer .wall_item .panel-body,
.buyer_view_page .panel.wall_item .panel-footer .wall_item .panel-footer {
  padding-left: 60px;
}

.buyer_view_page .panel.wall_item .panel-footer .wall_item .panel-body .comment_line,
.buyer_view_page .panel.wall_item .panel-footer .wall_item .panel-footer .comment_line {
  margin: 0;
}

.buyer_view_page .panel.wall_item .panel-footer .comment_form {
  position: relative;
  padding: 0 0 0 60px;
  height: 40px;
  line-height: 40px;
}

.buyer_view_page .panel.wall_item .panel-footer .comment_form input {
  height: 40px;
  width: calc(100% - 180px);
  padding: 0 10px;
}

.buyer_view_page .panel.wall_item .panel-footer .comment_form img {
  height: 50px;
  position: absolute;
  left: 0;
  border-radius: 50%;
}

.buyer_view_page .panel.wall_item .panel-footer .comment_form input,
.buyer_view_page .panel.wall_item .panel-footer .comment_form .submit {
  margin-top: 5px;
}

#info.user_view p span {
  display: inline-block;
  width: 100px;
}

#image_preview div {
  position: relative;
  background-position: top left;
  background-repeat: no-repeat;
  background-size: cover;
  border: 1px solid #eeeeee;
  border-radius: 3px;
  width: 32%;
  height: 150px;
  display: inline-block;
  margin-right: 1%;
  margin-bottom: 10px;
}

#image_preview div:nth-child(3n+3) {
  margin-right: 0;
}

#image_preview div .fa-remove {
  position: absolute;
  right: 5px;
  top: 5px;
  color: red;
  cursor: pointer;
}

.fancybox-image {
  background-color: #ffffff;
}

.photo_wrapper {
  padding: 10px 0;
  max-height: 170px;
  overflow: hidden;
}

.photo_wrapper .image,
.photo_wrapper .lity_box {
  -webkit-transition: all 50ms ease-in;
  -webkit-transform: scale(1);
  -ms-transition: all 50ms ease-in;
  -ms-transform: scale(1);
  -moz-transition: all 50ms ease-in;
  -moz-transform: scale(1);
  transition: all 50ms ease-in;
  transform: scale(1);
  background-size: cover;
  background-position: top left;
  background-repeat: no-repeat;
  display: inline-block;
  width: 30%;
  height: 70px;
  margin: 0 10px 10px 0;
}

.photo_wrapper .image:hover,
.photo_wrapper .lity_box:hover {
  cursor: pointer;
  z-index: 2;
  -webkit-transition: all 50ms ease-in;
  -webkit-transform: scale(1.1);
  -ms-transition: all 50ms ease-in;
  -ms-transform: scale(1.1);
  -moz-transition: all 50ms ease-in;
  -moz-transform: scale(1.1);
  transition: all 50ms ease-in;
  transform: scale(1.1);
}

.photo_wrapper .image img,
.photo_wrapper .lity_box img {
  display: inline-block;
  width: 100%;
  height: 70px;
}

.photo_wrapper .image:nth-child(3n+3),
.photo_wrapper .lity_box:nth-child(3n+3) {
  margin-right: 0;
}

.photo_wrapper span,
.photo_wrapper div {
  display: inline-block;
  width: 30%;
  height: 100px;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  margin-right: 5px;
  margin-bottom: 10px;
  text-align: center;
  overflow: hidden;
}

.photo_wrapper span:nth-child(3n+3),
.photo_wrapper div:nth-child(3n+3) {
  margin-right: 0;
}

.photo_wrapper span a.avatar,
.photo_wrapper div a.avatar {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  display: inline-block;
  width: 100%;
  height: 70px;
  border-radius: 50%;
}

iframe.video_wrapper {
  width: 100%;
  border: 0;
}

#edited_text {
  width: 100%;
  resize: vertical;
  min-height: 100px;
  border: 1px solid #cccccc;
  padding: 10px;
}

.submit.js_edit_cancel, .submit.js_edit_save {
  margin: 10px 15px 0 0 !important;
}

.links.pull-right a {
  display: inline-block;
  width: 100%;
}

.js_add_friend {
  width: 150px;
}

.badge#basket_count {
  background-color: #ff9a00;
}

.reklama_wrapper .item {
  font-size: 16px;
  text-align: center;
  box-sizing: border-box;
  display: inline-block;
  width: 32%;
  margin: 0 15px 30px 0;
  min-height: 150px;
}

.reklama_wrapper .item:nth-child(3n) {
  margin-right: 0;
}

.reklama_wrapper .item .heading {
  position: relative;
  padding: 20px 0;
  background-color: #f1f1f1;
  color: #000000;
  font-weight: bold;
}

.reklama_wrapper .item .heading.vip {
  background-color: #ffc11c;
}

.reklama_wrapper .item .heading span {
  position: absolute;
  bottom: -15px;
  left: 47%;
  display: inline-block;
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  border-radius: 15px;
  font-size: 20px;
  color: #ffffff;
  background-color: #ffc11c;
}

.reklama_wrapper .item .body {
  background-color: #fafafa;
  padding: 40px 0 30px;
}

.reklama_wrapper .item .body span {
  font-weight: bold;
  display: inline-block;
  margin-bottom: 10px;
}

.reklama_wrapper .item .body .fa-calendar {
  width: 100%;
}

.reklama_wrapper .item .body .fa-calendar:before {
  font-size: 14px;
  margin-right: 5px;
}

.reklama_wrapper .item .body div:first-child {
  border-bottom: 1px solid #eeeeee;
  width: 190px;
  margin: 0 auto;
  padding-bottom: 30px;
}

.reklama_wrapper .item .body .price {
  padding: 15px 0;
  margin: 0 auto;
}

.reklama_wrapper .item .body .price span {
  font-size: 30px;
  margin: 0;
}

.reklama_wrapper .item .body .submit {
  display: block;
  margin: 0 auto;
  float: none;
}

a.lamarek {
  display: inline-block;
  width: 250px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  background-color: #ffc11c;
  color: #000000;
  margin-bottom: 15px;
}

a.lamarek:hover {
  background-color: #ffdd82;
}

a.inverse {
  color: #000000;
  display: inline-block;
  line-height: 25px;
  text-align: center;
  border-bottom: 1px dashed #cccccc;
  margin-top: 15px;
}

a.inverse:hover {
  border-bottom: none;
}

.buyer_top_menu {
  background-color: #ffffff;
  margin: 0 0 25px 0;
  padding: 0;
  min-height: 50px;
}

.buyer_top_menu li {
  float: left;
  display: block;
  padding: 0;
  border-right: 1px solid #cccccc;
  height: 50px;
  line-height: 50px;
}

.buyer_top_menu li a {
  display: inline-block;
  height: 50px;
  color: #333333;
  padding: 0 20px;
}

.buyer_top_menu li .cabinet-seller__menu-icon {
  top: 12px;
}

.buyer_top_menu li button {
  border: none;
  background: none;
  padding: 0 20px;
}

.buyer_top_menu li:hover {
  cursor: pointer;
  background-color: #fafafa;
}

@media screen and (max-width: 1024px) {
  .buyer_top_menu {
    display: none;
  }
}

.visible-sm.visible-xs .sidebar_menu {
  background-color: #ffffff;
  margin: 0 0 15px 0;
  padding: 0;
  display: block;
}

.visible-sm.visible-xs .sidebar_menu li {
  display: block;
  padding: 10px 20px;
}

.visible-sm.visible-xs .sidebar_menu li:first-child {
  padding-top: 20px;
}

.visible-sm.visible-xs .sidebar_menu li:last-child {
  padding-bottom: 20px;
}

.visible-sm.visible-xs .sidebar_menu li a {
  color: #333333;
}

.white_block .sidebar_menu {
  background-color: #ffffff;
  margin: 0 0 15px 0;
  padding: 0;
  display: block;
}

.white_block .sidebar_menu li {
  display: block;
  padding: 10px 20px;
}

.white_block .sidebar_menu li:first-child {
  padding-top: 20px;
}

.white_block .sidebar_menu li:last-child {
  padding-bottom: 20px;
}

.white_block .sidebar_menu li a {
  color: #333333;
}

.white_block .sidebar_menu li a:hover {
  cursor: pointer;
  text-decoration: underline;
}

#rating_list thead th {
  text-align: center;
}

#rating_list tbody td {
  height: 150px;
  vertical-align: middle;
  text-align: center;
}

#rating_list tbody td img {
  border-radius: 50%;
}

#rating_list tbody td.number span {
  display: inline-block;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  border-radius: 20px;
  border: 1px solid #ff9a00;
}

#rating_list tbody td span {
  display: inline-block;
  height: 20px;
  line-height: 20px;
}

#rating_list tbody td span img {
  position: relative;
  top: -2px;
  left: 2px;
}

#learnPopup .modal-sm {
  width: 540px;
}

#learnPopup .modal-body {
  text-align: center;
  padding: 20px;
}

#learnPopup .modal-body .custom_button {
  box-sizing: border-box;
  display: inline-block;
  margin-top: 10px;
  width: 160px;
  height: 40px;
  background-color: #ffffff;
  color: #000000;
  border: 1px solid #000000;
  text-align: center;
  font-weight: 400;
  font-size: 14px;
  line-height: 40px;
}

#learnPopup .modal-body .custom_button:hover {
  background: lightgrey;
}

#learnPopup .submit {
  float: none;
  margin: 0 0 15px 0;
  padding: 0;
  background-color: #ffc11c;
  color: #ffffff;
  border-radius: 3px;
}

#learnPopup .submit:hover {
  background-color: #e8a900;
}

#learnPopup .custom_button {
  display: inline-block;
  color: #cccccc;
  border-bottom: 1px dashed #cccccc;
}

#learnPopup .custom_button:hover {
  border-bottom: none;
}

#learnPopup .slides .slide .modal-header {
  text-align: center;
  font-size: 30px;
  padding: 40px 0;
}

#learnPopup .slides .slide .modal-header b {
  display: block;
  width: 100%;
}

#learnPopup .slides .slide .modal-body {
  padding: 30px 0 0 0;
}

#learnPopup .slides .slide .modal-body b {
  display: block;
  width: 100%;
  font-size: 20px;
}

#learnPopup .slides .slide .modal-body p {
  margin: 10px 0 5px;
  font-size: 16px;
  color: #686868;
}

#learnPopup .slides .slide .modal-body:after {
  margin-top: 15px;
  display: block;
  content: " ";
  height: 70px;
  background-position: center;
  background-repeat: no-repeat;
}

#learnPopup .slides .slide.slide0 .modal-body:after {
  background-size: 43px;
  background-image: url("/img/popup/slide0.jpg");
}

#learnPopup .slides .slide.slide1 .modal-body:after {
  background-size: 53px;
  background-image: url("/img/popup/slide1.jpg");
}

#learnPopup .slides .slide.slide2 .modal-body:after {
  background-size: 58px;
  background-image: url("/img/popup/slide2.jpg");
}

#learnPopup .slides .slide.slide3 .modal-body:after {
  background-size: 58px;
  background-image: url("/img/popup/slide3.jpg");
}

#learnPopup .slides .slide.slide4 .modal-body:after {
  background-size: 70px;
  background-image: url("/img/popup/slide4.jpg");
}

#learnPopup .slides .slide.slide5 .modal-body:after {
  background-size: 66px;
  background-image: url("/img/popup/slide5.jpg");
}

#learnPopup .modal-footer {
  border: none;
  text-align: center;
  padding-bottom: 30px;
}

#friends_search img,
#friends_invites img,
#friends_list img {
  padding: 25px;
  border-radius: 50%;
}

#friends_search .friends_search_item,
#friends_invites .friends_search_item,
#friends_list .friends_search_item {
  height: 100px;
  line-height: 70px;
  position: relative;
  padding: 15px 0 15px 100px;
  border-top: 1px solid #eeeeee;
}

#friends_search .friends_search_item img,
#friends_invites .friends_search_item img,
#friends_list .friends_search_item img {
  position: absolute;
  left: 0;
  max-width: 70px;
  padding: 0;
}

#friends_search .friends_search_item .submit,
#friends_invites .friends_search_item .submit,
#friends_list .friends_search_item .submit {
  margin: 15px 0 0 0;
  display: inline-block;
}

.filter_block {
  background-color: #f3f3f3;
  border: 1px solid #cccccc;
  padding: 30px;
}

.filter_block label {
  display: block;
  width: 100%;
  margin-bottom: 10px;
}

.filter_block select {
  display: block;
  width: 100%;
  border: 1px solid #cccccc;
  background-color: #ffffff;
  padding: 10px;
  margin-bottom: 15px;
}

.filter_block .custom_dropdown {
  height: 40px;
  line-height: 40px;
  overflow: hidden;
  border: 1px solid #cccccc;
  background-color: #ffffff;
  padding: 0 10px;
  margin-bottom: 15px;
}

.filter_block .custom_dropdown label {
  font-weight: normal;
  line-height: 40px;
  position: relative;
}

.filter_block .custom_dropdown label .fa-angle-up,
.filter_block .custom_dropdown label .fa-angle-down {
  position: absolute;
  right: 0;
  top: 12px;
  cursor: pointer;
}

.filter_block .select_with_chekboxes {
  margin: 0;
  padding: 20px;
  width: 100%;
  border: 1px solid #cccccc;
  background-color: #ffffff;
}

.filter_block .select_with_chekboxes li {
  display: block;
  height: 30px;
  line-height: 30px;
  margin-bottom: 5px;
}

.filter_block .select_with_chekboxes li label {
  font-weight: normal;
  cursor: pointer;
}

.filter_block .select_with_chekboxes li input + label:before {
  content: " ";
  display: inline-block;
  width: 20px;
  height: 20px;
  border-radius: 3px;
  border: 1px solid #cccccc;
  position: relative;
  top: 5px;
  margin-right: 5px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 80%;
}

.filter_block .select_with_chekboxes li input:checked + label:before {
  background-image: url("/img/checked.gif");
}

.filter_block .custom_dropdown:hover + .select_with_chekboxes {
  display: block;
}

.search-wrap #search_input {
  width: calc(100% - 160px);
  margin-right: 10px;
}

#ajax_friends_list .img_wrapper {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  border: 2px solid #eeeeee;
}

#ajax_friends_list .img_wrapper img {
  width: 46px;
  height: 46px;
  border-radius: 50%;
  border: 1px solid #ffffff;
}

.chat_wrapper {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
      flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -ms-flex-pack: justify;
      justify-content: space-between;
}

.chat_wrapper .cabinet-seller__menu {
  -ms-flex-order: 2;
      order: 2;
}

.chat_wrapper .cabinet-seller__content {
  -ms-flex-order: 1;
      order: 1;
}

.chat_wrapper .cabinet-seller__menu,
.chat_wrapper .cabinet-seller__content {
  padding: 0;
}

.chat_wrapper .cabinet-seller__menu .top_block,
.chat_wrapper .cabinet-seller__content .top_block {
  height: 90px;
  padding: 25px 20px;
  border-bottom: 1px solid #eeeeee;
}

.chat_wrapper .cabinet-seller__menu .top_block.user,
.chat_wrapper .cabinet-seller__content .top_block.user {
  position: relative;
  height: 70px;
  padding: 15px 20px;
}

.chat_wrapper .cabinet-seller__menu .top_block.user .img_wrapper,
.chat_wrapper .cabinet-seller__content .top_block.user .img_wrapper {
  float: left;
  margin-right: 10px;
  width: 40px !important;
  height: 40px !important;
}

.chat_wrapper .cabinet-seller__menu .top_block.user .img_wrapper img,
.chat_wrapper .cabinet-seller__content .top_block.user .img_wrapper img {
  width: 36px !important;
  height: 36px !important;
}

.chat_wrapper .cabinet-seller__menu .top_block.user .online,
.chat_wrapper .cabinet-seller__content .top_block.user .online {
  font-size: 14px;
  color: #cccccc;
}

.chat_wrapper .cabinet-seller__menu .top_block.user .badge,
.chat_wrapper .cabinet-seller__content .top_block.user .badge {
  position: absolute;
  top: 20px;
  right: 25px;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  line-height: 30px;
  padding: 0;
}

.chat_wrapper .cabinet-seller__menu .top_block.user:hover,
.chat_wrapper .cabinet-seller__content .top_block.user:hover {
  cursor: pointer;
  background-color: #f3f3f3;
}

.chat_wrapper .cabinet-seller__menu .top_block.chat,
.chat_wrapper .cabinet-seller__content .top_block.chat {
  padding-top: 15px;
  padding-bottom: 15px;
}

.chat_wrapper .cabinet-seller__menu .top_block.chat .img_wrapper,
.chat_wrapper .cabinet-seller__content .top_block.chat .img_wrapper {
  float: left;
  margin-right: 25px;
  width: 60px;
  height: 60px;
}

.chat_wrapper .cabinet-seller__menu .top_block.chat .img_wrapper img,
.chat_wrapper .cabinet-seller__content .top_block.chat .img_wrapper img {
  border-radius: 50%;
  width: 56px;
  height: 56px;
}

.chat_wrapper .cabinet-seller__menu .top_block.chat .online,
.chat_wrapper .cabinet-seller__content .top_block.chat .online {
  padding-top: 10px;
  height: 60px;
}

.chat_wrapper .cabinet-seller__menu .top_block.chat .online span,
.chat_wrapper .cabinet-seller__content .top_block.chat .online span {
  display: block;
  width: 100%;
  color: #cccccc;
}

.chat_wrapper .cabinet-seller__menu .top_block input,
.chat_wrapper .cabinet-seller__content .top_block input {
  width: 100%;
  height: 38px;
  border: 1px solid #eeeeee;
  padding: 0 10px 0 30px;
  background: url("/img/search.png") 10px center no-repeat;
}

#chat_window {
  padding: 0 20px 20px;
}

#chat_window #message_list {
  width: 100%;
  min-height: 100px;
  max-height: 500px;
  overflow-x: hidden;
  overflow-y: auto;
  padding: 0 20px 0 0;
  margin: 20px 0;
}

#chat_window #message_list .message {
  position: relative;
  max-width: 45%;
  margin-bottom: 15px;
  padding-left: 60px;
}

#chat_window #message_list .message img {
  border-radius: 50%;
  border: 2px solid #eeeeee;
  position: absolute;
  width: 50px;
  bottom: 0;
  left: 0;
}

#chat_window #message_list .message div {
  margin-top: 10px;
  font-size: 12px;
}

#chat_window #message_list .message span {
  display: inline-block;
  padding: 10px;
  background-color: #f3f3f3;
  border-radius: 5px;
}

#chat_window #message_list .message.pull-right {
  padding-left: 0;
  padding-right: 60px;
}

#chat_window #message_list .message.pull-right img {
  left: auto;
  right: 0;
}

#chat_window #message_list .message.pull-right span {
  float: right;
}

#chat_window #message_list .message.pull-left span {
  float: left;
}

#chat_window #message {
  width: calc(100% - 60px);
  border: 1px solid #cccccc;
  resize: vertical;
  padding: 10px;
  min-height: 50px;
}

#chat_window .submit {
  width: 50px;
  height: 45px;
  line-height: 45px;
  font-size: 32px;
  margin: 4px 0 0 10px;
  cursor: pointer;
  background: transparent;
  color: #1ea6d4;
}

#chat_window .submit:hover {
	color: #1883a7;
}

.cabinet-seller.seo_wrapper .submit {
  height: 35px;
  line-height: 25px;
  margin-top: 25px;
}

.cabinet-seller.seo_wrapper .form-wrap__row input {
  float: none;
  width: 100%;
}

.cabinet-seller.seo_wrapper .form-wrap__row textarea {
  width: 100%;
}

.datepicker__wrap.seo {
  float: none;
  text-align: left;
}

@media screen and (max-width: 1300px) {
  .guide .nav {
    width: 700px;
  }
  .guide .block {
    height: 300px;
    margin-bottom: 80px;
  }
  .guide .block.block1 .img {
    width: 700px;
  }
  .guide .block.block2 .img {
    width: 680px;
    left: 100px;
  }
  .guide .block.block2 .text {
    left: 270px;
  }
  .guide .block.block2 .arrow {
    left: 260px;
  }
  .guide .block.block3 {
    height: 320px;
  }
  .guide .block.block3 .img {
    left: 0;
    width: 800px;
  }
  .guide .block.block3 .text {
    left: 310px;
  }
  .guide .block.block3 .arrow {
    background-image: url("/img/guide/arrow_4.png");
    top: 30px;
  }
  .guide .block.block4 .text {
    top: -20px;
  }
  .guide .block.block4 .arrow {
    top: -20px;
  }
  .guide .block.block5 .text {
    top: 60px;
  }
  .guide .block.block5 .arrow {
    top: 210px;
  }
  .guide .block.block6 .img {
    left: 0;
  }
}

@media screen and (max-width: 1300px) {
  .order_list_products .list_item {
    width: 100%;
  }
  .cart-title.contacts .more_wrapper {
    padding-left: 50px;
  }
  .wall_wrapper .flex_row.one {
    display: none;
  }
  .wall_wrapper .flex_row.two {
    width: 100% !important;
    margin: 0 !important;
  }
}

@media screen and (max-width: 990px) {
  .guide .nav {
    width: 100%;
    position: static;
    font-size: 20px;
    margin-top: 20px;
  }
  .guide .nav a {
    font-size: 20px;
  }
  .guide .block {
    padding-top: 250px;
    margin: 0;
    min-height: 550px;
  }
  .guide .block .img {
    position: static;
    width: 100% !important;
    display: block;
  }
  .guide .block.block1 .arrow {
    width: 41px;
    height: 83px;
    background-image: url("/img/guide/arrow_5.png");
    top: 170px;
    left: 50px;
  }
  .guide .block.block2 .arrow {
    width: 54px;
    height: 87px;
    background-image: url("/img/guide/arrow_6.png");
    top: 150px;
    left: 40%;
  }
  .guide .block.block2 .text {
    top: 20px;
    left: 30%;
  }
  .guide .block.block3 .arrow {
    width: 33px;
    height: 100px;
    background-image: url("/img/guide/arrow_7.png");
    top: 140px;
    right: 330px;
    left: auto;
  }
  .guide .block.block3 .text {
    right: 0;
    left: auto;
  }
  .guide .block.block4 {
    min-height: 450px;
  }
  .guide .block.block4 .arrow {
    width: 37px;
    height: 110px;
    background-image: url("/img/guide/arrow_8.png");
    top: 130px;
    left: 330px;
  }
  .guide .block.block4 .text {
    left: 0;
    right: auto;
  }
  .guide .block.block5 .arrow {
    width: 24px;
    height: 92px;
    background-image: url("/img/guide/arrow_9.png");
    left: 20px;
    top: 180px;
  }
  .guide .block.block5 .text {
    left: 60px;
  }
  .guide .block.block6 .arrow {
    width: 50px;
    height: 90px;
    background-image: url("/img/guide/arrow_10.png");
    top: 150px;
    right: 260px;
    left: auto;
  }
  .guide .block.block6 .text {
    top: 20px;
    right: 0;
    left: auto;
  }
}

@media screen and (min-width: 768px) {
  .modal:before {
    display: inline-block;
    vertical-align: middle;
    content: " ";
    height: 100%;
  }
}

@media screen and (max-width: 768px) {
  .modal-dialog {
    width: 90%;
  }
  .balans-wrap #amount {
    width: 100%;
    margin-top: 15px;
  }
  .order_delivery_list .panel {
    border-right: 1px solid #cccccc !important;
  }
  .order_list_products .list_item {
    height: auto;
    line-height: 20px;
  }
  .order_list_products .list_item .imaged {
    height: 100px;
    background-size: contain;
  }
  .buyer_view_page .abner {
    height: 200px;
    padding: 10px 20px;
  }
  .buyer_view_page .abner .avatar_wrapper {
    position: static;
  }
  .buyer_view_page .abner .buttons_wrapper {
    position: static;
  }
}

@media screen and (max-width: 600px) {
  .guide .block {
    padding-top: 230px;
    min-height: 500px;
  }
  .guide .block.block4 {
    min-height: 350px;
  }
  .form-wrap__row .half {
    width: 100% !important;
    float: none !important;
  }
  .form-wrap__row .dual {
    width: 100%;
    display: block;
    margin-bottom: 15px;
  }
  .form-wrap__row .dual select, .form-wrap__row .dual input {
    width: 100% !important;
  }
  .form-wrap__row .dual:after {
    content: ' ';
    display: block;
    clear: both;
  }
  .update_code {
    display: block;
    width: 100%;
    margin-top: 15px;
  }
  .update_code .js_update_profile_code {
    position: relative;
    top: 5px;
    left: 20px;
  }
}

@media screen and (max-width: 430px) {
  .guide .nav {
    font-size: 16px;
  }
  .guide .nav a {
    font-size: 16px;
  }
  .guide .block {
    padding-top: 0;
    min-height: auto;
  }
  .guide .block .text {
    position: static;
    width: 100% !important;
    height: auto !important;
    margin-bottom: 15px;
  }
  .guide .block .arrow {
    display: none;
  }
  .guide .block .img {
    width: 100% !important;
    height: auto;
  }
  .guide .block.block6 {
    margin-top: 15px;
  }
  .cabinet-seller__content h3 span {
    display: block;
    margin-bottom: 15px;
  }
  .cabinet-seller__content h3 a.pull-right {
    float: left !important;
  }
  .datepicker__wrap span {
    display: block;
    width: 100%;
  }
  .datepicker__wrap span.dash {
    display: none;
  }
  .datepicker__wrap .datepicker-inner {
    width: 100% !important;
    margin: 0 0 10px 0 !important;
  }
  .buyer_view_page .abner .avatar_wrapper {
    width: 100%;
  }
  .buyer_view_page .abner .buttons_wrapper .submit {
    width: 50% !important;
    margin-right: 0;
  }
}

.api_doc table {
  background-color: #fdfdfd;
}

.api_doc pre {
  background-color: #f3f3f3;
  padding: 10px;
}

.api_doc .menu {
  display: block;
}

.api_doc .menu li {
  display: block;
  float: left;
  padding: 10px 15px;
}

.api_doc .table {
  width: 100%;
}

.api_doc .table thead .success {
  font-weight: bold;
}

.api_doc .table td {
  min-width: 200px;
  vertical-align: top;
  padding: 10px 0;
}

.api_doc .table td.active {
  font-weight: bold;
}

.api_doc .table td pre {
  background-color: #f6f6f6;
}

.api_doc .table td code {
  font-style: italic;
  text-decoration: underline;
}

@keyframes a {
  0% {
    transform: scale(1.5);
    opacity: 0;
  }
  to {
    transform: scale(1);
    opacity: 1;
  }
}

@keyframes b {
  0% {
    transform: scale(1);
    opacity: 1;
  }
  15% {
    transform: scale(1.1);
    opacity: 1;
  }
  to {
    transform: scale(0.5);
    opacity: 0;
  }
}

@keyframes c {
  0% {
    transform: translate(-50%, -50%) rotate(0);
  }
  50% {
    transform: translate(-50%, -50%) rotate(-180deg);
  }
  to {
    transform: translate(-50%, -50%) rotate(-1turn);
  }
}

@keyframes d {
  0% {
    transform: scale(1);
  }
  10% {
    transform: scale(1.2) translateX(6px);
  }
  25% {
    transform: scale(1.3) translateX(8px);
  }
  40% {
    transform: scale(1.2) translateX(6px);
  }
  50% {
    transform: scale(1);
  }
  60% {
    transform: scale(0.8) translateX(6px);
  }
  75% {
    transform: scale(0.7) translateX(8px);
  }
  90% {
    transform: scale(0.8) translateX(6px);
  }
  to {
    transform: scale(1);
  }
}

@keyframes e {
  0% {
    transform: scale(1);
  }
  10% {
    transform: scale(1.2) translateX(-6px);
  }
  25% {
    transform: scale(1.3) translateX(-8px);
  }
  40% {
    transform: scale(1.2) translateX(-6px);
  }
  50% {
    transform: scale(1);
  }
  60% {
    transform: scale(0.8) translateX(-6px);
  }
  75% {
    transform: scale(0.7) translateX(-8px);
  }
  90% {
    transform: scale(0.8) translateX(-6px);
  }
  to {
    transform: scale(1);
  }
}

.drift-zoom-pane {
  z-index: 100;
  width: 100%;
  height: 500px;
  background: #fff;
  border: 1px solid;
  -webkit-transform: translateZ(0);
}

.drift-zoom-pane.drift-opening {
  animation: a .18s ease-out;
  -webkit-animation: a .18s ease-out;
}

.drift-zoom-pane.drift-closing {
  animation: b .21s ease-in;
  -webkit-animation: b .21s ease-in;
}

.drift-zoom-pane.drift-inline {
  position: absolute;
  width: 150px;
  height: 150px;
  border-radius: 75px;
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.3);
}

.drift-loading .drift-zoom-pane-loader {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  width: 66px;
  height: 20px;
  animation: c 1.8s infinite linear;
  -webkit-animation: c 1.8s infinite linear;
}

.drift-zoom-pane-loader:after, .drift-zoom-pane-loader:before {
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  position: absolute;
  top: 50%;
  margin-top: -10px;
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.9);
}

.drift-zoom-pane-loader:before {
  left: 0;
  animation: d 1.8s infinite linear;
  -webkit-animation: d 1.8s infinite linear;
}

.drift-zoom-pane-loader:after {
  right: 0;
  animation: e 1.8s infinite linear;
  -webkit-animation: e 1.8s infinite linear;
  animation-delay: -.9s;
  -webkit-animation-delay: -.9s;
}

.drift-bounding-box {
  background-color: rgba(0, 0, 0, 0.4);
}

.gallery #main {
  margin: auto;
}

/*
 * The MIT License
 * Copyright (c) 2012 Matias Meno <m@tias.me>
 */

@keyframes passing-through {
  0% {
    opacity: 0;
    transform: translateY(40px);
  }
  30%, 70% {
    opacity: 1;
    transform: translateY(0px);
  }
  100% {
    opacity: 0;
    transform: translateY(-40px);
  }
}

@keyframes slide-in {
  0% {
    opacity: 0;
    transform: translateY(40px);
  }
  30% {
    opacity: 1;
    transform: translateY(0px);
  }
}

@keyframes pulse {
  0% {
    transform: scale(1);
  }
  10% {
    transform: scale(1.1);
  }
  20% {
    transform: scale(1);
  }
}

.dropzone, .dropzone * {
  box-sizing: border-box;
}

.dropzone {
  min-height: 150px;
  border: 2px solid rgba(0, 0, 0, 0.3);
  background: white;
  padding: 20px 20px;
}

.dropzone.dz-clickable {
  cursor: pointer;
}

.dropzone.dz-clickable * {
  cursor: default;
}

.dropzone.dz-clickable .dz-message, .dropzone.dz-clickable .dz-message * {
  cursor: pointer;
}

.dropzone.dz-started .dz-message {
  display: none;
}

.dropzone.dz-drag-hover {
  border-style: solid;
}

.dropzone.dz-drag-hover .dz-message {
  opacity: 0.5;
}

.dropzone .dz-message {
  text-align: center;
  margin: 2em 0;
}

.dropzone .dz-preview {
  position: relative;
  display: inline-block;
  vertical-align: top;
  margin: 16px;
  min-height: 100px;
}

.dropzone .dz-preview:hover {
  z-index: 1000;
}

.dropzone .dz-preview:hover .dz-details {
  opacity: 1;
}

.dropzone .dz-preview.dz-file-preview .dz-image {
  border-radius: 20px;
  background: #999;
  background: linear-gradient(to bottom, #eee, #ddd);
}

.dropzone .dz-preview.dz-file-preview .dz-details {
  opacity: 1;
}

.dropzone .dz-preview.dz-image-preview {
  background: white;
}

.dropzone .dz-preview.dz-image-preview .dz-details {
  transition: opacity 0.2s linear;
}

.dropzone .dz-preview .dz-remove {
  font-size: 14px;
  text-align: center;
  display: block;
  cursor: pointer;
  border: none;
}

.dropzone .dz-preview .dz-remove:hover {
  text-decoration: underline;
}

.dropzone .dz-preview:hover .dz-details {
  opacity: 1;
}

.dropzone .dz-preview .dz-details {
  z-index: 20;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  font-size: 13px;
  min-width: 100%;
  max-width: 100%;
  padding: 2em 1em;
  text-align: center;
  color: rgba(0, 0, 0, 0.9);
  line-height: 150%;
}

.dropzone .dz-preview .dz-details .dz-size {
  margin-bottom: 1em;
  font-size: 16px;
}

.dropzone .dz-preview .dz-details .dz-filename {
  white-space: nowrap;
}

.dropzone .dz-preview .dz-details .dz-filename:hover span {
  border: 1px solid rgba(200, 200, 200, 0.8);
  background-color: rgba(255, 255, 255, 0.8);
}

.dropzone .dz-preview .dz-details .dz-filename:not(:hover) {
  overflow: hidden;
  text-overflow: ellipsis;
}

.dropzone .dz-preview .dz-details .dz-filename:not(:hover) span {
  border: 1px solid transparent;
}

.dropzone .dz-preview .dz-details .dz-filename span, .dropzone .dz-preview .dz-details .dz-size span {
  background-color: rgba(255, 255, 255, 0.4);
  padding: 0 0.4em;
  border-radius: 3px;
}

.dropzone .dz-preview:hover .dz-image img {
  transform: scale(1.05, 1.05);
  filter: blur(8px);
}

.dropzone .dz-preview .dz-image {
  border-radius: 20px;
  overflow: hidden;
  width: 120px;
  height: 120px;
  position: relative;
  display: block;
  z-index: 10;
}

.dropzone .dz-preview .dz-image img {
  display: block;
}

.dropzone .dz-preview.dz-success .dz-success-mark {
  animation: passing-through 3s cubic-bezier(0.77, 0, 0.175, 1);
}

.dropzone .dz-preview.dz-error .dz-error-mark {
  opacity: 1;
  animation: slide-in 3s cubic-bezier(0.77, 0, 0.175, 1);
}

.dropzone .dz-preview .dz-success-mark, .dropzone .dz-preview .dz-error-mark {
  pointer-events: none;
  opacity: 0;
  z-index: 500;
  position: absolute;
  display: block;
  top: 50%;
  left: 50%;
  margin-left: -27px;
  margin-top: -27px;
}

.dropzone .dz-preview .dz-success-mark svg, .dropzone .dz-preview .dz-error-mark svg {
  display: block;
  width: 54px;
  height: 54px;
}

.dropzone .dz-preview.dz-processing .dz-progress {
  opacity: 1;
  transition: all 0.2s linear;
}

.dropzone .dz-preview.dz-complete .dz-progress {
  opacity: 0;
  transition: opacity 0.4s ease-in;
}

.dropzone .dz-preview:not(.dz-processing) .dz-progress {
  animation: pulse 6s ease infinite;
}

.dropzone .dz-preview .dz-progress {
  opacity: 1;
  z-index: 1000;
  pointer-events: none;
  position: absolute;
  height: 16px;
  left: 50%;
  top: 50%;
  margin-top: -8px;
  width: 80px;
  margin-left: -40px;
  background: rgba(255, 255, 255, 0.9);
  -webkit-transform: scale(1);
  border-radius: 8px;
  overflow: hidden;
}

.dropzone .dz-preview .dz-progress .dz-upload {
  background: #333;
  background: linear-gradient(to bottom, #666, #444);
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 0;
  transition: width 300ms ease-in-out;
}

.dropzone .dz-preview.dz-error .dz-error-message {
  display: block;
}

.dropzone .dz-preview.dz-error:hover .dz-error-message {
  opacity: 1;
  pointer-events: auto;
}

.dropzone .dz-preview .dz-error-message {
  pointer-events: none;
  z-index: 1000;
  position: absolute;
  display: block;
  display: none;
  opacity: 0;
  transition: opacity 0.3s ease;
  border-radius: 8px;
  font-size: 13px;
  top: 130px;
  left: -10px;
  width: 140px;
  background: #be2626;
  background: linear-gradient(to bottom, #be2626, #a92222);
  padding: 0.5em 1.2em;
  color: white;
}

.dropzone .dz-preview .dz-error-message:after {
  content: '';
  position: absolute;
  top: -6px;
  left: 64px;
  width: 0;
  height: 0;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 6px solid #be2626;
}

/*
 * imgAreaSelect animated border style
 */
.imgareaselect-border1 {
  background: url(/img/border-anim-v.gif) repeat-y left top;
}

.imgareaselect-border2 {
  background: url(/img/border-anim-h.gif) repeat-x left top;
}

.imgareaselect-border3 {
  background: url(/img/border-anim-v.gif) repeat-y right top;
}

.imgareaselect-border4 {
  background: url(/img/border-anim-h.gif) repeat-x left bottom;
}

.imgareaselect-border1, .imgareaselect-border2,
.imgareaselect-border3, .imgareaselect-border4 {
  filter: alpha(opacity=50);
  opacity: 0.5;
}

.imgareaselect-handle {
  background-color: #fff;
  border: solid 1px #000;
  filter: alpha(opacity=50);
  opacity: 0.5;
}

.imgareaselect-outer {
  background-color: #000;
  filter: alpha(opacity=50);
  opacity: 0.5;
}

/*! jQuery UI - v1.12.1 - 2017-01-01
* http://jqueryui.com
* Copyright jQuery Foundation and other contributors; Licensed MIT */
.ui-widget {
  font-family: Trebuchet MS,Tahoma,Verdana,Arial,sans-serif;
  font-size: 1.1em;
}

.ui-widget .ui-widget {
  font-size: 1em;
}

.ui-widget input, .ui-widget select, .ui-widget textarea, .ui-widget button {
  font-family: Trebuchet MS,Tahoma,Verdana,Arial,sans-serif;
  font-size: 1em;
}

.ui-widget.ui-widget-content {
  border: 1px solid #ccc;
}

.ui-widget-content {
  border: 1px solid #ddd;
  background: #eee url("images/ui-bg_highlight-soft_100_eeeeee_1x100.png") 50% top repeat-x;
  color: #333;
}

.ui-widget-content a {
  color: #333;
}

.ui-widget-header {
  border: 1px solid #e78f08;
  background: #f6a828 url("images/ui-bg_gloss-wave_35_f6a828_500x100.png") 50% 50% repeat-x;
  color: #fff;
  font-weight: bold;
}

.ui-widget-header a {
  color: #fff;
}

.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default, .ui-button, html .ui-button.ui-state-disabled:hover, html .ui-button.ui-state-disabled:active {
  border: 1px solid #ccc;
  background: #f6f6f6 url("images/ui-bg_glass_100_f6f6f6_1x400.png") 50% 50% repeat-x;
  font-weight: bold;
  color: #1c94c4;
}

.ui-state-default a, .ui-state-default a:link, .ui-state-default a:visited, a.ui-button, a:link.ui-button, a:visited.ui-button, .ui-button {
  color: #1c94c4;
  text-decoration: none;
}

.ui-state-hover, .ui-widget-content .ui-state-hover, .ui-widget-header .ui-state-hover, .ui-state-focus, .ui-widget-content .ui-state-focus, .ui-widget-header .ui-state-focus, .ui-button:hover, .ui-button:focus {
  border: 1px solid #fbcb09;
  background: #fdf5ce url("images/ui-bg_glass_100_fdf5ce_1x400.png") 50% 50% repeat-x;
  font-weight: bold;
  color: #c77405;
}

.ui-state-hover a, .ui-state-hover a:hover, .ui-state-hover a:link, .ui-state-hover a:visited, .ui-state-focus a, .ui-state-focus a:hover, .ui-state-focus a:link, .ui-state-focus a:visited, a.ui-button:hover, a.ui-button:focus {
  color: #c77405;
  text-decoration: none;
}

.ui-visual-focus {
  box-shadow: 0 0 3px 1px #5e9ed6;
}

.ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active, a.ui-button:active, .ui-button:active, .ui-button.ui-state-active:hover {
  border: 1px solid #fbd850;
  background: #fff url("images/ui-bg_glass_65_ffffff_1x400.png") 50% 50% repeat-x;
  font-weight: bold;
  color: #eb8f00;
}

.ui-icon-background, .ui-state-active .ui-icon-background {
  border: #fbd850;
  background-color: #eb8f00;
}

.ui-state-active a, .ui-state-active a:link, .ui-state-active a:visited {
  color: #eb8f00;
  text-decoration: none;
}

.ui-state-highlight, .ui-widget-content .ui-state-highlight, .ui-widget-header .ui-state-highlight {
  border: 1px solid #fed22f;
  background: #ffe45c url("images/ui-bg_highlight-soft_75_ffe45c_1x100.png") 50% top repeat-x;
  color: #363636;
}

.ui-state-checked {
  border: 1px solid #fed22f;
  background: #ffe45c;
}

.ui-state-highlight a, .ui-widget-content .ui-state-highlight a, .ui-widget-header .ui-state-highlight a {
  color: #363636;
}

.ui-state-error, .ui-widget-content .ui-state-error, .ui-widget-header .ui-state-error {
  border: 1px solid #cd0a0a;
  background: #b81900 url("images/ui-bg_diagonals-thick_18_b81900_40x40.png") 50% 50% repeat;
  color: #fff;
}

.ui-state-error a, .ui-widget-content .ui-state-error a, .ui-widget-header .ui-state-error a {
  color: #fff;
}

.ui-state-error-text, .ui-widget-content .ui-state-error-text, .ui-widget-header .ui-state-error-text {
  color: #fff;
}

.ui-priority-primary, .ui-widget-content .ui-priority-primary, .ui-widget-header .ui-priority-primary {
  font-weight: bold;
}

.ui-priority-secondary, .ui-widget-content .ui-priority-secondary, .ui-widget-header .ui-priority-secondary {
  opacity: .7;
  filter: Alpha(Opacity=70);
  font-weight: normal;
}

.ui-state-disabled, .ui-widget-content .ui-state-disabled, .ui-widget-header .ui-state-disabled {
  opacity: .35;
  filter: Alpha(Opacity=35);
  background-image: none;
}

.ui-state-disabled .ui-icon {
  filter: Alpha(Opacity=35);
}

.ui-icon {
  width: 16px;
  height: 16px;
}

.ui-icon, .ui-widget-content .ui-icon {
  background-image: url("images/ui-icons_222222_256x240.png");
}

.ui-widget-header .ui-icon {
  background-image: url("images/ui-icons_ffffff_256x240.png");
}

.ui-state-hover .ui-icon, .ui-state-focus .ui-icon, .ui-button:hover .ui-icon, .ui-button:focus .ui-icon {
  background-image: url("images/ui-icons_ef8c08_256x240.png");
}

.ui-state-active .ui-icon, .ui-button:active .ui-icon {
  background-image: url("images/ui-icons_ef8c08_256x240.png");
}

.ui-state-highlight .ui-icon, .ui-button .ui-state-highlight.ui-icon {
  background-image: url("images/ui-icons_228ef1_256x240.png");
}

.ui-state-error .ui-icon, .ui-state-error-text .ui-icon {
  background-image: url("images/ui-icons_ffd27a_256x240.png");
}

.ui-button .ui-icon {
  background-image: url("images/ui-icons_ef8c08_256x240.png");
}

.ui-icon-blank {
  background-position: 16px 16px;
}

.ui-icon-caret-1-n {
  background-position: 0 0;
}

.ui-icon-caret-1-ne {
  background-position: -16px 0;
}

.ui-icon-caret-1-e {
  background-position: -32px 0;
}

.ui-icon-caret-1-se {
  background-position: -48px 0;
}

.ui-icon-caret-1-s {
  background-position: -65px 0;
}

.ui-icon-caret-1-sw {
  background-position: -80px 0;
}

.ui-icon-caret-1-w {
  background-position: -96px 0;
}

.ui-icon-caret-1-nw {
  background-position: -112px 0;
}

.ui-icon-caret-2-n-s {
  background-position: -128px 0;
}

.ui-icon-caret-2-e-w {
  background-position: -144px 0;
}

.ui-icon-triangle-1-n {
  background-position: 0 -16px;
}

.ui-icon-triangle-1-ne {
  background-position: -16px -16px;
}

.ui-icon-triangle-1-e {
  background-position: -32px -16px;
}

.ui-icon-triangle-1-se {
  background-position: -48px -16px;
}

.ui-icon-triangle-1-s {
  background-position: -65px -16px;
}

.ui-icon-triangle-1-sw {
  background-position: -80px -16px;
}

.ui-icon-triangle-1-w {
  background-position: -96px -16px;
}

.ui-icon-triangle-1-nw {
  background-position: -112px -16px;
}

.ui-icon-triangle-2-n-s {
  background-position: -128px -16px;
}

.ui-icon-triangle-2-e-w {
  background-position: -144px -16px;
}

.ui-icon-arrow-1-n {
  background-position: 0 -32px;
}

.ui-icon-arrow-1-ne {
  background-position: -16px -32px;
}

.ui-icon-arrow-1-e {
  background-position: -32px -32px;
}

.ui-icon-arrow-1-se {
  background-position: -48px -32px;
}

.ui-icon-arrow-1-s {
  background-position: -65px -32px;
}

.ui-icon-arrow-1-sw {
  background-position: -80px -32px;
}

.ui-icon-arrow-1-w {
  background-position: -96px -32px;
}

.ui-icon-arrow-1-nw {
  background-position: -112px -32px;
}

.ui-icon-arrow-2-n-s {
  background-position: -128px -32px;
}

.ui-icon-arrow-2-ne-sw {
  background-position: -144px -32px;
}

.ui-icon-arrow-2-e-w {
  background-position: -160px -32px;
}

.ui-icon-arrow-2-se-nw {
  background-position: -176px -32px;
}

.ui-icon-arrowstop-1-n {
  background-position: -192px -32px;
}

.ui-icon-arrowstop-1-e {
  background-position: -208px -32px;
}

.ui-icon-arrowstop-1-s {
  background-position: -224px -32px;
}

.ui-icon-arrowstop-1-w {
  background-position: -240px -32px;
}

.ui-icon-arrowthick-1-n {
  background-position: 1px -48px;
}

.ui-icon-arrowthick-1-ne {
  background-position: -16px -48px;
}

.ui-icon-arrowthick-1-e {
  background-position: -32px -48px;
}

.ui-icon-arrowthick-1-se {
  background-position: -48px -48px;
}

.ui-icon-arrowthick-1-s {
  background-position: -64px -48px;
}

.ui-icon-arrowthick-1-sw {
  background-position: -80px -48px;
}

.ui-icon-arrowthick-1-w {
  background-position: -96px -48px;
}

.ui-icon-arrowthick-1-nw {
  background-position: -112px -48px;
}

.ui-icon-arrowthick-2-n-s {
  background-position: -128px -48px;
}

.ui-icon-arrowthick-2-ne-sw {
  background-position: -144px -48px;
}

.ui-icon-arrowthick-2-e-w {
  background-position: -160px -48px;
}

.ui-icon-arrowthick-2-se-nw {
  background-position: -176px -48px;
}

.ui-icon-arrowthickstop-1-n {
  background-position: -192px -48px;
}

.ui-icon-arrowthickstop-1-e {
  background-position: -208px -48px;
}

.ui-icon-arrowthickstop-1-s {
  background-position: -224px -48px;
}

.ui-icon-arrowthickstop-1-w {
  background-position: -240px -48px;
}

.ui-icon-arrowreturnthick-1-w {
  background-position: 0 -64px;
}

.ui-icon-arrowreturnthick-1-n {
  background-position: -16px -64px;
}

.ui-icon-arrowreturnthick-1-e {
  background-position: -32px -64px;
}

.ui-icon-arrowreturnthick-1-s {
  background-position: -48px -64px;
}

.ui-icon-arrowreturn-1-w {
  background-position: -64px -64px;
}

.ui-icon-arrowreturn-1-n {
  background-position: -80px -64px;
}

.ui-icon-arrowreturn-1-e {
  background-position: -96px -64px;
}

.ui-icon-arrowreturn-1-s {
  background-position: -112px -64px;
}

.ui-icon-arrowrefresh-1-w {
  background-position: -128px -64px;
}

.ui-icon-arrowrefresh-1-n {
  background-position: -144px -64px;
}

.ui-icon-arrowrefresh-1-e {
  background-position: -160px -64px;
}

.ui-icon-arrowrefresh-1-s {
  background-position: -176px -64px;
}

.ui-icon-arrow-4 {
  background-position: 0 -80px;
}

.ui-icon-arrow-4-diag {
  background-position: -16px -80px;
}

.ui-icon-extlink {
  background-position: -32px -80px;
}

.ui-icon-newwin {
  background-position: -48px -80px;
}

.ui-icon-refresh {
  background-position: -64px -80px;
}

.ui-icon-shuffle {
  background-position: -80px -80px;
}

.ui-icon-transfer-e-w {
  background-position: -96px -80px;
}

.ui-icon-transferthick-e-w {
  background-position: -112px -80px;
}

.ui-icon-folder-collapsed {
  background-position: 0 -96px;
}

.ui-icon-folder-open {
  background-position: -16px -96px;
}

.ui-icon-document {
  background-position: -32px -96px;
}

.ui-icon-document-b {
  background-position: -48px -96px;
}

.ui-icon-note {
  background-position: -64px -96px;
}

.ui-icon-mail-closed {
  background-position: -80px -96px;
}

.ui-icon-mail-open {
  background-position: -96px -96px;
}

.ui-icon-suitcase {
  background-position: -112px -96px;
}

.ui-icon-comment {
  background-position: -128px -96px;
}

.ui-icon-person {
  background-position: -144px -96px;
}

.ui-icon-print {
  background-position: -160px -96px;
}

.ui-icon-trash {
  background-position: -176px -96px;
}

.ui-icon-locked {
  background-position: -192px -96px;
}

.ui-icon-unlocked {
  background-position: -208px -96px;
}

.ui-icon-bookmark {
  background-position: -224px -96px;
}

.ui-icon-tag {
  background-position: -240px -96px;
}

.ui-icon-home {
  background-position: 0 -112px;
}

.ui-icon-flag {
  background-position: -16px -112px;
}

.ui-icon-calendar {
  background-position: -32px -112px;
}

.ui-icon-cart {
  background-position: -48px -112px;
}

.ui-icon-pencil {
  background-position: -64px -112px;
}

.ui-icon-clock {
  background-position: -80px -112px;
}

.ui-icon-disk {
  background-position: -96px -112px;
}

.ui-icon-calculator {
  background-position: -112px -112px;
}

.ui-icon-zoomin {
  background-position: -128px -112px;
}

.ui-icon-zoomout {
  background-position: -144px -112px;
}

.ui-icon-search {
  background-position: -160px -112px;
}

.ui-icon-wrench {
  background-position: -176px -112px;
}

.ui-icon-gear {
  background-position: -192px -112px;
}

.ui-icon-heart {
  background-position: -208px -112px;
}

.ui-icon-star {
  background-position: -224px -112px;
}

.ui-icon-link {
  background-position: -240px -112px;
}

.ui-icon-cancel {
  background-position: 0 -128px;
}

.ui-icon-plus {
  background-position: -16px -128px;
}

.ui-icon-plusthick {
  background-position: -32px -128px;
}

.ui-icon-minus {
  background-position: -48px -128px;
}

.ui-icon-minusthick {
  background-position: -64px -128px;
}

.ui-icon-close {
  background-position: -80px -128px;
}

.ui-icon-closethick {
  background-position: -96px -128px;
}

.ui-icon-key {
  background-position: -112px -128px;
}

.ui-icon-lightbulb {
  background-position: -128px -128px;
}

.ui-icon-scissors {
  background-position: -144px -128px;
}

.ui-icon-clipboard {
  background-position: -160px -128px;
}

.ui-icon-copy {
  background-position: -176px -128px;
}

.ui-icon-contact {
  background-position: -192px -128px;
}

.ui-icon-image {
  background-position: -208px -128px;
}

.ui-icon-video {
  background-position: -224px -128px;
}

.ui-icon-script {
  background-position: -240px -128px;
}

.ui-icon-alert {
  background-position: 0 -144px;
}

.ui-icon-info {
  background-position: -16px -144px;
}

.ui-icon-notice {
  background-position: -32px -144px;
}

.ui-icon-help {
  background-position: -48px -144px;
}

.ui-icon-check {
  background-position: -64px -144px;
}

.ui-icon-bullet {
  background-position: -80px -144px;
}

.ui-icon-radio-on {
  background-position: -96px -144px;
}

.ui-icon-radio-off {
  background-position: -112px -144px;
}

.ui-icon-pin-w {
  background-position: -128px -144px;
}

.ui-icon-pin-s {
  background-position: -144px -144px;
}

.ui-icon-play {
  background-position: 0 -160px;
}

.ui-icon-pause {
  background-position: -16px -160px;
}

.ui-icon-seek-next {
  background-position: -32px -160px;
}

.ui-icon-seek-prev {
  background-position: -48px -160px;
}

.ui-icon-seek-end {
  background-position: -64px -160px;
}

.ui-icon-seek-start {
  background-position: -80px -160px;
}

.ui-icon-seek-first {
  background-position: -80px -160px;
}

.ui-icon-stop {
  background-position: -96px -160px;
}

.ui-icon-eject {
  background-position: -112px -160px;
}

.ui-icon-volume-off {
  background-position: -128px -160px;
}

.ui-icon-volume-on {
  background-position: -144px -160px;
}

.ui-icon-power {
  background-position: 0 -176px;
}

.ui-icon-signal-diag {
  background-position: -16px -176px;
}

.ui-icon-signal {
  background-position: -32px -176px;
}

.ui-icon-battery-0 {
  background-position: -48px -176px;
}

.ui-icon-battery-1 {
  background-position: -64px -176px;
}

.ui-icon-battery-2 {
  background-position: -80px -176px;
}

.ui-icon-battery-3 {
  background-position: -96px -176px;
}

.ui-icon-circle-plus {
  background-position: 0 -192px;
}

.ui-icon-circle-minus {
  background-position: -16px -192px;
}

.ui-icon-circle-close {
  background-position: -32px -192px;
}

.ui-icon-circle-triangle-e {
  background-position: -48px -192px;
}

.ui-icon-circle-triangle-s {
  background-position: -64px -192px;
}

.ui-icon-circle-triangle-w {
  background-position: -80px -192px;
}

.ui-icon-circle-triangle-n {
  background-position: -96px -192px;
}

.ui-icon-circle-arrow-e {
  background-position: -112px -192px;
}

.ui-icon-circle-arrow-s {
  background-position: -128px -192px;
}

.ui-icon-circle-arrow-w {
  background-position: -144px -192px;
}

.ui-icon-circle-arrow-n {
  background-position: -160px -192px;
}

.ui-icon-circle-zoomin {
  background-position: -176px -192px;
}

.ui-icon-circle-zoomout {
  background-position: -192px -192px;
}

.ui-icon-circle-check {
  background-position: -208px -192px;
}

.ui-icon-circlesmall-plus {
  background-position: 0 -208px;
}

.ui-icon-circlesmall-minus {
  background-position: -16px -208px;
}

.ui-icon-circlesmall-close {
  background-position: -32px -208px;
}

.ui-icon-squaresmall-plus {
  background-position: -48px -208px;
}

.ui-icon-squaresmall-minus {
  background-position: -64px -208px;
}

.ui-icon-squaresmall-close {
  background-position: -80px -208px;
}

.ui-icon-grip-dotted-vertical {
  background-position: 0 -224px;
}

.ui-icon-grip-dotted-horizontal {
  background-position: -16px -224px;
}

.ui-icon-grip-solid-vertical {
  background-position: -32px -224px;
}

.ui-icon-grip-solid-horizontal {
  background-position: -48px -224px;
}

.ui-icon-gripsmall-diagonal-se {
  background-position: -64px -224px;
}

.ui-icon-grip-diagonal-se {
  background-position: -80px -224px;
}

.ui-corner-all, .ui-corner-top, .ui-corner-left, .ui-corner-tl {
  border-top-left-radius: 4px;
}

.ui-corner-all, .ui-corner-top, .ui-corner-right, .ui-corner-tr {
  border-top-right-radius: 4px;
}

.ui-corner-all, .ui-corner-bottom, .ui-corner-left, .ui-corner-bl {
  border-bottom-left-radius: 4px;
}

.ui-corner-all, .ui-corner-bottom, .ui-corner-right, .ui-corner-br {
  border-bottom-right-radius: 4px;
}

.ui-widget-overlay {
  background: #666 url("images/ui-bg_diagonals-thick_20_666666_40x40.png") 50% 50% repeat;
  opacity: .5;
  filter: Alpha(Opacity=50);
}

.ui-widget-shadow {
  box-shadow: -5px -5px 5px #000;
}

/*! fancyBox v2.1.5 fancyapps.com | fancyapps.com/fancybox/#license */
.fancybox-wrap,
.fancybox-skin,
.fancybox-outer,
.fancybox-inner,
.fancybox-image,
.fancybox-wrap iframe,
.fancybox-wrap object,
.fancybox-nav,
.fancybox-nav span,
.fancybox-tmp {
  padding: 0;
  margin: 0;
  border: 0;
  outline: none;
  vertical-align: top;
}

.fancybox-wrap {
  position: absolute;
  top: 0;
  left: 0;
  transform: translate3d(0, 0, 0);
  z-index: 8020;
}

.fancybox-skin {
  position: relative;
  background: #f9f9f9;
  color: #444;
  text-shadow: none;
  border-radius: 4px;
}

.fancybox-opened {
  z-index: 8030;
}

.fancybox-opened .fancybox-skin {
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
}

.fancybox-outer, .fancybox-inner {
  position: relative;
}

.fancybox-inner {
  overflow: hidden;
}

.fancybox-type-iframe .fancybox-inner {
  -webkit-overflow-scrolling: touch;
}

.fancybox-error {
  color: #444;
  font: 14px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
  margin: 0;
  padding: 15px;
  white-space: nowrap;
}

.fancybox-image, .fancybox-iframe {
  display: block;
  width: 100%;
  height: 100%;
}

.fancybox-image {
  max-width: 100%;
  max-height: 100%;
}

#fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
  background-image: url(images/fancybox_sprite.png);
}

#fancybox-loading {
  position: fixed;
  top: 50%;
  left: 50%;
  margin-top: -22px;
  margin-left: -22px;
  background-position: 0 -108px;
  opacity: 0.8;
  cursor: pointer;
  z-index: 8060;
}

#fancybox-loading div {
  width: 44px;
  height: 44px;
  background: url(images/fancybox_loading.gif) center center no-repeat;
}

.fancybox-close {
  position: absolute;
  top: -18px;
  right: -18px;
  width: 36px;
  height: 36px;
  cursor: pointer;
  z-index: 8040;
}

.fancybox-nav {
  position: absolute;
  top: 0;
  width: 40%;
  height: 100%;
  cursor: pointer;
  text-decoration: none;
  background: transparent url(images/blank.gif);
  /* helps IE */
  -webkit-tap-highlight-color: transparent;
  z-index: 8040;
}

.fancybox-prev {
  left: 0;
}

.fancybox-next {
  right: 0;
}

.fancybox-nav span {
  position: absolute;
  top: 50%;
  width: 36px;
  height: 34px;
  margin-top: -18px;
  cursor: pointer;
  z-index: 8040;
  visibility: hidden;
}

.fancybox-prev span {
  left: 10px;
  background-position: 0 -36px;
}

.fancybox-next span {
  right: 10px;
  background-position: 0 -72px;
}

.fancybox-nav:hover span {
  visibility: visible;
}

.fancybox-tmp {
  position: absolute;
  top: -99999px;
  left: -99999px;
  max-width: 99999px;
  max-height: 99999px;
  overflow: visible !important;
}

/* Overlay helper */
.fancybox-lock {
  overflow: visible !important;
  width: auto;
}

.fancybox-lock body {
  overflow: hidden !important;
}

.fancybox-lock-test {
  overflow-y: hidden !important;
}

.fancybox-overlay {
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
  display: none;
  z-index: 8010;
  background: url(images/fancybox_overlay.png);
}

.fancybox-overlay-fixed {
  position: fixed;
  bottom: 0;
  right: 0;
}

.fancybox-lock .fancybox-overlay {
  overflow: auto;
  overflow-y: scroll;
}

/* Title helper */
.fancybox-title {
  visibility: hidden;
  font: normal 13px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
  position: relative;
  text-shadow: none;
  z-index: 8050;
}

.fancybox-opened .fancybox-title {
  visibility: visible;
}

.fancybox-title-float-wrap {
  position: absolute;
  bottom: 0;
  right: 50%;
  margin-bottom: -35px;
  z-index: 8050;
  text-align: center;
}

.fancybox-title-float-wrap .child {
  display: inline-block;
  margin-right: -100%;
  padding: 2px 20px;
  background: transparent;
  /* Fallback for web browsers that doesn't support RGBa */
  background: rgba(0, 0, 0, 0.8);
  border-radius: 15px;
  text-shadow: 0 1px 2px #222;
  color: #FFF;
  font-weight: bold;
  line-height: 24px;
  white-space: nowrap;
}

.fancybox-title-outside-wrap {
  position: relative;
  margin-top: 10px;
  color: #fff;
}

.fancybox-title-inside-wrap {
  padding-top: 10px;
}

.fancybox-title-over-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  color: #fff;
  padding: 10px;
  background: #000;
  background: rgba(0, 0, 0, 0.8);
}

/*Retina graphics!*/
@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min--moz-device-pixel-ratio: 1.5), only screen and (min-device-pixel-ratio: 1.5) {
  #fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
    background-image: url(images/fancybox_sprite@2x.png);
    background-size: 44px 152px;
    /*The size of the normal image, half the size of the hi-res image*/
  }
  #fancybox-loading div {
    background-image: url(images/fancybox_loading@2x.gif);
    background-size: 24px 24px;
    /*The size of the normal image, half the size of the hi-res image*/
  }
}

.select2-container {
  box-sizing: border-box;
  display: inline-block;
  margin: 0;
  position: relative;
  vertical-align: middle;
}

.select2-container .select2-selection--single {
  box-sizing: border-box;
  cursor: pointer;
  display: block;
  height: 35px;
  -moz-user-select: none;
   -ms-user-select: none;
       user-select: none;
  -webkit-user-select: none;
}

.select2-container .select2-selection--single .select2-selection__rendered {
  display: block;
  padding-left: 8px;
  padding-right: 20px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.select2-container .select2-selection--single .select2-selection__clear {
  position: relative;
}

.select2-container[dir="rtl"] .select2-selection--single .select2-selection__rendered {
  padding-right: 8px;
  padding-left: 20px;
}

.select2-container .select2-selection--multiple {
  box-sizing: border-box;
  cursor: pointer;
  display: block;
  min-height: 32px;
  -moz-user-select: none;
   -ms-user-select: none;
       user-select: none;
  -webkit-user-select: none;
}

.select2-container .select2-selection--multiple .select2-selection__rendered {
  display: inline-block;
  overflow: hidden;
  padding-left: 8px;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.select2-container .select2-search--inline {
  float: left;
}

.select2-container .select2-search--inline .select2-search__field {
  box-sizing: border-box;
  border: none;
  font-size: 100%;
  margin-top: 5px;
  padding: 0;
}

.select2-container .select2-search--inline .select2-search__field::-webkit-search-cancel-button {
  -webkit-appearance: none;
}

.select2-dropdown {
  background-color: white;
  border: 1px solid #d7e0e7;
  box-sizing: border-box;
  display: block;
  position: absolute;
  left: -100000px;
  width: 100%;
  z-index: 1051;
}

.select2-results {
  display: block;
}

.select2-results__options {
  list-style: none;
  margin: 0;
  padding: 0;
}

.select2-results__option {
  padding: 6px;
  -moz-user-select: none;
   -ms-user-select: none;
       user-select: none;
  -webkit-user-select: none;
}

.select2-results__option[aria-selected] {
  cursor: pointer;
}

.select2-container--open .select2-dropdown {
  left: 0;
}

.select2-container--open .select2-dropdown--above {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

.select2-container--open .select2-dropdown--below {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.select2-search--dropdown {
  display: block;
  padding: 4px;
}

.select2-search--dropdown .select2-search__field {
  padding: 4px;
  width: 100%;
  box-sizing: border-box;
}

.select2-search--dropdown .select2-search__field::-webkit-search-cancel-button {
  -webkit-appearance: none;
}

.select2-search--dropdown.select2-search--hide {
  display: none;
}

.select2-close-mask {
  border: 0;
  margin: 0;
  padding: 0;
  display: block;
  position: fixed;
  left: 0;
  top: 0;
  min-height: 100%;
  min-width: 100%;
  height: auto;
  width: auto;
  opacity: 0;
  z-index: 99;
  background-color: #fff;
  filter: alpha(opacity=0);
}

.select2-hidden-accessible {
  border: 0 !important;
  clip: rect(0 0 0 0) !important;
  height: 1px !important;
  margin: -1px !important;
  overflow: hidden !important;
  padding: 0 !important;
  position: absolute !important;
  width: 1px !important;
}

.select2-container--default .select2-selection--single {
  background-color: #fff;
  border: 1px solid #d7e0e7;
  outline: none;
}

.select2-container--open .select2-selection--single,
.select2-container--default .select2-selection--single:focus {
  border-color: #1ea6d4;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
  color: #444;
  line-height: 35px;
  outline: none;
}

.select2-container--default .select2-selection--single .select2-selection__clear {
  cursor: pointer;
  float: right;
  font-weight: bold;
}

.select2-container--default .select2-selection--single .select2-selection__placeholder {
  color: #999;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 32px;
  position: absolute;
  top: 1px;
  right: 1px;
  width: 20px;
}

.select2-container--default .select2-selection--single .select2-selection__arrow b {
  border-color: #888 transparent transparent transparent;
  border-style: solid;
  border-width: 5px 4px 0 4px;
  height: 0;
  left: 50%;
  margin-left: -4px;
  margin-top: -2px;
  position: absolute;
  top: 50%;
  width: 0;
}

.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__clear {
  float: left;
}

.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__arrow {
  left: 1px;
  right: auto;
}

.select2-container--default.select2-container--disabled .select2-selection--single {
  background-color: #eee;
  cursor: default;
}

.select2-container--default.select2-container--disabled .select2-selection--single .select2-selection__clear {
  display: none;
}

.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
  border-color: transparent transparent #888 transparent;
  border-width: 0 4px 5px 4px;
}

.select2-container--default .select2-selection--multiple {
  background-color: white;
  border: 1px solid #d7e0e7;
  cursor: text;
}

.select2-container--default .select2-selection--multiple .select2-selection__rendered {
  box-sizing: border-box;
  list-style: none;
  margin: 0;
  padding: 0 5px;
  width: 100%;
}

.select2-container--default .select2-selection--multiple .select2-selection__rendered li {
  list-style: none;
}

.select2-container--default .select2-selection--multiple .select2-selection__placeholder {
  color: #999;
  margin-top: 5px;
  float: left;
}

.select2-container--default .select2-selection--multiple .select2-selection__clear {
  cursor: pointer;
  float: right;
  font-weight: bold;
  margin-top: 5px;
  margin-right: 10px;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice {
  border: 1px solid #d7e0e7;
  cursor: default;
  float: left;
  margin-right: 5px;
  margin-top: 5px;
  padding: 0 5px;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
  color: #999;
  cursor: pointer;
  display: inline-block;
  font-weight: bold;
  margin-right: 2px;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover {
  color: #333;
}

.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice, .select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__placeholder, .select2-container--default[dir="rtl"] .select2-selection--multiple .select2-search--inline {
  float: right;
}

.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
  margin-left: 5px;
  margin-right: auto;
}

.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove {
  margin-left: 2px;
  margin-right: auto;
}

.select2-container--default.select2-container--focus .select2-selection--multiple {
  border: solid black 1px;
  outline: 0;
}

.select2-container--default.select2-container--disabled .select2-selection--multiple {
  background-color: #eee;
  cursor: default;
}

.select2-container--default.select2-container--disabled .select2-selection__choice__remove {
  display: none;
}

.select2-container--default.select2-container--open.select2-container--above .select2-selection--single, .select2-container--default.select2-container--open.select2-container--above .select2-selection--multiple {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.select2-container--default.select2-container--open.select2-container--below .select2-selection--single, .select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

.select2-container--default .select2-search--dropdown .select2-search__field {
  border: 1px solid #d7e0e7;
}

.select2-container--default .select2-search--inline .select2-search__field {
  background: transparent;
  border: none;
  outline: 0;
  box-shadow: none;
  -webkit-appearance: textfield;
}

.select2-container--default .select2-results > .select2-results__options {
  max-height: 200px;
  overflow-y: auto;
}

.select2-container--default .select2-results__option[role=group] {
  padding: 0;
}

.select2-container--default .select2-results__option[aria-disabled=true] {
  color: #999;
}

.select2-container--default .select2-results__option[aria-selected=true] {
  background-color: #ddd;
}

.select2-container--default .select2-results__option .select2-results__option {
  padding-left: 1em;
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__group {
  padding-left: 0;
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -1em;
  padding-left: 2em;
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -2em;
  padding-left: 3em;
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -3em;
  padding-left: 4em;
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -4em;
  padding-left: 5em;
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -5em;
  padding-left: 6em;
}

.select2-container--default .select2-results__option--highlighted[aria-selected] {
  background-color: #5897fb;
  color: white;
}

.select2-container--default .select2-results__group {
  cursor: default;
  display: block;
  padding: 6px;
}

.select2-container--classic .select2-selection--single {
  background-color: #f7f7f7;
  border: 1px solid #d7e0e7;
  outline: 0;
  background-image: linear-gradient(to bottom, #fff 50%, #eee 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFEEEEEE', GradientType=0);
}

.select2-container--classic .select2-selection--single:focus {
  border-color: #1ea6d4;
}

.select2-container--classic .select2-selection--single .select2-selection__rendered {
  color: #444;
  line-height: 28px;
}

.select2-container--classic .select2-selection--single .select2-selection__clear {
  cursor: pointer;
  float: right;
  font-weight: bold;
  margin-right: 10px;
}

.select2-container--classic .select2-selection--single .select2-selection__placeholder {
  color: #999;
}

.select2-container--classic .select2-selection--single .select2-selection__arrow {
  background-color: #ddd;
  border: none;
  border-left: 1px solid #d7e0e7;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  height: 26px;
  position: absolute;
  top: 1px;
  right: 1px;
  width: 20px;
  background-image: linear-gradient(to bottom, #eee 50%, #ccc 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE', endColorstr='#FFCCCCCC', GradientType=0);
}

.select2-container--classic .select2-selection--single .select2-selection__arrow b {
  border-color: #888 transparent transparent transparent;
  border-style: solid;
  border-width: 5px 4px 0 4px;
  height: 0;
  left: 50%;
  margin-left: -4px;
  margin-top: -2px;
  position: absolute;
  top: 50%;
  width: 0;
}

.select2-container--classic[dir="rtl"] .select2-selection--single .select2-selection__clear {
  float: left;
}

.select2-container--classic[dir="rtl"] .select2-selection--single .select2-selection__arrow {
  border: none;
  border-right: 1px solid #d7e0e7;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  left: 1px;
  right: auto;
}

.select2-container--classic.select2-container--open .select2-selection--single {
  border: 1px solid #5897fb;
}

.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow {
  background: transparent;
  border: none;
}

.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow b {
  border-color: transparent transparent #888 transparent;
  border-width: 0 4px 5px 4px;
}

.select2-container--classic.select2-container--open.select2-container--above .select2-selection--single {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  background-image: linear-gradient(to bottom, #fff 0%, #eee 50%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFEEEEEE', GradientType=0);
}

.select2-container--classic.select2-container--open.select2-container--below .select2-selection--single {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  background-image: linear-gradient(to bottom, #eee 50%, #fff 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE', endColorstr='#FFFFFFFF', GradientType=0);
}

.select2-container--classic .select2-selection--multiple {
  background-color: white;
  border: 1px solid #d7e0e7;
  cursor: text;
  outline: 0;
}

.select2-container--classic .select2-selection--multiple:focus {
  border-color: #1ea6d4;
}

.select2-container--classic .select2-selection--multiple .select2-selection__rendered {
  list-style: none;
  margin: 0;
  padding: 0 5px;
}

.select2-container--classic .select2-selection--multiple .select2-selection__clear {
  display: none;
}

.select2-container--classic .select2-selection--multiple .select2-selection__choice {
  background-color: #e4e4e4;
  border: 1px solid #d7e0e7;
  cursor: default;
  float: left;
  margin-right: 5px;
  margin-top: 5px;
  padding: 0 5px;
}

.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove {
  color: #888;
  cursor: pointer;
  display: inline-block;
  font-weight: bold;
  margin-right: 2px;
}

.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove:hover {
  color: #555;
}

.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
  float: right;
}

.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
  margin-left: 5px;
  margin-right: auto;
}

.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove {
  margin-left: 2px;
  margin-right: auto;
}

.select2-container--classic.select2-container--open .select2-selection--multiple {
  border: 1px solid #5897fb;
}

.select2-container--classic.select2-container--open.select2-container--above .select2-selection--multiple {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.select2-container--classic.select2-container--open.select2-container--below .select2-selection--multiple {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

.select2-container--classic .select2-search--dropdown .select2-search__field {
  border: 1px solid #d7e0e7;
  outline: 0;
}

.select2-container--classic .select2-search--inline .select2-search__field {
  outline: 0;
  box-shadow: none;
}

.select2-container--classic .select2-dropdown {
  background-color: #fff;
  border: 1px solid transparent;
}

.select2-container--classic .select2-dropdown--above {
  border-bottom: none;
}

.select2-container--classic .select2-dropdown--below {
  border-top: none;
}

.select2-container--classic .select2-results > .select2-results__options {
  max-height: 200px;
  overflow-y: auto;
}

.select2-container--classic .select2-results__option[role=group] {
  padding: 0;
}

.select2-container--classic .select2-results__option[aria-disabled=true] {
  color: grey;
}

.select2-container--classic .select2-results__option--highlighted[aria-selected] {
  background-color: #3875d7;
  color: #fff;
}

.select2-container--classic .select2-results__group {
  cursor: default;
  display: block;
  padding: 6px;
}

.select2-container--classic.select2-container--open .select2-dropdown {
  border-color: #d7e0e7;
}

.spinner {
  width: 100px;
  margin-right: .4em;
}

.spinner input {
  text-align: right;
}

.spinner .glyphicon {
  font-size: 10px;
}

.input-group-btn-vertical {
  position: relative;
  white-space: nowrap;
  width: 1%;
  vertical-align: middle;
  display: table-cell;
}

.input-group-btn-vertical > .btn {
  display: block;
  float: none;
  width: 100%;
  max-width: 100%;
  padding: 8px;
  margin-left: -1px;
  position: relative;
  border-radius: 0;
}

.input-group-btn-vertical > .btn:first-child {
  border-top-right-radius: 4px;
}

.input-group-btn-vertical > .btn:last-child {
  margin-top: -2px;
  border-bottom-right-radius: 4px;
}

.input-group-btn-vertical i {
  position: absolute;
  top: 3px;
  left: 4px;
}

#order_list th, #order_list td, #crm_seller th, #crm_seller td {
	padding: 5px;
}

#order_list th, #order_list td {
	vertical-align: middle;
}

#order_list .js_order_pay {
	margin-bottom: 5px;
}

#order_list .gr, #crm_seller .gr {
	background-color: #ddf6ff;
}

#crm_seller .gr-pay-status {
    display: inline-block;
	width: 18px;
    height: 18px;
	line-height: 1.4em;
    vertical-align: bottom;
    text-align: center;
	font-size: 12px;
}

#crm_seller .gr-pay-status.status-1 {
    color: #fff;
}

#crm_seller .gr-pay-status.status-2 {
    color: orange;
}

#crm_seller .gr-pay-status.status-3 {
    color: #ff0000;
}

#crm_seller .gr-pay-status.status-4 {
    color: green;
}

#crm_seller .gr-pay-status.status-5 {
    color: #ff00c8;
}

#crm_seller .gr-pay-status.status-6 {
    color: #3300ff;
}


/* Seller profile */

#profile-form #bs-block .checkbox_group .checkbox-p label span {
    position: relative;
    top: 3px;
    display: inline-block;
    width: 16px;
    height: 16px;
    border: 1px solid #cccccc;
    margin: 0 10px 0 0;
}

#profile-form #bs-block .checkbox_group .checkbox-p input {
    position: static;
    margin: 0;
    display: none;
}

#profile-form #bs-block .checkbox_group .checkbox-p input:checked + label span {
    background: url(/img/icons/checked.gif) center center no-repeat;
    background-size: 80%;
}

#profile-form #bs-block .grunner-check + label {
	font-weight: bold;
}

#profile-form #bs-block .control-label {
	margin-bottom: 5px;
}

#profile-form #bs-block .bs-jur .form-wrap__row {
	margin-bottom: 20px;
}

.cabinet-seller .advertise-btn {
	float: none;
	width: 130px;
}

#product-create .question-block {
	position: relative;
	display: inline-block;
}

#product-create .hint {
	position: absolute;
    top: 0;
	left: 18px;
	width: 200px;
    background: rgba(0, 0, 0, 0.8);
    border: #ccc;
    color: #fff;
    padding: 5px;
    border-radius: 5px;
    font-size: 12px;
	z-index: 10;
}