@media only screen and (max-width: 768px) {
    /*Выравнивание по центру на главном экране*/
   .t996__inner-wrapper {
   	 text-align: center;
   }
   
   /*Размер контейнера для изображение на главной*/
   
   
   
   /*Выравнивание в блоке "Для всей семьи"*/
   
   /*Текст*/
   .t938__features {
       text-align: center;
   }
   
   /*Иконки*/
   .t938__features div {
       margin: auto;
   }
   
   /*Выравнивание картинок в блоке "Создан для тех, кто заботится о своём здоровье"*/
   .t-card__col img {
       display: block;
       margin: auto;
   }
  
  /*Отзывы в обильной версии*/
   .t605__text {
    background: white;
    padding: 35px;
    border-radius: 10px;
   }
}

@media only screen and (min-width: 200px) and (max-width: 455px) {
    /*Размер контейнера для изображение на главной*/
   .t996__cover-wrapper {
   	 height: 600px;
   }
}

@media only screen and (min-width: 456px) and (max-width: 479px) {
    /*Размер контейнера для изображение на главной*/
   .t996__cover-wrapper {
   	 height: 620px;
   }
}

@media only screen and (min-width: 480px) and (max-width: 530px) {
    /*Размер контейнера для изображение на главной*/
   .t996__cover-wrapper {
   	 height: 700px;
   }
}

@media only screen and (min-width: 531px) and (max-width: 599px) {
    /*Размер контейнера для изображение на главной*/
   .t996__cover-wrapper {
   	 height: 790px;
   }
}

@media only screen and (min-width: 600px) and (max-width: 650px) {
    /*Размер контейнера для изображение на главной*/
   .t996__cover-wrapper {
   	 height: 850px;
   }
}

@media only screen and (min-width: 651px) and (max-width: 960px) {
    /*Размер контейнера для изображение на главной*/
   .t996__cover-wrapper {
   	 height: 950px;
   }
}


/*Выравнивание фото товара*/
.t-slds__bgimg {
    background-position: center bottom -80px;
}

/*Выравнивание фото инструкции*/
.t670__imgwrapper .t-slds__bgimg {
    background-position: center;
}

@media only screen and (max-width: 960px) {
/*Выравнивание фото подвала*/
.t-cover__carrier.loaded {
    background-position: center !important;
}
}

