@charset "UTF-8";

/* Указываем box sizing */

*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

/* Убираем внешние отступы */

body,
h1,
h2,
h3,
h4,
h5,
h6,
p,
ul,
ol,
li,
figure,
figcaption,
blockquote,
dl,
dd {
  margin: 0;
}

/* Выставляем основные настройки по-умолчанию для body */

body {
  min-height: 100vh;
  scroll-behavior: smooth;
  text-rendering: optimizeSpeed;
  line-height: 1.5;
}

/* Удаляем стандартную стилизацию для всех ul и il, у которых есть атрибут class*/

ul,
ol {
  padding: 0;
  list-style: none;
}

/* Элементы a, у которых нет класса, сбрасываем до дефолтных стилей */

a:not([class]) {
  -webkit-text-decoration-skip: ink;
  text-decoration-skip-ink: auto;
}

/* Элементы a, убираем стили по умолчанию с псевдоклассами*/

a:visited,
a:link,
a:active {
  text-decoration: none;
}

a {
  text-decoration: none;
}

/* Упрощаем работу с изображениями */

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

/* Указываем понятную периодичность в потоке данных у article*/

article>*+* {
  margin-top: 1em;
}

/* Наследуем шрифты для инпутов и кнопок */

input,
button,
textarea,
select {
  font: inherit;
}

/* Кнопки убираем стиль по умолчанию*/

button {
  border: none;
  background-color: transparent;
}

body {
  position: relative;
  font-size: 16px;
  font-weight: 400;
  color: #000000;
  background-repeat: no-repeat;
  background-size: auto 100%;
}

body.fixed {
  position: fixed;
}

.container {
  max-width: 350px;
  padding: 0 10px;
  margin: 0 auto;
}

:root {
  --color-title-main: #000000;
  --color-btn-text-main: #000000;
  --color-text-main: #000000;
  --color-text-second: #FF5317;
  --color-text-descr-main: #8C8C8C;
  --color-btn-bg-main: #F0F0F0;
}

.container_hero {
  margin: 0 auto;
}

.title {
  font-family: "Arial";
  font-style: normal;
  font-weight: 700;
  font-size: 22px;
  line-height: 1.1;
  color: var(--color-title-main);
}

.text {
  font-family: "Arial";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.2;
  color: var(--color-text-main);
}

.text__bold {
  font-weight: 700;
}

.mb-20 {
  margin-bottom: 20px;
}

.mb-25 {
  margin-bottom: 25px;
}

.mb-40 {
  margin-bottom: 40px;
}

.mg-20-30 {
  margin-bottom: 20px;
}

.header {
  margin-bottom: 15px;
}

.header__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  padding-top: 14px;
}

.header__top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 12px;
}

.header__logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-right: 75px;
}

.header__logo svg {
  width: 62px;
  height: 18px;
}

