@import "/fonts/GothamPro/stylesheet.css" all;
@import "/fonts/Gilroy/gilroy.css" all;
/*=========================================*/
/* CONFIG */
/*=========================================*/
@keyframes fadeIn {
  from {
    opacity: 0;
    transform: translateY(-20px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes fadeOut {
  from {
    opacity: 1;
    transform: translateY(0);
  }
  to {
    opacity: 0;
    transform: translateY(-20px);
  }
}
.flex-center {
  display: flex;
  align-items: center;
  justify-content: center;
}
@font-face {
  font-family: "Rouble";
  font-style: normal;
  font-weight: normal;
  src: url("/fonts/rouble.eot?#iefix") format("embedded-opentype"), url("/fonts/rouble.woff") format("woff"), url("/fonts/rouble.ttf") format("truetype"), url("/fonts/rouble.svg#Rouble") format("svg");
}
@font-face {
  font-family: 'Inter';
  src: url("../fonts/Inter/Inter.ttf");
}
@font-face {
  font-family: 'Glyphicons Halflings';
  src: url('../fonts/glyphicons/glyphicons-halflings-regular.eot');
  src: url('../fonts/glyphicons/glyphicons-halflings-regular.eot?#iefix') format('embedded-opentype'), url('../fonts/glyphicons/glyphicons-halflings-regular.woff2') format('woff2'), url('../fonts/glyphicons/glyphicons-halflings-regular.woff') format('woff'), url('../fonts/glyphicons/glyphicons-halflings-regular.ttf') format('truetype'), url('../fonts/glyphicons/glyphicons-halflings-regular.svg#glyphicons_halflingsregular') format('svg');
}
@font-face {
  font-family: 'Roboto';
  src: url("../fonts/Roboto-Regular.eot");
  src: url("../fonts/Roboto-Regular.eot?#iefix") format("embedded-opentype"), url("../fonts/Roboto-Regular.woff") format("woff"), url("../fonts/Roboto-Regular.ttf") format("truetype"), url("../fonts/Roboto-Regular.svg#Roboto") format("svg");
}
.noperehod {
  pointer-events: none;
}
body {
  min-width: 375px;
}
.body_wrapper {
  background: #FFFFFF;
}
.wrapper {
  overflow-x: hidden !important;
}
.bordered {
  border: solid 1px #dfdfdf;
}
.rounded {
  border-radius: 10px;
}
.default_filled {
  background-color: #ffffff;
}
.default_padding {
  padding: 10px;
}
.rounded_top {
  border-top-right-radius: 10px;
  border-top-left-radius: 10px;
}
.filled {
  background: #ffffff;
}
.topdashed {
  border-top: dashed 1px;
}
.toppadding20 {
  padding-top: 20px;
}
.toppadding10 {
  padding-top: 10px;
}
.bottompadding20 {
  padding-bottom: 20px;
}
.bottompadding15 {
  padding-bottom: 15px;
}
.topmargin15 {
  margin-top: 15px;
}
.width100 {
  width: 100%;
}
.form__control {
  border: solid 1px #dfdfdf;
  border-radius: 10px;
  padding: 14px 15px;
  width: 100%;
}
.border_none {
  border: none !important;
}
.reset_bootstrap_padding {
  padding-left: 0;
  padding-right: 0;
}
.grey_textcolor {
  color: #b1b1b1;
}
.gilroy_black {
  font-family: 'Gilroy', sans-serif;
  color: #000000;
}
body {
  font-family: Arial, Tahoma, Geneva, sans-serif;
  font-size: 12px;
}
a {
  color: #4fb4ff;
  text-decoration: none;
}
a:active,
a:focus {
  text-decoration: none;
  outline: none;
  color: #4fb4ff;
}
a:hover {
  text-decoration: none;
  outline: none;
  color: #FF3700;
}
input:focus,
textarea:focus,
select:focus {
  outline: none;
}
ul {
  margin: 0;
  padding: 0;
}
.nobullet {
  list-style-type: none;
}
.content {
  /*.bordered;*/
  border-radius: 10px;
  background: #ffffff;
  color: #414141;
  margin-bottom: 20px;
  margin-left: 0px;
  margin-right: 0px;
}
.title {
  font-weight: bold;
  margin: 0;
  padding: 0;
}
.title_xs {
  font-size: 10px;
}
.title_s {
  font-size: 13px;
}
.title_m {
  font-size: 16px;
}
.title_l {
  font-size: 20px;
}
.float-left {
  float: left;
}
.float-right {
  float: right;
}
.font-weight-bold {
  font-weight: bold;
}
.widget__title {
  line-height: 21px;
  margin-bottom: 10px;
  font-size: 16px;
}
.widget__title.category_back {
  display: block;
  position: relative;
  padding-left: 25px;
}
.widget__title.category_back:hover:before {
  border-color: #FF3700;
}
.widget__title.category_back::before {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  top: 1px;
  border-left: 2px solid #000000;
  border-top: 2px solid #000000;
  width: 8px;
  height: 8px;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
  padding: 3px;
  margin: 5px;
}
.rouble {
  font-family: "Rouble";
  font-style: normal;
  font-weight: normal;
}
.alert.alert-success.red {
  border: 3px solid red;
}
.alert {
  border: 1px solid transparent;
  border-radius: 12px;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 1.5rem;
  margin: 0 0 20px;
  padding: 30px;
  position: relative;
}
.alert-success {
  background-color: #FFFFFF;
  border-color: #f2f2f2;
  color: #303030;
  text-align: center;
}
span.operation_panel_action_link {
  color: #00b4ff;
  cursor: pointer;
  padding-left: 34px;
  position: relative;
  overflow: hidden;
  height: 24px;
}
span.operation_panel_action_link:before {
  content: "";
  position: absolute;
  width: 24px;
  height: 24px;
  left: 0px;
  background: rgba(0, 0, 0, 0) url(/images/icons/arrow_a_24.png) no-repeat scroll 0 0;
}
span.operation_panel_action_link.container_open:before {
  background: rgba(0, 0, 0, 0) url(/images/icons/arrow_b_24.png) no-repeat scroll 0 0;
}
div.operation_panel_container {
  background-color: white;
  border: 1px solid #dfdfdf;
  border-radius: 5px;
  box-shadow: 3px 3px 3px #888888;
  padding: 10px;
  position: absolute;
  z-index: 100;
}
div.operation_panel_container .cabinet_operation_performer_link {
  white-space: nowrap;
}
.empty {
  display: inline-block;
  width: 100%;
  color: #b5b5b5;
  padding: 85px 0 125px;
  text-align: center;
}
.empty.offer_container {
  width: 180px;
}
.empty p {
  font-size: 16px;
  margin: 10px;
}
.reset_filter {
  display: inline-block;
  width: 100%;
  text-align: center;
  margin: 40px 0 20px;
  font-weight: bold;
  font-size: 20px;
}
.flash-message {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 1.5rem;
  position: relative;
  border: 1px solid transparent;
  border-radius: 12px;
  padding: 10px;
  margin: 0 auto;
  margin-bottom: 20px;
  text-align: center;
  color: #FFFFFF;
}
.flash-message.message-positive {
  background-color: #35ba01;
}
.flash-message.message-negative {
  background-color: #ff3700;
}
.flash-message.message-neutral {
  background-color: #939393;
}
.margin_direct {
  margin-bottom: 20px;
}
.margin_panel {
  margin-bottom: 30px;
}
.margin-top-20 {
  margin-top: 20px;
}
.no_border {
  border: unset !important;
}
.ads_header_block {
  height: 90px !important;
  padding-left: 0;
  padding-right: 0;
}
.ads_footer_block {
  min-height: 120px;
  max-height: 255px;
  /*padding-left: 0;
  padding-right: 0;*/
}
.horizontal_in_listing_feed {
  margin-bottom: 5px;
  min-height: 124px;
  padding: initial;
}
@media all and (max-width: 1024px) {
  .horizontal_in_listing_feed {
    border-bottom: 1px solid #dfdfdf;
    margin-bottom: initial;
  }
}
.clearfix:before,
.clearfix:after {
  display: table;
  content: " ";
}
.clearfix:after {
  clear: both;
}
.loading {
  background: #FFFFFF url('../images/loader.gif') no-repeat 10% center;
}
.universal_link_red_color {
  color: #FF3700 !important;
}
.universal_red_color {
  color: #FF3700 !important;
}
.universal_link_blue_color {
  color: #4FB4FF !important;
}
.universal_link_black_color {
  color: #000000;
}
.universal_link_red_color:hover,
.universal_link_blue_color:hover {
  color: #FFFFFF !important;
}
.universal_link_white_color {
  color: #FFFFFF !important;
}
.universal_link_white_color:hover {
  color: #FF3700 !important;
}
.universal_link_black_color:hover {
  color: #dfdfdf;
}
.no-flick {
  transform: translate3d(0, 0, 0);
  -webkit-transform: translate3d(0, 0, 0);
}
.inline {
  display: inline-block;
}
.tag_h1 {
  line-height: 1.1;
  margin-right: 5px;
  font-size: 16px;
}
.app_wrapper {
  display: flex;
  gap: 10px;
  width: min-content;
  margin: 20px 0 0 auto;
}
.app_android_wrapper {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  gap: 10px;
  padding: 10px;
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.1);
}
.app_android_wrapper .qr_code {
  width: 98px;
  height: 98px;
  border-radius: 15px;
  padding: 5px;
  background-color: white;
}
.app_android_wrapper .store_icon {
  width: 98px;
  height: 31.61px;
}
a.app_android {
  display: inline-block;
  margin-top: 5px;
}
a.app_android img {
  width: 150px;
}
#ui-datepicker-div {
  z-index: 500 !important;
}
/*=========================================*/
/* BUTTONS */
/*=========================================*/
.btn {
  background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
  border: 0 none;
  border-radius: 10px;
  display: inline-block;
  font-size: 12px;
  padding: 15px 30px;
  text-decoration: none;
}
.new-item-btn {
  background: #dfdfdf none repeat scroll 0 0;
  color: #000000;
}
.add-to-favorites-btn {
  padding-left: 15px;
  padding-right: 15px;
}
.level-up-btn {
  background: rgba(0, 0, 0, 0) url("/images/icon-up.png") no-repeat scroll 0 0;
  display: block;
  height: 21px;
  width: 22px;
}
.bid-btn,
.buy-now-btn,
.add-to-cart-btn,
.go_to_cart {
  background: #ff3700 none repeat scroll 0 0;
  color: #FFFFFF;
  font-weight: bold;
  margin-bottom: 5px;
  margin-right: 5px;
}
.safe-deal-btn {
  background: #005FF1 none repeat scroll 0 0;
  color: #FFFFFF;
  font-weight: bold;
  margin-bottom: 5px;
  margin-right: 5px;
  width: 180px;
  height: 46px;
  padding: 0;
  outline: none;
  border: none;
  white-space: normal;
}
.safe-deal-btn.free {
  padding-left: 49px;
  text-align: left;
  background: #005FF1 url("/images/icons/safe_deal_free.jpg") no-repeat scroll 7px center;
  background-size: 35px;
}
.safe-deal-btn.discount20 {
  background: #005FF1 url("/images/btn_safe_discount20.svg") no-repeat scroll 7px center;
}
.safe-deal-btn:hover,
.safe-deal-btn:focus,
.safe-deal-btn:active {
  color: #FFFFFF;
  text-decoration: none;
  outline: none;
  border: none;
}
.safe-deal-btn2 {
  background: #005FF1 none repeat scroll 0 0;
  color: #FFFFFF;
  font-weight: bold;
  margin-bottom: 5px;
  margin-right: 5px;
  width: 180px;
  height: 20px;
  padding: 12px;
  outline: none;
  border: none;
  white-space: normal;
}
.safe-deal-btn2.free {
  padding: initial;
  text-align: left;
  padding: 7px 0 20px 50px;
  width: 150px;
  background: #005FF1 url("/images/icons/safe_deal_free.jpg") no-repeat scroll 7px center;
  background-size: 35px;
}
.safe-deal-btn2.discount20 {
  background: #005FF1 url("/images/btn_safe_discount20.svg") no-repeat scroll 7px center;
}
.safe-deal-btn2:hover,
.safe-deal-btn2:focus,
.safe-deal-btn2:active {
  color: #FFFFFF;
  text-decoration: none;
  outline: none;
  border: none;
}
.bid-btn:hover,
.buy-now-btn:hover {
  color: #FFFFFF;
  text-decoration: none;
  outline: none;
}
.add-to-cart-btn,
.add-to-cart-btn:hover {
  background: #35b903 url("/images/icons/add_to_cart.png") no-repeat scroll 8px 13px;
  width: 46px;
  height: 46px;
  padding: 0;
  margin-right: 5px;
}
.safedeal-icon-btn,
.safedeal-icon-btn:hover {
  background: #005FF1 url("/images/icons/safe_deal.svg") no-repeat scroll center;
  width: 46px;
  height: 46px;
  padding: 0;
  margin-right: 5px;
  margin-bottom: 5px;
}
.safedeal-icon-btn:hover,
.safedeal-icon-btn:focus,
.safedeal-icon-btn:active {
  color: #FFFFFF;
  text-decoration: none;
  outline: none;
  border: none;
}
.safedeal-icon-mini,
.safedeal-icon-mini:hover {
  background: white url("/images/icons/safe_deal_icon_mini.svg") no-repeat scroll center;
  padding: 4px 20px 4px 26px;
}
.safedeal-icon-mini2,
.safedeal-icon-mini2:hover {
  background: transparent url("/images/icons/safe_deal_icon_mini.svg") no-repeat scroll center;
  padding: 12px 20px 6px 26px;
}
.buy-now-btn_gray,
.add-to-cart-btn_gray {
  background-color: #dfdfdf;
  color: #000000;
}
.buy-now-btn_gray:hover,
.add-to-cart-btn_gray:hover {
  color: #000000;
  text-decoration: none;
}
.buy-now-btn_gray:focus,
.add-to-cart-btn_gray:focus {
  color: #000000;
  text-decoration: none;
  outline: none;
}
.auth-btn,
.registration-btn,
.btn-green {
  color: #FFFFFF;
  font-weight: bold;
  margin-top: 15px;
  width: 160px;
}
.sell-form-btn {
  color: #FFFFFF;
  font-weight: bold;
  margin-top: 15px;
  width: 200px;
}
.auth-btn:hover,
.registration-btn:hover,
.btn-green:hover,
.sell-form-btn:hover {
  color: #FFFFFF;
  text-decoration: none;
}
.auth-btn:focus,
.registration-btn:focus,
.btn-green:focus,
.sell-form-btn:focus {
  color: #FFFFFF;
  text-decoration: none;
  outline: none;
}
.auth-btn,
.sell-form-btn {
  background: #ff3700 none repeat scroll 0 0;
}
.registration-btn,
.btn-green {
  background: #35b903 none repeat scroll 0 0;
}
.captcha-btn {
  padding-left: 10px;
  padding-right: 10px;
}
.apply-filter-btn,
.reset-filter-btn {
  border-radius: 24px;
  margin-left: 15px;
  padding: 13px 0;
  width: 47px;
}
.apply-filter-btn {
  border: 2px solid #78c962;
}
.reset-filter-btn {
  border: 2px solid #ff1111;
}
.settings-btn {
  background: #ff3700 none repeat scroll 0 0;
  border-radius: 10px;
  color: #FFFFFF;
  font-weight: bold;
}
.filters-btn {
  border: 1px solid #dfdfdf;
}
.search_string_remove {
  color: #e50000;
  font-size: 15px;
  margin-left: -5px;
  margin-top: 14px;
  position: absolute;
  z-index: 2;
}
.search_string_remove:hover,
.search_string_remove:focus {
  color: #e50000;
}
.search__drop {
  position: absolute;
  top: 20px;
  left: 11px;
  border: 0 none;
  height: 10px;
  width: 10px;
  background: url(/images/icon-reset.png) center no-repeat;
  background-size: contain;
  text-indent: -9999px;
}
/*=========================================*/
/* END BUTTONS */
/*=========================================*/
/*=========================================*/
/* ICONS */
/*=========================================*/
.icon {
  background-position: center 0;
  background-repeat: no-repeat;
  display: inline-block;
  height: 21px;
  margin: -6px 0;
  width: 21px;
}
.icon_agree {
  background-image: url("/images/icon-agree.png");
}
.icon_apply {
  background-image: url("/images/icon-apply.png");
}
.icon_c {
  background-image: url("/images/icon-c.png");
}
.icon_clock {
  background-image: url("/images/icons/icon-clock_24.png");
  min-width: 24px;
}
.icon_location {
  background-image: url("/images/icons/icon-location_24.png");
  min-width: 24px;
}
.icon_delivery {
  background-image: url("/images/icons/icon-delivery_24.png");
  min-width: 24px;
}
.icon_bpp {
  background-image: url("/images/icons/icon_bpp.png");
  background-size: cover;
  margin: auto;
}
.icon_antisniper {
  background-image: url("/images/icons/anti_sniper.svg");
  background-size: cover;
  margin: auto;
  width: 24px;
  height: 24px;
}
.icon_offers_group {
  background-image: url("/images/icons/offers_group.svg");
  background-size: cover;
  margin: auto;
  width: 24px;
  height: 24px;
}
.icon_fav {
  background-image: url("/images/icon-fav.png");
  width: 23px;
}
.icon_plus {
  background-image: url("/images/icon-plus.png");
}
.icon_refresh {
  background-image: url("/images/icon-refresh.png");
  width: 24px;
}
.icon_reset {
  background-image: url("/images/icon-reset.png");
}
.icon_star {
  background-image: url("/images/icon-star.png");
  width: 18px;
}
.icon_up {
  background-image: url("/images/icon-up.png");
  width: 22px;
}
.icon_users {
  background-image: url("/images/icons/icon-users_24.png");
  width: 24px;
}
/*=========================================*/
/* END ICONS */
/*=========================================*/
/*=========================================*/
/* COMMUNITY ICON */
/*=========================================*/
.community_icons img:hover,
.community_icons_mobile img:hover {
  filter: alpha(opacity=80);
  opacity: 0.8;
}
header .navbar .navbar-collapse#globalNavbar .community_icons ul li:nth-of-type(1n+5) {
  padding-right: 20px;
}
header .navbar .navbar-collapse#globalNavbar .community_icons ul li:nth-of-type(1n+6) {
  display: none;
}
/*=========================================*/
/* END COMMUNITY ICON */
/*=========================================*/
/*=========================================*/
/* HEADER - BLOCK "USER LINKS" */
/*=========================================*/
.navbar {
  border: none;
  height: 40px;
  min-height: unset;
  /* + @screen-xs-max */
}
.navbar.navbar-inverse {
  background-color: #000000;
}
.navbar .container {
  position: relative;
}
.navbar li {
  list-style-type: none;
}
.navbar div#rightNavbar li.icons,
.navbar div.navbar-header li.icons {
  padding: 10px 0 8px 20px;
}
.navbar div#rightNavbar li.icons:hover,
.navbar div.navbar-header li.icons:hover {
  filter: alpha(opacity=80);
  opacity: 0.8;
}
.navbar #rightNavbar li.languages,
.navbar #globalNavbar li.languages {
  padding-left: initial;
  padding-right: initial;
}
@media (max-width: 767px) {
  .navbar #rightNavbar li.languages,
  .navbar #globalNavbar li.languages {
    margin-bottom: 25px;
  }
}
.navbar #rightNavbar li.languages a,
.navbar #globalNavbar li.languages a {
  color: #FFFFFF;
  cursor: pointer;
}
.navbar #rightNavbar li.languages a:hover,
.navbar #globalNavbar li.languages a:hover {
  color: #ff6f47;
}
.navbar #rightNavbar li.languages span,
.navbar #globalNavbar li.languages span {
  color: #FF3700 !important;
  font-weight: bold;
}
.navbar #rightNavbar li.languages .delimiter,
.navbar #globalNavbar li.languages .delimiter {
  margin: 0 5px;
}
.navbar div.navbar-header li.icons {
  padding-left: 10px;
}
.navbar a.unread_price_proposal {
  height: 22px;
  width: 27px;
  background: rgba(0, 0, 0, 0) url("/images/icons/price_proposal.svg") no-repeat scroll left center;
}
.navbar a.unread_price_proposal.ru {
  height: 22px;
  width: 27px;
  background: rgba(0, 0, 0, 0) url("/images/icons/price_proposal_ru.svg") no-repeat scroll left center;
}
.navbar a.unread_price_proposal.ua {
  height: 22px;
  width: 27px;
  background: rgba(0, 0, 0, 0) url("/images/icons/price_proposal_ua.svg") no-repeat scroll left center;
}
.navbar a.unread_price_proposal span {
  top: 5px;
  margin-left: 1px;
}
.navbar a.unread_messages {
  width: 28px;
  background: rgba(0, 0, 0, 0) url("/images/icons/unread_icon.svg") no-repeat scroll left center;
}
.navbar a.unread_messages.zero {
  background: rgba(0, 0, 0, 0) url("/images/icons/unread_icon_zero.svg") no-repeat scroll left center;
}
.navbar a.unread_messages span {
  top: 6px;
  margin-left: 2px;
}
.navbar a.top_watch {
  width: 26px;
  background: rgba(0, 0, 0, 0) url("/images/icons/watch_in_top_link.svg") no-repeat scroll left center;
}
.navbar a.top_watch.zero {
  background: rgba(0, 0, 0, 0) url("/images/icons/watch_in_top_link_zero.svg") no-repeat scroll left center;
}
.navbar a.top_watch span {
  top: 6px;
}
.navbar a.unread_messages,
.navbar a.unread_price_proposal,
.navbar a.top_watch {
  display: block;
  height: 19px;
  position: relative;
}
.navbar a.unread_messages span,
.navbar a.unread_price_proposal span,
.navbar a.top_watch span {
  top: 1px;
  right: 1px;
  position: absolute;
  font-family: Roboto;
  font-style: normal;
  font-weight: 900;
  line-height: normal;
  font-size: 9px;
  width: 10px;
  text-align: center;
  color: #252525;
}
.navbar .navbar-header button.logo {
  padding: unset;
  margin: 5px 9px 5px;
  z-index: 200;
  border-radius: 25px;
  overflow: hidden;
}
.navbar .navbar-header button.logo .avatar_widget {
  height: 30px;
  width: 30px;
}
.navbar .navbar-header .navbar-brand-mobile {
  height: 40px;
  padding: 13px;
  display: block;
}
.navbar .navbar-header .navbar-brand-mobile > img {
  margin: 0 auto;
}
.navbar .navbar-header div:first-child,
.navbar .navbar-header div:last-child {
  padding: unset;
}
.navbar .navbar-header .navbar-toggle {
  float: left;
  border: none;
  padding: 4px 5px;
  margin: 10px 6px;
  background-color: #000000;
}
.navbar .navbar-header .navbar-toggle .icon-bar + .icon-bar {
  margin-top: 3px;
}
.navbar .navbar-header .navbar-toggle .icon-bar {
  width: 18px;
}
.navbar .navbar-collapse#globalNavbar {
  float: left;
}
.navbar .navbar-collapse#globalNavbar li > a,
.navbar .navbar-collapse#globalNavbar li > span {
  color: #FFFFFF;
}
.navbar .navbar-collapse#globalNavbar li {
  float: left;
  padding: 12px 20px 11px 0;
}
.navbar .navbar-collapse#globalNavbar li.community_icons {
  padding: 8px 0;
}
.navbar .navbar-collapse#globalNavbar li.community_icons li {
  padding: unset;
  padding-right: 8px;
}
.navbar .navbar-collapse#globalNavbar li.community_icons li:last-child {
  padding-right: 20px;
}
.navbar #rightNavbar {
  float: right;
}
.navbar #rightNavbar li {
  float: right;
  padding: 12px 0 11px 20px;
}
.navbar #rightNavbar li.user_drop_menu {
  padding: unset;
}
.navbar #rightNavbar li.user_drop_menu span {
  color: #FFFFFF;
  max-width: 250px;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  display: -moz-box;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  box-orient: vertical;
  -webkit-line-clamp: 1;
  line-clamp: 1;
  text-align: left;
}
.navbar #rightNavbar li.user_drop_menu:hover {
  filter: alpha(opacity=80);
  opacity: 0.8;
}
.navbar #rightNavbar .logo {
  background-color: black;
  display: block;
  padding: unset;
  margin: 5px 0px 5px 11px;
  overflow: hidden;
  border: unset;
  outline: none;
}
.navbar #rightNavbar .logo > * {
  float: left;
}
.navbar #rightNavbar .logo img {
  border-radius: 25px;
  width: 30px;
  height: 30px;
}
.navbar #rightNavbar .logo span {
  padding-left: 11px;
  margin-top: 7px;
}
.navbar #rightNavbar #balance_in_top_menu {
  padding-top: 9px;
}
.navbar #rightNavbar #balance_in_top_menu * {
  color: #FF3700;
  border-color: #FF3700;
}
.navbar #rightNavbar #balance_in_top_menu:hover * {
  color: #FFFFFF;
  border-color: #FFFFFF;
}
.navbar #rightNavbar #balance_in_top_menu .balance::after {
  content: "+";
  border: 1px solid;
  border-radius: 10px;
  padding: 0px 4px;
  margin-left: 7px;
  font-size: 14px;
}
@media (max-width: 1199px) {
  .navbar #rightNavbar #balance_in_top_menu {
    display: none;
  }
}
.navbar #userNavbar .green {
  color: #61B436;
  border-color: #61B436;
}
.navbar #userNavbar .red {
  color: #FF3700;
  border-color: #FF3700;
}
.navbar #userNavbar .balance::after {
  content: "+";
  border: 1px solid;
  border-radius: 10px;
  padding: 0px 4px;
  margin-left: 7px;
  font-size: 14px;
}
@media (min-width: 768px) {
  .navbar div#userNavbar {
    top: 40px;
    right: -15px;
    position: absolute;
    z-index: 100;
    /*box-shadow: -10px 4px 10px rgba(0, 0, 0, 0.15);*/
    background-color: #000000;
    padding: 0 30px 26px 30px;
    min-width: 160px;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    border-bottom-left-radius: 6px;
    border-bottom-right-radius: 6px;
  }
  .navbar div#userNavbar ul {
    margin-left: 0;
    padding-left: 0;
  }
  .navbar div#userNavbar ul > :first-child {
    height: 40px;
    margin-right: 40px;
    line-height: 40px;
    font-weight: bold;
    margin-top: unset;
  }
  .navbar div#userNavbar ul li {
    margin-top: 16px;
    list-style-type: none;
    color: #FFFFFF;
  }
  .navbar div#userNavbar ul li a {
    font-size: 14px;
    line-height: 16px;
    color: #FFFFFF;
    font-weight: unset;
  }
  .navbar div#userNavbar ul .logout {
    margin-top: 100px;
  }
}
@media (max-width: 767px) {
  .navbar .navbar-collapse#globalNavbar {
    position: absolute;
    left: 0px;
    top: 42px;
    min-width: 296px;
    background: #000000;
    box-shadow: 10px 4px 10px rgba(0, 0, 0, 0.15);
    border-radius: 0px 20px 20px 0px;
    padding: 14px 15px 15px 19px;
  }
  .navbar .navbar-collapse#globalNavbar li {
    float: unset;
    padding: unset;
    display: block;
    margin-top: 18px;
    font-weight: bold;
    color: #FFFFFF;
  }
  .navbar .navbar-collapse#globalNavbar .category_mobile {
    position: relative;
  }
  .navbar .navbar-collapse#globalNavbar .category_mobile > span::after {
    content: "";
    background: #FFFFFF url("/images/sprite.png") no-repeat scroll center -8px;
    filter: invert(100%);
    display: block;
    height: 6px;
    position: absolute;
    top: 6px;
    left: 120px;
    transition: transform 0.1s ease 0s;
    width: 13px;
    z-index: 283;
  }
  .navbar .navbar-collapse#globalNavbar .category_mobile > span.open::after {
    transform: rotate(180deg);
  }
  .navbar .navbar-collapse#globalNavbar .category_mobile #collapseCategory {
    padding: 10px 0 20px 21px;
  }
  .navbar .navbar-collapse#globalNavbar .category_mobile #collapseCategory li {
    font-weight: normal;
  }
  .navbar .navbar-collapse#globalNavbar li.community_icons_mobile ul {
    margin: 50px 0;
  }
  .navbar .navbar-collapse#globalNavbar li.community_icons_mobile ul li {
    display: inline;
    margin-right: 5px;
  }
  .navbar .navbar-collapse#globalNavbar .doors {
    margin-bottom: 36px;
  }
  .navbar .navbar-collapse#globalNavbar .doors a {
    font-weight: normal;
  }
  .navbar div#userNavbar {
    position: absolute;
    z-index: 100;
    min-width: 247px;
    border: unset;
    top: 0px;
    right: 0px;
    border-bottom-left-radius: 20px;
    box-shadow: -10px 4px 10px rgba(0, 0, 0, 0.15);
    background-color: #000000;
    padding: 0 15px 26px 24px;
  }
  .navbar div#userNavbar ul {
    margin-left: 0;
    padding-left: 0;
  }
  .navbar div#userNavbar ul > :first-child {
    height: 40px;
    margin-right: 40px;
    line-height: 40px;
    font-weight: bold;
    margin-top: unset;
  }
  .navbar div#userNavbar ul li {
    margin-top: 18px;
    list-style-type: none;
    color: #FFFFFF;
  }
  .navbar div#userNavbar ul li a {
    font-size: 14px;
    line-height: 16px;
    color: #FFFFFF;
    font-weight: unset;
  }
  .navbar div#userNavbar ul .logout {
    margin-top: 109px;
  }
}
.basket_icon {
  padding: 10px 0 10px 10px;
}
.btn_basket {
  display: inline-block;
  padding: 15px 0 15px 44px;
  position: relative;
  text-decoration: none;
  vertical-align: top;
}
.btn_basket .icon {
  position: absolute;
  left: 0;
  top: 13px;
  background: url("/images/basket_icon.svg") no-repeat scroll 0 0;
  width: 24px;
  height: 33px;
}
.btn_basket.mini {
  margin: unset;
  padding: unset;
  padding-left: 25px;
}
.btn_basket.mini .icon {
  width: 17px;
  height: 23px;
  background: url("/images/basket_icon_mini.svg") no-repeat scroll 0 0;
  top: 5px;
}
.header_text_basket {
  width: 125px;
  color: #000000;
  font-size: 14px;
  text-align: left;
}
.catmenu_container {
  margin: 0 -10000px;
  margin-bottom: 20px;
  background-color: #FAFAFA;
}
.catmenu_container div {
  padding: 0;
}
.catmenu_container .drop_down_menu {
  z-index: 999;
  display: none;
  position: absolute;
  border: solid 1px #dfdfdf;
  border-radius: 10px;
  background: #ffffff;
  width: 100%;
  padding: 12px 35px;
  font-size: 12px;
  min-height: 100px;
  max-height: 500px;
  overflow: hidden;
  top: 58px;
  left: 0;
  border-top-left-radius: initial;
  border-top-right-radius: initial;
  border-top: initial;
  background-color: #FFFFFF;
  cursor: initial;
}
.catmenu_container .drop_down_menu > div {
  display: flex;
  /*border-top: 1px solid #F4F4F4;*/
  padding: 23px 0;
  float: left;
  width: 100%;
}
.catmenu_container .drop_down_menu .small_menu_block {
  float: left;
  margin-top: 9px;
}
.catmenu_container .drop_down_menu .small_menu_block .chunk_cat {
  float: left;
  width: 200px;
  margin-right: 20px;
}
.catmenu_container .drop_down_menu .small_menu_block .chunk_cat ul {
  list-style-type: none;
}
.catmenu_container .drop_down_menu .small_menu_block .chunk_cat ul li {
  margin-bottom: 6px;
}
.catmenu_container .drop_down_menu .small_menu_block .chunk_cat ul li a:hover {
  color: #ff3700;
}
.catmenu_container .drop_down_menu .small_menu_block .chunk_cat ul li.last {
  margin-bottom: 16px;
}
.catmenu_container .drop_down_menu .small_menu_block .chunk_cat ul li.second_level {
  font-weight: bold;
  padding-top: 6px;
  margin-bottom: 16px;
}
.catmenu_container .drop_down_menu .promotion_block {
  border: initial;
  float: left;
  margin-right: 40px;
  width: 129px;
}
.catmenu_container .drop_down_menu .promotion_block > * {
  width: 100%;
  float: left;
}
.catmenu_container .drop_down_menu .promotion_block img {
  width: 129px;
  height: 129px;
  border: 1px solid #dfdfdf;
  box-sizing: border-box;
  border-radius: 8px;
}
.catmenu_container .drop_down_menu .promotion_block .title {
  color: black;
  font-size: 12px;
  margin: 11px auto;
  font-weight: initial;
}
.catmenu_container .drop_down_menu .promotion_block .link {
  float: right;
  padding: 5px 20px;
  color: white;
  background: #FF3700;
  border-radius: 11px;
  font-weight: bold;
  font-size: 12px;
}
.catmenu_container .desktop_catmenu {
  position: relative;
  display: table;
  margin: auto;
  font-size: 12px;
  width: calc(100% - 10000px*2);
}
.catmenu_container .desktop_catmenu .item > a {
  position: relative;
  display: block;
}
.catmenu_container .desktop_catmenu .item > a:hover,
.catmenu_container .desktop_catmenu .item.show_down_menu > a {
  color: #ff3700;
}
.catmenu_container .desktop_catmenu .item.show_down_menu > a:after {
  content: "";
  display: block;
  position: absolute;
  width: 80%;
  height: 2px;
  background-color: red;
  top: 47px;
  z-index: 99999;
}
.catmenu_container .desktop_catmenu .item {
  display: table-cell;
  padding: 9px 0;
  cursor: pointer;
}
.catmenu_container .desktop_catmenu .item a {
  cursor: pointer;
  font-family: 'Gilroy', sans-serif;
  font-size: 14px;
  color: #000000;
  text-align: left;
  text-decoration: none;
}
.catmenu_container .desktop_catmenu .item strong {
  display: block;
}
.catmenu_container .item.customizable {
  position: relative;
}
.catmenu_container .item.customizable .drop_down_menu {
  width: initial;
  padding: initial;
  top: 86px;
}
.catmenu_container .item.customizable .drop_down_menu .small_menu_block {
  margin: initial;
  width: initial;
}
.catmenu_container .item.customizable .drop_down_menu ul {
  list-style-type: none;
  margin: 0 20px;
}
.catmenu_container .item.customizable .drop_down_menu ul li {
  font-weight: bold;
  padding-top: 6px;
  margin-bottom: 16px;
}
.catmenu_container .item.customizable .drop_down_menu ul li a {
  cursor: pointer;
  color: #000000;
  text-align: left;
  text-decoration: none;
  white-space: nowrap;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .navbar-nav li a.user-nav__dzen,
  .navbar-nav li a.user-nav__instagram {
    display: none;
  }
  .catmenu_container .drop_down_menu .small_menu_block {
    width: 730px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .navbar-nav li a.user-nav__instagram {
    display: none;
  }
  .safedeal-icon-mini2 {
    display: none;
  }
  .catmenu_container .drop_down_menu {
    display: none !important;
  }
  .catmenu_container .desktop_catmenu .item.show_down_menu > a:after {
    display: none;
  }
}
@media (max-width: 767px) {
  .navbar-nav li a.user-nav__vk1,
  .navbar-nav li a.user-nav__dzen1,
  .navbar-nav li a.user-nav__instagram1 {
    float: left;
  }
  .navbar-nav li a.user-nav_discount {
    padding-left: 15px;
  }
  .safedeal-icon-mini2 {
    display: none;
  }
}
/*=========================================*/
/* END HEADER */
/*=========================================*/
/*=========================================*/
/* MAIN PAGE */
/*=========================================*/
#alias_block {
  margin-top: 35px;
}
#alias_block .alias_block--title {
  margin-bottom: 13px;
  font-family: 'Gilroy-Bold', sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 20px;
}
#alias_block .alias_container {
  overflow: hidden;
  height: 37px;
  touch-action: manipulation;
}
#showcase_small {
  position: relative;
  touch-action: manipulation;
  width: 100%;
  height: 100px;
}
#showcase_small .frame {
  width: 100%;
  height: 100%;
  overflow: hidden;
}
#showcase_small .controls_slider {
  position: absolute;
  right: 15px;
  bottom: -35px;
}
@media all and (max-width: 1024px) {
  #showcase_small .controls_slider {
    display: none;
  }
}
#showcase_small .controls_slider * {
  float: left;
  width: 20px;
  font-size: 30px;
  background-color: initial;
  border: initial;
}
#showcase_small .controls_slider *:hover {
  font-weight: bold;
}
#showcase_small .controls_slider *.disabled {
  color: white;
}
#showcase_small li {
  float: left;
  margin-right: 10px;
  list-style: none;
}
#showcase_small a {
  display: block;
  width: 373px;
  height: 100px;
  border-radius: 10px;
  overflow: hidden;
}
#showcase_small a img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}
#center_tiny {
  margin-top: 50px;
  margin-right: -5px;
  margin-left: -5px;
}
#center_tiny > div {
  padding-left: 5px;
  padding-right: 5px;
}
@media all and (max-width: 991px) {
  #center_tiny > div {
    display: none;
  }
  #center_tiny > div:nth-child(1),
  #center_tiny > div:nth-child(2) {
    display: block;
  }
}
@media all and (max-width: 767px) {
  #center_tiny > div:nth-child(2) {
    display: none;
  }
}
#center_tiny a {
  display: block;
  height: 100px;
  overflow: hidden;
}
#center_tiny a img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}
#bazaar_collections {
  font-family: 'Gilroy', sans-serif;
  flex-wrap: wrap;
  display: flex;
  gap: 10px;
}
#bazaar_collections .bc--subband {
  display: flex;
  flex-direction: column;
  flex: 1;
  padding: 26px 30px 17px 30px;
  border-radius: 15px;
}
@media all and (max-width: 1024px) {
  #bazaar_collections .bc--subband {
    padding: 16px 15px 9px 15px;
  }
}
#bazaar_collections .bc--subband.collections {
  background: #37B9001A;
}
#bazaar_collections .bc--subband.bazaar {
  background: #FFEEE7;
}
#bazaar_collections .bc--subband.bazaar .bc_s_t--icon {
  background-image: url("/images/icons/icon_for_bazaar.svg");
}
#bazaar_collections .bc_s--title {
  display: flex;
  flex: 1;
  align-items: center;
  justify-content: space-between;
}
#bazaar_collections .bc_s--title > div {
  display: flex;
  flex-direction: column;
}
#bazaar_collections .bc_s--title > div .bc_s_t--name {
  font-size: 20px;
  font-weight: 700;
  line-height: 25px;
}
#bazaar_collections .bc_s--title > div .bc_s_t--descr {
  font-size: 14px;
  font-weight: 400;
  line-height: 17px;
}
#bazaar_collections .bc_s--title .bc_s_t--icon {
  width: 26px;
  height: 26px;
  background-image: url("/images/icons/icon_for_collections.svg");
  background-position: center;
  background-repeat: no-repeat;
}
#bazaar_collections .bc_s--container {
  display: grid;
  /*grid: repeat(3, 1fr)/repeat(4, minmax(90px, 1fr));*/
  grid: repeat(3, 1fr)/repeat(auto-fill, minmax(90px, 1fr));
  grid-auto-rows: 0;
  grid-column-gap: 20px;
  align-items: center;
}
@media all and (max-width: 1024px) {
  #bazaar_collections .bc_s--container {
    grid: repeat(2, 1fr)/repeat(3, minmax(90px, 1fr));
    grid-column-gap: 10px;
    grid-auto-rows: 0;
  }
}
#bazaar_collections .bc_s--container > div {
  height: 100%;
  overflow: hidden;
}
#bazaar_collections .bc_s--container .bc_s_c--item {
  display: flex;
  flex-direction: column;
  gap: 9px;
  align-items: center;
  color: black;
  font-weight: 700;
  line-height: 15px;
  height: 110px;
  margin: 20px 0;
}
#bazaar_collections .bc_s--container .bc_s_c--item:hover {
  color: black;
}
#bazaar_collections .bc_s--container .bc_s_c--item img {
  width: 70px;
  height: 70px;
  border-radius: 50%;
}
#bazaar_collections .bc_s--container .bc_s_c--item span.bc_s_c_i--name {
  text-align: center;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -moz-box;
  -moz-box-orient: vertical;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  box-orient: vertical;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  word-break: break-word;
}
.popular_categories {
  margin-left: -5px;
  margin-right: -5px;
  margin-top: 35px;
  padding-bottom: 15px;
}
.popular_categories::after {
  content: " ";
  display: block;
  border-top: 1px solid #E4E4E4;
}
.popular_categories .popular_categories--title {
  margin-left: 5px;
  width: 100%;
  margin-bottom: 5px;
  font-family: 'Gilroy-Bold', sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 20px;
}
.popular_categories .popular_categories--item {
  width: 20%;
  margin-bottom: 20px;
  position: relative;
  min-height: 1px;
  float: left;
}
@media all and (max-width: 991px) {
  .popular_categories .popular_categories--item {
    width: 25%;
  }
}
@media all and (max-width: 767px) {
  .popular_categories .popular_categories--item {
    width: 50%;
  }
}
.popular_categories a {
  position: relative;
  display: block;
  margin: 5px;
  height: 131px;
}
.popular_categories a img {
  object-fit: cover;
  width: 100%;
  height: 100px;
  border-radius: 10px;
  overflow: hidden;
}
.popular_categories a > div {
  position: absolute;
  color: black;
  font-family: 'Gilroy-Bold', sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 14px;
  line-height: 17px;
  text-align: center;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 100%;
  bottom: 0;
}
.interesting_auctions {
  padding-bottom: 15px;
  touch-action: manipulation;
  width: 100%;
  position: relative;
}
.interesting_auctions .slider {
  /*.slick-prev, .slick-next {
      background-image: url(../images/responsive/menu_back.svg);
      border: 2px solid #000000;
      background-size: contain;
      position: absolute;
      z-index: 3;
      width: 32px;
      height: 32px;
      transform: translateY(-50%);
      border-radius: 50%;
      transition: background-image .3s ease-in-out;
      background-repeat: no-repeat;
      background-position: center;
      }

      .slick-next {
        transform: rotate(180deg);
      }*/
}
.interesting_auctions .slider .slick-prev {
  left: -27px;
}
.interesting_auctions .slider .slick-next {
  right: -27px;
}
.interesting_auctions--title {
  display: inline-block;
  padding: 7px 23px 7px 15px;
  margin-bottom: 13px;
  font-family: 'Gilroy', sans-serif;
  font-size: 20px;
  font-weight: 700;
  border-radius: 21px;
  background: #FF3700;
  color: #FFFFFF;
}
.interesting_auctions--title svg {
  margin-right: 8px;
}
.interesting_auctions--whats_it {
  margin-left: 30px;
  color: #4fb4ff;
  font-size: 12px;
  font-weight: 700;
}
.interesting_auctions--whats_it:hover {
  color: #4fb4ff;
}
.interesting_auctions--whats_it span {
  border: 2px solid #4fb4ff;
  border-radius: 10px;
  height: 16px;
  width: 16px;
  margin-right: 6px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
}
.interesting_auctions .frame {
  /*height: 447px;*/
  overflow: hidden;
  margin-bottom: 15px;
}
.interesting_auctions .interesting_auction {
  position: relative;
  text-align: center;
  float: left;
  margin-right: 10px;
  list-style: none;
  width: 299px;
  /*height: 447px;*/
  background: #FFFFFF;
  border-radius: 10px;
  border: 1px solid #DFDFDF;
  padding: 25px 28px 24px 28px;
}
.interesting_auctions .interesting_auction > img {
  border-radius: 15px;
  max-width: 199px;
  height: 199px;
  margin-bottom: 14px;
  object-fit: cover;
}
.interesting_auctions .interesting_auction--title {
  color: #000;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 120%;
  /* 21.6px */
  margin-bottom: 7px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -moz-box;
  -moz-box-orient: vertical;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  box-orient: vertical;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  word-break: break-word;
  min-height: 43px;
}
.interesting_auctions .interesting_auction--about {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 49px;
  margin-bottom: 7px;
}
.interesting_auctions .interesting_auction--about--left {
  float: left;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 700;
  line-height: 120%;
  /* 14.4px */
}
.interesting_auctions .interesting_auction--about--left.is_active {
  color: #FF3700;
}
.interesting_auctions .interesting_auction--about--left .calendar-card {
  text-transform: lowercase;
  display: flex;
  flex-direction: column;
  align-items: center;
  background-color: #dfdfdf;
  padding: 2px;
  border-radius: 10px;
}
.interesting_auctions .interesting_auction--about--left .calendar-card > div {
  display: flex;
  justify-content: center;
  align-items: center;
  color: #666;
}
.interesting_auctions .interesting_auction--about--left .calendar-card .month {
  font-size: 12px;
  padding: 0 8px;
  height: 19px;
}
.interesting_auctions .interesting_auction--about--left .calendar-card .day {
  background-color: #FFFFFF;
  font-size: 16px;
  font-weight: bold;
  width: 100%;
  border-radius: 0 0 8px 8px;
  height: 26px;
}
.interesting_auctions .interesting_auction--about--right {
  float: right;
  color: #37B900;
  font-size: 12px;
  font-style: normal;
  font-weight: 700;
  line-height: 120%;
  /*text-transform: uppercase;
        font-size: 12px;
        font-weight: 700;
        line-height: 120%; !* 14.4px *!

        &.is_active {
          color: @cfg_universal_red_color;
        }*/
}
.interesting_auctions .interesting_auction--button {
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  color: #FFFFFF;
  border-radius: 10px;
  background: #FF3700;
  font-size: 14px;
  font-weight: 700;
  margin-bottom: 14px;
  width: 100%;
  height: 50px;
}
.interesting_auctions .interesting_auction--user_widget {
  display: flex;
  width: 100%;
  align-items: center;
}
.interesting_auctions .interesting_auction--user_widget--icons > * {
  margin-right: 15px;
}
.interesting_auctions .interesting_auction--user_widget--icons .rating_badge {
  height: 28px;
}
.interesting_auctions .interesting_auction--user_widget--about_user {
  font-family: Roboto;
  font-style: normal;
  font-weight: normal;
  line-height: normal;
  color: #4fb4ff;
}
.interesting_auctions .interesting_auction--user_widget--about_user .login {
  text-align: left;
  font-size: 14px;
  margin-bottom: 1px;
  float: left;
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -moz-box;
  -moz-box-orient: vertical;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  box-orient: vertical;
  -webkit-line-clamp: 1;
  line-clamp: 1;
  word-break: break-word;
}
.interesting_auctions .interesting_auction--user_widget--about_user .rating {
  font-weight: bold;
  font-size: 14px;
  color: #FFFFFF;
  background-color: #32CFFF;
  border-radius: 3.20654px;
  padding: 1px 7px 0px 6px;
  float: left;
}
.interesting_auctions .interesting_auction--flying_block {
  position: absolute;
  left: 34px;
  top: 34px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #FFFFFF;
  background: #35b903;
  border-radius: 13px;
  font-family: 'Gilroy', sans-serif;
  font-size: 12px;
  font-weight: 700;
  height: 26px;
  padding: 0 14px;
}
.interesting_auctions .interesting_auction--flying_block.is_active {
  background: #FF3700;
}
.modifications_slider {
  position: relative;
  margin-bottom: 20px;
  /*  .slider {
      .slick-prev {
        left: -27px;
      }

      .slick-next {
        right: -27px;
      }
    }*/
}
.modifications_slider .modifications--title {
  display: inline-block;
  margin-bottom: 13px;
  font-family: 'Gilroy', sans-serif;
  font-size: 12px;
  color: #000000;
}
.modifications_slider .frame {
  /*height: 447px;*/
  overflow: hidden;
  margin-bottom: 10px;
}
.modifications_slider .frame .slide {
  list-style: none;
}
.modifications_slider .slide li:first-child a::after {
  border: 2px solid #FF3700;
}
.modifications_slider .offer_modification {
  float: left;
  height: 76px;
  width: 57px;
  margin-right: 10px;
}
.modifications_slider .offer_modification a {
  border-radius: 8px;
  cursor: pointer;
  display: block;
  font-size: 0;
  height: 100%;
  line-height: 1;
  overflow: hidden;
  position: relative;
  text-align: center;
}
.modifications_slider .offer_modification a img {
  height: 100%;
  object-fit: cover;
  width: 100%;
}
.modifications_slider .offer_modification a::after {
  border-radius: 8px;
  content: "";
  display: block;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
.modifications_slider .image-container {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 9999;
  display: none;
}
.modifications_slider .image-container > img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  max-width: 80%;
  max-height: 80%;
}
.modifications_slider .offer_modification--popup {
  display: flex;
  display: none;
  position: absolute;
  left: 0;
  top: 120px;
  /*height: 228px;*/
  width: 171px;
  border-radius: 15px;
  padding: 10px;
  background-color: #FFFFFF;
  z-index: 1;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.08);
}
.modifications_slider .offer_modification--popup img {
  height: 188px;
  width: 151px;
  object-fit: cover;
  margin: 5px 0 0 0;
}
.modifications_slider .offer_modification--popup .mgo_price,
.modifications_slider .offer_modification--popup .mgo_title {
  font-weight: bold;
  font-size: 14px;
}
.modifications_slider .offer_modification--popup .mgo_price {
  margin-left: 5px;
}
.modifications_slider .offer_modification--popup .mgo_title {
  width: 100%;
  font-size: 12px;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  display: -moz-box;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  box-orient: vertical;
  -webkit-line-clamp: 2;
  line-clamp: 1;
  word-break: break-all;
}
.popular_users {
  padding-bottom: 15px;
  touch-action: manipulation;
  width: 100%;
}
.popular_users::after {
  content: " ";
  display: block;
  border-top: 1px solid #E4E4E4;
}
.popular_users .popular_users--title {
  margin-bottom: 13px;
  font-family: 'Gilroy-Bold', sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 20px;
}
.popular_users .frame {
  height: 75px;
  overflow: hidden;
  margin-bottom: 15px;
}
.popular_users .frame li {
  float: left;
  margin-right: 10px;
  list-style: none;
  width: 288px;
  height: 75px;
  background: #FAFAFA;
  border-radius: 15px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.popular_users .frame li .icons {
  position: relative;
}
.popular_users .frame li .icons > * {
  margin-right: 15px;
}
.popular_users .frame li .icons .rating_badge {
  height: 28px;
}
.popular_users .frame li .icons .avatar_widget {
  height: 50px;
  border-radius: 25px;
}
.popular_users .frame li .about_user {
  max-width: 127px;
  overflow: hidden;
}
.popular_users .frame li .about_user * {
  font-family: Roboto;
  font-style: normal;
  font-weight: normal;
  line-height: normal;
  font-size: 12px;
  color: #4fb4ff;
}
.popular_users .frame li .about_user .login {
  font-size: 14px;
  margin-bottom: 1px;
  float: left;
  width: 100%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.popular_users .frame li .about_user .rating {
  font-weight: bold;
  font-size: 14px;
  color: #FFFFFF;
  background-color: #32CFFF;
  border-radius: 3.20654px;
  padding: 1px 7px 0px 6px;
  float: left;
}
@media (max-width: 767px) {
  .announcement_placement_on_mp {
    padding: 0 15px;
  }
}
.announcement_placement_on_mp .announcement_placement_on_mp--title {
  width: 100%;
  font-family: 'Gilroy-Bold', sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 20px;
  margin-bottom: 13px;
}
.announcement_placement_on_mp .frame {
  height: 425px;
  overflow: hidden;
  margin-bottom: 5px;
}
.announcement_placement_on_mp .frame li.announcement {
  float: left;
  margin-right: 10px;
  list-style: none;
  width: 361px;
  height: 425px;
  overflow: hidden;
  background: #FAFAFA;
  border-radius: 15px;
}
.announcement_placement_on_mp .frame li.announcement img {
  width: 100%;
  height: 196px;
  object-fit: cover;
}
.announcement_placement_on_mp .frame li.announcement .announcement--main {
  padding: 22px 16px 30px 29px;
}
.announcement_placement_on_mp .frame li.announcement .announcement--main > div {
  height: 66px;
  font-family: 'Gilroy-Bold', sans-serif;
  font-style: normal;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -moz-box;
  -moz-box-orient: vertical;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  box-orient: vertical;
  -webkit-line-clamp: 3;
  line-clamp: 3;
}
.announcement_placement_on_mp .frame li.announcement .announcement--main .announcement--title {
  margin-bottom: 15px;
  font-weight: 700;
  font-size: 18px;
  line-height: 120%;
}
.announcement_placement_on_mp .frame li.announcement .announcement--main .announcement--description {
  margin-bottom: 15px;
  font-size: 14px;
  line-height: 160%;
}
.announcement_placement_on_mp .frame li.announcement .announcement--main .announcement--bottom {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 20px;
}
.announcement_placement_on_mp .frame li.announcement .announcement--main .announcement--bottom span {
  font-size: 11px;
  font-weight: 700;
  color: #000000;
}
.announcement_placement_on_mp .frame li.announcement .announcement--main .announcement--bottom a {
  font-family: 'Gotham Pro';
  font-size: 11px;
  text-decoration-line: underline;
  color: #000000;
}
.showcase_row {
  padding: 0 15px 20px 0;
}
.section__title {
  color: #414141;
  margin-bottom: 20px;
}
.section__box {
  background: #FFFFFF none repeat scroll 0 0;
  border: 1px solid #dfdfdf;
  border-radius: 10px;
  box-shadow: 0 10px 15px rgba(0, 0, 0, 0.1);
}
.slick-list {
  overflow: hidden;
}
.showcase_main .slick-list {
  height: 401px;
}
.slick-prev,
.slick-next {
  background: rgba(0, 0, 0, 0) url("/images/slick.png") no-repeat scroll 0 0;
  border: 0 none;
  height: 53px;
  margin-top: -26px;
  position: absolute;
  text-indent: -9999px;
  top: 50%;
  width: 53px;
  z-index: 100;
  overflow: hidden;
  outline: none;
}
.slick-prev {
  background-position: 0 0;
  left: -10px;
}
.slick-next {
  background-position: -53px 0;
  right: -17px;
}
.carousel {
  position: relative;
}
.section__list,
.carousel__item__box {
  height: 335px;
}
.carousel__item {
  float: left;
  width: 100%;
}
.carousel__item__box {
  margin: 0 auto;
  padding-top: 15px;
  position: relative;
  width: 235px;
}
.carousel__item__photo,
.carousel__item__title,
.carousel__item__sub {
  display: block;
}
.carousel__item__title .title_box {
  height: 50px;
  overflow: hidden;
  font-size: 12px;
  padding: 0;
  line-height: 14px;
}
.carousel__item__photo {
  height: 130px;
  margin: 0 auto 15px;
  position: relative;
  text-align: center;
  /*width: 200px;*/
}
.carousel__item__disc {
  background: #38b800 none repeat scroll 0 0;
  border-radius: 38px;
  bottom: 5px;
  color: #FFFFFF;
  font-size: 20px;
  font-weight: bold;
  height: 76px;
  padding: 24px 0;
  position: absolute;
  right: 25px;
  text-align: center;
  width: 76px;
}
.carousel__item__title {
  color: #000000;
  font-size: 16px;
  text-decoration: none;
}
.carousel__item__title:hover,
.carousel__item__title:focus {
  color: #000000;
}
.carousel__item__sub {
  color: #ff3700;
  font-weight: bold;
  position: absolute;
  bottom: 10px;
  right: 1px;
  padding-right: 15px;
  background-color: white;
  text-overflow: ellipsis;
  width: 99%;
  text-align: right;
  display: flex;
  flex-direction: column;
  height: 28px;
}
.carousel__item__small {
  font-size: 10px;
}
.carousel__item__price {
  font-size: 18px;
}
.carousel__item__price_old {
  color: #8c8c8c;
  text-decoration: line-through;
}
.carousel__item__price_disc {
  color: #38b800;
}
.section_showcase {
  display: none;
  position: relative;
}
.showcase_main {
  float: left;
}
.showcase_side {
  float: right;
  padding-left: 0;
  padding-right: 0;
}
.showcase_main .showcase__item,
.showcase_side .showcase__item {
  border: 1px solid #dfdfdf;
  border-radius: 10px;
  overflow: hidden;
  outline: none;
  z-index: 1;
}
.showcase_main .showcase__item img,
.showcase_main .showcase__item area {
  outline: none;
}
.showcase_main .showcase__item {
  float: left;
}
.showcase__photo,
.showcase__image {
  display: block;
}
.showcase__photo {
  border-radius: 10px;
  overflow: hidden;
}
.showcase__image {
  /*width: 100%;*/
}
.carousel__item {
  border-left: 1px dotted #b9b9b9;
  margin-left: -1px;
  margin-right: 1px;
}
.promo_container {
  overflow: hidden;
  /*box-shadow: 0 10px 15px rgba(0, 0, 0, 0.1);*/
}
.promo_container.content {
  border: none;
  margin-left: -8px;
  margin-right: -8px;
  margin-bottom: 0px;
}
.promo_container .promo_container--title {
  margin-top: 35px;
  margin-left: 8px;
  margin-bottom: 5px;
  font-family: 'Gilroy-Bold', sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 20px;
}
.promo_container .offer_container {
  position: relative;
  margin: unset;
  margin: 8px;
  padding: unset;
  padding: 15px;
  border: 1px solid #dfdfdf;
  border-radius: 10px;
}
.promo_container .offer_container:hover {
  box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.2);
}
.promo_container > div {
  padding-left: 0px;
  padding-right: 0px;
}
.promo_container .ending_timer_block {
  cursor: pointer;
  position: absolute;
  top: 9px;
  right: 11px;
  background-color: #FF3700;
  padding: 4px 6px;
  border-radius: 4px;
  font-family: Roboto;
  font-weight: bold;
  color: #FFFFFF;
}
@media (max-width: 767px) {
  .padding-xs-side-19 {
    padding-left: 19px !important;
    padding-right: 19px !important;
  }
}
.main_promo_offer_container {
  border-left: 1px dotted #b9b9b9;
  border-bottom: 1px dotted #b9b9b9;
  margin-left: -1px;
  margin-right: 1px;
  margin-bottom: -1px;
  padding-left: 15px;
  padding-right: 15px;
}
.mainpage_offer_photo_container {
  align-items: center;
  display: flex;
  height: 100%;
  justify-content: center;
  overflow: hidden;
}
@media (max-width: 767px) {
  #container_for_last_viewed_offers,
  #container_for_featured_in_offer,
  #container_for_popular_seller_offers,
  #container_for_watched_offers,
  #container_for_new_offers,
  .container #second_offers_block {
    margin-left: 19px;
    margin-right: 14px;
  }
  #container_for_last_viewed_offers > div,
  #container_for_featured_in_offer > div,
  #container_for_popular_seller_offers > div,
  #container_for_watched_offers > div,
  #container_for_new_offers > div,
  .container #second_offers_block > div {
    padding: unset;
  }
  #container_for_last_viewed_offers div.frame,
  #container_for_featured_in_offer div.frame,
  #container_for_popular_seller_offers div.frame,
  #container_for_watched_offers div.frame,
  #container_for_new_offers div.frame,
  .container #second_offers_block div.frame {
    margin-left: 0px;
    margin-right: 0px;
  }
}
#second_offers_block {
  margin-left: 0px;
  margin-right: 0px;
}
#container_for_last_viewed_offers,
#container_for_featured_in_offer,
#container_for_popular_seller_offers,
#container_for_watched_offers,
#container_for_new_offers,
#second_offers_block {
  margin-top: 20px;
  margin-bottom: 15px;
}
#container_for_last_viewed_offers .h4,
#container_for_featured_in_offer .h4,
#container_for_popular_seller_offers .h4,
#container_for_watched_offers .h4,
#container_for_new_offers .h4,
#second_offers_block .h4 {
  font-family: Arial;
  font-style: normal;
  font-weight: bold;
  font-size: 18px;
  line-height: 21px;
  color: #000000;
}
#container_for_last_viewed_offers .last_viewed_container,
#container_for_featured_in_offer .last_viewed_container,
#container_for_popular_seller_offers .last_viewed_container,
#container_for_watched_offers .last_viewed_container,
#container_for_new_offers .last_viewed_container,
#second_offers_block .last_viewed_container,
#container_for_last_viewed_offers .promo_in_offer_container,
#container_for_featured_in_offer .promo_in_offer_container,
#container_for_popular_seller_offers .promo_in_offer_container,
#container_for_watched_offers .promo_in_offer_container,
#container_for_new_offers .promo_in_offer_container,
#second_offers_block .promo_in_offer_container,
#container_for_last_viewed_offers .popular_seller_offers_in_offer_container,
#container_for_featured_in_offer .popular_seller_offers_in_offer_container,
#container_for_popular_seller_offers .popular_seller_offers_in_offer_container,
#container_for_watched_offers .popular_seller_offers_in_offer_container,
#container_for_new_offers .popular_seller_offers_in_offer_container,
#second_offers_block .popular_seller_offers_in_offer_container,
#container_for_last_viewed_offers .watched__offers_in_cart_container,
#container_for_featured_in_offer .watched__offers_in_cart_container,
#container_for_popular_seller_offers .watched__offers_in_cart_container,
#container_for_watched_offers .watched__offers_in_cart_container,
#container_for_new_offers .watched__offers_in_cart_container,
#second_offers_block .watched__offers_in_cart_container,
#container_for_last_viewed_offers .new_offers_container,
#container_for_featured_in_offer .new_offers_container,
#container_for_popular_seller_offers .new_offers_container,
#container_for_watched_offers .new_offers_container,
#container_for_new_offers .new_offers_container,
#second_offers_block .new_offers_container {
  margin-top: 15px;
  margin-left: -8px;
  margin-right: -8px;
}
#container_for_last_viewed_offers .content,
#container_for_featured_in_offer .content,
#container_for_popular_seller_offers .content,
#container_for_watched_offers .content,
#container_for_new_offers .content,
#second_offers_block .content {
  border: none;
}
.promo_block.big {
  margin-top: 50px;
}
.promo_block img {
  border: 1px solid #dfdfdf;
  border-radius: 10px;
  overflow: hidden;
}
#container_for_popular_seller_offers .subscription_snippet {
  display: flex;
  align-items: center;
  margin-left: 25px;
}
#container_for_popular_seller_offers .subscription_snippet .count_block {
  display: inline;
}
#container_for_popular_seller_offers .carousel__item__price .title {
  display: none;
}
@media (min-width: 1024px) {
  #container_for_popular_seller_offers .slick-next {
    right: 256px;
  }
}
.popular__offers_and_categories {
  display: flex;
  justify-content: space-between;
}
.popular__offers_and_categories .row.content.promo_in_offer_container.frame,
.popular__offers_and_categories .row.content.popular_seller_offers_in_offer_container.frame {
  flex: 3;
}
.popular__offers_and_categories .widget.widget_categories.offer__promo {
  flex: 1;
  margin-left: 50px;
}
@media (max-width: 1024px) {
  .popular__offers_and_categories .widget.widget_categories.offer__promo {
    display: none;
  }
}
.watched__offers_in_cart {
  display: flex;
  justify-content: space-between;
}
.watched__offers_in_cart .carousel__item__price .title {
  display: none;
}
@media (min-width: 992px) {
  .small_center.promo_block > div {
    padding-bottom: 2px;
  }
  .small_center.promo_block > div:nth-child(odd) {
    padding-right: 6px;
  }
  .small_center.promo_block > div:nth-child(even) {
    padding-left: 6px;
  }
}
@media (max-width: 1199px) {
  .small_center.promo_block > div:last-child {
    padding-bottom: 0px;
  }
}
/*=========================================*/
/* END MAIN PAGE */
/*=========================================*/
/*=========================================*/
/* OFFERS_GROUP_LISTING */
/*=========================================*/
#offers_group_listing > * {
  color: #000000;
}
@media (max-width: 767px) {
  #offers_group_listing .filter_enabler_container {
    height: 83px;
    line-height: 83px;
  }
  #offers_group_listing .filter_enabler_container #filter_toggle_btn {
    margin: initial;
  }
}
#offers_group_listing .head_text {
  font-family: Proxima Nova;
  font-style: normal;
  font-weight: bold;
  height: 83px;
  display: flex;
  align-items: center;
  border-bottom: 1px solid #dfdfdf;
}
#offers_group_listing .head_text > div {
  float: left;
}
#offers_group_listing .head_text .red_button {
  font-size: 16px;
  color: #FFFFFF;
  background-color: #FF3700;
  border-radius: 5px;
  padding: 4px 11px;
  margin-left: 38px;
  line-height: 100%;
}
#offers_group_listing .head_text .title {
  font-size: 26px;
  margin-left: 16px;
}
#offers_group_listing .filter_enabler_container {
  z-index: 999999999;
  height: 83px;
}
#offers_group_listing #filter_container {
  padding: 0 15px 15px 15px;
  margin: initial;
}
@media (max-width: 767px) {
  #offers_group_listing #filter_container {
    display: none;
    padding-bottom: initial;
  }
  #offers_group_listing #filter_container .widget_filter {
    margin-bottom: initial;
  }
}
#offers_group_listing #filter_container .widget_filter {
  margin-left: -15px;
  margin-right: -15px;
  background-color: rgba(223, 223, 223, 0.4);
  border-bottom: solid 1px #dfdfdf;
  padding: 24px 16px 5px 32px;
}
#offers_group_listing #filter_container .side-filter__param {
  margin-bottom: 9px;
}
#offers_group_listing #filter_container .side-filter__param__link {
  font-size: 14px;
}
#offers_group_listing #filter_container .side-filter__param__link.selected {
  color: #FF3700;
  font-weight: bold;
}
#offers_group_listing .offers_group_container {
  padding-top: 20px;
  border-left: 1px solid #dfdfdf;
  margin-left: -1px;
}
@media (max-width: 767px) {
  #offers_group_listing .offers_group_container {
    clear: both;
  }
}
#offers_group_listing .offers_group_container .listing__options {
  padding-left: 26px;
  padding-right: 26px;
}
#offers_group_listing .offers_group_container .container_gr {
  padding: 9px 26px 0 6px;
  clear: both;
}
@media (max-width: 767px) {
  #offers_group_listing .offers_group_container .container_gr {
    padding-top: initial;
  }
}
#offers_group_listing .offers_group_container .container_gr .public_offers_group_snippet_container {
  width: 47%;
  width: calc(50% - 20px);
  width: -moz-calc(50% - 20px);
  width: -webkit-calc(50% - 20px);
  width: -o-calc(50% - 20px);
  margin-left: 20px;
  margin-bottom: 20px;
  padding: 25px 28px 28px 28px;
  display: -moz-box;
  border: solid 1px #dfdfdf;
  border-radius: 10px;
  height: 548px;
  overflow: hidden;
}
@media (max-width: 991px) {
  #offers_group_listing .offers_group_container .container_gr .public_offers_group_snippet_container {
    width: 100%;
    width: calc(100% - 20px);
    width: -moz-calc(100% - 20px);
    width: -webkit-calc(100% - 20px);
    width: -o-calc(100% - 20px);
    margin-right: 20px;
  }
}
#offers_group_listing .offers_group_container .container_gr .public_offers_group_snippet_container > div {
  width: 100%;
}
#offers_group_listing .offers_group_container .container_gr .public_offers_group_snippet_container .images_container {
  min-height: 291px;
  margin-bottom: 3px;
  position: relative;
}
#offers_group_listing .offers_group_container .container_gr .public_offers_group_snippet_container .images_container .fotorama div.fotorama__stage {
  border: initial !important;
}
#offers_group_listing .offers_group_container .container_gr .public_offers_group_snippet_container .images_container .date_start {
  position: absolute;
  left: 12px;
  top: 12px;
  width: 50px;
  height: 50px;
  border-radius: 5px;
  color: #FFFFFF;
  background: rgba(0, 0, 0, 0.7);
  text-align: center;
  line-height: 19px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  z-index: 1;
}
#offers_group_listing .offers_group_container .container_gr .public_offers_group_snippet_container .images_container .date_start div {
  line-height: 12px;
  font-family: Roboto;
  font-size: 8px;
}
#offers_group_listing .offers_group_container .container_gr .public_offers_group_snippet_container .images_container .date_start div span {
  font-size: 20px;
}
#offers_group_listing .offers_group_container .container_gr .public_offers_group_snippet_container .images_container .fotorama__stage {
  margin-bottom: 3px;
}
#offers_group_listing .offers_group_container .container_gr .public_offers_group_snippet_container .images_container .fotorama__thumb,
#offers_group_listing .offers_group_container .container_gr .public_offers_group_snippet_container .images_container .fotorama__stage:not(.fotorama--fullscreen) {
  border: 1px solid #dfdfdf !important;
  border-radius: 5px;
}
#offers_group_listing .offers_group_container .container_gr .public_offers_group_snippet_container .images_container .fotorama__thumb-border {
  border-radius: 5px;
  border-color: #FF3700;
}
#offers_group_listing .offers_group_container .container_gr .public_offers_group_snippet_container .title {
  color: #000000;
  height: 84px;
  margin-bottom: 10px;
  font-weight: bold;
  font-size: 20px;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  display: -moz-box;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  box-orient: vertical;
  -webkit-line-clamp: 3;
  line-clamp: 3;
}
#offers_group_listing .offers_group_container .container_gr .public_offers_group_snippet_container .about_block {
  position: relative;
}
#offers_group_listing .offers_group_container .container_gr .public_offers_group_snippet_container .about_block .start {
  margin-right: 30px;
  font-weight: bold;
  font-size: 14px;
  color: #FF3700;
}
#offers_group_listing .offers_group_container .container_gr .public_offers_group_snippet_container .about_block .watch {
  position: absolute;
  top: 0px;
  right: 0px;
  cursor: pointer;
  line-height: 20px;
}
#offers_group_listing .offers_group_container .container_gr .public_offers_group_snippet_container .about_block .watch::before {
  content: "";
  background: rgba(0, 0, 0, 0) url(/images/icon-fav.png) no-repeat scroll left center;
  padding-left: 30px;
  padding-top: 4px;
  background-size: 20px 18px;
  padding-bottom: 4px;
}
#offers_group_listing .offers_group_container .container_gr .public_offers_group_snippet_container .about_block .watch.active::before {
  background-image: url(/images/icon-fav-active.png);
}
#offers_group_listing .offers_group_container .container_gr .public_offers_group_snippet_container .about_block .amount {
  margin-top: 4px;
  clear: both;
  font-size: 14px;
}
#offers_group_listing .offers_group_container .container_gr .public_offers_group_snippet_container .bottom_block {
  margin-top: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
#offers_group_listing .offers_group_container .container_gr .public_offers_group_snippet_container .bottom_block .seller_block {
  max-width: 200px;
}
@media (min-width: 992px) and (max-width: 1199px) {
  #offers_group_listing .offers_group_container .container_gr .public_offers_group_snippet_container .bottom_block .seller_block {
    max-width: 160px;
  }
}
@media (max-width: 400px) {
  #offers_group_listing .offers_group_container .container_gr .public_offers_group_snippet_container .bottom_block .seller_block {
    max-width: 170px;
  }
}
#offers_group_listing .offers_group_container .container_gr .public_offers_group_snippet_container .bottom_block .seller_block img {
  height: 18px;
  width: 18px;
}
#offers_group_listing .offers_group_container .container_gr .public_offers_group_snippet_container .bottom_block .seller_block .avatar {
  cursor: pointer;
  border-radius: 9px;
}
#offers_group_listing .offers_group_container .container_gr .public_offers_group_snippet_container .bottom_block .link {
  float: right;
  background-color: #FF3700;
  color: #FFFFFF;
  -webkit-box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.15);
  box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.15);
  border-radius: 17px;
  padding: 16px 30px;
  font-weight: bold;
  font-size: 14px;
}
@media (min-width: 992px) and (max-width: 1199px) {
  #offers_group_listing .offers_group_container .container_gr .public_offers_group_snippet_container .bottom_block .link {
    padding: 16px 15px;
  }
}
@media (max-width: 512px) {
  #offers_group_listing .offers_group_container .container_gr .public_offers_group_snippet_container .bottom_block .link {
    padding: 16px 15px;
  }
}
#offers_group_listing #toggle_type_listing,
#offers_group_listing .toggle_type_sale_in_listing {
  display: none !important;
}
/*=========================================*/
/* OFFERS_GROUP_LISTING */
/*=========================================*/
/*=========================================*/
/* LISTING */
/*=========================================*/
.breadcrumb_container {
  padding-top: 20px;
  padding-bottom: 15px;
  padding-left: 0;
  padding-right: 0;
  margin-bottom: 20px;
  font-family: 'Gilroy', sans-serif;
  color: #000000;
  font-style: normal;
  font-weight: 700;
  z-index: 99;
  position: relative;
}
.breadcrumb_container .xs_center_left_upwards,
.breadcrumb_container .xs_center_right_upwards {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  padding-left: 0;
  padding-right: 0;
}
.breadcrumb_container .xs_center_left_upwards {
  padding-right: 5px;
}
.breadcrumb_container .xs_center_right_upwards {
  padding-left: 5px;
}
.breadcrumb_container .xs_center_right_upwards {
  flex-direction: row-reverse;
}
.breadcrumb_container .breadcrumb,
.breadcrumb_container .subscription_widget {
  min-height: 25px;
}
.breadcrumb_container .subscription_widget {
  margin: initial !important;
}
.breadcrumb_container .xs_center_left_upwards .breadcrumb {
  flex: 100%;
  list-style: outside none none;
  background-color: white;
  padding: initial;
  margin-bottom: 27px;
}
.breadcrumb_container .xs_center_left_upwards .breadcrumb .breadcrumb__item {
  display: inline;
  font-weight: bold;
}
.breadcrumb_container .xs_center_left_upwards .breadcrumb .breadcrumb__link {
  color: #000000;
}
.breadcrumb_container .xs_center_left_upwards .breadcrumb .breadcrumb__item::before {
  color: #dfdfdf;
}
.breadcrumb_container .xs_center_left_upwards .breadcrumb .title {
  font-size: 30px;
}
.breadcrumb_container .xs_center_left_upwards .breadcrumb > li + li::before {
  content: ">";
  display: inline;
}
.breadcrumb_container .xs_center_left_upwards .breadcrumb__item::before {
  content: ">";
  display: inline;
}
.breadcrumb_container .xs_center_left_upwards .breadcrumb__item:first-child::before {
  display: none;
}
.listing .listing__options {
  float: left;
  width: 100%;
  margin-bottom: 15px;
  padding-left: 0;
  padding-right: 0;
  padding-bottom: 15px;
}
.listing .listing__options_bottom {
  border-bottom: 0 none;
  margin: 15px 0;
  padding-bottom: 0;
}
.listing .offers {
  display: flex;
  flex-wrap: wrap;
}
.listing__sort {
  color: #000000;
  display: inline-block;
  position: relative;
  min-width: auto;
}
.listing__sort__label {
  background: #FFFFFF none repeat scroll 0 0;
  border: 1px solid #dfdfdf;
  border-radius: 10px;
  cursor: pointer;
  line-height: 39px;
  width: 100%;
  padding-left: 15px;
  font-size: 14px;
}
.listing__sort__label b {
  padding: 0 40px 0 60px;
}
.listing__sort__type,
.listing__sort__options__link {
  color: #4fb4ff;
  cursor: pointer;
  text-decoration: none;
}
.listing__sort__arrow {
  border-left: 1px solid #dfdfdf;
  display: inline-block;
  float: right;
  height: 39px;
  margin-left: 30px;
  text-align: center;
  width: 39px;
}
.listing__sort__options {
  -moz-border-bottom-colors: none;
  -moz-border-left-colors: none;
  -moz-border-right-colors: none;
  -moz-border-top-colors: none;
  background: #FFFFFF none repeat scroll 0 0;
  border-color: #dfdfdf;
  border-image: none;
  border-radius: 0 0 10px 10px;
  border-style: solid;
  border-width: 0 1px 1px;
  display: none;
  padding: 5px 15px 15px;
  position: absolute;
  width: 100%;
  z-index: 2;
}
.listing__sort__options dl {
  margin: 10px 0 0 0;
}
.listing__sort__options p {
  text-align: left;
  margin: 10px;
}
.listing__sort_active .listing__sort__label {
  border-radius: 10px 10px 0 0;
}
.listing__sort_active .listing__sort__options {
  display: block;
}
.listing__sort__options__name {
  width: 50%;
}
.listing__sort__options__type {
  margin-left: 50%;
}
.listing__sort__options_delimetr {
  margin: 10px;
}
.arrow {
  background: rgba(0, 0, 0, 0) url("/images/arrows.png") no-repeat scroll 0 0;
  display: inline-block;
  text-decoration: none;
  text-indent: -9999px;
}
.arrow_left,
.arrow_right {
  height: 17px;
  width: 10px;
}
.arrow_top,
.arrow_bottom {
  height: 10px;
  width: 17px;
}
.arrow_left {
  background-position: 0 0;
}
.arrow_right {
  background-position: -10px 0;
}
.arrow_top {
  background-position: 0 -17px;
}
.arrow_bottom {
  background-position: 0 -27px;
}
span.new_feature {
  color: red;
  font-weight: bold;
  margin-right: 5px;
}
.listing__pager {
  color: #000000;
  list-style: outside none none;
}
.listing__pager__page {
  display: inline;
  margin: 0 4px;
}
.last_page {
  margin-left: 10px;
}
.listing__pager__control {
  /*margin: 0 3px;*/
  padding: 11px 5px;
  text-align: center;
  width: 60px;
}
.listing__pager__link {
  color: #000000;
  cursor: pointer;
  text-decoration: none;
}
.listing__pager__arrow {
  cursor: pointer;
}
.listing__options_bottom {
  border-bottom: 0 none;
  margin-bottom: 0;
  padding-bottom: 0;
}
.listing__length {
  list-style: outside none none;
  width: 50%;
}
.listing__length__len,
.listing__length__link {
  color: #000000;
}
.listing__length__len {
  display: inline;
}
.listing__length__link {
  text-decoration: none;
}
.listing__length__link::before {
  content: " | ";
}
:first-child > .listing__length__link::before {
  display: none;
}
.listing__length__link_active {
  color: #4fb4ff;
}
.listing__options_new {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 10px;
  gap: 15px;
}
@media (max-width: 1199px) {
  .listing__options_new {
    justify-content: flex-end;
  }
}
@media (max-width: 767px) {
  .listing__options_new {
    justify-content: space-between;
    flex-wrap: nowrap;
    padding: 0 7px;
  }
}
.listing__options_new > * {
  height: 41px;
  padding: 0;
}
@media (max-width: 767px) {
  .listing__options_new > * {
    /*padding: 0 15px;*/
  }
}
.listing__options_new .listing__pager_container {
  font-size: 14px;
}
.listing__options_new .listing__pager_container .pager-value {
  height: 41px;
}
.offers_container {
  padding-top: 20px;
}
@media (min-width: 768px) {
  .offers_container {
    padding-left: 0;
    padding-right: 0;
    padding-left: 15px;
  }
}
.offers_container .listing {
  display: flex;
  flex-direction: column;
  width: 100%;
}
.offers_container #about_group_block {
  float: left;
  border: 1px solid #dfdfdf;
  background-color: #FFFFFF;
  box-sizing: border-box;
  border-radius: 10px;
  padding: 30px 22px;
  margin: 15px 0 27px;
}
.offers_container #about_group_block .name_group {
  font-weight: bold;
  font-size: 26px;
  color: #000000;
  margin-bottom: 19px;
}
@media (max-width: 767px) {
  .offers_container #about_group_block .name_group {
    font-size: 16px;
  }
}
.offers_container #about_group_block .start,
.offers_container #about_group_block .count,
.offers_container #about_group_block .watch {
  min-height: 22px;
  line-height: 22px;
}
.offers_container #about_group_block .start {
  font-weight: bold;
  font-size: 16px;
  color: #FF3700;
}
@media (max-width: 767px) {
  .offers_container #about_group_block .start {
    font-size: 14px;
  }
}
.offers_container #about_group_block .count {
  font-size: 14px;
  color: #000000;
}
@media (max-width: 767px) {
  .offers_container #about_group_block .count {
    font-size: 12px;
  }
}
.offers_container #about_group_block .watch {
  cursor: pointer;
  position: relative;
  text-align: right;
  font-size: 12px;
  color: #FF3700;
  padding-left: 30px;
}
@media (max-width: 767px) {
  .offers_container #about_group_block .watch {
    color: white;
  }
}
.offers_container #about_group_block .watch::before {
  content: "";
  height: 20px;
  background: rgba(0, 0, 0, 0) url(/images/icon-fav.png) no-repeat scroll left center;
  padding-left: 30px;
  padding-top: 4px;
  background-size: 20px 18px;
  padding-bottom: 4px;
}
@media (max-width: 767px) {
  .offers_container #about_group_block .watch::before {
    float: right;
  }
}
.offers_container #about_group_block .watch.active::before {
  background-image: url(/images/icon-fav-active.png);
}
.offers_container #about_group_block .user_widget {
  margin: 30px 0;
  min-height: 74px;
  display: flex;
  flex-flow: row wrap;
  align-items: center;
  border-radius: 12px;
  padding: 9px 22px;
}
@media (max-width: 767px) {
  .offers_container #about_group_block .user_widget {
    border-radius: 12px;
    border: 1px solid #DFDFDF;
  }
}
.offers_container #about_group_block .user_widget > div {
  margin: 10px 15px 10px 0;
}
.offers_container #about_group_block .user_widget .all_offers,
.offers_container #about_group_block .user_widget .offer__seller__more {
  color: #000000;
}
.offers_container #about_group_block .red_button,
.offers_container #about_group_block .id,
.offers_container #about_group_block .rules {
  height: 20px;
  line-height: 20px;
}
.offers_container #about_group_block .rules {
  font-size: 12px;
  cursor: pointer;
}
.offers_container #about_group_block .rules .anchor {
  cursor: pointer;
  display: inline-block;
  color: #000000;
  border: 1px solid #000000;
  font-size: 10px;
  line-height: 11px;
  border-radius: 10px;
  width: 13px;
  height: 13px;
  padding-left: 2px;
  vertical-align: initial;
  top: initial;
  right: initial;
  padding-top: 0px;
  font-weight: bold;
  margin-right: 4px;
}
.offers_container #about_group_block .id {
  text-align: right;
  font-size: 10px;
  color: #000000;
}
@media (max-width: 991px) {
}
.offers_container #about_group_block .description {
  font-size: 12px;
  color: #000000;
  margin-top: 48px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -moz-box;
  -moz-box-orient: vertical;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  box-orient: vertical;
}
.offers_container #about_group_block .description.small {
  -webkit-line-clamp: 4;
  line-clamp: 4;
}
@media (max-width: 1199px) {
  .offers_container #about_group_block .description {
    margin-top: 20px;
  }
}
.offers_container #about_group_block .toggle_descr {
  text-align: center;
  margin-top: 26px;
}
.offers_container #about_group_block .toggle_descr span {
  cursor: pointer;
  position: relative;
}
.offers_container #about_group_block .toggle_descr span::after {
  content: '';
  width: 8px;
  height: 8px;
  border-top: 1px solid #000000;
  border-right: 1px solid #000000;
  transform: rotate(135deg);
  right: -15px;
  top: 0px;
  position: absolute;
}
.offers_container #about_group_block .toggle_descr span.full::after {
  transform: rotate(-45deg);
  top: initial;
  bottom: 0px;
}
#sorting_container {
  color: #000000;
  background-color: #FFFFFF;
  border-radius: 10px;
  padding-left: 0;
  padding-right: 0;
  display: none;
  margin-bottom: 10px;
}
#sorting_container .listing__sort__options {
  display: block;
  position: relative;
  border: initial;
}
#sorting_container .listing__sort__options .listing__sort__options__link.active {
  color: #FF3700;
  font-weight: bold;
}
#filter_container {
  color: #000000;
  background-color: #FFFFFF;
  border-radius: 10px;
  margin-bottom: 10px;
}
@media (max-width: 767px) {
  #filter_container {
    display: none;
  }
}
@media (min-width: 768px) {
  #filter_container {
    padding-left: 0;
    padding-right: 0;
    display: block !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  #filter_container {
    padding: initial;
  }
  #filter_container .side-filter__control {
    width: 60px;
  }
}
.side-categories {
  list-style: outside none none;
  margin: 0;
  padding: 0;
}
.side-categories__item {
  color: #000000;
  padding: 7px 0 7px 25px;
}
.side-categories__link,
.side-filter__param__link,
.side-filter__param__more,
.side-filter__param__remove {
  color: #000000;
  font-size: 13px;
  text-decoration: none;
}
.side-categories__link:hover,
.side-categories__link:focus {
  color: #000000;
}
.side-filter__param__link:hover,
.side-filter__param__link:focus {
  color: #000000;
}
.side-filter__param.color .filter_value {
  display: inline-block;
  width: 20px;
  height: 20px;
  margin: 5px 10px 5px 5px;
  border-radius: 50%;
  vertical-align: middle;
}
.side-filter__param.color.public_filter_li .filter_value {
  margin-left: 18px;
}
.side-categories__item_orange,
.side-categories__item_active,
.side-filter__param_active {
  font-weight: bold;
}
.side-categories__item_orange {
  color: #ff3700;
}
.side-filter {
  font-size: 13px;
  margin-bottom: 15px;
}
.side-filter__param__more {
  color: #4fb4ff;
}
.side-filter__params {
  list-style: outside none none;
}
.side-categories__length,
.side-filter__param__length {
  font-size: 10px;
  font-weight: normal;
}
.side-filter__param__remove {
  color: #e50000;
  float: left;
  font-size: 15px;
  margin-left: -17px;
  margin-top: -1px;
}
.side-filter__param__remove:hover,
.side-filter__param__remove:focus {
  color: #e50000;
}
.side-filter__form {
  margin: 15px 0 0;
}
.side-filter__control {
  text-align: center;
  width: 75px;
}
.side-filter__control.form__control_block {
  width: 100%;
}
.widget_filter .filter_item {
  margin-bottom: 10px;
}
.widget_filter .filter_item .filter_item__title {
  word-break: break-word;
  position: relative;
  padding: 10px 20px 10px 0;
  cursor: pointer;
  margin-bottom: 0;
  border-bottom: none;
}
.widget_filter .filter_item .filter_item__title::after {
  content: '';
  display: block;
  position: absolute;
  right: -1px;
  top: 8px;
  border-left: 2px solid #000000;
  border-top: 2px solid #000000;
  width: 8px;
  height: 8px;
  -webkit-transform: rotate(-135deg);
  transform: rotate(-135deg);
  -webkit-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
  padding: 4px;
  margin: 6px;
}
.widget_filter .filter_item .filter_item__title span {
  font-style: normal;
  font-size: 14px;
  color: #000000;
  vertical-align: middle;
}
.widget_filter .filter_item .filter_item__title span.title {
  font-weight: 700;
}
.widget_filter .filter_item .filter_item__title span:last-of-type {
  margin-right: 12px;
}
.widget_filter .filter_item.filter-open {
  margin-bottom: 20px;
}
.widget_filter .filter_item.filter-open .filter_item__title {
  margin-bottom: 12px;
  border-bottom: 1px solid #000000;
}
.widget_filter .filter_item.filter-open .filter_item__title::after {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  top: 11px;
}
.widget_filter .filter_item.filter-open .filter_item__content {
  display: block;
}
.widget_filter .filter_item .filter_item__content {
  display: none;
  margin-top: 10px;
}
.widget_filter .filter_item .filter_item__content fieldset {
  padding: 1px;
  max-width: 250px;
  max-height: 226px;
  overflow-y: auto;
  scrollbar-color: #d5d5d5 transparent;
  scrollbar-width: thin;
}
.widget_filter .filter_item .filter_item__content fieldset::-webkit-scrollbar {
  width: 6px;
}
.widget_filter .filter_item .filter_item__content fieldset::-webkit-scrollbar-thumb {
  height: 30px;
  background-color: #d5d5d5;
  border-radius: 3px;
}
.widget_filter .filter_item .filter_item__content fieldset::-webkit-scrollbar-track {
  background-color: transparent;
}
.widget_filter .filter_item .filter_item__content fieldset a {
  display: block;
  color: #000000;
  font-size: 14px;
  line-height: 18px;
  word-break: break-word;
  position: relative;
  padding-left: 25px;
  cursor: pointer;
}
.widget_filter .filter_item .filter_item__content fieldset a.hide_filter {
  display: none;
}
.widget_filter .filter_item .filter_item__content fieldset a ~ a {
  margin-top: 8px;
}
.widget_filter .filter_item .filter_item__content fieldset a::before {
  position: absolute;
  content: '';
  left: 0;
  top: 0;
  width: 18px;
  height: 18px;
  border-radius: 6px;
  border: 1px solid #dfdfdf;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background: #FFFFFF;
}
.widget_filter .filter_item .filter_item__content fieldset a.selected::before {
  background: #FF3700;
  border-color: #FF3700;
  border: 0;
}
.widget_filter .filter_item .filter_item__content fieldset a::after {
  content: '';
  border-right: 2px solid #FFFFFF;
  border-bottom: 2px solid #FFFFFF;
  position: absolute;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  display: none;
  width: 3px;
  height: 9px;
  top: 2px;
  left: 7px;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}
.widget_filter .filter_item .filter_item__content fieldset a.selected::after {
  display: block;
}
.widget_filter .filter_item .filter_item__content fieldset input {
  display: block;
  width: 100%;
  background: #FFFFFF;
  border: 1px solid #DFDFDF;
  border-radius: 10px;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 16px;
  color: #000000;
  padding: 0 10px;
  box-sizing: border-box;
  height: 38px;
}
.widget_filter .filter_item .filter_item__content fieldset select {
  cursor: pointer;
  width: 100%;
  padding: 10px 15px;
  box-sizing: border-box;
  background: #FFFFFF;
  border: solid 1px #dfdfdf;
  border-radius: 10px;
  letter-spacing: 0.01em;
  font-size: 14px;
}
.widget_filter .filter_item .filter_item__content fieldset .filter__show-all {
  border: initial;
  cursor: pointer;
  padding: initial;
  background-color: transparent;
  font-size: 14px;
  line-height: 20px;
  border-bottom: 1px dashed #b1b1b1;
  color: #8b8b8b;
  position: relative;
  vertical-align: middle;
  margin-top: 12px;
}
.widget_filter .filter_item .filter_item__content.date_interval input {
  cursor: pointer;
}
.widget_filter .filter_item .filter_item__content.date_interval input::placeholder {
  color: black;
}
.widget_filter .filter_item .filter_item__content.interval fieldset {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.widget_filter .filter_item .filter_item__content.interval fieldset input {
  display: block;
  width: calc(50% - 5px);
  background: #FFFFFF;
  border: 1px solid #dfdfdf;
  border-radius: 10px;
  /*width: 100%;*/
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 16px;
  color: #000000;
  padding: 0 10px;
  box-sizing: border-box;
  height: 38px;
}
.widget_filter .filter_item .filter_item__content.color_radio fieldset span {
  vertical-align: top;
}
.widget_filter .filter_item .filter_item__content.color_radio fieldset .option_value {
  display: inline-block;
  width: 18px;
  height: 18px;
  margin: 0 10px 0 5px;
  border-radius: 50%;
}
.widget_filter .filter__btn-reset,
.widget_filter .reset_all_filters {
  cursor: pointer;
  padding: initial;
  background-color: transparent;
  font-size: 14px;
  line-height: 20px;
  border-bottom: 1px dashed #b1b1b1;
  color: #8b8b8b;
  position: relative;
  vertical-align: middle;
}
.offers__item {
  position: relative;
}
.offers__item.active {
  border: 1px solid #999;
}
.offers__item__id {
  margin-bottom: 3px;
  margin-top: -10px;
}
.offers__item__box {
  border: 1px solid #dfdfdf;
  border-radius: 10px;
  margin-bottom: 10px;
  min-height: 116px;
  overflow: hidden;
}
.offers__item__photo {
  background-position: center center;
  background-repeat: no-repeat;
  float: left;
  height: 116px;
  margin-right: 25px;
  width: 187px;
}
.offers__item__photo,
.offers__item__image {
  display: block;
}
.offers__item__details {
  padding: 19px 25px 27px;
}
div.offers__item__counts {
  font-size: 11px;
}
.offers__item__details {
  border-left: 1px solid #dfdfdf;
  margin-left: 188px;
}
.fbio {
  background-color: #faf4d0 !important;
}
.offer_group_active {
  border-color: red !important;
}
.offers__item__purchase {
  float: right;
  padding: 19px 25px 0;
  text-align: right;
}
.offers__item__price,
.offers__item__buy-now {
  color: #ff3700;
  margin-bottom: 5px;
}
.offers__item__delivery {
  color: #1bb826;
}
.offers__item__price {
  font-size: 20px;
  font-weight: bold;
  line-height: 20px;
}
.offers__item__buy-now span {
  color: #414141;
}
.offers__item__title {
  color: #414141;
  display: block;
  text-decoration: none;
  transition: all 1s ease-out 0.2s;
  font-size: 16px;
  margin: 4px 0 5px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -moz-box;
  -moz-box-orient: vertical;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  box-orient: vertical;
  -webkit-line-clamp: 3;
  line-clamp: 3;
}
.offers__item__title:hover,
.offers__item__title:focus {
  color: #414141;
}
.offers__item__title.o_i_t_top_padding {
  padding-top: 15px;
}
.promo_discount_help {
  position: absolute;
  top: -100%;
  left: -5px;
  width: max-content;
  padding: 1px 6px;
  border-radius: 6px;
  background-color: #ff3700;
  color: #FFFFFF;
  font-size: 12px;
  cursor: pointer;
}
.promo_discount_help:hover {
  color: #FFFFFF;
}
.offers__item__params {
  margin-bottom: 15px;
  margin-top: 5px;
  min-height: 30px;
}
.offers__item__params_one {
  min-height: 20px;
}
.offers__item__expiry,
.offers__item__amount,
.offers__item__popularity {
  float: left;
  margin-bottom: 10px;
  margin-right: 27px;
}
.fancybox-opened .fancybox-skin {
  background-color: #FFFFFF;
}
#add_bid_popup {
  padding: 10px 30px;
}
#add_bid_popup > div {
  margin-bottom: 20px;
}
#add_bid_popup .offer_title {
  font-family: Gotham Pro;
  font-style: normal;
  font-weight: bold;
  color: #000000;
  font-size: 16px;
  line-height: 120%;
}
#add_bid_popup img {
  border-radius: 10px;
}
#add_bid_popup .red_span {
  font-family: Gotham Pro;
  font-style: normal;
  font-weight: bold;
  font-size: 14px;
  line-height: 28px;
  padding: 0 13px;
  color: #FFFFFF;
  background: #FF3700;
  border-radius: 5px;
  width: -moz-fit-content;
  width: fit-content;
  margin-bottom: 13px;
}
#add_bid_popup .hr {
  border-top: 1px solid #dfdfdf;
}
#add_bid_popup .message {
  color: #FFFFFF;
  font-family: Gotham Pro;
  font-style: normal;
  font-weight: bold;
  font-size: 14px;
  line-height: 28px;
  text-align: center;
  background-color: #dfdfdf;
  border-radius: 5px;
  margin-bottom: 9px;
}
#add_bid_popup .message.red {
  background-color: #FF3700;
}
#add_bid_popup .message.green {
  background-color: #61B436;
}
#add_bid_popup .bids tbody tr:nth-child(1) {
  background: rgba(223, 223, 223, 0.8);
}
#add_bid_popup .bids tbody tr:nth-child(2) {
  background: rgba(223, 223, 223, 0.5);
}
#add_bid_popup .bids tbody tr:nth-child(3) {
  background: rgba(223, 223, 223, 0.3);
}
#add_bid_popup .bids tbody tr {
  display: flex;
  border-radius: 5px;
  height: 36px;
  align-items: center;
  margin-bottom: 4px;
}
#add_bid_popup .bids tbody tr.current_bid * {
  font-weight: bold;
}
#add_bid_popup .bids tbody tr td:first-child {
  text-align: left;
}
#add_bid_popup .bids tbody tr td {
  padding: 0 17px;
  text-align: right;
}
#add_bid_popup .bids tbody tr td:nth-child(1) {
  width: 50%;
}
@media (max-width: 500px) {
  #add_bid_popup .bids tbody tr td:nth-child(1) {
    width: 40%;
  }
}
#add_bid_popup .bids tbody tr td:nth-child(2) {
  width: 20%;
}
#add_bid_popup .bids tbody tr td:nth-child(3) {
  width: 30%;
}
@media (max-width: 500px) {
  #add_bid_popup .bids tbody tr td:nth-child(3) {
    width: 40%;
  }
}
#add_bid_popup .clearfix {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
}
#add_bid_popup .clearfix .offer__price {
  flex: 100px;
}
#add_bid_popup .clearfix .offer__price .title_l * {
  font-size: 20px;
  font-weight: 900;
}
#add_bid_popup .clearfix .offer__bid {
  flex: 200px;
  position: relative;
}
#add_bid_popup .clearfix .offer__bid .offer__bid__control {
  text-align: right;
  font-size: 20px;
  width: 100%;
  padding-right: 30px;
  font-weight: bold;
}
#add_bid_popup .clearfix .offer__bid span.currency_container {
  position: absolute;
  right: 0;
  font-size: 12px;
  font-weight: bold;
  line-height: 52px;
  width: 30px;
  text-align: center;
}
#add_bid_popup .clearfix .offer__bid .rouble {
  font-size: 20px;
  padding-top: initial;
  margin-top: -5px;
}
#add_bid_popup .clearfix .offer__bid .tenge {
  font-size: 20px;
  padding-top: initial;
  margin-top: -5px;
}
#add_bid_popup .clearfix .offer__actions {
  padding-top: 25px;
}
#add_bid_popup .clearfix .offer__actions .btn {
  padding: 20px 30px;
  margin: initial;
}
#add_bid_popup .clearfix h5.title {
  color: #000000;
  font-weight: bold;
  font-size: 14px;
}
#add_bid_popup .clearfix .watch_elements {
  display: none;
}
#add_bid_popup #ending_time_container,
#add_bid_popup #offer_ending_container,
#add_bid_popup .addit_text {
  font-size: 14px;
  color: #000000;
  font-weight: initial;
}
#add_bid_popup .replica {
  display: inline-block;
  margin-left: initial;
  padding: 1px 12px;
  margin-right: 10px;
  font-weight: 700;
}
.fancy_close {
  cursor: pointer;
  z-index: 10;
  position: absolute;
  right: 25px;
  top: 13px;
  font-size: 24px;
  color: #dfdfdf;
  float: none !important;
  width: unset !important;
}
.watch_elements {
  background: rgba(0, 0, 0, 0) url("/images/icon-fav.png") no-repeat scroll left center;
  cursor: pointer;
  float: left;
  height: 21px;
  padding-right: 5px;
  min-width: 28px;
}
.watch_elements.active {
  background-image: url("/images/icon-fav-active.png");
}
.watchers_count {
  color: red;
  font-size: 14px;
  font-weight: bold;
  cursor: help;
  margin-left: 26px;
}
span.delivery_price {
  font-weight: bold;
}
div.question_symbol {
  color: #aaa;
  font-size: 10px;
  line-height: 14px;
  margin-left: 5px;
  text-align: center;
  cursor: pointer;
  display: inline;
}
div.question_symbol span.glyphicon {
  font-size: 14px;
}
div.question_symbol:hover {
  color: #ff3700;
}
div.delivery_terms_popup {
  background: #FFFFFF none repeat scroll 0 0;
  border: 1px solid #dfdfdf;
  border-radius: 15px;
  color: black;
  margin-left: -180px;
  margin-top: 5px;
  padding: 20px;
  position: absolute;
  text-align: left;
  width: 300px;
  z-index: 90;
  display: none;
}
#backtotop {
  background: rgba(0, 0, 0, 0) url("/images/up.png") no-repeat scroll 0 0;
  bottom: 20px;
  cursor: pointer;
  display: none;
  height: 89px;
  position: fixed;
  right: 20px;
  text-indent: -9999px;
  width: 88px;
  z-index: 100;
}
@media all and (max-width: 1024px) {
  #backtotop {
    width: 40px;
    height: 40px;
    background-size: contain;
  }
}
* html #backtotop {
  position: absolute;
}
.widget {
  padding: 15px 15px 15px 0;
  margin-bottom: 10px;
  /*margin-right: 90px;*/
  max-width: 218px;
}
@media (max-width: 767px) {
  .widget {
    max-width: 318px;
  }
}
.public-filter__param__remove {
  margin-top: -1px;
  color: #e50000;
  font-size: 15px;
}
.all_ {
  padding-top: 10px;
  color: #00b4ff;
  cursor: pointer;
}
/*TOGGLE TYPE_SALE IN LISTING*/
.toggle_type_sale_in_listing {
  display: flex;
  border: 1px solid #dfdfdf;
  border-radius: 10px;
  height: 100%;
  padding: 1px;
  background-color: #FFFFFF;
  align-items: center;
}
.toggle_type_sale_in_listing .listing__pager__page {
  display: block;
  height: inherit;
  margin: initial;
}
.toggle_type_sale_in_listing .listing__pager__page:first-child a {
  padding-left: 17px;
}
.toggle_type_sale_in_listing .listing__pager__page:last-child a {
  padding-right: 17px;
}
.toggle_type_sale_in_listing .listing__pager__page a {
  font-size: 14px;
  cursor: pointer;
  display: flex;
  align-items: center;
  height: 100%;
  margin: initial;
  padding: 0px 8px;
}
.toggle_type_sale_in_listing .listing__pager__page.active a {
  pointer-events: none;
  font-weight: bold;
  padding: 0 17px;
  background-color: #F4F4F4;
  border-radius: 10px;
  cursor: initial;
}
.toggle_type_sale_in_listing a {
  color: #000000;
}
/*TOGGLE TYPE_SALE IN LISTING*/
/* GALLERY LISTING */
#toggle_type_listing {
  display: flex;
  height: 32px;
  justify-content: space-between;
}
#toggle_type_listing li {
  display: block;
  cursor: pointer;
  height: 32px;
  width: 32px;
  margin: initial;
}
.gallery #toggle_type_listing .gallery_btn,
.list #toggle_type_listing .list_btn {
  cursor: default;
}
.gallery #toggle_type_listing .gallery_btn svg path,
.list #toggle_type_listing .list_btn svg path {
  stroke: #ff3700;
}
@media (max-width: 767px) {
  .listing_container .content {
    background-color: #FAFAFA;
  }
  .listing_container .offers_container {
    padding: 0 7px;
  }
  .listing_container .offer_container {
    background-color: #FFFFFF;
  }
  .listing_container #recommended_in_listing {
    margin: initial;
  }
  .listing_container .promo_in_offer_container,
  .listing_container .popular_seller_offers_in_offer_container {
    margin: initial;
  }
}
.listing_container .live_link {
  margin-left: -15px;
  margin-right: -15px;
  padding: 31px 0px 28px 15px;
  width: 100%;
}
.listing_container .live_link a {
  color: #FFFFFF;
  background-color: #FF3700;
  font-family: Proxima Nova;
  font-weight: bold;
  font-size: 16px;
  padding: 4px 10px;
  border-radius: 5px;
}
@media (max-width: 767px) {
  .listing_container .live_link {
    height: 58px;
    line-height: 58px;
    margin: initial;
    padding: initial;
    padding-left: 15px;
  }
}
.listing_container .user_widget {
  float: initial;
}
.listing_container .percentagebar {
  position: relative;
  clear: both;
  margin-top: 1px;
  margin-bottom: 10px;
  margin-left: auto;
  margin-right: auto;
  padding: 14px;
  border: 1px solid #dfdfdf;
  border-radius: 10px;
  color: white;
  height: 50px;
}
@media (max-width: 767px) {
  .listing_container .percentagebar {
    margin-right: 15px;
    margin-left: 15px;
  }
}
.listing_container .percentagebar .right_absolute {
  position: absolute;
  right: 16px;
  top: 16px;
  display: none;
}
@media (min-width: 768px) {
  .listing_container .percentagebar .right_absolute {
    display: block;
  }
}
.listing_container .percentagebar .center_text {
  text-align: center;
}
/* END GALLERY LISTING */
/*=========================================*/
/* END LISTING */
/*=========================================*/
/*=========================================*/
/* OFFER PAGE BLOCK */
/*=========================================*/
.content__offer__details {
  z-index: 98;
  border-left: 1px solid #dfdfdf;
}
.offer__block {
  border-top: 1px dotted #dfdfdf;
  padding: 15px 30px 0 30px;
  margin-top: 30px;
}
.offer__block .operation_panel_block {
  width: 100%;
  float: left;
}
.offer__block .operation_panel_block .operation_panel_element {
  padding-left: 0;
}
.public_offer_snippet_container .replica {
  display: none;
}
#offer-popup .replica {
  display: inline-block;
  margin-left: initial;
  padding: 1px 12px;
  margin-right: 10px;
}
#offer-popup .replica:hover .hover {
  display: none;
}
.replica {
  position: relative;
  background-color: #ffb82f;
  border-radius: 5px;
  margin-left: 5px;
  padding: 2px 12px 3px;
  font-weight: initial;
  font-size: 14px !important;
  vertical-align: middle;
  cursor: pointer;
  white-space: nowrap;
}
.replica .hover {
  display: none;
  z-index: 1;
  width: 350px;
  color: black;
  background-color: #ffeae4;
  padding: 20px;
  cursor: initial;
  position: absolute;
  white-space: initial;
}
.replica:hover {
  color: white;
}
.replica:hover .hover {
  display: block;
}
.big_margin {
  margin-top: 50px;
}
.offer__block:first-child {
  margin-top: 0;
  border-top: 0 none;
}
.offer__block.offer_prices {
  border: none;
  padding-top: 0;
  margin-top: 0;
}
.offer__title {
  margin-bottom: 25px;
}
.offer__link {
  color: #4fb4ff;
}
.offer__price,
.offer__bid,
.offer__actions {
  float: left;
}
.offer__price,
.offer__bid {
  margin-right: 20px;
}
.offer__actions {
  padding-top: 18px;
}
.offer__price__title,
.offer__bid__title {
  color: #b1b1b1;
  font-weight: normal;
}
.offer__price__title {
  margin-bottom: 12px;
}
.offer__bid__title {
  margin-bottom: 10px;
}
.offer__price__rur,
.offer__price__usd,
.reserve {
  color: #ff3700;
}
.red_link {
  color: #ff3700;
  font-size: 14px;
}
.offer__price__rur {
  font-weight: bold;
  padding-top: 5px;
}
.offer__bid__control {
  text-align: center;
  width: 100px;
}
.offer__parameters,
.offer__payment__list,
.offer__seller__etc {
  list-style: outside none none;
}
.offer__parameters__item {
  margin: 8px 0;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.offer__parameters__item noindex {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.offer__parameters__icon {
  margin-right: 13px;
  width: 24px;
  height: 24px;
}
.offer__payment__list {
  margin-bottom: 10px;
}
.offer__payment__item {
  border-bottom: 1px dotted #dfdfdf;
  margin-left: 10px;
  margin-top: 5px;
  position: relative;
}
.offer__payment__item::before {
  content: "-";
  left: -10px;
  position: absolute;
}
.offer__payment__type,
.offer__payment__value {
  background: #FFFFFF none repeat scroll 0 0;
  margin-bottom: -5px;
}
.offer__payment__type {
  float: left;
  padding-right: 5px;
}
.offer__payment__value {
  float: right;
  padding-left: 5px;
}
.offer__seller {
  color: #000000;
  margin-bottom: 20px;
  position: relative;
}
.offer__seller__label {
  background: #FFFFFF none repeat scroll 0 0;
  border: 1px solid #dfdfdf;
  border-radius: 10px;
  cursor: pointer;
  padding: 0 15px;
  line-height: 33px;
}
.offer__seller__label a.login {
  display: inline-flex;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media (min-width: 992px) {
  .offer__seller__label a.login {
    max-width: 80px;
  }
}
.offer__seller__label a.login span,
.offer__seller__label a.login div {
  line-height: 12px;
}
.offer__seller__label a.login div {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -moz-box;
  -moz-box-orient: vertical;
  white-space: nowrap;
}
.offer__seller__label .exclude_seller {
  position: absolute;
  top: 0px;
  right: -16px;
  display: none;
}
.offer__seller__label .exclude_seller a {
  color: #ff3700;
  font-size: 16px;
  font-weight: lighter;
  font-stretch: expanded;
}
.offer__seller__label .exclude_seller span {
  color: #ff3700;
  font-size: 16px;
  font-weight: lighter;
  font-stretch: expanded;
}
.offer__seller__arrow {
  border-left: 1px solid #dfdfdf;
  display: inline-block;
  float: right;
  height: 39px;
  margin-left: 30px;
  text-align: center;
  width: 39px;
}
.offer__seller__options {
  -moz-border-bottom-colors: none;
  -moz-border-left-colors: none;
  -moz-border-right-colors: none;
  -moz-border-top-colors: none;
  background: #FFFFFF none repeat scroll 0 0;
  border-color: #dfdfdf;
  border-image: none;
  border-radius: 0 0 10px 10px;
  border-style: solid;
  border-width: 0 1px 1px;
  display: none;
  padding: 15px;
  position: absolute;
  width: 100%;
  z-index: 100;
}
.offer__seller_active .offer__seller__options {
  display: block;
}
.offer__seller__name,
.offer__seller__more {
  margin: 0 10px;
}
.offer__block .usually_responds_block {
  color: #000000;
  font-family: 'Gilroy', sans-serif;
  font-size: 14px;
  height: 32px;
  display: inline-flex;
  align-items: center;
  margin-right: 40px;
  margin-top: initial;
}
div.usually_responds_block.fast {
  color: #FF3700 !important;
}
.user_widget.full {
  padding: 18px 30px;
  border-radius: 12px;
  height: 74px;
}
.user_widget.full .delimiter.full_not_show {
  display: none;
}
.user_widget.full div.delimiter {
  margin-top: 6px;
}
.user_widget.full .avatar_widget {
  cursor: pointer;
}
.user_widget.full .full_right {
  float: right;
}
.user_widget.full .icons > img {
  margin: unset;
  margin-top: 4px;
  margin-right: 6px;
}
.user_widget.full .icons :last-child {
  margin-right: unset;
}
.user_widget.full .about_user > div {
  margin-top: -2px;
  width: unset;
  max-width: 190px;
}
.user_widget {
  width: 100%;
  border-radius: 6px;
  border: 1px solid #DFDFDF;
  margin-bottom: 10px;
  background-color: white;
  padding: 9px 15px;
  position: relative;
  float: left;
}
.user_widget * {
  font-family: Roboto;
  font-style: normal;
  font-weight: normal;
  line-height: normal;
  font-size: 12px;
  color: #4FB4FF;
}
.user_widget > * {
  float: left;
  margin-right: 15px;
  height: 36px;
}
.user_widget div.delimiter {
  width: 1px;
  height: 24px;
  margin-top: 6px;
  margin-bottom: 6px;
  background-color: #DFDFDF;
}
.user_widget .delimiter.full_not_show {
  display: block;
}
.user_widget .icons {
  text-align: center;
  width: 72px;
}
.user_widget .icons :last-child {
  margin-right: unset;
}
.user_widget .icons > img {
  height: 28px;
  margin-top: 4px;
  margin-right: 6px;
}
.user_widget .about_user {
  position: relative;
  margin-right: 5px;
}
.user_widget .about_user > div {
  width: 127px;
  overflow: hidden;
}
.user_widget .about_user > * {
  float: left;
}
.user_widget .avatar_widget {
  height: 49px;
  width: 49px;
  border-radius: 25px;
  margin-right: 15px;
  margin-top: -7px;
}
.user_widget .login {
  font-size: 14px;
  margin-bottom: 1px;
  float: left;
  width: 100%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.user_widget .rating {
  font-weight: bold;
  font-size: 14px;
  color: #FFFFFF;
  background-color: #32CFFF;
  border-radius: 3.20654px;
  padding: 1px 7px 0px 6px;
  float: left;
}
.user_widget .all_offers,
.user_widget .about,
.user_widget .all_reviews {
  padding-top: 10px;
}
.user_widget .all_offers,
.user_widget .about,
.user_widget .all_reviews {
  width: 52px;
}
.user_widget .all_offers .offer__seller__more,
.user_widget .about .offer__seller__more,
.user_widget .all_reviews .offer__seller__more {
  margin: unset;
}
.user_widget .subscription_widget {
  margin-right: 0;
  padding-top: 7px;
}
.user_widget .subscription_widget .description {
  display: none;
}
.user_widget .avatar_popup {
  position: absolute;
  z-index: 999;
  padding: 10px;
  background-color: white;
  border: 1px solid #dfdfdf;
  border-radius: 10px;
  top: 49px;
  max-width: 500px;
}
@media (max-width: 767px) {
  .user_widget.public_listing {
    padding-left: 15px;
    padding-right: 15px;
  }
}
.user_widget.public_listing .descr_text {
  color: #626262;
  padding-top: 10px;
  display: none;
}
@media (min-width: 1200px) {
  .user_widget.public_listing .descr_text {
    display: block;
  }
}
.user_widget.public_listing div.subscription_widget {
  margin-top: 1px;
  margin-right: initial;
}
@media (min-width: 992px) {
  .user_widget.public_listing div.subscription_widget {
    margin-right: 15px;
  }
}
.user_widget.public_listing div.subscription_widget .description {
  color: #37B900;
  display: none;
}
.user_widget.public_listing .before_additional {
  display: none;
}
@media (min-width: 992px) {
  .user_widget.public_listing .before_additional {
    display: block;
  }
}
.user_widget.public_listing .additional_information {
  display: none;
}
@media (min-width: 992px) {
  .user_widget.public_listing .additional_information {
    display: block;
  }
}
.user_widget.public_listing .additional_information * {
  color: #414141;
}
.offer__info {
  color: #7a7a7a;
  padding: 9px 15px;
}
@media all and (max-width: 1024px) {
  .offer__info {
    padding-top: initial;
    margin-top: -18px;
  }
}
.offer__info__sep {
  margin: 0 4px;
}
.offer__delivery_block {
  color: #61B436;
}
.offer__bpp_block,
.offer__bpp_block span {
  color: #0b72b5;
}
#reserve_price_block {
  width: 100%;
  margin-left: 5px;
  float: left;
  text-align: start;
}
.offer__bid #reserve_price_block {
  margin-bottom: 10px;
  width: 100px;
  float: initial;
}
.offer__parameters_block {
  display: flex;
  margin-bottom: 20px;
}
.offer__parameters_block .count_bids,
.offer__parameters_block .leader {
  color: #4fb4ff;
  padding-right: 5px;
}
.offer__parameters_block .count_bids {
  cursor: pointer;
}
.offer__parameters_block #reserve_price_block {
  display: initial;
  float: unset;
  font-weight: bold;
}
.tabs .nav {
  padding: 0 25px;
}
.tabs .nav-tabs {
  border-bottom: 0px;
}
.tabs .nav-tabs li a {
  -moz-border-bottom-colors: none;
  -moz-border-left-colors: none;
  -moz-border-right-colors: none;
  -moz-border-top-colors: none;
  background: #FFFFFF none repeat scroll 0 0;
  border-color: #dfdfdf;
  border-image: none;
  border-radius: 10px 10px 0 0;
  border-style: solid;
  border-width: 1px 1px 0;
  color: #7a7a7a;
  display: block;
  margin: 0 -8px;
  padding: 7px 35px;
  position: relative;
  text-decoration: none;
}
.tabs .nav-tabs li.active a {
  color: #414141;
  font-weight: bold;
  margin-bottom: -1px;
  padding-bottom: 8px;
  z-index: 25 !important;
}
.tabs .panel-title a:hover,
.tabs .panel-title a:focus {
  color: #000000;
}
.tag_widget,
.popular_searches_widget {
  list-style: outside none none;
  min-height: 17px;
  margin-top: 10px;
  overflow: auto;
}
.tag_widget .item_tag,
.popular_searches_widget .item_tag {
  float: left;
  padding: 2px 15px;
  background-color: #f2f2f2;
  margin-right: 5px;
  margin-bottom: 5px;
  cursor: pointer;
}
.tag_widget .item_tag a,
.popular_searches_widget .item_tag a {
  color: #414141;
}
.tab-content .tab-pane {
  background: #FFFFFF none repeat scroll 0 0;
  border: 1px solid #dfdfdf;
  border-radius: 10px;
  padding: 20px;
}
.offer__tabs > ul > li {
  margin-bottom: 0;
}
.slider.controls > * {
  cursor: pointer;
}
@media (max-width: 767px) {
  .slider.controls > * {
    display: none !important;
  }
}
.recommended_in_listing--title {
  margin-bottom: 13px;
  font-family: 'Gilroy-Bold', sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 20px;
}
@media all and (max-width: 1024px) {
  .recommended_in_listing--title {
    margin-left: 5px;
  }
}
#recommended_in_listing {
  position: relative;
  margin-right: 5px;
}
#recommended_in_listing .title {
  font-weight: bold;
  font-size: 18px;
  padding-left: 5px;
  padding-bottom: 5px;
}
#recommended_in_listing .promo_in_offer_container.content,
#recommended_in_listing .popular_seller_offers_in_offer_container.content {
  border: initial;
  /*margin-bottom: initial;*/
}
#recommended_in_listing .slider button {
  display: none !important;
  height: 33px;
  width: 33px;
  background: #FFFFFF;
  border: 1px solid #DFDFDF;
  box-sizing: border-box;
  border-radius: 17px;
}
#recommended_in_listing .slider button div {
  position: relative;
  width: 14px;
  height: 1px;
  background-color: black;
  left: 3px;
  display: block;
}
#recommended_in_listing .slider button div:after,
#recommended_in_listing .slider button div:before {
  content: '';
  position: absolute;
  width: 5px;
  height: 1px;
  right: 0px;
  background-color: black;
}
#recommended_in_listing .slider button div:after {
  top: -2px;
  transform: rotate(45deg);
}
#recommended_in_listing .slider button div:before {
  top: 2px;
  transform: rotate(-45deg);
}
#recommended_in_listing .slider button.slick-prev {
  transform: rotate(180deg);
  left: -17px;
}
#recommended_in_listing .slidee.promo_container {
  margin: 0 -2px;
}
#recommended_in_listing .carousel__item__sub * {
  font-size: 18px;
  font-weight: 900 !important;
}
#recommended_in_listing .carousel__item__sub .carousel__item__bids {
  font-weight: normal !important;
}
#recommended_in_listing .carousel__item__sub .title {
  display: none;
}
#recommended_in_listing img.img-responsive {
  border-radius: 10px;
  max-height: 100%;
}
#recommended_in_listing .offer_container .buy_promo {
  font-size: 12px;
  line-height: 34px;
  text-align: center;
  background: #ff3700;
  color: white;
  font-weight: bold;
  position: absolute;
  bottom: 9px;
  width: 135px;
  margin: 0 auto;
  border-radius: 10px;
  height: 36px;
  display: block;
  left: 22px;
}
@media (max-width: 767px) {
  #recommended_in_listing {
    margin-top: 30px;
  }
}
.promo_in_offer_container,
.popular_seller_offers_in_offer_container,
.watched__offers_in_cart_container {
  overflow: hidden;
}
.promo_in_offer_container .slidee,
.popular_seller_offers_in_offer_container .slidee,
.watched__offers_in_cart_container .slidee {
  list-style: none;
}
.promo_in_offer_container .offer_container,
.popular_seller_offers_in_offer_container .offer_container,
.watched__offers_in_cart_container .offer_container {
  height: 255px;
  position: relative;
  margin: 0 3px;
  padding: 20px;
  border: 1px solid #dfdfdf;
  border-radius: 10px;
}
.promo_in_offer_container .offer_container:hover,
.popular_seller_offers_in_offer_container .offer_container:hover,
.watched__offers_in_cart_container .offer_container:hover {
  box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.2);
}
.promo_in_offer_container .offer_container .carousel__item__photo,
.popular_seller_offers_in_offer_container .offer_container .carousel__item__photo,
.watched__offers_in_cart_container .offer_container .carousel__item__photo {
  height: 146px;
}
.promo_in_offer_container .offer_container .carousel__item__title .title_box,
.popular_seller_offers_in_offer_container .offer_container .carousel__item__title .title_box,
.watched__offers_in_cart_container .offer_container .carousel__item__title .title_box {
  height: 30px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -moz-box;
  -moz-box-orient: vertical;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  box-orient: vertical;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  word-break: break-word;
}
.promo_in_offer_container .offer_container .carousel__item__sub,
.popular_seller_offers_in_offer_container .offer_container .carousel__item__sub,
.watched__offers_in_cart_container .offer_container .carousel__item__sub {
  bottom: 15px;
  right: 0;
  padding-right: 20px;
}
.last_viewed_container .slidee.promo_container,
.promo_in_offer_container .slidee.promo_container,
.popular_seller_offers_in_offer_container .slidee.promo_container,
.watched__offers_in_cart_container .slidee.promo_container,
.new_offers_container .slidee.promo_container {
  list-style: none;
  padding-bottom: 10px;
}
.last_viewed_container .slidee.promo_container > *,
.promo_in_offer_container .slidee.promo_container > *,
.popular_seller_offers_in_offer_container .slidee.promo_container > *,
.watched__offers_in_cart_container .slidee.promo_container > *,
.new_offers_container .slidee.promo_container > * {
  width: 198px;
  float: left;
}
@media (max-width: 767px) {
  .wrap .promo_container {
    display: none;
  }
  .wrap .promo_container.first {
    display: block;
  }
}
#offer_detail_block .breadcrumb_container .breadcrumb {
  margin: initial;
}
#offer_detail_block .breadcrumb_container .breadcrumb .breadcrumb__item {
  font-weight: initial;
}
#offer_detail_block .breadcrumb_container .breadcrumb .breadcrumb__item:last-child {
  font-weight: bold;
}
#offer_detail_block .breadcrumb_container .title {
  display: none;
}
@media (max-width: 767px) {
  #offer_detail_block .breadcrumb_container .title {
    display: block;
  }
}
#offer_detail_block:not(.nw3) {
  font-family: 'Gilroy', sans-serif;
  color: #000000;
}
#offer_detail_block:not(.nw3).content {
  border: initial;
}
#offer_detail_block:not(.nw3).content .fotorama .fotorama__thumb,
#offer_detail_block:not(.nw3).content .fotorama .fotorama__thumb-border {
  border-radius: 15px;
}
#offer_detail_block:not(.nw3).content .content__offer__details {
  border: initial;
}
#offer_detail_block:not(.nw3).content .content__offer__details .offer__block {
  border: initial;
  margin-top: 20px;
  padding-right: initial;
}
#offer_detail_block:not(.nw3).content .content__offer__details .offer__block:first-child {
  margin-top: initial;
  padding-top: initial;
}
#offer_detail_block:not(.nw3).content .content__offer__details .offer__block .title_l,
#offer_detail_block:not(.nw3).content .content__offer__details .offer__block .title_l * {
  font-size: 30px;
  font-weight: initial;
}
#offer_detail_block:not(.nw3).content .content__offer__details .title_block .title {
  font-size: 30px;
  font-weight: initial;
  margin-bottom: 20px;
}
#offer_detail_block:not(.nw3).content .content__offer__details .title_block .flex-row {
  align-items: baseline;
  flex-wrap: wrap;
  margin-bottom: 10px;
}
#offer_detail_block:not(.nw3).content .content__offer__details .title_block .flex-row > .flex-col-1 {
  width: initial;
  flex: initial;
  margin-bottom: 5px;
}
#offer_detail_block:not(.nw3).content .content__offer__details .title_block .views_counter {
  font-size: 14px;
}
#offer_detail_block:not(.nw3).content .content__offer__details .title_block .offer__quantity {
  font-size: 18px;
}
#offer_detail_block:not(.nw3).content .content__offer__details .title_block .auction_ending {
  border-radius: 10px;
  padding: 2px 7px;
  font-size: 12px;
  color: #FFFFFF;
  background-color: #35b903;
}
#offer_detail_block:not(.nw3).content .content__offer__details .title_block .participant_watching {
  font-size: 14px;
  color: #FF3700;
  animation-name: blinker;
  animation-iteration-count: infinite;
  animation-timing-function: cubic-bezier(1, 0, 0, 1);
  animation-duration: 2s;
  -webkit-animation-name: blinker;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-timing-function: cubic-bezier(1, 0, 0, 1);
  -webkit-animation-duration: 2s;
}
@keyframes blinker {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@-webkit-keyframes blinker {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
#offer_detail_block:not(.nw3).content .content__offer__details .title_block .tag_widget {
  margin-bottom: 10px;
}
#offer_detail_block:not(.nw3).content .content__offer__details .title_block .tag_widget .item_tag {
  padding: 2px 7px;
  margin-right: 4px;
  border-radius: 10px;
  background-color: #FAFAFA;
}
#offer_detail_block:not(.nw3).content .content__offer__details .title_block .tag_widget .item_tag a {
  color: #000000;
}
#offer_detail_block:not(.nw3).content .content__offer__details .offer_prices_form {
  border: initial;
}
#offer_detail_block:not(.nw3).content .content__offer__details .watch_elements {
  display: flex;
  align-items: center;
  width: 50px;
  background-size: 30px;
}
#offer_detail_block:not(.nw3).content .content__offer__details .watch_elements .watchers_count {
  font-size: 18px;
  margin-left: 35px;
}
#offer_detail_block:not(.nw3).content .content__offer__details #offer_prices_form.blitz form.clearfix:nth-of-type(2) .watch_elements {
  display: none;
}
#offer_detail_block:not(.nw3).content .content__offer__details #offer_prices_form form {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
  margin-top: 40px;
  gap: 15px 0;
}
#offer_detail_block:not(.nw3).content .content__offer__details #offer_prices_form form:first-child {
  margin: initial;
}
#offer_detail_block:not(.nw3).content .content__offer__details #offer_prices_form .offer__price,
#offer_detail_block:not(.nw3).content .content__offer__details #offer_prices_form .offer__bid noindex {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 80px;
}
#offer_detail_block:not(.nw3).content .content__offer__details #offer_prices_form .form__control,
#offer_detail_block:not(.nw3).content .content__offer__details #offer_prices_form .offer__price__rur,
#offer_detail_block:not(.nw3).content .content__offer__details #offer_prices_form .btn,
#offer_detail_block:not(.nw3).content .content__offer__details #offer_prices_form .watch_elements {
  height: 50px;
}
#offer_detail_block:not(.nw3).content .content__offer__details #offer_prices_form .offer__price__rur {
  padding: initial;
}
#offer_detail_block:not(.nw3).content .content__offer__details #offer_prices_form .offer__actions {
  display: flex;
  padding: initial;
  flex-wrap: wrap;
  gap: 10px 0;
}
#offer_detail_block:not(.nw3).content .content__offer__details #offer_prices_form .btn {
  margin: initial;
  margin-right: 10px;
}
#offer_detail_block:not(.nw3).content .content__offer__details #offer_prices_form .offer__price__title,
#offer_detail_block:not(.nw3).content .content__offer__details #offer_prices_form .offer__bid__title {
  color: #000000;
  font-size: 12px;
  margin-bottom: 7px;
}
#offer_detail_block:not(.nw3).content .content__offer__details #offer_prices_form .offer__price .title_l {
  position: relative;
}
#offer_detail_block:not(.nw3).content .content__offer__details #offer_prices_form .offer__price .offer__price--old_price {
  text-decoration: line-through;
}
#offer_detail_block:not(.nw3).content .content__offer__details #offer_prices_form .offer__price .offer__price--percent {
  position: absolute;
  right: 10px;
  top: -6px;
  color: #FFFFFF;
  font-size: 14px;
  font-weight: bold;
  display: inline-flex;
  padding: 2px 7px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  border-radius: 10px;
  background: #61B436;
}
#offer_detail_block:not(.nw3).content .content__offer__details #offer_prices_form .offer__bid__title {
  padding-left: 15px;
}
#offer_detail_block:not(.nw3).content .content__offer__details #offer_prices_form .offer__bid span {
  font-size: 20px;
}
#offer_detail_block:not(.nw3).content .content__offer__details #offer_prices_form .form__control {
  width: 130px;
  font-size: 20px;
  display: inline-flex;
  /*padding: 13px 16px 13px 15px;*/
  justify-content: center;
  align-items: center;
  border-radius: 100px;
  border: 1px solid #C4C4C4;
}
#offer_detail_block:not(.nw3).content .content__offer__details #offer_prices_form.blitz #buy-now-btn {
  background-color: #000000;
}
#offer_detail_block:not(.nw3).content .content__offer__details .offer__actions input {
  background: #FF3700;
}
#offer_detail_block:not(.nw3).content .content__offer__details .btn {
  height: 50px;
  display: inline-flex;
  border-radius: 100px;
  font-size: 14px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  color: #FFFFFF;
  margin-bottom: 11px;
  margin-right: 9px;
}
#offer_detail_block:not(.nw3).content .content__offer__details .btn.go_to_cart {
  padding: 8px 34px;
  gap: initial;
  flex-direction: column;
  align-items: center;
}
#offer_detail_block:not(.nw3).content .content__offer__details .btn.go_to_cart .btn--descr {
  font-weight: initial;
  font-size: 12px;
}
#offer_detail_block:not(.nw3).content .content__offer__details .btn.safe-deal-btn {
  width: 358px;
}
@media all and (max-width: 767px) {
  #offer_detail_block:not(.nw3).content .content__offer__details .btn.safe-deal-btn {
    width: 330px;
  }
}
#offer_detail_block:not(.nw3).content .content__offer__details .btn.green {
  background-color: #61B436;
}
#offer_detail_block:not(.nw3).content .content__offer__details .btn.red {
  background-color: #FF3700;
}
#offer_detail_block:not(.nw3).content .content__offer__details .btn.grey {
  background-color: #dfdfdf;
  color: #000000;
}
#offer_detail_block:not(.nw3).content .content__offer__details .btn.black {
  background-color: #000000;
}
#offer_detail_block:not(.nw3).content .content__offer__details .btn.blue {
  background-color: #005FF1;
}
#offer_detail_block:not(.nw3).content .content__offer__details .btn.add-to-cart-btn,
#offer_detail_block:not(.nw3).content .content__offer__details .btn.add-to-cart-btn:hover {
  width: initial;
  height: initial;
  padding: 15px 30px;
}
#offer_detail_block:not(.nw3).content .content__offer__details .operation_panel_block {
  margin-bottom: 15px;
}
#offer_detail_block:not(.nw3).content .content__offer__details .operation_panel_block span.operation_panel_action_link {
  font-size: 16px;
  text-transform: capitalize;
}
#offer_detail_block:not(.nw3).content .content__offer__details .offer__spec_operation {
  color: #000000;
  font-family: 'Gilroy', sans-serif;
  font-size: 14px;
  height: 32px;
  display: inline-flex;
  align-items: center;
  margin-right: 40px;
  margin-top: initial;
}
#offer_detail_block:not(.nw3).content .content__offer__details .offer__spec_operation.ask_seller_link {
  background: #FFFFFF url(../images/icons/ask_black.svg) center left no-repeat;
}
#offer_detail_block:not(.nw3).content .content__offer__details .offer__spec_operation.propose_prise_link {
  background: #FFFFFF url(../images/icons/price_proposal_black.svg) center left no-repeat;
}
#offer_detail_block:not(.nw3).content .content__offer__details .offer__parameters__item {
  margin: 0 0 8px 0;
  display: flex;
  flex-wrap: nowrap;
  font-size: 14px;
  color: #000000;
}
#offer_detail_block:not(.nw3).content .content__offer__details .offer__parameters__item .icon {
  width: 18px;
  height: 18px;
  min-width: 18px;
  margin-right: 6px;
  background-color: #FFFFFF;
  background-size: contain;
}
#offer_detail_block:not(.nw3).content .content__offer__details .offer__parameters__item .icon.icon_users {
  background-image: url("/images/icons/icon_users.svg");
}
#offer_detail_block:not(.nw3).content .content__offer__details .offer__parameters__item .icon.icon_clock {
  background-image: url("/images/icons/icon_clock.svg");
}
#offer_detail_block:not(.nw3).content .content__offer__details .offer__parameters__item .icon.icon_location {
  background-image: url("/images/icons/location.svg");
}
#offer_detail_block:not(.nw3).content .content__offer__details .offer__parameters__item .icon.icon_antisniper {
  background-image: url("/images/icons/icon_anti_sniper_black.svg");
}
#offer_detail_block:not(.nw3).content .content__offer__details .offer__parameters__item .icon.icon_delivery {
  background-image: url("/images/icons/icon_delivery.svg");
}
#offer_detail_block:not(.nw3).content .content__offer__details .offer__parameters__item .icon.icon_offers_group {
  margin: 0 6px 0 0;
  background-image: url("/images/icons/offers_group_black.svg");
}
#offer_detail_block:not(.nw3).content .content__offer__details .offer__parameters__item.offer__location_block strong {
  margin-left: 5px;
}
#offer_detail_block:not(.nw3).content .content__offer__details .offer__parameters__item a {
  color: #4fb4ff;
  font-weight: bold;
}
#offer_detail_block:not(.nw3).content #about_group {
  border-bottom: initial;
}
#offer_detail_block #about_group {
  padding-top: 30px;
  padding-bottom: 20px;
  padding-bottom: 15px;
  border-bottom: 1px solid #dfdfdf;
  z-index: 90;
  position: relative;
}
@media (max-width: 767px) {
  #offer_detail_block #about_group {
    float: left;
    width: 100%;
  }
}
#offer_detail_block #about_group #live {
  background: #ff3700;
  border-radius: 5px;
  padding: 1px 11px;
  float: left;
}
#offer_detail_block #about_group #live a {
  color: #FFFFFF;
  font-family: Proxima Nova;
  font-style: normal;
  font-weight: bold;
  font-size: 20px;
}
#offer_detail_block #about_group #group_name {
  color: #000000;
  font-family: Proxima Nova;
  font-style: normal;
  font-weight: bold;
  font-size: 20px;
  clear: both;
  padding-top: 7px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -moz-box;
  -moz-box-orient: vertical;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  box-orient: vertical;
  -webkit-line-clamp: 2;
  line-clamp: 2;
}
@media (max-width: 767px) {
  #offer_detail_block #about_group #group_name {
    margin-bottom: 20px;
  }
}
#offer_detail_block #about_group #link_to_group {
  float: right;
  font-family: Arial;
  font-style: normal;
  font-weight: bold;
  font-size: 14px;
  line-height: 16px;
  color: #FF3700;
  border: 2px solid #FF3700;
  border-radius: 25.5px;
  padding: 18px 33px;
  margin-bottom: 20px;
}
#offer_detail_block .neighbors_wrapper {
  margin-bottom: -15px;
}
@media all and (min-width: 768px) and (max-width: 991px) {
  #offer_detail_block .neighbors_wrapper.offer__block {
    margin-bottom: initial;
    padding: initial;
  }
}
@media all and (max-width: 767px) {
  #offer_detail_block .neighbors_wrapper.offer__block {
    margin-bottom: initial;
  }
}
#offer_detail_block #before_current_link,
#offer_detail_block #next_current_link,
#offer_detail_block .neighbors_wrapper__catalog {
  position: relative;
  color: #000000;
  background-color: #F2F2F2;
  border-radius: 100px;
  font-family: Arial;
  font-style: normal;
  font-weight: normal;
  font-size: 12px;
  padding: 4px 14px;
  margin-left: 7px;
}
#offer_detail_block #before_current_link:first-child,
#offer_detail_block #next_current_link:first-child,
#offer_detail_block .neighbors_wrapper__catalog:first-child {
  margin: initial;
}
#offer_detail_block .arrow_css {
  position: absolute;
  width: 12px;
  height: 8px;
  right: 10px;
  top: 7px;
}
#offer_detail_block .arrow_css div {
  position: relative;
  display: block;
  width: 12px;
  height: 1px;
  background-color: #000000;
  margin-top: 4px;
}
#offer_detail_block .arrow_css div::after {
  content: '';
  position: absolute;
  width: 5px;
  height: 1px;
  top: -2px;
  right: 0px;
  background-color: #000000;
  transform: rotate(45deg);
}
#offer_detail_block .arrow_css div::before {
  content: '';
  position: absolute;
  width: 5px;
  height: 1px;
  top: 2px;
  right: 0px;
  background-color: #000000;
  transform: rotate(-45deg);
}
#offer_detail_block #before_current_link {
  padding-left: 28px;
}
#offer_detail_block #before_current_link .arrow_css {
  right: initial;
  left: 10px;
}
#offer_detail_block #before_current_link .arrow_css div::after,
#offer_detail_block #before_current_link .arrow_css div::before {
  right: initial;
  left: 0px;
}
#offer_detail_block #before_current_link .arrow_css div::after {
  top: 2px;
}
#offer_detail_block #before_current_link .arrow_css div::before {
  top: -2px;
}
#offer_detail_block #next_current_link {
  padding-right: 28px;
}
#offer_detail_block .content__offer__photos .watch_elements {
  visibility: hidden;
}
#offer_detail_block .content__offer__photos .photos--flying_block {
  position: absolute;
  left: 30px;
  top: 14px;
  height: 27px;
  display: flex;
  gap: 10px;
}
#offer_detail_block .content__offer__photos .photos--flying_block .active_video_icon {
  cursor: pointer;
  width: 40px;
  background: rgba(0, 0, 0, 0) url(/images/icons/YouTube_dark_icon_1.svg) no-repeat scroll left center;
}
#offer_detail_block .content__offer__photos .photos--flying_block .flying_block--promo {
  font-size: 14px;
  background-color: #32CFFF;
  border-radius: 5px;
  padding: 5px 10px 5px 20px;
  text-transform: uppercase;
}
#offer_detail_block .content__offer__photos .photos--flying_block .flying_block--promo::before {
  content: url('data:image/svg+xml,%3Csvg xmlns="http://www.w3.org/2000/svg" width="12" height="12" fill="currentColor" viewBox="0 0 16 16"%3E%3Cpath d="M11.251.068a.5.5 0 0 1 .227.58L9.677 6.5H13a.5.5 0 0 1 .364.843l-8 8.5a.5.5 0 0 1-.842-.49L6.323 9.5H3a.5.5 0 0 1-.364-.843l8-8.5a.5.5 0 0 1 .615-.09z"/%3E%3C/svg%3E');
  position: absolute;
  left: 5px;
  top: 0;
  height: 100%;
  display: flex;
  align-items: center;
  font-size: 14px;
}
#offer_detail_block .fotorama__nav__frame .fotorama__video-play {
  height: 27px;
  width: 40px;
  margin-left: -20px;
  margin-top: -14px;
  background: rgba(0, 0, 0, 0) url(/images/icons/YouTube_dark_icon_1.svg) no-repeat scroll left center !important;
}
#offer_detail_block .offer__spec_operation {
  display: table;
  padding-left: 41px;
  white-space: nowrap;
}
#offer_detail_block .offer__parameters__item,
#offer_detail_block .offer__spec_operation {
  line-height: 24px;
  margin: 6px 0;
}
#offer_detail_block .xs_center_right_upwards {
  padding-left: unset;
}
#offer_detail_block .xs_center_right_upwards > * {
  float: right;
  margin-left: 13px;
}
#offer_detail_block .xs_center_left_upwards {
  padding-right: unset;
}
#offer_detail_block .fotorama__stage {
  border: initial;
}
#offer_detail_block #siblings_offers_in_group_slider {
  padding: initial;
  margin: 20px 0;
}
#offer_detail_block #siblings_offers_in_group_slider ul {
  list-style: none;
}
#offer_detail_block #siblings_offers_in_group_slider ul li {
  width: 139px;
  float: left;
}
#offer_detail_block #siblings_offers_in_group_slider ul li .sibling_offer {
  position: relative;
  margin: unset;
  margin: 8px;
  padding: unset;
  padding: 5px;
  border: 1px solid #DFDFDF;
  border-radius: 10px;
}
#offer_detail_block #siblings_offers_in_group_slider ul li .sibling_offer.current {
  border-color: #FF3700;
}
#offer_detail_block #siblings_offers_in_group_slider ul li .sibling_offer .carousel__item__photo {
  height: 100px;
  margin-bottom: 5px;
}
#offer_detail_block #siblings_offers_in_group_slider ul li .sibling_offer .title_box {
  height: initial;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -moz-box;
  -moz-box-orient: vertical;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  box-orient: vertical;
  -webkit-line-clamp: 1;
  line-clamp: 1;
  margin-bottom: 25px;
}
#offer_detail_block #siblings_offers_in_group_slider ul li .sibling_offer .carousel__item__price,
#offer_detail_block #siblings_offers_in_group_slider ul li .sibling_offer .num_in_group {
  position: absolute;
  color: #FF3700;
  font-size: 12px;
  font-weight: bold;
  bottom: 5px;
}
#offer_detail_block #siblings_offers_in_group_slider ul li .sibling_offer .carousel__item__price {
  right: 5px;
}
#offer_detail_block #siblings_offers_in_group_slider ul li .sibling_offer .num_in_group {
  left: 5px;
}
#offer_detail_block #timer_countdown {
  display: flex;
  gap: 5px;
  margin-right: 5px;
}
#offer_detail_block #timer_countdown > span {
  font-weight: bold;
}
#offer_detail_block #timer_countdown .circle {
  position: relative;
  width: 24px;
  height: 24px;
  display: flex;
  justify-content: center;
  align-items: center;
}
#offer_detail_block #timer_countdown .circle svg {
  position: relative;
  width: 24px;
  height: 24px;
  transform: rotate(270deg);
}
#offer_detail_block #timer_countdown .circle svg circle {
  width: 100%;
  height: 100%;
  fill: transparent;
  stroke-width: 1;
  stroke: #b1b1b1;
}
#offer_detail_block #timer_countdown .circle svg circle:nth-child(2) {
  stroke: var(--clr);
  stroke-width: 2;
  stroke-dasharray: var(--stroke_dasharray);
  stroke-dashoffset: var(--stroke_dasharray);
}
#offer_detail_block #timer_countdown .circle div {
  position: absolute;
  text-align: center;
  font-weight: bold;
  font-size: 12px;
  color: #000000;
}
#offer_detail_block #timer_countdown .circle .dots {
  position: absolute;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  z-index: 10;
}
#offer_detail_block #timer_countdown .circle .dots::before {
  content: '';
  position: absolute;
  top: -1px;
  width: 6px;
  height: 6px;
  background: var(--clr);
  border-radius: 50%;
}
.fotorama .fotorama__html .fotorama_promo_block {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
}
.fotorama .fotorama__html .fotorama_promo_block img {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: contain;
  opacity: 0.3;
}
.fotorama .fotorama__html .fotorama_promo_block > span {
  padding: 20px;
  font-size: 16px;
  font-weight: bold;
  text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  z-index: 1;
}
.fotorama .fotorama__html .fotorama_promo_block > span span {
  font-weight: bold;
}
.fotorama--fullscreen .fotorama__html .fotorama_promo_block span {
  font-size: 20px;
  color: white;
}
.other_region {
  width: 100%;
  float: left;
  margin: 10px 0;
  padding: 0 15px;
}
@media (min-width: 768px) {
  .other_region {
    padding: initial;
  }
}
.other_region > .title {
  width: 100%;
  margin-bottom: 25px;
  font-weight: bold;
  font-size: 20px;
  color: black;
}
@media (min-width: 768px) {
  .other_region > .title {
    margin-bottom: 38px;
  }
}
.other_region .article {
  float: left;
  width: 47%;
  width: calc(50% - 10px);
  width: -moz-calc(50% - 10px);
  width: -webkit-calc(50% - 10px);
  width: -o-calc(50% - 10px);
  margin: 0 5px 10px 5px;
  padding: 10px 0;
  text-align: center;
  font-weight: bold;
  font-size: 12px;
  border: 1px solid black;
  border-radius: 25px;
  color: black;
}
@media (min-width: 501px) {
  .other_region .article {
    width: 32%;
    width: calc(33% - 15px);
    width: -moz-calc(33% - 15px);
    width: -webkit-calc(33% - 15px);
    width: -o-calc(33% - 15px);
  }
}
@media (min-width: 768px) {
  .other_region .article {
    font-size: 14px;
    width: initial;
    margin-right: 12px;
    margin-bottom: 10px;
    padding: 15px 50px;
  }
}
.other_region .article.current,
.other_region .article:hover {
  color: #FF3700;
  border-color: #FF3700;
}
.bids_list {
  font-family: 'Gilroy', sans-serif;
  color: #000000;
  font-size: 12px;
  min-width: 350px;
  max-width: 600px;
  margin-top: 30px;
}
.bids_list:first-child {
  margin-top: initial;
}
@media all and (max-width: 1024px) {
  .bids_list {
    margin: 30px -15px 0 -15px;
  }
}
.bids_list--total {
  width: 70%;
  float: right;
  display: flex;
  justify-content: space-evenly;
  padding: 5px 20px;
}
@media all and (max-width: 767px) {
  .bids_list--total {
    width: 80%;
  }
}
.bids_list--title {
  font-size: 20px;
  font-weight: bold;
}
@media all and (max-width: 1024px) {
  .bids_list--title {
    padding-left: 15px;
  }
}
.bids_list.remove_bids .bids_list--title {
  color: #FF3700;
}
.bids_list.remove_bids .bid_line--user {
  color: #000000;
}
.bids_list .bid_line {
  display: flex;
  align-items: center;
  padding: 11px 20px;
}
.bids_list .bid_line.your_last_bid,
.bids_list .bid_line.your_bid {
  font-size: 13px;
}
.bids_list .bid_line.your_last_bid .bid_line--bid,
.bids_list .bid_line.your_bid .bid_line--bid {
  color: #4fb4ff;
}
.bids_list .bid_line.your_last_bid {
  background-color: #f5f6f8;
  border-radius: 21px;
}
@media all and (max-width: 1024px) {
  .bids_list .bid_line.your_last_bid {
    border-radius: initial;
  }
}
.bids_list .bid_line > div {
  margin-right: 6px;
}
.bids_list .bid_line.first .bid_line--num,
.bids_list .bid_line.first .bid_line--bid {
  color: #FF3700;
}
.bids_list .bid_line.first .bid_line--user {
  font-weight: 800;
  font-size: 13px;
}
.bids_list .bid_line.bid_line--title {
  clear: both;
}
.bids_list .bid_line.bid_line--title * {
  color: #000000;
  font-weight: initial;
}
.bids_list .bid_line--num {
  font-size: 10px;
  font-weight: bold;
  width: 20px;
}
.bids_list .bid_line--user {
  width: 20%;
  color: #000000;
  font-weight: bold;
}
@media all and (max-width: 767px) {
  .bids_list .bid_line--user {
    width: 30%;
  }
}
.bids_list .bid_line--bid {
  width: 20%;
  font-weight: bold;
}
@media all and (max-width: 767px) {
  .bids_list .bid_line--bid {
    width: 25%;
  }
}
.bids_list .bid_line--button {
  width: 25%;
}
@media all and (max-width: 767px) {
  .bids_list .bid_line--button {
    display: none;
  }
}
.bids_list .bid_line--button div,
.bids_list .bid_line--button a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 21px;
  padding: 0 10px;
  color: #000000;
  border: 1px solid #000000;
  border-radius: 10px;
  font-size: 12px;
}
.bids_list .bid_line--button a {
  padding: 0 15px;
  font-weight: bold;
  color: #FFFFFF;
  border-color: #ff3700;
  background-color: #ff3700;
}
.bids_list .bid_line--date {
  width: 30%;
  font-size: 12px;
}
.bids_list .bid_line--comment {
  width: 50%;
}
/*=========================================*/
/* User widget block                       */
/*=========================================*/
.offer__seller__label .rating_badge {
  vertical-align: top;
  margin: 2px 3px;
  height: 29px;
  width: 30px;
}
/* + @screen-xs-max */
@media (max-width: 767px) {
  a.user-nav__link.dropdown-toggle::before {
    display: inline-block;
    margin-left: -10px;
    margin-right: 5px;
    width: 0;
    height: 0;
    content: "";
    border-top: 4px solid transparent;
    border-left: 5px solid;
    border-bottom: 4px solid transparent;
  }
  a.user-nav__link.dropdown-toggle[aria-expanded="true"]::before {
    vertical-align: sub;
    margin-left: -11px;
    margin-right: 3px;
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
    border-top: 5px solid;
  }
  .backgroung-color_white_xs {
    background-color: white;
  }
  .offer__info {
    padding-right: 30px;
  }
  .fotorama__stage {
    border-right: none !important;
  }
  #offer_detail_block {
    margin-bottom: 0;
  }
  #offer_detail_block > div {
    padding-left: 0;
    padding-right: 0;
  }
  #offer_detail_block .offer__title {
    margin-bottom: 14px;
  }
  #offer_detail_block .content__offer__photos .watch_elements {
    visibility: visible;
    position: absolute;
    bottom: 25px;
    right: 5px;
  }
  #offer_detail_block .offer__block.offer__parameters_block {
    margin-top: 0px;
  }
  #offer_detail_block .offer__block {
    padding: 0px 17px;
    margin-top: 15px;
    border: none;
  }
  #offer_detail_block .offer__block .watch_elements {
    visibility: hidden;
    width: 0;
    padding: 0;
    margin: 0;
  }
  #offer_detail_block .offer__quantity {
    color: #b1b1b1;
  }
  #offer_detail_block .offer__bid {
    font-size: 18px;
  }
  #offer_detail_block .offer__bid .offer__bid__control {
    padding: 10px 0;
  }
  #offer_detail_block .offer__bid #reserve_price_block {
    font-size: 12px;
  }
  #offer_detail_block #offer_prices_form > form {
    display: flex;
    align-items: flex-end;
    flex-wrap: wrap;
    justify-content: flex-start;
  }
  #offer_detail_block #offer_prices_form > form:last-child {
    margin-top: 21px;
  }
  #offer_detail_block .offer__parameters {
    color: #b1b1b1;
  }
  #offer_detail_block .fotorama__nav-wrap {
    visibility: hidden;
    height: 0;
    margin: 0;
  }
  #offer_detail_block .offer__spec_operation:first-child {
    margin-top: 8px;
  }
  #collapse-myTab .panel {
    border: none;
    border-bottom: 1px solid #dfdfdf !important;
    border-radius: 0;
    box-shadow: none;
    margin: 0;
  }
  #collapse-myTab .panel .panel-heading {
    background-color: transparent;
    border: none;
    padding-top: 15px;
    padding-bottom: 15px;
  }
  #collapse-myTab .panel .panel-heading .panel-title {
    font-size: 18px;
  }
  #collapse-myTab .panel .panel-collapse {
    height: auto !important;
    display: block !important;
  }
  #collapse-myTab .panel .panel-body {
    border: none;
    font-size: 12px;
    padding-top: 0px;
  }
  #collapse-myTab .panel #description_tab {
    font-size: 14px;
  }
  #collapse-myTab .panel #description_tab h5,
  #collapse-myTab .panel #description_tab p {
    margin: 0;
  }
  #collapse-myTab .panel #delivery_tab > div {
    float: left;
    width: 100%;
  }
  #collapse-myTab .panel #delivery_tab h5,
  #collapse-myTab .panel #delivery_tab p {
    margin: 0;
    float: left;
  }
  #collapse-myTab .panel #delivery_tab h5 {
    color: #b1b1b1;
    margin-bottom: 10px;
  }
  #collapse-myTab .panel #delivery_tab p {
    margin-left: 10px;
  }
  .offer__block.border-top {
    border-top: 1px solid #dfdfdf !important;
  }
  .user_widget {
    border: none;
    padding: unset;
  }
  .offer__seller {
    margin-top: 14px;
    margin-bottom: 17px;
  }
  .offer__seller .offer__seller__label {
    height: 49px;
    padding: 0;
    border: none;
  }
  .offer__seller .offer__seller__label .login {
    margin-left: 41px;
    font-size: 18px;
  }
  .offer__seller .offer__seller__label .absolute_block {
    position: absolute;
    top: 35px;
    left: 41px;
  }
  .offer__seller .offer__seller__label .absolute_block .offer__link {
    margin: 0;
  }
  .offer__seller .offer__seller__label .absolute_block .offer__link:first-child {
    padding-right: 20px;
    border-right: 1px solid #4fb4ff;
    margin-right: 15px;
  }
  .offer__seller .offer__seller__label .subscription_widget {
    margin-left: 7px;
  }
  .offer__seller .offer__seller__label .subscription_widget img {
    margin-top: -2px;
  }
  .offer__seller .offer__seller__label .phone_verified_icon {
    position: absolute;
    top: 4px;
  }
  /*  .offer__seller__label {

      .rating_badge {
        margin-top: -5px;
        margin-left: 23px;
        width: 19px;
      }

    }*/
}
/* - @screen-xs-max */
/* + @screen-sm-min and @screen-sm-max */
@media (min-width: 768px) and (max-width: 991px) {
  #offer_detail_block .offer__block {
    padding: 7px 15px 0 15px;
    margin-top: 14px;
  }
  #offer_detail_block .offer__block .watch_elements {
    visibility: hidden;
    width: 0;
    padding: 0;
    margin: 0;
  }
}
/* - @screen-sm-min and @screen-md-max */
/* + @screen-md-min and @screen-md-max */
@media (min-width: 992px) and (max-width: 1199px) {
  #offer_detail_block .offer__block {
    padding: 10px 20px 0 20px;
    margin-top: 20px;
  }
  #offer_detail_block .offer__block .offer__actions {
    margin-right: -30px;
  }
  #offer_detail_block .offer__block .watch_elements {
    visibility: hidden;
    width: 0;
    padding: 0;
    margin: 0;
  }
}
.offer_redirect_popup {
  position: relative;
  display: flex !important;
  flex-direction: column;
  align-items: center;
  padding: 20px;
}
.offer_redirect_popup .fancy_close {
  cursor: pointer;
  position: absolute;
  right: 10px;
  top: 0px;
  font-size: 15px;
  float: none ! important;
  width: unset ! important;
}
.offer_redirect_popup img {
  width: 100px;
  height: 100px;
}
.offer_redirect_popup span {
  text-align: center;
  font-weight: bold;
  color: #000000;
  font-size: 16px;
}
.offer_redirect_popup span.red {
  color: #FF3700;
}
/* - @screen-md-min and @screen-md-max */
/*=========================================*/
/* END OFFER PAGE BLOCK */
/*=========================================*/
/*=========================================*/
/* AUTH and REGISTRATION BLOCK */
/*=========================================*/
.content_auth,
.content_registration {
  color: #424242;
  padding: 25px 0 0;
}
.content_auth .form__control,
.content_registration .form__control {
  margin-top: 5px;
}
.content_auth #phone_code,
.content_registration #phone_code {
  cursor: pointer;
  width: 25%;
}
.content_auth #phone_code:disabled,
.content_registration #phone_code:disabled {
  cursor: initial;
}
.content_auth #phone,
.content_registration #phone {
  float: right;
  width: 72%;
}
.content_auth .content_auth--counts,
.content_registration .content_auth--counts {
  display: flex;
  justify-content: center;
  gap: 10px;
  margin-bottom: 20px;
  color: #b1b1b1;
}
.content_auth .content_auth--counts :first-child,
.content_registration .content_auth--counts :first-child {
  width: 150px;
  text-align: right;
}
.content_auth .content_auth--counts :last-child,
.content_registration .content_auth--counts :last-child {
  width: 150px;
  text-align: left;
}
.content_registration {
  padding-bottom: 25px;
}
.auth__text,
.registration__text {
  font-size: 13px;
}
.auth__title,
.registration__title {
  color: #414141;
  margin-bottom: 20px;
  margin-top: 45px;
}
.registration__title {
  margin-top: 10px;
}
.auth__title {
  font-size: 22px;
}
.auth__title .for_code_confirm {
  display: none;
}
.auth__title.through_code_confirm .for_code_confirm {
  display: initial;
}
.auth__title.through_code_confirm .for_login {
  display: none;
}
.registration__form {
  margin-bottom: 40px;
}
.auth__form {
  margin-bottom: 20px;
}
.vkontakte-btn-in {
  background: rgba(0, 0, 0, 0) url("/images/external_account/vkontakte.png") no-repeat scroll 0 0 / contain;
  display: inline-block;
  height: 25px;
  width: 100px;
}
.registration__form .captcha_img {
  margin-top: 10px;
}
label.error {
  font-size: 12px;
  font-weight: initial;
}
.content_auth .message {
  display: none;
  color: red;
  padding: 0 20% 10px 20%;
  text-align: center;
}
.content_auth.need_confirm_auth .hints,
.content_auth.need_confirm_auth #phone_code {
  display: none;
}
.content_auth .show_by_login,
.content_auth .show_by_confirmation {
  display: none;
}
.content_auth .by_login .show_by_login {
  display: initial;
}
.content_auth .by_email_confirm_wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
  width: 300px;
  margin: 0 auto;
}
.content_auth .by_email_confirm_wrapper > div {
  width: 100%;
}
.content_auth .by_email_confirm_wrapper .form__control {
  text-align: justify;
  line-height: normal;
  font-size: 24px;
}
.content_auth .by_code .show_by_confirmation {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
  width: 300px;
  margin: 0 auto;
}
.content_auth .by_code .show_by_confirmation > div {
  width: 100%;
  overflow: hidden;
}
.content_auth .by_code .show_by_confirmation .phone_block {
  text-align: justify;
  line-height: normal;
}
.content_auth .by_code .show_by_confirmation .phone_block * {
  font-size: 24px;
}
.content_auth .by_code .show_by_confirmation .phone_block #email {
  width: 100%;
}
.content_auth .by_code .show_by_confirmation .phone_block #phone_code {
  text-align: right;
  padding-right: 10px;
}
.content_auth .by_code .show_by_confirmation .btn_get_code {
  font-size: 18px;
  font-weight: bold;
}
.content_auth .by_code .show_by_confirmation .timer_message {
  font-size: 12px;
  color: #61B436;
  text-align: center;
  margin-top: 10px;
  display: none;
}
.content_auth .by_code .show_by_confirmation .auth_confirm {
  width: 60%;
  display: flex;
  justify-content: center;
}
.content_auth .by_code .show_by_confirmation .auth_confirm input {
  width: 100%;
  font-size: 24px;
  text-align: center;
  line-height: initial;
  outline: none;
  border: none;
}
.content_auth .by_code .show_by_confirmation .auth_confirm .ac--placeholder {
  color: grey;
  margin-top: 6px;
}
.content_auth .by_code .show_by_confirmation .toggle_type_auth,
.content_auth .by_code .show_by_confirmation .edit_phone_number {
  cursor: pointer;
}
.content_auth .auth_confirm * {
  background-color: white;
}
.content_auth .auth_confirm .confirm_message {
  display: block;
}
@media (min-width: 768px) {
  .content_auth .auth__form .hints {
    margin-left: 30px;
  }
}
.content_auth .auth__form .hints > div {
  clear: both;
  padding-bottom: 10px;
}
.content_auth .auth__form .hints a {
  cursor: pointer;
}
.content_auth .auth__form .btn_get_code {
  font-size: 12px;
  font-weight: bold;
  border: solid 1px #dfdfdf;
  border-radius: 10px;
  padding: 14px 15px;
  text-align: center;
  color: #dfdfdf;
  margin-top: 5px;
}
.content_auth .auth__form .btn_get_code.active {
  cursor: pointer;
  border: initial;
  color: #FFFFFF;
  background-color: #35b903;
}
.content_auth .auth_with_ext {
  margin: 0 auto 40px;
  width: 300px;
  background-color: #FFFFFF;
}
.content_auth .auth_with_ext .top_text {
  width: 100%;
  position: relative;
  display: flex;
  justify-content: center;
}
.content_auth .auth_with_ext .top_text::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #dfdfdf;
}
.content_auth .auth_with_ext .top_text span {
  position: relative;
  padding: 10px;
  background-color: #FFFFFF;
  font-size: 18px;
  color: #b1b1b1;
}
.content_auth .auth_with_ext .bottom_text {
  display: flex;
  justify-content: space-between;
  margin-top: 15px;
}
.content_auth .auth_with_ext .bottom_text * {
  font-size: 16px;
  color: #000000;
}
.content_auth .auth_with_ext .bottom_text a {
  border-bottom: 1px solid #dfdfdf;
}
/*=========================================*/
/* END AUTH and REGISTRATION BLOCK */
/*=========================================*/
/*=========================================*/
/* NEW FOOTER BLOCK */
/*=========================================*/
footer {
  background-color: #000000;
  color: #FFFFFF;
  margin: 0 -15px;
  position: relative;
}
footer .frontpage_seo_text_container {
  background-color: #FFFFFF;
  text-align: center;
  padding: 20px;
}
footer .frontpage_seo_text_container strong {
  position: relative;
  cursor: pointer;
  background-color: unset;
  border: unset;
  color: #4FB4FF;
}
footer .frontpage_seo_text_container strong:hover {
  color: #FF3700;
}
footer .frontpage_seo_text_container strong span {
  width: 100%;
  z-index: 282;
  padding-right: 23px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 12px;
}
footer .frontpage_seo_text_container strong span + i {
  background: rgba(0, 0, 0, 0) url("/images/sprite.png") no-repeat scroll center -8px;
  display: block;
  height: 6px;
  position: absolute;
  top: 5px;
  right: 0px;
  transition: transform 0.1s ease 0s;
  width: 13px;
  z-index: 283;
}
footer .frontpage_seo_text_container > div {
  color: #000000;
  text-align: left;
  padding-top: 30px;
}
footer .frontpage_seo_text_container > div.always {
  padding-top: initial;
}
footer .frontpage_seo_text_container.active strong {
  color: #FF3700;
}
footer .frontpage_seo_text_container.active strong:hover {
  color: #4FB4FF;
}
footer .frontpage_seo_text_container.active span + i {
  transform: rotate(180deg);
}
footer div.backgroung-color_black {
  background-color: #dfdfdf;
}
footer .links {
  font-size: 14px;
  padding-bottom: 57px;
}
footer .links > div {
  padding: 56px 80px 0 0;
}
footer .links li {
  padding-top: 18px;
}
footer .links li:first-child {
  padding-top: unset;
}
footer li {
  list-style: none;
}
footer .about_site {
  padding-bottom: 30px;
  font-size: 10px;
}
footer .about_site > div {
  padding-top: 30px;
}
footer .about_site .community_icons {
  text-align: left;
}
footer .about_site .community_icons li {
  float: left;
  padding-right: 8px;
}
footer .description_band {
  width: 100%;
  height: 1px;
  background-color: #FFFFFF;
}
.switch_view_mode_container {
  text-align: center;
  padding: 0;
}
.switch_view_mode_container span {
  cursor: pointer;
  color: #4fb4ff;
}
@media (max-width: 767px) {
  footer .links {
    padding: 0 15px 51px 15px;
  }
  footer .links > div {
    padding-top: 65px;
  }
  footer .links > div:first-child {
    padding-top: 34px;
  }
  footer .about_site .col-xs-text-center {
    text-align: center;
  }
  footer .about_site .community_icons li {
    float: right;
    padding: unset;
    padding-left: 8px;
  }
}
/*=========================================*/
/* END NEW FOOTER BLOCK */
/*=========================================*/
/*===========================================*/
/* Public offer snippet                      */
/*===========================================*/
.public_offer_snippet_wrapper {
  position: relative;
  display: inline-flex;
  flex-direction: column;
  width: 100%;
  height: initial;
  padding-bottom: 13px;
}
div.public_offer_snippet_container {
  font-family: 'Gilroy', sans-serif;
  width: inherit;
  height: inherit;
  position: relative;
  float: left;
  display: flex;
  padding: 10px;
  border-radius: 10px;
  border: 1px solid #dfdfdf;
  background-color: #FFFFFF;
  -webkit-transition: all 0.25s;
  -moz-transition: all 0.25s;
  -o-transition: all 0.25s;
  transition: all 0.25s;
  z-index: 1;
}
div.public_offer_snippet_container:hover {
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
}
div.public_offer_snippet_container .offer_snippet__link {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 3;
}
div.public_offer_snippet_container .offer_snippet--image {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 200px;
  height: 200px;
  min-width: 200px;
  margin: 0 14px 0 0;
  z-index: 4;
}
div.public_offer_snippet_container .offer_snippet--image .snippet_photo {
  width: 100%;
  height: inherit;
  background-color: transparent !important;
  background-size: contain !important;
  -webkit-transition: margin 0.25s;
  -moz-transition: margin 0.25s;
  -o-transition: margin 0.25s;
  transition: margin 0.25s;
}
div.public_offer_snippet_container .offer_snippet--image .snippet_photo.has_video:after {
  content: "";
  display: block;
  height: 25px;
  width: 25px;
  position: absolute;
  right: 7px;
  bottom: 7px;
  background: rgba(0, 0, 0, 0) url("/images/icons/YouTube_dark_icon_2.svg") no-repeat center center;
  background-size: contain;
}
div.public_offer_snippet_container .offer_snippet--image .ending_timer_block {
  background-color: red;
  color: white;
  position: absolute;
  padding: 5px 10px;
  border-radius: 5px;
  cursor: pointer;
  bottom: 10px;
  right: 10px;
  z-index: 6;
}
div.public_offer_snippet_container .offers__item__discount {
  position: absolute;
  left: 8px;
  top: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  height: 26px;
  width: max-content;
  padding: 0 6px;
  border-radius: 13px;
  background-color: #61B436;
  color: #FFFFFF;
}
div.public_offer_snippet_container .offer_snippet_body_top--watch {
  z-index: 4;
  position: absolute;
  top: 10px;
  right: -53px;
}
div.public_offer_snippet_container .offer_snippet--body {
  padding: 6px;
  flex-grow: 1;
}
div.public_offer_snippet_container .offer_snippet_body--top {
  display: flex;
  max-width: 580px;
  height: 44px;
  padding: 0 37px;
  margin-bottom: 21px;
}
div.public_offer_snippet_container .offer_snippet_body--top span,
div.public_offer_snippet_container .offer_snippet_body--top a {
  line-height: 22px;
  z-index: 4;
  color: #000000;
  font-family: 'Gilroy', sans-serif;
  font-size: 18px;
  font-weight: 700;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -moz-box;
  -moz-box-orient: vertical;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  box-orient: vertical;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  word-break: break-word;
}
div.public_offer_snippet_container .offer_snippet_body--top span:visited,
div.public_offer_snippet_container .offer_snippet_body--top a:visited {
  color: #777;
}
div.public_offer_snippet_container .offer_snippet_body--top .replica {
  display: none;
}
div.public_offer_snippet_container .offer_snippet_body--params {
  float: left;
  width: calc(100% - 150px);
  margin-bottom: 20px;
}
div.public_offer_snippet_container .offer_snippet_body--params li,
div.public_offer_snippet_container .offer_snippet_body--params noindex {
  display: flex;
  /*flex-wrap: wrap;*/
  align-items: center;
}
div.public_offer_snippet_container .offer_snippet_body--params .offer_parameters {
  display: flex;
  flex-direction: column;
  gap: 8px;
  list-style: outside none none;
}
div.public_offer_snippet_container .offer_snippet_body--params .offer_parameters--item {
  position: relative;
  font-size: 14px;
  font-weight: 400;
}
div.public_offer_snippet_container .offer_snippet_body--params .offer_parameters--icon {
  width: 18px;
  height: 18px;
  min-width: 18px;
  margin-right: 6px;
  background-size: contain;
  background-repeat: no-repeat;
}
div.public_offer_snippet_container .offer_snippet_body--params .offer_parameters--icon.icon_users {
  background-image: url("/images/icons/icon_users.svg");
}
div.public_offer_snippet_container .offer_snippet_body--params .offer_parameters--icon.icon_clock {
  background-image: url("/images/icons/icon_clock.svg");
}
div.public_offer_snippet_container .offer_snippet_body--params .offer_parameters--icon.icon_location {
  background-image: url("/images/icons/location.svg");
}
div.public_offer_snippet_container .offer_snippet_body--params .offer_parameters--icon.icon_delivery {
  background-image: url("/images/icons/icon_delivery.svg");
}
div.public_offer_snippet_container .offer_snippet_body--params .offer_parameters--value {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -moz-box;
  -moz-box-orient: vertical;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  box-orient: vertical;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  word-break: break-word;
}
div.public_offer_snippet_container .offer_snippet_body--params .offer_parameters .offer__bid_block .offer_parameters--value {
  display: flex;
  gap: 0 15px;
  flex-wrap: wrap;
}
div.public_offer_snippet_container .offer_snippet_body--params .offer_parameters .offer__bid_block .item.leader {
  display: none;
}
div.public_offer_snippet_container .offer_snippet_body--params .offer_parameters .offer__bid_block .item.leader span {
  color: #4fb4ff;
  font-weight: 700;
}
div.public_offer_snippet_container .offer_snippet_body--params .offer_parameters .offer__bid_block .count_bid {
  font-weight: bold;
}
div.public_offer_snippet_container .offer_snippet_body--params .offer_parameters .offer__buynow_block {
  gap: 8px;
  flex-wrap: wrap;
}
div.public_offer_snippet_container .offer_snippet_body--params .offer_parameters .offer__buynow_block > * {
  flex-grow: 1;
}
div.public_offer_snippet_container .offer_snippet_body--params .offer_parameters .offer_parameters--count {
  display: flex;
}
div.public_offer_snippet_container .offer_snippet_body--params .offer_parameters .offer__time_block .offers__item__expiry {
  float: initial;
  margin: initial;
  padding: initial;
}
div.public_offer_snippet_container .offer_snippet_body--price {
  width: 150px;
  float: right;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
  flex-direction: column;
  gap: 5px;
  margin-bottom: 13px;
}
div.public_offer_snippet_container .offer_snippet_body--price .offer_snippet_body_price--value,
div.public_offer_snippet_container .offer_snippet_body--price .offer_snippet_body_price--value * {
  font-size: 22px;
  font-weight: 700;
  color: #FF3700;
}
div.public_offer_snippet_container .offer_snippet_body--price .offer_snippet_body_price--delivery * {
  font-size: 12px;
  color: #000000;
}
div.public_offer_snippet_container .offer_snippet_body--price .offer_snippet_body_price--delivery .delivery_block {
  margin: initial;
  display: flex;
  align-items: center;
}
div.public_offer_snippet_container .offer_snippet_body--price .offer_snippet_body_price--delivery .delivery_block .question_symbol {
  z-index: 5;
  line-height: initial;
  height: 18px;
}
div.public_offer_snippet_container .offer_snippet_body--seller {
  position: relative;
  float: left;
  clear: both;
  display: flex;
  align-items: center;
  height: 36px;
  margin-bottom: 18px;
  z-index: 5;
}
div.public_offer_snippet_container .offer_snippet_body--seller img.small_icon {
  height: 22px;
  margin-right: 8px;
}
div.public_offer_snippet_container .offer_snippet_body--seller .about_user {
  max-width: 127px;
  overflow: hidden;
}
div.public_offer_snippet_container .offer_snippet_body--seller .about_user .login {
  font-size: 14px;
  margin-bottom: 1px;
  float: left;
  width: 100%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
div.public_offer_snippet_container .offer_snippet_body--seller .about_user .rating {
  float: left;
  clear: both;
  height: 18px;
  display: flex;
  align-items: center;
  font-size: 14px;
  font-weight: bold;
  color: #FFFFFF;
  border-radius: 3.21px;
  background-color: #32CFFF;
  padding: 0 5px;
}
div.public_offer_snippet_container .offer_snippet_body--seller .avatar_widget {
  width: 36px;
  height: 36px;
  border-radius: 36px;
  margin-right: 10px;
}
div.public_offer_snippet_container .offer_snippet_body--seller .avatar_popup {
  position: absolute;
  z-index: 999;
  padding: 10px;
  background-color: white;
  border: 1px solid #dfdfdf;
  border-radius: 10px;
  bottom: -10px;
  bottom: 45px;
  right: -110px;
  height: 150px;
}
div.public_offer_snippet_container .offer_snippet_body--seller .exclude_seller {
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  color: #FF3700;
  border: 1px solid #FF3700;
  border-radius: 50%;
  width: 14px;
  height: 14px;
  font-size: 14px;
  margin: 0 10px;
}
div.public_offer_snippet_container .offer_snippet_body--seller .exclude_seller:hover {
  color: #FF3700;
  border-color: #FF3700;
}
div.public_offer_snippet_container .offer_snippet_body--seller .about_me {
  display: none;
}
div.public_offer_snippet_container .offer_snippet_body--buttons {
  float: right;
  display: flex;
  gap: 8px;
  color: #FFFFFF;
  font-size: 14px;
  font-weight: 700;
}
div.public_offer_snippet_container .offer_snippet_body--buttons .btn_wrapper {
  flex-grow: 1;
  z-index: 4;
  cursor: pointer;
}
div.public_offer_snippet_container .offer_snippet_body--buttons .btn_wrapper.addbid > div {
  background-color: #ff3700;
}
div.public_offer_snippet_container .offer_snippet_body--buttons .btn_wrapper.buynow > div,
div.public_offer_snippet_container .offer_snippet_body--buttons .btn_wrapper.buynow_proto > div {
  background-color: #000000;
  color: #FFFFFF;
}
div.public_offer_snippet_container .offer_snippet_body--buttons .btn_wrapper.addbid > div.btn--icon {
  background: rgba(0, 0, 0, 0) url("/images/icons/add_bid_red.svg") no-repeat scroll center center;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background-size: cover;
}
div.public_offer_snippet_container .offer_snippet_body--buttons .btn_wrapper .btn--full,
div.public_offer_snippet_container .offer_snippet_body--buttons .btn_wrapper .btn--short,
div.public_offer_snippet_container .offer_snippet_body--buttons .btn_wrapper .btn--small {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100px;
  height: 51px;
  padding: 0 34px;
}
div.public_offer_snippet_container .offer_snippet_body--buttons .btn_wrapper .btn--small {
  height: 45px;
  padding: initial;
}
div.public_offer_snippet_container .offer_snippet_body--buttons .btn_wrapper .btn--small,
div.public_offer_snippet_container .offer_snippet_body--buttons .btn_wrapper .btn--icon,
div.public_offer_snippet_container .offer_snippet_body--buttons .btn_wrapper .btn--span {
  display: none;
}
div.public_offer_snippet_container .offer_snippet_body--buttons .btn_wrapper.addbid .btn--icon circle {
  fill: #FF3700;
  stroke: #FF3700;
}
div.public_offer_snippet_container .offer_snippet_body--buttons .btn_wrapper.addbid.winner .btn--icon circle {
  fill: #61B436;
  stroke: #61B436;
}
@media all and (max-width: 767px) {
  .public_offer_snippet_wrapper {
    padding-bottom: 7px;
  }
  div.public_offer_snippet_container {
    position: relative;
    border: initial;
    padding: 7px 14px 14px 7px;
  }
  div.public_offer_snippet_container .offer_snippet--image {
    width: 95px;
    height: 95px;
    min-width: 95px;
    margin: 0 8px 0 0;
  }
  div.public_offer_snippet_container .offer_snippet--image .snippet_photo.has_video:after {
    width: 12px;
    height: 12px;
  }
  div.public_offer_snippet_container .offer_snippet--image .snippet_photo .ending_timer_block {
    padding: 3px 7px;
    font-size: 10px;
    right: 5px;
    bottom: 5px;
  }
  div.public_offer_snippet_container .offer_snippet--image .snippet_photo .ending_timer_block span.addition {
    display: none;
  }
  div.public_offer_snippet_container .offers__item__discount {
    font-size: 10px;
    height: 15px;
    top: 5px;
    left: 5px;
  }
  div.public_offer_snippet_container .offer_snippet_body_top--watch {
    top: 4px;
    right: 0px;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 20px;
    width: 20px;
    background-color: #FFFFFF;
    border-radius: 10px;
  }
  div.public_offer_snippet_container .offer_snippet_body_top--watch .watch_elements {
    min-width: 14px;
    background-size: contain;
  }
  div.public_offer_snippet_container .offer_snippet--body {
    display: flex;
    flex-direction: column;
    padding: 0 4px;
  }
  div.public_offer_snippet_container .offer_snippet_body--top {
    order: 0;
    padding: initial;
    margin: initial;
    height: 48px;
  }
  div.public_offer_snippet_container .offer_snippet_body--top a,
  div.public_offer_snippet_container .offer_snippet_body--top span {
    line-height: 16px;
    font-size: 14px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -moz-box;
    -moz-box-orient: vertical;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    box-orient: vertical;
    -webkit-line-clamp: 3;
    line-clamp: 3;
    word-break: break-word;
  }
  div.public_offer_snippet_container .offer_snippet_body--price {
    order: 1;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    margin-bottom: 2px;
  }
  div.public_offer_snippet_container .offer_snippet_body--price .offer_snippet_body_price--value,
  div.public_offer_snippet_container .offer_snippet_body--price .offer_snippet_body_price--value * {
    font-size: 14px;
  }
  div.public_offer_snippet_container .offer_snippet_body--price .offer_snippet_body_price--delivery .delivery_block .question_symbol {
    z-index: 10;
  }
  div.public_offer_snippet_container .offer_snippet_body--price .delivery_terms_popup {
    width: 90%;
    right: 10px;
    bottom: 10px;
    margin: initial !important;
  }
  div.public_offer_snippet_container .offer_snippet_body--params {
    order: 3;
    width: 100%;
    margin-bottom: initial;
  }
  div.public_offer_snippet_container .offer_snippet_body--params .offer_parameters {
    gap: 6px;
  }
  div.public_offer_snippet_container .offer_snippet_body--params .offer_parameters--item {
    font-size: 10px;
  }
  div.public_offer_snippet_container .offer_snippet_body--params .offer_parameters--icon {
    width: 10px;
    height: 10px;
    min-width: 10px;
    margin-right: 4px;
  }
  div.public_offer_snippet_container .offer_snippet_body--params .offer_parameters .offer__buynow_block {
    order: 3;
    gap: 6px;
  }
  div.public_offer_snippet_container .offer_snippet_body--params .offer_parameters .offer__buynow_block noindex {
    display: none;
  }
  div.public_offer_snippet_container .offer_snippet_body--params .offer_parameters .offers__item__expiry .end_at {
    display: none;
  }
  div.public_offer_snippet_container .offer_snippet_body--seller {
    order: 2;
    height: initial;
    margin-bottom: 4px;
  }
  div.public_offer_snippet_container .offer_snippet_body--seller .rating_badge,
  div.public_offer_snippet_container .offer_snippet_body--seller .avatar_widget {
    display: none;
  }
  div.public_offer_snippet_container .offer_snippet_body--seller img.small_icon {
    height: 16px;
    margin-right: 5px;
  }
  div.public_offer_snippet_container .offer_snippet_body--seller .about_user {
    margin-right: 10px;
    max-width: initial;
  }
  div.public_offer_snippet_container .offer_snippet_body--seller .about_user .rating,
  div.public_offer_snippet_container .offer_snippet_body--seller .about_user .login {
    height: initial;
    font-size: 12px;
    font-weight: initial;
    color: #4fb4ff;
    background-color: initial;
  }
  div.public_offer_snippet_container .offer_snippet_body--seller .about_user .login {
    margin-bottom: initial;
    margin-right: 5px;
    width: initial;
  }
  div.public_offer_snippet_container .offer_snippet_body--seller .about_user .rating {
    padding: initial;
    clear: none;
  }
  div.public_offer_snippet_container .offer_snippet_body--seller .about_user .rating:before {
    content: '(';
  }
  div.public_offer_snippet_container .offer_snippet_body--seller .about_user .rating:after {
    content: ')';
  }
  div.public_offer_snippet_container .offer_snippet_body--seller .exclude_seller {
    display: flex !important;
    width: 12px;
    height: 12px;
    font-size: 12px;
    margin: initial;
  }
  div.public_offer_snippet_container .offer_snippet_body--buttons {
    position: absolute;
    right: 10px;
    bottom: 10px;
  }
  div.public_offer_snippet_container .offer_snippet_body--buttons .btn_wrapper {
    flex-grow: initial;
  }
  div.public_offer_snippet_container .offer_snippet_body--buttons .btn_wrapper .btn--full,
  div.public_offer_snippet_container .offer_snippet_body--buttons .btn_wrapper .btn--short,
  div.public_offer_snippet_container .offer_snippet_body--buttons .btn_wrapper .btn--small {
    display: none;
  }
  div.public_offer_snippet_container .offer_snippet_body--buttons .btn_wrapper.buynow .btn--span,
  div.public_offer_snippet_container .offer_snippet_body--buttons .btn_wrapper.buynow_proto .btn--span {
    display: flex;
    background-color: initial;
    color: #FF3700;
    font-family: Arial, Tahoma, Geneva, sans-serif;
    font-size: 8px;
    font-weight: 700;
  }
  div.public_offer_snippet_container .offer_snippet_body--buttons .addbid {
    width: 35px;
    height: 35px;
  }
  div.public_offer_snippet_container .offer_snippet_body--buttons .addbid .btn--icon {
    display: flex;
  }
}
.listing_container.gallery .offers {
  margin: 0 -22px;
}
.listing_container.gallery .offers .offers_top_offers_title,
.listing_container.gallery .offers .offers_top_offers_descr {
  width: 100%;
  margin-left: 22px;
}
.listing_container.gallery .public_offer_snippet_wrapper {
  width: calc(100% / 3 - 22px * 2);
  height: 462px;
  padding: initial;
  margin: 0 22px 27px;
}
@media all and (min-width: 768px) {
  .listing_container.gallery .public_offer_snippet_wrapper.hover div.public_offer_snippet_container {
    z-index: 2;
    position: absolute;
    top: 0;
    height: initial;
    min-height: 462px;
  }
  .listing_container.gallery .public_offer_snippet_wrapper.hover div.public_offer_snippet_container .snippet_photo {
    margin: -15px;
    width: calc(100% + 30px);
    height: calc(100% + 30px);
  }
  .listing_container.gallery .public_offer_snippet_wrapper.hover div.public_offer_snippet_container .avatar_popup {
    top: -160px;
    left: 10px;
    height: 150px;
  }
  .listing_container.gallery .public_offer_snippet_wrapper.hover div.public_offer_snippet_container .offer_snippet_body--params {
    visibility: initial;
  }
  .listing_container.gallery .public_offer_snippet_wrapper.hover div.public_offer_snippet_container .offers__item__expiry .session_end {
    display: flex;
  }
}
.listing_container.gallery div.public_offer_snippet_container {
  overflow: hidden;
  width: 100%;
  height: 100%;
  padding: 25px;
  flex-direction: column;
}
.listing_container.gallery div.public_offer_snippet_container .offer_snippet--image {
  margin: 0 0 15px 0;
  width: 100%;
  height: 244px;
  /*min-height: 244px;*/
  min-width: initial;
}
.listing_container.gallery div.public_offer_snippet_container .offer_snippet--image .snippet_photo.has_video:after {
  width: 32px;
  height: 32px;
}
.listing_container.gallery div.public_offer_snippet_container .offer_snippet_body_top--watch {
  top: 10px;
  right: 15px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #FFFFFF;
  width: 34px;
  height: 34px;
  border-radius: 17px;
}
.listing_container.gallery div.public_offer_snippet_container .offer_snippet_body_top--watch .watch_elements {
  min-width: 20px;
  background-size: contain;
}
.listing_container.gallery div.public_offer_snippet_container .offer_snippet--body {
  padding: initial;
}
.listing_container.gallery div.public_offer_snippet_container .offer_snippet_body--top,
.listing_container.gallery div.public_offer_snippet_container .offer_snippet_body--price,
.listing_container.gallery div.public_offer_snippet_container .offer_snippet_body--params,
.listing_container.gallery div.public_offer_snippet_container .offer_snippet_body--seller {
  width: 100%;
}
.listing_container.gallery div.public_offer_snippet_container .offer_snippet_body--top {
  height: 60px;
  padding: initial;
  margin-bottom: 7px;
}
.listing_container.gallery div.public_offer_snippet_container .offer_snippet_body--top a,
.listing_container.gallery div.public_offer_snippet_container .offer_snippet_body--top span {
  font-size: 16px;
  line-height: 20px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -moz-box;
  -moz-box-orient: vertical;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  box-orient: vertical;
  -webkit-line-clamp: 3;
  line-clamp: 3;
  word-break: break-word;
}
.listing_container.gallery div.public_offer_snippet_container .offer_snippet_body--top span.replica {
  display: none;
}
.listing_container.gallery div.public_offer_snippet_container .offer_snippet--body {
  display: flex;
  flex-direction: column;
}
.listing_container.gallery div.public_offer_snippet_container .offer_snippet--body .offer_snippet_body--top {
  order: 0;
}
.listing_container.gallery div.public_offer_snippet_container .offer_snippet--body .offer_snippet_body--params {
  order: 3;
  margin-bottom: 15px;
  visibility: hidden;
}
.listing_container.gallery div.public_offer_snippet_container .offer_snippet--body .offer_snippet_body--price {
  align-items: center;
  flex-direction: row;
  justify-content: space-between;
  order: 1;
}
.listing_container.gallery div.public_offer_snippet_container .offer_snippet--body .offer_snippet_body--price .question_symbol:hover {
  z-index: 10;
}
.listing_container.gallery div.public_offer_snippet_container .offer_snippet--body .offer_snippet_body--price .question_symbol .delivery_terms_popup {
  width: 90%;
  right: 10px;
  margin: initial !important;
}
.listing_container.gallery div.public_offer_snippet_container .offer_snippet--body .offer_snippet_body--seller {
  order: 2;
}
.listing_container.gallery div.public_offer_snippet_container .offer_snippet_body--buttons {
  order: 4;
  display: flex;
}
.listing_container.gallery div.public_offer_snippet_container .offer_snippet_body--buttons .btn_wrapper .btn--short {
  display: none;
}
.listing_container.gallery div.public_offer_snippet_container .offer_snippet_body--buttons .btn_wrapper .btn--small {
  display: flex;
}
@media all and (min-width: 992px) and (max-width: 1199px) {
  .listing_container.gallery .offers {
    margin: 0 -22px;
  }
  .listing_container.gallery .public_offer_snippet_wrapper {
    width: calc(100% / 2 - 22px * 2);
    height: 462px;
    margin: 0 22px 27px;
  }
}
@media all and (min-width: 768px) and (max-width: 991px) {
  .listing_container.gallery .offers {
    margin: 0 -4px;
  }
  .listing_container.gallery .public_offer_snippet_wrapper {
    width: calc(100% / 2 - 4px * 2);
    height: 452px;
    margin: 0 4px 17px;
  }
}
@media all and (max-width: 767px) {
  .listing_container.gallery .offers {
    margin: 0 -4px;
  }
  .listing_container.gallery .public_offer_snippet_wrapper {
    width: calc(100% / 2 - 4px * 2);
    height: 337px;
    margin: 0 4px 17px;
  }
  .listing_container.gallery div.public_offer_snippet_container {
    padding: 15px 15px 23px;
  }
  .listing_container.gallery div.public_offer_snippet_container .offer_snippet--image {
    margin: 0 0 10px 0;
    width: 100%;
    height: 137px;
    min-height: initial;
  }
  .listing_container.gallery div.public_offer_snippet_container .offer_snippet--image .snippet_photo.has_video:after {
    width: 17px;
    height: 17px;
  }
  .listing_container.gallery div.public_offer_snippet_container .offer_snippet_body_top--watch {
    top: 4px;
    right: 0px;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 20px;
    width: 20px;
    background-color: #FFFFFF;
    border-radius: 10px;
  }
  .listing_container.gallery div.public_offer_snippet_container .offer_snippet_body_top--watch .watch_elements {
    min-width: 14px;
    background-size: contain;
  }
  .listing_container.gallery div.public_offer_snippet_container .offer_snippet_body--top {
    height: 36px;
  }
  .listing_container.gallery div.public_offer_snippet_container .offer_snippet_body--top a,
  .listing_container.gallery div.public_offer_snippet_container .offer_snippet_body--top span {
    line-height: 12px;
    font-size: 10px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -moz-box;
    -moz-box-orient: vertical;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    box-orient: vertical;
    -webkit-line-clamp: 3;
    line-clamp: 3;
    word-break: break-word;
  }
  .listing_container.gallery div.public_offer_snippet_container .offer_snippet--body .offer_snippet_body--params {
    visibility: initial;
  }
  .listing_container.gallery div.public_offer_snippet_container .offer_snippet--body .offer_snippet_body--params .offer__bid_block .offer_parameters--value .leader {
    display: none;
  }
  .listing_container.gallery div.public_offer_snippet_container .offer_snippet_body--buttons .btn_wrapper .btn--full,
  .listing_container.gallery div.public_offer_snippet_container .offer_snippet_body--buttons .btn_wrapper .btn--short,
  .listing_container.gallery div.public_offer_snippet_container .offer_snippet_body--buttons .btn_wrapper .btn--small {
    display: none;
  }
}
/*div.public_offer_snippet_container.new {
  background-color: @cfg_universal_white_color;
  color: black;
  margin-bottom: 13px;
  padding: 10px;
  -webkit-transition: all 1s;
  -moz-transition: all 1s;
  -o-transition: all 1s;
  transition: all 1s;
  width: 100%;

  .offer_snippet--image {
    width: 200px;
    height: 200px;
    border-radius: @cfg_border_radius;
  }
}

.listing_container.gallery {
  @offer_snippet_container_margin: 22px;

  .offers {
    margin: 0 -@offer_snippet_container_margin;
  }

  div.public_offer_snippet_container.new {
    position: relative;
    width: 28%;
    width: calc(~'33% - (@{offer_snippet_container_margin} * 2)');
    width: -moz-calc(~'33% - (@{offer_snippet_container_margin} * 2)');
    width: -webkit-calc(~'33% - (@{offer_snippet_container_margin} * 2)');
    width: -o-calc(~'33% - (@{offer_snippet_container_margin} * 2)');
    float: left;
    height: 435px;
    margin: 0 22px 22px;

    .offer_snippet--image {
      //height: 244px;
      border-radius: @cfg_border_radius;
      margin-bottom: ;
    }

    &.hover .offer_snippet--image {
      width: initial;
      margin: -5px;

      .snippet_photo {
        height: inherit;
        //background-size: cover !important;
      }
    }
  }
}
*/
/*===========================================*/
/* End of Public offer snippet               */
/*===========================================*/
/*===========================================*/
/* Subscription widget                       */
/*===========================================*/
div.subscription_widget a {
  color: #3fb117;
}
div.subscription_widget .count_block {
  cursor: help;
  display: none;
  background-color: #3fb117;
  padding: 2px 5px 2px 5px;
  border-radius: 3px;
  color: white;
  font-family: Roboto;
  font-style: normal;
  font-weight: bold;
  margin-left: 5px;
  white-space: nowrap;
}
div.subscription_widget .count_block img {
  width: 10px;
  height: 10px;
  vertical-align: baseline;
}
div.subscription_widget .count_block span {
  padding-left: 2px;
  color: white;
  font-family: Roboto;
  font-style: normal;
  font-weight: bold;
}
.breadcrumb_container div.subscription_widget .count_block,
.user_page div.subscription_widget .count_block,
.rating_game div.subscription_widget .count_block,
.public_listing div.subscription_widget .count_block {
  display: inline;
}
a.subscription_widget {
  color: #3fb117;
  white-space: nowrap;
  margin-right: 10px;
}
#offer_detail_block .subscription_widget.mobile {
  display: none;
}
#offer_detail_block .subscription_widget.mobile .description {
  display: none;
}
#offer_detail_block .subscription_widget.full {
  display: unset;
}
a.subscription_widget {
  color: #3fb117;
  white-space: nowrap;
  margin-right: 10px;
}
#seller_widget {
  display: inline-block;
  width: 100%;
  padding: 20px;
}
@media (min-width: 768px) {
  #seller_widget {
    float: left;
    padding: 20px 0;
  }
}
@media (min-width: 1200px) {
  #seller_widget {
    float: left;
    width: 70%;
  }
}
#seller_widget > label {
  font-size: 14px;
  font-weight: initial;
  color: #000000;
  margin-bottom: 7px;
  margin-left: 19px;
}
#seller_widget .s_container {
  border: 1px solid #dfdfdf;
  border-radius: 10px;
  padding: 24px 19px 38px 19px;
  float: left;
  width: 100%;
}
@media (min-width: 768px) {
  #seller_widget .s_container {
    padding: 24px 21px 25px 37px;
  }
}
@media (min-width: 1200px) {
  #seller_widget .s_container {
    height: 133px;
  }
}
#seller_widget .s_container .left {
  float: left;
  width: 100%;
}
@media (min-width: 768px) {
  #seller_widget .s_container .left {
    width: 480px;
  }
}
#seller_widget .s_container .s_main {
  position: relative;
  float: left;
  width: 100%;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: 15px;
}
@media (min-width: 768px) {
  #seller_widget .s_container .s_main {
    margin-bottom: 10px;
  }
}
#seller_widget .s_container .s_main * {
  font-family: Roboto;
  font-style: normal;
  font-weight: normal;
  line-height: normal;
  font-size: 12px;
  color: #4fb4ff;
}
#seller_widget .s_container .s_main .about_user {
  max-width: 127px;
  overflow: hidden;
}
#seller_widget .s_container .s_main .about_user .login {
  font-size: 14px;
  margin-bottom: 1px;
  float: left;
  width: 100%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
#seller_widget .s_container .s_main .about_user .rating {
  font-weight: bold;
  font-size: 14px;
  color: #FFFFFF;
  background-color: #32CFFF;
  border-radius: 3.20654px;
  padding: 1px 7px 0px 6px;
  float: left;
}
#seller_widget .s_container .s_main img {
  width: 28px;
  margin-right: 10px;
}
#seller_widget .s_container .s_main .avatar_widget {
  width: 50px;
  height: 50px;
  border-radius: 25px;
  margin: 0 18px 0 10px;
}
#seller_widget .s_container .s_main .avatar_popup {
  position: absolute;
  z-index: 999;
  padding: 10px;
  background-color: white;
  border: 1px solid #dfdfdf;
  border-radius: 10px;
  top: 49px;
  max-width: 500px;
  width: initial;
}
#seller_widget .s_container .s_main div.delimiter {
  width: 1px;
  height: 24px;
  margin-top: 6px;
  margin-bottom: 6px;
  background-color: #DFDFDF;
  margin: 0 19px;
}
#seller_widget .s_container .s_main .offer__seller__more {
  margin: initial;
}
#seller_widget .s_container .additional_information {
  float: left;
  width: 100%;
  padding: 0 18px 20px 18px;
  line-height: 20px;
}
@media (min-width: 768px) {
  #seller_widget .s_container .additional_information {
    padding: initial;
    line-height: initial;
  }
}
#seller_widget .s_container .additional_information * {
  font-family: Roboto;
  font-style: normal;
  font-weight: normal;
  font-size: 12px;
  color: #414141;
}
#seller_widget .s_container .additional_information > div {
  float: left;
  padding-right: 13px;
}
#seller_widget .s_container .s_buttons_container {
  float: left;
  width: 100%;
}
@media (min-width: 768px) {
  #seller_widget .s_container .s_buttons_container {
    float: right;
    width: initial;
  }
}
#seller_widget .s_container .s_buttons_container .subscription_widget {
  display: inline-block;
  margin: 0 auto;
  padding: 9px 10px 9px 12px;
  border: 1px solid #37B900;
  border-radius: 10px;
}
#seller_widget .s_container .s_buttons_container .subscription_widget span {
  font-weight: bold;
}
#seller_widget .s_container .s_buttons_container .subscription_widget .count_block {
  display: inline;
  background-color: #3fb117;
  padding: 2px 5px 2px 5px;
  border-radius: 3px;
  margin-left: 5px;
}
#seller_widget .s_container .s_buttons_container .subscription_widget .count_block img {
  width: 10px;
  height: 10px;
  vertical-align: baseline;
}
#seller_widget .s_container .s_buttons_container .subscription_widget .count_block span {
  padding-left: 2px;
  color: white;
  font-family: Roboto;
  font-style: normal;
  font-weight: bold;
}
#fast_feedback {
  display: none;
}
@media (min-width: 1200px) {
  #fast_feedback {
    float: left;
    display: block;
    width: 30%;
    padding: 20px 0 20px 20px;
  }
  #fast_feedback > label {
    width: 100%;
    text-align: center;
    font-size: 14px;
    font-weight: initial;
    color: #000000;
    margin-bottom: 7px;
  }
  #fast_feedback .frame {
    cursor: pointer;
    position: relative;
  }
  #fast_feedback .frame .slide {
    list-style: none;
  }
  #fast_feedback .frame .slide li {
    width: 342px;
    float: left;
  }
  #fast_feedback .frame .ff_slick_prev,
  #fast_feedback .frame .ff_slick_next {
    position: absolute;
    bottom: 12px;
  }
  #fast_feedback .frame .ff_slick_prev {
    left: 15px;
    transform: scale(-1, 1);
  }
  #fast_feedback .frame .ff_slick_next {
    right: 15px;
  }
  #fast_feedback .ff_container {
    position: relative;
    height: 133px;
    margin-right: 20px;
    border: 1px solid #dfdfdf;
    border-radius: 10px;
    padding: 20px 23px;
    background-color: #dfdfdf;
  }
  #fast_feedback .ff_container.no_feedbacks {
    line-height: 93px;
    text-align: center;
  }
  #fast_feedback .ff_container .ff_about {
    height: 30px;
    margin-bottom: 10px;
  }
  #fast_feedback .ff_container .ff_about img {
    cursor: pointer;
    float: left;
    width: 30px;
    height: 30px;
    border-radius: 15px;
  }
  #fast_feedback .ff_container .ff_about img.img_popup {
    position: absolute;
    z-index: 999;
    padding: 10px;
    background-color: white;
    border: 1px solid #dfdfdf;
    border-radius: 10px;
    top: 15px;
    left: 60px;
    height: initial;
    width: initial;
    max-width: 150px;
    max-height: 100px;
    padding: 5px;
  }
  #fast_feedback .ff_container .ff_about a {
    float: left;
    margin-left: 10px;
    font-family: Roboto;
    font-size: 12px;
    line-height: 30px;
    color: #4FB4FF;
  }
  #fast_feedback .ff_container .ff_about span {
    width: 80px;
    float: right;
    font-family: Roboto;
    font-size: 10px;
    color: #414141;
    line-height: 30px;
  }
  #fast_feedback .ff_container .ff_body {
    font-family: Roboto;
    font-size: 14px;
    line-height: 18px;
    color: #000000;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -moz-box;
    -moz-box-orient: vertical;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    box-orient: vertical;
    -webkit-line-clamp: 2;
    line-clamp: 2;
  }
}
/*===========================================*/
/* share link widget                       */
/*===========================================*/
.ask_seller_link {
  background: #FFFFFF url(../images/icons/mail_24.png) center left no-repeat;
}
.ask_seller_link span {
  padding: 0 2px;
  color: #61B436;
  font-size: 16px;
  font-weight: bold;
}
.ask_seller_link span.exist_unread_message {
  color: #FF3700;
}
a.subscription_widget {
  color: #3fb117;
}
div.share_link {
  position: relative;
  float: right;
}
div.share_link img {
  cursor: pointer;
}
.share_link_block > div {
  float: left;
  text-align: left;
}
.share_link_block .js-link {
  height: 20px;
  overflow: scroll;
  width: 100%;
  margin-top: 20px;
  border: none;
  border-bottom: 1px solid #dfdfdf;
  margin-left: 4px;
}
.share_link_block .js-copybtn {
  float: right;
  background: #dfdfdf;
  padding: 5px;
  margin-top: 15px;
  cursor: pointer;
  color: #848484;
}
.share_link_block .title {
  font-size: 16px;
  font-weight: bold;
  margin-left: 4px;
}
.share_link_block .social_icon_block {
  width: 100%;
  margin-top: 20px;
}
.share_link_block .qr_code_share {
  padding-top: 20px;
  padding-left: 20px;
}
.share_link_block .qr_code_share img {
  width: 250px;
  border-radius: 15px;
}
.share_link_block.mob {
  border-bottom: 1px solid #dfdfdf;
  display: block;
  margin-bottom: 15px;
}
.share_link_block.mob .qr_code_share {
  width: 100%;
  text-align: center;
  padding-left: initial;
}
.full.share_link_block {
  position: absolute;
  width: 439px;
  border: solid 1px #dfdfdf;
  border-radius: 10px;
  background: #FFFFFF;
  right: 0px;
  top: 25px;
  padding: 20px 20px 20px 16px;
}
#offer_detail_block div.mob.share_link_block {
  padding: 15px;
  float: left;
}
#offer_detail_block div.mob.share_link_block .title {
  margin-left: unset !important;
}
/*===========================================*/
/* ask_seller widget                       */
/*===========================================*/
.ask_seller_link {
  background: #FFFFFF url(../images/icons/mail_24.png) center left no-repeat;
}
/*===========================================*/
/* propose price widget                       */
/*===========================================*/
.propose_prise_link {
  background: #FFFFFF url(../images/icons/price_proposal_icon.svg) center left no-repeat;
  color: #ff3700;
  padding-left: 39px !important;
  margin-left: 2px !important;
}
.propose_prise_link.ru {
  background: #FFFFFF url(../images/icons/price_proposal_icon_ru.svg) center left no-repeat;
}
.propose_prise_link.ua {
  background: #FFFFFF url(../images/icons/price_proposal_icon_ua.svg) center left no-repeat;
}
/*===========================================*/
/* alias listing widget                       */
/*===========================================*/
.alias_container.border_bottom {
  margin-bottom: 15px;
  padding-bottom: 15px;
  touch-action: manipulation;
}
.alias_container.border_top {
  display: flex;
  border-top: 1px dotted #dfdfdf;
  margin-top: 15px;
  padding: 15px 10px 0;
  margin-bottom: 15px;
}
.alias_container ul {
  list-style: none;
}
.alias_container ul li {
  overflow: hidden;
  float: left;
  margin-right: 10px;
  height: 37px;
  border: 1px solid #dfdfdf;
  border-radius: 18px;
  padding: 1px;
}
.alias_container ul li a {
  display: flex;
  align-items: center;
}
.alias_container ul li a img {
  width: 33px;
  height: 33px;
  border-radius: 17px;
  overflow: hidden;
}
.alias_container ul li a img.no_image {
  background-color: #dfdfdf;
}
.alias_container ul li a span {
  display: inline-block;
  font-size: 14px;
  color: #000000;
  margin-left: 10px;
  margin-right: 15px;
}
.alias_container ul li a span span {
  margin: initial;
}
.alias_container.border_top li {
  border: initial;
  padding: initial;
  height: initial;
  margin-right: initial;
}
.alias_container.border_top li a {
  margin-right: 45px;
  display: inline-block;
  border-bottom: 1px dotted #dfdfdf;
}
.alias_container.border_top li a span {
  font-size: 12px;
  color: #424242;
  margin: initial;
}
.alias_container.border_top li a img {
  display: none;
}
/*=========================================*/
/* PUBLIC LISTING BLOCK */
/*=========================================*/
.public_listing {
  padding: 0 0 20px 0;
}
.public_listing_content {
  padding: 10px 20px 20px 20px;
}
.public_listing_title_container {
  border-bottom: 1px solid #dfdfdf;
  position: relative;
  z-index: 99;
}
.public_listing_title_container h1 {
  text-align: center;
  margin-top: 25px;
  margin-bottom: 25px;
  font-family: Tahoma;
  font-weight: bold;
  font-size: 20px;
}
.public_listing_news {
  border-bottom: 1px solid #dfdfdf;
  padding-top: 40px;
  padding-bottom: 40px;
  margin-right: 0;
  margin-left: 0;
}
.public_listing_news img {
  max-width: 100%;
  height: auto;
}
.public_listing_news .news_item_title {
  font-family: Tahoma;
  font-size: 16px;
  font-weight: bold;
}
.public_listing_news .news_item_title a {
  text-decoration: none;
  color: #414141;
}
.public_listing_news .news_item_date {
  font-style: italic;
  color: #ff3700;
  font-size: 14px;
  font-family: Tahoma;
}
.public_listing_news .news_item_text {
  font-family: Tahoma;
  font-size: 14px;
  padding-top: 30px;
}
.news_item_title_container {
  border-bottom: 1px solid #dfdfdf;
  position: relative;
  z-index: 99;
}
.news_item_title_container h1 {
  text-align: center;
  font-size: 24px;
  margin-top: 15px;
  margin-bottom: 20px;
}
.news_item_text_container {
  padding: 20px;
}
.news_item_text_container .news_item_date {
  font-style: italic;
  color: #ff3700;
}
/*=========================================*/
/* END PUBLIC LISTING BLOCK */
/*=========================================*/
/*===========================================*/
/* MEDIA                                     */
/*===========================================*/
@media (max-width: 1199px) {
  .catmenu_container .desktop_catmenu .item {
    padding-right: 1px;
  }
  .user_widget .about_user > div {
    width: unset;
    max-width: 127px;
  }
}
@media (max-width: 992px) {
  .desktop_catmenu {
    font-size: 10px;
  }
  .breadcrumb {
    font-size: 14px;
  }
}
/* + @screen-xs-max */
@media (max-width: 767px) {
  body {
    background-image: none !important;
  }
  .container,
  .offers_container {
    padding-left: 0px;
    padding-right: 0px;
  }
  .content {
    border-radius: initial;
    border-right: 0px;
    border-left: 0px;
  }
  .content .offers_container {
    padding-top: 0px;
    border: initial;
  }
  .navbar .navbar-header,
  .navbar .navbar-collapse {
    margin: 0px;
  }
  div.search-type-select {
    position: absolute;
    top: 47px;
    right: 31px;
  }
  div.search-type-select strong {
    height: 40px;
    float: right;
    line-height: 40px;
    padding: initial;
  }
  div.search-type-select strong span {
    margin-left: 0px;
    padding-right: 30px;
  }
  div.search-type-select strong svg {
    position: absolute;
    right: 0px;
    top: 16px;
  }
  .offers_container {
    width: 100%;
  }
  .listing {
    padding-left: 0;
    padding-right: 0;
  }
  .listing .offers {
    padding: 0;
  }
  .listing .listing__options_bottom {
    float: left;
    width: 100%;
    margin-top: 20px;
    margin-bottom: 20px;
  }
  .listing .listing__options_bottom .pagenator {
    margin-top: 10px;
    width: 100%;
    text-align: center;
    font-size: 20px;
  }
  .listing .listing__options_bottom .pagenator .arrow {
    height: 25px;
    background-position-y: 8px;
  }
  .listing .listing__options_bottom .pagenator .listing__pager__page b {
    font-weight: normal;
  }
  .listing .listing__options_bottom .listing__length {
    display: none;
  }
  #offer_detail_block .subscription_widget.mobile {
    display: unset;
  }
  #offer_detail_block .subscription_widget.full {
    display: none;
  }
  .breadcrumb_block.breadcrumb_container {
    display: flex;
    width: 100%;
    /*height: 58px;*/
    overflow: hidden;
    background-color: #FFFFFF;
  }
  .breadcrumb_block.breadcrumb_container > div,
  .breadcrumb_block.breadcrumb_container .title,
  .breadcrumb_block.breadcrumb_container .listing_back_link {
    float: left;
  }
  .breadcrumb_block.breadcrumb_container .listing_back_link {
    display: block !important;
    color: black;
    font-weight: bold;
    font-size: 16px;
    margin-right: -16px;
    line-height: 16px;
    width: 15px;
  }
  .breadcrumb_block.breadcrumb_container .title {
    margin-left: 30px;
    font-size: 16px;
  }
  .breadcrumb_block.breadcrumb_container .title .text {
    margin-right: 8px;
  }
  .breadcrumb_block.breadcrumb_container .breadcrumb {
    display: none;
  }
  .breadcrumb_block.breadcrumb_container .xs_center_left_upwards {
    padding-right: 30px;
    padding-left: 15px;
    flex-wrap: nowrap;
  }
  .breadcrumb_block.breadcrumb_container .xs_center_right_upwards {
    flex-wrap: nowrap;
    padding-left: 0px;
    padding-right: 0px;
  }
  .breadcrumb_block.breadcrumb_container .xs_center_right_upwards .subscription_widget {
    margin-top: 0px !important;
  }
  .breadcrumb_block.breadcrumb_container .xs_center_right_upwards .subscription_widget img {
    height: 30px;
  }
  .breadcrumb_block.breadcrumb_container .xs_left_right_upwards {
    text-align: left;
  }
  .breadcrumb_block.breadcrumb_container {
    overflow: unset;
    height: unset;
    float: left;
  }
  .filter_container {
    float: left;
  }
  .filter_enabler_container {
    color: black;
    margin-bottom: 10px;
    padding: 0 7px;
  }
  .filter_enabler_container > div {
    height: 41px;
    border-radius: 10px;
    background-color: #FFFFFF;
    display: flex;
    justify-content: space-evenly;
  }
  .filter_enabler_container .fec__item {
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .filter_enabler_container .fec__item input {
    cursor: pointer;
    padding: initial;
    width: 24px;
    height: 24px;
    border: none;
    background-size: contain;
  }
  .filter_enabler_container .fec__item #filter_toggle_btn {
    background: rgba(0, 0, 0, 0) url("/images/icons/filter.svg") no-repeat scroll 0 0;
  }
  .filter_enabler_container .fec__item #sorting_toggle_btn {
    background: rgba(0, 0, 0, 0) url("/images/icons/sorting.svg") no-repeat scroll 0 0;
  }
  .filter_enabler_container .fec__item label {
    cursor: pointer;
    margin: initial;
    padding: initial;
    padding-left: 7px;
    font-weight: 700;
  }
  /*.filter_enabler_container {
    border-bottom: 1px solid #dfdfdf;
    height: 58px;
    text-align: left;
    color: black;
    line-height: 58px;

    input {
      border: none;
      background: rgba(0, 0, 0, 0) url("/images/icons/filter.svg") no-repeat scroll 0 0;
      padding: 0px;
      width: 13px;
      height: 13px;
      margin-left: 10px;
    }

    label {
      font-weight: initial;
      margin: initial;
      margin-left: 5px;
    }

    .btn-default:hover, .btn-default:focus {
      background-color: @cfg_universal_white_color;
    }
  }*/
  .btn_basket {
    padding: 8px 0 0 40px;
    float: right;
    margin-right: 10px;
    margin-top: 9px;
  }
  .btn_basket .header_icon {
    height: 32px;
    width: 32px;
    background-size: cover;
  }
  .btn_basket .header_icon_basket {
    background-position: -30px 0;
  }
  .btn_basket .header_text_basket {
    color: #FFFFFF;
    margin-left: 0px;
  }
  .auth__form label {
    text-align: center;
    margin: 0;
  }
  .auth__form .captcha_img {
    text-align: center;
  }
  .registration__form label {
    text-align: center;
    margin: 0;
  }
  .registration__form .captcha_img {
    text-align: center;
  }
  .promo_in_offer_container,
  .popular_seller_offers_in_offer_container,
  .watched__offers_in_cart_container,
  .last_viewed_container,
  .new_offers_container {
    width: 100%;
    margin-top: 20px;
    margin-left: 0px;
    margin-right: 0px;
  }
  .offers_container {
    float: left;
  }
  .offers_container .top.listing__options.hidden-xs {
    display: block !important;
    border: initial;
    position: absolute;
    top: -50px;
    right: 20px;
    width: initial;
    padding: initial;
    margin: initial;
  }
  .offers_container .top.listing__options.hidden-xs .listing__sort:before {
    content: '⇵';
    position: absolute;
    color: #000000;
    top: 50%;
    transform: translateY(-50%);
    z-index: 1;
  }
  .offers_container .top.listing__options.hidden-xs .listing__sort .listing__sort__label {
    border: initial;
  }
  .offers_container .top.listing__options.hidden-xs .listing__sort .listing__sort__options {
    width: 300px;
    right: 0;
  }
  .offers_container .top.listing__options.hidden-xs .listing__sort__type {
    text-transform: lowercase;
    color: black;
  }
  .level-up-btn {
    display: none;
  }
  div.information_message_container {
    border-radius: 0px !important;
    border-right: none !important;
    border-left: none !important;
  }
}
/* - @screen-xs-max */
@media (min-width: 768px) {
  .xs_center_left_upwards {
    text-align: left;
  }
  .xs_center_right_upwards {
    text-align: right;
  }
  .xs_center_right_upwards > * {
    margin-bottom: 10px;
  }
  .xs_left_right_upwards {
    text-align: right;
  }
}
@media (max-width: 991px) {
  /*  .listing__sort {
      min-width: 50%;
    }*/
  .showcase_row {
    padding: 0 15px 20px 15px;
  }
  .showcase_side .showcase__item {
    border: none;
  }
  .showcase_side .showcase__item img {
    border: 1px solid #dfdfdf;
    border-radius: 10px;
    overflow: hidden;
    outline: none;
    z-index: 1;
  }
}
@media (max-width: 550px) {
  .listing .pull-right {
    float: left !important;
    margin-bottom: 20px;
  }
  .listing__sort__label {
    padding-right: 15px;
  }
  .listing__sort__label b {
    padding: 0 20px 0 10px;
  }
  .public_listing_content {
    padding: 0 0 10px 0;
  }
}
@media (min-width: 368px) and (max-width: 768px) {
  .listing__sort__label {
    padding-right: 15px;
  }
}
@media (min-width: 300px) and (max-width: 768px) {
  div.delivery_terms_popup {
    width: 250px;
  }
  .public_listing_content {
    padding: 0 0 10px 0;
  }
}
@media (max-width: 992px) {
  .catmenu_container {
    padding: 0px;
  }
  .catmenu_container .desktop_catmenu {
    border-spacing: 0;
    overflow: hidden;
    padding: 0;
  }
  .catmenu_container .desktop_catmenu .item {
    display: block;
    border-bottom: dotted 1px #dfdfdf;
    margin-bottom: -1px;
    margin-top: 1px;
    min-height: 40px;
    padding: 20px;
    width: 20%;
    float: left;
    font-size: 11px;
  }
  .catmenu_container .desktop_catmenu .item a {
    word-wrap: break-word;
  }
  .carousel__item__title .title_box {
    height: 56px;
  }
  #recommended_in_listing .carousel__item__title .title_box {
    height: 50px;
  }
  .public_listing_content {
    padding: 0 0 10px 0;
  }
}
@media (min-width: 990px) and (max-width: 1196px) {
  .wrap > .row {
    margin-left: 0;
    margin-right: 0;
  }
  .showcase_row {
    padding-left: 35px;
  }
}
/*===========================================*/
/* END MEDIA                                 */
/*===========================================*/
div.category-info {
  width: 100%;
  float: left;
  color: #acacac;
  border-top: dotted 1px;
  border-color: #dfdfdf;
  padding-top: 10px;
}
@media all and (max-width: 1024px) {
  div.category-info {
    padding: 15px 10px;
  }
}
div.category-info h2 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 14px;
  font-weight: bold;
}
span.adult_cat_mark {
  color: red;
  font-weight: bold;
}
div.information_message_container {
  border: solid 1px #dfdfdf;
  border-radius: 10px;
  background-color: #DFD;
  padding: 10px;
  font-weight: bold;
  font-size: 16px;
}
.standalone_block {
  border: solid 1px #dfdfdf;
  border-radius: 10px;
  background-color: #ffffff;
}
div.emergent_message_container {
  position: relative;
  background-color: #FFFFE5;
  text-align: center;
  width: 100%;
}
div.emergent_message_container .emergent_message {
  height: 40px;
  line-height: 40px;
  margin: 0 40px;
}
div.emergent_message_close {
  position: absolute;
  right: 14px;
  top: 8px;
  color: #000000;
  font-size: 1.3em;
  cursor: pointer;
}
.standart_listing_box_snippet {
  border: solid 1px #dfdfdf;
  border-radius: 10px;
  background-color: #ffffff;
  padding: 10px;
  float: left;
  width: 100%;
  margin-bottom: 10px;
  padding-left: 25px;
}
div.explanation_block {
  border-radius: 10px;
  padding: 10px;
  background-color: #AAFFAA;
  font-style: italic;
}
#fancy_redirect_message {
  margin: 0 auto;
  padding: 0 20px;
}
#fancy_redirect_message #fancy_title {
  font-family: Gotham Pro;
  line-height: 32px;
  font-size: 24px;
  text-align: center;
  color: #000000;
}
#fancy_redirect_message .btn {
  font-family: Gotham Pro;
  line-height: normal;
  font-size: 18px;
  text-align: center;
  color: #FFFFFF;
  background: #FF3700;
  box-shadow: 0px 4px 10px rgba(255, 55, 0, 0.25);
  border-radius: 31.5px;
}
#fancy_redirect_message .registration-btn {
  background: #35B903;
}
#popup_fast_signin_community {
  position: absolute;
  left: 0;
  right: 0;
  margin: 0px auto;
  top: 30px;
  background-color: white;
  border-radius: 20px;
  border: 1px solid #DFDFDF;
  z-index: 9999;
  box-shadow: 0px 4px 40px rgba(0, 0, 0, 0.15);
  width: 498px;
  padding: 65px 50px 76px 50px;
  text-align: center;
}
#popup_fast_signin_community .btn:last-child {
  margin-bottom: 0px;
}
#popup_fast_signin_community .btn {
  display: block;
  margin: 20px 25px 20px 25px;
  padding: 20px 30px;
  background-color: #FFFFFF;
  color: #000000;
  font-weight: bold;
  font-size: 16px;
}
#popup_fast_signin_community #signin_from_community {
  border: 1px solid #000000;
  position: relative;
}
#popup_fast_signin_community #signin_from_community .community-image {
  position: absolute;
  left: 30px;
  top: 15px;
  width: 32px;
  height: 32px;
  background-color: #FFFFFF;
}
#popup_fast_signin_community .close_popup {
  cursor: pointer;
  position: absolute;
  right: 34px;
  top: 34px;
  color: #dfdfdf;
  font-size: 25px;
  float: none ! important;
  width: unset ! important;
}
#popup_fast_signin_community .h1 {
  font-weight: bold;
  font-size: 26px;
}
#popup_fast_signin_community div {
  font-family: Gotham Pro;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  text-align: center;
  color: #000000;
}
#popup_fast_signin_community .red,
#popup_fast_signin_community .green {
  color: #FFFFFF;
}
#popup_fast_signin_community .red {
  background-color: #FF3700;
}
#popup_fast_signin_community .green {
  background-color: #61B436;
}
#popup_fast_signin_community #email_for_auth {
  width: 100%;
  background: #FFFFFF;
  border: 1px solid #dfdfdf;
  box-sizing: border-box;
  border-radius: 10px;
  height: 47px;
  padding: 0 10px;
}
#popup_fast_signin_community .accept_agreement span {
  font-size: 9px;
  vertical-align: text-bottom;
}
#popup_fast_signin_community .accept_agreement input {
  width: 17px;
  height: 17px;
  cursor: pointer;
  vertical-align: bottom;
}
#popup_fast_signin_community #popup_message {
  color: #FFFFFF;
  border-radius: 10px;
  padding: 10px;
  margin: 5px 25px 10px 25px;
}
#popup_fast_signin_community #popup_message.red {
  background-color: #FF3700;
}
#popup_fast_signin_community #popup_message.green {
  background-color: #61B436;
}
#popup_fast_signin_community .captcha_block {
  margin-top: 10px;
}
#popup_fast_signin_community .captcha_block input {
  margin-top: 10px;
  margin-bottom: 10px;
}
#popup_fast_signin_community .captcha_block .submit input {
  width: 100%;
  margin: 10px auto;
}
#popup_for_small_registration {
  position: fixed;
  left: 0;
  right: 0;
  padding: 50px;
  margin: 0px auto;
  top: 20px;
  background-color: white;
  border-radius: 20px;
  border: 1px solid #DFDFDF;
  z-index: 9999;
  box-shadow: 0px 4px 40px rgba(0, 0, 0, 0.15);
  height: 605px;
  width: 700px;
}
#popup_for_small_registration .over {
  height: 700px;
}
#popup_for_small_registration * {
  font-family: Gotham Pro;
  line-height: 21px;
  font-size: 14px;
  color: #252525;
}
#popup_for_small_registration a {
  color: #337ab7;
}
#popup_for_small_registration .close_popup {
  cursor: pointer;
  position: absolute;
  right: 34px;
  top: 34px;
  color: #dfdfdf;
  font-size: 25px;
  float: none ! important;
  width: unset ! important;
}
#popup_for_small_registration .hello {
  font-family: Gotham Pro;
  line-height: normal;
  font-size: 26px;
  text-align: center;
  font-weight: bold;
  color: #252525;
}
#popup_for_small_registration .go_auth {
  float: left;
  width: 100%;
  text-align: center;
  margin-top: 75px;
}
#popup_for_small_registration #email_for_auth {
  float: left;
  background: #FFFFFF;
  border: 1px solid #EBEBEB;
  box-sizing: border-box;
  border-radius: 10px;
  width: 387px;
  height: 47px;
  padding: 0 10px;
}
#popup_for_small_registration .registration-btn {
  margin-left: 10px;
  margin-top: unset;
  float: left;
  background: #35BA01;
  border-radius: 8px;
  width: 197px;
  height: 46px;
  color: white;
  padding: unset;
}
#popup_for_small_registration .error {
  width: 600px;
  float: left;
  display: none;
  background-color: red;
  color: white;
  padding: 10px;
  position: absolute;
  border-radius: 8px;
  top: 460px;
}
#popup_for_small_registration .accept_agreement {
  float: left;
  margin-top: 15px;
}
#popup_for_small_registration .accept_agreement input {
  width: 17px;
  height: 17px;
  cursor: pointer;
}
#popup_for_small_registration .accept_agreement span,
#popup_for_small_registration .accept_agreement a {
  font-size: 9px;
}
#popup_for_small_registration .accept_agreement span {
  vertical-align: text-bottom;
}
#popup_for_small_registration .promo_block {
  float: left;
  width: 100%;
  padding-top: 31px;
}
#popup_for_small_registration .promo_block > div:first-child {
  margin-bottom: 20px;
  width: 100%;
}
#popup_for_small_registration .promo_block .item {
  width: 299px;
  height: 100px;
  float: left;
  margin-bottom: 50px;
}
#popup_for_small_registration .promo_block .item img,
#popup_for_small_registration .promo_block .item .body {
  float: left;
}
#popup_for_small_registration .promo_block .item img {
  width: 99px;
  height: 100px;
  margin-right: 10px;
}
#popup_for_small_registration .promo_block .item .body {
  width: 190px;
}
#popup_for_small_registration .promo_block .item .body .head {
  margin: 10px 0;
  width: 92px;
  padding: 0px 10px;
  background: #FC3800;
  border-radius: 5px;
  text-align: center;
  color: white;
}
#popup_for_small_registration .captcha_block {
  float: left;
  width: 100%;
}
#popup_for_small_registration .captcha_block .item {
  width: 150px;
  height: 80px;
  float: left;
  margin-right: 50px;
}
#popup_for_small_registration .captcha_block .image {
  width: 150px;
  height: 80px;
  float: left;
  padding-top: 30px;
}
#popup_for_small_registration .captcha_block .submit {
  width: 300px;
  height: 50px;
  float: left;
}
#popup_for_small_registration #success_result {
  float: left;
  width: 100%;
  border-top: 1px solid #EBEBEB;
  padding-top: 140px;
  font-size: 16px;
  color: orangered;
}
@media (max-width: 767px) {
  #popup_for_small_registration {
    margin: unset;
    padding: 20px;
    border: unset;
    top: unset;
    border-radius: unset;
    width: 100%;
    height: 100%;
  }
  #popup_for_small_registration .accept_agreement,
  #popup_for_small_registration #email_for_auth {
    width: 100%;
  }
  #popup_for_small_registration .btn.registration-btn {
    margin-top: 20px;
    margin-left: 0px;
  }
  #popup_for_small_registration .close_popup {
    right: 10px;
    top: 10px;
  }
  #popup_for_small_registration .hello {
    width: 95%;
  }
  #popup_for_small_registration .promo_block {
    margin-top: 14px;
    padding-top: 20px;
  }
  #popup_for_small_registration .promo_block .item {
    margin-bottom: 30px;
  }
  #popup_for_small_registration .go_auth {
    margin-top: 20px;
  }
}
.logo_block,
.basket_block,
.search_block {
  position: relative;
  min-height: 1px;
}
.logo_block {
  width: 264px;
  height: 55px;
  margin-top: 3px;
  padding-left: 15px;
  float: left;
  padding-right: 32px;
}
.basket_block {
  width: 208px;
  padding-right: 15px;
  float: right;
  text-align: left;
  margin-top: 7px;
}
.search_voice {
  position: absolute;
  right: 40px;
  top: 0;
  background: rgba(0, 0, 0, 0) url(/images/icons/mic_on.svg) no-repeat scroll 0 0;
  height: 24px;
  width: 24px;
  margin: 13px 13px;
  transition: background 0.1s;
}
.search_voice:hover {
  cursor: pointer;
}
@media (max-width: 768px) {
  .search_voice {
    display: none !important;
  }
}
.search_submit {
  position: absolute;
  right: 0;
  top: 0;
  background: rgba(0, 0, 0, 0) url(/images/search.svg) no-repeat scroll 0 0;
  border: 0 none;
  height: 18px;
  width: 18px;
  text-indent: -9999px;
  overflow: hidden;
  outline: none;
  margin: 16px 16px;
  padding: unset;
}
.search_block {
  height: 90px;
  padding: 0 30px;
  float: left;
  margin-top: 5px;
  margin-bottom: 25px;
  width: 100%;
}
@media (min-width: 768px) {
  .search_block {
    height: 50px;
    padding: 0 15px;
    float: left;
    margin-top: 5px;
    margin-bottom: 25px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .search_block {
    margin-top: 10px;
    margin-bottom: 20px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .search_block {
    width: 496px;
  }
}
@media (min-width: 1200px) {
  .search_block {
    width: 681px;
  }
}
.search_block #header_search_form {
  position: relative;
  height: 100%;
  border-radius: 10px;
  background-color: #dfdfdf;
  padding: 1px;
}
.search_block #header_search_form.visible_search_scope svg {
  transform: rotate(180deg);
}
@media (min-width: 768px) {
  .search_block #header_search_form.focusin #header_search_input {
    border-radius: 10px 10px 0 0;
  }
}
.search_block #header_search_form #header_search_input {
  height: 48px;
  width: 100%;
  border-radius: 10px;
  border: initial;
  padding: 0 50px 0 20px;
  font-size: 14px;
}
@media (min-width: 768px) {
  .search_block #header_search_form #header_search_input {
    padding: 0 230px 0 30px;
  }
}
.search_block #header_search_form #header_search_input::-moz-placeholder {
  color: #000000;
}
.search_block #header_search_form #header_search_input::-webkit-input-placeholder {
  color: #000000;
}
.search_block #header_search_form #header_search_input:-moz-placeholder {
  color: #000000;
}
.search_block #header_search_form #header_search_input:-ms-input-placeholder {
  color: #000000;
}
.search_block #header_search_form #header_search_input::-ms-input-placeholder {
  color: #000000;
}
.search_block #header_search_form #header_search_input::placeholder {
  color: #000000;
}
.search_block #header_search_form .search_drop {
  position: absolute;
  top: 0;
  left: 0;
  height: 10px;
  width: 10px;
  margin: 20px 6px;
  background: url(/images/icon-reset.png) center no-repeat;
  background-size: contain;
}
@media (min-width: 768px) {
  .search_block #header_search_form .search_drop {
    height: 12px;
    width: 12px;
    margin: 19px 10px;
  }
}
.search_block #header_search_form .search_type_select {
  cursor: pointer;
  position: absolute;
  height: 40px;
  line-height: 40px;
  right: 16px;
  bottom: 0px;
  color: black;
  padding-right: 25px;
  padding-left: 10px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -moz-box;
  -moz-box-orient: vertical;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  box-orient: vertical;
  -webkit-line-clamp: 1;
  line-clamp: 1;
}
@media (min-width: 768px) {
  .search_block #header_search_form .search_type_select {
    max-width: 180px;
    right: 55px;
    height: 50px;
    line-height: 50px;
    padding-right: 20px;
    padding-left: initial;
  }
}
.search_block #header_search_form .search_type_select svg {
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  transition: transform 0.1s ease 0s;
}
@media (min-width: 768px) {
  .search_block #header_search_form .search_type_select .show_only_xs {
    display: none;
  }
}
@media (min-width: 768px) {
  .search_block #header_search_form.visible_search_scope {
    border-bottom-right-radius: initial;
  }
  .search_block #header_search_form.visible_search_scope #header_search_input {
    border-bottom-right-radius: initial;
  }
}
.search_block #header_search_form.visible_search_scope .search_type_block {
  display: block;
}
.search_block #header_search_form .search_type_block {
  position: absolute;
  right: 0;
  top: 80px;
  width: 100%;
  background-color: #dfdfdf;
  border-radius: 0 0 10px 10px;
  list-style: outside none none;
  z-index: 200;
  transition: all 0.1s linear 0s;
  display: none;
  padding: 0 16px 10px 20px;
}
@media (min-width: 768px) {
  .search_block #header_search_form .search_type_block {
    top: 49px;
    width: 175px;
    overflow: hidden;
    padding: 10px 10px 10px;
    background-color: #FFFFFF;
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    background: #FFFFFF none repeat scroll 0 0;
    border-color: #dedede;
    border-image: none;
    border-radius: 0 0 4px 4px;
    border-style: solid;
    border-width: 0 1px 1px;
    box-shadow: 0 2px 3px rgba(0, 0, 0, 0.15);
  }
}
.search_block #header_search_form .search_type_block li {
  list-style: outside none none;
  padding: 0;
  text-align: left;
}
.search_block #header_search_form .search_type_block li a {
  color: #000000;
  display: block;
  font-size: 1.1rem;
  padding: 4px 0 4px 6px;
  text-decoration: none;
}
.search_block #header_search_form .search_type_block li span {
  color: #000000;
  display: block;
  font-size: 1.1rem;
  padding: 4px 0 4px 6px;
  text-decoration: none;
  cursor: pointer;
}
.search_block #header_search_form .search_type_block li span:hover {
  color: #ff3700;
}
.search_block #header_search_form .search_type_block .separator-top::after {
  top: 0;
}
.search_block #header_search_form .search_type_block .separator-top::after,
.search_block #header_search_form .search_type_block .separator-bottom::after {
  background-image: linear-gradient(to right, rgba(255, 255, 255, 0.01), #f2f2f2 10%, #d4d4d4 40%, #d4d4d4 60%, #f2f2f2 90%, rgba(255, 255, 255, 0.01));
  content: "";
  display: block;
  height: 1px;
  left: 0;
  position: absolute;
  right: 0;
}
.search_block #header_search_form .search_type_block .separator-top {
  margin-top: 3px;
  padding-top: 3px;
  position: relative;
}
.search_block #header_search_form .search_drop_down {
  position: absolute;
  width: 100%;
  display: none;
  top: 80px;
  left: 0;
  border-bottom: 1px solid #dfdfdf;
  border-left: 1px solid #dfdfdf;
  border-right: 1px solid #dfdfdf;
  border-radius: 0 0 10px 10px;
  overflow: hidden;
  z-index: 1000;
  background-color: #FFFFFF;
}
.search_block #header_search_form .search_drop_down::before {
  content: '';
  display: block;
  height: 10px;
  background-color: #dfdfdf;
  border-radius: 0 0 10px 10px;
}
@media (min-width: 768px) {
  .search_block #header_search_form .search_drop_down::before {
    height: 1px;
    margin: 5px 16px 0 30px;
    background-color: #dfdfdf;
  }
}
@media (min-width: 768px) {
  .search_block #header_search_form .search_drop_down {
    top: 40px;
    background-color: initial;
  }
}
.search_block #header_search_form .search_drop_down #search_hint_block {
  background-color: #FFFFFF;
  padding: 10px 16px 10px 10px;
}
@media (min-width: 768px) {
  .search_block #header_search_form .search_drop_down #search_hint_block {
    padding-left: 20px;
  }
}
.search_block #header_search_form .search_drop_down #search_hint_block li {
  list-style-type: none;
  padding: initial;
}
.search_block #header_search_form .search_drop_down #search_hint_block li.ui-state-focus {
  margin: initial;
  border: initial;
  background: initial;
  background-color: #F4F4F4;
  border-radius: 5px;
  font-weight: initial;
}
.search_block #header_search_form .search_drop_down #search_hint_block li .hint {
  position: relative;
  height: 27px;
  /*line-height: 27px;*/
  padding-left: 40px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
}
.search_block #header_search_form .search_drop_down #search_hint_block li .hint:before {
  position: absolute;
  left: 10px;
  content: "";
  background: rgba(0, 0, 0, 0) url(/images/search.svg) no-repeat;
  height: 11px;
  width: 13px;
  top: 50%;
  transform: translateY(-50%);
  background-size: contain;
}
.search_block #header_search_form .search_drop_down #search_hint_block li .hint.category {
  height: 38px;
}
.search_block #header_search_form .search_drop_down #search_hint_block li .hint.category:before {
  background: rgba(0, 0, 0, 0) url(/images/icons/folder.svg) no-repeat;
}
.search_block #header_search_form .search_drop_down #search_hint_block li .hint.category .tree {
  font-size: 8px;
  color: #4FB4FF;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -moz-box;
  -moz-box-orient: vertical;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  box-orient: vertical;
  -webkit-line-clamp: 1;
  line-clamp: 1;
}
.search_block #header_search_form .search_drop_down #search_hint_block li .hint .title {
  font-size: 14px;
  font-weight: initial;
  color: #000000;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -moz-box;
  -moz-box-orient: vertical;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  box-orient: vertical;
  -webkit-line-clamp: 1;
  line-clamp: 1;
}
.search_block #header_search_form .search_drop_down #search_hint_block li .hint .title .highlight {
  font-weight: bold;
}
.search_block #header_search_form .search_drop_down #search_hint_block .ui-autocomplete {
  /*display: block !important;*/
  border: unset;
  background: unset;
  position: relative;
  left: initial !important;
  top: initial !important;
  max-height: 150px;
  overflow-y: auto;
  overflow-x: hidden;
}
.search_block #header_search_form .search_drop_down .addition_search_block {
  width: 100%;
  min-height: 51px;
  background-color: #F4F4F4;
  padding: 15px 20px;
}
@media (min-width: 768px) {
  .search_block #header_search_form .search_drop_down .addition_search_block {
    padding: 15px 30px;
  }
}
.search_block #header_search_form .search_drop_down .addition_search_block .search_in_description_box {
  margin-bottom: 10px;
}
.search_block #header_search_form .search_drop_down .addition_search_block .search_in_description_box * {
  cursor: pointer;
  margin: initial;
}
.search_block #header_search_form .search_drop_down .addition_search_block .search_in_description_box label {
  font-weight: initial;
  padding: initial;
}
.search_block #header_search_form .search_drop_down .addition_search_block .search_in_description_box input {
  vertical-align: text-top;
  margin-right: 10px;
}
.search_block #header_search_form .search_drop_down .addition_search_block .advanced_search_description {
  font-size: 12px;
  color: black;
}
.search_block #header_search_form .search_drop_down .addition_search_block .advanced_search_description .help_icon {
  vertical-align: text-top;
  display: inline-block;
  color: #000000;
  border: 1px solid #000000;
  font-size: 10px;
  line-height: 12px;
  border-radius: 10px;
  width: 13px;
  height: 13px;
  padding-left: 3px;
  margin-right: 10px;
}
.search_block #header_search_form .search_drop_down .addition_search_block .subscription_widget {
  padding-top: 8px;
  font-size: 12px;
}
.search_block #header_search_form .search_drop_down .addition_search_block .subscription_widget img {
  vertical-align: text-top;
  width: 13px;
  height: 13px;
  margin-right: 10px;
}
.search_block #header_search_form .search_drop_down .addition_search_block .subscription_widget span {
  color: #3fb117;
  display: initial !important;
}
@media (min-width: 768px) {
  .search_block #header_search_form:has(.search_voice) #header_search_input {
    padding-right: 90px;
  }
  .search_block #header_search_form:has(.search_voice) .search_type_select {
    right: 95px;
  }
  .search_block #header_search_form:has(.search_voice) #header_search_input {
    padding-right: 280px;
  }
}
#count_new_offer {
  display: block;
  position: fixed;
  width: 250px;
  border: 1px solid #dfdfdf;
  border-radius: 10px;
  box-sizing: border-box;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.1);
  color: #414141;
  background: #FFFFFF none repeat scroll 0 0;
  bottom: 130px;
  right: 20px;
  z-index: 10000;
  padding: 13px;
}
#count_new_offer #new_offer_close_block {
  display: block;
  position: absolute;
  right: 15px;
  top: 10px;
  cursor: pointer;
  color: #424242;
  font-size: 15px;
}
#count_new_offer span {
  font-family: Roboto;
  font-style: normal;
  font-weight: normal;
  font-size: 12px;
  line-height: 14px;
  color: #424242;
}
#count_new_offer .disable_count_popup_wrap {
  padding: 10px 0 0 0;
  margin: initial;
}
#count_new_offer .disable_count_popup_wrap *:hover {
  cursor: pointer;
}
#count_new_offer .disable_count_popup_wrap * {
  margin: initial;
  vertical-align: middle;
  color: #939393;
  padding-left: 6px;
}
#leave_feedback {
  display: block;
  position: fixed;
  width: 300px;
  border: 1px solid #dfdfdf;
  border-radius: 10px;
  box-sizing: border-box;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.1);
  color: #414141;
  background: #FFFFFF none repeat scroll 0 0;
  bottom: 210px;
  right: 20px;
  z-index: 10000;
  padding: 13px;
}
#leave_feedback #leave_feedback_close_block {
  display: block;
  position: absolute;
  right: 15px;
  top: 10px;
  cursor: pointer;
  color: #424242;
  font-size: 15px;
}
#leave_feedback span {
  font-family: Roboto;
  font-style: normal;
  font-weight: normal;
  font-size: 12px;
  line-height: 14px;
  color: #424242;
}
#leave_feedback .leave_feedback_info {
  display: flex;
  flex-direction: row;
}
#leave_feedback .leave_feedback_info .leave_feedback_image {
  height: 60px;
  width: 80px;
  margin-right: 10px;
  margin-bottom: 10px;
}
#leave_feedback .leave_feedback_info .leave_feedback_order {
  width: 170px;
  display: flex;
  flex-direction: column;
}
#leave_feedback .leave_feedback_info .leave_feedback_order b {
  font-size: 14px;
}
#leave_feedback .leave_feedback_info .leave_feedback_order .leave_feedback_title {
  font-size: 12px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -moz-box;
  -moz-box-orient: vertical;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  box-orient: vertical;
  -webkit-line-clamp: 2;
  line-clamp: 2;
}
@media (max-width: 767px) {
  #count_new_offer,
  #leave_feedback {
    display: none !important;
  }
}
/*=========================================*/
/* SELL FORM */
/*=========================================*/
#container_sell_form {
  margin: 0 85px;
}
.required::after {
  font-size: 1.7rem;
  line-height: 0;
  position: relative;
  right: 0;
  top: 6px;
  vertical-align: super;
  color: #FF3700;
  content: "*";
  display: inline-block;
  font-weight: 400;
}
.suggestion_category {
  display: block;
  position: absolute;
  z-index: 1;
  max-height: 200px;
  min-width: 100px;
  max-width: 600px;
  border: 1px solid #dfdfdf;
  border-radius: 10px;
  padding: 14px 15px;
  background: #FFFFFF;
  color: #414141;
  padding: unset;
  overflow: auto;
  margin-top: -1px;
}
.suggestion_category .sc_title {
  padding: 10px 0 5px 10px;
  font-weight: bold;
}
.suggestion_category .sc_close {
  position: absolute;
  right: 10px;
  top: 2px;
  color: #414141;
  font-size: 1.5em;
  cursor: pointer;
}
div.feature_motivation_block {
  background-color: #EFE;
  padding: 20px;
  border-radius: 10px;
  margin-bottom: 20px;
}
.parameters_container .form__item input[type=text] {
  cursor: text;
}
.parameters_container * {
  color: black;
}
.parameters_container .h1 {
  font-size: 26px;
  color: #000000;
  font-weight: bold;
  margin-top: 40px;
  margin-bottom: 35px;
}
.parameters_container .form__label,
.parameters_container #promo_block .form__label {
  float: left;
  font-weight: bold;
  font-size: 14px;
  margin: 3px 0 10px 27px;
  padding: initial;
}
.parameters_container #PriceProposalTypeBox li {
  display: inline;
}
.parameters_container .help_link_anchor {
  display: inline-block;
  color: red;
  border: 1px solid red;
  font-size: 12px;
  line-height: 12px;
  border-radius: 10px;
  width: 15px;
  height: 15px;
  padding-left: 3px;
  vertical-align: initial;
  top: initial;
  right: initial;
  padding-top: 1px;
}
.parameters_container .form__control {
  padding: 15px 25px;
  width: 100%;
  font-size: 14px;
}
.parameters_container #category > div {
  margin-bottom: 15px;
  color: black;
}
.parameters_container div#watermark {
  font-weight: initial;
  color: initial;
}
.parameters_container div#watermark a {
  color: #00b4ff;
}
.parameters_container .parameters_container .manualTrigger input {
  color: white;
  font-size: 14px;
  padding: 18px 40px;
  text-align: center;
  height: initial;
}
.parameters_container select.form__control {
  position: relative;
  display: inline-block;
  padding-bottom: 16px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  height: 51px;
  background: transparent;
  padding-right: 45px;
  padding-left: 25px;
}
.parameters_container .form__item {
  position: relative;
  float: left;
  width: 100%;
}
.parameters_container .form__item select,
.parameters_container .form__item input,
.parameters_container .form__item label {
  cursor: pointer;
}
.parameters_container .form__item ul {
  margin-left: 0;
  padding-left: 0;
}
.parameters_container .form__item ul input[type=checkbox] {
  width: 18px;
  height: 18px;
  vertical-align: bottom;
}
.parameters_container .form__item .help-block,
.parameters_container .form__item .unit {
  position: absolute;
  top: -31px;
  right: 27px;
  font-size: 10px;
}
.parameters_container .form__item .filter_value {
  display: inline-block;
  width: 20px;
  height: 20px;
  margin-left: 10px;
  border-radius: 50%;
  vertical-align: bottom;
}
.parameters_container .form__item i.sprite {
  background: rgba(0, 0, 0, 0) url(/images/sprite.png) no-repeat scroll center -7px;
  position: absolute;
  display: block;
  width: 15px;
  height: 9px;
  right: 20px;
  top: 22px;
  background-size: 15px;
}
.parameters_container .form__item label {
  display: initial;
  font-size: 14px;
  padding: unset;
  margin-right: 0;
  font-weight: initial;
}
.parameters_container .motivation_block {
  width: 100%;
  background: #FF3701;
  border-radius: 5px;
  font-family: Gotham Pro, Tahoma, Arial, sans-serif;
  font-size: 14px !important;
  line-height: normal !important;
  text-align: center;
  color: #FFFFFF !important;
  padding: 6px;
  margin: 0 auto;
}
.parameters_container fieldset {
  padding: 0 15px;
  margin: initial;
  margin-bottom: 20px;
}
.parameters_container fieldset legend {
  font-weight: bold;
  font-size: 25px;
  margin-bottom: 40px;
  border: initial;
}
.parameters_container .row > .form_row {
  min-height: 86px;
  margin-bottom: 30px;
}
.parameters_container #sell_form .select2-selection {
  padding: 14px 50px 12px 22px;
}
.parameters_container .parameters_container #sell_form .feature_motivation_block {
  display: block;
  bottom: auto;
  margin: unset;
  padding: 10px;
}
.parameters_container .select2-container .select2-search--inline .select2-search__field {
  width: 100%;
  font-size: 14px;
  cursor: text;
}
.parameters_container .select2-container .select2-search--inline .select2-search__field,
.parameters_container .parameters_container .form__item li.select2-search {
  margin: initial;
}
.parameters_container #sellFormCategoryBox {
  font-size: 14px;
  cursor: text;
  padding: 15px 22px 15px 22px;
  border: 1px solid #dfdfdf;
  border-radius: 10px;
  min-width: 170px;
}
.parameters_container .auth-btn,
.parameters_container .red-btn {
  background: #ff3700;
  color: white;
  font-weight: bold;
}
.parameters_container input.btn {
  color: white;
  font-weight: bold;
  font-size: 14px;
  border-radius: 10px;
  height: 53px;
}
.parameters_container .manualTrigger input {
  color: white;
  font-size: 14px;
  padding: 18px 40px;
  text-align: center;
  height: initial;
}
.parameters_container #category > div {
  margin-bottom: 15px;
  color: black;
}
.parameters_container #sortable li > font {
  height: 25px;
  width: 25px;
  left: 95px;
  bottom: -20px;
  font-size: 25px;
  opacity: 1;
  border: none;
  background: none;
}
.parameters_container #sortable li > div.del_icon,
.parameters_container #video_frame li > div.del_icon {
  position: absolute;
  display: block;
  height: 20px;
  width: 20px;
  border-radius: 10px;
  margin: initial;
  right: -7px;
  top: -7px;
  color: white;
  background: red url(../images/icons/icon-reset_white.svg) center no-repeat;
  background-size: 10px;
}
.parameters_container #video_frame li > div.del_icon {
  top: 10px;
  right: -9px;
}
.parameters_container .uploaded_image .img_container,
.parameters_container .existed_image .img_container {
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.parameters_container #video_load input {
  float: left;
  width: 77%;
}
.parameters_container #add_video {
  float: right;
  width: 20%;
  color: white;
  font-size: 14px;
  padding-top: 16px;
  padding-bottom: 16px;
  text-align: center;
}
.parameters_container #startingPriceBox input,
.parameters_container #buynowPriceBox input {
  font-weight: bold;
  font-size: 20px;
  text-align: right;
  padding: 11px 40px 11px 20px;
}
.parameters_container #startingPriceBox input::placeholder,
.parameters_container #buynowPriceBox input::placeholder {
  color: black;
}
.parameters_container #sellSection .form__item .unit,
.parameters_container .deliverymethod_price_wrapper .unit {
  top: 10px;
  right: 20px;
  padding: 0;
}
.parameters_container #sellSection .form__item .unit .tenge,
.parameters_container .deliverymethod_price_wrapper .unit .tenge {
  line-height: 33px;
}
.parameters_container #sellSection .form__item span {
  font-weight: bold;
  font-size: 20px;
}
.parameters_container #reserve #set_reserve {
  margin-top: 17px;
}
.parameters_container #reserve .value {
  float: right;
  width: 50%;
  font-weight: bold;
  font-size: 20px;
  text-align: right;
  padding: 11px 40px 11px 20px;
}
.parameters_container .feature_motivation_block {
  margin-top: 30px;
}
.parameters_container .deliverymethod_price_wrapper ul {
  margin-left: 28px;
}
.parameters_container .deliverymethod_price_wrapper li {
  width: 100%;
  position: relative;
  float: left;
  margin-bottom: 11px;
}
.parameters_container .deliverymethod_price_wrapper li label {
  float: left;
  width: 35%;
  margin: 16px 0;
  text-align: right;
}
.parameters_container .deliverymethod_price_wrapper li input {
  float: right;
  width: 60% !important;
  padding-right: 50px;
  text-align: right;
}
.parameters_container .deliverymethod_price_wrapper .unit {
  font-size: 14px;
  top: 15px;
  right: 20px;
  padding: 0;
}
.parameters_container .deliverymethod_price_wrapper .comment label {
  margin-bottom: 5px;
  margin-left: 10px;
}
.parameters_container .deliverymethod_price_wrapper .comment .help-block {
  top: 20px;
  right: 10px;
}
.parameters_container .select2-container .select2-search--inline .select2-search__field::placeholder {
  color: black;
}
.parameters_container #sellFormCategoryBox::placeholder {
  color: black;
}
#select2cleare {
  cursor: pointer;
  position: absolute;
  top: 13px;
  right: 26px;
  font-size: 14px;
  text-decoration-line: underline;
}
.uploaded_image .img,
.existed_image .img {
  width: 100%;
  height: 100%;
  background-size: cover !important;
}
#sortable {
  list-style-type: none;
  margin: 0;
  padding: 0;
  width: 100%;
}
#sortable li {
  margin: 3px 3px 3px 0;
  padding: 1px;
  float: left;
  width: 200px;
  height: 200px;
  font-size: 4em;
  text-align: center;
}
#sortable li > font {
  background: white none repeat scroll 0 0;
  border: medium none;
  border-radius: 50%;
  color: #ff7000;
  font-size: 1em;
  font-weight: 700;
  height: 70px;
  margin-left: -35px;
  margin-top: 65px;
  position: absolute;
  text-align: center;
  width: 70px;
  z-index: 11;
  opacity: 0.6;
}
#sortable li > div.del_icon {
  color: red;
  cursor: pointer;
  font-size: 1px;
  margin-left: 170px;
  margin-top: 10px;
  position: absolute;
  z-index: 12;
  background: url(../images/icon-reset.png) center no-repeat;
  width: 21px;
  height: 21px;
  display: none;
}
#sortable li > div.left_rotate_icon,
#sortable li > div.right_rotate_icon {
  color: red;
  cursor: pointer;
  font-size: 1px;
  margin-left: 166px;
  margin-top: 165px;
  position: absolute;
  z-index: 12;
  background: url(../images/icons/left_rotate.png) center no-repeat;
  width: 22px;
  height: 24px;
  display: none;
}
#sortable li > div.left_rotate_icon,
#sortable li > div.right_rotate_icon {
  margin: initial;
  width: 15px;
  height: 16px;
  bottom: 10px;
  display: none;
  background-size: cover;
}
#sortable li > div.left_rotate_icon {
  right: 10px;
}
#sortable li > div.right_rotate_icon {
  left: 10px;
  background: url(../images/icons/right_rotate.png) center no-repeat;
  background-size: cover;
}
#delete-all-images,
#remove_all_video {
  position: absolute;
  left: 50%;
  transform: translate(-50%, 0);
  top: -28px;
  cursor: pointer;
  color: #00b4ff;
}
#container_sell_form.parameters_container #fileuploader .ajax-upload-dragdrop,
#container_sell_form.parameters_container #fileuploader .ajax-file-upload {
  width: 100% !important;
  height: 100% !important;
}
#container_sell_form.parameters_container #fileuploader .ajax-upload-dragdrop {
  padding: initial;
}
#container_sell_form.parameters_container .photo_item {
  position: relative;
  float: left;
  width: 146px;
  height: 107px;
  background: #FFFFFF;
  box-sizing: border-box;
  margin-right: 10px;
}
#container_sell_form.parameters_container #fileuploader.photo_item .ajax-upload-dragdrop,
#container_sell_form.parameters_container .photo_item .img,
#container_sell_form.parameters_container #video_frame li iframe {
  border-radius: 10px;
  overflow: hidden;
  border: 1px solid #DFDFDF;
}
#container_sell_form.parameters_container #fileuploader .ajax-file-upload {
  border: initial;
  background: white url(../images/icons/add_photo.svg) center 25px no-repeat;
  font-size: 14px;
  font-weight: initial;
  background-size: 50px auto;
  line-height: 116px;
  text-align: center;
  color: black;
}
#video_load .message {
  display: none;
  color: red;
}
#video_load input.form__control::placeholder {
  font-size: 14px;
  color: black;
}
#sell_form .select2-selection {
  border: 1px solid #dfdfdf;
  border-radius: 10px;
  padding: 9px 15px;
}
.select2-container .select2-selection.select2-selection--multiple {
  border-radius: 10px;
  padding: 15px 100px 11px 26px;
  border-color: #dfdfdf !important;
  height: 52px;
}
.select2-container--default.select2-container--focus .select2-selection--multiple {
  border-color: #dfdfdf !important;
}
.select2-container .select2-selection--multiple ul.select2-selection__rendered li.select2-selection__choice {
  border: initial !important;
  border-radius: 3px;
  padding: 0px 7px 0px 10px;
  margin: 0 5px 0 0 !important;
}
.select2-selection__choice__display a:hover {
  color: black;
}
.select2-container--default .select2-selection--multiple .select2-selection__choice__display {
  padding-left: 7px !important;
}
.select2-selection ul.select2-selection__rendered li.select2-selection__choice > * {
  color: black;
  font-size: 14px;
}
.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
  margin-left: 2px;
  color: black;
  float: right;
  border: initial !important;
}
.newitem_desc {
  border: 1px solid #dfdfdf;
  border-radius: 10px;
  color: #414141;
  padding: 14px 15px;
  width: 100%;
  height: 400px;
}
.parameters_container #sell_form .select2-selection {
  padding: 14px 50px 12px 22px;
}
#video_frame iframe {
  display: block;
  width: 301px;
  height: 170px;
  margin-top: 20px;
}
.uploaded_image .img.rotate90,
.existed_image .img.rotate90 {
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg);
}
.uploaded_image .img.rotate180,
.existed_image .img.rotate180 {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}
.uploaded_image .img.rotate270,
.existed_image .img.rotate270 {
  -webkit-transform: rotate(270deg);
  -moz-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  -o-transform: rotate(270deg);
  transform: rotate(270deg);
}
.parameters_container #sortable .photo_item,
.parameters_container #video_frame li {
  padding: initial;
  margin: 0 10px 10px 0;
  cursor: pointer;
  position: relative;
}
#video_frame > li {
  float: left;
  margin-right: 30px;
}
#sell_form .select2-selection {
  border: 1px solid #dfdfdf;
  border-radius: 10px;
  padding: 9px 15px;
}
.select2-container .select2-selection.select2-selection--multiple {
  border-radius: 10px;
  padding: 15px 100px 11px 26px;
  border-color: #dfdfdf !important;
  height: 52px;
}
#categoryHandSelect {
  list-style-type: none;
  width: 100%;
}
#categoryHandSelect li > .select {
  width: 100%;
  background: #FFFFFF none repeat scroll 0 0;
  border: 1px solid #dfdfdf;
  border-radius: 10px;
  color: #414141;
  padding: 14px 15px;
  -webkit-appearance: menulist-textfield !important;
  height: 200px !important;
  overflow: auto;
}
#categoryHandSelect li > .select li {
  cursor: pointer;
  margin: initial;
  padding: 0 5px;
}
#categoryHandSelect li > .select li.selected {
  background-color: #FF3700;
  color: white;
  border-radius: 5px;
}
#categoryHandSelect li > .select li:not(.selected):hover {
  color: red;
}
.parameters_container .form__item li,
.parameters_container .form__item #sortable li,
#promo_block.promo_block li,
#subscription_form li,
#promo_page li.promo_item {
  list-style-type: none;
  margin-bottom: 28px;
}
#promo_page .promo_item,
#promo_block .promo_item {
  position: relative;
  height: 74px;
  float: left;
  width: 100%;
  border: 1px solid #DFDFDF;
  box-sizing: border-box;
  border-radius: 10px;
  padding: 0 10px;
  cursor: pointer;
}
#promo_page .promo_item > *,
#promo_block .promo_item > * {
  float: left;
}
#promo_page .promo_item:hover,
#promo_block .promo_item:hover,
#promo_page .promo_item.checked,
#promo_block .promo_item.checked {
  border: 1px solid #FF3700;
}
#promo_page .promo_item.disabled:hover,
#promo_block .promo_item.disabled:hover {
  border: 1px solid #DFDFDF;
}
#promo_page .promo_item.disabled .price span,
#promo_block .promo_item.disabled .price span {
  color: #CCC;
}
#promo_page .promo_item.related:hover,
#promo_block .promo_item.related:hover,
#promo_page .promo_item.related,
#promo_block .promo_item.related {
  border: 1px solid #FF3700;
}
#promo_page .promo_item.related:hover .price span,
#promo_block .promo_item.related:hover .price span,
#promo_page .promo_item.related .price span,
#promo_block .promo_item.related .price span {
  color: #CCC;
}
#promo_page .promo_item.related_hover,
#promo_block .promo_item.related_hover {
  border: 1px solid #FF3700;
}
#promo_page .promo_item .text_container,
#promo_block .promo_item .text_container {
  height: 100%;
}
#promo_page .promo_item .text_container:before,
#promo_block .promo_item .text_container:before {
  display: inline-block;
  height: 100%;
  vertical-align: middle;
  content: "";
}
#promo_page .promo_item .text_container > div,
#promo_block .promo_item .text_container > div {
  display: inline-block;
  vertical-align: middle;
  width: 275px;
}
#promo_page .promo_item .price,
#promo_block .promo_item .price {
  position: relative;
  float: right;
  height: 30px;
  margin: 22px 0 16px;
  width: 50px;
}
#promo_page .promo_item .price .price_at_rate span,
#promo_block .promo_item .price .price_at_rate span {
  font-size: 12px;
  font-weight: initial;
  color: black;
}
#promo_page .promo_item .price span,
#promo_block .promo_item .price span {
  font-weight: bold;
  font-size: 20px;
  color: #FF3700;
}
#promo_page .promo_item .price div.strong,
#promo_block .promo_item .price div.strong {
  position: absolute;
  left: 3px;
  top: -20px;
  text-decoration: line-through;
}
#promo_page .promo_item .price div.strong span,
#promo_block .promo_item .price div.strong span {
  font-size: 16px;
}
#promo_page .promo_item input,
#promo_block .promo_item input {
  margin: 27px 0 27px 16px;
}
#promo_page .promo_item .img,
#promo_block .promo_item .img {
  width: 50px;
  height: 32px;
  margin: 20px 9px;
}
@media (min-width: 992px) and (max-width: 1199px) {
  #container_sell_form {
    margin: 0 50px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  #container_sell_form {
    margin: 0 30px;
  }
}
@media (max-width: 767px) {
  #container_sell_form {
    margin: 0 15px;
  }
  .parameters_container #video_load input {
    width: 100%;
  }
  .parameters_container #add_video {
    width: 35%;
    margin-top: 15px;
  }
  .parameters_container #tags .help-block,
  .parameters_container #video .help-block,
  .parameters_container #photo .help-block {
    display: none;
  }
}
@media (max-width: 520px) {
  #promo_block .promo_item {
    height: initial;
  }
  #promo_block .promo_item .img,
  #promo_block .promo_item input {
    margin-bottom: 10px;
  }
  #promo_block .promo_item .text_container {
    width: 100%;
  }
  #promo_block .promo_item .text_container > div {
    width: 100%;
    padding: 0 12px 15px 15px;
    text-align: justify;
    text-align: center;
  }
}
/*=========================================*/
/* SELL FORM */
/*=========================================*/
/*=========================================*/
/* PROMO PAGE */
/*=========================================*/
#promo_page {
  margin: initial;
  border: solid 1px #dfdfdf;
  border-radius: 10px;
  padding: 60px;
}
#promo_page :last-child {
  margin-bottom: initial;
}
#promo_page * {
  color: black;
}
#promo_page > div {
  margin-bottom: 50px;
}
#promo_page #title {
  font-size: 26px;
  font-weight: bold;
  text-align: center;
}
#promo_page #description {
  font-size: 14px;
  font-weight: bold;
  text-align: left;
}
#promo_page .button_switch div {
  height: 73px;
  border: 1px solid black;
  border-radius: 10px;
  font-weight: bold;
  font-size: 14px;
  text-align: center;
  color: #000000;
  cursor: pointer;
  margin-bottom: 15px;
}
#promo_page .button_switch div:before {
  display: inline-block;
  height: 100%;
  vertical-align: middle;
  content: "";
}
#promo_page .button_switch span {
  width: 95%;
  display: inline-block;
  vertical-align: middle;
}
#promo_page .button_switch.active div {
  background-color: #FF3700;
  border-color: #FF3700;
}
#promo_page .button_switch.active span {
  color: white;
}
#promo_page #total {
  position: relative;
  border-bottom: 1px dashed #DFDFDF;
}
#promo_page #total #price_at_rate_total {
  position: absolute;
  right: 0px;
  bottom: -30px;
  font-size: 18px;
  font-weight: initial;
}
#promo_page #total > div {
  position: absolute;
  background-color: white;
  z-index: 1;
  font-weight: bold;
  font-size: 26px;
  bottom: -10px;
}
#promo_page #total .left {
  left: 0;
}
#promo_page #total .right {
  right: 0;
}
#promo_page #button {
  cursor: pointer;
  float: right;
  background: #FF3700;
  border-radius: 10px;
  color: white;
  padding: 17px 40px;
  font-weight: bold;
  font-size: 14px;
}
#promo_page #button.disabled {
  background-color: gray;
}
#promo_page .list_spec_cat_block div {
  width: 100%;
  font-size: 14px;
  margin-bottom: 31px;
}
#promo_page .form__label {
  font-size: 14px;
  margin-bottom: 15px;
}
#promo_page .form__label p {
  font-weight: initial;
}
#promo_page .promo_item {
  height: initial;
  min-width: 290px;
}
#promo_page .promo_item .img {
  margin-top: 30px;
}
#promo_page .promo_item input {
  margin-top: 37px;
}
#promo_page .promo_item .price {
  margin-top: 32px;
}
#promo_page .promo_item .text_container {
  margin: 19px 0;
}
#promo_page .promo_item .text_container .title {
  font-size: 14px;
  margin-bottom: 6px;
  position: relative;
}
#promo_page .promo_item .text_container .title .help_link_anchor {
  position: absolute;
  display: inline-block;
  color: red;
  border: 1px solid red;
  font-size: 10px;
  line-height: 10px;
  border-radius: 10px;
  width: 12px;
  height: 12px;
  padding-left: 2px;
  vertical-align: initial;
  top: 3px;
  right: initial;
  padding-top: 1px;
  margin-left: 5px;
}
#promo_page .promo_item .text_container .title .helpLinkBlock {
  position: absolute;
  right: -50%;
  top: 20px;
  z-index: 2;
  padding: 10px 21px 10px 10px;
  background: #FFFFFF;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  border-radius: 10px;
}
#promo_page .promo_item .text_container .title .helpLinkBlock li.promo_item {
  border: initial;
  margin-bottom: initial;
}
#promo_page .promo_item .text_container .title .helpLinkBlock li.promo_item input,
#promo_page .promo_item .text_container .title .helpLinkBlock li.promo_item .descr a,
#promo_page .promo_item .text_container .title .helpLinkBlock li.promo_item .price {
  display: none;
}
#promo_page .promo_item .text_container .title .helpLinkBlock li.promo_item > div {
  float: left;
}
#promo_page .promo_item .text_container .title .helpLinkBlock li.promo_item .text_container > div {
  width: 285px;
}
#promo_page .promo_item .text_container .title .helpLinkBlock li.promo_item .text_container .descr {
  font-size: 12px;
  font-weight: initial;
}
#promo_page .promo_item .text_container .descr .green {
  font-weight: bold;
  color: #61B436;
}
#promo_page .promo_item .text_container .descr a {
  cursor: pointer;
  color: #FF3700;
  text-decoration: underline;
}
#promo_page .promo_item .price {
  position: relative;
  margin-right: 10px;
  text-align: right;
}
#promo_page .promo_item .price .total_up,
#promo_page .promo_item .price .total_down {
  position: absolute;
  right: 17px;
  cursor: pointer;
}
#promo_page .promo_item .price .total_up:hover {
  border-bottom-color: black;
}
#promo_page .promo_item .price .total_down:hover {
  border-top-color: black;
}
#promo_page .promo_item .price .total_up {
  top: -8px;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-bottom: 10px solid red;
}
#promo_page .promo_item .price .total_down {
  bottom: -8px;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 10px solid red;
}
#promo_page .promo_item .price .piece {
  margin-top: 10px;
  text-align: center;
}
#promo_page .promo_item .price .piece,
#promo_page .promo_item .price .piece span {
  font-weight: initial;
  font-size: 14px;
  color: black;
}
#promo_page .linked_block .lb--pdad {
  display: flex;
  align-items: center;
  gap: 15px;
  font-size: 16px;
  color: #000000;
}
#promo_page .linked_block .lb--pdad span {
  font-size: 20px;
}
#promo_page .linked_block .lb--pdad .pdad--bottom {
  padding: 15px 30px;
  border-radius: 10px;
  color: #FFFFFF;
  background-color: #ff3700;
  font-weight: bold;
}
#promo_page .linked_block[data-linked_block="3"] .pi_p--discount_help {
  display: none;
}
#promo_page .promo_item.with_discount .price {
  margin-right: 5px;
}
#promo_page .promo_item.with_discount input {
  margin-left: 11px;
}
#promo_page .promo_item.with_discount .img {
  margin: 30px 5px;
}
#promo_page .pi_p--discount_help {
  float: right;
  height: 30px;
  margin: 34px 0;
  font-size: 20px;
  text-decoration: line-through;
}
/*=========================================*/
/* PROMO PAGE */
/*=========================================*/
/*=========================================*/
/* TOP SELLERS */
/*=========================================*/
/*=========================================*/
/* TOP SELLERS */
/*=========================================*/
.top_sellers_wrapper {
  position: relative;
  padding: 12px 26px;
  text-align: center;
  background: #EFEFEF;
  border-radius: 20px;
}
.top_sellers_wrapper * {
  color: #000000;
  font-family: 'Inter', sans-serif;
  font-style: normal;
  font-weight: 700;
}
.top_sellers_wrapper .top_sellers--header {
  line-height: 19px;
  font-size: 16px;
}
.top_sellers_wrapper .top_sellers--description {
  line-height: 19px;
  color: #737373;
  font-size: 12px;
}
.top_sellers_wrapper .tabs {
  margin: 11px auto 23px;
  display: flex;
  justify-content: space-evenly;
}
.top_sellers_wrapper .tabs div {
  cursor: pointer;
  font-size: 12px;
  padding: 1px 10px 2px;
  line-height: 15px;
  border-radius: 50px;
  background: #D9D9D9;
  border: 1px solid #D9D9D9;
}
.top_sellers_wrapper .tabs div.active {
  background-color: #FFFFFF;
  border: 1px solid #000000;
}
.top_sellers_wrapper .tabs_content {
  text-align: left;
  display: inline-block;
}
.top_sellers_wrapper .tabs_content div {
  font-size: 12px;
  margin-bottom: 15px;
}
.top_sellers_wrapper .tabs_content div.hidden {
  display: none;
}
.top_sellers_wrapper .tabs_content div span {
  padding-right: 12px;
}
.top_sellers_wrapper .tabs_content div a {
  color: #4fb4ff;
}
/*=========================================*/
/* ANNONCEMENT PLACEMENT */
/*=========================================*/
#announcement_placement {
  position: relative;
  padding: 0;
  margin: 0 15px;
}
#announcement_placement * {
  color: #000000;
}
#announcement_placement .close {
  position: absolute;
  top: -3px;
  right: 0;
  font-size: 25px;
  font-weight: initial;
  transform: rotate(-45deg);
}
#announcement_placement .header {
  font-weight: bold;
  font-size: 18px;
  line-height: 21px;
  margin-top: 20px;
  margin-bottom: 20px;
}
#announcement_placement .announcement_placement {
  padding-bottom: 10px;
}
#announcement_placement .announcement_placement img {
  background: #C4C4C4;
  border-radius: 10px;
  width: 100%;
}
#announcement_placement .announcement_placement .title {
  font-weight: bold;
  font-size: 12px;
  margin: 20px 0;
}
#announcement_placement .announcement_placement .description {
  font-size: 12px;
}
#announcement_placement .announcement_placement .announcement_link {
  display: block;
  margin-top: 20px;
  cursor: pointer;
  font-size: 12px;
  color: #00B4FF;
}
/*=========================================*/
/* ANNONCEMENT PLACEMENT */
/*=========================================*/
/*=========================================*/
/* CART PAGE START */
/*=========================================*/
.cart-content {
  float: left;
  width: 100%;
}
.cart-content .offer {
  width: 18px;
}
.cart-content .checkbox {
  cursor: pointer;
  width: 18px;
  height: 18px;
  border: 1px solid #dfdfdf;
  color: #FFFFFF;
  background-color: #FFFFFF;
  border-radius: 3px;
}
.cart-content .checkbox::after {
  content: '\2713';
  font-weight: bold;
  color: #FFFFFF;
  margin-left: 4px;
}
.cart-content .checkbox:hover {
  border-color: #FF3700;
  background-color: #FFFFFF;
}
.cart-content .checkbox:hover::after {
  color: #FF3700;
}
.cart-content .checkbox.checked {
  border-color: #FF3700;
  background-color: #FF3700;
}
.cart-content .checkbox.checked:hover {
  background-color: #FF8766;
  border-color: #FF8766;
}
.cart-content .checkbox.checked:hover::after {
  color: #FFFFFF;
}
.cart-content section.seller_items .item.not_buyable .checkbox {
  cursor: initial;
  border-color: #dfdfdf;
  background-color: #EFEFEF;
}
.cart-content section.seller_items .item.not_buyable .checkbox::after {
  color: #EFEFEF;
}
.cart-content section.seller_items .item.not_buyable .checkbox.checked {
  background-color: #dfdfdf;
}
.cart-content section.seller_items .item.not_buyable .checkbox.checked::after {
  color: #FFFFFF;
}
.cart-content header.cart_header {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  float: left;
  width: 100%;
  border-bottom: 1px solid #dfdfdf;
  height: 50px;
}
@media (min-width: 768px) {
  .cart-content header.cart_header {
    height: 80px;
    border-bottom: initial;
    padding-bottom: 5px;
  }
}
.cart-content header.cart_header #clear_cart,
.cart-content header.cart_header .text_count {
  font-size: 12px;
}
@media (min-width: 768px) {
  .cart-content header.cart_header .row {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}
.cart-content header.cart_header .text_header,
.cart-content header.cart_header .text_count {
  padding-left: 30px;
  font-family: 'Gilroy', sans-serif;
  font-style: normal;
  color: #000000;
}
@media (min-width: 768px) {
  .cart-content header.cart_header .text_header {
    padding: initial;
  }
  .cart-content header.cart_header .text_count {
    padding-left: 40px;
    padding-right: initial;
    white-space: nowrap;
    font-size: 14px;
  }
  .cart-content header.cart_header .text_count > * {
    font-size: 14px;
  }
}
.cart-content header.cart_header .text_header {
  font-weight: bold;
  font-size: 16px;
}
@media (min-width: 768px) {
  .cart-content header.cart_header .text_header {
    font-size: 26px;
    text-align: center;
  }
}
.cart-content header.cart_header #clear_cart {
  cursor: pointer;
  text-align: right;
  color: #4FB4FF;
  padding-right: 25px;
  background: url(/images/icons/trash_blue.svg) no-repeat scroll right -1px;
  margin-right: 15px;
}
@media (min-width: 768px) {
  .cart-content header.cart_header #clear_cart {
    margin-right: 30px;
    font-size: 14px;
  }
}
.cart-content section.seller_items {
  float: left;
  width: 97%;
  width: calc(100% - 18px);
  width: -moz-calc(100% - 18px);
  width: -webkit-calc(100% - 18px);
  width: -o-calc(100% - 18px);
  background-color: #FFFFFF;
  border: 1px solid #dfdfdf;
  border-radius: 10px;
  margin: 18px 9px;
  padding-bottom: 22px;
}
@media (min-width: 768px) {
  .cart-content section.seller_items {
    width: 100%;
    margin-left: initial;
    margin-right: initial;
  }
}
.cart-content section.seller_items header {
  position: relative;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  height: 64px;
  padding-left: 18px;
  border-bottom: 1px solid #dfdfdf;
}
@media (min-width: 768px) {
  .cart-content section.seller_items header {
    height: 86px;
    padding-left: 37px;
  }
}
.cart-content section.seller_items header .avatar_widget {
  cursor: pointer;
  height: 30px;
  width: 30px;
  border-radius: 25px;
  margin-right: 13px;
  margin-left: 11px;
}
@media (min-width: 768px) {
  .cart-content section.seller_items header .avatar_widget {
    height: 50px;
    width: 50px;
    margin-left: 31px;
    margin-right: 27px;
  }
}
.cart-content section.seller_items header .avatar_popup {
  position: absolute;
  z-index: 999;
  padding: 10px;
  background-color: white;
  border: 1px solid #dfdfdf;
  border-radius: 10px;
  top: -50px;
  left: 150px;
  max-width: 500px;
  max-height: 500px;
}
.cart-content section.seller_items header span,
.cart-content section.seller_items header a {
  font-family: Arial;
  font-style: normal;
  font-weight: bold;
  font-size: 12px;
  color: #000000;
}
.cart-content section.seller_items header a {
  color: #4FB4FF;
}
.cart-content section.seller_items header .delete_selected_for_seller {
  margin-left: auto;
  margin-right: 29px;
  cursor: pointer;
  text-align: right;
  color: #4FB4FF;
  padding-right: 25px;
  font-size: 14px;
  background: url(/images/icons/trash_blue.svg) no-repeat scroll right -1px;
}
.cart-content section.seller_items .item {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  padding: 16px 18px;
}
@media (min-width: 768px) {
  .cart-content section.seller_items .item {
    padding: 26px 26px 20px 37px;
  }
}
.cart-content section.seller_items .item.header {
  display: none;
}
@media (min-width: 768px) {
  .cart-content section.seller_items .item.header {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    padding-bottom: initial;
  }
  .cart-content section.seller_items .item.header * {
    height: initial !important;
    color: #9D9D9D !important;
    font-size: 10px !important;
  }
  .cart-content section.seller_items .item.header div.item_info {
    margin-left: 130px;
  }
  .cart-content section.seller_items .item.header div.item_quantity {
    width: 80px;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}
.cart-content section.seller_items .item.not_buyable * {
  color: #dfdfdf !important;
}
.cart-content section.seller_items .item .item_image {
  -webkit-flex: 0 0 70px;
  -ms-flex: 0 0 70px;
  flex: 0 0 70px;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 70px;
  height: 70px;
  margin: 0 12px;
}
@media (min-width: 768px) {
  .cart-content section.seller_items .item .item_image {
    margin: 0 20px 0 22px;
  }
}
.cart-content section.seller_items .item .item_image img {
  max-width: 100%;
  max-height: 100%;
}
.cart-content section.seller_items .item .item_info {
  height: 70px;
  -webkit-flex: 2 1 210px;
  -ms-flex: 2 1 210px;
  flex: 2 1 210px;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
@media (min-width: 768px) {
  .cart-content section.seller_items .item .item_info {
    margin-right: 20px;
  }
}
.cart-content section.seller_items .item .item_info .item_title {
  color: #000000;
  font-size: 12px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -moz-box;
  -moz-box-orient: vertical;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  box-orient: vertical;
  -webkit-line-clamp: 2;
  line-clamp: 2;
}
@media (min-width: 768px) {
  .cart-content section.seller_items .item .item_info .item_title {
    font-size: 14px;
  }
}
.cart-content section.seller_items .item .item_info .item_title .not_buyable {
  color: #000000 !important;
}
.cart-content section.seller_items .item .item_info .item_attr {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 100%;
  padding-bottom: 5px;
}
@media (min-width: 768px) {
  .cart-content section.seller_items .item .item_info .item_attr {
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    padding-bottom: 3px;
  }
}
.cart-content section.seller_items .item .item_info .item_attr .item_location {
  -webkit-order: 1;
  -ms-flex-order: 1;
  order: 1;
  color: #000000;
  font-size: 10px;
  padding-left: 19px;
  background: url('../images/icons/location.svg') no-repeat center left;
}
@media (min-width: 768px) {
  .cart-content section.seller_items .item .item_info .item_attr .item_location {
    -webkit-order: 3;
    -ms-flex-order: 3;
    order: 3;
    margin-right: 7px;
  }
}
.cart-content section.seller_items .item .item_info .item_attr .safe_deal_icon {
  display: none;
}
@media (max-width: 767px) {
  .cart-content section.seller_items .item .item_info .item_attr .safe_deal_icon {
    display: none !important;
  }
}
@media (min-width: 768px) {
  .cart-content section.seller_items .item .item_info .item_attr .safe_deal_icon {
    -webkit-order: 2;
    -ms-flex-order: 2;
    order: 2;
    height: 14px;
    width: 14px;
    background: url('../images/icons/safe_deal.svg') no-repeat center center;
    background-size: 14px;
    margin-right: 7px;
  }
}
.cart-content section.seller_items .item .item_info .item_attr .watch_elements {
  width: 16px;
  height: 14px;
  -webkit-order: 2;
  -ms-flex-order: 2;
  order: 2;
  background-size: contain;
  padding: initial;
  margin-left: auto;
  margin-right: 10px;
}
@media (min-width: 768px) {
  .cart-content section.seller_items .item .item_info .item_attr .watch_elements {
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
    margin-right: 7px;
    margin-left: initial;
  }
}
.cart-content section.seller_items .item .item_info .item_attr .delete_offer {
  cursor: pointer;
  width: 14px;
  height: 14px;
  -webkit-order: 3;
  -ms-flex-order: 3;
  order: 3;
  background: url('../images/icons/trash_blue.svg') no-repeat center left;
  background-size: contain;
  padding: initial;
}
@media (min-width: 768px) {
  .cart-content section.seller_items .item .item_info .item_attr .delete_offer {
    -webkit-order: 4;
    -ms-flex-order: 4;
    order: 4;
    margin-right: 7px;
  }
}
.cart-content section.seller_items .item .item_total {
  flex: 2 1 100%;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  flex-wrap: nowrap;
  justify-content: space-between;
  /*margin-left: 30px;*/
}
@media (min-width: 768px) {
  .cart-content section.seller_items .item .item_total {
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    flex-basis: 30%;
  }
}
.cart-content section.seller_items .item .item_total .item_quantity {
  position: relative;
  -webkit-order: 2;
  -ms-flex-order: 2;
  order: 2;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
@media (min-width: 768px) {
  .cart-content section.seller_items .item .item_total .item_quantity {
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
  }
}
@media (max-width: 767px) {
  .cart-content section.seller_items .item .item_total .item_quantity.hidden_xs {
    display: none;
  }
}
.cart-content section.seller_items .item .item_total .item_quantity .total_current_amount {
  position: absolute;
  font-size: 10px;
  color: #9D9D9D;
  white-space: nowrap;
  width: 100%;
  top: 100%;
  text-align: center;
}
@media (min-width: 992px) {
  .cart-content section.seller_items .item .item_total .item_quantity .total_current_amount {
    text-align: left;
    top: initial;
    left: 110%;
  }
}
.cart-content section.seller_items .item .item_total .item_quantity .btn_decrement,
.cart-content section.seller_items .item .item_total .item_quantity .btn_increment {
  cursor: pointer;
  font-size: 20px;
  width: 20px;
  height: 20px;
  color: #dfdfdf;
  border: 1px solid #dfdfdf;
  border-radius: 10px;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
@media (min-width: 768px) {
  .cart-content section.seller_items .item .item_total .item_quantity .btn_decrement,
  .cart-content section.seller_items .item .item_total .item_quantity .btn_increment {
    width: 28px;
    height: 28px;
    font-size: 28px;
    border-radius: 14px;
  }
}
.cart-content section.seller_items .item .item_total .item_quantity .btn_decrement.disabled,
.cart-content section.seller_items .item .item_total .item_quantity .btn_increment.disabled {
  cursor: default;
  color: white !important;
  border-color: white;
}
.cart-content section.seller_items .item .item_total .item_quantity .btn_decrement {
  padding-top: 1px;
}
.cart-content section.seller_items .item .item_total .item_quantity .qty_value {
  color: #4FB4FF;
  font-weight: bold;
  font-size: 10px;
  margin: initial;
  width: 27px;
  border: initial;
  cursor: auto;
  text-align: center;
  -moz-appearace: textfield;
}
@media (min-width: 768px) {
  .cart-content section.seller_items .item .item_total .item_quantity .qty_value {
    font-weight: bold;
    font-size: 14px;
  }
}
.cart-content section.seller_items .item .item_total .item_quantity .qty_value::-webkit-outer-spin-button,
.cart-content section.seller_items .item .item_total .item_quantity .qty_value::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.cart-content section.seller_items .item .item_total .item_quantity .qty_value.disabled {
  color: #000000;
}
.cart-content section.seller_items .item .item_total.one .item_price {
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.cart-content section.seller_items .item .item_total.one .item_price .item_per_price,
.cart-content section.seller_items .item .item_total.one .item_price .item_per_price * {
  font-weight: bold;
}
.cart-content section.seller_items .item .item_total.one .item_price .item_total_price {
  display: none;
}
.cart-content section.seller_items .item .item_total .item_price {
  -webkit-order: 1;
  -ms-flex-order: 1;
  order: 1;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  font-size: 10px;
  margin-top: 14px;
  margin-left: 30px;
  color: #000000;
}
@media (min-width: 768px) {
  .cart-content section.seller_items .item .item_total .item_price {
    -webkit-order: 2;
    -ms-flex-order: 2;
    order: 2;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    height: 70px;
    font-size: 14px;
    margin-top: initial;
    margin-left: initial;
  }
}
.cart-content section.seller_items .item .item_total .item_price .item_total_price {
  font-weight: bold;
  flex-basis: 100%;
}
@media (min-width: 768px) {
  .cart-content section.seller_items .item .item_total .item_price .item_total_price {
    flex-basis: initial;
  }
}
.cart-content section.seller_items .item .item_total .item_price .item_total_price * {
  font-weight: bold;
}
.cart-content section.seller_items .item .item_total .item_price .item_per_price {
  margin-right: 20px;
}
@media (min-width: 768px) {
  .cart-content section.seller_items .item .item_total .item_price .item_per_price {
    margin-right: initial;
  }
}
.cart-content section.seller_items .item .item_total .item_price .item_sale {
  color: #61B436;
}
.cart-content section.seller_items .seller_total_price {
  width: 100%;
  text-align: right;
  font-size: 20px;
  font-weight: bold;
  padding: 12px 18px 0 18px;
}
@media (min-width: 768px) {
  .cart-content section.seller_items .seller_total_price {
    font-size: 26px;
    padding: 44px 26px 0 26px;
  }
}
.cart-content section.seller_items .seller_total_price * {
  font-weight: bold;
}
.cart-content section.seller_items .confirm {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  margin-bottom: 1px;
  padding: 28px 18px 0 18px;
}
@media (min-width: 768px) {
  .cart-content section.seller_items .confirm {
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    padding: 28px 26px 0 26px;
    width: initial;
    margin-bottom: 12px;
  }
}
.cart-content section.seller_items .confirm .btn {
  cursor: pointer;
  border-radius: 10px;
  background-color: #ff3700;
  color: #FFFFFF;
  font-weight: bold;
  font-size: 12px;
  line-height: 14px;
  text-align: center;
  flex-basis: 50%;
}
@media (min-width: 768px) {
  .cart-content section.seller_items .confirm .btn {
    flex-basis: auto;
  }
}
.cart-content section.seller_items .confirm .buy_btn {
  margin-left: 7px;
  padding-left: initial;
  padding-right: initial;
}
@media (min-width: 768px) {
  .cart-content section.seller_items .confirm .buy_btn {
    padding-left: 50px;
    padding-right: 50px;
  }
}
.cart-content section.seller_items .confirm .buy_btn.disabled {
  cursor: initial;
  background-color: #dfdfdf;
}
.cart-content section.seller_items .confirm .safe_deal_btn {
  display: none;
  margin-right: 7px;
  background-color: #005FF1;
}
@media (max-width: 767px) {
  .cart-content section.seller_items .safe_deal_message {
    display: none !important;
  }
}
@media (min-width: 768px) {
  .cart-content section.seller_items .safe_deal_message {
    width: 100%;
    text-align: right;
    color: #4FB4FF;
    padding: 28px 26px 0;
  }
}
.cart-content .seller_items.cart_is_empty {
  text-align: center;
  padding: 70px 0;
  font-weight: bold;
  border: initial;
}
.cart-content .seller_items.cart_is_empty span {
  color: #000000;
  font-size: 20px;
  margin-bottom: 40px;
  display: block;
}
.cart-content .seller_items.cart_is_empty a.to_main_button {
  padding: 15px 25px;
  border-radius: 10px;
  color: #FFFFFF;
  background-color: #ff3700;
  font-size: 14px;
  display: inline-block;
}
/*=========================================*/
/* CART PAGE END */
/*=========================================*/
/*=========================================*/
/* MINDBOX RECOMMENDED BLOCK START */
/*=========================================*/
.mindbox_recommended_container {
  /*padding-top: 20px;*/
  float: left;
}
@media all and (max-width: 1024px) {
  .mindbox_recommended_container {
    float: initial;
    padding: 20px 15px 0 15px;
  }
  .mindbox_recommended_container.mobile_horizontal_padding_30 {
    padding-left: 30px;
    padding-right: 30px;
  }
}
.mindbox_recommended_container .popmechanic-header {
  padding-left: 15px;
}
@media all and (max-width: 1024px) {
  .mindbox_recommended_container .popmechanic-header {
    padding-left: initial;
  }
}
/*=========================================*/
/* MINDBOX RECOMMENDED BLOCK END */
/*=========================================*/
/*=========================================*/
/* LEADERBOARD BLOCK START */
/*=========================================*/
#leaderboard {
  width: 100%;
  float: left;
  margin-bottom: 15px;
}
#leaderboard .top {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  height: 60px;
  margin-bottom: 30px;
  padding: 0 15px;
}
@media (min-width: 768px) {
  #leaderboard .top {
    height: 80px;
    margin-bottom: initial;
    padding: 0 27px 0 37px;
  }
}
@media (min-width: 992px) {
  #leaderboard .top {
    padding: 0 37px 0 57px;
  }
}
#leaderboard .top > * {
  height: 37px;
  line-height: 37px;
  margin: 5px 0;
}
#leaderboard .top .title {
  font-family: Gotham Pro;
  font-weight: bold;
  font-size: 20px;
  color: black;
  margin-right: 15px;
}
@media (min-width: 768px) {
  #leaderboard .top .title {
    font-size: 26px;
    margin-right: 25px;
  }
}
#leaderboard .top .period {
  display: block;
  width: 100px;
  height: 37px;
  line-height: 37px;
  margin-right: 10px;
  border-radius: 20px;
  font-size: 14px;
  background-color: white;
  color: #C1C1C1;
  border: 1px solid #E7E7E7;
  text-align: center;
}
@media (min-width: 768px) {
  #leaderboard .top .period {
    width: 135px;
  }
}
#leaderboard .top .period.select {
  color: black;
  background-color: #F4F4F4;
}
#leaderboard .top .select_cat {
  position: relative;
  cursor: pointer;
  margin-left: auto;
  font-size: 14px;
  color: black;
}
#leaderboard .top .select_cat span {
  margin-right: 25px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -moz-box;
  -moz-box-orient: vertical;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  box-orient: vertical;
  -webkit-line-clamp: 1;
  line-clamp: 1;
  /*max-width: 150px;*/
}
#leaderboard .top .select_cat ul {
  display: none;
}
#leaderboard .top .select_cat li {
  line-height: initial;
}
#leaderboard .top .select_cat svg {
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  transition: transform 0.1s ease 0s;
}
#leaderboard .top .select_cat.open ul {
  display: block;
  position: absolute;
  top: 100%;
  right: -10px;
  padding: 10px;
  background-color: white;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
  border-left: 1px solid #F4F4F4;
  border-right: 1px solid #F4F4F4;
  border-bottom: 1px solid #F4F4F4;
  z-index: 1000;
}
@media (min-width: 768px) {
  #leaderboard .top .select_cat.open ul {
    right: -20px;
  }
}
#leaderboard .top .select_cat.open ul li {
  list-style: outside none none;
  padding: 4px 0 4px 6px;
  text-align: left;
}
#leaderboard .top .select_cat.open ul li a {
  font-size: 14px;
  color: black;
}
#leaderboard .top .select_cat.open svg {
  transform: rotate(180deg);
}
#leaderboard .lb_container {
  width: initial;
  margin: -6px 0 0 0;
  padding: 0 15px;
}
@media (min-width: 768px) {
  #leaderboard .lb_container {
    margin-left: -15px;
    margin-right: -15px;
    padding: initial;
  }
}
#leaderboard .lb_container > div {
  padding: initial;
  /*min-width: 360px;*/
}
#leaderboard .lb_container > div:nth-child(1) .article .img .num {
  background-color: #FFCF0D;
}
#leaderboard .lb_container > div:nth-child(2) .article .img .num {
  color: white;
  background-color: #C1C1C1;
}
#leaderboard .lb_container > div:nth-child(3) .article .img .num {
  color: white;
  background-color: #FF8400;
}
#leaderboard .lb_container .article {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  height: 124px;
  padding: 0 16px;
  border: 1px solid #DFDFDF;
  border-radius: 12px;
  margin: 6px 0;
}
@media (min-width: 768px) {
  #leaderboard .lb_container .article {
    margin: 6px 15px;
  }
}
#leaderboard .lb_container .article .img {
  position: relative;
  flex: 0 0 90px;
  height: 90px;
  width: 90px;
}
#leaderboard .lb_container .article .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 5px;
  overflow: hidden;
}
#leaderboard .lb_container .article .img .num {
  position: absolute;
  left: -12px;
  bottom: -12px;
  border-radius: 12px;
  height: 24px;
  width: 24px;
  line-height: 24px;
  font-family: Roboto;
  font-weight: bold;
  font-size: 14px;
  text-align: center;
  color: black;
  background-color: #F4F4F4;
}
#leaderboard .lb_container .article .right_block {
  width: 100%;
  margin-left: 14px;
}
#leaderboard .lb_container .article .right_block > div {
  width: 100%;
  float: left;
}
#leaderboard .lb_container .article .right_block > div:last-child {
  margin-bottom: initial;
}
#leaderboard .lb_container .article .right_block .title {
  font-family: Roboto;
  font-size: 14px;
  color: black;
  font-weight: initial;
  line-height: 16px;
  margin-bottom: 2px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -moz-box;
  -moz-box-orient: vertical;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  box-orient: vertical;
  -webkit-line-clamp: 2;
  line-clamp: 2;
}
#leaderboard .lb_container .article .right_block .price {
  font-weight: bold;
  font-size: 14px;
  color: #FF3700;
}
#leaderboard .lb_container .article .right_block .about_order {
  margin: 5px 0 5px 0;
}
#leaderboard .lb_container .article .right_block .about_order .left,
#leaderboard .lb_container .article .right_block .about_order .right {
  font-size: 12px;
  color: black;
}
#leaderboard .lb_container .article .right_block .about_order .left {
  float: left;
}
#leaderboard .lb_container .article .right_block .about_order .right {
  float: right;
}
#leaderboard .lb_container .article .right_block .bottom_block {
  margin-top: 5px;
}
#leaderboard .lb_container .article .right_block .bottom_block .user_widget {
  width: initial;
  border: initial;
  padding: initial;
  margin: initial;
  background-color: initial;
}
#leaderboard .lb_container .article .right_block .bottom_block .user_widget .about_user {
  height: initial;
  margin: initial;
}
#leaderboard .lb_container .article .right_block .bottom_block .user_widget .about_user > div {
  width: initial;
  max-width: initial;
}
@media (max-width: 1199px) {
  #leaderboard .lb_container .article .right_block .bottom_block .user_widget .about_user > div {
    width: initial;
    max-width: initial;
  }
}
#leaderboard .lb_container .article .right_block .bottom_block .user_widget .about_user * > div {
  width: initial;
  margin: initial;
}
#leaderboard .lb_container .article .right_block .bottom_block .user_widget .about_user img {
  cursor: pointer;
  width: 17px;
  height: 17px;
  margin: 0 6px 0 0;
}
#leaderboard .lb_container .article .right_block .bottom_block .user_widget .about_user .avatar_popup {
  width: 100px;
  height: 100px;
  border-radius: 50px;
}
#leaderboard .lb_container .article .right_block .bottom_block .user_widget .about_user .login {
  max-width: 110px;
  width: initial;
  margin: initial;
  font-family: Roboto;
  margin-right: 6px;
}
#leaderboard .lb_container .article .right_block .bottom_block .user_widget .about_user .rating {
  font-family: Roboto;
  font-style: normal;
  font-weight: bold;
  font-size: 12px;
  line-height: 17px;
}
#leaderboard .lb_container .article .right_block .bottom_block .user_widget .delimiter,
#leaderboard .lb_container .article .right_block .bottom_block .user_widget .all_offers,
#leaderboard .lb_container .article .right_block .bottom_block .user_widget .about {
  display: none;
}
#leaderboard .lb_container .article .right_block .bottom_block .order_date {
  float: right;
  font-family: Roboto;
  font-size: 8px;
  color: black;
  line-height: 17px;
}
#leaderboard.main_page .top {
  height: 50px;
  margin-bottom: 10px;
}
@media (min-width: 768px) {
  #leaderboard.main_page .top {
    padding-left: initial;
  }
}
#leaderboard.main_page .top .title {
  font-size: 18px;
}
#leaderboard.main_page .lb_main_bottom_link {
  font-size: 14px;
  margin: 5px 0 20px 0;
  text-align: right;
  padding: 0 15px;
}
@media (min-width: 768px) {
  #leaderboard.main_page .lb_main_bottom_link {
    padding: initial;
  }
}
/*=========================================*/
/* LEADERBOARD BLOCK END */
/*=========================================*/
/*=========================================*/
/* EASEPICK START */
/*=========================================*/
/*=========================================*/
/* EASEPICK END */
/*=========================================*/
@media (min-width: 768px) and (max-width: 1199px) {
  input.easepick {
    font-size: 12px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  input.easepick {
    padding: 0 5px;
  }
}
/*=========================================*/
/* SUPPORT WRITE START */
/*=========================================*/
label {
  vertical-align: baseline;
  padding: 10px;
  margin: 10px;
}
/*=========================================*/
/* SUPPORT WRITE END */
/*=========================================*/
/*=========================================*/
/* USER BUTTONS */
/*=========================================*/
.user_widget.leaderboard > * {
  height: initial;
}
.user_widget .user_widget__buttons {
  display: flex;
  column-gap: 15px;
}
@media (max-width: 768px) {
  .user_widget .user_widget__buttons {
    width: 100%;
    margin-top: 8px;
  }
}
.user_widget div.delimiter {
  width: 0;
}
.user_widget .all_offers {
  width: max-content;
}
.user_widget .all_offers a {
  background: #FF3700;
  transition: all 0.4s;
  padding: 10px 30px;
  border-radius: 10px;
  color: #FFFFFF;
}
.user_widget .all_offers a:hover {
  background: #FF3700A0;
  cursor: pointer;
}
div.user_widget.rating_game {
  display: flex;
}
#rating_game .subscription_widget {
  min-width: 135px;
}
#rating_game .user_widget__buttons {
  margin-right: auto;
  margin-left: 250px;
}
#rating_game .user_widget.full.rating_game:not(:has(.icons)) .user_widget__buttons {
  margin-left: calc(250px + 87px);
}
@media (max-width: 1200px) {
  #rating_game .user_widget__buttons {
    margin-right: auto;
    margin-left: 50px;
  }
  #rating_game .user_widget.full.rating_game:not(:has(.icons)) .user_widget__buttons {
    margin-left: calc(50px + 87px);
  }
}
#rating_game .all_offers {
  padding-top: 0;
}
#rating_game .all_offers a {
  display: flex;
  width: max-content;
}
@media (max-width: 992px) {
  #rating_game .subscription_widget {
    margin-left: auto;
  }
  #rating_game .user_widget__buttons {
    display: none;
    padding-top: 0;
  }
  #rating_game .user_widget__buttons a {
    display: flex;
    width: max-content;
  }
}
#seller_widget .s_container .s_main {
  row-gap: 12px;
}
#seller_widget .s_container .s_main .all_offers a {
  background: #FF3700;
  transition: all 0.4s;
  padding: 10px 25px;
  border-radius: 10px;
  font-size: 12px;
  color: #FFFFFF;
}
#seller_widget .s_container .s_main .all_offers a:hover {
  background: #ff3700A0;
  cursor: pointer;
}
#seller_widget .s_container .s_main div.delimiter {
  width: 0px;
  margin: 0 8px;
}
.leave_note {
  height: 22px;
  width: 24px;
  cursor: pointer;
}
.leave_note * {
  stroke: black;
  transition: all 0.1s;
}
.leave_note.active * {
  stroke: #00B4FF;
}
.leave_note:hover * {
  stroke: #00B4FF;
}
.leave_note__field {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  column-gap: 5px;
  margin: 0 30px;
  padding: 3px 6px;
  align-items: center;
  border-radius: 20px;
  background-color: #F2F2F2;
  border: 1px solid #F2F2F2;
  transition: all 0.1s;
}
.leave_note__field .leave_note__input {
  resize: none;
  min-height: 24px;
  max-height: 48px;
  background: none;
  pointer-events: none;
  border: none;
  transition: none;
  width: 100%;
}
.leave_note__field .leave_note__cancel {
  display: block;
  height: 24px;
  width: 24px;
  background: url("/images/icons/cancel.svg") no-repeat center;
  cursor: pointer;
  margin-bottom: 1px;
}
.leave_note__field .leave_note__save {
  display: none;
  height: 24px;
  width: min-content;
  cursor: pointer;
  padding: 4px 13px;
  transition: all 0.25s;
  border-radius: 15px;
  margin-bottom: 1px;
}
.leave_note__field .leave_note__save:hover {
  background-color: #00B4FF63;
}
.leave_note__field.active {
  border: 1px solid #DFDFDF;
  background-color: #FFFFFF;
}
.leave_note__field.active .leave_note__input {
  pointer-events: auto;
}
.leave_note__field.active .leave_note__save {
  display: block;
}
.leave_note__field .leave_note__operations {
  display: flex;
  column-gap: 5px;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .leave_note__field {
    margin: 0 15px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .leave_note__field {
    margin: 0 0 0 15px;
  }
}
@media (max-width: 768px) {
  .leave_note__field {
    margin: 0 15px;
  }
}
/*=========================================*/
/* USER BUTTONS END */
/*=========================================*/
/*=========================================*/
/* new_order START */
/*=========================================*/
.new_order .separator-top,
.safe_deal .separator-top {
  margin-top: 3px;
  padding-top: 3px;
  position: relative;
}
.new_order .separator-top::after,
.safe_deal .separator-top::after,
.new_order .separator-bottom::after,
.safe_deal .separator-bottom::after {
  background-image: linear-gradient(to right, rgba(255, 255, 255, 0.01), #f2f2f2 10%, #d4d4d4 40%, #d4d4d4 60%, #f2f2f2 90%, rgba(255, 255, 255, 0.01));
  content: "";
  display: block;
  height: 1px;
  left: 0;
  position: absolute;
  right: 0;
}
.new_order #cartModule .summary,
.safe_deal #cartModule .summary {
  display: flex;
  flex-direction: row-reverse;
}
.new_order #cartModule .summary .total,
.safe_deal #cartModule .summary .total {
  margin: 16px;
  font-size: 20px;
}
.new_order #cartModule .summary .total .ng-binding,
.safe_deal #cartModule .summary .total .ng-binding {
  color: #FF3700;
}
.new_order #adrdlv_form_zip_code,
.safe_deal #adrdlv_form_zip_code,
.new_order #adrdlv_form_phone_number,
.safe_deal #adrdlv_form_phone_number {
  width: 25%;
}
.new_order #adrdlv_form_country_select,
.safe_deal #adrdlv_form_country_select {
  width: 81%;
  min-height: 47.45px;
}
.new_order #adrdlv_add,
.safe_deal #adrdlv_add,
.new_order #adrdlv_save_address,
.safe_deal #adrdlv_save_address {
  background-color: #35ba01;
  transition: all 0.4s;
  color: #FFFFFF;
}
.new_order #adrdlv_add:hover,
.safe_deal #adrdlv_add:hover,
.new_order #adrdlv_save_address:hover,
.safe_deal #adrdlv_save_address:hover {
  background-color: #35ba01a0;
  color: #FFFFFF;
}
.new_order #adrdlv_add,
.safe_deal #adrdlv_add {
  margin-bottom: 20px;
}
.new_order .address.checked,
.safe_deal .address.checked,
.new_order .address.checked .arddlv-edit,
.safe_deal .address.checked .arddlv-edit,
.new_order .address.checked .arddlv-remove,
.safe_deal .address.checked .arddlv-remove,
.new_order .address.checked .adr_default,
.safe_deal .address.checked .adr_default {
  background-color: #dfd;
  border-color: #37ff00;
}
.new_order .address,
.safe_deal .address {
  float: left;
  border: 1px solid #dfdfdf;
  margin: 0 20px 20px 0;
  padding: 10px;
  border-radius: 6px;
}
.new_order .address .adr_default,
.safe_deal .address .adr_default {
  display: flex;
  gap: 5px;
}
.new_order .address .adr_default,
.safe_deal .address .adr_default,
.new_order .address a,
.safe_deal .address a {
  cursor: pointer;
}
.new_order .form__control,
.safe_deal .form__control {
  background: #FFFFFF;
}
.new_order .form_row,
.safe_deal .form_row {
  margin-bottom: 15px;
}
.new_order .red-btn,
.safe_deal .red-btn {
  background: #ff3700;
  color: white;
  font-weight: bold;
  transition: all 0.4s;
}
.new_order .red-btn:hover,
.safe_deal .red-btn:hover {
  background: #FF3700A0;
}
.new_order .confirm,
.safe_deal .confirm {
  margin: 0 15px;
}
.new_order .form__control_block2,
.safe_deal .form__control_block2 {
  display: block;
  width: 25%;
}
@media (max-width: 1200px) {
  .new_order .form__control_block2,
  .safe_deal .form__control_block2 {
    width: 30%;
  }
  .new_order #adrdlv_form_zip_code,
  .safe_deal #adrdlv_form_zip_code,
  .new_order #adrdlv_form_phone_number,
  .safe_deal #adrdlv_form_phone_number {
    width: 30%;
  }
}
@media (max-width: 992px) {
  .new_order .form-horizontal .control-label,
  .safe_deal .form-horizontal .control-label {
    padding-top: 7px;
    margin-bottom: 0;
    text-align: left;
  }
  .new_order .form__control_block2,
  .safe_deal .form__control_block2,
  .new_order #adrdlv_form_zip_code,
  .safe_deal #adrdlv_form_zip_code,
  .new_order #adrdlv_form_phone_number,
  .safe_deal #adrdlv_form_phone_number,
  .new_order .col-sm-9,
  .safe_deal .col-sm-9 {
    width: 100%;
  }
  .new_order #adrdlv_form_country_select,
  .safe_deal #adrdlv_form_country_select {
    width: 100%;
  }
}
@media (max-width: 768px) {
  .new_order .address-wrap,
  .safe_deal .address-wrap {
    display: flex;
    overflow: auto;
  }
  .new_order #adrdlv_form_country,
  .safe_deal #adrdlv_form_country {
    margin-top: 10px;
  }
  .new_order .safe_deal_delivery,
  .safe_deal .safe_deal_delivery {
    display: flex;
    flex-direction: column;
  }
}
.new_order section.item,
.safe_deal section.item {
  margin: 16px 0;
  display: flex;
}
.new_order .item_quantity span,
.safe_deal .item_quantity span,
.new_order .item_per_price span,
.safe_deal .item_per_price span,
.new_order .item_total_price span,
.safe_deal .item_total_price span {
  margin-left: 5px;
  font-weight: bold;
  font-size: 14px;
}
.new_order .item_title,
.safe_deal .item_title {
  font-weight: bold;
  font-size: 14px;
  overflow-wrap: break-word;
}
.new_order .item_info,
.safe_deal .item_info {
  display: flex;
  flex-direction: column;
  justify-content: center;
  row-gap: 10px;
  width: calc(100% - 148px);
}
.new_order .item_image,
.safe_deal .item_image {
  -webkit-flex: 0 0 128px;
  -ms-flex: 0 0 128px;
  flex: 0 0 128px;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 128px;
  height: 128px;
  margin: 0 12px;
}
.new_order .item_image img,
.safe_deal .item_image img {
  max-width: 100%;
  max-height: 100%;
}
.new_order .order_offers__container_table tbody tr td,
.safe_deal .order_offers__container_table tbody tr td {
  padding-bottom: 10px;
}
@media (min-width: 1024px) {
  .order_offers__container {
    display: none;
  }
  .order_offers__container_table {
    display: table;
  }
}
@media (max-width: 1024px) or (width: 1024px) {
  .order_offers__container_table {
    display: none;
  }
  .order_offers__container {
    display: block;
  }
}
/*=========================================*/
/* new_order END */
/*=========================================*/
.offer__bid__restriction {
  border-radius: 20px;
  margin-right: 17px;
  padding: 5px 8px;
  border: 1px solid red;
}
.promo_options_message {
  display: flex;
  flex-direction: row-reverse;
  margin-bottom: 10px !important;
}
.promo_options_message span {
  color: red !important;
}
.contact-form__file-name {
  margin: 10px 0;
  font-weight: bold;
  font-size: 12px;
}
.contact-form__file-btn:hover {
  cursor: pointer;
}
.listing__banner__horizontal {
  display: flex;
  border-radius: 10px;
  padding: 18px 20px 18px 50px;
  background-color: #0C69F4;
  font-family: 'Gilroy', sans-serif;
  cursor: pointer;
}
.listing__banner__horizontal .listing__banner__horizontal-left {
  flex: 2;
}
.listing__banner__horizontal .listing__banner__horizontal-left .listing__banner__horizontal-title {
  font-weight: 700;
  font-size: 20px;
  color: #FFFFFF;
  margin-bottom: 12px;
}
.listing__banner__horizontal .listing__banner__horizontal-left .listing__banner__horizontal-text {
  font-weight: 400;
  font-size: 16px;
  color: #FFFFFF;
  line-height: 18.56px;
}
.listing__banner__horizontal .listing__banner__horizontal-right {
  flex: 1;
  display: flex;
  align-items: center;
  margin-left: 15px;
}
.listing__banner__horizontal .listing__banner__horizontal-right .listing__banner__horizontal-button {
  justify-content: center;
  align-items: center;
  border-radius: 5px;
  border: solid 3px #FFFFFF;
  padding: 15px 40px;
  font-weight: 400;
  font-size: 16px;
  color: #FFFFFF;
  text-align: center;
  line-height: 18.56px;
  width: 238px;
  height: fit-content;
}
.listing_container.gallery .listing__banner__horizontal {
  display: none;
}
.listing__banner__subscribe {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  padding: 15px 5% 15px 6%;
  border-radius: 10px;
  background: #CEF4FF;
  font-family: 'Gilroy', sans-serif;
  font-size: 14px;
  margin-bottom: 15px;
}
.listing__banner__subscribe > span {
  color: #000000;
}
.listing__banner__subscribe > span > b {
  margin-left: 5px;
}
.listing__banner__subscribe > span:hover {
  color: #000000;
}
.listing__banner__subscribe .listing__banner__subscribe-icon {
  height: 27px;
  width: 27px;
  background: url('../images/icons/subscribe_listing_icon.svg') no-repeat top left;
  padding-right: 47px;
}
.listing__banner__subscribe .listing__banner__subscribe-button {
  padding: 5px 15px;
  background: #000000;
  color: #FFFFFF;
  font-size: 12px;
  line-height: 16.4px;
  font-weight: 800;
  border-radius: 15px;
}
.listing_container.gallery .listing__banner__subscribe {
  margin-left: 22px;
  margin-right: 22px;
  margin-bottom: 27px;
}
.block_message_wrapper {
  max-width: 1170px;
  margin: 0 auto 20px;
  padding: 0;
  display: flex;
  flex-direction: column;
}
.block_message_wrapper .block_message {
  width: 100%;
  background-color: #fddde6;
  border-radius: 10px;
  padding: 20px 20px 10px 20px;
  border: 2px solid #ff3867;
  text-align: center;
}
.block_message_wrapper .block_message p {
  font-size: 16px;
  font-weight: bold;
  color: #ff3867;
}
.suggestion_tags {
  padding: 0 30px;
  margin-bottom: 15px;
  margin-top: -20px;
  display: flex;
  flex-direction: row;
  gap: 10px 20px;
  flex-wrap: wrap;
}
.suggestion_tags .tag__suggested {
  height: 24px;
  background-color: #e7eff6;
  border-radius: 12px;
  padding: 2px 16px;
  transition: all 0.2s;
  cursor: pointer;
}
.suggestion_tags .tag__suggested:hover {
  background-color: #A0AEC1;
}
.suggestion_tags .tag__suggested span {
  font-family: 'Gilroy', sans-serif;
  font-size: 14px;
}
.carousel__item__bids {
  color: #b1b1b1;
  font-size: 10px !important;
  margin-top: -8px;
}
#container-for-tid-button > * {
  min-width: 201px !important;
}
.vk_id {
  display: flex;
  justify-content: center;
  margin-top: 10px;
  margin-bottom: 10px;
}
.vk_id * {
  max-width: 200px;
}
.ya_id {
  display: flex;
  justify-content: center;
  margin-top: 10px;
  margin-bottom: 10px;
}
.ya_id * {
  max-width: 200px;
}
.google_id {
  display: flex;
  justify-content: center;
  margin-top: 10px;
  margin-bottom: 10px;
}
.google_id .gsi-material-button {
  -moz-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  -webkit-appearance: none;
  background-color: WHITE;
  background-image: none;
  border: 1px solid #000000;
  -webkit-border-radius: 8px;
  border-radius: 8px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: #1f1f1f;
  cursor: pointer;
  font-family: 'Roboto', arial, sans-serif;
  font-size: 14px;
  min-height: 48px;
  letter-spacing: 0.25px;
  outline: none;
  overflow: hidden;
  padding: 0 12px;
  position: relative;
  text-align: center;
  -webkit-transition: background-color 0.218s, border-color 0.218s, box-shadow 0.218s;
  transition: background-color 0.218s, border-color 0.218s, box-shadow 0.218s;
  vertical-align: middle;
  white-space: nowrap;
  width: auto;
  max-width: 400px;
  min-width: 201px;
}
.google_id .gsi-material-button .gsi-material-button-icon {
  height: 20px;
  margin-right: 12px;
  min-width: 20px;
  width: 20px;
}
.google_id .gsi-material-button .gsi-material-button-content-wrapper {
  -webkit-align-items: center;
  align-items: center;
  display: flex;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
  height: 100%;
  justify-content: space-between;
  position: relative;
  width: 100%;
}
.google_id .gsi-material-button .gsi-material-button-contents {
  -webkit-flex-grow: 1;
  flex-grow: 1;
  font-family: 'Roboto', arial, sans-serif;
  font-weight: 500;
  overflow: hidden;
  text-overflow: ellipsis;
  vertical-align: top;
}
.google_id .gsi-material-button .gsi-material-button-state {
  -webkit-transition: opacity 0.218s;
  transition: opacity 0.218s;
  bottom: 0;
  left: 0;
  opacity: 0;
  position: absolute;
  right: 0;
  top: 0;
}
.google_id .gsi-material-button:disabled {
  cursor: default;
  background-color: ffffff61;
}
.google_id .gsi-material-button:disabled .gsi-material-button-state {
  background-color: #1f1f1f1f;
}
.google_id .gsi-material-button:disabled .gsi-material-button-contents {
  opacity: 38%;
}
.google_id .gsi-material-button:disabled .gsi-material-button-icon {
  opacity: 38%;
}
.google_id .gsi-material-button:not(:disabled):active .gsi-material-button-state,
.google_id .gsi-material-button:not(:disabled):focus .gsi-material-button-state {
  background-color: #001d35;
  opacity: 12%;
}
.google_id .gsi-material-button:not(:disabled):hover {
  -webkit-box-shadow: 0 1px 2px 0 rgba(60, 64, 67, 0.3), 0 1px 3px 1px rgba(60, 64, 67, 0.15);
  box-shadow: 0 1px 2px 0 rgba(60, 64, 67, 0.3), 0 1px 3px 1px rgba(60, 64, 67, 0.15);
}
.google_id .gsi-material-button:not(:disabled):hover .gsi-material-button-state {
  background-color: #001d35;
  opacity: 8%;
}
.facebook_id {
  display: flex;
  justify-content: center;
  margin-top: 10px;
  margin-bottom: 10px;
}
.facebook_id .fb-login-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #1877F2;
  /* Facebook Blue */
  color: white;
  font-size: 16px;
  font-weight: bold;
  padding: 10px 16px;
  border: none;
  border-radius: 8px;
  cursor: pointer;
  transition: background 0.3s ease;
  min-height: 48px;
}
.facebook_id .fb-login-btn:hover {
  background-color: #165db3;
}
.facebook_id .fb-login-btn .fb_button_svg_logo {
  height: 1.66em;
  margin-left: 0.4em;
  margin-right: 0.4em;
  padding: 0.065em;
}
.apple_id {
  display: flex;
  justify-content: center;
  margin-top: 10px;
}
.dashboard {
  padding: 20px;
}
.dashboard .dashboard_title {
  margin: 20px 10px;
  font-weight: 700;
  font-size: 24px;
}
.dashboard .dashboard_section {
  background: #FFFFFF;
  padding: 20px;
  font-size: 13px;
  margin-bottom: 20px;
  border-radius: 10px;
}
.dashboard .dashboard_section .title {
  font-size: 20px;
  font-weight: normal;
}
.dashboard .dashboard_section table td,
.dashboard .dashboard_section table th {
  font-size: 13px;
  font-weight: normal;
  padding-top: 12px;
  padding-right: 5px;
  padding-bottom: 12px;
}
.dashboard .dashboard_section .section_title {
  font-size: 18px;
}
.dashboard .dashboard_section .dashboard_row {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
.dashboard .dashboard_section .dashboard_col .key {
  margin-bottom: 10px;
}
.dashboard .dashboard_section .dashboard_col .value {
  color: #4fb4ff;
  font-weight: 700;
}
.dashboard_section_graph {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  column-gap: 20px;
}
.dashboard_section_graph_full .dashboard__chart {
  width: 100% !important;
}
.dashboard__chart {
  background: #FFFFFF;
  border-radius: 10px;
  width: calc(50% - 10px);
  min-width: 355px;
  margin-bottom: 20px;
}
.dashboard__chart .dashboard__chart-title {
  padding: 10px 13px;
  font-size: 20px;
  color: #202224;
  border: 0px solid #EBEFF2;
  border-bottom-width: 1px;
}
.dashboard__chart .dashboard__chart-main {
  padding: 32px;
  display: flex;
  flex-direction: row;
}
.dashboard__chart .dashboard__chart-main .dashboard__chart-legend {
  display: flex;
  align-items: center;
}
.dashboard__chart .dashboard__chart-line {
  padding: 16px;
  display: flex;
  flex-direction: column;
}
.dashboard__chart .dashboard__chart-line .dashboard__chart-legend {
  padding-bottom: 16px;
  display: flex;
  align-items: center;
}
.dashboard_section_bubbles {
  margin-bottom: 20px;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  row-gap: 16px;
  column-gap: 20px;
}
.dashboard__bubble {
  background: #FFFFFF;
  padding: 10px 13px;
  border-radius: 10px;
  min-width: 288px;
  height: 110px;
}
.dashboard__bubble .dashboard__bubble-main {
  display: flex;
  justify-content: space-between;
  flex-direction: row;
  margin-bottom: 32px;
}
.dashboard__bubble .dashboard__bubble-title {
  color: #202224B3;
  font-weight: 600;
  font-size: 12px;
  margin-bottom: 6px;
}
.dashboard__bubble .dashboard__bubble-text {
  color: #202224;
  font-weight: 700;
  font-size: 17px;
}
.dashboard__bubble .dashboard__bubble-icon {
  height: min-content;
}
.dashboard__bubble .dashboard__bubble-diff {
  display: flex;
  flex-direction: row;
}
.dashboard__bubble .dashboard__bubble-diff .dashboard__bubble-diff-icon {
  margin-right: 17px;
}
.dashboard__bubble .dashboard__bubble-diff .dashboard__bubble-diff-text {
  font-size: 12px;
  color: #202224;
}
.dashboard__bubble .dashboard__bubble-diff .dashboard__bubble-diff-text .positive {
  color: #00B69B;
}
.dashboard__bubble .dashboard__bubble-diff .dashboard__bubble-diff-text .negative {
  color: #F7685B;
}
.dashboard__table {
  width: 100%;
  /* Align last column to the end (right) */
}
.dashboard__table td,
.dashboard__table th {
  font-size: 15px;
}
.dashboard__table th {
  color: #202224;
  text-align: left;
  padding: 8px 13px;
  font-weight: 600;
  border-bottom: 1px solid #CBD5E1;
}
.dashboard__table td {
  padding: 8px 13px;
  color: #2c3e50;
  font-weight: normal;
}
.dashboard__table tr:nth-child(even) {
  background-color: #F8FAFC;
}
.dashboard__table th:last-child,
.dashboard__table td:last-child {
  text-align: right;
}
.request_reset__password .instructions {
  margin: 10px auto;
  text-align: justify;
  max-width: 60%;
  background-color: #f1f1f1;
  padding: 20px;
  border-radius: 15px;
  font-size: 14px;
  color: #333;
}
@media (max-width: 767px) {
  .request_reset__password .instructions {
    max-width: 100%;
  }
}
.cookie_agreement {
  position: fixed;
  bottom: 30px;
  left: 0;
  width: 100%;
  z-index: 500;
  display: flex;
  justify-content: center;
}
.cookie_agreement .cookie_agreement__content {
  display: flex;
  flex-direction: row;
  row-gap: 20px;
  border-radius: 30px;
  padding: 20px 0 20px 30px;
  background: #FFFFFFF0;
  max-width: 80%;
  width: 600px;
  box-shadow: 0 4px 20px 10px rgba(128, 128, 128, 0.15);
}
.cookie_agreement .cookie_agreement__content .cookie_agreement__text {
  flex: 3;
  font-size: 14px;
}
.cookie_agreement .cookie_agreement__content .cookie_agreement__submit {
  flex: 1;
  display: flex;
  justify-items: center;
  align-items: center;
}
.cookie_agreement .cookie_agreement__content .cookie_agreement__submit .btn {
  background: #FF3700;
  color: #FFFFFF;
  font-size: 14px;
  border-radius: 30px;
}
@media (max-width: 1199px) {
  .cookie_agreement {
    position: fixed;
    bottom: 90px;
  }
  .cookie_agreement .cookie_agreement__content {
    flex-direction: column;
    padding: 20px 30px 20px 30px;
  }
}
.addition_snippets .warning {
  padding: 20px;
}
.addition_snippets .warning p {
  color: #ff3700;
  font-weight: bold;
  font-size: 12px;
  text-align: center;
}
.addition_snippets .order_combine-container {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  column-gap: 20px;
}
.addition_snippets .order_combine-container > input {
  width: 20px;
  height: 20px;
}
.addition_snippets .order_combine {
  width: 100%;
}
.addition_snippets .order_combine.has_error .order_snippet {
  background: #FF00370A;
}
.addition_snippets .order_snippet__track,
.addition_snippets .order_snippet__actions {
  display: none !important;
}
.addition_snippets .error-messages {
  margin-top: 10px;
  margin-bottom: 10px;
  min-height: 0px !important;
  display: flex;
  flex-direction: column;
  row-gap: 5px;
}
/*=========================================*/
/* OFFERS LIST START */
/*=========================================*/
.offers_list_container {
  /*display: flex;*/
  background-color: #FFFFFF;
}
.offers_list_widget .hidden_wrapper {
  display: none;
}
.create_offers_list_popup {
  margin-bottom: 20px;
}
.create_offers_list_popup input.title_offers_list {
  cursor: auto;
}
.create_offers_list_popup input.title_offers_list.error {
  border-color: #FF3700;
}
.create_offers_list_popup .error_message {
  color: #FF3700;
  font-size: 14px;
  margin-top: 5px;
}
.offers_list {
  margin: 0 15px;
}
.offers_list ul {
  list-style: none;
}
.offers_list .ol-item {
  /*width: 180px;*/
  overflow: hidden;
  padding: 16px 8px 16px 8px;
  position: relative;
  float: left;
  height: 138px;
}
.offers_list .ol-item.active .ol-i-container {
  border-color: #FF3700;
}
.offers_list .ol-item.active .ol-i-container:hover {
  border-color: #FF3700;
}
.offers_list .ol-item.free_end {
  width: 12px;
  height: 0;
  padding: initial;
  margin: initial;
}
.offers_list .ol-item .ol-i-container {
  display: flex;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  background-color: #FFFFFF;
  border: 1px solid #dfdfdf;
  border-radius: 10px;
  box-sizing: border-box;
  cursor: pointer;
  height: 106px;
  max-width: 160px;
  min-width: 106px;
  padding: 16px;
}
.offers_list .ol-item .ol-i-container:hover {
  border: 1px solid transparent;
  box-shadow: 0 4px 16px 2px rgba(0, 26, 52, 0.16);
  transform: translateY(-2px);
  transition: var(--transition);
}
.offers_list .ol-item .ol-i-c-top {
  display: flex;
  flex-flow: row nowrap;
  max-width: 128px;
}
.offers_list .ol-item .ol-i-c-top .ol-i-c-t-title {
  flex: 0 1 auto;
  margin-right: 6px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0.2px;
  line-height: 20px;
  color: black;
}
.offers_list .ol-item .ol-i-c-top .ol-i-c-t-title:last-child {
  margin-right: 0;
}
.offers_list .ol-item .ol-i-c-top .ol-i-c-t-marked {
  display: inline-flex;
  /*color:#e5e5e5;*/
  transform: rotate(45deg);
}
.offers_list .ol-item .ol-i-c-bottom {
  display: flex;
  flex-wrap: nowrap;
  margin-top: 8px;
}
.offers_list .ol-item .ol-i-c-bottom .ol-i-c-b-item:nth-child(2) {
  margin-left: -10px;
}
.offers_list .ol-item .ol-i-c-bottom .ol-i-c-b-item:nth-child(3) {
  margin-left: -20px;
}
.offers_list .ol-item .ol-i-c-bottom .ol-i-c-b-item {
  align-items: center;
  display: flex;
  justify-content: center;
  background-color: #f5f6f8 /*#f5f7fa*/;
  border: 2px solid #FFFFFF;
  border-radius: 10px;
  box-sizing: border-box;
  color: rgba(0, 26, 52, 0.6);
  flex: 0 0 auto;
  height: 48px;
  position: relative;
  width: 50px;
  padding: 5px;
}
.offers_list .ol-item .ol-i-c-bottom .ol-i-c-b-item img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 5px;
}
.offers_list .right_message {
  max-width: 300px;
  font-size: 16px;
}
.offer_list_checkbox {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  max-height: 350px;
  padding: 0 30px;
}
.offer_list_checkbox label {
  display: flex;
  align-items: center;
  cursor: pointer;
  margin: initial;
  gap: 10px;
  border-radius: 10px;
}
.offer_list_checkbox label:hover {
  background-color: #f0f0f0;
}
.offer_list_checkbox .ofl-img_wrapper {
  align-items: center;
  display: flex;
  justify-content: center;
  background-color: #f5f6f8;
  border-radius: 10px;
  box-sizing: border-box;
  height: 48px;
  position: relative;
  width: 50px;
  padding: 5px;
}
.offer_list_checkbox .ofl-img_wrapper img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 5px;
}
.offer_list_checkbox .ofl-vertical {
  display: flex;
  flex-direction: column;
  font-size: 14px;
}
.offer_list_checkbox .ofl-vertical .ofl_v-total {
  font-size: 12px;
  color: #dfdfdf;
}
.cabinet_header .page_name {
  float: left;
}
.cabinet_header .oop_wrapper,
.cabinet_header .oop_custom_wrapper {
  float: right;
  height: 100%;
  display: flex;
  flex-direction: row;
  align-items: center;
  padding-right: 35px;
}
@media all and (max-width: 1024px) {
  .cabinet_header .oop_wrapper,
  .cabinet_header .oop_custom_wrapper {
    padding-right: initial;
  }
}
.cabinet_header .oop_wrapper button,
.cabinet_header .oop_custom_wrapper button {
  /*background: none;*/
  border: none;
  align-items: center;
  display: flex;
  justify-content: center;
  width: unset;
  border-radius: 50%;
  width: 30px;
  height: 30px;
}
/*=========================================*/
/* OFFERS LIST END */
/*=========================================*/
.phone_block {
  display: flex;
  gap: 10px;
  font-size: 14px;
}
.phone_block * {
  outline: none;
  border: none;
  background-color: #FFFFFF;
  color: #000000;
}
.phone_block .phone_code {
  cursor: pointer;
  text-align: right;
  padding-right: 10px;
}
.phone_block .phone_number {
  margin: initial;
}
/*=========================================*/
/* USER CITY LOCATION START */
/*=========================================*/
.user_city_select {
  display: flex;
  font-size: 12px;
  font-weight: 700;
  color: #FFFFFF;
  position: relative;
  cursor: pointer;
  padding-right: 15px;
}
.user_city_select::after {
  content: '';
  display: block;
  position: absolute;
  right: 0px;
  top: 2px;
  border-left: 2px solid #FFFFFF;
  border-top: 2px solid #FFFFFF;
  width: 8px;
  height: 8px;
  -webkit-transform: rotate(-135deg);
  transform: rotate(-135deg);
  -webkit-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
}
.user_city_select.open::after {
  transform: rotate(45deg);
  top: 6px;
}
@media all and (max-width: 1024px) {
  .user_city_select {
    align-items: center;
    justify-content: center;
    gap: 5px;
  }
  .user_city_select::after {
    border-color: #000000;
    position: relative;
    top: -1px;
  }
  .user_city_select.open::after {
    top: 3px;
  }
  .user_city_select .ucs--text {
    font-family: Gilroy;
    font-size: 14px;
    font-weight: 700;
    color: #000000;
  }
}
.container.center_absolute {
  height: 0px;
}
@media (min-width: 1025px) {
  .user_city_select.mobile {
    display: none;
  }
}
#selection_city_wrapper {
  margin-top: 50px;
}
@media all and (max-width: 1024px) {
  #selection_city_wrapper {
    justify-content: center;
    margin-top: 5px;
  }
}
#selection_city_wrapper > div {
  position: relative;
  z-index: 1101;
  width: 328px;
}
#selection_city_wrapper.hidden {
  display: none;
}
#selection_city_wrapper.visible {
  display: flex;
}
#selection_city_wrapper .scw--confirm_select,
#selection_city_wrapper .scw--widget {
  opacity: 0;
  transform: translateY(-20px);
}
#selection_city_wrapper.visible .scw--confirm_select,
#selection_city_wrapper.visible .scw--widget {
  animation: fadeIn 0.3s ease forwards;
}
#selection_city_wrapper.hidden .scw--confirm_select,
#selection_city_wrapper.hidden .scw--widget {
  animation: fadeOut 0.3s ease forwards;
}
#selection_city_wrapper.show_confirm .scw--confirm_select {
  display: flex;
}
#selection_city_wrapper.show_confirm .scw--widget {
  display: none;
}
#selection_city_wrapper .scw--confirm_select {
  width: 328px;
  display: none;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 10px;
  padding: 30px;
  font-family: Gilroy;
  border-radius: 25px;
  box-shadow: 0px 4px 20px 0px rgba(0, 0, 0, 0.1);
  background: #ffffff;
  color: initial;
  cursor: initial;
}
@media all and (max-width: 1024px) {
  #selection_city_wrapper .scw--confirm_select {
    margin-top: -30px;
  }
}
#selection_city_wrapper .scw--confirm_select > div {
  width: 100%;
}
#selection_city_wrapper .scw--confirm_select .scw_cs--title {
  font-size: 20px;
  font-weight: 700;
}
#selection_city_wrapper .scw--confirm_select .scw_cs--buttons {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  gap: 10px;
}
#selection_city_wrapper .scw--confirm_select .scw_cs--buttons > div {
  display: flex;
  justify-content: center;
  align-items: center;
  flex: 1;
  padding: 10px 20px;
  font-size: 10px;
  border-radius: 100px;
  cursor: pointer;
}
#selection_city_wrapper .scw--confirm_select .scw_cs--buttons .scw_cs_b--yes {
  background: #FF3700;
  color: #FFFFFF;
}
#selection_city_wrapper .scw--confirm_select .scw_cs--buttons .scw_cs_b--other {
  box-sizing: border-box;
  border: 1px solid #000000;
}
#selection_city_wrapper .scw--widget {
  display: flex;
  flex-direction: column;
  gap: 14px;
  padding: 30px;
  border-radius: 25px;
  box-shadow: 0px 4px 20px 0px rgba(0, 0, 0, 0.1);
  background: #FFFFFF;
  cursor: initial;
}
#selection_city_wrapper .scw--widget * {
  font-family: Gilroy;
  color: black;
  font-weight: initial;
}
#selection_city_wrapper .scw--widget > div {
  width: 100%;
}
#selection_city_wrapper .scw--widget .scw_w-t--close,
#selection_city_wrapper .scw--widget .scw_w_sw--clear {
  width: 16px;
  height: 16px;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}
#selection_city_wrapper .scw--widget .scw_w--top {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  gap: 10px;
}
#selection_city_wrapper .scw--widget .scw_w--top .scw_w_t--title {
  flex: 1;
  color: #000000;
  font-size: 20px;
  font-weight: 700;
  text-align: left;
}
#selection_city_wrapper .scw--widget .scw_w--top .scw_w_t--close {
  cursor: pointer;
}
#selection_city_wrapper .scw--widget .scw_w--search_wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 10px;
  padding: 12px 17px 12px 17px;
  border: 2px solid #dfdfdf;
  border-radius: 10px;
}
#selection_city_wrapper .scw--widget .scw_w--search_wrap input {
  width: 100%;
  font-size: 16px;
  outline: none;
  border: none;
}
#selection_city_wrapper .scw--widget .scw_w--search_wrap input::placeholder {
  color: black;
}
#selection_city_wrapper .scw--widget .scw_w--cities {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 14px;
  overflow: auto;
  min-height: 50px;
  max-height: 380px;
  scrollbar-arrow-color: transparent;
  scrollbar-color: #FF3700 #dfdfdf;
  scrollbar-width: thin;
}
#selection_city_wrapper .scw--widget .scw_w--cities::-webkit-scrollbar {
  width: 4px;
  cursor: pointer;
}
#selection_city_wrapper .scw--widget .scw_w--cities::-webkit-scrollbar-track {
  background: #dfdfdf;
  border-radius: 8px;
}
#selection_city_wrapper .scw--widget .scw_w--cities::-webkit-scrollbar-button {
  display: none;
}
#selection_city_wrapper .scw--widget .scw_w--cities::-webkit-scrollbar-thumb {
  background: #FF3700;
  border-radius: 8px;
}
#selection_city_wrapper .scw--widget .scw_w--cities::-webkit-scrollbar-thumb:hover {
  background: #cc2c00;
}
#selection_city_wrapper .scw--widget .scw_w--cities .scw_w--no-results {
  font-size: 16px;
}
#selection_city_wrapper .scw--widget .scw_w--cities .scw_w--city {
  cursor: pointer;
  width: 100%;
  text-align: left;
  position: relative;
  z-index: 1;
}
#selection_city_wrapper .scw--widget .scw_w--cities .scw_w--city .scw_w_c--title,
#selection_city_wrapper .scw--widget .scw_w--cities .scw_w--city .scw_w_c--region {
  pointer-events: none;
}
#selection_city_wrapper .scw--widget .scw_w--cities .scw_w--city .scw_w_c--title {
  font-size: 16px;
}
#selection_city_wrapper .scw--widget .scw_w--cities .scw_w--city .scw_w_c--region {
  font-size: 14px;
  color: #b1b1b1;
}
#selection_city_wrapper .scw--widget .scw_w--cities .scw_w--city .scw_w_c_t--highlight {
  font-weight: bold;
}
#selection_city_wrapper .scw--widget .scw_w--cities .scw_w--city:hover .scw_w_c--title,
#selection_city_wrapper .scw--widget .scw_w--cities .scw_w--city.selected .scw_w_c--title {
  color: #FF3700;
}
#selection_city_wrapper .scw--widget .scw_w--cities .scw_w--city:hover .scw_w_c--title .scw_w_c_t--highlight,
#selection_city_wrapper .scw--widget .scw_w--cities .scw_w--city.selected .scw_w_c--title .scw_w_c_t--highlight {
  color: #FF3700;
}
#selection_city_wrapper .scw--widget .scw_w--bottom {
  display: none;
  padding-top: 14px;
  border-top: 1px solid #dfdfdf;
}
#selection_city_wrapper .scw--widget .scw_w--bottom input[type="checkbox"] {
  display: none;
}
#selection_city_wrapper .scw--widget .scw_w--bottom label {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  gap: 6px;
  cursor: pointer;
  margin: initial;
  padding: initial;
  flex: 1;
  font-size: 12px;
  font-weight: 400;
  letter-spacing: 0px;
  text-align: left;
}
#selection_city_wrapper .scw--widget .scw_w--bottom .scw_w_b--custom-checkbox {
  display: inline-block;
  box-sizing: border-box;
  width: 14px;
  height: 14px;
  background-color: #FFFFFF;
  border: 1px solid #dfdfdf;
  border-radius: 4px;
  position: relative;
  cursor: pointer;
}
#selection_city_wrapper .scw--widget .scw_w--bottom input[type="checkbox"]:checked + .scw_w_b--custom-checkbox::after {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 6px;
  height: 6px;
  background-color: #ff3700;
  border-radius: 2px;
}
#selection_city_wrapper .scw--widget .scw_w--bottom .scw_w_b--label {
  flex: 1;
}
/*=========================================*/
/* USER CITY LOCATION END */
/*=========================================*/
#delivery_tab.tp_new {
  font-family: Gilroy;
  color: #000000;
}
#delivery_tab.tp_new .dt--text-h2 {
  font-size: 20px;
  font-weight: 700;
}
#delivery_tab.tp_new .dt--text-h3 {
  font-size: 14px;
  font-weight: 700;
}
#delivery_tab.tp_new .dt--type {
  max-width: 500px;
  display: flex;
  flex-direction: column;
  gap: 10px;
  padding: 20px;
}
#delivery_tab.tp_new .dt--type .dt_s--message .dt--text-h3 {
  margin: initial;
}
#delivery_tab.tp_new .dt--type .dt_s--message .dt_s_m_l--item {
  font-size: 14px;
}
#delivery_tab.tp_new .dt--type .dt_s--list {
  display: flex;
  flex-direction: column;
  gap: 12px;
  margin: 10px 0;
}
#delivery_tab.tp_new .dt--type .dt_s_l--item {
  display: flex;
  justify-content: space-between;
  font-size: 14px;
}
#delivery_tab.tp_new .dt--type .dt_s_l--item .dt_s_l_i--service_name {
  display: flex;
  align-items: center;
  gap: 6px;
}
#delivery_tab.tp_new .dt--type .dt_s_l--item .dt_s_l_i--service_name img {
  width: 20px;
  height: 20px;
}
#delivery_tab.tp_new .dt--type .dt_s_l--item .dt_s_l_i--space {
  flex: 1;
  border-bottom: 1px dotted #F2F2F2;
  margin: 0 10px;
}
/*=========================================*/
/* SAFE DEAL BLOCK STYLES */
/*=========================================*/
@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.safe-deal-error {
  border: 1px dashed #ccc !important;
}
.safe-deal-retry-btn {
  margin-top: 10px;
  padding: 5px 15px;
  background: #007bff;
  color: white;
  border: none;
  border-radius: 3px;
  cursor: pointer;
  font-size: 12px;
}
.safe-deal-retry-btn:hover {
  background: #0056b3;
}
.safe-deal-retry-btn:focus {
  outline: none;
  box-shadow: 0 0 0 2px rgba(0, 123, 255, 0.25);
}
.loading-spinner {
  display: flex;
  align-items: center;
  justify-content: center;
}
.loading-spinner div {
  animation: spin 1s linear infinite;
}
.safedeal_pay_container,
.safedeal_delivery_container {
  position: relative;
  display: inline-block;
}
.safedeal_pay {
  position: relative;
  display: inline-flex;
  align-items: center;
  background: #FFFFFF;
  text-decoration: none;
  color: #37B900;
  font-size: 12px;
  font-weight: 600;
  font-size: 10px;
  padding-left: 25px;
  cursor: pointer;
}
.safedeal_pay .sdp--mini_icon {
  margin-right: 6px;
  font-size: 14px;
  background: url("/images/icons/payment_card.svg") no-repeat scroll center;
  background-size: cover;
  width: 21px;
  height: 18px;
  position: absolute;
  left: 0;
  top: -3px;
}
.safedeal_pay .sdp--mini_text {
  white-space: nowrap;
}
.safedeal_pay_tooltip,
.safedeal_delivery_tooltip {
  position: absolute;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease;
  z-index: 99999;
  pointer-events: none;
}
.safedeal_pay_tooltip.show,
.safedeal_delivery_tooltip.show {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}
.safedeal_pay_tooltip.active,
.safedeal_delivery_tooltip.active {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}
.safedeal_pay_tooltip-content,
.safedeal_delivery_tooltip-content {
  background: #FFF9E6;
  border-radius: 25px;
  padding: 20px;
  min-width: 320px;
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15);
}
.safedeal_pay_tooltip-content h4,
.safedeal_delivery_tooltip-content h4 {
  margin: 0 0 15px 0;
  font-size: 16px;
  font-weight: 700;
  color: #000000;
}
.safedeal-benefits {
  list-style: none;
  margin: 0 0 15px 0;
  padding: 0;
}
.safedeal-benefits li {
  margin-bottom: 8px;
  font-size: 14px;
  color: #000000;
  position: relative;
}
.safedeal-benefits li:last-child {
  margin-bottom: 0;
}
.payment-methods {
  display: flex;
  gap: 8px;
  flex-direction: column;
  font-size: 20px;
}
.payment-methods .payment-icon {
  height: 12px;
  width: auto;
  border-radius: 3px;
}
@media all and (max-width: 1024px) {
  .safedeal_pay_tooltip,
  .safedeal_delivery_tooltip {
    position: fixed !important;
    top: 50% !important;
    left: 50% !important;
    transform: translate(-50%, -50%) !important;
    margin: 0 !important;
    max-width: 90vw;
    z-index: 10000 !important;
  }
  .safedeal_pay_tooltip-content,
  .safedeal_delivery_tooltip-content {
    min-width: 280px;
    max-width: 320px;
  }
}
.delivery_services {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 12px;
}
.delivery_service {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 10px 15px;
  background: #FFFFFF;
  border-radius: 100px;
}
.delivery_service .delivery_icon {
  width: 20px;
  height: 20px;
  border-radius: 4px;
  object-fit: contain;
}
.delivery_service span {
  font-size: 14px;
  font-weight: 500;
  color: #000000;
}
@media all and (max-width: 1024px) {
  .safedeal_delivery_tooltip {
    position: fixed !important;
    top: 50% !important;
    left: 50% !important;
    transform: translate(-50%, -50%) !important;
    margin: 0 !important;
    max-width: 90vw;
    z-index: 10000 !important;
  }
  .safedeal_delivery_tooltip.active {
    opacity: 1 !important;
    visibility: visible !important;
    pointer-events: auto !important;
  }
  .safedeal_delivery_tooltip-content {
    min-width: 280px;
    max-width: 320px;
  }
  .delivery_services {
    gap: 8px;
  }
  .delivery_service span {
    font-size: 13px;
  }
}
@media all and (max-width: 1024px) {
  .safedeal_delivery_tooltip .tooltip_arrow {
    display: none;
  }
  .delivery_services {
    gap: 8px;
  }
  .delivery_service {
    padding: 6px 10px;
  }
  .delivery_service .delivery_icon {
    width: 28px;
    height: 28px;
  }
  .delivery_service span {
    font-size: 13px;
  }
}
/*=========================================*/
/* END SAFE DEAL BLOCK STYLES */
/*=========================================*/
/*=========================================*/
/* NEW_ORDER PAGE STYLES */
/*=========================================*/
/* Основной контейнер Сделки */
.order_content {
  max-width: 1200px;
  margin: 0 auto;
  font-family: 'Gilroy', sans-serif;
  /* Левая колонка - товары */
  /* Итого по товару */
  /* Кнопка удаления */
  /* Правая колонка - итоги заказа */
  /* Строки итогов */
  /* Сворачиваемый блок Безопасная сделка */
  /* Разделитель */
  /* Общая сумма */
  /* Способы оплаты */
  /* Блок ошибки над кнопкой */
  /* Кнопка оформления */
  /* Платежные системы */
  /* Примечание */
  /* Мобильные стили */
}
.order_content .order_container {
  display: grid;
  grid-template-columns: 1fr 300px;
  grid-template-rows: repeat(3, auto);
  gap: 20px;
  align-items: start;
}
.order_content .order_items-section .order_title {
  font-size: 20px;
  font-weight: 700;
  margin: 0 0 20px 0;
  color: #000000;
}
.order_content .order_items {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.order_content .order_item-total {
  text-align: right;
  font-size: 10px;
}
.order_content .order_item-total .total-price {
  font-size: 14px;
  font-weight: 600;
  color: #000000;
  display: block;
  margin-top: 2px;
}
.order_content .remove-item-btn {
  border: none;
  background: transparent;
  cursor: pointer;
}
.order_content .remove-item-btn .remove-icon {
  width: 16px;
  height: 16px;
  background: url('/images/icons/trash.svg') no-repeat center;
  display: block;
}
.order_content .remove-item-btn:hover .remove-icon {
  opacity: 1;
}
.order_content .order_summary-section {
  grid-column: 2;
  grid-row: 1 / span 3;
  display: flex;
  flex-direction: column;
  gap: 20px;
  position: sticky;
  top: 20px;
}
.order_content .order_summary,
.order_content .payment-methods {
  background: #FAFAFA;
  border-radius: 15px;
  padding: 37px 40px;
}
.order_content .order_summary .summary-title,
.order_content .payment-methods .summary-title,
.order_content .order_summary .payment-title,
.order_content .payment-methods .payment-title {
  font-size: 20px;
  font-weight: 700;
  margin: 0 0 20px 0;
  color: #000000;
}
.order_content .summary-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 10px;
  font-size: 12px;
  font-weight: bold;
  color: #000000;
}
.order_content .summary-row .summary-value {
  font-size: 14px;
}
.order_content .summary-row.discount .summary-value {
  color: #61B436;
}
.order_content .summary-row.sub-row {
  padding-left: 16px;
  font-weight: normal;
  color: #666;
  margin-bottom: 6px;
}
.order_content .summary-row.sub-row .summary-label {
  font-size: 11px;
}
.order_content .summary-row.sub-row .summary-value {
  font-size: 12px;
}
.order_content .summary-safe-deal {
  margin-bottom: 10px;
}
.order_content .summary-safe-deal .summary-safe-deal-header {
  cursor: pointer;
  margin-bottom: 0;
}
.order_content .summary-safe-deal .summary-safe-deal-header:hover {
  opacity: 0.8;
}
.order_content .summary-safe-deal .summary-safe-deal-header .summary-label {
  display: flex;
  align-items: center;
  gap: 6px;
}
.order_content .summary-safe-deal .summary-safe-deal-header .safe-deal-toggle-icon {
  font-size: 8px;
  transition: transform 0.2s ease;
  display: inline-block;
}
.order_content .summary-safe-deal .summary-safe-deal-header.expanded .safe-deal-toggle-icon {
  transform: rotate(180deg);
}
.order_content .summary-safe-deal .summary-safe-deal-details {
  margin-top: 8px;
  padding-left: 0;
  border-left: 2px solid #E0E0DF;
  margin-left: 4px;
}
.order_content .summary-safe-deal .summary-safe-deal-details .summary-commission .question_symbol {
  position: relative;
  display: inline-flex;
  align-items: center;
  vertical-align: middle;
}
.order_content .summary-safe-deal .summary-safe-deal-details .summary-commission .question_symbol .glyphicon-question-sign {
  font-size: 12px;
  color: #999;
  margin: 0;
}
.order_content .summary-safe-deal .summary-safe-deal-details .summary-commission .question_symbol .glyphicon-question-sign:hover {
  color: #FF3700;
}
.order_content .summary-safe-deal .summary-safe-deal-details .summary-commission .question_symbol .help_popup {
  display: none;
  position: absolute;
  left: 20px;
  top: 150%;
  width: 280px;
  padding: 12px 15px;
  background: #fff;
  border: 1px solid #E0E0DF;
  border-radius: 10px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
  font-size: 12px;
  line-height: 1.4;
  color: #333;
  z-index: 100;
  margin-left: 0;
}
.order_content .summary-divider {
  margin: 16px 0;
  border-bottom: 1px dashed #E0E0DF;
}
.order_content .summary-total {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.order_content .summary-total .total-label {
  font-size: 20px;
  font-weight: 700;
  color: #000000;
}
.order_content .summary-total .total-amount {
  font-size: 20px;
  font-weight: 700;
  color: #FF3700;
}
.order_content .payment-methods {
  margin-bottom: 20px;
}
.order_content .payment-methods .payment-title {
  font-size: 20px;
  font-weight: 700;
  margin: 0 0 12px 0;
  color: #000000;
}
.order_content .payment-options {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 8px;
}
.order_content .payment-option {
  display: flex;
  align-items: center;
  gap: 6px;
  cursor: pointer;
  background-color: #FFFFFF;
  border-radius: 100px;
  border: 1px dashed #dfdfdf;
  margin: initial;
}
.order_content .payment-option input[type="radio"] {
  display: none;
}
.order_content .payment-option .payment-radio {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 18px;
  height: 18px;
  border: 1px solid #dfdfdf;
  transition: border-color 0.2s, background 0.2s;
  border-radius: 50%;
  position: relative;
}
.order_content .payment-option .payment-radio:after {
  content: "";
  display: none;
}
.order_content .payment-option:has(input[type="radio"]:checked) {
  border: 1px solid #FF3700;
}
.order_content .payment-option input[type="radio"]:checked + .payment-radio {
  border-color: #FF3700;
  background-color: #FF3700;
}
.order_content .payment-option:has(input[type="radio"]:checked) .payment-radio::after {
  display: block;
  content: "";
  width: 9px;
  height: 5px;
  border-left: 2px solid #FFFFFF;
  border-bottom: 2px solid #FFFFFF;
  position: absolute;
  left: 4px;
  top: 4px;
  transform: rotate(-45deg);
}
.order_content .payment-option .payment-text {
  font-size: 12px;
  color: #000000;
}
.order_content .payment-note {
  font-size: 12px;
  color: #b1b1b1;
  margin: 0;
  line-height: 1.4;
}
.order_content .checkout-error-message {
  display: flex;
  align-items: flex-start;
  gap: 8px;
  padding: 12px 15px;
  margin-bottom: 12px;
  background: #FFF3E0;
  border: 1px solid #FFB74D;
  border-radius: 8px;
  color: #E65100;
  font-size: 13px;
  line-height: 1.4;
}
.order_content .checkout-error-message .glyphicon-warning-sign {
  flex-shrink: 0;
  font-size: 16px;
  margin-top: 1px;
}
.order_content .checkout-error-message .checkout-error-text {
  flex: 1;
}
.order_content .checkout-btn {
  width: 100%;
  padding: 14px;
  background: #FF3700;
  color: #FFFFFF;
  border: none;
  border-radius: 100px;
  font-size: 14px;
  font-weight: 700;
  cursor: pointer;
  margin-bottom: 12px;
}
.order_content .checkout-btn:hover {
  background: #cc2c00;
}
.order_content .checkout-btn:disabled {
  background: #cc2c00;
  cursor: not-allowed;
}
.order_content .payment-systems {
  display: flex;
  justify-content: center;
  gap: 10px;
  margin-bottom: 12px;
}
.order_content .payment-systems .payment-system-icon {
  height: 12px;
  width: auto;
}
.order_content .payment-systems .payment-system-icon.visa-icon {
  color: #1A1F71;
  font-weight: bold;
  font-size: 12px;
}
.order_content .payment-systems .payment-system-icon.mastercard-icon {
  color: #EB001B;
  font-weight: bold;
  font-size: 16px;
}
.order_content .payment-systems .payment-system-icon.mir-icon {
  color: #4DB45E;
  font-weight: bold;
  font-size: 12px;
}
.order_content .checkout-note {
  font-size: 10px;
  color: #000000;
  line-height: 1.4;
  margin: 0;
}
.order_content .checkout-note a {
  color: #000000;
  font-size: 12px;
  text-decoration: underline;
}
@media (max-width: 1200px) {
  .order_content .order_container {
    grid-template-columns: 1fr 250px;
  }
  .order_content .order_summary,
  .order_content .payment-methods {
    padding: 20px;
  }
}
@media (max-width: 767px) {
  .order_content .order_container > div {
    padding: 0 15px;
  }
}
@media (max-width: 1023px) {
  .order_content {
    /* Мобильная сводка заказа */
  }
  .order_content .order_content {
    padding: 16px;
  }
  .order_content .order_container {
    grid-template-columns: auto;
    grid-template-rows: repeat(4, auto);
    gap: 10px;
  }
  .order_content .order_container > div {
    grid-column: 1;
    grid-row: auto;
  }
  .order_content .order_items-section .order_title {
    font-size: 24px;
    margin-bottom: 20px;
  }
  .order_content .order_summary,
  .order_content .payment-methods {
    padding: 20px;
  }
  .order_content .order_summary .summary-title,
  .order_content .payment-methods .summary-title,
  .order_content .order_summary .payment-title,
  .order_content .payment-methods .payment-title {
    margin-bottom: 16px;
  }
  .order_content .summary-row {
    margin-bottom: 10px;
  }
  .order_content .summary-total {
    margin-bottom: 20px;
  }
  .order_content .summary-total .total-label {
    font-size: 14px;
  }
  .order_content .summary-total .total-amount {
    font-size: 18px;
  }
  .order_content .payment-methods .payment-title {
    font-size: 14px;
    margin-bottom: 12px;
  }
  .order_content .payment-option {
    gap: 10px;
  }
  .order_content .payment-option .payment-text {
    font-size: 13px;
  }
  .order_content .checkout-btn {
    padding: 14px;
    font-size: 14px;
    margin-bottom: 12px;
  }
  .order_content .payment-systems {
    margin-bottom: 12px;
  }
  .order_content .payment-systems .payment-system-icon {
    height: 12px;
  }
  .order_content .checkout-note {
    font-size: 10px;
  }
}
/* Блок способа получения */
.delivery-content,
.address-content,
.payment-delivery-content {
  background: #FAFAFA;
  border-radius: 15px;
  padding: 37px 40px;
}
.delivery-content .summary-title,
.address-content .summary-title,
.payment-delivery-content .summary-title,
.delivery-content .payment-title,
.address-content .payment-title,
.payment-delivery-content .payment-title {
  font-size: 20px;
  font-weight: 700;
  margin: 0 0 20px 0;
  color: #000000;
}
/* Блок оплаты и доставки */
.order_payment_delivery-section {
  grid-column: 1;
}
.order_payment_delivery-section .payment-delivery-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 0 0 20px 0;
  cursor: pointer;
}
.order_payment_delivery-section .payment-delivery-header .payment-delivery-title {
  font-size: 20px;
  font-weight: 700;
  margin: 0;
  color: #000000;
}
.order_payment_delivery-section .payment-delivery-content {
  display: flex;
  gap: 20px;
  padding: 0 20px 20px 20px;
  max-height: 1000px;
  overflow: hidden;
  transition: max-height 0.3s ease, padding 0.3s ease;
}
@media (max-width: 1023px) {
  .order_payment_delivery-section .payment-delivery-content {
    flex-direction: column;
  }
}
.order_payment_delivery-section .payment-delivery-field {
  flex: 1;
}
.order_payment_delivery-section .payment-delivery-field select {
  cursor: pointer;
}
.order_payment_delivery-section .payment-delivery-label {
  display: block;
  font-size: 14px;
  font-weight: 600;
  color: #000000;
  margin-bottom: 8px;
}
.order_payment_delivery-section .payment-delivery-select {
  width: 100%;
  padding: 12px 16px;
  border: 1px solid #ddd;
  border-radius: 8px;
  font-size: 14px;
  background: #fff;
}
.order_payment_delivery-section .payment-delivery-select:focus {
  outline: none;
  border-color: #4FB4FF;
}
.order_delivery-section-removed {
  grid-column: 1;
}
.order_delivery-section-removed .delivery-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 0 0 20px 0;
  cursor: pointer;
}
.order_delivery-section-removed .delivery-header .delivery-title {
  font-size: 20px;
  font-weight: 700;
  margin: 0;
  color: #000000;
}
.order_delivery-section-removed .delivery-content {
  padding: 0 20px 20px 20px;
  max-height: 1000px;
  overflow: hidden;
  transition: max-height 0.3s ease, padding 0.3s ease;
}
.order_delivery-section-removed .delivery-city {
  margin-bottom: 20px;
}
.order_delivery-section-removed .delivery-label {
  display: block;
  font-size: 14px;
  font-weight: 600;
  color: #000000;
  margin-bottom: 8px;
}
.order_delivery-section-removed .delivery-address .delivery-label {
  position: relative;
  padding-left: 30px;
}
.order_delivery-section-removed .delivery-address .delivery-label::before {
  content: "";
  width: 12px;
  height: 100%;
  background: url("/images/icons/location.svg") center no-repeat;
  position: absolute;
  left: 10px;
  top: 50%;
  transform: translateY(-50%);
}
.order_delivery-section-removed .delivery-input {
  width: 100%;
  padding: 12px 16px;
  border: 1px solid #dfdfdf;
  border-radius: 8px;
  font-size: 14px;
}
.order_delivery-section-removed .delivery-input:focus {
  outline: none;
  border-color: #4FB4FF;
}
.order_delivery-section-removed .delivery-points {
  margin-bottom: 20px;
}
.order_delivery-section-removed .delivery-options {
  display: flex;
  gap: 16px;
  margin-bottom: 16px;
}
.order_delivery-section-removed .delivery-option {
  flex: 1;
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 12px;
  margin: initial;
  border: 2px dashed #F2F2F2;
  background: #FFFFFF;
  border-radius: 15px;
  cursor: pointer;
  transition: border-color 0.3s ease;
}
.order_delivery-section-removed .delivery-option input {
  display: none;
}
.order_delivery-section-removed .delivery-option:has(input[type="radio"]:checked) {
  border-color: #4FB4FF;
  background-color: #4FB4FF;
  color: #FFFFFF;
}
.order_delivery-section-removed .delivery-option:has(input[type="radio"]:checked) .delivery-option-info * {
  color: #FFFFFF;
}
.order_delivery-section-removed .delivery-option:hover {
  border-color: #000000;
}
.order_delivery-section-removed .delivery-option .delivery-option-logo {
  text-align: center;
  margin-bottom: 12px;
}
.order_delivery-section-removed .delivery-option .delivery-option-logo img {
  height: 32px;
  width: auto;
}
.order_delivery-section-removed .delivery-option .delivery-option-info {
  display: flex;
  flex-direction: column;
}
.order_delivery-section-removed .delivery-option .delivery-option-name {
  font-size: 12px;
  font-weight: 600;
  color: #000000;
}
.order_delivery-section-removed .delivery-option .delivery-option-price {
  font-size: 14px;
  font-weight: 700;
  color: #000000;
}
.order_delivery-section-removed .delivery-address {
  margin-bottom: 20px;
}
.order_delivery-section-removed .delivery-select-btn {
  padding: 10px 20px;
  background: #000000;
  color: #FFFFFF;
  border: none;
  border-radius: 10px;
  font-size: 14px;
  font-weight: 700;
  cursor: pointer;
  margin-bottom: 16px;
}
.order_delivery-section-removed .delivery-select-btn:hover {
  background: #1a1a1a;
}
.order_delivery-section-removed .delivery-note {
  font-size: 12px;
  color: #666;
  line-height: 1.4;
  margin: 0;
}
/* Блок данных получателя */
.order_payment-section {
  grid-column: 1;
}
.order_payment-section .payment-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 0 0 20px 0;
  cursor: pointer;
}
.order_payment-section .payment-header .payment-title {
  font-size: 20px;
  font-weight: 700;
  margin: 0;
  color: #000000;
}
.order_payment-section .address-content {
  display: flex;
  flex-direction: column;
  padding: 20px 20px 0 20px;
  max-height: 1100px;
  overflow: hidden;
  transition: max-height 0.3s ease, padding 0.3s ease;
}
.order_payment-section .address-content .recipient-field,
.order_payment-section .address-content .recipient-data .recipient-label {
  display: none;
}
.order_payment-section .address-content .save-btn-text {
  display: none;
}
.order_payment-section .address-content .change-btn-text {
  display: block;
}
.order_payment-section .address-content .recipient-data {
  margin-top: 20px;
}
.order_payment-section .address-content.change .recipient-data {
  margin-top: initial;
}
.order_payment-section .address-content.change .recipient-field,
.order_payment-section .address-content.change .recipient-data .recipient-label {
  display: block;
}
.order_payment-section .address-content.change .save-btn-text {
  display: block;
}
.order_payment-section .address-content.change .change-btn-text {
  display: none;
}
.order_payment-section .recipient-label,
.order_payment-section .recipient-data .recipient-label {
  display: block;
  font-size: 14px;
  font-weight: 600;
  color: #000000;
  margin-bottom: initial;
}
.order_payment-section .phone_block {
  background-color: #FFFFFF;
}
.order_payment-section .recipient-input {
  width: 100%;
  padding: 12px 16px;
  border: 1px solid #ddd;
  border-radius: 8px;
  font-size: 14px;
}
.order_payment-section .recipient-input:focus {
  outline: none;
  border-color: #4FB4FF;
}
.order_payment-section .recipient-list {
  display: flex;
  flex-direction: column;
  gap: 10px;
  list-style: none;
  padding: 20px;
  margin: 0;
  color: #000000;
  border: 1px dashed #dfdfdf;
  border-radius: 10px;
  font-size: 15px;
}
.order_payment-section .recipient-save-btn {
  padding: 10px 20px;
  margin-bottom: 20px;
  background: #000000;
  color: #FFFFFF;
  border: none;
  border-radius: 10px;
  font-size: 14px;
  font-weight: 700;
  width: fit-content;
  cursor: pointer;
}
.order_payment-section .recipient-save-btn:hover {
  background: #1a1a1a;
}
.order_payment-section .recipient-data {
  margin-bottom: 20px;
}
.order_payment-section.change .recipient-field {
  display: block;
}
.order_payment-section.change .recipient-data {
  display: none;
}
.order_payment-section.change .recipient-save-btn .save-btn-text {
  display: none;
}
.order_payment-section.change .recipient-save-btn .change-btn-text {
  display: inline;
}
.order_payment-section:not(.change) .recipient-field {
  display: none;
}
.order_payment-section:not(.change) .recipient-data {
  display: block;
}
.order_payment-section .delivery-toggle,
.order_payment_delivery-section .delivery-toggle,
.order_payment-section .payment-toggle,
.order_payment_delivery-section .payment-toggle,
.order_payment-section .payment-delivery-toggle,
.order_payment_delivery-section .payment-delivery-toggle {
  position: relative;
  width: 24px;
  height: 24px;
  display: none;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
@media (max-width: 1023px) {
  .order_payment-section .delivery-toggle,
  .order_payment_delivery-section .delivery-toggle,
  .order_payment-section .payment-toggle,
  .order_payment_delivery-section .payment-toggle,
  .order_payment-section .payment-delivery-toggle,
  .order_payment_delivery-section .payment-delivery-toggle {
    display: flex;
  }
}
.order_payment-section .delivery-toggle::after,
.order_payment_delivery-section .delivery-toggle::after,
.order_payment-section .payment-toggle::after,
.order_payment_delivery-section .payment-toggle::after,
.order_payment-section .payment-delivery-toggle::after,
.order_payment_delivery-section .payment-delivery-toggle::after {
  content: "";
  display: block;
  width: 12px;
  height: 12px;
  border-right: 3px solid #000000;
  border-bottom: 3px solid #000000;
  transform: rotate(-135deg);
  transition: transform 0.3s;
}
.order_payment-section.collapsed .delivery-toggle::after,
.order_payment_delivery-section.collapsed .delivery-toggle::after,
.order_payment-section.collapsed .payment-toggle::after,
.order_payment_delivery-section.collapsed .payment-toggle::after,
.order_payment-section.collapsed .payment-delivery-toggle::after,
.order_payment_delivery-section.collapsed .payment-delivery-toggle::after {
  transform: rotate(45deg);
}
/* Мобильные стили для аккордеона */
@media (max-width: 1023px) {
  .order_payment_delivery-section,
  .order_payment-section {
    border-radius: 15px 15px 0 0;
  }
  .order_payment_delivery-section .payment-delivery-header,
  .order_payment-section .payment-delivery-header,
  .order_payment_delivery-section .delivery-header,
  .order_payment-section .delivery-header,
  .order_payment_delivery-section .payment-header,
  .order_payment-section .payment-header {
    padding: 20px 20px 0 20px;
    margin-bottom: 0;
    background: #FAFAFA;
    border-radius: 15px 15px 0 0;
    transition: padding 0.2s ease, border-radius 0.2s ease;
  }
  .order_payment_delivery-section .payment-delivery-header .payment-delivery-title,
  .order_payment-section .payment-delivery-header .payment-delivery-title,
  .order_payment_delivery-section .delivery-header .payment-delivery-title,
  .order_payment-section .delivery-header .payment-delivery-title,
  .order_payment_delivery-section .payment-header .payment-delivery-title,
  .order_payment-section .payment-header .payment-delivery-title,
  .order_payment_delivery-section .payment-delivery-header .delivery-title,
  .order_payment-section .payment-delivery-header .delivery-title,
  .order_payment_delivery-section .delivery-header .delivery-title,
  .order_payment-section .delivery-header .delivery-title,
  .order_payment_delivery-section .payment-header .delivery-title,
  .order_payment-section .payment-header .delivery-title,
  .order_payment_delivery-section .payment-delivery-header .payment-title,
  .order_payment-section .payment-delivery-header .payment-title,
  .order_payment_delivery-section .delivery-header .payment-title,
  .order_payment-section .delivery-header .payment-title,
  .order_payment_delivery-section .payment-header .payment-title,
  .order_payment-section .payment-header .payment-title {
    font-size: 16px;
  }
  .order_payment_delivery-section .payment-delivery-content,
  .order_payment-section .payment-delivery-content,
  .order_payment_delivery-section .delivery-content,
  .order_payment-section .delivery-content,
  .order_payment_delivery-section .address-content,
  .order_payment-section .address-content {
    transition: max-height 0.2s ease, padding 0.2s ease, border-radius 0.2s ease;
    border-radius: 0 0 15px 15px;
    max-height: 1000px;
    padding: 0 16px 16px 16px;
  }
  .order_payment_delivery-section.collapsed .payment-delivery-header,
  .order_payment-section.collapsed .payment-delivery-header,
  .order_payment_delivery-section.collapsed .delivery-header,
  .order_payment-section.collapsed .delivery-header,
  .order_payment_delivery-section.collapsed .payment-header,
  .order_payment-section.collapsed .payment-header {
    padding: 20px;
    border-radius: 15px;
  }
  .order_payment_delivery-section.collapsed .payment-delivery-content,
  .order_payment-section.collapsed .payment-delivery-content,
  .order_payment_delivery-section.collapsed .delivery-content,
  .order_payment-section.collapsed .delivery-content,
  .order_payment_delivery-section.collapsed .address-content,
  .order_payment-section.collapsed .address-content {
    max-height: 0;
    padding: 0;
  }
  .order_payment_delivery-section .delivery-options,
  .order_payment-section .delivery-options {
    flex-direction: column;
    gap: 12px;
  }
  .order_payment_delivery-section .delivery-option,
  .order_payment-section .delivery-option {
    padding: 12px;
  }
  .order_payment_delivery-section .delivery-option .delivery-option-logo,
  .order_payment-section .delivery-option .delivery-option-logo {
    margin-bottom: 8px;
  }
  .order_payment_delivery-section .delivery-option .delivery-option-logo img,
  .order_payment-section .delivery-option .delivery-option-logo img {
    height: 24px;
  }
  .order_payment_delivery-section .delivery-option .delivery-option-name,
  .order_payment-section .delivery-option .delivery-option-name {
    font-size: 11px;
  }
  .order_payment_delivery-section .delivery-option .delivery-option-price,
  .order_payment-section .delivery-option .delivery-option-price {
    font-size: 12px;
  }
  .order_payment_delivery-section .payment-delivery-label,
  .order_payment-section .payment-delivery-label,
  .order_payment_delivery-section .delivery-label,
  .order_payment-section .delivery-label,
  .order_payment_delivery-section .recipient-label,
  .order_payment-section .recipient-label,
  .order_payment_delivery-section .recipient-data,
  .order_payment-section .recipient-data {
    font-size: 13px;
    margin-bottom: 6px;
    padding-bottom: initial;
  }
  .order_payment_delivery-section .recipient-data,
  .order_payment-section .recipient-data {
    margin-bottom: 20px;
  }
  .order_payment_delivery-section .payment-delivery-select,
  .order_payment-section .payment-delivery-select,
  .order_payment_delivery-section .delivery-input,
  .order_payment-section .delivery-input,
  .order_payment_delivery-section .recipient-input,
  .order_payment-section .recipient-input {
    padding: 10px 12px;
    font-size: 13px;
  }
  .order_payment_delivery-section .delivery-select-btn,
  .order_payment-section .delivery-select-btn,
  .order_payment_delivery-section .recipient-save-btn,
  .order_payment-section .recipient-save-btn {
    padding: 12px;
    font-size: 13px;
  }
  .order_payment_delivery-section .delivery-note,
  .order_payment-section .delivery-note {
    font-size: 11px;
  }
  .order_payment_delivery-section .recipient-save-btn,
  .order_payment-section .recipient-save-btn {
    margin-bottom: initial;
  }
  .order_payment_delivery-section .recipient-save-btn,
  .order_payment-section .recipient-save-btn,
  .order_payment_delivery-section .delivery-select-btn,
  .order_payment-section .delivery-select-btn {
    width: 100%;
  }
}
/*=========================================*/
/* END NEW_ORDER PAGE STYLES */
/*=========================================*/
.order_items,
.cart_items {
  /* Карточка товара */
  font-family: "Gilroy", serif;
  /* Чекбокс товара */
  /* Изображение товара */
  /* Детали товара */
  /*  .purchase_item-details {
      display: flex;
      flex-direction: column;
      justify-content: space-between;
      height: 75px;*/
  /*}*/
  /* Управление товаром */
  /* Количество */
}
.order_items .purchase_item,
.cart_items .purchase_item {
  position: relative;
  display: grid;
  grid-template-columns: 100px 300px 1fr;
  grid-template-rows: auto auto;
  gap: 16px;
  padding: 20px 40px 20px 20px;
  background: #FAFAFA;
  border-radius: 15px;
  align-items: center;
}
.order_items .purchase_item .purchase_item-image,
.cart_items .purchase_item .purchase_item-image {
  grid-column: 1;
  grid-row: span 2;
}
.order_items .purchase_item .purchase_item-title,
.cart_items .purchase_item .purchase_item-title {
  grid-row: 1;
  grid-column: 2;
}
.order_items .purchase_item .purchase_item_details-bottom,
.cart_items .purchase_item .purchase_item_details-bottom {
  grid-column: 2;
  grid-row: 2;
  align-self: start;
}
.order_items .purchase_item .purchase_item-controls,
.cart_items .purchase_item .purchase_item-controls {
  grid-column: 3;
  grid-row: span 2;
}
.order_items .purchase_item-checkbox,
.cart_items .purchase_item-checkbox {
  position: absolute;
  display: flex;
  align-items: center;
  bottom: 25px;
  left: 26px;
}
.order_items .purchase_item-checkbox input[type="checkbox"],
.cart_items .purchase_item-checkbox input[type="checkbox"] {
  display: none;
}
.order_items .purchase_item-checkbox label,
.cart_items .purchase_item-checkbox label {
  width: 18px;
  height: 18px;
  border: 2px solid #ddd;
  border-radius: 4px;
  cursor: pointer;
  position: relative;
  margin: initial;
  padding: initial;
}
.order_items .purchase_item-checkbox label:after,
.cart_items .purchase_item-checkbox label:after {
  content: '';
  position: absolute;
  top: 1px;
  left: 5px;
  width: 5px;
  height: 9px;
  border: solid #FFFFFF;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
  opacity: 0;
}
.order_items .purchase_item-checkbox input[type="checkbox"]:checked + label,
.cart_items .purchase_item-checkbox input[type="checkbox"]:checked + label {
  background: #FF3700;
  border-color: #FF3700;
}
.order_items .purchase_item-checkbox input[type="checkbox"]:checked + label:after,
.cart_items .purchase_item-checkbox input[type="checkbox"]:checked + label:after {
  opacity: 1;
}
.order_items .purchase_item-image img,
.cart_items .purchase_item-image img {
  width: 100px;
  height: 100px;
  object-fit: cover;
  border-radius: 8px;
}
.order_items .purchase_item-title,
.cart_items .purchase_item-title {
  font-size: 16px;
  color: #000000;
  line-height: 1.3;
}
.order_items .purchase_item_details-bottom,
.cart_items .purchase_item_details-bottom {
  display: flex;
  justify-content: space-between;
}
.order_items .purchase_item_details-bottom .purchase_item-price,
.cart_items .purchase_item_details-bottom .purchase_item-price {
  font-size: 16px;
}
.order_items .purchase_item_details-bottom .purchase_item-price .price-value,
.cart_items .purchase_item_details-bottom .purchase_item-price .price-value {
  font-weight: 700;
}
.order_items .purchase_item_details-bottom .purchase_item-seller,
.cart_items .purchase_item_details-bottom .purchase_item-seller {
  display: flex;
  align-items: center;
  gap: 6px;
  font-size: 12px;
}
.order_items .purchase_item_details-bottom .purchase_item-seller .seller-icon,
.cart_items .purchase_item_details-bottom .purchase_item-seller .seller-icon {
  position: relative;
}
.order_items .purchase_item_details-bottom .purchase_item-seller .seller-icon .avatar_widget,
.cart_items .purchase_item_details-bottom .purchase_item-seller .seller-icon .avatar_widget {
  width: 16px;
  height: 16px;
  border-radius: 50%;
}
.order_items .purchase_item_details-bottom .purchase_item-seller .seller-icon .avatar_popup,
.cart_items .purchase_item_details-bottom .purchase_item-seller .seller-icon .avatar_popup {
  position: absolute;
  z-index: 999;
  padding: 10px;
  background-color: white;
  border: 1px solid #dfdfdf;
  border-radius: 10px;
  bottom: -10px;
  bottom: 45px;
  right: -110px;
  height: 150px;
}
.order_items .purchase_item_details-bottom .purchase_item-seller .seller-name,
.cart_items .purchase_item_details-bottom .purchase_item-seller .seller-name {
  color: #4FB4FF;
  font-size: 14px;
}
.order_items .purchase_item_details-bottom .purchase_item-seller .seller-rating,
.cart_items .purchase_item_details-bottom .purchase_item-seller .seller-rating {
  background: #4FB4FF;
  color: #FFFFFF;
  padding: 2px 6px;
  border-radius: 4px;
  font-size: 14px;
  font-weight: 700;
}
.order_items .purchase_item-controls,
.cart_items .purchase_item-controls {
  display: flex;
  align-items: center;
  gap: 12px;
  justify-content: space-between;
}
.order_items .purchase_item-quantity,
.cart_items .purchase_item-quantity {
  display: flex;
  align-items: center;
  gap: 10px;
}
.order_items .quantity-controls,
.cart_items .quantity-controls {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100px;
  border: 1px solid #dfdfdf;
  border-radius: 100px;
  overflow: hidden;
  background: white;
}
.order_items .quantity-controls .quantity-btn,
.cart_items .quantity-controls .quantity-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 16px;
  height: 16px;
  color: #dfdfdf;
  border: 1px solid #dfdfdf;
  border-radius: 50%;
  background: initial;
  cursor: pointer;
  font-size: 14px;
  margin: 9px;
}
.order_items .quantity-controls .quantity-btn.quantity-minus,
.cart_items .quantity-controls .quantity-btn.quantity-minus {
  font-size: 8px;
}
.order_items .quantity-controls .quantity-input,
.cart_items .quantity-controls .quantity-input {
  width: 20px;
  height: 28px;
  border: none;
  font-size: 14px;
  -moz-appearance: textfield;
  /* Firefox */
  text-align: center;
}
.order_items .quantity-controls .quantity-input::-webkit-inner-spin-button,
.cart_items .quantity-controls .quantity-input::-webkit-inner-spin-button,
.order_items .quantity-controls .quantity-input::-webkit-outer-spin-button,
.cart_items .quantity-controls .quantity-input::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.order_items .quantity-controls .quantity-input:focus,
.cart_items .quantity-controls .quantity-input:focus {
  outline: none;
}
.order_items .quantity_current,
.cart_items .quantity_current {
  text-align: center;
}
.order_items .purchase_item-total,
.cart_items .purchase_item-total {
  text-align: right;
}
@media (max-width: 1200px) {
  .order_items .purchase_item,
  .cart_items .purchase_item {
    grid-template-columns: 100px 250px 1fr;
    padding-right: 20px;
  }
}
@media (max-width: 1023px) {
  .order_items,
  .cart_items {
    /* Мобильная карточка товара */
  }
  .order_items .purchase_item,
  .cart_items .purchase_item {
    position: relative;
    grid-template-columns: 60px 1fr;
    grid-template-rows: auto auto auto;
    gap: 10px;
    padding: 16px;
    /*}*/
  }
  .order_items .purchase_item .purchase_item-image,
  .cart_items .purchase_item .purchase_item-image {
    grid-area: 1 / 1;
  }
  .order_items .purchase_item .purchase_item-image img,
  .cart_items .purchase_item .purchase_item-image img {
    width: 60px;
    height: 60px;
  }
  .order_items .purchase_item .purchase_item_details-bottom,
  .cart_items .purchase_item .purchase_item_details-bottom {
    grid-row: 2;
    grid-column: 1 / span 2;
    flex-direction: row-reverse;
  }
  .order_items .purchase_item .purchase_item-controls,
  .cart_items .purchase_item .purchase_item-controls {
    grid-row: 3;
    grid-column: 1 / span 2;
  }
  .order_items .purchase_item .purchase_item-description,
  .cart_items .purchase_item .purchase_item-description {
    font-size: 12px;
    margin-bottom: 8px;
  }
  .order_items .purchase_item .purchase_item-seller,
  .cart_items .purchase_item .purchase_item-seller {
    font-size: 12px;
  }
  .order_items .purchase_item .purchase_item-seller .seller-rating,
  .cart_items .purchase_item .purchase_item-seller .seller-rating {
    font-size: 10px;
    padding: 1px 4px;
  }
  .order_items .purchase_item .purchase_item-controls .free_flex,
  .cart_items .purchase_item .purchase_item-controls .free_flex {
    display: none;
  }
  .order_items .purchase_item .purchase_item-controls .purchase_item-total .total-price,
  .cart_items .purchase_item .purchase_item-controls .purchase_item-total .total-price {
    font-size: 20px;
  }
  .order_items .quantity_current,
  .cart_items .quantity_current {
    text-align: left;
  }
  .order_items .quantity_current span,
  .cart_items .quantity_current span {
    font-size: 20px;
  }
}
/*=========================================*/
/* END ORDER PAGE STYLES */
/*=========================================*/
/*==========================================*/
/* START NEW ADDRESS DELIVERY PLUGIN STYLES */
/*==========================================*/
/* Стили для плагина new_address_delivery */
/**
 * Стили для плагина управления адресами доставки
 */
#new_address_delivery {
  font-family: "Gilroy", sans-serif;
}
#new_address_delivery label {
  padding: initial;
  margin: initial;
}
#new_address_delivery input[type=checkbox] {
  margin: initial;
}
#new_address_delivery .address-delivery-container {
  width: 100%;
  margin: 0 auto;
}
#new_address_delivery .address-delivery-header {
  display: flex;
  flex-direction: row-reverse;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 24px;
}
@media (max-width: 767px) {
  #new_address_delivery .address-delivery-header {
    flex-direction: column;
    gap: 16px;
    align-items: flex-start;
  }
}
#new_address_delivery .address-delivery-header .address-delivery-title {
  font-size: 20px;
  font-weight: bold;
}
#new_address_delivery .address-delivery-header .add-address-btn {
  background: #000000;
  color: #FFFFFF;
  border: none;
  padding: 10px 20px;
  border-radius: 8px;
  font-size: 14px;
  font-weight: 500;
  cursor: pointer;
  transition: all 250ms ease;
  display: flex;
  align-items: center;
  gap: 8px;
}
#new_address_delivery .address-delivery-header .add-address-btn::before {
  content: '+';
  font-size: 16px;
  font-weight: 600;
}
#new_address_delivery .address-delivery-header .add-address-btn:focus {
  outline: none;
  box-shadow: 0 0 0 3px rgba(33, 150, 243, 0.4);
}
@media (max-width: 767px) {
  #new_address_delivery .address-delivery-header .add-address-btn {
    width: 100%;
    justify-content: center;
  }
}
#new_address_delivery .addresses-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(240px, 1fr));
  gap: 16px;
  margin-bottom: 24px;
}
@media (min-width: 768px) and (max-width: 1199px) {
  #new_address_delivery .addresses-grid {
    grid-template-columns: repeat(2, minmax(240px, 1fr));
  }
}
@media (max-width: 767px) {
  #new_address_delivery .addresses-grid {
    grid-template-columns: 1fr;
  }
}
#new_address_delivery .address-card {
  display: flex;
  flex-direction: column;
  gap: 12px;
  background: #f5f6f8;
  border: 1px solid #dfdfdf;
  border-radius: 12px;
  padding: 20px;
  position: relative;
  min-width: 240px;
  transition: all 250ms ease;
}
#new_address_delivery .address-card:hover {
  border-color: #FF3700;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.04), 0 2px 4px rgba(0, 0, 0, 0.02);
}
#new_address_delivery .address-card--editing {
  border-color: #FF3700;
  box-shadow: 0 10px 15px rgba(0, 0, 0, 0.04), 0 4px 6px rgba(0, 0, 0, 0.02);
}
#new_address_delivery .address-card--default {
  border-color: #FF3700;
  background: rgba(76, 175, 80, 0.15);
}
#new_address_delivery .address-card-header {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
@media (max-width: 767px) {
  #new_address_delivery .address-card-header {
    flex-direction: column;
    gap: 12px;
  }
}
#new_address_delivery .address-card-header .address-card-actions {
  display: flex;
  gap: 8px;
}
#new_address_delivery .address-card-header .address-card-actions .card-action-btn {
  background: transparent;
  border: 1px solid #dfdfdf;
  padding: 6px 10px;
  border-radius: 6px;
  font-size: 16px;
  cursor: pointer;
  line-height: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 250ms ease;
}
#new_address_delivery .address-card-header .address-card-actions .card-action-btn--edit {
  color: #0b72b5;
}
#new_address_delivery .address-card-header .address-card-actions .card-action-btn--delete {
  color: #ff3700;
}
#new_address_delivery .address-card-header .address-card-actions .card-action-btn--delete:hover {
  background: rgba(244, 67, 54, 0.15);
  border-color: #ff3700;
}
#new_address_delivery .address-card-header .address-card-actions .card-action-btn--default.active {
  color: #ff3700;
  background: rgba(255, 193, 7, 0.1);
  border-color: #ff3700;
}
#new_address_delivery .address-card-header .address-card-actions .card-action-btn:hover {
  background: #f5f6f8;
  border-color: #000000;
  color: #000000;
}
#new_address_delivery .address-field label {
  display: block;
  font-size: 12px;
  font-weight: bold;
  margin: 0 0 4px;
}
#new_address_delivery .address-field-value {
  font-size: 14px;
  line-height: 1.5;
}
#new_address_delivery .address-field-input {
  width: 100%;
  padding: 8px 12px;
  border: 1px solid #dfdfdf;
  border-radius: 8px;
  font-size: 14px;
  background: #FFFFFF;
  transition: border-color 250ms ease;
}
#new_address_delivery .address-field-input:focus {
  outline: none;
  border-color: #0b72b5;
  box-shadow: 0 0 0 3px rgba(33, 150, 243, 0.4);
}
#new_address_delivery .address-field-input--error {
  border-color: #ff3700;
}
#new_address_delivery select.address-field-input + input.address-field-input {
  margin-top: 12px;
}
#new_address_delivery .address-field-textarea {
  min-height: 36px;
  line-height: 1.5;
  overflow: hidden;
  resize: none;
  display: block;
  white-space: pre-wrap;
}
#new_address_delivery .pvz-address-field {
  cursor: pointer !important;
  transition: all 250ms ease;
  user-select: none;
}
#new_address_delivery .pvz-address-field:hover {
  border-color: #ff3700 !important;
  background: rgba(255, 55, 0, 0.05) !important;
  box-shadow: 0 0 0 3px rgba(255, 55, 0, 0.1);
}
#new_address_delivery .pvz-address-field:active {
  transform: scale(0.99);
}
#new_address_delivery .pvz-address-field::placeholder {
  color: #999;
  font-style: italic;
}
#new_address_delivery .address-field--loading {
  opacity: 0.7;
  cursor: wait !important;
  pointer-events: none;
  background: #f9f9f9 !important;
}
#new_address_delivery .address-field--loading:hover {
  border-color: #dfdfdf !important;
  background: #f9f9f9 !important;
  box-shadow: none !important;
}
#new_address_delivery .address-field-error {
  font-size: 12px;
  color: #ff3700;
  margin-top: 4px;
  display: none;
}
#new_address_delivery .address-field-error--visible {
  display: block;
}
#new_address_delivery .default-checkbox-wrapper {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 12px;
  border-radius: 8px;
}
#new_address_delivery .default-checkbox-wrapper input {
  width: 18px;
  height: 18px;
  accent-color: #0b72b5;
  cursor: pointer;
}
#new_address_delivery .default-checkbox-wrapper label {
  font-size: 12px;
  cursor: pointer;
}
#new_address_delivery .edit-actions {
  display: flex;
  gap: 12px;
  justify-content: flex-end;
}
#new_address_delivery .edit-actions .btn {
  padding: 8px 16px;
  font-size: 12px;
}
@media (max-width: 767px) {
  #new_address_delivery .edit-actions {
    justify-content: stretch;
  }
  #new_address_delivery .edit-actions .btn {
    flex: 1;
  }
}
#new_address_delivery .loading-overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(33, 33, 33, 0.1);
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 10;
}
#new_address_delivery .loading-overlay .loading-spinner {
  width: 32px;
  height: 32px;
  border: 3px solid;
  border-radius: 50%;
  animation: spin 1s linear infinite;
}
@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
#new_address_delivery .btn {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 8px 16px;
  border-radius: 8px;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.5;
  cursor: pointer;
  transition: all 250ms ease;
  border: none;
  text-decoration: none;
  position: relative;
}
#new_address_delivery .btn:focus {
  outline: none;
  box-shadow: 0 0 0 3px rgba(33, 150, 243, 0.4);
}
#new_address_delivery .btn--primary {
  background: #000000;
  color: #FFFFFF;
}
#new_address_delivery .btn--secondary {
  color: #000000;
}
#new_address_delivery .btn:disabled {
  opacity: 0.5;
  cursor: not-allowed;
}
#new_address_delivery .btn--loading {
  opacity: 0.7;
  cursor: wait;
  pointer-events: none;
}
#new_address_delivery .btn--loading::after {
  content: '';
  position: absolute;
  right: 12px;
  top: 50%;
  transform: translateY(-50%);
  width: 14px;
  height: 14px;
  border: 2px solid currentColor;
  border-top-color: transparent;
  border-radius: 50%;
  animation: spin 0.8s linear infinite;
}
#new_address_delivery .message {
  padding: 12px 16px;
  border-radius: 8px;
  margin-bottom: 16px;
  font-size: 12px;
  font-weight: 500;
}
#new_address_delivery .message--success {
  background: rgba(76, 175, 80, 0.15);
  color: #61B436;
  border: 1px solid rgba(76, 175, 80, 0.25);
}
#new_address_delivery .message--error {
  background: rgba(244, 67, 54, 0.15);
  color: #ff3700;
  border: 1px solid rgba(244, 67, 54, 0.25);
}
#new_address_delivery .empty-state {
  text-align: center;
  padding: 32px;
  background: #f5f6f8;
  border: 2px dashed #dfdfdf;
  border-radius: 12px;
}
#new_address_delivery .empty-state-icon {
  font-size: 30px;
  color: #b1b1b1;
  margin-bottom: 16px;
}
#new_address_delivery .empty-state-title {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 8px;
}
#new_address_delivery .empty-state-description {
  font-size: 14px;
  margin-bottom: 20px;
}
#new_address_delivery .address-hints {
  position: absolute;
  display: flex;
  flex-direction: column;
  gap: 12px;
  padding: 10px 12px;
  left: -10px;
  right: -10px;
  z-index: 1000;
  background: #fff;
  border: 1px solid #F2F2F2;
  border-radius: 8px;
  margin-top: 4px;
  max-height: 260px;
  overflow-y: auto;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.08);
}
#new_address_delivery .address-hints.hidden {
  display: none;
}
#new_address_delivery .address-hints .address-hint-item {
  padding: 10px 12px;
  font-size: 13px;
  cursor: pointer;
}
#new_address_delivery .address-hints .address-hint-item:hover {
  background: rgba(117, 117, 117, 0.08);
}
#new_address_delivery .address-hints .address-hint-item.disabled {
  color: #FF3700;
  cursor: default;
}
#new_address_delivery .address-hints .highlight {
  font-weight: bold;
}
#new_address_delivery .phone_block {
  display: flex;
  border-radius: 8px;
  padding: 8px 12px;
}
#new_address_delivery .phone_block .phone_number {
  padding: initial;
  background-color: initial;
}
#new_address_delivery .phone_block:focus-within {
  border-color: #0b72b5;
  box-shadow: 0 0 0 3px rgba(33, 150, 243, 0.4);
}
#new_address_delivery .address-delivery-order-header {
  margin-bottom: 20px;
}
#new_address_delivery .address-delivery-order-header h4 {
  margin: 0 0 8px 0;
  font-size: 18px;
  color: #333;
}
#new_address_delivery .address-delivery-hint {
  margin: 0;
  font-size: 14px;
  color: #666;
}
#new_address_delivery .address-card {
  cursor: pointer !important;
  transition: all 0.3s ease;
  /*border: 2px solid transparent !important;*/
  position: relative;
}
#new_address_delivery .address-card:hover {
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1) !important;
  transform: translateY(-2px);
}
#new_address_delivery .address-card.address-card--selected {
  border-color: #28a745 !important;
  box-shadow: 0 4px 12px rgba(40, 167, 69, 0.3) !important;
  background-color: #f8fff9 !important;
}
#new_address_delivery .address-floating-notice {
  display: none;
}
#new_address_delivery .address-card.address-card--selected .address-floating-notice {
  display: block;
  position: absolute;
  top: -14px;
  right: 10px;
  background: #28a745;
  color: white;
  padding: 4px 8px;
  border-radius: 12px;
  font-size: 12px;
  z-index: 1;
}
#new_address_delivery .address-card-select-btn {
  background: #28a745;
  color: white;
  border: none;
  padding: 8px 16px;
  border-radius: 4px;
  cursor: pointer;
  font-size: 14px;
  margin-top: 10px;
}
#new_address_delivery .address-card-select-btn:hover {
  background: #218838;
}
#new_address_delivery .address-card.address-card--selected .address-card-select-btn {
  background: #6c757d;
  cursor: default;
}
#new_address_delivery .address-selected-message {
  background: #d4edda;
  border: 1px solid #c3e6cb;
  color: #155724;
  padding: 10px 15px;
  border-radius: 4px;
  margin: 10px 0;
  font-size: 14px;
}
.address-modal {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1000;
  background: #FFFFFF;
  border-radius: 12px;
  box-shadow: 0 10px 15px rgba(0, 0, 0, 0.04), 0 4px 6px rgba(0, 0, 0, 0.02);
  padding: 24px;
  min-width: 400px;
  max-width: 90vw;
}
.address-modal.hidden {
  display: none;
}
.address-modal-content h3 {
  margin: 0 0 16px;
  font-size: 18px;
  font-weight: bold;
}
.address-modal-content p {
  margin: 0 0 24px;
}
.address-modal-actions {
  display: flex;
  gap: 12px;
  justify-content: flex-end;
}
.address-modal-overlay {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.5);
  z-index: 999;
}
.address-modal-overlay.hidden {
  display: none;
}
@media (max-width: 767px) {
  .address-modal {
    min-width: 90vw;
    margin: 16px;
  }
}
.address-modal .modal-actions {
  display: flex;
  gap: 12px;
  justify-content: flex-end;
}
.address-modal .btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 8px 16px;
  border-radius: 8px;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.5;
  cursor: pointer;
  transition: all 250ms ease;
  border: none;
  text-decoration: none;
  position: relative;
  font-family: 'Gilroy', sans-serif;
}
.address-modal .btn--primary,
.address-modal .btn-primary {
  background: #000000;
  color: #FFFFFF;
}
.address-modal .btn--secondary,
.address-modal .btn-secondary {
  background: #f5f6f8;
  color: #000000;
}
.address-card--selectable {
  cursor: pointer !important;
  transition: all 0.3s ease;
}
.address-card--selectable:hover {
  transform: translateY(-2px);
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1) !important;
}
.address-card--selectable.address-card--selected {
  border-color: #61B436 !important;
  box-shadow: 0 4px 12px rgba(40, 167, 69, 0.3) !important;
  background-color: #f8fff9 !important;
}
.address-card--selectable.address-card--selected .address-selected-indicator {
  position: absolute;
  top: 10px;
  right: 10px;
  background: #61B436;
  color: white;
  padding: 4px 8px;
  border-radius: 12px;
  font-size: 12px;
  z-index: 1;
  font-weight: 500;
}
.address-card--selectable .card-action-btn--select {
  background: transparent;
  border: 1px solid #dfdfdf;
  padding: 6px 10px;
  border-radius: 6px;
  font-size: 16px;
  cursor: pointer;
  line-height: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 250ms ease;
  color: #61B436;
}
.address-card--selectable .card-action-btn--select:hover {
  background: rgba(40, 167, 69, 0.1);
  border-color: #61B436;
}
.address-card--selected .address-card--selectable .card-action-btn--select {
  background: #61B436;
  color: white;
  border-color: #61B436;
}
.address-card--selected .address-card--selectable .card-action-btn--select:hover {
  background: #4c8d2a;
}
.address-selected-message {
  background: rgba(76, 175, 80, 0.15);
  border: 1px solid rgba(76, 175, 80, 0.25);
  color: #61B436;
  padding: 12px 16px;
  border-radius: 8px;
  margin: 16px 0;
  font-size: 14px;
  font-weight: 500;
}
.address-selected-message::before {
  content: "✓ ";
  font-weight: bold;
}
.address-delivery-selection-header {
  margin-bottom: 20px;
}
.address-delivery-selection-header h4 {
  margin: 0 0 8px 0;
  font-size: 18px;
  color: #000000;
  font-weight: bold;
}
.address-delivery-selection-header .selection-hint {
  margin: 0;
  font-size: 14px;
  color: #b1b1b1;
}
@media (max-width: 767px) {
  .address-card--selectable .address-selected-indicator {
    top: 8px;
    right: 8px;
    font-size: 11px;
    padding: 3px 6px;
  }
  .address-card--selectable .card-action-btn--select {
    font-size: 14px;
    padding: 5px 8px;
  }
}
.payment-lock-notice {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 12px 16px;
  margin-bottom: 16px;
  background: rgba(255, 193, 7, 0.1);
  border: 1px solid #ffc107;
  border-radius: 8px;
  font-size: 14px;
  color: #856404;
  animation: fadeIn 0.3s ease;
}
.payment-lock-notice .payment-lock-icon {
  font-size: 18px;
  line-height: 1;
}
.payment-lock-notice .payment-lock-text {
  flex: 1;
  line-height: 1.4;
}
input[name="payment_method"]:disabled,
input[name="type_payment_method"]:disabled {
  cursor: not-allowed;
  opacity: 0.5;
}
input[name="payment_method"]:disabled + .payment-radio,
input[name="type_payment_method"]:disabled + .payment-radio,
input[name="payment_method"]:disabled ~ .payment-text,
input[name="type_payment_method"]:disabled ~ .payment-text {
  cursor: not-allowed;
  opacity: 0.5;
}
label.disabled {
  cursor: not-allowed !important;
  opacity: 0.6;
}
label.disabled:hover {
  background: transparent !important;
}
/* Стили для Safe Deal на странице заказа */
/**
 * Стили для Safe Deal (Безопасная сделка) на странице оформления заказа
 */
/* Бейдж Safe Deal на карточке товара */
.purchase_item-image {
  position: relative;
}
.purchase_item-image .safe-deal-badge {
  position: absolute;
  top: 5px;
  right: 5px;
  background: linear-gradient(135deg, #4CAF50 0%, #45a049 100%);
  color: white;
  padding: 4px 8px;
  border-radius: 6px;
  font-size: 11px;
  font-weight: 600;
  display: flex;
  align-items: center;
  gap: 4px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
  z-index: 10;
  cursor: help;
}
.purchase_item-image .safe-deal-badge .safe-deal-icon {
  font-size: 12px;
  line-height: 1;
}
.purchase_item-image .safe-deal-badge:hover {
  background: linear-gradient(135deg, #45a049 0%, #3d8b40 100%);
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.3);
}
/* Затемнение товаров БЕЗ Safe Deal при выборе "Онлайн" оплаты */
.purchase_item {
  transition: opacity 0.3s ease, filter 0.3s ease;
}
.purchase_item.safe-deal-dimmed {
  opacity: 0.5;
  filter: grayscale(30%);
}
.purchase_item.safe-deal-highlighted {
  position: relative;
}
.purchase_item.safe-deal-highlighted::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border: 2px solid #4CAF50;
  border-radius: 15px;
  pointer-events: none;
  z-index: 1;
}
/* Блокировка радиокнопки "Онлайн" оплаты */
.payment-option {
  position: relative;
}
.payment-option input[type="radio"]:disabled {
  cursor: not-allowed;
  opacity: 0.5;
}
.payment-option.payment-disabled {
  opacity: 0.6;
  cursor: not-allowed;
  /* Tooltip при наведении на заблокированную опцию */
}
.payment-option.payment-disabled .payment-text,
.payment-option.payment-disabled .payment-label {
  color: #999;
}
.payment-option.payment-disabled:hover::after {
  content: attr(data-tooltip);
  position: absolute;
  bottom: 100%;
  left: 50%;
  transform: translateX(-50%);
  background: rgba(0, 0, 0, 0.85);
  color: white;
  padding: 8px 12px;
  border-radius: 6px;
  font-size: 12px;
  white-space: nowrap;
  z-index: 1000;
  margin-bottom: 8px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
}
.payment-option.payment-disabled:hover::before {
  content: '';
  position: absolute;
  bottom: 100%;
  left: 50%;
  transform: translateX(-50%);
  border: 6px solid transparent;
  border-top-color: rgba(0, 0, 0, 0.85);
  margin-bottom: 2px;
  z-index: 1000;
}
/* Блок с адресом пункта выдачи для покупателя */
.safe_deal_delivery_block__pickup-address {
  margin-top: 16px;
  padding: 16px;
  background: #f8f9fa;
  border-radius: 8px;
  border: 1px solid #e9ecef;
}
.safe_deal_delivery_block__pickup-address .pickup-address-inner {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.safe_deal_delivery_block__pickup-address .pickup-address-row {
  display: flex;
  flex-direction: column;
  gap: 4px;
}
.safe_deal_delivery_block__pickup-address .pickup-address-row .sd-label {
  font-size: 12px;
  font-weight: 600;
  color: #6c757d;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}
.safe_deal_delivery_block__pickup-address .pickup-address-row .sd-value {
  font-size: 14px;
  color: #212529;
  line-height: 1.5;
}
.safe_deal_delivery_block__pickup-address .pickup-address-row .sd-value.sd-value--schedule {
  color: #495057;
  font-size: 13px;
}
/**
 * Стили для попапа с виджетом карты Почты России
 */
.safe-deal-popup-container {
  font-family: 'Gotham Pro', 'Arial', sans-serif;
  /* Стили для контейнера виджета */
  /* Стили для кнопки "Найти пункты" в попапе */
}
.safe-deal-popup-container h3 {
  font-weight: 600;
  color: #252525;
}
.safe-deal-popup-container p {
  line-height: 1.6;
}
.safe-deal-popup-container #ecom-widget,
.safe-deal-popup-container [id^="ecom-widget-"] {
  background: #f9f9f9;
  transition: border-color 0.3s ease;
}
.safe-deal-popup-container #ecom-widget:hover,
.safe-deal-popup-container [id^="ecom-widget-"]:hover {
  border-color: #4CAF50;
}
.safe-deal-popup-container .btn.registration-btn {
  background: linear-gradient(135deg, #4CAF50 0%, #45a049 100%);
  color: white;
  padding: 10px 20px;
  border-radius: 6px;
  font-size: 14px;
  font-weight: 600;
  border: none;
  cursor: pointer;
  transition: all 0.3s ease;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}
.safe-deal-popup-container .btn.registration-btn:hover {
  background: linear-gradient(135deg, #45a049 0%, #3d8b40 100%);
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.2);
  transform: translateY(-1px);
}
.safe-deal-popup-container .btn.registration-btn:active {
  transform: translateY(0);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
}
/* Мобильная адаптация */
@media (max-width: 1023px) {
  .purchase_item-image .safe-deal-badge {
    top: 3px;
    right: 3px;
    padding: 3px 6px;
    font-size: 10px;
  }
  .purchase_item-image .safe-deal-badge .safe-deal-icon {
    font-size: 10px;
  }
  .payment-option.payment-disabled:hover::after {
    font-size: 11px;
    padding: 6px 10px;
  }
  .safe_deal_delivery_block__pickup-address {
    margin-top: 12px;
    padding: 12px;
  }
  .safe_deal_delivery_block__pickup-address .pickup-address-row .sd-label {
    font-size: 11px;
  }
  .safe_deal_delivery_block__pickup-address .pickup-address-row .sd-value {
    font-size: 13px;
  }
  .safe_deal_delivery_block__pickup-address .pickup-address-row .sd-value.sd-value--schedule {
    font-size: 12px;
  }
  /* Адаптивность для попапа */
  .safe-deal-popup-container h3 {
    font-size: 16px;
  }
  .safe-deal-popup-container p {
    font-size: 13px;
  }
  .safe-deal-popup-container .btn.registration-btn {
    padding: 8px 16px;
    font-size: 13px;
  }
}
/*=========================================*/
/* MOBILE BLOCKS */
/*=========================================*/
.mobile-window {
  display: none;
}
.mobile_top {
  display: none;
  box-sizing: border-box;
  justify-content: space-between;
  align-items: center;
  box-shadow: 0 4px 4px rgba(0, 0, 0, 0.05);
  border-radius: 0 0 10px 10px;
  z-index: 5000;
  height: 50px;
  padding: 10px 20px;
  position: fixed;
  top: 0;
  background: #FFFFFF;
  width: 100%;
}
.mobile_top .avatar {
  width: 30px;
  height: 30px;
}
.mobile_top .avatar svg,
.mobile_top .avatar img {
  width: 30px;
  height: 30px;
  border-radius: 50%;
}
.mobile_top .avatar > :nth-child(1) {
  display: block;
}
.mobile_top .avatar > :nth-child(2) {
  width: 14px;
  height: 14px;
  display: none;
}
.mobile_top .avatar.open > :nth-child(1) {
  display: none;
}
.mobile_top .avatar.open > :nth-child(2) {
  display: block;
}
.mobile_top .buter,
.mobile_top .avatar {
  display: flex;
  align-items: center;
  justify-content: center;
}
.mobile_menu {
  display: none;
  position: fixed;
  top: 0;
  bottom: 65px;
  width: 100%;
  left: 0;
  z-index: 4000;
  background: #ffffff;
  flex-direction: column;
  align-items: stretch;
  justify-content: space-between;
  overflow-y: auto;
  padding-bottom: 30px;
}
.mobile_menu .menu_inner {
  flex: 1;
}
.mobile_menu .reg_block {
  border-bottom: 1px solid #DFDFDF;
  padding: 15px 25px;
  font-style: normal;
  font-weight: normal;
  font-size: 12px;
  line-height: 14px;
  text-align: right;
  color: #000000;
  height: 45px;
}
.mobile_menu .reg_block a {
  color: #000000;
  margin: 0 10px;
}
.mobile_menu .reg_block a svg {
  display: inline-block;
  vertical-align: middle;
  margin-left: 5px;
}
.mobile_menu .languages {
  padding-left: initial;
  padding-right: initial;
}
.mobile_menu .languages a {
  color: #FFFFFF;
  cursor: pointer;
  display: inline !important;
}
.mobile_menu .languages a:hover {
  color: #ff6f47;
}
.mobile_menu .languages span {
  color: #FF3700 !important;
  font-weight: bold;
}
.mobile_menu .languages .delimiter {
  margin: 0 5px;
}
.app_download {
  display: none;
  max-width: 720px;
  border-radius: 10px;
  margin: 10px auto 20px auto;
  min-height: 82px;
  justify-content: space-between;
  align-items: center;
  z-index: 5000;
  padding: 10px 15px;
  background: #F2F2F2;
  width: 100%;
}
@media all and (max-width: 1024px) {
  .app_download {
    display: flex;
  }
}
@media all and (max-width: 767px) {
  .app_download {
    max-width: initial;
    width: 100%;
    border-radius: initial;
    margin: 5px auto 10px auto;
  }
}
.app_download img {
  width: 67px;
  height: 67px;
}
.app_download .app_download--body {
  padding: 0 10px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.app_download .app_download--body span {
  text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
}
.app_download .app_download--body a {
  color: #FFFFFF;
  background-color: #ff3700;
  text-align: center;
  font-family: Roboto;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  padding: 2px 20px;
  margin-top: 3px;
  border-radius: 25px;
}
.app_download svg,
.app_download .app_download--body a {
  cursor: pointer;
}
.socials {
  display: flex;
  align-items: stretch;
  justify-content: center;
  margin-top: 30px;
}
.socials ul {
  display: flex;
  align-items: center;
  justify-content: center;
}
.socials ul li {
  display: block;
  padding-left: 10px;
  padding-right: 10px;
}
.socials ul li img {
  width: 24px;
  height: 24px;
}
.mobile_bottom {
  display: none;
  padding: 10px 20px;
  justify-content: space-between;
  align-items: flex-start;
  height: 75px;
  z-index: 5000;
  position: fixed;
  width: 100%;
  bottom: 0;
  left: 0;
  background: #FFFFFF;
  box-shadow: 0px -4px 4px rgba(0, 0, 0, 0.05);
  border-radius: 12px 12px 0 0;
  box-sizing: border-box;
}
.mobile_bottom a {
  font-style: normal;
  font-weight: normal;
  font-size: 8px;
  line-height: 9px;
  text-align: center;
  color: #000000;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  flex-wrap: wrap;
}
.mobile_bottom a .image {
  text-align: center;
  margin-bottom: 5px;
  position: relative;
  height: 30px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
}
.mobile_bottom a .image svg {
  display: inline-block;
  width: 31px;
  height: 31px;
}
.mobile_bottom a .image i {
  background: #FF3700;
  width: 12px;
  height: 12px;
  position: absolute;
  top: 0;
  right: 0;
  border-radius: 12px;
  font-style: normal;
  font-weight: bold;
  font-size: 8px;
  line-height: 10px;
  text-align: center;
  color: #FFFFFF;
}
.mobile_bottom a .title {
  width: 100%;
}
.mobile_bottom .item.disabled {
  opacity: 0.3;
  pointer-events: none;
}
.sidebar {
  overflow: auto;
  background: #fff;
  padding-top: 0;
  padding-bottom: 10px;
  flex-direction: column;
}
.sidebar.cabinet__sidebar {
  display: block;
  width: 295px;
}
.sidebar .mobile_sidebar {
  display: block;
  text-align: center;
  padding: 20px 0;
}
.sidebar .mobile_sidebar .download {
  margin-bottom: 23px;
}
.sidebar .mobile_sidebar .fullscreen {
  margin-bottom: 34px;
}
.sidebar .mobile_sidebar .fullscreen span {
  font-style: normal;
  font-weight: 500;
  font-size: 13px;
  line-height: 19px;
  letter-spacing: 0.01em;
  color: #109CF1;
}
.sidebar .mobile_sidebar .socials {
  margin-bottom: 30px;
}
.sidebar .mobile_sidebar a.addlot {
  font-style: normal;
  font-weight: 500;
  font-size: 13px;
  line-height: 19px;
  letter-spacing: 0.01em;
  color: #109CF1;
  display: inline-flex;
  justify-content: flex-start;
  align-items: center;
}
.sidebar .mobile_sidebar a.addlot .icon {
  margin-right: 10px;
}
.sidebar .mobile_sidebar a.addlot .icon img {
  display: block;
}
.sidebar .login_menu {
  padding: 50px 45px 30px;
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-direction: column;
}
.sidebar .login_menu .login_link {
  max-width: 500px;
}
.sidebar .login_menu .login_link a {
  font-size: 17px;
}
.sidebar .login_menu .login_link a svg {
  height: 30px;
  vertical-align: text-bottom;
  margin-right: 10px;
}
.sidebar .login_menu .login_link .additional_text {
  font-size: 14px;
  color: #A0AEC1;
  margin-top: 17px;
}
.sidebar .green {
  color: #35ba01;
}
.sidebar .profile {
  background: #FBE8E6;
  padding: 17px 11px 7px;
  position: relative;
}
.sidebar .profile .settings {
  position: absolute;
  right: 11px;
  top: 17px;
}
.sidebar .profile .profile_top {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  margin-bottom: 14px;
}
.sidebar .profile .profile_top .avatar {
  width: 55px;
  height: 55px;
  margin-right: 17px;
  border-radius: 50%;
  overflow: hidden;
}
.sidebar .profile .profile_top .avatar a,
.sidebar .profile .profile_top .avatar img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.sidebar .profile .profile_top .avatar .avatar_popup {
  position: absolute;
  z-index: 999;
  padding: 10px;
  background-color: white;
  border: 1px solid #dfdfdf;
  border-radius: 10px;
  top: -50px;
  left: 130px;
  max-width: 500px;
  max-height: 500px;
}
.sidebar .profile .profile_top .description .name {
  font-style: normal;
  font-weight: bold;
  font-size: 14px;
  line-height: 21px;
  color: #000000;
  margin-bottom: 2px;
}
.sidebar .profile .profile_top .description .description_bottom {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.sidebar .profile .profile_top .description .description_bottom .number {
  background: #109CF1;
  border-radius: 4px;
  font-style: normal;
  font-weight: bold;
  font-size: 9px;
  line-height: 13px;
  letter-spacing: 0.01em;
  color: #FFFFFF;
  padding: 2px 10px;
  margin-right: 6px;
}
.sidebar .profile .profile_top .description .description_bottom .user_badge {
  margin-right: 6px;
  width: 20px;
  height: 20px;
}
.sidebar .profile .profile_top .description .description_bottom .user_badge img {
  width: 100%;
  object-fit: contain;
}
.sidebar .profile .profile_top .description img {
  display: block;
}
.sidebar .profile .profile_bottom .links {
  margin-bottom: 10px;
  font-weight: 500;
}
.sidebar .profile .profile_bottom .links a {
  margin-right: 5px;
}
.sidebar .profile .profile_bottom .myid {
  font-style: normal;
  font-weight: bold;
  font-size: 13px;
  line-height: 165%;
  letter-spacing: 0.01em;
  color: #000000;
  opacity: 0.4;
}
.sidebar .profile_menu {
  padding: 5px 0;
  flex: 1;
}
.sidebar .profile_menu .item {
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 1.7em;
  letter-spacing: 0.01em;
}
.sidebar .profile_menu .item .title_container {
  padding: 9px 19px 9px 10px;
  width: 100%;
}
.sidebar .profile_menu .item .title_container .item_button {
  width: 100%;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  cursor: pointer;
}
.sidebar .profile_menu .item .title_container .item_button .new {
  color: #FF3700;
  font-size: 10px;
  font-weight: bold;
}
.sidebar .profile_menu .item .title_container .item_button .button_icon {
  margin-right: 8px;
  display: block;
  width: 20px;
  height: 20px;
  color: #E5E5E5;
}
.sidebar .profile_menu .item .button_inner_icon {
  margin-right: 10px;
  width: 8px;
  height: 8px;
  display: inline-block;
  border-radius: 50%;
  border: 2px solid #9c9c9c;
}
.sidebar .profile_menu .item .button_inner_icon.red_ellipse {
  border-color: #F7685B;
}
.sidebar .profile_menu .item .button_inner_icon.green_ellipse {
  border-color: #2ED47A;
}
.sidebar .profile_menu .item .button_inner_icon.blue_ellipse {
  border-color: #109CF1;
}
.sidebar .profile_menu .item .button_inner_icon.cap {
  border: none;
}
.sidebar .profile_menu .item.with_inner > .inner {
  padding: 20px 0 20px 15px;
  display: none;
}
.sidebar .profile_menu .item.with_inner > .title_container {
  position: relative;
}
.sidebar .profile_menu .item.with_inner > .title_container::after {
  content: url("../images/responsive/closed.svg");
  position: absolute;
  top: 50%;
  right: 0;
  transform: translate(-15px, -45%);
}
.sidebar .profile_menu .item.with_inner.active > .inner,
.sidebar .profile_menu .item.with_inner.current > .inner {
  display: block;
}
.sidebar .profile_menu .item.with_inner.active > .title_container::after,
.sidebar .profile_menu .item.with_inner.current > .title_container::after {
  content: url("../images/responsive/opened.svg");
}
.sidebar .profile_menu .level-1 {
  padding: 0 2px 0 9px;
  font-weight: bold;
  color: #000;
}
.sidebar .profile_menu .level-1 a {
  color: #000;
}
.sidebar .profile_menu .level-1.active > .title_container,
.sidebar .profile_menu .level-1.current > .title_container {
  color: #EB5757;
  background: #FBE8E6;
  border-radius: 4px;
}
.sidebar .profile_menu .level-1.active > .title_container .button_icon svg path,
.sidebar .profile_menu .level-1.current > .title_container .button_icon svg path {
  fill: #EB5757;
}
.sidebar .profile_menu .level-2 {
  font-style: normal;
  font-weight: 500;
  color: #000;
}
.sidebar .profile_menu .level-2 a {
  color: #000;
}
.sidebar .profile_menu .level-3 {
  font-style: normal;
  color: #334D6E;
}
.sidebar .profile_menu .level-3 a {
  color: #334D6E;
}
.sidebar .profile_menu .level-2 > .title_container:hover,
.sidebar .profile_menu .level-3 > .title_container:hover,
.sidebar .profile_menu .level-2.current:not(.with_inner) > .title_container,
.sidebar .profile_menu .level-3.current:not(.with_inner) > .title_container {
  background: rgba(247, 104, 91, 0.07);
  border-radius: 4px;
}
.sidebar .profile_menu hr {
  display: block;
  border: none;
  height: 1px;
  background: #EBEFF2;
}
.mobile_footer {
  background: #000000;
  width: 100%;
  padding: 28px 28px 75px;
  box-sizing: border-box;
  display: none;
}
.mobile_footer .socials {
  text-align: center;
  width: 100%;
  padding: 30px 0;
}
.mobile_footer .app_wrapper {
  margin: 30px auto 0;
}
.mobile_footer .copyright {
  font-style: normal;
  font-weight: normal;
  font-size: 10px;
  line-height: 120%;
  text-align: center;
  color: #E0E0E0;
  padding: 20px 0 0;
}
.mobile_footer .menu_footer .item {
  margin-bottom: 5px;
}
.mobile_footer .menu_footer .item > span,
.mobile_footer .menu_footer .item > a {
  background: #333333;
  border-radius: 10px;
  padding: 15px 25px;
  position: relative;
  display: block;
  font-style: normal;
  font-weight: bold;
  font-size: 12px;
  line-height: 14px;
  letter-spacing: 0.05em;
  color: #F2F2F2;
}
.mobile_footer .menu_footer .item.with_inner > span:after {
  position: absolute;
  z-index: 10;
  content: url("../images/responsive/menu_closed2.svg");
  top: 50%;
  right: 0;
  transform: translate(-20px, -50%);
}
.mobile_footer .menu_footer .item.with_inner.active > span:after {
  position: absolute;
  z-index: 10;
  content: url("../images/responsive/menu_open2.svg");
  top: 50%;
  right: 0;
  transform: translate(-20px, -50%);
}
.mobile_footer .menu_footer .item.with_inner.active > a {
  border-radius: 10px 10px 0 0;
}
.mobile_footer .menu_footer .item.with_inner.active {
  background: #171717;
  border-radius: 10px;
}
.mobile_footer .menu_footer .item.with_inner.active .inner .item_inner > a {
  font-style: normal;
  font-weight: normal;
  font-size: 12px;
  line-height: 14px;
  letter-spacing: 0.05em;
  color: #B8B8B8;
  padding: 10px 20px;
  display: block;
}
.mobile_footer .menu_footer .item.with_inner .inner {
  display: none;
}
.mobile_footer .menu_footer .item.with_inner.active .inner {
  display: block;
}
.flex-row {
  display: flex;
  margin-left: calc(-0.5 * 20px);
  margin-right: calc(-0.5 * 20px);
}
.flex-row > .flex-col-0-5 {
  flex: 0.5;
  padding: 0 calc(0.5 * 20px);
  width: 100%;
}
.flex-row > .flex-col-1 {
  flex: 1;
  padding: 0 calc(0.5 * 20px);
  width: 100%;
}
.flex-row > .flex-col-1-5 {
  flex: 1.5;
  padding: 0 calc(0.5 * 20px);
  width: 100%;
}
.flex-row > .flex-col-2 {
  flex: 2;
  padding: 0 calc(0.5 * 20px);
  width: 100%;
}
.flex-row > .flex-col-3 {
  flex: 3;
  padding: 0 calc(0.5 * 20px);
  width: 100%;
}
.flex-row > .flex-col-4 {
  flex: 4;
  padding: 0 calc(0.5 * 20px);
  width: 100%;
}
.flex-row > .flex-col-5 {
  flex: 5;
  padding: 0 calc(0.5 * 20px);
  width: 100%;
}
.flex-row > .flex-col-6 {
  flex: 6;
  padding: 0 calc(0.5 * 20px);
  width: 100%;
}
.flex-row > .flex-col-7 {
  flex: 7;
  padding: 0 calc(0.5 * 20px);
  width: 100%;
}
.flex-row > .flex-col-8 {
  flex: 8;
  padding: 0 calc(0.5 * 20px);
  width: 100%;
}
.flex-row > .flex-col-9 {
  flex: 9;
  padding: 0 calc(0.5 * 20px);
  width: 100%;
}
.flex-row.flex-row-reverse {
  flex-direction: row-reverse;
}
.flex-row-2 {
  flex-wrap: wrap;
}
.flex-row-2 > .flex-col-0-5 {
  width: 50%;
  flex: 0 0 auto;
}
.flex-row-2 > .flex-col-1 {
  width: 50%;
  flex: 0 0 auto;
}
.flex-row-2 > .flex-col-1-5 {
  width: 50%;
  flex: 0 0 auto;
}
.flex-row-2 > .flex-col-2 {
  width: 50%;
  flex: 0 0 auto;
}
.flex-row-2 > .flex-col-3 {
  width: 50%;
  flex: 0 0 auto;
}
.flex-row-2 > .flex-col-4 {
  width: 50%;
  flex: 0 0 auto;
}
.flex-row-2 > .flex-col-5 {
  width: 50%;
  flex: 0 0 auto;
}
.flex-row-2 > .flex-col-6 {
  width: 50%;
  flex: 0 0 auto;
}
.flex-row-2 > .flex-col-7 {
  width: 50%;
  flex: 0 0 auto;
}
.flex-row-2 > .flex-col-8 {
  width: 50%;
  flex: 0 0 auto;
}
.flex-row-2 > .flex-col-9 {
  width: 50%;
  flex: 0 0 auto;
}
.flex-row-1 {
  flex-wrap: wrap;
}
.flex-row-1 > .flex-col-0-5 {
  width: 100%;
  flex: 0 0 auto;
}
.flex-row-1 > .flex-col-1 {
  width: 100%;
  flex: 0 0 auto;
}
.flex-row-1 > .flex-col-1-5 {
  width: 100%;
  flex: 0 0 auto;
}
.flex-row-1 > .flex-col-2 {
  width: 100%;
  flex: 0 0 auto;
}
.flex-row-1 > .flex-col-3 {
  width: 100%;
  flex: 0 0 auto;
}
.flex-row-1 > .flex-col-4 {
  width: 100%;
  flex: 0 0 auto;
}
.flex-row-1 > .flex-col-5 {
  width: 100%;
  flex: 0 0 auto;
}
.flex-row-1 > .flex-col-6 {
  width: 100%;
  flex: 0 0 auto;
}
.flex-row-1 > .flex-col-7 {
  width: 100%;
  flex: 0 0 auto;
}
.flex-row-1 > .flex-col-8 {
  width: 100%;
  flex: 0 0 auto;
}
.flex-row-1 > .flex-col-9 {
  width: 100%;
  flex: 0 0 auto;
}
@media all and (max-width: 1024px) {
  .flex-row-mobile > .flex-col-0-5 {
    flex: 0.5;
    padding: 0 calc(0.5 * 20px);
    width: 100%;
  }
  .flex-row-mobile > .flex-col-1 {
    flex: 1;
    padding: 0 calc(0.5 * 20px);
    width: 100%;
  }
  .flex-row-mobile > .flex-col-1-5 {
    flex: 1.5;
    padding: 0 calc(0.5 * 20px);
    width: 100%;
  }
  .flex-row-mobile > .flex-col-2 {
    flex: 2;
    padding: 0 calc(0.5 * 20px);
    width: 100%;
  }
  .flex-row-mobile > .flex-col-3 {
    flex: 3;
    padding: 0 calc(0.5 * 20px);
    width: 100%;
  }
  .flex-row-mobile > .flex-col-4 {
    flex: 4;
    padding: 0 calc(0.5 * 20px);
    width: 100%;
  }
  .flex-row-mobile > .flex-col-5 {
    flex: 5;
    padding: 0 calc(0.5 * 20px);
    width: 100%;
  }
  .flex-row-mobile > .flex-col-6 {
    flex: 6;
    padding: 0 calc(0.5 * 20px);
    width: 100%;
  }
  .flex-row-mobile > .flex-col-7 {
    flex: 7;
    padding: 0 calc(0.5 * 20px);
    width: 100%;
  }
  .flex-row-mobile > .flex-col-8 {
    flex: 8;
    padding: 0 calc(0.5 * 20px);
    width: 100%;
  }
  .flex-row-mobile > .flex-col-9 {
    flex: 9;
    padding: 0 calc(0.5 * 20px);
    width: 100%;
  }
  .flex-row-2-mobile {
    flex-wrap: wrap;
  }
  .flex-row-2-mobile > .flex-col-0-5 {
    width: 50%;
    flex: 0 0 auto;
  }
  .flex-row-2-mobile > .flex-col-1 {
    width: 50%;
    flex: 0 0 auto;
  }
  .flex-row-2-mobile > .flex-col-1-5 {
    width: 50%;
    flex: 0 0 auto;
  }
  .flex-row-2-mobile > .flex-col-2 {
    width: 50%;
    flex: 0 0 auto;
  }
  .flex-row-2-mobile > .flex-col-3 {
    width: 50%;
    flex: 0 0 auto;
  }
  .flex-row-2-mobile > .flex-col-4 {
    width: 50%;
    flex: 0 0 auto;
  }
  .flex-row-2-mobile > .flex-col-5 {
    width: 50%;
    flex: 0 0 auto;
  }
  .flex-row-2-mobile > .flex-col-6 {
    width: 50%;
    flex: 0 0 auto;
  }
  .flex-row-2-mobile > .flex-col-7 {
    width: 50%;
    flex: 0 0 auto;
  }
  .flex-row-2-mobile > .flex-col-8 {
    width: 50%;
    flex: 0 0 auto;
  }
  .flex-row-2-mobile > .flex-col-9 {
    width: 50%;
    flex: 0 0 auto;
  }
  .flex-row-1-mobile {
    flex-wrap: wrap;
  }
  .flex-row-1-mobile > .flex-col-0-5 {
    width: 100%;
    flex: 0 0 auto;
  }
  .flex-row-1-mobile > .flex-col-1 {
    width: 100%;
    flex: 0 0 auto;
  }
  .flex-row-1-mobile > .flex-col-1-5 {
    width: 100%;
    flex: 0 0 auto;
  }
  .flex-row-1-mobile > .flex-col-2 {
    width: 100%;
    flex: 0 0 auto;
  }
  .flex-row-1-mobile > .flex-col-3 {
    width: 100%;
    flex: 0 0 auto;
  }
  .flex-row-1-mobile > .flex-col-4 {
    width: 100%;
    flex: 0 0 auto;
  }
  .flex-row-1-mobile > .flex-col-5 {
    width: 100%;
    flex: 0 0 auto;
  }
  .flex-row-1-mobile > .flex-col-6 {
    width: 100%;
    flex: 0 0 auto;
  }
  .flex-row-1-mobile > .flex-col-7 {
    width: 100%;
    flex: 0 0 auto;
  }
  .flex-row-1-mobile > .flex-col-8 {
    width: 100%;
    flex: 0 0 auto;
  }
  .flex-row-1-mobile > .flex-col-9 {
    width: 100%;
    flex: 0 0 auto;
  }
  body #backtotop {
    bottom: 85px;
  }
  body {
    padding-bottom: 65px;
  }
  body > .body_wrapper > header {
    padding-top: 60px;
  }
  header .navbar.navbar-inverse {
    display: none;
  }
  header .navbar.navbar-inverse *:after,
  header .navbar.navbar-inverse *:before {
    display: none;
  }
  .catmenu_container {
    display: none;
  }
  .mobile_top {
    display: flex;
    transition: top 100ms ease-out;
  }
  .buter svg rect {
    transition: opacity 200ms, transform 200ms;
  }
  .buter.open svg > rect:nth-child(1) {
    opacity: 0;
  }
  .buter.open svg > rect:nth-child(2) {
    transform: translate(8px, -4px) rotate(45deg);
  }
  .buter.open svg > rect:nth-child(3) {
    transform: translate(-9px, 5px) rotate(-45deg);
  }
  .mobile_menu.open {
    display: flex !important;
  }
  .mobile_menu .with_inner > .inner,
  .mobile_menu .with_inner > .inner2,
  .mobile_menu .with_inner > .inner3 {
    display: none;
    margin-top: 14px;
  }
  .mobile_menu .item_inner,
  .mobile_menu .item {
    padding: 14px 30px;
  }
  .mobile_menu .with_inner.active > .inner {
    display: block;
    overflow-y: auto;
  }
  .mobile_menu .with_inner.active > .inner2 {
    display: block;
    background: #fff;
    overflow-y: auto;
  }
  .mobile_menu .with_inner.active > .inner3 {
    display: block;
    overflow-y: auto;
  }
  .mobile_menu .menu_inner .item > a,
  .mobile_menu .menu_inner .item > strong {
    font-style: normal;
    font-size: 14px;
    line-height: 16px;
    color: #000000;
    display: block;
    position: relative;
  }
  .mobile_menu .menu_inner .item.with_inner > strong::after {
    position: absolute;
    z-index: 10;
    content: url("../images/responsive/menu_closed.svg");
    top: 50%;
    right: 0;
    transform: translate(-20px, -50%);
  }
  .mobile_menu .menu_inner .item.with_inner.active > strong::after {
    position: absolute;
    z-index: 10;
    content: url("../images/responsive/menu_open.svg");
    top: 50%;
    right: 0;
    transform: translate(-20px, -50%);
  }
  .mobile_menu .menu_inner .item.active {
    position: absolute;
    top: 45px;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 25;
    background: #fff;
    overflow: auto;
    padding-bottom: 20px;
  }
  .mobile_menu .item_inner {
    padding: 15px 30px 15px 20px;
  }
  .mobile_menu .item_inner > a {
    font-style: normal;
    font-size: 14px;
    line-height: 16px;
    color: #000000;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    position: relative;
  }
  .mobile_menu .item_inner > a .icon {
    width: 40px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: 15px;
  }
  .mobile_menu .item_inner > a .icon img {
    width: 100%;
    height: 100%;
  }
  .mobile_menu .item_inner.with_inner > a:after {
    position: absolute;
    z-index: 10;
    content: url("../images/responsive/menu_closed.svg");
    top: 50%;
    right: 0;
    transform: translate(-20px, -50%);
  }
  .mobile_menu .item_inner.with_inner.active > a:after {
    position: absolute;
    z-index: 110;
    content: url("../images/responsive/menu_back.svg");
    top: 50%;
    left: 20px;
    transform: translateY(-40%);
  }
  .mobile_menu .menu_inner.active {
    position: absolute;
    top: 60px;
    left: 0;
    bottom: 0;
    width: 100%;
    z-index: 90;
  }
  .mobile_menu .item_inner.with_inner.active {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #fff;
    z-index: 100;
  }
  .mobile_menu .item_inner.with_inner.active > a .icon {
    display: none;
  }
  .mobile_menu .item_inner.with_inner.active > a .title {
    font-style: normal;
    font-weight: bold;
    font-size: 16px;
    line-height: 18px;
    color: #000000;
    margin-left: 20px;
  }
  .mobile_menu .inner2 .item_inner2 > a {
    font-style: normal;
    font-weight: normal;
    font-size: 12px;
    line-height: 14px;
    color: #000000;
    position: relative;
    padding: 10px 0 10px 50px;
    display: block;
  }
  .mobile_menu .inner2 .item_inner2.red > a {
    color: #FF3700;
  }
  .mobile_menu .inner2 .item_inner2.with_inner > a:after {
    position: absolute;
    z-index: 10;
    content: url("../images/responsive/menu_closed.svg");
    top: 50%;
    right: 0;
    transform: translate(-20px, -50%);
  }
  .mobile_menu .inner2 .item_inner2.with_inner.active > a:after {
    position: absolute;
    z-index: 10;
    content: url("../images/responsive/menu_open.svg");
    top: 50%;
    right: 0;
    transform: translate(-20px, -50%);
  }
  .mobile_menu .inner3 .item_inner3 > a {
    font-style: normal;
    font-weight: normal;
    font-size: 12px;
    line-height: 14px;
    color: #000000;
    padding: 10px 0 10px 70px;
    display: block;
  }
  .mobile_menu .inner3 .item_inner3.red > a {
    color: #FF3700;
  }
  .mobile_menu .inner2 .item_inner2.active > a {
    font-weight: bold;
  }
  .mobile_bottom {
    display: flex;
  }
  .sidebar.open {
    display: flex;
  }
  .mobile_footer {
    display: block;
  }
  footer > .container.links {
    display: none;
  }
  footer > .description_band {
    display: none;
  }
  footer > .container.about_site {
    display: none;
  }
  .mobile-window {
    position: fixed;
    top: 40px;
    bottom: 65px;
    left: 0;
    width: 100%;
    z-index: 4999;
    margin-top: 0;
    padding-top: 10px;
    padding-bottom: 10px;
    overflow-y: auto;
    overflow-x: hidden;
  }
  .mobile-window.mobile-front-window {
    top: 0;
    bottom: 0;
    z-index: 5010;
    padding-top: 0;
    padding-bottom: 0;
  }
  .mobile-window .mobile-window-header {
    background: #fff;
    text-align: center;
    color: #FF3700;
    padding: 18px 30px;
    position: relative;
    margin-left: -10px;
    margin-right: -10px;
    margin-top: 0;
    font-weight: 400;
    font-size: 18px;
    line-height: 22px;
    box-shadow: 0 4px 24px rgba(0, 0, 0, 0.08);
  }
  .mobile-window .mobile-window-header .back-button {
    background-image: url("data:image/svg+xml,%3Csvg width='10' height='16' viewBox='0 0 10 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M.226 8.543a.766.766 0 0 1 0-1.086L7.362.326a1.113 1.113 0 0 1 1.575 1.573L2.832 8l6.105 6.1a1.114 1.114 0 0 1-1.575 1.574L.226 8.544Z' fill='%23222'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-size: contain;
    width: 10px;
    height: 10px;
    margin-right: 15px;
    position: absolute;
    top: calc(50% - 5px);
  }
  .mobile-window.open {
    display: block;
  }
  .desktop-visible {
    display: none;
  }
}
@media all and (min-width: 1025px) {
  .mobile-visible {
    display: none;
  }
  .desktop-visible {
    display: block;
  }
  .desktop-visible.desktop-flex {
    display: flex;
  }
}
@media (max-width: 1024px) {
  .listing__banner__horizontal {
    display: none;
  }
}
@media (max-width: 767px) {
  .alert {
    margin: 0 15px 20px;
  }
  .block_message_wrapper {
    padding: 0 15px !important;
  }
}
