p {
  margin: 0;
}
.MwobH {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  margin: 2rem;
}

.xCfm1 {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  margin: 15px 0px;
}

.l4IJC {
  font-size: 32px;
  font-weight: 600;
  margin: 10px 0;
}

.hMPw8 {
  color: #A41444;
  font-size: 14px;
  font-weight: 500;
  line-height: 16.41px;
}
  
.EikQO {
  display: flex;
  justify-content: space-between;
  background: #fff;
  border-radius: 10px;
  margin-top: 2rem;
  overflow: hidden;
  box-shadow: 0px 0px 4px 0px #00000040;
  max-height: 157px;
}

.kQI1T {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 2rem;
  width: 50%;
}

.Oesqy {
  display: flex;
  justify-content: start;
  width: 100%;
}

.Pi5vJ {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 210px;
  height: 36px;
  padding: 10px 20px;
  border-radius: 5px;
  background: #B7184D;
  border: 0.66px solid #A41444;
  font-size: 14px;
  font-weight: 500;
  line-height: 16.41px;
  color: #FFF;
  cursor: pointer;
}

.AZOVi {
  font-size: 14px;
  font-weight: 500;
  line-height: 16.41px;
  color: #FFF;

}

.odUIe {
  display: flex;
  flex-direction: column;
  align-items: start;
  justify-content: space-around;
  padding: 10px;
  position: relative;
}

.qVQVB {
  font-size: 18px;
  font-weight: 600;
  line-height: 21.09px;
}

.Fu8R1 {
  font-size: 14px;
  font-weight: 300;
  line-height: 16.41px;
  max-width: 500px;
}

.fRjM_ {
  display: flex;
  flex-direction: row;
  gap: 15px;
  position: relative;
}

.iuZXr {
  display: block;
  height: 100%;
}

.v9jZr {
  display: none;
}

.qG71X {
  width: 276px;
  height: 90px;
  position: absolute;
  top: -100px;
  left: 10px;
  padding: 10px;
  background-color: #FFF3F7;
  color: #B7184D;
  border-radius: 5px;
  font-size: 14px;
}

.ayXBV {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 5px;
  right: 10px;
  cursor: pointer;
  width: 14px;
  height: 14px;
  border-radius: 50%;
  border: 1.24px solid #9D0E3E;
  background-color: #f9b7cc;
  }

.bfWH2 {
  background-image: url(/2d7397dcd21ce66a74fe.png);
  background-repeat: no-repeat;
  border-radius: 10px;
  display: flex;
  flex-direction: column;
  height: 124px;
  justify-content: end;
  margin: auto 0;
  padding: 10px;
  position: relative;
  width: 330px;
}

.phM9s {
  position: absolute;
  right: 10px;
  top: 10px;
}

.PhoEF {
  color: #fff;
  font-size: 32px;
  font-weight: 600;
  letter-spacing: 1px;
  margin-top: -12px;
  padding-bottom: 14px;
  text-align: center;
}

.ijhLz {
  background-color: #fff;
  border: 1px solid #ED004F;
  border-radius: 5px;
  display: flex;
  flex-direction: column;
  max-height: 40px;
  padding-left: 4px;
  width: calc(100% - 45px);
}

.caSvA {
  background: #fff;
  border-radius: 10px;
  display: flex;
  flex-direction: column;
  gap: 0px;
  height: 246px;
  justify-content: center;
  left: 50%; /* Устанавливает левую границу элемента в 50% от родительского элемента*/
  margin: auto;
  padding: 10px;
  position: absolute;
  top: 171px;
  transform: translateX(-50%); /* Сдвигает элемент на 50% его ширины влево*/
  width: 308px;
}

.Rz7Ld {
  background-image: url(/2d7397dcd21ce66a74fe.png);
  background-repeat: no-repeat;
  border-radius: 5px;
  display: flex;
  flex-direction: column;
  height: 116px;
  justify-content: center;
  padding: 10px;
  position: relative;
}

.R6S6W {
  position: absolute;
  right: 10px;
  top: 10px;
}

.mQkV1 {
  color: #fff;
  font-size: 32px;
  font-weight: 600;
  letter-spacing: 1px;
  text-align: center;
}

@media (max-width: 1024px) {
  .MwobH {
    margin: 10px;
  }
}

@media (max-width: 720px) {
  .MwobH {
    margin: 10px;
  }

  .xCfm1 {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    margin: 10px 0px;
  }
  
  .l4IJC {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 20px;
    line-height: 23px;
    text-transform: uppercase;
  }

  .EikQO {
    flex-direction: column;
    margin: 12px;
    max-height: max-content;
  }
  
  .odUIe {
    align-items: start;
    justify-content: space-around;
    padding: 10px;
  }
  
  .Fu8R1 {
    margin: 15px 0;
    text-align: start;
  }

  .Oesqy {
    justify-content: center;
  }

  .Pi5vJ {
    min-width: 290px;
    width: 100%;
  }

  .v9jZr {
    display: block;
    width: 100%;
  }

  .iuZXr {
    display: none;
  }

  .fRjM_ {
    flex-direction: column;
    max-width: 100%;
    width: 100%;
  }

  .fRjM_ a, img {
    max-width: 100%;
  }
}