.header__dots {
  width: 4px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  margin-right: 26px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.header__dots svg {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  max-width: 20px;
  height: 3px;
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
  fill: #000000;
}

.header__search {
  width: 20px;
  height: 20px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  margin-right: 8px;
}

.header__search svg {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: 20px;
  height: 20px;
  fill: red;
}

.header__search span {
  display: none;
}

.header__alert {
  width: 14px;
  height: 14px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  margin-right: 35px;
}

.header__alert svg {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  max-width: 12px;
  height: 14px;
}

.header__btn {
  font-family: "Arial";
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 1;
  border-radius: 6px;
  text-align: center;
  letter-spacing: 0.025em;
  color: var(--color-btn-text-main);
  background-color: var(--color-btn-bg-main);
  padding: 6px 15px;
}

.hedaer__list-icon {
  width: 100%;
  -ms-grid-column-align: stretch;
  justify-self: stretch;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.hedaer__list-icon a {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 14px;
}

.hedaer__list-icon svg {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  max-width: 18px;
  height: 16px;
}

.hedaer__list-icon a:not(:last-child) {
  margin-right: 12px;
}

.author {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (auto)[3];
  grid-template-columns: repeat(3, auto);
  -ms-grid-rows: (auto)[2];
  grid-template-rows: repeat(2, auto);
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: start;
  row-gap: 3px;
}

.author_header {
  display: none;
}

.author picture {
  -ms-grid-column: 1;
  -ms-grid-column-span: 1;
  grid-column: 1/2;
  -ms-grid-row: 1;
  -ms-grid-row-span: 2;
  grid-row: 1/3;
}

.author__img {
  max-width: 36px;
  border-radius: 50px;
  overflow: hidden;
  padding-right: 6px;
}

.author__title {
  -ms-grid-column: 2;
  -ms-grid-column-span: 1;
  grid-column: 2/3;
  -ms-grid-row: 1;
  -ms-grid-row-span: 1;
  grid-row: 1/2;
  font-family: "Arial";
  font-style: normal;
  font-weight: 400;
  font-size: 13px;
  line-height: 1;
  color: var(--color-text-main);
  padding-right: 4px;
}

.author__link {
  position: relative;
  font-family: "Arial";
  font-style: normal;
  font-weight: 400;
  font-size: 13px;
  line-height: 1;
  text-align: center;
  color: var(--color-text-second);
  padding-left: 8px;
}

.author__link::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 4px;
  height: 4px;
  background-color: var(--color-text-descr-main);
  border-radius: 50px;
}

.author__descr {
  -ms-grid-column: 2;
  -ms-grid-column-span: 1;
  grid-column: 2/3;
  -ms-grid-row: 2;
  -ms-grid-row-span: 1;
  grid-row: 2/3;
  font-family: "Arial";
  font-style: normal;
  font-weight: 400;
  font-size: 13px;
  line-height: 1;
  color: var(--color-text-descr-main);
}

.author__dots {
  display: none;
}

.hero__container {
  max-width: 825px;
}

.hero__sidebar {
  display: none;
}

.hero__sidebar-item {
  font-family: "Arial";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 1;
}

.hero__sidebar-item a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.hero__sidebar-item a span {
  color: var(--color-text-main);
  display: block;
}

.hero__sidebar-item svg {
  fill: #000000;
  width: 22px;
  height: 22px;
  margin-right: 10px;
}

.hero__sidebar-item:not(:last-child) {
  margin-bottom: 32px;
}

.hero__subtitle {
  display: block;
  font-family: "Arial";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 1;
  color: var(--color-text-descr-main);
}

.hero__img {
  margin-bottom: 10px;
}

.hero__text-img {
  display: block;
  font-family: "Arial";
  font-style: italic;
  font-weight: 400;
  font-size: 13px;
  line-height: 1;
  text-align: center;
  color: var(--color-text-descr-main);
}

.hero__list {
  font-family: "Arial";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.2;
  color: var(--color-text-main);
}

.hero__item-list {
  position: relative;
  padding-left: 16px;
}

.hero__item-list::before {
  content: "";
  position: absolute;
  top: 8px;
  left: 0;
  background-color: var(--color-text-main);
  width: 6px;
  height: 6px;
  border-radius: 50px;
}

.hero__coments {
  margin-bottom: 30px;
}

.comments__list {
  list-style: none;
  margin-bottom: 30px;
}

.comments__item-list:not(:last-child) {
  margin-bottom: 20px;
}

.comment_answer {
  margin-left: 30px;
}

.comment__top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 10px;
}

picture .comment__img {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 32px;
  flex: 0 0 32px;
  min-width: 32px;
  height: 32px;
  margin-right: 10px;
  border-radius: 50px;
  overflow: hidden;
}

.comment__info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.comment__name {
  font-family: "Arial";
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  line-height: 1;
  color: var(--color-text-main);
  margin-right: 10px;
}

.comment__date {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 1;
  color: #989898;
}

.comment__middle {
  margin-bottom: 10px;
}

.comment__text {
  font-family: "Arial";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.25;
  color: var(--color-text-main);
}

.comment__bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.comment__link {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 1;
  color: #989898;
  margin-right: 20px;
}

.comment__icon {
  width: 20px;
  height: 20px;
  margin-right: 8px;
}

.comment__value {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 1;
  color: var(--color-text-main);
}

.comment__value:not(:last-child) {
  margin-right: 8px;
}

.comments__link {
  max-width: 350px;
  margin: 0 auto;
  font-family: "Arial";
  font-style: normal;
  font-weight: 400;
  font-size: 15px;
  line-height: 1.3;
  color: #252525;
  border: 1px solid #252525;
  border-radius: 10px;
  padding: 12px 50px;
}

.comments__link a {
  color: inherit;
}

.footer__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  max-width: 400px;
  margin: 0 auto;
  padding-top: 30px;
  padding-bottom: 40px;
}

.footer__icon svg {
  width: 64px;
  height: 64px;
}

.footer__icon:not(:last-of-type) {
  margin-right: 24px;
}

.footer__copy {
  font-family: "Arial";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.3;
  color: #252525;
  margin-top: 32px;
  text-align: center;
  width: 100%;
}

.hero__note {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  background: #F2F2F2;
  border-radius: 20px;
  padding: 20px 15px;
  margin-bottom: 15px;
}

.hero__note-text {
  font-family: "Arial";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.2;
  color: #000000;
  margin-bottom: 10px;
  max-width: 300px;
}

.hero__note-link {
  font-family: "Arial";
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  line-height: 1.2;
  color: #FFFFFF;
  background: #FF5317;
  border-radius: 12px;
  padding: 10px 15px;
}

