@font-face {
  font-family: 'Appetite';
  src: url("/static/fonts/appetite.ttf");
  font-weight: normal;
  font-style: normal;
  font-display: swap; }

@font-face {
  font-family: 'Roboto-Light';
  src: url("/static/fonts/Roboto-Light.ttf");
  font-weight: normal;
  font-style: normal;
  font-display: swap; }

@font-face {
  font-family: 'Roboto-Thin';
  src: url("/static/fonts/Roboto-Thin.ttf");
  font-weight: bold;
  font-style: normal;
  font-display: swap; }

@font-face {
  font-family: 'Roboto-Medium';
  src: url("/static/fonts/Roboto-Medium.ttf");
  font-weight: normal;
  font-style: normal;
  font-display: swap; }

@font-face {
  font-family: 'Roboto-Regular';
  src: url("/static/fonts/Roboto-Regular.ttf");
  font-weight: normal;
  font-style: normal;
  font-display: swap; }

@font-face {
  font-family: 'Roboto-Bold';
  src: url("/static/fonts/Roboto-Bold.ttf");
  font-weight: normal;
  font-style: normal;
  font-display: swap; }

/* line 9, project/static/scss/_base.scss */
body {
  overflow-x: hidden !important;
  position: relative !important; }

/* line 14, project/static/scss/_base.scss */
h1, h2, h3 {
  font-family: "Roboto-Regular", sans-serif; }

/* line 18, project/static/scss/_base.scss */
h4, h5, h6 {
  font-family: "Roboto-Regular", sans-serif; }

/* line 22, project/static/scss/_base.scss */
b {
  font-family: "Roboto-Bold", sans-serif; }

/* line 26, project/static/scss/_base.scss */
p {
  font-family: "Roboto-Regular", sans-serif;
  margin: 0 !important; }

/* line 31, project/static/scss/_base.scss */
div {
  font-family: "Roboto-Regular", sans-serif; }

/* line 35, project/static/scss/_base.scss */
a {
  font-family: "Roboto-Regular", sans-serif; }
  /* line 38, project/static/scss/_base.scss */
  a:hover {
    text-decoration: none; }

/* line 43, project/static/scss/_base.scss */
span {
  font-family: "Roboto-Regular", sans-serif !important; }

/* line 47, project/static/scss/_base.scss */
input {
  outline: 0 !important;
  outline-offset: 0 !important; }
  /* line 35, project/static/scss/_mixins.scss */
  input::placeholder {
    color: #575757; }
  /* line 38, project/static/scss/_mixins.scss */
  input::-webkit-input-placeholder {
    color: #575757; }
  /* line 41, project/static/scss/_mixins.scss */
  input:-moz-placeholder {
    color: #575757; }
  /* line 44, project/static/scss/_mixins.scss */
  input::-ms-input-placeholder {
    color: #575757; }

/* line 35, project/static/scss/_mixins.scss */
textarea::placeholder {
  color: #575757; }

/* line 38, project/static/scss/_mixins.scss */
textarea::-webkit-input-placeholder {
  color: #575757; }

/* line 41, project/static/scss/_mixins.scss */
textarea:-moz-placeholder {
  color: #575757; }

/* line 44, project/static/scss/_mixins.scss */
textarea::-ms-input-placeholder {
  color: #575757; }

/* line 62, project/static/scss/_base.scss */
.offer-block__img {
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #f8f8f8;
  aspect-ratio: 320 / 245;
  width: 100%; }
  /* line 71, project/static/scss/_base.scss */
  .offer-block__img img {
    width: 100% !important;
    height: 100% !important;
    object-fit: contain !important;
    display: block; }

/* line 80, project/static/scss/_base.scss */
.seller-slider-mob img {
  object-fit: contain;
  background: #f8f8f8;
  width: 100%; }

/* line 87, project/static/scss/_base.scss */
.cabinet-img-preview img,
.gallery-thumb img {
  object-fit: contain;
  background: #f8f8f8; }

/* line 93, project/static/scss/_base.scss */
button.button_inner__close {
  color: #ffffff;
  opacity: 1;
  text-shadow: none;
  line-height: 1;
  margin-left: 5px; }
  /* line 100, project/static/scss/_base.scss */
  button.button_inner__close:hover {
    color: #ffffff;
    opacity: 0.9;
    text-shadow: 0 1px 0 #fff; }

/* line 107, project/static/scss/_base.scss */
.login-btn-partner {
  padding-right: 6px; }

/* line 111, project/static/scss/_base.scss */
.login-btn-buyer {
  position: relative; }
  /* line 114, project/static/scss/_base.scss */
  .login-btn-buyer:before {
    content: '';
    width: 1px;
    background-color: rgba(255, 255, 255, 0.5);
    position: absolute;
    left: -5px;
    top: 0; }

/* line 124, project/static/scss/_base.scss */
.isDisabled {
  pointer-events: none; }

/* line 7, project/static/scss/main.scss */
html {
  height: 101%;
  overflow-x: hidden !important; }

/* line 12, project/static/scss/main.scss */
.login-btn-buyer:before {
  height: 100%; }

/* line 16, project/static/scss/main.scss */
jdiv.button_f493 {
  margin-bottom: 55px !important; }
