.ex {
  color: #2C2C2C;
  text-align: center;
  padding: 80px 0;
}
.ex .btn {
  min-width: 150px;
}
.ex-top {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-inline: 1rem;
}
.ex-top-h1 {
  font-size: 45px;
  line-height: 54px;
  margin-bottom: 15px;
}
.ex-top-text {
  max-width: 400px;
  font-size: 18px;
  line-height: 22px;
  margin-bottom: 35px;
}
.ex-top-picture {
  margin-top: 100px;
  margin-bottom: 100px;
}
.ex-top-picture img {
  max-width: 100%;
}
.ex-main {
  background-color: #F6F5F7;
  padding: 80px 1rem;
  gap: 40px;
  display: flex;
  flex-direction: column;
}
.ex-main-h2 {
  font-size: 30px;
  line-height: 36px;
  margin-bottom: 40px;
}
.ex-main-boxes {
  display: flex;
  flex-direction: row;
  justify-content: center;
  flex-wrap: wrap;
  gap: 40px;
  width: 100%;
  max-width: 1130px;
  margin-inline: auto;
  align-items: center;
}
.ex-main-boxes-box {
  flex: 1 1 350px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 23px;
  padding: 40px 35px;
  border-radius: 25px;
  background-color: #fff;
}
.ex-main-boxes-box-text {
  font-size: 20px;
  line-height: 26px;
}
.ex-main-row {
  width: 100%;
  max-width: 1130px;
  margin-inline: auto;
  align-items: center;
  display: flex;
  flex-direction: row;
  background-color: #fff;
  border-radius: 25px;
  justify-content: center;
  gap: 50px;
  padding: 40px;
  position: relative;
}
.ex-main-row.product {
  background-color: unset;
  padding: 0;
  flex-wrap: wrap;
}
.ex-main-row.product .ex-main-row-product {
  flex: 1 1 30%;
  align-items: center;
}
.ex-main-row.product.two .ex-main-row-product {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
}
.ex-main-row.product.two .ex-main-row-product-textwrap {
  display: flex;
  flex-direction: column;
  text-align: left;
}
.ex-main-row.reversed {
  flex-direction: row-reverse;
}
.ex-main-row-guy {
  position: absolute;
  top: 0;
  left: 0;
  transform: translate(-25%, -25%);
}
.ex-main-row-textwrap {
  max-width: 350px;
  display: flex;
  flex-direction: column;
  text-align: center;
  align-items: center;
}
.ex-main-row-textwrap-h2 {
  font-size: 30px;
  line-height: 36px;
  margin-bottom: 10px;
}
.ex-main-row-textwrap-p {
  font-size: 22px;
  line-height: 28px;
  margin-bottom: 20px;
}
.ex-main-row-picture img {
  max-width: 100%;
}
.ex-main-row-textwrap-priceBefore {
  font-size: 18px;
  line-height: 24px;
  text-decoration: line-through;
  color: #717171;
  margin-bottom: 10px;
}
.ex-main-row-textwrap-priceAfter {
  font-size: 22px;
  line-height: 26px;
  color: #306EB2;
  margin-bottom: 20px;
}
.ex-main-row-product {
  flex: 1 1 100%;
  display: flex;
  flex-direction: column;
  text-align: center;
  background: #fff;
  border-radius: 25px;
  padding: 40px 50px;
}
.ex-main-row-product-picture {
  margin-bottom: 40px;
}
.ex-main-row-product-picture img {
  max-width: 100%;
}
.ex-conditions {
  font-size: 18px;
  line-height: 24px;
  color: #777777;
  padding: 80px 1rem;
}
@media screen and (max-width: 900px) {
  .ex-main-row.product.two {
    flex-direction: column;
  }
  .ex-main-row.product.two .ex-main-row-product {
    width: 100%;
  }
}
@media screen and (max-width: 600px) {
  .ex {
    padding: 2rem 0;
  }
  .ex-main {
    padding: 40px 1rem;
  }
  .ex-top-h1 {
    font-size: 35px;
    line-height: 42px;
  }
  .ex-top-text,
  .ex-main-row-textwrap-priceBefore {
    font-size: 14px;
    line-height: 20px;
  }
  .ex-main-row-textwrap-priceAfter {
    font-size: 18px;
    line-height: 22px;
  }
  .ex-top-picture {
    margin: 2rem 0;
  }
  .ex-main-row-product-textwrap {
    text-align: center !important;
  }
  .ex-main-h2,
  .ex-main-row-textwrap-h2 {
    font-size: 22px;
    line-height: 26px;
    margin-bottom: 0;
  }
  .ex-main-boxes-box-text {
    font-size: 14px;
    line-height: 20px;
  }
  .ex-main-row {
    flex-direction: column !important;
  }
  .ex-main-row-product {
    width: 100%;
    flex: 1 1 100% !important;
  }
  .ex-main-row-product {
    flex-direction: column !important;
    align-items: center !important;
  }
  .ex-main-row-product-picture {
    margin-top: 35px;
  }
}