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

.matreshka__title {
  color: #fff;
  font-weight: 700;
  text-transform: uppercase;
  text-align: center;
  font-size: 22px !important;
  margin-bottom: 25px;
  background-color: #3a4752;
  padding: 10px 0;
  border-radius: .5em;
}

.matreshka__item img {
  max-width: 250px;
  width: 100%;
  padding: 0px !important;
  height: auto;
}

.win__matreshka span,.win__matreshka p {
  color: #8d7a7a !important;
}

.win__matreshka {
  display: none;
  position: relative;
  color: #8d7a7a !important;
}

.win__matreshka p {
  font-family: 'poetsen_oneregular' !important;
  font-size: 50px !important;
  text-shadow: 1px 1px 1px #fff !important;
  text-align: center !important;
}

.sale {
  position: absolute;
  top: 20%;
  left: 50%;
  transform: translate(-50%, 50%);
  -webkit-transform: translate(-50%, 50%);
  -moz-transform: translate(-50%, 50%);
  -ms-transform: translate(-50%, 50%);
  -o-transform: translate(-50%, 50%);
}

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

picture.grats:after {
  content: none;
}

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

.order_block,.spin-result-wrapper {
  display: none;
}

.spin-result-wrapper {
  max-width: 100%;
  display: none;
  padding: 0 10px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  top: 0;
  z-index: 999;
  left: 0;
  height: 100%;
  position: fixed;
  background-color: rgba(0, 0, 0, 0.6);
  text-align: center;
}

.pop-up-window {
  position: relative;
  max-width: 400px;
  right: 0;
  left: 0;
  top: 40%;
  margin: 0 auto;
  background: #fff none repeat scroll 0 0;
  text-align: center;
  padding: 10px;
  padding-top: 70px;
  padding-bottom: 20px;
  border-radius: 10px;
  animation: .7s ease 0s normal none 1 running pop-up-appear;
}

.cursor-text:active {
  -webkit-box-shadow: rgba(0, 0, 0, .4) 0 0 5px inset;
  box-shadow: rgba(0, 0, 0, .4) 0 0 5px inset;
}

@keyframes pop-up-appear {
  0% {
    transform: translateY(-2000px);
  }

  30% {
    transform: translateY(100px);
  }

  100% {
    transform: translateY(0);
  }
}

@keyframes pop-up-appear-before {
  0% {
    transform: scale(0);
  }

  100% {
    transform: scale(1);
  }
}

@keyframes pop-up-appear-after {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

.submit-roulette:hover {
  background: #b00;
  transition: background .3s;
}

#order_form {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.submit-roulette:active {
  transform: translateY(2px);
  box-shadow: none;
}

.input-roulette::placeholder {
  font-size: .9em;
}

.input-roulette {
  padding-left: 5px;
  height: 42px;
  margin-bottom: 10px;
  max-width: 352px;
  width: 100%;
  box-sizing: border-box;
}

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

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

  .sale {
    top: 10%;
  }

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

  .sale {
    top: 15%;
  }
}

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

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

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

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

  .sale {
    top: 5%;
  }
}

@keyframes pop-up-appear {
  0% {
    transform: translateY(-2000px);
  }

  30% {
    transform: translateY(100px);
  }

  100% {
    transform: translateY(0px);
  }
}

@keyframes pop-up-appear-before {
  0% {
    transform: scale(0);
  }

  100% {
    transform: scale(1);
  }
}

