.container {
    margin: 0 2%;
    min-width: 200px;
    border-radius: 3px;
    max-width: 1400px;
    margin-left: auto !important;
    margin-right: auto !important;
    padding: 20px;
}
    @media screen and (max-width: 790px){
main {
    margin-top: 15px;
}
      }
@media (min-width: 791px) and (max-width: 1022px){
main {
    margin-top: 30px;
}
      }

@media (min-width: 600px){
    #print-block-info{
  display: flex;
    width: 100%;
    flex-direction: row;
    flex-wrap: wrap;
    align-content: center;
    justify-content: flex-start;
    align-items: flex-start;
}
    .p4uGr{
  padding: 0px;
}
    #objectBlock{
        display: flex;
        flex-direction: row;
        flex-wrap: nowrap;
        align-content: flex-start;
        justify-content: flex-start;
        align-items: flex-start;
        height: 62px;
    }
    .price-block__final-price{
        overflow: hidden;
        width: calc(90% - 10px);
        white-space: normal;
        word-wrap: break-word;
        font-weight: 400;
        font-size: 18px;
        line-height: 150%;
        color: #1A384D;
    }
    .product-card__img-wrap{
max-height: 62px;
border-radius: 50%;
    }
  .product-card__img-wrap{
    padding-top: calc(100% * (246/246));
    position: relative;
    background-color: #efefef;
    overflow: hidden;
    max-width: 62px;
}
    }
@media (max-width: 600px){
    .userdetails {
        padding: 0px 5px;
        height: 100%;
    }
    #print-block-info{
  justify-content: flex-start;
    display: flex;
    align-content: flex-start;
    align-items: flex-start;
    flex-direction: row;
    flex-wrap: nowrap;
}
    .product-card__img-wrap{
max-height: 62px;
    }
  .product-card__img-wrap{
    padding-top: calc(100% * (246/246));
    position: relative;
    border-radius: 8px;
    background-color: #fff;
    overflow: hidden;
    border-radius: 50%;
}
    #objectBlock{
        display: flex;
        flex-direction: row;
        flex-wrap: nowrap;
        align-content: flex-start;
        justify-content: flex-start;
        align-items: flex-start;
        height: 62px;
    }
    .price-block__final-price{
        overflow: hidden;
        width: 100%;
        white-space: normal;
        word-wrap: break-word;
        font-size: 14px;
        font-weight: 400;
        line-height: 150%;
        color: #1A384D;
    }
    }
    
      @media (min-width: 960px) and (max-width: 1260px) {
  .innerdivGr
{
    display: grid;
    grid-template-columns: repeat(3,calc(100%/3 - 8px/3*(3 - 1)));
    row-gap: 24px;
    column-gap: 8px;
    grid-auto-flow: row dense;
        margin-top: 25px;
    margin-bottom: 25px;
}
          .p4uGr{
        padding: 0px;
}
  }
      @media (min-width: 750px) and (max-width: 960px) {
  .innerdivGr
{
    display: grid;
    grid-template-columns: repeat(2,calc(100%/2 - 8px/2*(2 - 1)));
    row-gap: 24px;
    column-gap: 8px;
    grid-auto-flow: row dense;
        margin-top: 25px;
    margin-bottom: 25px;
}
                    .p4uGr{
        padding: 0px;
}
    }
    @media (max-width: 750px){
.innerdivGr {
    display: grid;
    grid-template-columns: repeat(1,calc(100%/1 - 8px/1*(1 - 1)));
    row-gap: 4px;
    column-gap: 8px;
    grid-auto-flow: row dense;
}
.p4uGr {
    padding: 0px;
}
}

.product-card__img-wrap img {
    object-fit: cover;
}
 @media (min-width: 1260px) {
  .innerdivGr
{
    display: grid;
    grid-template-columns: repeat(4,calc(100%/4 - 8px/4*(4 - 1)));
    row-gap: 24px;
    column-gap: 8px;
    grid-auto-flow: row dense;
        margin-top: 25px;
    margin-bottom: 25px;
}
               .p4uGr{
        padding: 0px;
}
  }
 
.userdetails
{
  display: flex;
}
.imgbox
{
  margin-right: 1rem;
  margin-top: 0.5rem;
  width: 40px;
  height: 40px;
  overflow: hidden;
  border-radius: 50%;
  justify-content: center;
  display: flex;
  align-items: center;
}
.imgbox img
{
  object-fit: cover;
}
.detbox
{
	display: flex;
    flex-direction: column;
    justify-content: center;
    margin-bottom: 10px;
}
.detbox p
{
	margin: 0;
}

.detbox .designation
{
color: #545764;
font-size: 0.8rem;
}
.detbox .designation.dark
{
	color: #49505A;
}


.reviewGr{
    position: relative;
    }
.reviewGr p {
  font-size: 1rem;
  color: #4A4B63;
  font-weight: 500;
  line-height: 1.5;
}
.reviewGr.dark p{
	color: #0e0e0e;
}     
.subtextsee{
    background: #fff;
    padding: 5px;
    border-radius: 9px;
    width: 85%;
    color: #242425;
    display: inline-block;
    margin: 5%;
    height: 30px;
    text-align: center;
    cursor: pointer;
}
    .detbox {
    margin-top: -10px;
}
/* Основные стили страницы */
.outerdiv {
    padding: 20px;
    max-width: 1200px;
    margin: 0 auto;
}

.page-title {
    line-height: 1.4;
    font-family: 'Helvetica-Neue', Helvetica, sans-serif;
    font-style: normal;
    font-weight: 300;
    color: #0E2F4A;
    position: relative;
    display: inline-block;
    padding: 0 0 15px 0;
    margin: 40px 0 40px 0;
    text-wrap: wrap;
    font-size: 30px;
    font-weight: 500;
    border-bottom: 1px solid #dcdcdc;
}

/* Стили карточек объектов */
.p4uGr {
    border-radius: 8px;
    overflow: hidden;
    transition: transform 0.3s ease;
}

.p4uGr:hover {
    transform: translateY(-5px);
}

.product-card__img-wrap {
    padding-top: 0px;
    width: 100%;
    position: relative;
    max-width: 62px;
    border-radius: 50%;
}

.responsive-img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: left;
    top: 0;
    left: 0;
    touch-action: pan-y;
    -ms-touch-action: pan-y;
    -webkit-touch-callout: none;
    user-select: none;
}

.gradient-bg {
    display: block;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    touch-action: pan-y;
    -ms-touch-action: pan-y;
    -webkit-touch-callout: none;
    user-select: none;
}

.userdetails {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-content: flex-start;
    justify-content: center;
    align-items: flex-start;
    width: 100%;
    padding: 5px;
    box-sizing: border-box;
    height: 100%;
}

.detbox {
    margin-top: 0px;
    margin-bottom: 0px;
    width: 100%;
}

.user_nota {
    width: 100%;
}

.pest-count {
    overflow: hidden;
    text-overflow: ellipsis;
    width: 100%;
    font-size: 13px;
    line-height: 20px;
    font-weight: 400;
    color: #696868;
}

/* Адаптивность */
@media (max-width: 768px) {
    
    .page-title {
        font-size: 24px;
        margin: 20px 0;
    }
}