<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">*,
:before,
:after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box
}

* {
  margin: 0;
  padding: 0;
  outline: 0;
  border: none;
  -webkit-text-size-adjust: 100%
}

a {
  cursor: pointer
}

a:hover {
  text-decoration: none
}

p a {
  color: #002b82;
  font-weight: bold
}

h3 a {
  color: #002b82;
}

img {
  display: block;
  max-width: 100%
}

ul,
ol {
  list-style: none
}

body {
  font-family: 'Montserrat', sans-serif;
  background: #f5f5f5;
  color: #282828;
  font-size: 16px;
  line-height: 1
}

.wrapper {
  overflow: hidden
}

.container {
  max-width: 768px;
  padding: 0 10px;
  margin: 0 auto;
  position: relative;
  background: #ffffff;
  z-index: 1
}

.icons {
  visibility: hidden;
  opacity: 0;
  width: 0;
  height: 0;
  position: absolute;
  top: 10px;
  left: 10px;
  display: block
}

header {
  margin-bottom: 20px;
  background: #ffffff
}

header .table {
  display: table;
  width: 100%;
  padding: 20px 0
}

header .cell {
  display: table-cell
}

header .cell_middle {
  vertical-align: middle
}

.logo {
  padding: 15px 0 15px 35px;
  text-align: right;
  text-decoration: none;
  color: #000000;
  position: relative;
  display: table
}

.logo:before {
  content: '';
  background: url(../img/logo.png) center no-repeat;
  background-size: contain;
  width: 40px;
  height: 40px;
  position: absolute;
  top: 0;
  left: 0;
  margin: 5px 0 0
}

.logo__text {
  font-size: 16px;
  line-height: 1.3
}

.logo__text span {
  color: #ca0000
}

.logo__subtext {
  display: block;
  font-size: 13px;
  line-height: .5
}

nav {
  display: none
}

.header__button {
  display: table;
  margin-left: auto;
  width: 30px;
  height: 7px;
  position: relative
}

.header__button b {
  display: block;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  -webkit-box-shadow: inset 0 0 0 2px #ca0000;
  box-shadow: inset 0 0 0 2px #ca0000;
  margin: 0 auto
}

.header__button:before,
.header__button:after {
  content: '';
  width: 7px;
  height: 7px;
  border-radius: 50%;
  -webkit-box-shadow: inset 0 0 0 2px #ca0000;
  box-shadow: inset 0 0 0 2px #ca0000;
  position: absolute;
  top: 0
}

.header__button:before {
  left: 0
}

.header__button:after {
  right: 0
}

.header__submenu {
  display: none
}

.social a {
  text-decoration: none;
}

.social svg {
  width: 24px;
  height: 24px
}

.main {
  padding-bottom: 20px
}

.main h1 {
  font-size: 22px;
  line-height: 1.3;
  font-weight: 800;
  text-transform: uppercase
}

.main__mark {
  display: none
}

.main__navigation {
  padding: 15px 0;
  color: #a0a0a0
}

.main__navigation&gt;* {
  font-size: 12px;
  color: #a0a0a0;
  text-decoration: none
}

.main__navigation a:after {
  content: 'Â»';
  display: inline-block;
  margin: 0 5px
}

.main__navigation a:hover {
  text-decoration: underline
}

.main__info {
  padding: 20px 0;
  font-size: 12px;
  position: relative;
  color: #a0a0a0
}

.main__info span {
  padding-right: 20px
}

.main__info svg {
  width: 20px;
  height: 16px;
  display: inline-block;
  vertical-align: text-bottom
}

.main__info:after {
  content: '';
  width: 12px;
  height: 18px;
  background: #ca0000;
  position: absolute;
  top: 50%;
  right: 0;
  margin-top: -9px;
  border: 6px solid transparent;
  border-bottom-color: white
}

.main__photo {
  padding: 5px 0 15px
}

.main__photo h3 {
  padding: 10px;
  background: rgba(15, 36, 82, 0.9);
  font-size: 16px;
  color: #ffffff;
  line-height: 1.4
}

.main__photo h3 br {
  display: none;
}

.main__photo span {
  text-transform: uppercase
}

