@import url(https://use.typekit.net/bwp7hog.css);@charset "UTF-8";
.h2 {
  margin-bottom: 25px;
  font-weight: 500;
  color: #286691;
}

.content {
  padding: 0 40px;
}

.content p {
  line-height: 1.65;
  font-size: 15px;
  margin-bottom: 20px;
}

.warning-notice {
  background: #a80d10;
  font-size: 14px;
  padding: 5px 0;
  color: #fff;
}

.warning-notice a {
  color: #fff;
}

.list {
  margin: 20px 0;
}

.list__item {
  line-height: 1.4;
  margin-bottom: 7px;
}

.btn {
  font-family: "proxima-nova", sans-serif;
  cursor: pointer;
  padding: 12px 40px;
  border-radius: 5px;
}

.btn--main {
  border-radius: 5px;
  display: inline-block;
  width: 200px;
  line-height: 1;
  padding: 15px 10px;
  text-align: center;
  box-sizing: border-box;
  font-size: 17px;
  font-weight: 600;
  color: #fff;
}

.btn--main:hover {
  text-decoration: none;
  color: #fff;
}

.btn.-style-bold {
  font-weight: 500;
  font-size: 15px;
}

.btn.-color-light {
  color: #fff;
  transition: color .35s ease;
  text-decoration: none;
}

.btn.-color-light:hover {
  color: #BBCED8;
}

.btn.-color-blue {
  color: #fff;
  background-color: #3693B8;
}

.btn.-color-blue:hover {
  transition: background 0.35s ease;
}

.btn.-color-blue:hover:hover {
  background: #3083a4;
}

.btn.-style-collective {
  color: #49515a;
  background-color: #fad25f;
  padding: 10px 15px;
  font-weight: 500;
}

.btn.-style-collective:hover {
  transition: background 0.35s ease;
}

.btn.-style-collective:hover:hover {
  background: #f9cb46;
}

.btn.-color-green {
  color: #fff;
  background-color: #3DB87F;
}

.btn.-color-green:hover {
  transition: background 0.35s ease;
}

.btn.-color-green:hover:hover {
  background: #37a572;
}

.btn.-color-white {
  color: #aaa;
  background-color: #fff;
  border: 1px solid #ccc;
}

.btn.-color-white:hover {
  transition: background 0.35s ease;
}

.btn.-color-white:hover:hover {
  background: #f2f2f2;
}

.btn.-color-grey {
  color: #3f464e;
  background: #c9ced1;
}

.btn.-color-grey:hover {
  transition: background 0.35s ease;
}

.btn.-color-grey:hover:hover {
  background: #9d9d9d;
}

.btn.-style-buyer {
  background-color: rgba(61, 184, 127, 0.5);
}

.btn.-style-buyer:hover {
  transition: background 0.35s ease;
}

.btn.-style-buyer:hover:hover {
  background: #3db87f;
}

.btn.-style-seller {
  background-color: rgba(54, 147, 184, 0.5);
}

.btn.-style-seller:hover {
  transition: background 0.35s ease;
}

.btn.-style-seller:hover:hover {
  background: #3693b8;
}

.btn.-style-dark {
  background: #3f464e;
  color: #fff;
}

.btn.-style-dark:hover {
  transition: background 0.35s ease;
}

.btn.-style-dark:hover:hover {
  background: #2d3237;
}

.btn.-style-export {
  color: #49515a;
  border-radius: 5px;
  font-size: 16px;
  padding-bottom: 0px;
  padding-top: 0px;
}

.btn.-style-export i {
  color: #009eff;
  margin-right: 10px;
}

.btn.-style-export:hover {
  color: #009eff;
  background-color: transparent !important;
}

.btn.-style-export:hover i {
  color: #009eff;
}

.btn.-style-warning {
  background: #ef2c30;
  color: #fff;
}

.btn.-style-warning:hover {
  transition: background 0.35s ease;
}

.btn.-style-warning:hover:hover {
  background: #e11115;
}

.btn.-style-primary {
  background: #009eff;
  color: #fff;
}

.btn.-style-primary:hover {
  transition: background 0.35s ease;
}

.btn.-style-primary:hover:hover {
  background: #0085d6;
}

.btn.-size-big {
  display: block;
  width: 100%;
  margin: 10px auto;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 700;
  border-radius: 2px;
}

.btn.-size-big.-export {
  display: inline-block;
  width: unset;
  border-radius: 5px;
  max-width: 100%;
  font-size: 16px;
  font-weight: 700;
}

.btn.-size-small {
  height: auto;
  padding: 8px 10px;
}

.btn.-size-small.-export {
  padding: 8px 40px;
  font-size: 12px;
  text-transform: uppercase;
  font-weight: bold;
}

.btn-primary {
  background: #3693B8;
}

.btn-primary-o {
  background: #fff;
  border: 1px solid #3693B8;
  color: #333;
  font-size: 15px;
  box-shadow: none !important;
  outline: none !important;
  padding: 6px 30px;
}

.btn-primary-o.active {
  background: #3693B8;
  color: #fff;
}

.btns-group {
  margin: 15px 0;
}

.text-header {
  font-size: 30px;
  color: #3f464e;
  margin-bottom: 20px;
}

.subheader {
  font-size: 14px;
  font-weight: 500;
  text-transform: uppercase;
  margin-bottom: 20px;
  color: #3f464e;
}

.white-card {
  background: #fff;
  padding: 20px;
  margin-bottom: 20px;
}

.white-card.-style-no-margin {
  margin-bottom: 0;
}

.tab-box {
  background: #fff;
  padding: 20px;
  margin-bottom: 20px;
  border-left: 1px solid #ddd;
  border-right: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
}

.tab-box.-style-no-margin {
  margin-bottom: 0;
}

.white-card__data-row {
  color: #999;
  line-height: 1.4;
  padding-bottom: 5px;
  margin-bottom: 15px;
  border-bottom: 1px solid #ccc;
  overflow: hidden;
}

.white-card__data-row span {
  color: #49515a;
}

.white-card__data-row.-style-big span {
  font-size: 19px;
}

.white-card__data-row:last-child {
  border-bottom: 0;
}

.text {
  color: #333;
}

.text.-style-small {
  font-size: 14px;
}

.warning-color {
  color: #ef2c30;
}

.primary-color {
  color: #009eff;
}

.success-color {
  color: #31ac0b;
}

input {
  padding: 17px 10px;
  border: 1px solid #c9ced1;
  border-radius: 5px;
}

select {
  padding: 15px 10px;
  border: 1px solid #c9ced1;
  border-radius: 5px;
}

select[data-adapholder='true'] {
  width: 100%;
  height: 52px;
}

select + label[placeholder] {
  display: block;
  pointer-events: none;
  line-height: 1.25em;
  margin-top: calc(-3em - 14px);
  margin-bottom: calc((3em - 1em) + 12px);
  font-weight: 400;
}

select + label[placeholder]:before {
  content: attr(placeholder);
  display: inline-block;
  margin: 0 calc(0.8em + 2px);
  padding: 0 3px;
  color: #999;
  white-space: nowrap;
  transition: 0.3s ease-in-out;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#fff));
  background-image: linear-gradient(to bottom, #fff, #fff);
  background-size: 100% 5px;
  background-repeat: no-repeat;
  background-position: center;
}

input.adaptive-holder[type="text"] {
  box-sizing: border-box;
  width: 100%;
  height: calc(3em + 2px);
  margin: 0 0 1em;
  border: 1px solid #ccc;
  border-radius: 5px;
  background: #fff;
  resize: none;
  outline: none;
}

input[type='text']:disabled {
  cursor: not-allowed;
}

input.adaptive-holder[type="text"][data-adapholder="true"]:focus {
  border-color: #009eff;
}

input.adaptive-holder[type="text"][data-adapholder="true"]:focus + label[placeholder]:before,
input.adaptive-holder[type="text"][data-adapholder="true"]:disabled + label[placeholder]:before {
  color: #009eff;
}

input.adaptive-holder[type="text"][data-adapholder="true"]:focus + label[placeholder]:before,
input.adaptive-holder[type="text"][data-adapholder="true"]:valid + label[placeholder]:before,
input.adaptive-holder[type="text"][data-adapholder="true"]:disabled + label[placeholder]:before {
  transition-duration: .2s;
  transform: translate(0, -1.5em) scale(0.9, 0.9);
}

input.adaptive-holder[type="text"][data-adapholder="true"]:invalid + label[placeholder][alt]:before {
  content: attr(alt);
}

input.adaptive-holder[type="text"][data-adapholder="true"] + label[placeholder] {
  display: block;
  pointer-events: none;
  line-height: 1.25em;
  margin-top: calc(-3em - 3px);
  margin-bottom: calc((3em - 1em) + 2px);
  font-weight: 400;
}

input.adaptive-holder[type="text"][data-adapholder="true"] + label[placeholder]:before {
  content: attr(placeholder);
  display: inline-block;
  margin: 0 calc(0.8em + 2px);
  padding: 0 3px;
  color: #999;
  white-space: nowrap;
  transition: 0.3s ease-in-out;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#fff));
  background-image: linear-gradient(to bottom, #fff, #fff);
  background-size: 100% 5px;
  background-repeat: no-repeat;
  background-position: center;
}

.add-price {
  padding: 10px;
  width: 100px;
}

.help-block {
  font-size: 13px;
  text-align: right;
}

.close-btn {
  cursor: pointer;
}

.input-error {
  border: 1px solid #ef2c30 !important;
  z-index: 9;
}

.input-error-text {
  position: absolute;
  font-size: 13px;
  color: #ef2c30;
}

.text-search {
  position: relative;
  margin-bottom: 30px;
}

.text-search input {
  width: 100%;
  height: 40px;
  border: 1px solid #e0e2e4;
  border-radius: 2px;
  color: #3f464e;
  font-size: 14px;
  padding-left: 20px;
  padding-right: 45px;
}

.text-search button {
  position: absolute;
  border: none;
  background: none;
  top: 7px;
  right: 9px;
  color: #aaa;
  font-size: 18px;
}

.noitem-message {
  margin: 30px 0;
  font-size: 18px;
  color: #49515a;
  text-align: center;
}

.noitem-message-str {
  margin: 30px 0;
  font-size: 26px;
  color: #49515a;
  text-align: center;
}

.noitem-message-str-left {
  margin: 30px 0;
  padding-left: 10px;
  font-size: 26px;
  color: #49515a;
  text-align: left;
}

.price-sale {
  font-size: 16px;
  font-weight: bold;
  line-height: 19px;
  color: #FF0000;
  text-align: left;
}

.price-old {
  font-size: 14px;
  line-height: 17px;
  -webkit-text-decoration-line: line-through;
          text-decoration-line: line-through;
  color: #1E6495;
  text-align: center;
}

.stocks-title {
  margin-top: 20px;
  font-size: 14px;
  font-weight: normal;
  color: #333;
  text-align: left;
  font-family: "proxima-nova", sans-serif;
  padding-left: 15px;
  padding-right: 15px;
}

.news-title {
  font-size: 16px;
  line-height: 19px;
  color: #000000;
}

.news-discription {
  font-size: 16px;
  line-height: 19px;
  color: #000000;
}

.news-more {
  font-size: 16px;
  line-height: 19px;
  color: #01C07A;
}

.empty-set {
  color: #999;
  font-size: 18px;
  text-align: center;
  padding: 60px 20px;
  line-height: 1.55;
  border: 1px dashed #ccc;
  color: #999;
  border-radius: 10px;
  margin-bottom: 30px;
}

.export-tools {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
}

.export-tools .btn {
  flex: 1 0 31%;
  border-radius: 0;
  padding-left: 5px;
  padding-right: 5px;
}

.export-tools .btn:hover {
  transition: background 0.35s ease;
}

.export-tools .btn:hover:hover {
  background: #3db87f;
}

.export-tools.-style-buying {
  overflow: hidden;
  border-radius: 5px;
  margin-bottom: 15px;
}

.export-tools.-style-buying-list {
  margin-top: 15px;
}

.table th {
  font-size: 14px;
  font-weight: normal;
  color: #999;
}

.table td {
  font-size: 15px;
  color: #49515a;
}

.notice-message {
  position: fixed;
  top: 50px;
  right: -500px;
  padding: 10px 50px 10px 30px;
  background: #f16530;
  color: #fff;
  border-radius: 10px 0 0 10px;
  box-shadow: 0 2px 5px -1px rgba(170, 170, 170, 0.9);
  z-index: 9999;
  transition: right .35s ease;
}

.notice-message a {
  color: #fff;
  text-decoration: underline;
}

.notice-message i {
  margin-right: 6px;
}

.notice-message.-action-show {
  right: 0;
  transition: right .35s ease;
}

.warning-message {
  padding: 15px 20px;
  background: #fad25f;
  color: #3f464e;
  border-radius: 4px;
  font-size: 14px;
}

.typ__header {
  color: #3DB87F;
  margin-top: 60px;
  margin-bottom: 20px;
  text-transform: uppercase;
  font-weight: 400;
}

.typ__check-icon {
  color: #3DB87F;
  font-size: 46px;
  margin-bottom: 40px;
}

.typ__text {
  font-weight: 400;
  font-size: 18px;
  color: #3f464e;
  line-height: 1.4;
  margin-bottom: 15px;
}

.typ__text span {
  color: #999;
  display: inline-block;
  border-bottom: 1px dashed #ccc;
}

.typ__btn {
  margin-top: 20px;
  margin-bottom: 60px;
}

.margin-top-60 {
  margin-top: 60px;
}

.margin-top-150 {
  margin-top: 150px;
}

.divider {
  border-top: 1px solid #ccc;
}

dl {
  border: 1px solid #c9ced1;
  border-radius: 5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background: #fff;
}

dt, dd {
  padding: 15px 25px;
  border-bottom: 1px solid #c9ced1;
}

dt {
  flex: 0 0 30%;
}

dd {
  flex: 0 0 70%;
}

.my-5 {
  margin-top: 40px;
  margin-bottom: 40px;
}

.mx-a {
  margin-left: auto;
  margin-right: auto;
}

.link {
  color: #3f464e;
  transition: color .35s ease;
  text-decoration: none;
}

.link:hover {
  color: #009eff;
}

.link:hover {
  text-decoration: none;
  cursor: pointer;
}

.link_primary {
  color: #009eff;
  transition: color .35s ease;
  text-decoration: none;
}

.link_primary:hover {
  color: #3f464e;
}

.link_warning {
  color: #ef2c30;
}

.link_active {
  color: #009eff;
}

.link_active:focus {
  color: #009eff;
}

.header {
  color: #333;
  font-family: "proxima nova", sans-serif;
  position: relative;
  top: auto;
  z-index: 999;
  background: #fff;
}

.header .header__alert {
  font-size: 12px;
}

.header.-style-guest-main {
  background: #fff;
}

.header.-style-guest-main.header_fixed {
  background: #fff;
}

.header.-style-guest-child {
  background: #fff;
}

.header_fixed {
  position: fixed;
  box-shadow: 0 5px 5px -5px #333;
  left: 0;
  width: 100%;
}

.header__main {
  box-shadow: 0 0 9px -2px #333;
  position: relative;
  z-index: 99;
}

.header__wrapper {
  height: 40px;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: flex-end;
  flex-wrap: wrap;
}

.header__menu-btn {
  margin-right: 20px;
  font-size: 18px;
  font-family: "proxima nova", sans-serif;
}

.header__menu-btn:hover {
  cursor: pointer;
}

.-style-guest-main .header__menu-item {
  color: #fff;
  font-weight: 300;
  margin-left: 30px;
  border: 1px solid rgba(255, 255, 255, 0.4);
  padding: 5px 10px;
  border-radius: 5px;
  text-decoration: none;
}

.-style-guest-main .header__menu-item:hover {
  border-color: #fff;
}

.header__catalog-btn {
  color: #333;
  font-weight: 300;
  margin-left: 30px;
  border: 1px solid rgba(255, 255, 255, 0.4);
  padding: 5px 10px;
  border-radius: 5px;
  text-decoration: none;
  color: #333;
  transition: color .35s ease;
  text-decoration: none;
}

.header__catalog-btn:hover {
  color: #333;
}

.header__catalog-btn:hover {
  border-color: #333;
}

.logo {
  width: 190px;
  margin: 0 20px 0 15px;
}

.logo img {
  display: block;
  max-width: 190px;
  margin: 0 auto;
}

.header__phone {
  font-size: 18px;
  font-weight: bold;
  padding-right: 20px;
  line-height: 1;
  padding-top: 7px;
  padding-bottom: 7px;
  margin-left: 10px;
  color: #333;
  transition: color .35s ease;
  text-decoration: none;
}

.header__phone:hover {
  color: black;
}

.header__phone:hover {
  text-decoration: none;
}

.header__auth-btns {
  margin-left: 20px;
  margin-right: auto;
}

.header__auth-btns span {
  font-family: "proxima-nova", sans-serif;
  font-size: 14px;
  color: #333;
}

.header__auth-btns span a {
  color: #009eff;
  color: #009eff;
  transition: color .35s ease;
  text-decoration: none;
}

.header__auth-btns span a:hover {
  color: black;
}

.header__auth-btns span a:hover {
  text-decoration: none;
}

.header__auth-btn {
  font-weight: 100;
  font-size: 0.85em;
  padding-left: 40px;
  line-height: 1;
  padding-top: 0;
  padding-bottom: 0;
}

.header_demo_wrap {
  margin-bottom: 0;
  padding: 5px;
}

.header__search-link {
  color: #fff;
  transition: color .35s ease;
  text-decoration: none;
  padding: 0 15px;
}

.header__search-link:hover {
  color: #ccc;
}

.header__notify {
  padding-left: 20px;
}

.header__favorite {
  color: #fff;
  transition: color .35s ease;
  text-decoration: none;
  padding: 0 15px;
}

.header__favorite:hover {
  color: #ccc;
}

.header__dropdown {
  color: #333;
}

.header__dropdown .dropdown-toggle {
  color: inherit;
  display: inline-block;
  padding: 0 20px;
  line-height: 38px;
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  text-decoration: none;
  border-radius: 0;
  width: 100%;
}

.header__dropdown .dropdown-toggle:hover {
  color: #333;
  transition: color .35s ease;
  text-decoration: none;
}

.header__dropdown .dropdown-toggle:hover:hover {
  color: black;
}

.header__dropdown .dropdown-toggle i {
  margin-right: 10px;
}

.header__dropdown .dropdown-menu {
  background: #fff;
  font-size: 14px;
  font-weight: 400;
  margin: 0;
  border: 0;
  padding-top: 0;
  padding-bottom: 0;
  border-radius: 0 0 5px 5px;
  overflow: hidden;
  text-align: center;
  width: 100%;
}

.header__dropdown .dropdown-menu a {
  float: left;
  color: inherit;
  padding-top: 0;
  padding-bottom: 0;
  line-height: 40px;
  padding-left: 25px;
  width: 100%;
  text-align: left;
}

.header__dropdown .dropdown-menu a i {
  margin-right: 5px;
}

.header__dropdown .dropdown-menu a:hover {
  background: #49515a;
  color: #fff;
}

.header__dropdown .dropdown-menu .fa-plus {
  border: 1px solid #fff;
}

.header__dropdown.-style-create-buying {
  margin-left: 45px;
  margin-right: auto;
}

.header__dropdown.-style-accounts {
  min-width: 150px;
}

.header__dropdown.-style-accounts .dropdown-toggle {
  font-size: 13px;
  text-transform: none;
  font-weight: 400;
  max-width: 280px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: block;
  white-space: nowrap;
}

.header__buyer-icon,
.header__seller-icon {
  display: inline-block;
  font-size: 20px;
  position: relative;
  top: 3px;
  margin-right: 10px;
}

.header__buyer-icon {
  color: #3DB87F;
}

.header__seller-icon {
  color: #3693B8;
}

.header__cart {
  margin-left: auto;
}

.header__wallet {
  margin-left: 20px;
}

.header__feedback {
  margin-top: 90px;
  margin-bottom: 40px;
  padding-top: 55px;
  border-top: 2px solid rgba(255, 255, 255, 0.4);
}

.logo__link {
  color: #fff;
  font-size: 11px;
  text-transform: uppercase;
  font-weight: 700;
}

.logo__link:hover {
  color: #fff;
}

.header__search {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  margin-left: auto;
}

.header__search i {
  line-height: 1;
  font-size: 18px;
  font-weight: 300;
  color: #fff;
  cursor: pointer;
  position: relative;
  top: -1px;
}

.header__search-field {
  background: rgba(255, 255, 255, 0.55);
  color: #3f464e;
  border: 1px solid #c9ced1;
  margin-right: 10px;
  width: 0;
  max-width: 0;
  padding: 0;
  opacity: 0;
  transition: all 0.25s ease-out;
}

.header__search-field_active {
  width: auto;
  max-width: 200px;
  padding: 10px 15px;
  opacity: 1;
  transition: all 0.25s ease-out;
}

.header__search-field::-webkit-input-placeholder {
  color: #3f464e;
}

.header__search-field::-moz-placeholder {
  color: #3f464e;
}

.header__search-field::-ms-input-placeholder {
  color: #3f464e;
}

.header__search-field:-ms-input-placeholder {
  color: #3f464e;
}

.header__search-field::placeholder {
  color: #3f464e;
}

.main-head {
  min-height: 60px;
  border-bottom: 1px solid #ccc;
  padding: 10px 16px;
}

.main-head img {
  max-width: 100%;
  height: 40px;
  margin: auto;
}

.main-head__search {
  display: block;
  align-items: center;
  margin-left: auto;
}

.main-head__search i {
  line-height: 1;
  font-size: 18px;
  font-weight: 300;
  color: #333;
  cursor: pointer;
  position: relative;
  top: -1px;
}

.main-head__search select {
  -moz-text-align-last: center;
       text-align-last: center;
  padding-right: 5px;
  color: #3f464e;
  font-size: 14px;
}

.main-head__search-field {
  background: rgba(255, 255, 255, 0.55);
  color: #3f464e;
  border: 1px solid #c9ced1;
  margin-right: 10px;
  width: 100%;
  height: 40px;
  padding: 10px 15px;
}

.main-head__search-field::-webkit-input-placeholder {
  color: #808080;
}

.main-head__search-field::-moz-placeholder {
  color: #808080;
}

.main-head__search-field::-ms-input-placeholder {
  color: #808080;
}

.main-head__search-field:-ms-input-placeholder {
  color: #808080;
}

.main-head__search-field::placeholder {
  color: #808080;
}

.main-head__search-dropdown {
  height: 40px;
  padding: 10px 15px;
  width: 100%;
  border-left: unset;
  border-radius: 0 5px 5px 0;
}

.main-head__search-dropdown:active, .main-head__search-dropdown:hover, .main-head__search-dropdown:focus {
  outline: 0;
  outline-offset: 0;
}

.main-head__search-dropdown option {
  text-align: center;
  color: #3f464e;
}

.main-head__search-btn {
  border-radius: 5px;
  display: inline-block;
  max-width: 95px;
  height: 40px;
  width: 100%;
  padding: 12px 10px;
  margin-left: 10px;
  text-align: center;
  box-sizing: border-box;
  font-size: 16px;
  font-weight: normal;
}

.main-head__search-btn:hover {
  text-decoration: none;
  color: #fff;
}

.hero {
  background-color: #2b3f6d;
  width: 100%;
  min-height: 290px;
  color: #fff;
}

.hero__static-outer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 290px;
}

.hero__header {
  font-family: "proxima-nova", sans-serif;
  font-size: 28px;
  font-weight: bold;
  line-height: 30px;
  padding-bottom: 20px;
  padding-right: 20px;
}

.hero__btn {
  color: #fff;
  border: 1px solid #fff;
  height: 40px;
  padding-top: 10px;
  padding-bottom: 10px;
}

.hero__btn:hover {
  color: #2b3f6d;
  background-color: #fff;
}

.hero__top-stats {
  text-align: center;
  font-size: 1.125rem;
  font-weight: 100;
  font-family: "proxima nova", sans-serif;
}

.hero__top-stats span {
  font-size: 1.25rem;
  line-height: 30px;
  font-weight: 400;
}

.hero__slider {
  min-height: 260px;
  background-color: #00b5ea;
}

.hero__bg_slider {
  top: 0;
  width: 100%;
  height: 330px;
}

.main-info {
  max-height: 530px;
  margin-top: 50px;
  margin-bottom: 50px;
  font-family: "proxima-nova", sans-serif;
  color: #3f464e;
}

.main-info__left img {
  max-width: 100%;
  max-height: 530px;
}

.main-info__header {
  margin-left: 50px;
  margin-bottom: 42px;
  font-size: 32px;
  font-weight: bold;
}

.main-info__text {
  font-size: 14px;
  margin-left: 50px;
}

.main-video {
  width: 100%;
  background-color: #eef1f5;
}

.main-video__heading {
  text-align: center;
  font-weight: 700;
  font-size: 32px;
  font-family: "proxima-nova", sans-serif;
  margin-bottom: 15px;
  margin-top: 50px;
  color: #3f464e;
}

.main-video__heading_color_light {
  color: #fff;
}

.main-video__heading-description {
  text-align: center;
  font-size: 14px;
  color: #3f464e;
}

.main-video__heading-btns {
  margin-top: 25px;
  margin-bottom: 15px;
}

.main-video__reg-btn {
  margin-top: 35px;
  margin-bottom: 50px;
}

.main-buyings {
  margin: 50px 10px;
  font-family: "proxima-nova", sans-serif;
  color: #3f464e;
}

.teaser_box {
  max-height: 360px;
  overflow-y: scroll;
  padding: 5px;
}

.teaser_box::-webkit-scrollbar {
  width: 10px;
  background-color: #ccc;
}

.teaser_box::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 2px rgba(0, 0, 0, 0.3);
  background-color: #ccc;
  border-radius: 5px;
}

.teaser_box::-webkit-scrollbar-thumb {
  background-color: #3693B8;
  border: 5px solid #3693B8;
  border-radius: 5px;
}

.main-buyings__header {
  text-align: left;
  font-size: 32px;
  font-weight: bold;
  color: #3f464e;
  margin-bottom: 40px;
}

.main-buying-teaser {
  padding: 15px;
  transition: box-shadow 0.25s ease;
  border: 1px solid #f6f6f6;
  color: unset;
}

.main-buying-teaser:hover {
  box-shadow: 0 0 5px #7a7a7a;
}

.buying-number {
  font-weight: bold;
  font-size: 18px;
}

.buying-item {
  font-size: 14px;
  margin-bottom: 25px;
  margin-top: 10px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.buying-image {
  height: 100px;
  -o-object-fit: cover;
     object-fit: cover;
}

.buying-image img {
  max-width: 100%;
  max-height: 100%;
}

.buying-region {
  font-size: 14px;
}

.buying-sum {
  font-size: 24px;
  font-weight: bold;
  text-align: right;
}

.buying-sum i {
  font-size: 21px;
}

.buying-sum span {
  font-size: 16px;
  color: #f63400;
}

.buying-start-price {
  display: block;
  font-size: 16px;
  font-weight: bold;
  color: #999;
  text-align: right;
}

.buying-start-price .start {
  font-size: 14px;
  font-weight: normal;
  color: #808080;
  width: 100%;
}

.buyings__btn {
  color: #3DB87F;
  border: 1px solid #3DB87F;
  height: 40px;
  padding-top: 10px;
  padding-bottom: 10px;
}

.buyings__btn:hover {
  background-color: #3DB87F;
  color: #fff;
}

.main-stocks {
  margin: 50px 10px;
  font-family: "proxima-nova", sans-serif;
  color: #3f464e;
}

.main-stocks__header {
  text-align: left;
  font-size: 32px;
  font-weight: bold;
  color: #3f464e;
  margin-bottom: 40px;
}

.main-stocks__header-text {
  border-right: 2px solid #aaa;
  display: inline-block;
  padding-right: 15px;
}

.main-stocks__header-link {
  display: inline-block;
  padding-left: 10px;
  font-size: 16px;
}

.main-popular {
  margin: 50px 10px;
  font-family: "proxima-nova", sans-serif;
  color: #3f464e;
}

.main-popular__header {
  text-align: left;
  font-size: 32px;
  font-weight: bold;
  color: #3f464e;
  margin-bottom: 40px;
}

.main-popular__header-text {
  border-right: 2px solid #aaa;
  display: inline-block;
  padding-right: 15px;
}

.main-popular__header-link {
  display: inline-block;
  padding-left: 10px;
  font-size: 16px;
}

.popular-title {
  margin-top: 20px;
  font-size: 14px;
  font-weight: bold;
  color: #333;
  text-align: center;
  font-family: "proxima-nova", sans-serif;
  padding-left: 15px;
  padding-right: 15px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.clients-review {
  background-color: #eef1f5;
  background-size: cover;
  background-position: center;
  padding-bottom: 60px;
}

.clients {
  background-color: #fff;
  height: 400px;
  margin: 20px;
  padding: 20px;
  transition: box-shadow 0.35s ease;
}

.clients:hover {
  box-shadow: 0 0 5px rgba(122, 122, 122, 0.5);
}

.clients__logo {
  height: 90px;
}

.clients__logo img {
  -webkit-filter: drop-shadow(2px 2px 2px #49515a);
  filter: drop-shadow(2px 2px 2px #49515a);
  max-height: 100%;
  max-width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: auto;
}

.clients__header {
  font-size: 24px;
  font-weight: bold;
  color: #3f464e;
  margin-bottom: 10px;
  padding-top: 10px;
}

.clients__info {
  margin-bottom: 10px;
  font-size: 16px;
  color: #999;
}

.clients__text {
  margin-bottom: 10px;
  font-size: 16px;
  color: #3f464e;
}

.clients__heading {
  text-align: left;
  font-size: 32px;
  font-weight: bold;
  color: #3f464e;
  margin-bottom: 40px;
  margin-top: 40px;
  margin-left: 20px;
}

.clients__heading_color_light {
  color: #fff;
}

.main-form {
  width: 100%;
  font-family: "proxima-nova", sans-serif;
  color: #fff;
  background-image: url("/images/callcenter.png");
  background-position: right;
  background-repeat: no-repeat;
  background-size: cover;
}

.main-form__image {
  width: 100%;
  font-family: "proxima-nova", sans-serif;
  color: #fff;
  background-image: url("/images/callcenter.png");
  background-color: #2b3f6d;
  background-position: right;
  background-repeat: no-repeat;
  background-size: cover;
}

.main-form__form {
  background-color: #2b3f6d;
  padding: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.form-header {
  font-size: 36px;
  font-weight: bold;
}

.form-description {
  font-size: 24px;
  margin-bottom: 20px;
}

.form-description a {
  color: #fff;
  transition: all .25s ease;
}

.form-description a:hover {
  text-shadow: 1px 1px 2px #3f464e, 0 0 5px #eef1f5;
  transition: all .25s ease;
  text-decoration: none;
}

.advantage {
  height: 540px;
  background-image: url(../images/advantage_bg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  margin-top: 90px;
  margin-bottom: 80px;
  overflow: hidden;
  position: relative;
}

.advantage-slidepart {
  height: 540px;
  position: absolute;
  top: 0;
  left: 0;
  transition: transform .45s ease;
  padding: 40px;
  color: #fff;
  width: 100%;
}

.advantage-slidepart.-style-buyer {
  background: rgba(61, 184, 127, 0.94);
  transform: translateX(-100%);
}

.advantage-slidepart.-style-seller {
  background: rgba(54, 147, 184, 0.94);
  transform: translateX(100%);
}

.advantage-slidepart.-slide {
  transform: translateX(0);
  transition: transform .45s ease;
}

.advantage-slidepart__header {
  font-size: 30px;
  font-weight: 700;
  padding-bottom: 20px;
  margin-bottom: 30px;
}

.advantage-slidepart__header.-style-buyer {
  border-bottom: 1px solid #5eca98;
}

.advantage-slidepart__header.-style-seller {
  border-bottom: 1px solid #54abcd;
}

.advantage-slidepart__list {
  font-weight: 300;
}

.advantage-slidepart__list ol {
  padding-left: 15px;
}

.advantage-slidepart__list li {
  margin-bottom: 10px;
}

.roadmap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 700px;
  justify-content: space-between;
  margin-top: 50px;
  margin-bottom: 20px;
}

.roadmap__item {
  position: relative;
  flex: 1;
}

.roadmap__item:before {
  content: '';
  width: 100%;
  height: 2px;
  position: absolute;
  top: 15px;
  left: 0;
  background-image: -webkit-gradient(linear, left top, right top, color-stop(50%, #fff), color-stop(0%, rgba(255, 255, 255, 0)));
  background-image: linear-gradient(to right, #fff 50%, rgba(255, 255, 255, 0) 0%);
  background-position: bottom;
  background-size: 40px 2px;
  background-repeat: repeat-x;
  z-index: 9;
}

.roadmap__item.-position-last:before {
  width: 0;
  height: 0;
}

.roadmap__point {
  line-height: 30px;
  width: 30px;
  margin-bottom: 15px;
  border-radius: 50%;
  text-align: center;
  background: #fff;
  color: #009eff;
  position: relative;
}

.roadmap__point:after {
  content: '';
  width: 35px;
  height: 35px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border-radius: 50%;
  z-index: -1;
}

.roadmap__point.-style-buyer:after {
  background: #38c40d;
}

.roadmap__point.-style-seller:after {
  background: #40a1c7;
}

.roadmap__text {
  font-size: 13px;
}

.advantage-slidepart__text {
  font-size: 13px;
  font-weight: 300;
}

.advantage-slidepart__close-btn {
  position: absolute;
  top: 40px;
  right: 40px;
  font-size: 30px;
  font-weight: 300;
}

.advantage__item {
  flex: 1 1 300px;
  text-align: center;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.advantage__item.-style-buyer {
  background: rgba(61, 184, 127, 0.25);
}

.advantage__item.-style-seller {
  background: rgba(54, 147, 184, 0.45);
}

.advantage__header {
  color: #fff;
  font-size: 30px;
  margin-bottom: 20px;
}

.advantage__descr {
  color: #fff;
  font-size: 25px;
  margin-bottom: 40px;
  line-height: 1.2;
}

.hero__bottom-stats {
  font-size: 0.95rem;
  font-weight: 100;
}

.hero__bottom-stats span {
  font-size: 1.25rem;
  font-weight: 400;
}

.hero__bottom-stats + .hero__bottom-stats {
  margin-left: 45px;
}

.demo-zakupka {
  margin-bottom: 150px;
}

.demo-zakupka__header {
  font-size: 35px;
  margin-bottom: 50px;
  color: #333;
}

.demo-zakupka__item + .demo-zakupka__item {
  margin-top: 30px;
}

.demo-zakupka__footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  margin-top: 70px;
}

.demo-zakupka__regbtn {
  margin-right: 30px;
}

.demo-zakupka__regdesc {
  margin-bottom: 0;
}

.dont-think {
  text-align: center;
  margin-bottom: 100px;
}

.dont-think__header {
  font-size: 40px;
  font-weight: 300;
  margin-bottom: 20px;
}

.dont-think__text {
  font-size: 14px;
  margin-bottom: 30px;
}

.dont-think__btns .-style-buyer {
  margin-right: 20px;
}

.geography {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-bottom: 60px;
}

.geography__image {
  flex: 1 1 100%;
  margin-bottom: 40px;
}

.geography__image img {
  max-width: 95%;
}

.geography__fact {
  width: 300px;
  padding: 0 30px;
  box-sizing: border-box;
  font-size: 15px;
}

.geography__number {
  display: block;
  font-size: 60px;
  font-weight: 700;
  background: -webkit-linear-gradient(#25647d, #4bc38c);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.feedback-banner {
  height: 350px;
  overflow: hidden;
  border-radius: 5px;
  background-image: url(../images/feedback-banner_bg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  padding: 40px 80px;
  color: #fff;
  position: relative;
  margin-bottom: 70px;
}

.feedback-banner__header {
  font-size: 45px;
  text-transform: uppercase;
  margin-bottom: 35px;
}

.feedback-banner__text {
  font-size: 15px;
  line-height: 1.5;
  width: 400px;
  margin-bottom: 40px;
}

.feedback-banner__phone {
  position: absolute;
  right: 80px;
  bottom: 40px;
  font-size: 35px;
  color: #fff;
  transition: color .35s ease;
  text-decoration: none;
}

.feedback-banner__phone:hover {
  color: #ccc;
}

.feedback-banner__phone:hover {
  text-decoration: none;
}

/* Absolute Center Spinner */
.main-loader {
  position: fixed;
  z-index: 999;
  height: 2em;
  width: 2em;
  overflow: visible;
  margin: auto;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}

/* Transparent Overlay */
.main-loader:before {
  content: '';
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #fff;
}

/* :not(:required) hides these rules from IE9 and below */
.main-loader:not(:required) {
  /* hide "loading..." text */
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}

.main-loader:not(:required):after {
  content: '';
  display: block;
  font-size: 8px;
  width: 1em;
  height: 1em;
  margin-top: -0.5em;
  -webkit-animation: spinner 1800ms infinite linear;
  animation: spinner 1800ms infinite linear;
  border-radius: 0.5em;
  opacity: 0.7;
  box-shadow: #00b5ea 1.5em 0 0 0, #00b5ea 1.1em 1.1em 0 0, #00b5ea 0 1.5em 0 0, #00b5ea -1.1em 1.1em 0 0, #00b5ea -1.5em 0 0 0, #00b5ea -1.1em -1.1em 0 0, #00b5ea 0 -1.5em 0 0, #00b5ea 1.1em -1.1em 0 0;
}

/* Animation */
@-webkit-keyframes spinner {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(180deg);
  }
}

@keyframes spinner {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(180deg);
  }
}

.notify-m__dropdown {
  display: inline-block;
}

.notify-m__icon {
  position: relative;
  margin-right: 20px;
}

.notify-m__icon .-style-buyer {
  color: #3DB87F;
  font-size: 16px;
}

.notify-m__icon .-style-seller {
  color: #3693B8;
  font-size: 16px;
}

.notify-m__icon:hover {
  cursor: pointer;
}

.notify-m__icon span {
  display: block;
  position: absolute;
  background: #f63400;
  bottom: -2px;
  left: 13px;
  border-radius: 50%;
  font-size: 11px;
  line-height: 14px;
  width: 14px;
  text-align: center;
  color: #fff;
  font-weight: 500;
}

.dropdown-menu.-style-notify {
  width: 350px;
  top: 140%;
  left: -23px;
  color: #333;
}

.dropdown-menu.-style-notify:before {
  content: '';
  position: absolute;
  top: -10px;
  left: 20px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 10px 10px 10px;
  border-color: transparent transparent #ffffff transparent;
}

.dropdown-menu.-style-notify li a {
  padding: 0;
}

.notify-m__header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: space-between;
  color: #333;
  padding: 15px 20px 15px;
}

.notify-m__item {
  padding: 10px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: space-between;
}

.notify-m__item .icon {
  width: 20px;
}

.notify-m__item:hover {
  background: #d1f0e2;
}

.notify-m__type {
  flex-basis: 30px;
}

.notify-m__title {
  flex: 1;
}

.notify-m__status {
  flex-basis: 50px;
  text-align: right;
}

.notify-m__light {
  display: inline-block;
  width: 8px;
  height: 8px;
  background: #ccc;
  border-radius: 50%;
}

.notify-m__light.-style-new {
  background: #3DB87F;
}

.notify-m__link {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 9;
}

.notify-m__link:hover {
  background-color: transparent !important;
}

.cart-m__draft-btn {
  color: #333;
  transition: color .35s ease;
  text-decoration: none;
  display: inline-block;
  line-height: 1;
  font-weight: 400;
  position: relative;
  margin-right: 20px;
}

.cart-m__draft-btn:hover {
  color: black;
}

.cart-m__draft-btn:hover {
  text-decoration: none;
}

.cart-m__draft-btn i {
  margin-right: 8px;
  color: #3DB87F;
  font-size: 16px;
}

.cart-m__draft-btn span {
  display: block;
  position: absolute;
  padding: 0 3px 0 3px;
  background: #f63400;
  bottom: -5px;
  left: 13px;
  border-radius: 7px;
  font-size: 11px;
  line-height: 14px;
  min-width: 14px;
  text-align: center;
  color: #fff;
  font-weight: 500;
}

.wallet-m__btn {
  color: #333;
  transition: color .35s ease;
  text-decoration: none;
  display: inline-block;
  position: relative;
}

.wallet-m__btn:hover {
  color: black;
}

.wallet-m__btn:hover {
  text-decoration: none;
}

.wallet-m__btn .seller_icon {
  color: #3693B8;
  font-size: 16px;
  top: -2px;
  margin-right: 8px;
}

.wallet-m__btn .buyer_icon {
  color: #3DB87F;
  font-size: 16px;
  top: -2px;
  margin-right: 8px;
}

.wallet__sum {
  line-height: 1;
  font-size: 14px;
  font-weight: 400;
}

.my-data {
  padding-top: 20px;
  padding-bottom: 20px;
  margin-bottom: 40px;
}

.my-data__header {
  text-transform: uppercase;
  font-family: "proxima-nova", sans-serif;
  font-size: 14px;
  font-weight: 400;
  color: #3f464e;
  text-align: center;
  margin-bottom: 30px;
}

.my-data__save-btn {
  display: inline-block;
  width: 40%;
  margin-top: 20px;
}

.my-data__contract-info {
  font-size: 15px;
  color: #49515a;
  margin-bottom: 15px;
  padding-bottom: 10px;
  border-bottom: 1px solid #ccc;
  font-style: italic;
}

.count-form__add-number {
  position: relative;
}

.count-form__minus,
.count-form__plus {
  position: absolute;
  top: 0;
  width: 40px;
  height: 40px;
  text-align: center;
  line-height: 38px;
  font-weight: 500;
  font-size: 20px;
  z-index: 99;
  border: 1px solid transparent;
  -moz-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -o-user-select: none;
}

.count-form__minus:hover,
.count-form__plus:hover {
  cursor: pointer;
  transition: background 0.35s ease;
  border: 1px solid #ccc;
}

.count-form__minus:hover:hover,
.count-form__plus:hover:hover {
  background: #f2f2f2;
}

.count-form__minus {
  left: 0;
  color: #009eff;
  border-right: 1px solid #c9ced1;
  border-radius: 5px 0 0 5px;
}

.count-form__plus {
  right: 0;
  color: #ef2c30;
  border-left: 1px solid #c9ced1;
  border-radius: 0 5px 5px 0;
}

.count-form__input {
  padding-left: 50px;
  padding-right: 50px;
}

.sorter {
  font-size: 14px;
  color: #999;
  margin-top: 5px;
}

.sorter__link {
  padding-right: 20px;
  display: inline-block;
  color: #999;
  transition: color .35s ease;
  text-decoration: none;
}

.sorter__link:hover {
  color: #009eff;
}

.sorter__link:hover {
  text-decoration: none;
  cursor: pointer;
}

.sorter__link.-status-active {
  color: #009eff;
}

.sorter__link.-status-active:before {
  font-family: "Fontawesome";
  font-size: 14px;
  padding-right: 5px;
  position: relative;
  top: 1px;
  display: inline-block;
  width: 20px;
}

.sorter__link.-direction-asc:before {
  content: "\F160";
}

.sorter__link.-direction-desc:before {
  content: "\F161";
}

.catalog__pagination {
  margin: 0;
  float: right;
  font-size: 14px;
}

.pagination > .active > a, .pagination > .active > span, .pagination > .active > a:hover, .pagination > .active > span:hover, .pagination > .active > a:focus, .pagination > .active > span:focus {
  background: #e0e2e4;
  border-color: #e0e2e4;
  color: #3f464e;
}

.pagination > li > a, .pagination > li > span {
  color: #49515a;
  transition: color .35s ease;
  text-decoration: none;
}

.pagination > li > a:hover, .pagination > li > span:hover {
  color: #3f464e;
}

.item__header {
  font-size: 20px;
  font-weight: bold;
  line-height: 1.3;
  color: #333;
  margin-bottom: 20px;
}

.item__prices {
  margin-bottom: 5px;
}

.item__sum {
  position: relative;
  float: left;
  margin-right: 15px;
}

.item__sum-price {
  position: relative;
  float: left;
  font-size: 24px;
  font-weight: bold;
}

.item__first-row {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin-bottom: 15px;
}

.item__first-row small {
  color: #999;
  font-size: 13px;
}

.item__id {
  margin-right: 50px;
}

.item__price {
  margin-right: auto;
}

.item__price span {
  color: #009eff;
  font-size: 20px;
}

.item__price i {
  font-size: 15px;
}

.items__add-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  margin-bottom: 10px;
}

.item__add-form {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  float: left;
  margin-right: 15px;
}

.item__add-form .btn {
  padding-top: 5px;
  padding-bottom: 5px;
  height: 40px;
  margin-left: 20px;
}

.item__images {
  margin-bottom: 20px;
}

.item__data {
  position: -webkit-sticky;
  position: sticky;
  background-color: #ffffff;
  z-index: 99;
  border-bottom: 1px solid #ccc;
  margin-bottom: 20px;
  padding-bottom: 10px;
  padding-left: 0;
  padding-right: 0;
  margin-left: 15px;
  margin-right: 15px;
}

.item__heading {
  font-weight: 700;
  font-size: 14px;
}

.item__subheader {
  color: #999;
  margin-bottom: 10px;
  font-size: 13px;
}

.item__text {
  color: #49515a;
  font-size: 15px;
  line-height: 1.65;
}

.item__slider .slick-arrow:before {
  color: #333;
}

.item__attr {
  margin: 10px 0;
}

.to-cart-btn {
  width: 100%;
  margin: auto;
  font-size: 16px;
}

.item__favorite {
  font-size: 14px;
  font-weight: bold;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  padding: 12px;
}

.item__favorite i {
  margin: 5px;
}

.seller-item-teaser {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 13px;
  color: #999;
  align-items: center;
}

.seller-item-teaser__id {
  flex-basis: 100px;
  padding: 0 5px;
}

.seller-item-teaser__title {
  flex-basis: 270px;
  padding: 0 5px;
  position: relative;
  color: #49515a;
  transition: color .35s ease;
  text-decoration: none;
}

.seller-item-teaser__title:hover {
  color: #999;
}

.seller-item-teaser__title:hover {
  cursor: pointer;
}

.seller-item-teaser__price {
  color: #009eff;
  padding: 0 5px;
  margin-left: auto;
  margin-right: 5px;
  position: relative;
  flex-basis: 125px;
  text-align: center;
}

.seller-item-teaser__price .fa-ruble {
  font-size: 11px;
}

.seller-item-teaser__price:before {
  content: attr(data-label);
  font-size: 10px;
  position: absolute;
  top: -14px;
  left: 50%;
  transform: translate(-50%, 0);
  color: #999;
  min-width: 80px;
  text-align: center;
}

.seller-item-teaser__add-price {
  position: relative;
}

.seller-item-teaser__add-price input {
  padding: 5px 10px;
  text-align: center;
  min-width: 105px;
}

.seller-item-teaser__add-price:before {
  content: "\43D\43E\432\430\44F   \446\435\43D\430";
  font-size: 10px;
  position: absolute;
  top: -14px;
  left: 50%;
  transform: translate(-50%, 0);
  min-width: 80px;
  text-align: center;
}

.item__slider-item {
  width: 165px;
  height: 165px;
  margin-right: 15px;
}

.item__slider-item img {
  border-radius: 5px;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.price-request {
  border-bottom: 1px dashed #009eff;
  display: inline-block;
  padding-bottom: 3px;
  cursor: pointer;
  color: #009eff;
  transition: color .35s ease;
  text-decoration: none;
}

.price-request:hover {
  color: #4dbbff;
}

.prototype-logo {
  max-width: 80%;
  width: 300px;
}

.buying-list__data {
  margin-bottom: 25px;
}

.buying-list__data input[type='radio'] {
  margin-right: 8px;
  position: relative;
  top: 1px;
  cursor: pointer;
}

.buying-list__data input[type='checkbox'] {
  margin-right: 5px;
  cursor: pointer;
}

.buying-list__data label {
  font-weight: bold;
  font-size: 16px;
  cursor: pointer;
  margin-right: 20px;
}

.buying-list__data select {
  border: 1px solid #ccc;
  padding: 5px 10px;
  border-radius: 5px;
  color: #49515a;
}

.buying-list__info-block {
  position: -webkit-sticky;
  position: sticky;
  top: 0px;
  padding-bottom: 15px;
}

.buying-list__text-header {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 20px;
  margin-top: 20px;
}

.buying-list__tip {
  font-size: 14px;
  color: #999;
  font-weight: 400;
  margin-top: 10px;
}

.buying-list__btns {
  margin-top: 15px;
}

.buying-list_sum-price {
  font-size: 24px;
}

.buying-list__subheader {
  font-size: 16px;
  margin-bottom: 20px;
  position: relative;
}

.buying-list__subheader span {
  font-weight: bold;
  line-height: 1rem;
}

.buying-list__free-shipping {
  color: #3DB87F;
  font-size: 16px;
  font-weight: bold;
  position: absolute;
  right: 0;
  top: 17px;
}

.buying-list__popular-box {
  background-color: #e6e6e6;
  padding-top: 20px;
}

.buying-list__popular-box .buying-list__popular {
  text-align: left;
  font-weight: bold;
  font-size: 32px;
  color: #3f464e;
  margin-bottom: 40px;
}

.buying-list__popular-box .popular-title__text {
  display: inline-block;
  border-right: 2px solid #aaa;
  padding-right: 15px;
}

.buying-list__popular-box .popular-title__link {
  display: inline-block;
  padding-left: 10px;
  font-size: 16px;
}

.buying-list__popular-box .buying-list__popular-title {
  margin-top: 20px;
  font-size: 14px;
  font-weight: bold;
  color: #333;
  text-align: center;
  font-family: "proxima-nova", sans-serif;
  padding-left: 15px;
  padding-right: 15px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.buying__items-table td {
  font-size: 14px;
}

.buying__items-table .link {
  margin-top: 10px;
}

.buying__offer-input {
  height: auto;
  padding: 6px 8px;
  text-align: center;
  background: #fff;
  color: #49515a;
  width: 120px;
}

.buying__offer-input:disabled {
  background: #e0e2e4;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  /* display: none; <- Crashes Chrome on hover */
  -webkit-appearance: none;
  margin: 0;
  /* <-- Apparently some margin are still there even though it's hidden */
}

.buying__docnum-input {
  height: auto;
  padding: 6px 8px;
  text-align: center;
  color: #49515a;
  width: 120px;
}

.buying__item-name {
  position: relative !important;
  color: #3f464e;
  transition: color .35s ease;
  text-decoration: none;
}

.buying__item-name:hover {
  color: #49515a;
}

.buying__item-name:hover {
  cursor: pointer;
}

.buying__item-attributes {
  position: absolute;
  top: -20px;
  left: 0;
  background: #fff;
  box-shadow: 0px 2px 8px 0px rgba(63, 70, 78, 0.2);
  padding: 50px;
  z-index: 999;
  transform: translateX(-103%);
}

.buying__item-attributes-close {
  position: absolute;
  top: 20px;
  right: 20px;
  color: #999;
  transition: color .35s ease;
  text-decoration: none;
}

.buying__item-attributes-close:hover {
  color: #3f464e;
}

.buying__item-attributes-close:hover {
  cursor: pointer;
}

.buying__item-attributes-back {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 9;
}

.attribute-row {
  color: #49515a;
}

.from-seller, .before-seller {
  cursor: pointer;
}

.subscribe__expand {
  margin: 0 0 15px;
}

.subscribe__expand i {
  display: inline-block;
  margin-right: 12px;
  font-size: 12px;
  width: 20px;
  line-height: 18px;
  text-align: center;
  position: relative;
  top: -3px;
  color: #c9ced1;
  cursor: pointer;
}

.subscribe__supergroup {
  margin-bottom: 30px;
  padding-bottom: 15px;
  border-bottom: 1px solid #ccc;
}

.subscribe__group-wrapper {
  display: none;
}

.subscribe__group {
  padding-top: 5px;
  padding-left: 30px;
}

.subscribe__subgroup {
  display: none;
  padding-left: 55px;
  line-height: 1.8;
  margin-bottom: 30px;
}

.notification__item {
  font-size: 15px;
}

.notification__label {
  margin-left: 10px;
}

.image-set__thumbs {
  overflow-x: auto;
  white-space: nowrap;
  text-align: center;
}

.image-set__thumbs::-webkit-scrollbar {
  height: 8px;
  background-color: #ccc;
}

.image-set__thumbs::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 2px rgba(0, 0, 0, 0.3);
  background-color: #ccc;
  border-radius: 5px;
}

.image-set__thumbs::-webkit-scrollbar-thumb {
  background-color: #3693B8;
  border: 5px solid #3693B8;
  border-radius: 5px;
}

.image-set__thumb {
  display: inline-block;
  -o-object-fit: cover;
     object-fit: cover;
  border: 1px solid #ccc;
  width: 80px;
  height: 80px;
  margin: 5px;
}

.image-set__thumb:hover {
  cursor: pointer;
}

.image-set__preview {
  width: 100%;
  height: 400px;
  border: 1px solid #ddd;
  margin-bottom: 25px;
  position: relative;
}

.image-set__preview img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.image-set__preview .img-left {
  left: 0;
}

.image-set__preview .img-right {
  right: 0;
}

.image-set__preview .img-left, .image-set__preview .img-right {
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background-color: #ddd;
  opacity: .7;
  position: absolute;
  width: 40px;
  top: 0;
  bottom: 0;
  margin: auto;
  height: 100px;
  text-align: center;
  transition: all .25s ease;
}

.image-set__preview .img-left span, .image-set__preview .img-right span {
  font-size: 32px;
  margin: auto;
}

.image-set__preview .img-left:hover, .image-set__preview .img-right:hover {
  opacity: 1;
}

.attr-select {
  font-size: 14px;
}

.attr-select__title {
  font-weight: bold;
  font-size: 14px;
  color: #3f464e;
  margin-bottom: 5px;
  display: inline-block;
}

.attr-select__item {
  font-weight: 100;
  display: inline-block;
  margin-right: 5px;
  padding: 5px 8px;
  line-height: 1;
}

.attr-select__item:hover {
  cursor: pointer;
  transition: background 0.35s ease;
  border-radius: 10px;
}

.attr-select__item:hover:hover {
  background: #e0e2e4;
}

.attr-select__item_active {
  background: #c9ecfb;
  border-radius: 10px;
}

.landing {
  font-family: "Montserrat", sans-serif;
  background: #ececed;
}

.container_small {
  max-width: 920px;
  margin-left: auto;
  margin-right: auto;
}

.landing-section {
  padding: 60px 0;
  position: relative;
}

.landing-section_bg_grey {
  background: #DDE2EA;
}

.landing-section_theme_buyer {
  background-image: url(../images/lan_num_bg.jpg);
  background-size: cover;
}

.landing-section_theme_seller {
  background-image: url(/images/lan-num-blue.jpg);
  background-size: cover;
  background-position: center center;
}

.landing-section_bg_dark-circle {
  overflow: hidden;
}

.landing-section_bg_dark-circle::before {
  content: "";
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 880px;
  height: 880px;
  border-radius: 50%;
  background: #CACFD6;
  transform: translate(-20%, -50%);
}

.landing-section_bg_light-circle {
  overflow: hidden;
}

.landing-section_bg_light-circle::before {
  content: "";
  position: absolute;
  display: block;
  bottom: 0;
  right: 0px;
  width: 1100px;
  height: 1100px;
  border-radius: 50%;
  background: #E6EAF0;
  transform: translate(-20%, 30%);
}

.landing-section_bg_light-circle::after {
  content: "";
  position: absolute;
  display: block;
  bottom: 0;
  right: 0px;
  width: 1100px;
  height: 1100px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.5);
  transform: translate(-10%, 40%);
  z-index: 9;
}

.landing-hero {
  background-image: url(../images/land_hero_bg.jpg);
  background-size: cover;
  background-repeat: no-repeat;
}

.landing-header {
  font-weight: 700;
  font-size: 18px;
  text-align: center;
}

.landing__heading {
  text-align: center;
  font-weight: 700;
  font-size: 24px;
  font-family: "Montserrat", sans-serif;
  margin-bottom: 50px;
}

.landing__heading_color_light {
  color: #fff;
}

.landing__logo {
  width: 100%;
}

.landing-header__link {
  color: #3f464e;
}

.landing-header__link:hover {
  color: #1993BA;
  text-decoration: none;
}

.landing__video {
  max-width: 870px;
  margin: 40px auto 25px;
}

.landing-card {
  background: #fff;
  border-radius: 18px;
  box-shadow: 15px 15px 45px rgba(0, 0, 0, 0.15);
  padding: 40px 30px;
}

.icon-card__image {
  margin-bottom: 15px;
}

.icon-card__image_center {
  text-align: center;
}

.icon-card__title {
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 15px;
}

.icon-card__title_theme_seller {
  font-size: 18px;
}

.icon-card__text {
  font-size: 14px;
  font-weight: 700;
}

.landing-advantages {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}

.landing-advantages__item {
  flex: 0 0 256px;
  margin: 25px;
}

.landing-number {
  font-size: 64px;
  font-weight: 700;
  line-height: 1;
  color: #fff;
}

.landing-number span {
  font-size: 25px;
  display: block;
  line-height: 1.3;
  margin-top: 10px;
}

.landing-steps__item {
  width: 310px;
  position: relative;
  z-index: 99;
}

.landing-steps__icon {
  width: 35px;
  margin-bottom: 25px;
}

.landing-steps__icon img {
  width: 100%;
  height: auto;
}

.landing-steps__title {
  font-size: 18px;
  font-weight: 700;
}

.landing-review {
  background-image: url("/images/review_bg.jpg");
  background-size: cover;
  background-position: center;
}

.landing-review__slider {
  max-width: 830px;
  margin-left: auto;
  margin-right: auto;
}

.landing-review__item {
  width: 100%;
}

.landing-footer {
  color: #fff;
  text-align: center;
  padding-bottom: 60px;
}

.landing-footer a {
  display: block;
  font-weight: 700;
  color: #fff;
}

.landing-form {
  max-width: 540px;
  margin-left: auto;
  margin-right: auto;
  color: #fff;
  margin-bottom: 50px;
}

.landing-form a {
  color: #e0e2e4;
}

.landing-form input,
.landing-form textarea {
  background: rgba(201, 206, 209, 0.3);
  border: 1px solid #fff;
  color: #fff;
  font-size: 14px;
  font-family: "Montserrat", sans-serif;
}

.landing-form input::-webkit-input-placeholder,
.landing-form textarea::-webkit-input-placeholder {
  color: #e0e2e4;
}

.landing-form input::-moz-placeholder,
.landing-form textarea::-moz-placeholder {
  color: #e0e2e4;
}

.landing-form input::-ms-input-placeholder,
.landing-form textarea::-ms-input-placeholder {
  color: #e0e2e4;
}

.landing-form input::-webkit-input-placeholder, .landing-form textarea::-webkit-input-placeholder {
  color: #e0e2e4;
}

.landing-form input::-moz-placeholder, .landing-form textarea::-moz-placeholder {
  color: #e0e2e4;
}

.landing-form input:-ms-input-placeholder, .landing-form textarea:-ms-input-placeholder {
  color: #e0e2e4;
}

.landing-form input::-ms-input-placeholder, .landing-form textarea::-ms-input-placeholder {
  color: #e0e2e4;
}

.landing-form input::placeholder,
.landing-form textarea::placeholder {
  color: #e0e2e4;
}

.landing-form__btn {
  background: #fff;
  color: #3f464e;
  text-transform: uppercase;
  font-weight: 700;
  margin-left: auto;
  margin-right: auto;
  display: table;
  border: 1px solid transparent;
}

.landing-form__btn:hover {
  background: none;
  color: #fff;
  border: 1px solid #fff;
}

.landing-form__success {
  text-align: center;
  font-size: 20px;
  margin: 30px 0;
  font-weight: 700;
  color: #fff;
}

.landing-footer__btn {
  border: 1px solid #fff;
  text-transform: uppercase;
  color: #fff;
  font-size: 14px;
  transition: all .35s ease;
}

.landing-footer__btn:hover {
  background: #fff;
  color: #3f464e;
}

.landing__btn {
  color: #fff;
}

.landing__btn_buyer {
  background: #7FDEBC;
}

.landing__btn_seller {
  background: #1993BA;
}

.landing-steps__count {
  display: none;
}

.site-close {
  margin-top: 150px;
}

.site-close__logo {
  width: 300px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 50px;
}

.site-close__text {
  font-size: 28px;
  font-weight: 500;
  line-height: 1.4;
}

.site-close__icon {
  color: #286691;
  margin-top: 40px;
  font-size: 24px;
}

.modal__header {
  font-size: 25px;
  font-weight: 300;
  text-align: center;
  margin-top: 30px;
}

.modal__form {
  padding: 0 100px;
  text-align: center;
}

.modal-header {
  border-bottom: 0;
}

.close {
  font-size: 30px;
}

.usertype__btns {
  margin-top: 10px;
  margin-bottom: 20px;
}

.page-head {
  position: relative;
  z-index: 9;
  height: 100px;
  background-color: #cccc;
  padding-top: 12px;
  overflow: hidden;
}

.page-head.-style-buyer:before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #3DB87F;
}

.page-head.-style-seller:before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #3693B8;
}

.page-head__title {
  font-size: 32px;
  font-weight: 500;
  color: #fff;
}

.page-head__navlist {
  padding: 0;
  margin: 0;
  list-style-type: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.page-head__navlist li {
  padding: 0 10px;
  color: #fff;
  font-weight: 500;
  font-size: 14px;
  font-family: "proxima nova", sans-serif;
}

.page-head__navlist li:first-child {
  padding-left: 0;
}

.page-head__navlist li a {
  color: inherit;
  transition: color .35s ease;
  text-decoration: none;
  border-bottom: 1px solid transparent;
}

.page-head__navlist li a:hover {
  color: #ededed;
}

.page-head__navlist li a:hover {
  border-bottom: 1px solid #ededed;
}

.page-head__back {
  font-size: 14px;
  color: #fff;
  transition: color .35s ease;
  text-decoration: none;
  cursor: pointer;
}

.page-head__back:hover {
  color: #e0e2e4;
}

.page-head__back i {
  margin-right: 6px;
}

.item-teaser {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  background: #fff;
  border: 1px solid #e0e2e4;
  border-radius: 5px;
  font-size: 13px;
  margin-bottom: 30px;
  transition: all .25s ease;
}

.item-teaser:hover {
  box-shadow: 0 3px 20px -4px rgba(63, 70, 78, 0.25);
  transition: all .25s ease;
}

.item-teaser__col {
  padding: 15px;
  position: relative;
}

.item-teaser__col.-col-2 {
  margin-right: auto;
}

.item-teaser__col.-col-3 {
  min-width: 200px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.item-teaser__image {
  border: 1px solid #e0e2e4;
  width: 120px;
  height: 120px;
}

.item-teaser__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.item-teaser__title {
  color: #3f464e;
  font-weight: 500;
  margin-bottom: 10px;
  font-size: 15px;
  position: relative;
  top: -2px;
}

.item-teaser__title a {
  color: #49515a;
  transition: color .35s ease;
  text-decoration: none;
}

.item-teaser__title a:hover {
  color: #009eff;
}

.item-teaser__id {
  color: #3f464e;
  margin-bottom: 10px;
  font-size: 14px;
}

.item-teaser__description {
  color: #999;
  display: block;
  display: -webkit-box;
  line-height: 1.4;
  margin: 0 auto 10px;
  max-height: 55px;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

.item-teaser__attributes {
  color: #49515a;
}

.item-teaser__readmore {
  line-height: 1;
}

.item-teaser__readmore a {
  color: #009eff;
  transition: color .35s ease;
  text-decoration: none;
}

.item-teaser__readmore a:hover {
  color: #4dbbff;
}

.item-teaser__price {
  font-size: 15px;
  color: #999;
  line-height: 1;
  text-align: right;
}

.item-teaser__price.-style-guest span {
  margin-top: 10px;
}

.item-teaser__price i {
  font-size: 15px;
}

.item-teaser__price-value {
  color: #009eff;
  font-size: 20px;
  display: inline-block;
}

.price-request {
  font-size: 16px;
}

.item-teaser__add-form .btn {
  width: 100%;
}

.footer {
  padding: 70px 0 50px;
  margin-top: auto;
}

.footer__nav {
  padding: 0;
  font-size: 14px;
  list-style-type: none;
}

.footer__nav li {
  color: #333;
  margin-bottom: 10px;
}

.footer__nav li a {
  color: inherit;
  transition: color .35s ease;
  text-decoration: none;
}

.footer__nav li a:hover {
  color: #009eff;
}

.footer__phone {
  font-size: 30px;
  line-height: 1;
  text-align: right;
  color: #333;
  transition: color .35s ease;
  text-decoration: none;
}

.footer__phone:hover {
  color: #009eff;
}

.footer__phone:hover {
  text-decoration: none;
}

.footer__social {
  text-align: right;
  color: #fff;
}

.circle__vk {
  color: #2e77a4;
}

.circle__facebook {
  color: #23599c;
}

.circle__twitter {
  color: #00aef1;
}

.circle__google {
  color: #fd4c3e;
}

.circle__instagram {
  color: #764338;
}

.footer__bottom {
  margin-top: 40px;
}

.buyingcard {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  background: #fff;
  padding: 22px 15px 8px 15px;
  border-radius: 5px;
  transition: all .25s ease;
  font-size: 13px;
  margin-bottom: 30px;
}

.buyingcard:hover {
  box-shadow: 0 3px 20px -4px rgba(63, 70, 78, 0.25);
  transition: all .25s ease;
}

.is-participant {
  position: absolute;
  left: 5px;
  top: 5px;
  opacity: 0.8;
  font-size: 30px;
  z-index: 999;
}

.is-participant:hover {
  cursor: pointer;
}

.buyingcard__col {
  padding: 0 15px;
}

.buyingcard__col.-col-1 {
  flex: 0 2 150px;
}

.buyingcard__col.-col-2 {
  flex: 0.5 1 200px;
}

.buyingcard__col.-col-3 {
  flex: 1 0 250px;
}

.buyingcard__col.-col-4 {
  flex: 0 2 240px;
}

.items-list {
  padding: 0 0 5px;
  font-weight: 400;
}

.list-number {
  padding: 0;
}

.buyingcard__col + .buyingcard__col {
  border-left: 1px solid #e0e2e4;
}

.buyingcard__id {
  color: #333;
  font-size: 15px;
  margin-bottom: 8px;
}

.buyingcard__date {
  color: #999;
  text-align: center;
  margin-bottom: 18px;
  line-height: 1;
}

.buyingcard__type {
  font-weight: 700;
  line-height: 1;
  margin-bottom: 25px;
}

.buyingcard__type img {
  margin-right: 10px;
  width: 24px;
}

.buyingcard__unite-record {
  color: #999;
  margin-bottom: 10px;
}

.buyingcard__unite-record span {
  color: #009eff;
}

.buyingcard__title {
  color: #999;
  margin-bottom: 12px;
}

.buyingcard__list {
  min-height: 10px;
  max-height: 250px;
  overflow: hidden;
  transition: min-height .4s ease-in;
  display: block;
}

.buyingcard__list.-state-open {
  min-height: 101px;
  max-height: 5000px;
  transition: all .8s ease-in;
}

.buyingcard__list thead {
  display: inline-table;
  width: 100%;
}

.buyingcard__list tbody {
  display: inline-table;
  width: 100%;
}

.buyingcard__list tr {
  margin-bottom: 7px;
}

.buyingcard__showmore {
  color: #31ac0b;
  position: relative;
  z-index: 999;
}

.buyingcard__showmore:hover {
  cursor: pointer;
}

.buyingcard__input {
  height: auto;
  padding: 6px 8px;
  text-align: center;
  position: relative;
  width: auto;
  z-index: 9999;
}

.buyingcard__input:hover {
  cursor: initial;
}

.buyingcard__input:disabled {
  background: #e0e2e4;
}

.buyingcard__from-seller, .before-seller {
  z-index: 9999;
}

.buyingcard__from-seller:hover, .before-seller:hover {
  cursor: pointer;
}

.buyingcard__makeOffer {
  z-index: 9999;
}

.buyingcard__makeOffer button {
  padding: 12px 0;
}

.buyingcard__price {
  font-size: 30px;
  line-height: 1;
  margin-bottom: 22px;
}

.buyingcard__price i {
  font-size: 22px;
}

.buyingcard__supply-date {
  margin-bottom: 22px;
}

.buyingcard__status {
  text-align: center;
  line-height: 30px;
  width: 240px;
  border-radius: 5px;
  margin-bottom: 10px;
}

.buyingcard__status.-status-tender {
  background: #d7efff;
}

.buyingcard__status.-status-draft {
  background: #c9ced1;
}

.buyingcard__status.-status-processing {
  background: #4bc38c;
}

.buyingcard__status.-status-archive {
  background: #c9ced1;
}

.buyingcard__countdown {
  text-align: center;
}

.buyingcard__countdown i {
  font-size: 16px;
}

.buyingcard__item-link {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 99;
}

.buyingcard__comment {
  position: relative;
  z-index: 999;
  flex: 1 1 100%;
  width: 100%;
  margin-top: 15px;
  padding-top: 10px;
  border-top: 1px solid #e0e2e4;
  order: 5;
}

.buyingcard__filter {
  position: relative;
  z-index: 999;
  flex: 1 1 100%;
  width: 100%;
  padding-top: 10px;
  order: 6;
}

.buyingcard__comment-input {
  padding: 10px;
  height: auto;
  width: 90%;
  box-sizing: border-box;
  border: none;
}

.buyingcard__favorite-btn {
  font-size: 20px;
  color: #009eff;
  cursor: pointer;
}

.buying-list-item {
  margin-bottom: 30px;
}

.buying-list-item__group {
  margin-bottom: 15px;
  font-size: 13px;
}

.buying-list-item__remove-btn {
  cursor: pointer;
  color: #999;
  transition: color .35s ease;
  text-decoration: none;
}

.buying-list-item__remove-btn:hover {
  color: #333;
}

.buying-list-item__image {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 200px;
  justify-content: center;
  vertical-align: middle;
}

.buying-list-item__image img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
}

.buying-list-item__tabs {
  margin-bottom: 20px;
}

.title-box {
  margin-top: 10px;
}

.favorite-box {
  bottom: 0;
  left: 0;
  position: absolute;
  display: inline-block;
}

.buying-list-item__favorite, .buying-list-item__remove {
  display: inline-block;
  white-space: nowrap;
  font-size: 14px;
}

.buying-list-item__favorite i, .buying-list-item__remove i {
  color: #ef2c30;
}

.buying-list-item__favorite:hover, .buying-list-item__remove:hover {
  cursor: pointer;
  white-space: nowrap;
  color: #0a0a0a;
  text-shadow: 1px 1px 2px rgba(153, 153, 153, 0.5);
}

.buying-list-item__title {
  font-size: 14px;
  font-weight: 500;
  color: #333;
}

.buying-list-item__id {
  margin-bottom: 10px;
}

.buying-list-item__description {
  position: relative;
  height: 100%;
  min-height: 200px;
}

.buying-list-item__price {
  color: #999;
  font-size: 14px;
  margin: 10px 0 10px;
}

.buying-list-item__price span {
  display: block;
  color: #3f464e;
  font-size: 18px;
  font-weight: bold;
}

.buying-list-item__price i {
  color: #3f464e;
  font-size: 17px;
}

.item-matches {
  background: #3f464e;
  color: #fff;
  margin-top: 20px;
  margin-left: -20px;
  margin-right: -20px;
  margin-bottom: -20px;
}

.item-matches__header {
  padding: 15px 0;
  border-bottom: 1px solid #999;
}

.item-matches__warning {
  text-align: center;
  text-transform: uppercase;
  font-size: 20px;
  font-weight: 500;
  color: #f16530;
}

.item-matches__tip {
  font-size: 14px;
  color: #ccc;
}

.item-matches__item {
  font-size: 13px;
  color: #ccc;
  padding: 20px 0;
  flex-wrap: wrap;
  border-bottom: 1px solid #49515a;
}

.item-matches__id {
  font-size: 14px;
  margin-bottom: 10px;
}

.item_matches__logo {
  width: 36px;
  background: #fff;
  padding: 5px;
  border-radius: 50%;
  margin-right: 5px;
}

.item-matches__subhead {
  color: #999;
  margin-bottom: 8px;
}

.item-matches__item > div {
  margin-bottom: 10px;
}

.item-matches__item > div + div {
  border-left: 1px solid #49515a;
}

.buying-list__noitems {
  display: block;
  margin-bottom: 30px;
  border: 1px dashed #c9ced1;
  background: #fff;
  text-align: center;
  height: 100px;
  line-height: 100px;
  border-radius: 5px;
  color: #999;
  transition: color .35s ease;
  text-decoration: none;
}

.buying-list__noitems:hover {
  color: #009eff;
}

.buying-list__noitems:hover {
  text-decoration: none;
}

.top-menu {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  background: #fff;
  z-index: 9999;
  padding-top: 50px;
  padding-bottom: 35px;
  box-shadow: 0px 3px 25px -3px rgba(153, 153, 153, 0.5);
}

.top-menu.-close {
  top: -1000px;
  transition: top .55s ease;
}

.top-menu.-open {
  top: 0;
  transition: top .55s ease;
}

.top-menu__container {
  position: relative;
}

.top-menu__list {
  list-style-type: none;
}

.top-menu__item {
  color: #3f464e;
  font-size: 15px;
  line-height: 1;
  margin-bottom: 10px;
}

.top-menu__item.-accent {
  font-weight: 400;
  text-transform: uppercase;
  margin-bottom: 15px;
}

.top-menu__item a {
  color: inherit;
  transition: color .35s ease;
  text-decoration: none;
}

.top-menu__item a:hover {
  color: #999;
}

.top-menu__close-btn {
  position: absolute;
  top: -40px;
  right: -10px;
  font-size: 20px;
}

.top-menu__close-btn:hover {
  cursor: pointer;
}

.top-menu__contacts {
  font-size: 15px;
  color: #49515a;
}

.not-active-user {
  background: #e1184a;
  color: #fff;
}

.not-active-user a {
  color: inherit;
  transition: color .35s ease;
  text-decoration: none;
  text-decoration: underline;
  line-height: 50px;
}

.not-active-user a:hover {
  color: #e0e2e4;
}

.feedback__title {
  text-align: center;
  color: #49515a;
  margin-bottom: 15px;
  line-height: 1;
}

.feedback__btn {
  background: #3f464e;
  border: none;
  border-radius: 0;
  display: block;
  width: 360px;
  margin-left: auto;
  margin-right: auto;
}

.feedback__btn:hover {
  transition: background 0.35s ease;
}

.feedback__btn:hover:hover {
  background: #5a6470;
}

.modal__header {
  font-size: 25px;
  font-weight: 300;
  text-align: center;
  margin-top: 30px;
}

.modal__form {
  padding: 0 100px;
  text-align: center;
}

.modal-header {
  border-bottom: 0;
}

.close {
  font-size: 30px;
}

.number-input {
  position: relative;
}

.number-input__minus,
.number-input__plus {
  position: absolute;
  top: 0;
  width: 35px;
  height: 35px;
  text-align: center;
  line-height: 35px;
  font-weight: 500;
  font-size: 20px;
  z-index: 99;
  border: 1px solid transparent;
  -moz-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -o-user-select: none;
  color: #3f464e;
}

.number-input__minus:hover,
.number-input__plus:hover {
  cursor: pointer;
  transition: background 0.35s ease;
  border: 1px solid #ccc;
}

.number-input__minus:hover:hover,
.number-input__plus:hover:hover {
  background: #f2f2f2;
}

.number-input__minus {
  left: 0;
  border-right: 1px solid #c9ced1;
  border-radius: 0;
}

.number-input__plus {
  right: 0;
  border-left: 1px solid #c9ced1;
  border-radius: 0;
}

.number-input__field {
  width: 100%;
  height: 30px;
  margin-bottom: 15px;
  border: 1px solid #c9ced1;
  border-radius: 0;
  text-align: center;
  color: #3f464e;
  font-size: 14px;
  font-weight: 400;
}

.filter__header {
  color: #49515a;
  font-size: 14px;
  text-transform: uppercase;
  margin-bottom: 8px;
}

.field-filterparam-super_group-value,
.field-filterparam-group-value,
.field-filterparam-category-value {
  margin-bottom: 20px;
  padding-bottom: 5px;
  border-bottom: 1px solid #c9ced1;
}

.filter__label {
  color: #49515a;
  font-size: 13px;
  text-transform: lowercase;
  font-weight: 400;
}

.catalog-filter__btn {
  width: 100%;
  margin-top: 10px;
}

.buying-message__read-status {
  display: inline-block;
  margin: 0 5px;
  background: #ccc;
  height: 8px;
  width: 8px;
  border-radius: 50%;
}

.buying-message__read-status.-status-unread {
  background: #3DB87F;
}

.buying-message__check {
  margin-right: 5px;
}

.buying-message__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
  padding: 10px 15px;
  background: #fff;
  margin-bottom: 8px;
}

.buying-message__type {
  width: 30px;
  margin-right: 10px;
}

.buying-message__type img {
  width: 100%;
}

.buying-message__data {
  padding: 0 10px;
}

.buying-message__data.-content-price {
  flex-basis: 100px;
}

.buying-message__data.-content-name {
  flex-basis: 250px;
}

.buying-message__intro {
  font-size: 14px;
  color: #999;
}

.buying-message__text {
  font-size: 13px;
  color: #49515a;
}

.buying-message__text.-color-blue {
  color: #009eff;
}

.buying-message__text.-style-big {
  font-size: 15px;
}

.buying-message__text.-style-big i {
  font-size: 12px;
}

.buying-message__unite {
  margin: 0 20px;
}

.buying-message__remove {
  color: #009eff;
  transition: color .35s ease;
  text-decoration: none;
}

.buying-message__remove:hover {
  color: #ef2c30;
}

.system-message__read-status {
  display: inline-block;
  margin: 0 5px;
  background: #ccc;
  height: 8px;
  width: 8px;
  border-radius: 50%;
}

.system-message__read-status.-status-unread {
  background: #3DB87F;
}

.system-message__check {
  margin-right: 5px;
  position: relative;
  z-index: 999;
}

.system-message__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
  padding: 10px 15px;
  background: #fff;
  margin-bottom: 8px;
  position: relative;
  transition: all .25s ease;
}

.system-message__item:hover {
  box-shadow: 0 3px 20px -4px rgba(63, 70, 78, 0.25);
  transition: all .25s ease;
}

.system-message__type {
  width: 30px;
  margin-right: 10px;
}

.system-message__type img {
  width: 100%;
}

.system-message__data {
  padding: 0 10px;
}

.system-message__data.-content-price {
  flex-basis: 100px;
}

.system-message__data.-content-name {
  flex-basis: 250px;
}

.system-message__intro {
  font-size: 14px;
  color: #999;
}

.system-message__text {
  font-size: 13px;
  color: #49515a;
}

.system-message__text.-color-blue {
  color: #009eff;
}

.system-message__text.-style-big {
  font-size: 15px;
}

.system-message__text.-style-big i {
  font-size: 12px;
}

.system-message__unite {
  margin: 0 20px;
}

.system-messages__target-link {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 99;
}

.system-message__remove {
  position: relative;
  z-index: 999;
  color: #009eff;
  transition: color .35s ease;
  text-decoration: none;
}

.system-message__remove:hover {
  color: #ef2c30;
}

.catalog-navbar {
  position: relative;
  padding: 8px 0;
  background: #fff;
  line-height: 1;
  font-family: "proxima nova", sans-serif;
  font-size: 14px;
  z-index: 50;
}

.catalog-navbar_fixed {
  box-shadow: 0 5px 5px -5px #333;
  left: 0;
  width: 100%;
}

.page-head__catalog-nav {
  text-align: center;
}

.catalog-navbar__btn {
  display: inline-block;
  font-weight: 700;
  cursor: pointer;
}

.catalog-navbar__btn i {
  margin-right: 5px;
}

.catalog-navbar__list {
  display: inline-block;
  list-style-type: none;
  font-size: 14px;
  margin: 0;
  padding-left: 20px;
}

.catalog-navbar__item {
  display: inline-block;
  padding: 0 20px;
}

.catalog-navbar__link {
  display: inline-block;
  padding: 0 15px;
  color: #3f464e;
  transition: color .35s ease;
  text-decoration: none;
}

.catalog-navbar__link:hover {
  color: #009eff;
}

.catalog-nav__category-list {
  display: none;
}

.catalog-nav__category-list_active {
  display: block;
}

.catalog-nav {
  position: absolute;
  top: 10px;
  width: 100%;
  height: 80vh;
  padding-top: 20px;
  display: none;
  background: #fff;
  z-index: 9999;
  box-shadow: 0 3px 5px 0 rgba(63, 70, 78, 0.25);
}

.catalog-nav__sidebar {
  border-right: 1px solid #ccc;
  padding-bottom: 40px;
}

.catalog-nav__list {
  list-style-type: none;
  margin: 0 0 30px;
  padding: 0;
}

.catalog-nav__item {
  margin-bottom: 15px;
  font-weight: 500;
  font-size: 14px;
}

.catalog-nav__categories {
  height: 100%;
  padding-bottom: 20px;
}

.catalog-nav__category {
  padding: 40px 0 0;
  border-bottom: 1px solid #ccc;
}

.catalog-nav__title {
  font-weight: 700;
  font-size: 15px;
  margin-bottom: 25px;
  display: inline-block;
}

.catalog-nav__mobile-nav-btn {
  display: none;
}

.catalog-nav__close-nav-btn {
  display: none;
}

.tabs {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.tabs__item {
  padding: 10px 20px;
  background: #e0e2e4;
  cursor: pointer;
  font-size: 13px;
}

.tabs__item:hover {
  transition: background 0.35s ease;
}

.tabs__item:hover:hover {
  background: #ccc;
}

.tabs__item.-style-active {
  background: #ccc;
}

body {
  background-color: #fff;
  font-size: 16px;
  font-family: "proxima nova", sans-serif;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  min-height: 100vh;
}

body.open-nav {
  height: 100vh;
  overflow: hidden;
  padding-right: 16px;
}

body.open-nav:after {
  content: '';
  position: fixed;
  display: block;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(255, 255, 255, 0.7);
  width: 100vw;
  height: 100vh;
  z-index: 9;
}

#app {
  flex: 1;
}

.-bg-grey {
  position: relative;
  background: #ecf0f3;
  padding-top: 35px;
  padding-bottom: 20px;
  z-index: 9;
}

.-bg-white {
  position: relative;
  background: #ffffff;
  padding-top: 35px;
  padding-bottom: 20px;
  border-radius: 5px;
}

.-bg-light {
  position: relative;
  background: #ffffff;
  margin: 8px;
  padding: 35px 16px 20px;
  box-shadow: 0 0 5px rgba(122, 122, 122, 0.5);
  z-index: 9;
}

.badge-sale {
  margin-top: -30px;
  margin-left: 20px;
  background-color: red;
  border-radius: 5px;
  text-align: center;
  vertical-align: center;
}

.mw400 {
  max-width: 400px;
}

.mv400 {
  transition: box-shadow 0.35s ease;
}

.mv400:hover {
  box-shadow: 0 0 5px rgba(122, 122, 122, 0.5);
}

.mw582 {
  max-width: 582px;
}

.mv {
  max-width: 100%;
}

.w100 {
  width: 100%;
}

.date-field {
  padding: 4px 10px;
}

.date-label {
  font-weight: unset;
}

.st {
  height: 176px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: center;
}

IMG.stocks {
  max-width: 100%;
  max-height: 100%;
}

.margin-bot-30 {
  margin-bottom: 30px;
}

.margin-left-10 {
  margin-left: 10px;
}

#disabledBlockWrap {
  position: relative;
}

#disabledBlockWrap #disabledBlock.disabled {
  opacity: 0.2;
  pointer-events: none;
}

#disabledBlockWrap .spinner-center {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  display: none;
}

.d-flex {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.flex-column {
  flex-direction: column;
}

.flex-wrap {
  flex-wrap: wrap;
}

.justify-content-between {
  justify-content: space-between;
}

.align-items-center {
  align-items: center;
}

.px-0 {
  padding-left: 0;
  padding-right: 0;
}

.mx-0 {
  margin-left: 0;
  margin-right: 0;
}

.ml-a {
  margin-left: auto;
}

.mr-a {
  margin-right: auto;
}

.mb-3 {
  margin-bottom: 1rem;
}

.pr-0 {
  padding-right: 0;
}

.pl-2 {
  padding-left: 30px;
}

.px-1 {
  padding-left: 20px;
  padding-right: 20px;
}

.block-margin {
  margin-bottom: 30px;
  overflow: hidden;
}

.ajax-loader {
  width: 40px;
  height: 40px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 999;
}

.ajax-loader:before {
  content: "\F110";
  display: inline-block;
  font-family: "Fontawesome";
  color: #3f464e;
  -webkit-animation: fa-spin 1s infinite steps(8);
          animation: fa-spin 1s infinite steps(8);
  font-size: 36px;
}

.guide img {
  max-width: 100%;
  height: auto;
}

.guide .content-inner span {
  font-family: Fontawesome, sans-serif;
}

.search-results {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  padding: 20px;
}

.search-results__categories {
  list-style: none;
  margin: 0;
  padding: 5px;
}

.search-results__groups {
  list-style: none;
  margin: 0;
  padding: 5px;
}

.search-results__super-groups {
  list-style: none;
  margin: 0;
  padding: 5px;
}

.search-results__header {
  font-size: 21px;
  font-weight: bold;
  color: #49515a;
  margin: 8px;
}

@media screen and (max-width: 767px) {
  .btn-primary-o {
    width: 50%;
  }
  dl {
    flex-direction: column;
  }
  .table {
    text-align: left;
  }
  .table tr {
    display: block !important;
  }
  .table th {
    display: block;
  }
  .table td {
    display: block;
    padding: 15px;
  }
  .header__catalog-btn {
    border: none;
  }
  .header__catalog-btn-container {
    margin-right: auto;
    margin-left: 0;
    float: left;
    width: 30%;
  }
  .header__wrapper {
    flex-wrap: wrap;
    padding: 10px 20px;
    height: 130px;
  }
  .header {
    z-index: 99;
  }
  .logo {
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 20px;
    width: 100%;
  }
  .header__dropdown {
    margin: 0 auto;
  }
  .header__phone {
    display: none;
  }
  .header__auth-btns {
    width: 70%;
    margin-left: auto;
    margin-right: 0;
    margin-top: 10px;
    text-align: center;
    border-left: none;
    float: right;
  }
  .header__auth-btn {
    padding: 10px 15px;
    margin: 0 10px 10px;
    font-size: 16px;
    font-weight: 300;
  }
  .hero__header {
    text-align: center;
    margin-bottom: 20px;
  }
  .hero__slider {
    margin: 20px !important;
    text-align: center;
  }
  .slider__header {
    font-size: 18px !important;
    margin-bottom: 20px;
  }
  .slider__item.-grid-2col {
    display: block;
  }
  .slider__btns {
    width: 100% !important;
  }
  .advantage {
    height: auto;
  }
  .advantage__item {
    padding: 20px;
  }
  .demo-zakupka {
    display: none;
  }
  .slider__left-part {
    width: 100% !important;
  }
  .slider__right-part {
    width: 100% !important;
  }
  .slider.-style-feature {
    padding-top: 50px;
  }
  .dont-think__btns .-style-buyer {
    margin-right: 0;
    margin-bottom: 20px;
  }
  .feedback-banner {
    height: auto;
    padding: 20px;
  }
  .feedback-banner__text {
    width: auto;
  }
  .feedback-banner__phone {
    position: relative;
    top: 0;
    left: 0;
    display: block;
    margin-top: 20px;
  }
  .item__image-set {
    margin-bottom: 20px;
  }
  .seller-item-teaser {
    flex-wrap: wrap;
  }
  .seller-item-teaser__title {
    margin-bottom: 20px;
  }
  .seller-item-teaser__price {
    margin-left: 0;
    margin-right: 0;
    margin-bottom: 20px;
    flex: 0 0 50%;
  }
  .seller-item-teaser__add-price {
    width: 70%;
    margin-left: auto;
    margin-right: auto;
  }
  .add-price {
    width: 95%;
  }
  .remove-prices {
    color: #ef2c30;
  }
  .item__add-form .btn {
    flex: 0 0 60%;
    margin-left: 10px;
  }
  .image-set {
    height: 170px;
  }
  .image-set__thumbs {
    flex-basis: 50px;
  }
  .image-set__thumb {
    width: 40px;
    height: 40px;
  }
  .landing-header {
    text-align: center;
  }
  .landing__logo {
    max-width: 215px;
    margin-bottom: 20px;
  }
  .landing-steps__item {
    margin-bottom: 30px;
    margin-left: auto;
    margin-right: auto;
  }
  .modal__form {
    padding: 0 10px;
  }
  .usertype__btns {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    padding: 0 0;
    width: 100%;
  }
  .item-teaser {
    flex-wrap: wrap;
  }
  .item-teaser__col.-col-3 {
    width: 100%;
  }
  .buying-list-item__add-count {
    margin-top: 20px;
  }
  .modal__form {
    padding: 0 10px;
  }
  .number-input {
    flex: 0 0 40%;
  }
  .number-input__minus,
  .number-input__plus {
    width: 25px;
  }
  .catalog-nav {
    padding-top: 0;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100vw;
    height: 100vh;
    padding-bottom: 20px;
  }
  .catalog-nav__sidebar {
    padding: 0 0 80px 0;
    height: 100%;
    overflow-y: auto;
  }
  .catalog-nav__sidebar::-webkit-scrollbar {
    width: 4px;
    background-color: #ccc;
  }
  .catalog-nav__sidebar::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 2px rgba(0, 0, 0, 0.3);
    background-color: #ccc;
    border-radius: 5px;
  }
  .catalog-nav__sidebar::-webkit-scrollbar-thumb {
    background-color: #3693B8;
    border: 5px solid #3693B8;
    border-radius: 5px;
  }
  .catalog-nav__categories {
    display: none;
    position: absolute;
    top: 60px;
    left: 0;
    height: 100%;
    background: #fff;
    width: 100%;
    overflow-y: auto;
    padding: 0 0 80px 0;
  }
  .catalog-nav__categories::-webkit-scrollbar {
    width: 4px;
    background-color: #ccc;
  }
  .catalog-nav__categories::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 2px rgba(0, 0, 0, 0.3);
    background-color: #ccc;
    border-radius: 5px;
  }
  .catalog-nav__categories::-webkit-scrollbar-thumb {
    background-color: #3693B8;
    border: 5px solid #3693B8;
    border-radius: 5px;
  }
  .catalog-nav__category-list {
    padding-bottom: 40px;
  }
  .catalog-nav__category {
    padding-top: 20px;
    border: none;
  }
  .catalog-nav__title {
    padding: 0px 20px 20px;
    border-bottom: 2px solid #aaa;
    display: block;
    margin-bottom: 0;
    font-size: 18px;
  }
  .catalog-nav__item {
    margin-bottom: 0;
  }
  .catalog-nav__item .link {
    display: block;
    border-bottom: 1px solid #ccc;
    padding: 20px 40px 20px 20px;
    position: relative;
  }
  #catalogParentNav .link::after {
    content: '\F105';
    font-family: Fontawesome;
    font-size: 18px;
    position: absolute;
    top: 50%;
    right: 20px;
    transform: translateY(-50%);
  }
  .catalog-nav__mobile-nav-btn {
    display: block;
    padding: 20px;
    border-bottom: 1px solid #ccc;
    text-align: center;
    font-weight: 600;
    position: relative;
    box-shadow: 0px -2px 10px 1px rgba(63, 70, 78, 0.35);
  }
  .catalog-nav__mobile-nav-btn_back::before {
    content: '\F104';
    font-family: Fontawesome, sans-serif;
    font-size: 18px;
    position: absolute;
    top: 50%;
    left: 20px;
    transform: translateY(-50%);
  }
  .catalog-nav__close-nav-btn {
    display: block;
    position: absolute;
    top: 27px;
    right: 10px;
    transform: translateY(-50%);
    cursor: pointer;
    z-index: 9999;
    width: 40px;
    height: 40px;
    text-align: center;
    line-height: 40px;
  }
  .d-sm-none {
    display: none;
  }
}

