.main {
  padding: 20px;
}

html {
  background-color: gray;
}

body {
  min-width: 480px;
  max-width: 550px;
  margin: 0 auto;
}

p {
  font-family: "Nunito", sans-serif;
}

html {
  font-family: "Nunito", sans-serif;
}

.header {
  position: relative;

  display: flex;
  align-items: center;
  justify-content: space-between;
}

.headerTitle {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);

  font-family: "Bangers", cursive;
  font-size: 30px;
}

.backButton {
  display: block;
  width: 40px;
}

.languageWrapper {
  display: flex;
}

.carousel-inner,
.carousel {
  width: 100%;
  border-radius: 30px;
}

.buyWrapper {
  display: flex;
  justify-content: space-between;
  align-items: end;
}

.btn {
  border-radius: 10px;
}

.benefits {
  display: flex;
  justify-content: space-around;
  align-items: center;
}

.benefitImg {
  display: block;
  width: 100px;
  height: 100px;
}

.benefitText {
  width: 100px;
  text-align: center;
}

.choseColorTitle {
  text-transform: uppercase;
  text-align: center;
  line-height: 40px;
  letter-spacing: 4px;
}

.underLines {
  position: relative;
}

.underLines:after {
  position: absolute;
  left: 0;
  top: 35px;

  display: block;
  content: "";
  width: 50px;
  border-bottom: 1px solid var(--bs-primary);
}

.underLines:before {
  position: absolute;
  left: 15px;
  top: 40px;

  display: block;
  content: "";
  width: 50px;
  border-bottom: 1px solid var(--bs-primary);
}

.action {
  font-family: "Bangers", cursive;
  font-size: 100px;
  text-align: center;
}

.actionTitle {
  text-align: center;
  margin-bottom: -30px;
  font-size: 20px;
}

.actionTitleBtm {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  margin-top: -40px;
  font-size: 20px;
  width: 300px;
}

.littleIcon {
  width: 50px;
  height: 50px;
}

.info {
  display: flex;
  align-items: center;
  justify-content: start;
}

td {
  text-align: center;
  color: var(--bs-primary)
}

.madeInUkraine {
  position: absolute;
  bottom: 0;
  right: 0;

  width: 150px;
  transform: rotate(-15grad);
}

.inputIcon {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 16px;
}

.inputLabel {
  margin-left: 46px;
}

.formInput {
  padding-left: 58px !important;
}

.vsyLabel {
  left: 89%;
}

.buyBenefits {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  justify-items: center;
  align-items: start;
  gap: 8px;
}

.buyBenefit {
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  text-align: center;
}

.footer {
  padding: 25px 20px;
  text-align: center;
  background-color: #F4F4F4;
}

.goods {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  justify-items: center;
  gap: 25px;
}

.goodImg {
  border-radius: 30px;
}