@keyframes pop-up-appear-after {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

.cursor-text {
  line-height: 45px !important;
  font-size: 12px !important;
}

.sale-red,.sale-blue,.sale-yellow {
  font-size: 50px !important;
}

p.sale {
  display: block !important;
  margin-block-start: 1em !important;
  margin-block-end: 1em !important;
  margin-inline-start: 0px !important;
  margin-inline-end: 0px !important;
  padding: 0 !important;
}

@media screen and (max-width: 480px) {
  .win__matreshka p {
    display: block !important;
    width: 80px;
  }

  .sale-blue,  .sale-red,  .sale-yellow,  .win__matreshka p {
    font-size: 32px !important;
    text-align: center;
  }

  .grats:after {
    bottom: -20px;
  }

  .sale {
    top: 20%;
  }

  p.sale {
    display: block !important;
    margin: 0 !important;
  }
}

@media screen and (max-width: 400px) {
  .win__matreshka p {
    display: block !important;
    width: 80px;
  }

  .sale-blue,  .sale-red,  .sale-yellow,  .win__matreshka p {
    font-size: 28px !important;
    text-align: center;
  }

  .grats:after {
    bottom: -20px;
  }

  .sale {
    top: 20%;
  }

  p.sale {
    display: block !important;
    margin: 0 !important;
  }
}

.product-image1 img {
  max-width: 100% !important;
  width: 100% !important;
}

.time_remains {
  font-size: 24px !important;
  font-weight: 700 !important;
  line-height: 22.68px !important;
  color: #FF396F !important;
}

.form_control_vik_group input.form_control_vik.name,.form_control_vik_group input.form_control_vik.phone {
  background: #EDEDED !important;
  box-shadow: 0px 2px 4px 0px #00000040 !important;
  font-family: Open Sans;
  font-size: 18px !important;
  font-weight: 400 !important;
  line-height: 29.51px !important;
  text-align: left !important;
  border-width: 1px !important;
  border-radius: 20px !important;
  color: #9F9F9F !important;
}

.cta-btn1 a,.cb-con .submit,.api-form1 .submit,.cb-but,.blg {
  font-family: Open Sans !important;
  font-size: 30px !important;
  font-weight: 700 !important;
  padding: 10px 0px 10px 0px !important;
  line-height: 40.85px !important;
  background: #13A61A !important;
  border-radius: 20px !important;
  box-shadow: 0px 2px 4px 0px #00000040 !important;
}

@media (max-width: 768px) {
  .product-image1 img {
    max-width: 100% !important;
    width: 71% !important;
  }

  .time_remains {
    font-size: 20px !important;
    font-weight: 700 !important;
    line-height: 22.68px !important;
    color: #FF396F !important;
  }

  .form_control_vik_group input.form_control_vik.name,  .form_control_vik_group input.form_control_vik.phone {
    background: #EDEDED !important;
    box-shadow: 0px 2px 4px 0px #00000040 !important;
    font-family: Open Sans;
    font-size: 14px !important;
    font-weight: 400 !important;
    line-height: 25.51px !important;
    text-align: left !important;
    border-width: 1px !important;
    border-radius: 20px !important;
  }

  .cta-btn1 a,  .cb-con .submit,  .cb-but,  .blg {
    font-family: Open Sans !important;
    font-size: 20px !important;
    font-weight: 700 !important;
    padding: 10px 0px 10px 0px !important;
    line-height: 30.85px !important;
    background: #13A61A !important;
    border-radius: 20px !important;
    box-shadow: 0px 2px 4px 0px #00000040 !important;
  }
}

.matreshka__wrapper {
  padding-top: 15px;
  background-image: url(../images/bg1-100.webp);
  background-position: center center;
  padding-bottom: 10px;
}

.matreshka__item img {
  margin: 0px !important;
}

h2.matreshka__title {
  text-align: center;
  margin: 0px auto 0px auto;
  max-width: 780px;
  padding: 15px 0px 15px 0px;
  text-align: center;
  background: linear-gradient(0deg, #FF8484 0%, #EE1919 25%, #B90A0A 50%, #EE1919 75%, #FF7A7A 100%);
  border-radius: 40px;
  border: 2px solid #BB0839;
  font-family: Open Sans;
  font-size: 24px !important;
  font-weight: 600;
  line-height: 32.68px;
  text-transform: uppercase;
}

@media only screen and (max-width: 500px) {
  h2.matreshka__title {
    font-size: 16px !important;
    max-width: 270px;
    font-weight: normal;
    line-height: 20px;
  }

  .matreshka__wrapper {
    background-size: cover;
  }
}

@media only screen and (max-width: 1000px) {
  .matreshka__wrapper {
    background-size: cover;
  }
}

h2.matreshka__title::after {
  display: none;
}

.matreshka__wrapper {
  max-height: 460px;
}

@media (max-width:1023px) {
  .matreshka__wrapper {
    max-height: 440px;
  }
}

@media screen and (max-width:768px) {
  .matreshka__wrapper {
    max-height: 430px;
  }
}

@media screen and (max-width:480px) {
  .matreshka__wrapper {
    max-height: 322px;
  }
}

@media screen and (max-width:415px) {
  .matreshka__wrapper {
    max-height: 291px;
  }
}

@media screen and (max-width:400px) {
  .matreshka__wrapper {
    max-height: 284px;
  }
}

@media screen and (max-width:390px) {
  .matreshka__wrapper {
    max-height: 290px;
  }
}

@media screen and (max-width:350px) {
  .matreshka__wrapper {
    max-height: 250px;
  }
}

@media screen and (max-width:321px) {
  .matreshka__wrapper {
    max-height: 260px;
  }
}