@media screen and (min-width: 768px) {
  dl {
    flex-wrap: wrap;
  }
  .landing-header {
    font-size: 24px;
  }
  .landing__heading {
    font-size: 48px;
  }
  .landing-steps__item:nth-child(2n + 2) {
    margin-left: auto;
  }
  .landing-steps__title {
    font-size: 22px;
  }
  .landing-steps__title span {
    display: none;
  }
  .landing-steps {
    position: relative;
  }
  .landing-steps__count {
    display: block;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translate(-50%, 60px);
    z-index: 99;
  }
  .landing-steps__count:before {
    content: "";
    position: absolute;
    display: block;
    height: 100%;
    width: 1px;
    top: 0;
    left: 50%;
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(10%, #333), color-stop(0%, rgba(255, 255, 255, 0)));
    background-image: linear-gradient(to bottom, #333 10%, rgba(255, 255, 255, 0) 0%);
    background-position: left;
    background-size: 2px 8px;
    background-repeat: repeat-y;
    z-index: 9;
  }
  .landing-steps__count-item {
    width: 60px;
    height: 60px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 36px;
    font-weight: 700;
    border-radius: 50%;
    margin-top: 105px;
    z-index: 99;
    position: relative;
  }
  .landing-steps__count-item_theme_seller {
    background: #1993BA;
  }
  .landing-steps__count-item_theme_buyer {
    background: #7FDEBC;
  }
  .landing-steps__count-item:nth-child(1) {
    margin-top: 0;
  }
  .landing-steps__count-item:nth-child(2n + 1):before, .landing-steps__count-item:nth-child(2n + 2):before {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    transform: translate(-100%, -50%);
    display: block;
    width: 300px;
    height: 1px;
    background-image: -webkit-gradient(linear, left top, right top, color-stop(10%, #333), color-stop(0%, rgba(255, 255, 255, 0)));
    background-image: linear-gradient(to right, #333 10%, rgba(255, 255, 255, 0) 0%);
    background-position: top;
    background-size: 8px 2px;
    background-repeat: repeat-x;
    z-index: 9;
  }
  .landing-steps__count-item:nth-child(2n + 2)::before {
    transform: translate(100%, -50%);
    right: 0;
    left: initial;
  }
  .landing-review__item {
    margin: 80px;
  }
  .page-head__bottom {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: space-between;
    width: 100%;
  }
  .catalog-nav__sidebar {
    height: 98%;
    overflow-y: auto;
  }
  .catalog-nav__sidebar::-webkit-scrollbar {
    width: 4px;
    background-color: #ccc;
  }
  .catalog-nav__sidebar::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 2px rgba(0, 0, 0, 0.3);
    background-color: #ccc;
    border-radius: 5px;
  }
  .catalog-nav__sidebar::-webkit-scrollbar-thumb {
    background-color: #3693B8;
    border: 5px solid #3693B8;
    border-radius: 5px;
  }
  .catalog-nav__categories {
    height: 100%;
    overflow-y: auto;
  }
  .catalog-nav__categories::-webkit-scrollbar {
    width: 4px;
    background-color: #ccc;
  }
  .catalog-nav__categories::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 2px rgba(0, 0, 0, 0.3);
    background-color: #ccc;
    border-radius: 5px;
  }
  .catalog-nav__categories::-webkit-scrollbar-thumb {
    background-color: #3693B8;
    border: 5px solid #3693B8;
    border-radius: 5px;
  }
  .catalog-nav__list_cols_2 {
    -webkit-columns: 2;
       -moz-columns: 2;
            columns: 2;
  }
}

@media screen and (max-width: 991px) {
  .header__phone {
    display: none;
  }
  .landing__logo {
    max-width: 215px;
  }
  .landing-header div {
    margin-bottom: 20px;
  }
  .landing__heading {
    font-size: 24px;
  }
  .landing-number + .landing-number {
    margin-top: 40px;
  }
  .buyingcard__list {
    position: relative;
    min-height: 10px;
    max-height: 420px;
  }
  .buyingcard__list.-state-open {
    min-height: 101px;
    max-height: 5000px;
    transition: all .8s ease-in;
  }
  .buyingcard__list .list-number {
    display: none;
    padding: 0 0 5px;
  }
  .buyingcard__list thead {
    display: none;
  }
  .buyingcard__list .items-list {
    display: block;
    padding: 5px;
    border-radius: 5px;
    margin-right: 15px;
    margin-left: 15px;
    text-align: center;
  }
  .buyingcard__list .items-list:nth-child(odd) {
    background-color: #ecf0f3;
  }
  .buyingcard__list .items-list:before {
    color: #999;
    content: attr(data-label);
    position: static;
    display: block;
  }
  .buyingcard__col {
    padding: 15px;
  }
  .buyingcard__col.-col-1 {
    order: 1;
    flex: 1;
    flex-basis: 40%;
    border-bottom: 1px solid #e0e2e4;
  }
  .buyingcard__col.-col-2 {
    order: 4;
    flex: 1;
    flex-basis: 40%;
  }
  .buyingcard__col.-col-3 {
    order: 3;
    flex: 1;
    flex-basis: 60%;
  }
  .buyingcard__col.-col-4 {
    order: 2;
    border-bottom: 1px solid #e0e2e4;
  }
  .buyingcard__col + .buyingcard__col {
    border-left: none;
  }
  .buyingcard__date {
    text-align: left;
  }
  .table td:before {
    content: attr(data-label);
  }
}

@media screen and (max-width: 410px) {
  .header__catalog-btn-container {
    margin: -15px auto 0px;
    width: 100%;
  }
  .header__catalog-btn {
    display: block;
    max-width: 190px;
    margin: 0 auto;
    text-align: center;
  }
  .header__auth-btns {
    width: 100%;
    display: block;
    margin: auto auto 10px;
  }
  .header__auth-btn {
    width: 95px;
    max-width: 50%;
  }
}

@media print {
  .header,
  .not-active-user,
  .no-print,
  .buying-list-item__tabs,
  .buying-list-item__remove-btn,
  .footer {
    display: none !important;
  }
  .buying-list-item {
    overflow: hidden;
    margin-bottom: 10px !important;
    padding: 10px !important;
  }
  .buying-list-item__image {
    width: 200px;
    float: left;
  }
  .buying-list-item__add-count,
  .buying-list-item__price {
    float: left;
    margin-right: 20px !important;
  }
}

@media screen and (min-width: 992px) {
  .landing-header {
    padding-top: 70px;
  }
  .landing-number {
    font-size: 84px;
  }
  .buying-message__data.-size-long {
    flex: 0 0 50%;
  }
  .system-messages__left-side {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex: 0 0 50%;
    align-items: center;
  }
  .system-messages__right-side {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex: 0 0 50%;
    justify-content: flex-end;
    align-items: center;
  }
  .system-message__data.-size-long {
    flex: 0 0 50%;
  }
}

@media screen and (max-width: 800px) {
  .buying-message__data {
    flex-basis: 100% !important;
    text-align: center;
  }
  .system-message__data {
    flex-basis: 100% !important;
    text-align: center;
  }
}

@media screen and (min-width: 993px) {
  .buying-message__data .-content-price {
    margin-left: auto;
  }
  .system-message__data .-content-price {
    margin-left: auto;
  }
}
