.matreshka__title {
  -webkit-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  box-sizing: border-box;
  text-transform: uppercase;
  text-align: center;
  font-size: 22px !important;
  background-color: #3A4752;
  border-radius: 0.5em;
  font-weight: 700;
  font-style: normal;
  line-height: 30px;
  margin: 15px 0;
  color: #ffffff !important;
  padding: 10px;
}

.matreshka__container {
  display: flex;
  justify-content: space-around;
}

.matreshka__item img {
  -webkit-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  font-size: 16px;
  cursor: pointer;
  box-sizing: border-box;
  color: #e4cbcc;
  margin: 0 auto 20px;
  max-width: 250px;
  width: 100%;
}

.win {
  display: none;
  position: relative;
  color: #8D7A7A !important;
}

.win p {
  -webkit-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  cursor: pointer;
  box-sizing: border-box;
  position: absolute;
  top: 20%;
  left: 50%;
  -webkit-transform: translate(-50%, 50%);
  padding: 0;
  margin: 0 0 20px;
  line-height: 1.4 !important;
  color: #8D7A7A !important;
  font-family: 'poetsen_oneregular';
  font-size: 50px !important;
  font-weight: 600;
  text-shadow: 1px 1px 1px #fff;
}

.win span,
.win p {
  color: #8D7A7A !important;
}

.w_block p::after {
  content: "";
  display: block;
  clear: both;
}

.grats span,
p.grats {
  color: #F52626 !important;
}

.grats:after {
  content: '';
  width: 100%;
  height: 30px;
  position: absolute;
  bottom: -20px;
  left: 0;
  z-index: 2;
  background-size: cover;
  background-image: url(../img/line.png);
}

@media (max-width: 767px) {
  .matreshka__item img {
    max-width: 200px
  }

  .win p {
    font-size: 44px !important;
  }

  .sale {
    top: 10%;
  }

  .win p {
    font-size: 36px !important;
  }

  .sale {
    top: 15%;
  }
}

@media (max-width: 540px) {
  .win p {
    font-size: 32px !important;
  }
}

@media (max-width: 480px) {
  .sale {
    top: 8%;
  }
}

@media (max-width: 420px) {
  .win p {
    font-size: 28px !important;
  }
}

@media (max-width: 360px) {
  .win p {
    font-size: 26px !important;
  }

  .sale {
    top: 5%;
  }
}