main section.aboutProduct {
  min-height: 100vh;
  background-image: url(../../../img/bg/greenV_bg.png);
  background-size: cover;
  background-repeat: no-repeat;
  margin-bottom: 0;
}
main section.aboutProduct .wrapper-content {
  margin-top: 4rem;
}
main section.aboutProduct .wrapper-content .block {
  background-color: #fff;
  border: 0.5px solid rgba(0, 0, 0, 0.5);
  border-radius: 6rem;
  padding: 3.5rem 3rem;
  width: 100%;
}
main section.aboutProduct .wrapper-content .block .topRow {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 2rem;
  width: 100%;
}
main section.aboutProduct .wrapper-content .block .topRow h2 {
  font: 12rem "Druk";
  text-transform: uppercase;
  color: #000;
}
main section.aboutProduct .wrapper-content .block p {
  font-size: 2.2rem;
  line-height: 100%;
  color: rgba(0, 0, 0, 0.5);
}
main section.aboutProduct .wrapper-content .block .row-filters {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin-top: 1rem;
  margin-bottom: 2rem;
}
main section.aboutProduct .wrapper-content .block .row-filters .inBlock {
  border-radius: 1.4rem;
  padding: 1rem 1.2rem 1rem 1.2rem;
  box-sizing: border-box;
  margin-right: 1rem;
  margin-bottom: 1rem;
  background-color: #efefef;
}
main section.aboutProduct .wrapper-content .block .row-filters .inBlock p {
  color: #9f9f9f;
}
main section.aboutProduct .wrapper-content .block h3 {
  font: 3.2rem "SemiBold";
  line-height: 100%;
  margin-top: 0.5rem;
  color: #000;
}
main section.aboutProduct .wrapper-content .block p.short-description {
  margin-top: 2rem;
  margin-bottom: 4rem;
}
main section.aboutProduct .wrapper-content .block p.large-description {
  font-size: 2.2rem;
  color: #000;
}
main section.aboutProduct .popUpFeedBack {
  position: fixed;
  top: 10%;
  left: 50%;
  transform: translateX(-50%);
  z-index: 975;
  transform: translateX(-200%);
}
main section.aboutProduct .popUpFeedBack .content {
  border-radius: 3rem;
  border: 0.5px solid rgba(0, 0, 0, 0.5);
  padding: 2.5rem 2rem;
  background-color: #fff;
}
main section.aboutProduct .popUpFeedBack .content .row-end {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  margin-bottom: 2rem;
}
main section.aboutProduct .popUpFeedBack .content .inRow {
  display: flex;
  align-items: center;
  margin-bottom: 2rem;
}
main section.aboutProduct .popUpFeedBack .content .inRow .starsContainer {
  display: flex;
  align-items: center;
}
main section.aboutProduct .popUpFeedBack .content .inRow .starsContainer button {
  margin-right: 1rem;
}
main section.aboutProduct .popUpFeedBack .content .inRow .starsContainer button svg path {
  fill: #9f9f9f;
}
main section.aboutProduct .popUpFeedBack .content .inRow .starsContainer button.active svg path {
  fill: #48d77e;
}
main section.aboutProduct .popUpFeedBack .content .inRow h3 {
  font: 2.4rem "SemiBold";
  line-height: 100%;
  color: #000;
  margin-right: 2rem;
}
main section.aboutProduct .popUpFeedBack .content form {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
}
main section.aboutProduct .popUpFeedBack .content form textarea {
  width: 100%;
  resize: none;
  border-radius: 2rem;
  padding: 2rem;
  font-size: 2rem;
  box-sizing: border-box;
  background-color: #f6f6f6;
  min-height: 17.7rem;
  margin-bottom: 2rem;
}
main section.aboutProduct .popUpFeedBack.active {
  transform: translateX(-50%);
}
@media screen and (max-width: 1025px) {
  main section.aboutProduct .wrapper-content {
    margin-top: 4rem;
  }
  main section.aboutProduct .wrapper-content .block {
    background-color: #fff;
    border: 0.5px solid rgba(0, 0, 0, 0.5);
    border-radius: 2rem;
    padding: 2rem 1.5rem;
    width: 100%;
  }
  main section.aboutProduct .wrapper-content .block .topRow {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 2rem;
    width: 100%;
  }
  main section.aboutProduct .wrapper-content .block .topRow h2 {
    font: 7rem "Druk";
    text-transform: uppercase;
    color: #000;
  }
  main section.aboutProduct .wrapper-content .block .topRow button {
    display: none;
  }
  main section.aboutProduct .wrapper-content .block p {
    font-size: 1.5rem;
    line-height: 100%;
    color: rgba(0, 0, 0, 0.5);
  }
  main section.aboutProduct .wrapper-content .block .row-filters {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    margin-top: 1rem;
    margin-bottom: 2rem;
  }
  main section.aboutProduct .wrapper-content .block .row-filters .inBlock {
    border-radius: 1.4rem;
    padding: 1rem 1.2rem;
    box-sizing: border-box;
    margin-right: 1rem;
    margin-bottom: 1rem;
    background-color: #efefef;
  }
  main section.aboutProduct .wrapper-content .block .row-filters .inBlock p {
    color: #9f9f9f;
  }
  main section.aboutProduct .wrapper-content .block h3 {
    font: 2.7rem "SemiBold";
    line-height: 100%;
    margin-top: 0.5rem;
    color: #000;
  }
  main section.aboutProduct .wrapper-content .block p.short-description {
    margin-top: 2rem;
    margin-bottom: 2rem;
  }
  main section.aboutProduct .wrapper-content .block p.large-description {
    font-size: 1.5rem;
    color: #000;
  }
  main section.aboutProduct .wrapper-content .block .mobile {
    display: flex;
    margin-top: 2rem;
  }
  main section.aboutProduct .popUpFeedBack {
    position: fixed;
    top: 10%;
    left: 50%;
    transform: translateX(-50%);
    z-index: 975;
    width: 100%;
    padding: 0 1rem;
    transform: translateX(-200%);
  }
  main section.aboutProduct .popUpFeedBack .content {
    border-radius: 2rem;
    border: 0.5px solid rgba(0, 0, 0, 0.5);
    padding: 2rem 1.5rem;
    background-color: #fff;
  }
  main section.aboutProduct .popUpFeedBack .content .row-end {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    margin-bottom: 2rem;
  }
  main section.aboutProduct .popUpFeedBack .content .row-end button svg {
    width: 1.4rem;
  }
  main section.aboutProduct .popUpFeedBack .content .inRow {
    display: flex;
    align-items: center;
    margin-bottom: 2rem;
  }
  main section.aboutProduct .popUpFeedBack .content .inRow .starsContainer {
    display: flex;
    align-items: center;
  }
  main section.aboutProduct .popUpFeedBack .content .inRow .starsContainer button {
    margin-right: 1rem;
  }
  main section.aboutProduct .popUpFeedBack .content .inRow .starsContainer button svg {
    width: 1.9rem;
  }
  main section.aboutProduct .popUpFeedBack .content .inRow .starsContainer button svg path {
    fill: #9f9f9f;
  }
  main section.aboutProduct .popUpFeedBack .content .inRow .starsContainer button.active svg path {
    fill: #000;
  }
  main section.aboutProduct .popUpFeedBack .content .inRow h3 {
    font: 2rem "SemiBold";
    line-height: 100%;
    color: #000;
    margin-right: 2rem;
  }
  main section.aboutProduct .popUpFeedBack .content form {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
  }
  main section.aboutProduct .popUpFeedBack .content form textarea {
    width: 100%;
    resize: none;
    border-radius: 2rem;
    padding: 2rem;
    font-size: 1.5rem;
    box-sizing: border-box;
    background-color: #f6f6f6;
    min-height: 17.7rem;
    margin-bottom: 2rem;
  }
  main section.aboutProduct .popUpFeedBack.active {
    transform: translateX(-50%);
  }
}