.comments__header-top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-bottom: 20px;
  border-bottom: 1px solid #E6E6E6;
  margin-bottom: 20px;
}

.comments__header-top-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-family: "Arial";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 1;
  text-align: center;
  color: #8C8C8C;
}

.comments__header-top-item:not(:last-child,
  :nth-last-child(2)) {
  margin-right: 14px;
}

.comments__header-top-item:last-child {
  margin-left: auto;
}

.comments__header-top-item svg {
  fill: #8C8C8C;
  width: 20px;
  height: 20px;
}

.comments__header-top-item:not(:last-child,
  :nth-last-child(2)) svg {
  margin-right: 6px;
}

.comments__header-middle {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 20px;
}

.comments__title {
  font-family: "Arial";
  font-style: normal;
  font-weight: 700;
  font-size: 20px;
  line-height: 1;
  color: #000000;
}

.comments__title span {
  font-weight: 400;
  color: #8C8C8C;
}

.comments__sorting {
  position: relative;
  font-family: "Roboto";
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 1;
  color: #000000;
  padding-right: 10px;
}

.comments__sorting::before {
  position: absolute;
  content: "";
  width: 7px;
  height: 4px;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  background-image: url(../images/icons.svg#sort);
  background-size: 100%;
  background-position: center;
}

.comments__header-bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.comments__header-bottom>picture .comment__img {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 45px;
  flex: 0 0 45px;
  width: 45px;
  height: 45px;
  margin-right: 5;
}

.comments__header-input {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.comments__header-input div {
  position: relative;
  margin-bottom: 5px;
}

.comments__header-input div::before {
  content: "";
  position: absolute;
  width: 55px;
  height: 20px;
  top: 50%;
  right: 10px;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  background-image: url(../images/icons.svg#input-item);
  background-position: center;
  background-size: 100%;
  background-repeat: no-repeat;
}

.comments__header-input input {
  width: 100%;
  border: none;
  padding: 16px 10px;
  background-color: #F7F7F7;
  border-radius: 50px;
}

.comments__header-input input::-webkit-input-placeholder {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 1;
  color: #989898;
}

.comments__header-input input::-moz-placeholder {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 1;
  color: #989898;
}

.comments__header-input input:-ms-input-placeholder {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 1;
  color: #989898;
}

.comments__header-input input::-ms-input-placeholder {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 1;
  color: #989898;
}

.comments__header-input input::placeholder {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 1;
  color: #989898;
}

.comments__header-input-text {
  -ms-flex-item-align: end;
  align-self: flex-end;
  font-family: "Roboto";
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 1;
  color: #8C8C8C;
}

.comments__header-input-text a {
  color: #FF5317;
}

.articles__title {
  font-family: "Arial";
  font-style: normal;
  font-weight: 700;
  font-size: 20px;
  line-height: 1.2;
  color: #252525;
  margin-bottom: 20px;
}

.article {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 20px;
  background: #FFFFFF;
  -webkit-box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
  border-radius: 20px;
}

.article picture {
  margin-right: 10px;
}

.article__img {
  border-radius: 20px 20px 0px 0px;
  overflow: hidden;
  margin-bottom: 20px;
}

.article__content {
  padding: 0 20px 24px 20px;
}

.article__top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 10px;
}

.article__author-img {
  width: 24px;
  height: 24px;
  margin-right: 8px;
}

.article__info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.article__name {
  font-family: "Arial";
  font-style: normal;
  font-weight: 400;
  font-size: 13px;
  line-height: 1.5;
  color: #252525;
  margin-right: 12px;
}

.article__link {
  font-family: "Arial";
  font-style: normal;
  font-weight: 400;
  font-size: 13px;
  line-height: 1.5;
  color: #FF5317;
}

.article__sub {
  width: 100%;
  font-family: "Arial";
  font-style: normal;
  font-weight: 400;
  font-size: 13px;
  line-height: 1.5;
  color: #252525;
  opacity: 0.5;
}

.article__text {
  font-family: "Arial";
  font-style: normal;
  font-weight: 400;
  font-size: 15px;
  line-height: 1.2;
  color: #252525;
  margin-bottom: 8px;
}

.article__date {
  font-family: "Arial";
  font-style: normal;
  font-weight: 400;
  font-size: 13px;
  line-height: 1.5;
  color: #252525;
  opacity: 0.5;
}

.article__bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.article__bottom a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.article__icon {
  width: 20px;
  height: 20px;
  fill: #8C8C8C;
}

.article__icon:nth-of-type(1),
.article__icon:nth-of-type(2) {
  margin-right: 6px;
}

.article__icon:last-of-type {
  margin-left: auto;
}

.article__value {
  font-family: "Arial";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 1;
  color: #8C8C8C;
  margin-right: 20px;
}

@media (min-width: 768px) {
  .container {
    max-width: 1132px;
  }

  .container_hero {
    max-width: 600px;
  }

  .title {
    font-size: 24px;
  }

  .text {
    font-size: 17px;
  }

  .mg-20-30 {
    margin-bottom: 30px;
  }

  .header {
    margin-bottom: 30;
  }

  .header__content {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 18px;
  }

  .header__top {
    margin-bottom: 12px;
    width: 100%;
  }

  .header__logo svg {
    width: 82px;
    height: 24px;
  }

  .header__dots svg {
    display: none;
  }

  .header__search {
    margin-right: 42px;
    height: auto;
  }

  .header__search svg {
    width: 30px;
    height: 30px;
  }

  .header__search span {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-family: "Arial";
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 1;
    letter-spacing: 0.025em;
    color: var(--color-btn-text-main);
    margin-left: 8px;
  }

  .header__alert svg {
    display: none;
  }

  .header__btn {
    padding: 12px 22px;
  }

  .hedaer__list-icon {
    display: none;
  }

  .author {
    row-gap: 5px;
  }

  .author_mob {
    display: none;
  }

  .author_header {
    display: -ms-grid;
    display: grid;
  }

  .author__img {
    max-width: 56px;
  }

  .author__title {
    font-size: 16px;
    padding-top: 10px;
  }

  .author__link {
    font-size: 16px;
    padding-top: 10px;
  }

  .author__link::before {
    top: calc(50% + 5px);
  }

  .author__descr {
    padding-bottom: 10px;
  }

  .hero__list {
    font-size: 17px;
  }

  .comments__link {
    padding: 14px 60px;
  }

  .footer__content {
    padding-top: 50px;
    padding-bottom: 60px;
  }

  .hero__note {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .hero__note-text {
    margin-bottom: 0;
    margin-right: auto;
  }

  .comments__header-top {
    padding-bottom: 25px;
  }

  .comments__header-bottom>picture .comment__img {
    margin-right: 10px;
  }

  .comments__header-input div {
    margin-bottom: 12px;
  }

  .comments__header-input input {
    padding: 16px 25px;
  }

  .articles__title {
    font-size: 22px;
    margin-bottom: 25px;
  }

  .articles__list-item:not(:last-child) {
    margin-bottom: 15px;
  }

  .article {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }

  .article__img {
    border-radius: 20px 0 0 20px;
    margin-bottom: 0;
  }

  .article__content {
    max-width: 266px;
  }
}

@media (min-width: 1132px) {
  .header__logo {
    margin-right: 130px;
  }

  .author_header {
    margin-right: 80px;
    width: 600px;
  }

  .author__dots {
    display: block;
    -ms-grid-column: 4;
    -ms-grid-column-span: 1;
    grid-column: 4/5;
    -ms-grid-row: 1;
    -ms-grid-row-span: 2;
    grid-row: 1/3;
    margin-left: 240px;
  }

  .author__dots svg {
    fill: #000000;
    width: 20px;
    height: 4px;
  }

  .hero__container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .hero__sidebar {
    display: block;
    position: sticky;
    top: 30px;
    margin-right: 78px;
  }
}


.form {
  background-color: #fff;
  height: auto;
}

.form__bg {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  background-color: #fff;
  border-radius: 0 0 3px 3px;
}

.form__country__field,
.form__name__field,
.form__tel__field {
  padding-left: 55px;
  padding-top: 18px;
  padding-bottom: 22px;
  text-align: left;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 32px;
  border: 1px solid #eae9e9;
  background-color: #f4f4f4;
  width: 300px;
  outline: 0;
  font-size: 16px;
  font-weight: 400;
  color: #666;
  line-height: 18px;
}

.form__country {
  position: relative;
  margin-top: 20px;
}

.form__name {
  position: relative;
  margin-top: 20px;
}

.form__name::before {
  position: absolute;
  content: '';
  width: 22px;
  height: 23px;
  background-image: url(../images/user-icon.svg);
  background-repeat: no-repeat;
  top: 18px;
  left: 24px;
}

.form__tel {
  position: relative;
  margin-top: 15px;
}

.form__tel::before {
  position: absolute;
  content: '';
  width: 21px;
  height: 24px;
  background-image: url(../images/telefon-icon.svg);
  background-repeat: no-repeat;
  top: 20px;
  left: 27px;
}

#boxesContainer {
  max-width: 700px;
  margin: 0 auto;
  width: 100%;
}

.delivery {
  font-size: 15px;
  line-height: 1.4;
  margin-bottom: 5px;
  position: relative;
  border-radius: 20px;
  display: inline-block;
  padding: 4px 12px 4px 35px;
  border: 1px solid #ECECEC;
}

.hero__img {
  margin-right: auto;
  margin-left: auto;
}