.title-decore {
  position: relative;
  background: -webkit-gradient(linear, left bottom, left top, color-stop(50%, #f6e700), color-stop(50%, transparent));
  background: -o-linear-gradient(bottom, #f6e700 50%, transparent 50%);
  background: linear-gradient(to top, #f6e700 50%, transparent 50%)
}

.main__text {
  line-height: 1.4;
  padding: 5px 0 15px
}

.main__citation {
  font-size: 18px;
  line-height: 1.4;
  text-align: center;
  padding: 5px 0 10px;
  max-width: 460px;
  margin: 0 auto
}

.main__citation svg {
  width: 24px;
  height: 20px;
  fill: #ca0000;
  display: block;
  margin: 0 auto 10px
}

.main__case {
  padding: 10px 0;
  text-align: center
}

.main__pict {
  padding-bottom: 10px;
  display: inline-block;
  vertical-align: top
}

.main__caption {
  text-align: left;
  font-size: 14px;
  line-height: 1.3;
  font-weight: 600;
  background: #0d254e;
  color: #ffffff;
  padding: 10px 15px
}

.main__inner {
  background: #f7f6f1;
  padding: 10px 20px;
  margin-top: 10px;
  position: relative
}

.main__inner:before {
  content: '';
  width: 80%;
  height: 30px;
  border: 15px solid transparent;
  border-bottom-color: #f7f6f1;
  position: absolute;
  bottom: 100%;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%)
}

.main__title {
  text-align: center;
  font-size: 16px;
  font-weight: 800;
  line-height: 1.2;
  text-transform: uppercase
}

.main__author {
  text-align: center;
  line-height: 1.4;
  padding: 15px 0
}

.main__author img {
  margin: 0 auto 10px;
  border-radius: 50%;
}

.product {
  margin: 15px auto
}

.composition {
  text-align: center
}

.composition__item {
  text-align: left;
  max-width: 320px;
  display: inline-block;
  vertical-align: top;
  line-height: 1.4;
  padding: 15px 10px 0
}

.composition__name {
  font-size: 18px;
  font-weight: 600;
  line-height: 1.2;
  padding: 10px 0 5px;
  display: block;
  text-align: center;
}

.composition__item p {
  font-size: 15px;
}

.composition__pict {
  min-height: 145px;
  width: 100%;
  display: table
}

.composition__pict span {
  display: table-cell;
  vertical-align: middle
}

.composition__pict img {
  margin: 0 auto;
  border-radius: 50%;
  border: 4px solid #ffffff;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
}

.info {
  font-size: 14px;
  padding-top: 20px
}

.info__title {
  text-transform: uppercase;
  text-align: center;
  font-size: 16px;
  font-weight: 800;
  line-height: 1.3
}

.info__subtitle {
  color: #ababab;
  font-size: 15px;
  line-height: 1.2;
  text-align: center;
  padding: 10px 0
}

.info__case p {
  line-height: 1.5;
  width: 87%
}

.info__case img {
  margin: 10px 0
}

.info__list {
  padding: 0 0 10px;
  font-weight: 600
}

.info__list p {
  line-height: 1.4;
  padding: 15px 0 10px
}

.info__item {
  padding: 10px;
  background: #e3ead9;
  color: #ffffff;
  position: relative;
}

.info__item span {
  position: relative;
}

.info__item:before {
  content: '';
  position: absolute;
  height: 100%;
  top: 0;
  left: 0;
  background: #5e842b;
}

.info__item_01:before {
  width: 98%;
}

.info__item_02:before {
  width: 97%;
}

.info__item_03:before {
  width: 96%;
}

.info__item_04:before {
  width: 89%;
}

.info__item_05:before {
  width: 81%;
}

.button__wrap {
  text-align: center;
  padding: 15px 0
}

.button {
  display: inline-block;
  padding: 10px 20px;
  border-radius: 5px;
  background: #ca0000;
  font-weight: 500;
  text-decoration: none;
  line-height: 1.4;
  color: #ffffff;
  -webkit-box-shadow: 0 7px 20px rgba(136, 1, 1, 0.25);
  box-shadow: 0 7px 20px rgba(136, 1, 1, 0.25);
  -webkit-transition: -webkit-transform .2s, -webkit-box-shadow .2s;
  transition: -webkit-transform .2s, -webkit-box-shadow .2s;
  -o-transition: transform .2s, box-shadow .2s;
  transition: transform .2s, box-shadow .2s;
  transition: transform .2s, box-shadow .2s, -webkit-transform .2s, -webkit-box-shadow .2s
}

.button:hover {
  -webkit-transform: translateY(4px);
  -ms-transform: translateY(4px);
  transform: translateY(4px);
  -webkit-box-shadow: 0 3px 10px rgba(136, 1, 1, 0.6);
  box-shadow: 0 3px 10px rgba(136, 1, 1, 0.6)
}

.main__list {
  counter-reset: list
}

.main__list li {
  padding-bottom: 10px;
  font-size: 14px;
  line-height: 1.4;
  font-weight: 600
}

.main__list input {
  width: 20px;
  height: 20px;
  margin-top: 3px
}

.main__point {
  display: inline-block;
  vertical-align: top;
  width: 90%;
  padding: 7px 0 0 30px;
  position: relative
}

.main__point:before {
  content: counter(list) ".";
  counter-increment: list;
  font-size: 20px;
  font-weight: bold;
  position: absolute;
  top: 0;
  left: 0;
  margin-left: 5px
}

.feedback {
  display: none
}

.comments {
  padding: 25px 0
}

.comments__title {
  font-size: 18px
}

.comments__title span {
  color: #a3a3a3;
  font-weight: 500
}

.comments__item {
  padding: 15px 0 5px
}

.comments__ava {
  float: left;
  border-radius: 50%;
  margin: 0 15px 10px 0
}

.comments__name {
  font-size: 14px;
  line-height: 1.8
}

.comments__name_answer span {
  display: none
}

.comments__date {
  font-size: 12px;
  color: #a3a3a3
}

.comments__text {
  font-size: 15px;
  line-height: 1.4;
  clear: both;
  padding-bottom: 10px
}

.comments__photo {
  margin-bottom: 10px
}

.comments__like {
  float: right;
  font-size: 14px;
  color: #a3a3a3;
  text-decoration: none;
  padding-top: 3px
}

.comments__like svg {
  width: 16px;
  height: 14px;
  vertical-align: top;
  fill: #a3a3a3
}

.comments__like:hover svg {
  fill: #ca0000
}

.comments__button {
  font-size: 12px;
  text-transform: uppercase;
  font-weight: 600;
  color: #a3a3a3;
  text-decoration: none
}

.comments__button:hover {
  text-decoration: underline
}

aside {
  display: none
}

@media (min-width: 768px) {
  header .social {
    display: none
  }

  .info__case {
    width: 260px;
    max-width: 38%;
    display: inline-block;
    vertical-align: top;
    padding: 65px 20px 35px;
    margin: 65px 25px 0 0;
    border: 1px solid #cecece;
    position: relative
  }

  .info__case p {
    width: auto
  }

  .info__case:before {
    content: '!';
    font-size: 60px;
    font-weight: 500;
    color: #ffffff;
    text-align: center;
    width: 56px;
    height: 56px;
    line-height: 55px;
    background: #ca0000;
    -webkit-box-shadow: 0 0 0 8px rgba(202, 0, 0, 0.6);
    box-shadow: 0 0 0 8px rgba(202, 0, 0, 0.6);
    border-radius: 50%;
    position: absolute;
    top: 0;
    left: 50%;
    margin: -28px 0 0 -28px
  }

  .info__list {
    max-width: 58%;
    padding-left: 185px;
    display: inline-block;
    vertical-align: top;
    position: relative;
    min-height: 520px;
  }

  .info__list li {
    position: relative
  }

  .info__list:before {
    content: '';
    background: url(../img/info_photo_01.png) center no-repeat;
    width: 122px;
    height: 433px;
    position: absolute;
    top: 0;
    left: 0;
    margin-top: 75px
  }

  .info__point {
    position: absolute;
    border-left: 1px solid rgba(0, 0, 0, 0.2);
    right: 100%
  }

  .info__list li:nth-child(1) .info__point:before,
  .info__list li:nth-child(1) .info__point:after,
  .info__list li:nth-child(3) .info__point:before,
  .info__list li:nth-child(3) .info__point:after {
    content: '';
    position: absolute;
    border-top: 1px solid rgba(0, 0, 0, 0.2)
  }

  .info__list li:nth-child(1) .info__point:before,
  .info__list li:nth-child(3) .info__point:before {
    width: 45px;
    top: 0;
    left: 0
  }

  .info__list li:nth-child(1) .info__point:after,
  .info__list li:nth-child(3) .info__point:after {
    width: 20px;
    bottom: 0;
    right: 0
  }

  .info__list li:nth-child(even) .info__point:before,
  .info__list li:nth-child(even) .info__point:after,
  .info__list li:last-child .info__point:before,
  .info__list li:last-child .info__point:after {
    content: '';
    position: absolute;
    border-top: 1px solid rgba(0, 0, 0, 0.2);
    width: 30px
  }

  .info__list li:nth-child(even) .info__point:before,
  .info__list li:last-child .info__point:before {
    top: 0;
    right: 0
  }

  .info__list li:nth-child(even) .info__point:after,
  .info__list li:last-child .info__point:after {
    bottom: 0;
    left: 0
  }

  .info__point_01 {
    height: 100px;
    top: 80px;
    margin-right: 55px
  }

  .info__point_02 {
    height: 80px;
    margin-right: 40px
  }

  .info__list li:nth-child(2) .info__point_02:before {
    width: 50px
  }

  .info__point_03 {
    height: 55px;
    margin-right: 55px;
    top: 95px
  }

  .info__point_04 {
    height: 150px;
    margin-right: 35px;
    bottom: 15px
  }

  .info__point_05 {
    height: 130px;
    margin-right: 50px;
    bottom: 15px
  }

  .info__list li:last-child .info__point:before,
  .info__list li:last-child .info__point:after {
    width: 35px
  }

  .main__citation {
    font-size: 20px
  }

  .main__list li {
    display: inline-block;
    vertical-align: top;
    width: 335px;
    font-size: 17px
  }

  .main__point {
    padding-left: 45px
  }

  .main__point:before {
    font-size: 24px
  }

  .feedback {
    display: block;
    font-size: 0;
    padding: 20px 0
  }

  .feedback&gt;* {
    font-size: 15px
  }

  .feedback__tags {
    display: inline-block;
    vertical-align: middle;
    width: 60%
  }

  .feedback__tags b {
    font-weight: 600;
    padding-right: 5px
  }

  .feedback__tags a {
    line-height: 1.6;
    padding: 0 15px;
    display: inline-block;
    vertical-align: middle;
    border: 1px solid #c4c4c4;
    text-decoration: none;
    color: #000;
    margin-left: 5px
  }

  .feedback__tags a:hover {
    background: #ca0000;
    color: #ffffff
  }

  .feedback__tags svg {
    width: 20px;
    height: 20px;
    fill: #ca0000;
    vertical-align: middle;
    margin-right: 5px
  }

  .feedback__social {
    display: inline-block;
    vertical-align: middle;
    width: 40%;
    position: relative;
    text-align: right;
    padding-right: 110px
  }

  .social {
    position: absolute;
    top: 50%;
    right: 0;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    display: block;
    letter-spacing: 5px
  }

  .social svg {
    fill: #b5b5b5
  }

  .social__fb:hover {
    fill: #046de4
  }

  .social__ytube:hover {
    fill: #ff0000
  }

  .social__tw:hover {
    fill: #35adf5
  }

  .feedback__buttons {
    display: inline-block;
    vertical-align: middle;
    width: 60%;
    padding-top: 15px
  }

  .feedback__buttons a {
    border: 1px solid #c4c4c4;
    padding: 5px 10px;
    font-size: 17px;
    color: #000000;
    text-decoration: none;
    margin-left: 5px
  }

  .feedback__buttons a:hover svg {
    fill: #ca0000
  }

  .feedback__buttons svg {
    width: 18px;
    height: 18px;
    vertical-align: text-top;
    fill: #b5b5b5
  }

  .feedback__buttons .like_dis {
    -webkit-transform: scale(-1, -1);
    -ms-transform: scale(-1, -1);
    transform: scale(-1, -1)
  }

  .button {
    padding: 15px 40px;
    min-width: 340px
  }
}

@media (min-width: 1024px) {
  header .table {
    padding: 35px 0
  }

  header .social {
    display: block
  }

  .container {
    max-width: 1024px;
    background: none
  }

  .table {
    display: table;
    width: 100%
  }

  .cell {
    display: table-cell
  }

  .cell_middle {
    vertical-align: middle
  }

  .cell_top {
    vertical-align: top
  }

  .logo {
    padding-left: 65px
  }

  .logo:before {
    width: 77px;
    height: 80px;
    margin-top: -8px
  }

  .logo__text {
    font-size: 26px;
    font-weight: bold
  }

  .logo__text span {
    font-weight: normal
  }

  .logo__subtext {
    font-size: 17px
  }

  nav {
    display: block
  }

  nav a {
    font-size: 15px;
    text-decoration: none;
    font-weight: 600;
    text-transform: uppercase;
    color: #000000;
    padding: 0 10px
  }

  nav a:hover {
    text-decoration: underline
  }

  .header__submenu {
    display: block;
    border-top: 1px solid #e6e6e6;
    padding: 25px 0;
    text-align: center;
    position: relative
  }

  .header__link {
    font-size: 12px;
    text-transform: uppercase;
    color: #9e9e9e;
    font-weight: 600;
    padding: 0 25px;
    text-decoration: none;
    position: relative
  }

  .header__link:hover {
    text-decoration: underline
  }

  .header__link:first-child:after {
    content: '';
    border: 5px solid transparent;
    border-top-color: #9e9e9e;
    position: absolute;
    top: 50%;
    left: 100%;
    margin: -2px 0 0 -20px
  }

  .main {
    background: #ffffff;
    padding: 10px;
    margin-right: 10px
  }

  .main h1 {
    font-size: 30px;
    clear: both;
    padding-top: 10px
  }

  .main__title {
    font-size: 26px
  }

  .main__mark {
    display: block;
    float: right;
    width: 70px;
    height: 70px;
    border-radius: 50%;
    font-size: 9px;
    font-weight: 500;
    line-height: 1.2;
    text-align: center;
    padding: 10px 5px 15px;
    background: #f2f1ee;
    -webkit-box-shadow: 0 0 0 4px #fff, 0 0 0 6px #f2f1ee;
    box-shadow: 0 0 0 4px #fff, 0 0 0 6px #f2f1ee;
    margin: 10px 0 0
  }

  .main__mark svg {
    width: 20px;
    height: 20px;
    fill: #d1cfc7;
    display: block;
    margin: 0 auto 5px;
  }

  .main__info svg {
    width: 22px;
    height: 18px;
    vertical-align: middle
  }

  .main__info {
    padding: 20px 0 25px
  }

  aside {
    background: #ffffff;
    display: block;
    width: 220px;
    padding: 25px 10px;
    margin-left: auto;
    counter-reset: aside-count
  }

  aside a {
    color: inherit;
    text-decoration: none
  }

  aside a:last-child .aside__item {
    border: none;
    margin-bottom: 0
  }

  .aside__title {
    font-size: 18px;
    font-weight: 800;
    text-transform: uppercase;
    text-align: center;
    padding-bottom: 25px
  }

  .aside__item {
    border-bottom: 1px dashed #b5b5b5;
    margin-bottom: 20px
  }

  .aside__item:hover .aside__photo:before {
    background-color: #ff0000;
    color: #ffffff
  }

  .aside__photo {
    position: relative
  }

  .aside__photo:before {
    content: counter(aside-count);
    counter-increment: aside-count;
    font-size: 18px;
    font-weight: 500;
    text-align: center;
    width: 34px;
    height: 34px;
    line-height: 34px;
    border-radius: 50%;
    background-color: #f6e700;
    position: absolute;
    bottom: 0;
    left: 0;
    margin: 0 0 10px 10px
  }

  .aside__text {
    font-size: 14px;
    line-height: 1.4;
    font-weight: 500;
    padding: 10px 0
  }
}

@media (min-width: 1170px) {
  .container {
    max-width: 1200px;
    padding: 0 15px
  }

  .main {
    padding: 10px 40px;
    margin-right: 60px
  }

  .main__photo h3 {
    position: relative;
    font-size: 18px;
    width: 90%;
    padding: 15px;
    margin: -140px auto 40px;
    background: -webkit-gradient(linear, left top, right top, color-stop(40%, rgba(15, 36, 82, 0.9)), to(transparent));
    background: -o-linear-gradient(left, rgba(15, 36, 82, 0.9) 40%, transparent);
    background: linear-gradient(to right, rgba(15, 36, 82, 0.9) 40%, transparent);
    text-shadow: 0 0 10px #16274f;
  }

  .main__photo h3 br {
    display: block;
  }

  .main__inner {
    padding: 10px 50px
  }

  .main__citation {
    max-width: 560px;
    padding: 25px 0 20px
  }

  .main__pict:nth-child(odd) {
    margin-right: 5px
  }

  .main__author {
    padding: 30px 0 15px
  }

  .composition {
    text-align: left;
    position: relative
  }

  .composition:before {
    content: '';
    background: url(https://gr.detoxifeet.com/product.png) center no-repeat;
    background-size: contain;
    width: 270px;
    height: 261px;
    position: absolute;
    top: 42%;
    left: 50%;
    margin: -30px 0 0 -150px
  }

  .composition__item {
    position: relative;
    width: 300px;
    display: block
  }

  .composition__name {
    font-size: 18px;
    text-align: left
  }

  .composition__item:nth-child(even) {
    float: right
  }

  .composition__item:nth-child(odd) {
    float: left;
    clear: left
  }

  .composition__item_03 {
    width: 230px;
    margin: -15px 0 -60px
  }

  .composition__item_04 {
    width: 230px;
    margin: -30px 0 -80px
  }

  .composition__item:last-child {
    clear: both;
    float: none;
    margin: 0 auto
  }

  .composition__pict span {
    vertical-align: bottom;
    padding: 10px 0
  }

  .composition__pict img {
    margin: 0
  }

  .composition__item:before,
  .composition__item:after {
    content: '';
    position: absolute
  }

  .composition__item:before {
    border: 1px solid transparent;
    top: 0
  }

  .composition__item:after {
    width: 14px;
    height: 14px;
    border-radius: 50%;
    background-color: #ca0000
  }

  .composition__item_01:before {
    width: 150px;
    height: 60%;
    border-top-color: #a3a3a3;
    border-right-color: #a3a3a3;
    left: 50%;
    margin: 180px 0 0 20px
  }

  .composition__item_01:after {
    bottom: 0;
    left: 100%;
    margin: 0 0 -80px 12px;
  }

  .composition__item_02:before {
    width: 30px;
    height: 70%;
    border-top-color: #a3a3a3;
    border-left-color: #a3a3a3;
    right: 100%;
    margin: 180px 0 0 0
  }

  .composition__item_02:after {
    bottom: 0;
    right: 100%;
    margin: 0 23px -100px 0;
  }

  .composition__item_03:before {
    width: 130px;
    border-top-color: #a3a3a3;
    left: 60%;
    margin: 180px 0 0
  }

  .composition__item_03:after {
    top: 0;
    left: 100%;
    margin: 173px 0 0 30px
  }

  .composition__item_04:before {
    width: 70px;
    border-top-color: #a3a3a3;
    right: 100%;
    margin: 196px 0 0
  }

  .composition__item_04:after {
    top: 0;
    right: 100%;
    margin: 190px 65px 0 0
  }

  .composition__item_05:before {
    width: 45px;
    height: 210px;
    top: auto;
    bottom: 100%;
    left: 50%;
    border-bottom-color: #a3a3a3;
    border-right-color: #a3a3a3;
    margin: 0 0 -180px
  }

  .composition__item_05:after {
    left: 100%;
    bottom: 100%;
    margin: 0 0 25px -112px;
  }

  .info {
    padding: 50px 0 20px
  }

  .info__title {
    font-size: 20px
  }

  .info__subtitle {
    font-size: 18px
  }

  .button__wrap {
    padding: 20px 0
  }

  .feedback {
    padding: 30px 0
  }

  .comments__item {
    padding: 20px 0 10px
  }

  .comments__title {
    font-size: 20px;
    padding-bottom: 15px
  }

  .comments__ava {
    float: none;
    margin: 0;
    display: inline-block;
    vertical-align: top
  }

  .comments__content {
    display: inline-block;
    vertical-align: top;
    width: 92%;
    padding-left: 20px
  }

  .comments__text {
    padding: 15px 0
  }

  .comments__photo {
    margin-bottom: 15px
  }

  .comments__name {
    line-height: 1.4;
    padding-bottom: 5px
  }

  .comments__name_answer span {
    display: inline-block;
    color: #b5b5b5
  }

  .comments__name_answer svg {
    fill: #b5b5b5;
    width: 17px;
    height: 17px;
    display: inline-block;
    vertical-align: text-top;
    margin: 0 10px
  }

  aside {
    width: 235px
  }
}

@media (max-width: 992px) {
  .comments__item:nth-last-of-type(n+5) {
    display: none;
  }
}</pre></body></html>