.fz-54 div.top-row-bg{
	background-image: url(../img/banner.png);
  }
  .a-feedback {
	background-image: url(../img/banner3.png);
  }
  
  
  .a-main{
	background-image: url(../img/product-bg-1.jpg);
  }
  
  .top-row-2 {
	  width: 661px;
	  left: 390px;
  }
  
  .text-title-2 {
	  font-family: Roboto;
	  font-size: 48px;
	  font-style: normal;
	  font-weight: 400;
	  line-height: 56px;
	  letter-spacing: 0em;
	  text-align: left;
  }
  
  .text-title-3 {
  
	  color: black;
  }
  
  .p-advantages {
  
	  background-image: unset;
	  background-color: #F7F7F7;
  }
  
  .a-container {
  
	  color: black;
  }
  
  .image-base-size {
	  width: 131px;
	  height: 208px;
  }
  
  .image-center {
	  display: flex;
	  justify-content: center;
  }
  
  .privacy-policy {
	  color: white;
	  text-align: left !important;
  }
  
  .top-row__content-list li::before {
	  background: url(../img/check_pink.svg) center center no-repeat;
  }

  @media all and (max-width: 1171px) {
    .a-feedback p.privacy-policy {
      padding-left: 14px;
      padding-right: 14px;
      line-height: 1.5;
    }
  }

@media all and (max-width: 780px) {
.fz-54 .top-row {
  position: relative;
}
  .fz-54 .top-row-bg::before {
    display: block;
    content: '';
    width: 100vw;
    height: 100%;
    background-color: #000;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 0;
    opacity: 0.6;
    
  }
    .fz-54 .top-row-2 {
      position: relative;
      z-index: 1;
      left: 0;
    }
}

@media all and (max-width: 650px) {
  .fz-54 .top-row  .text-title-2 {
    width: 100%;
    display: block;
    line-height: 35px ;
    font-size: 38px;
  }
}

@media all and (max-width: 550px) {
  .fz-54 .top-row .top-row__content-list{
    font-size: 16px;
    font-weight: 300;
  }
}

@media all and (max-width: 500px) {
  .fz-54 .top-row  .text-title-2 {
    width: 100%;
    display: block;
    line-height: 37px ;
    font-size: 30px ;
  }
  
  .top-row__content-title {
    font-weight: 500;
    font-size: 19px;
  }
  .fz-54 .top-row .top-row__content-list {
    font-size: 14px;
  }
  .fz-54 .top-row-2 {
    width: 100%;
  }
}
