._container {
  max-width: 870px;
  margin: 0 auto;
}

.partnerSoft{
  width: 100%;
  background-color: #FFFFFF;
  border-radius: 15px;
  padding: 25px;
  margin-top: 30px;
  -webkit-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
}

.title {
  font-size: 18px;
  font-weight: 700;
  font-family: 'Exo 2', sans-serif;
  text-transform: uppercase;
  margin-bottom: calc(30px + 5 * ((100vw - 320px) / 1600));
  color: #333333;
}

.offer {
  font-size: 14px;
  font-weight: 700;
  font-family: 'Exo 2', sans-serif;
  text-transform: uppercase;
  margin-bottom: calc(15px + 5 * ((100vw - 320px) / 1600));
}

h3,
.h3,
.pp__title,
.UIpreview__title{
  color: #333333;
  font-weight: 700;
  text-transform: uppercase;
  margin: 0;
  font-size: 14px;
}
.h3 span {
  display: block;
  color: #EA5400;
}

.h4 {
  color: #333333;
  font-weight: 700;
  font-size: 14px;
  margin-bottom: 15px;
}
.h4 span {
  color: #EA5400;
}

ol.pp__desc-list {
  list-style-type: none;
  counter-reset: num;
  margin: 0 0 35px 25px;
}
ol.pp__desc-list > li {
  color: #333333;
  font-size: 14px;
  font-weight: 400;
  margin-bottom: 10px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
ol.pp__desc-list > li:before {
  content: counter(num) "";
  counter-increment: num;
  display: inline-block;
  position: absolute;
  top: -7px;
  left: -26px;
  color: #EA5400;
  text-align: right;
  font-size: 24px;
  font-weight: 700;
}

ul.pp__desc-list {
  margin-bottom: 35px;
  list-style: none;
}
ul.pp__desc-list > li {
  padding-left: 25px;
  margin-bottom: 10px;
  background-size: 24px;
  position: relative;
}
ul.pp__desc-list > li:before {
  content: '';
  position: absolute;
  padding: 4px;
  background-color: #EA5400;
  left: 5px;
  top: 5px;
  border-radius: 50%;
  box-shadow: 0 0 10px 0 #EA5400;
}
ul.pp__desc-list > li ul {
  margin-top: 5px;
  margin-left: 20px;
}
ul.pp__desc-list > li ul li {
  list-style: disc;
  margin-bottom: 5px;
}

.button {
  background: -webkit-gradient(linear, right top, left top, from(#EA5400), to(#F67C00));
  background: -o-linear-gradient(right, #EA5400 0%, #F67C00 100%);
  background: linear-gradient(270deg, #EA5400 0%, #F67C00 100%);
  color: #FFFFFF;
  padding: 2px 27px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  min-height: 38px;
  cursor: pointer;
  -webkit-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-size: 14px;
  font-weight: 600;
  border: 1px solid #EA5400;
  border-radius: 5px;
  text-transform: uppercase;
}
.button:hover {
  -webkit-box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
          box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
}
.button:focus {
  -webkit-box-shadow: inset 0px 2px 5px rgba(0, 0, 0, 0.25);
          box-shadow: inset 0px 2px 5px rgba(0, 0, 0, 0.25);
}
.button-b {
  background: #254D71;
  color: #FFFFFF;
  padding: 2px 27px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  min-height: 30px;
  cursor: pointer;
  -webkit-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-size: 14px;
  font-weight: 600;
  border: 1px solid #254D71;
  border-radius: 5px;
  text-transform: uppercase;
  outline: none;
}
.button-b:hover {
  -webkit-box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
          box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
}
.button-b:focus {
  -webkit-box-shadow: inset 0px 2px 5px rgba(0, 0, 0, 0.25);
          box-shadow: inset 0px 2px 5px rgba(0, 0, 0, 0.25);
}

.page-alert{
  text-align: center;
  margin: 0;
}

.ppProdPricesRow{
  display: flex;
  justify-content: center;
  gap: 5px;
}
.ppProdPriceWD{
  display: none;
}
.ppProdPrice,
.discount .ppProdPriceWD{
  font-weight: bold;
  font-size: 18px;
  display: block;
}
.discount .ppProdPrice{
  height: fit-content;
  position: relative;
  font-size: 10px !important;
  color: #727272 !important;
}
.discount .ppProdPrice:after {
  content: '';
  position: absolute;
  width: 100%;
  height: 1px;
  bottom: 5px;
  top: 50%;
  left: 0;
  background-color: #727272;
  -webkit-transform: rotate(-15deg) translateY(-50%);
      -ms-transform: rotate(-15deg) translateY(-50%);
          transform: rotate(-15deg) translateY(-50%);
}

.pp-conts {
  margin: 25px 0;
  display: flex;
  flex-direction: column;
  gap: 8px;
  overflow: hidden;
  text-overflow: ellipsis;
}
.pp-conts div {
	overflow: hidden;
	text-overflow: ellipsis;
	width: 100%;
	white-space: nowrap;
}

@media only screen and (min-width: 1024px){
  .partnerSoft{
    padding: 25px;
  }
}

@media (max-width: 991.98px) {
  ._container {
    max-width: 750px;
    padding: 0 20px;
  }
}
  
@media (max-width: 890px) {
  ._container {
    max-width: 970px;
  }
}

@media (max-width: 870px) {
  .title {
    font-size: calc(16px + 2 * ((100vw - 320px) / 550));
  }
  
  .offer,.h3,.h4 {
    font-size: calc(14px + 0 * ((100vw - 320px) / 550));
  }
}

@media (max-width: 767.98px) {
  ._container {
    max-width: none;
    padding: 0;
  }
}