/* line 1, catalog-empty.scss */
.container {
  max-width: 1254px;
  margin: 0 auto; }

/* catalog empty */
/* line 13, catalog-empty.scss */
.catalog-empty2 {
  display: flex;
  width: 100%;
  justify-content: space-between;
  gap: 25px;
  flex-wrap: wrap;
  padding: 10px; }

/* line 22, catalog-empty.scss */
.catalog-empty2__block {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 170px;
  height: 381px;
  border-radius: 10px;
  border: 1px solid;
  border-image-source: linear-gradient(117.35deg, #FFEDD5 18.6%, #FCD689 35.7%, #CAA769 52.79%, #DDBC7C 69.89%, #C29755 86.99%);
  background: white;
  box-shadow: 0px 4px 100px 0px rgba(0, 0, 0, 0.028);
  text-decoration: none; }

/* line 36, catalog-empty.scss */
.catalog-empty2__block_icon {
  margin-top: 20px; }

/* line 40, catalog-empty.scss */
.catalog-empty2__block_title {
  margin-top: 10px;
  text-align: center;
  font-size: 18px;
  font-weight: 400;
  font-family: 'Roboto Condensed';
  line-height: 21.09px;
  letter-spacing: 1px;
  display: flex;
  align-items: center;
  height: 42px;
  color: black; }

/* line 54, catalog-empty.scss */
.catalog-empty2__block_image {
  margin-top: 20px;
  height: 261px;
  padding: 7px;
  width: 100%;
  border-radius: 14px;
  background-position: 0;
  background-size: contain;
  background-repeat: no-repeat;
  object-fit: cover; }

/* line 66, catalog-empty.scss */
.catalog-empty2__center_block {
  flex: 2;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 10px; }

/* line 74, catalog-empty.scss */
.catalog-empty2__center_block_row {
  text-align: center;
  border-radius: 13px;
  width: 100%;
  padding: 30px;
  font-size: 18px;
  font-weight: 400;
  font-family: 'Roboto Condensed';
  background: white;
  box-shadow: 0px 4px 100px 0px rgba(0, 0, 0, 0.1); }

/* line 86, catalog-empty.scss */
.catalog-empty2__center_block_row:last-child {
  flex: 2;
  position: relative;
  overflow: hidden;
  z-index: 1;
  display: flex;
  flex-direction: column;
  align-items: center; }

/* line 96, catalog-empty.scss */
.catalog-empty2__center_block_row:last-child::before {
  content: '';
  position: absolute;
  width: 150px;
  height: 150px;
  top: -46px;
  right: -34px;
  background: url(https://static.insales-cdn.com/files/1/3456/36179328/original/ribbon1.png) 0 0 no-repeat;
  transform: rotate(142deg);
  z-index: -1;
  background-size: contain; }

/* line 108, catalog-empty.scss */
.catalog-empty2__center_block_row:last-child::after {
  content: '';
  position: absolute;
  width: 85px;
  height: 138px;
  left: 23px;
  bottom: -50px;
  background: url(https://static.insales-cdn.com/files/1/3456/36179328/original/ribbon1.png) 0 0 no-repeat;
  transform: rotate(-212deg);
  z-index: -1;
  background-size: contain; }

/* line 120, catalog-empty.scss */
.catalog-empty2__center_block_row_title {
  font-family: Roboto;
  font-size: 30px;
  font-weight: 500;
  line-height: 35.16px;
  letter-spacing: 1px;
  text-align: center;
  color: #e6b75a; }

/* line 130, catalog-empty.scss */
.catalog-empty2__center_block_row_subtitle {
  margin-top: 3px;
  font-weight: 500;
  font-size: 23px; }

/* line 136, catalog-empty.scss */
.catalog-empty2__promo {
  margin-top: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 15px;
  font-size: 28px;
  font-family: 'Roboto';
  font-weight: 600;
  box-shadow: 0px 4px 20px 0px rgba(0, 0, 0, 0.1) inset;
  padding: 10px 10px 10px 25px;
  width: fit-content;
  border-radius: 7px;
  cursor: pointer; }

/* line 152, catalog-empty.scss */
.catalog-empty2__promo._success {
  border: solid 2px green;
  padding: 8px 10px 8px 25px;
  background-color: rgba(0, 128, 0, 0.05); }

/* line 158, catalog-empty.scss */
.catalog-empty2__promo._success .catalog-empty2__promo-text {
  color: green; }

/* line 162, catalog-empty.scss */
.catalog-empty2__promo-text {
  cursor: pointer;
  user-select: all;
  position: relative;
  transition: all 0.2s ease; }

/* line 169, catalog-empty.scss */
.catalog-empty2__promo-text:hover {
  color: #e6b75a; }

/* line 173, catalog-empty.scss */
.catalog-empty2__promo-text:active {
  transform: scale(0.98); }

/* line 177, catalog-empty.scss */
.catalog-empty2__promo_bottom {
  margin-top: 20px;
  font-size: 14px;
  font-family: 'Roboto'; }

@media (max-width: 1090px) {
  /* line 184, catalog-empty.scss */
  .catalog-empty2__center_block {
    flex: 2 0 100%; }

  /* line 187, catalog-empty.scss */
  .catalog-empty2__block {
    flex: 1 0 33%;
    order: 1; } }
/* line 192, catalog-empty.scss */
.small a.link {
  color: #000;
  font-weight: 700;
  text-decoration: none; }

/* end catalog empty */
