/*13.04.2021*/

.newBanner__title {
  color: #000000;
  font-size: 24px;
  font-family: 'Arial', Arial, sans-serif;
  line-height: 1.4;
  font-weight: 600;
  border-color: transparent;
  border-style: solid;
  text-align: center;
  margin-bottom: 40px;
}

@media (min-width: 768px) {
  .newBanner__title {
    font-size: 48px;
  }
}

.newBanner__container {
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
}

.newBanner__row {
  display: flex;
  flex-wrap: wrap;
  margin-left: -15px;
  margin-right: -15px;
}

.newBanner__col-md-4 {
  width: 100%;
  padding: 0 15px;
  box-sizing: border-box;
}
@media (min-width: 576px) and (max-width: 768px){
  .newBanner__col-md-4 {
    width: 400px;
    margin: 0 auto;
  }
}
@media (min-width: 768px) {
  .newBanner__col-md-4 {
    width: calc(100% / 3);
  }
}

.newBanner__col-md-4.txt-col{
  text-align: left;
  padding-top: 32px;
  padding-left: 40px;
}

.newBanner__img-box {
  position: relative;
  width: 100%;
  height: 0;
  padding-top: 100%;

  overflow: hidden;
}

.newBanner__img-box img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);

  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%;
  border-radius: 20px;
}

.newBanner__price-item{
  margin-bottom: 20px;
}
.newBanner__price-descr{
  color: #000000;
  font-size: 18px;
  font-family: 'Arial',Arial,sans-serif;
  line-height: 1.55;
  font-weight: 500;
  margin-bottom: 3px;
}
.newBanner__price-val{
  color: #008bd0;
  font-size: 41px;
  font-family: 'Arial',Arial,sans-serif;
  line-height: 1.55;
  font-weight: 600;
}

/*uniq here*/
.newBanner{
  overflow-x: hidden;
  padding: 50px 0;
}
.box4{
  margin-top: 100px!important;
}