a,
abbr,
acronym,
address,
applet,
article,
aside,
audio,
b,
big,
blockquote,
body,
canvas,
caption,
center,
cite,
code,
dd,
del,
details,
dfn,
div,
dl,
dt,
em,
embed,
fieldset,
figcaption,
figure,
footer,
form,
h1,
h2,
h3,
h4,
h5,
h6,
header,
hgroup,
html,
i,
iframe,
img,
ins,
kbd,
label,
legend,
li,
mark,
menu,
nav,
object,
ol,
output,
p,
pre,
q,
ruby,
s,
samp,
section,
small,
span,
strike,
strong,
sub,
summary,
sup,
table,
tbody,
td,
tfoot,
th,
thead,
time,
tr,
tt,
u,
ul,
var,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
html {
  height: 100%;
}
body {
  line-height: 1;
}
ol,
ul {
  list-style: none;
}
blockquote,
q {
  quotes: none;
}
blockquote:after,
blockquote:before,
q:after,
q:before {
  content: "";
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
hr {
  margin: 0;
}
@font-face {
  font-family: "Fox Grotesque";
  src: url(../fonts/FoxGrotesque-Bold.woff2)
      format("woff2"),
    url(../fonts/FoxGrotesque-Bold.woff)
      format("woff");
  font-display: swap;
  font-weight: 700;
}
@font-face {
  font-family: "Fox Grotesque";
  src: url(../fonts/FoxGrotesqueBlack.woff2)
      format("woff2"),
    url(../fonts/FoxGrotesqueBlack.woff)
      format("woff");
  font-display: swap;
  font-weight: 900;
}
@font-face {
  font-family: "TT Fors";
  src: url(../fonts/TTForsLight.woff2)
      format("woff2"),
    url(../fonts/TTForsLight.woff)
      format("woff");
  font-display: swap;
  font-weight: 300;
}
@font-face {
  font-family: "TT Fors";
  src: url(../fonts/TTFors.woff2)
      format("woff2"),
    url(../fonts/TTFors.woff)
      format("woff");
  font-display: swap;
  font-weight: 400;
}
* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
html {
  scroll-behavior: smooth;
  font-family: "TT Fors", sans-serif;
}
b {
  font-weight: 700;
}
em {
  font-style: italic;
}
h1,
h2,
h3,
h4 {
  font-family: "Fox Grotesque", sans-serif;
}
.container {
  margin: 0 auto;
  width: 100%;
  max-width: 66.3rem;
  padding: 0 1.25rem;
}
.page {
  padding-bottom: 1.25rem;
}
.header {
  padding: 1.25rem 0;
  background-color: #ec3d3c;
}
.header__logo {
  display: block;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  margin: 0 auto;
  text-decoration: none;
}
.header__logo svg {
  max-width: 12.5rem;
}
.header__logo svg path {
  fill: #fff;
}
.article {
  padding: 5rem 0 3.75rem;
}
.article__head {
  padding-left: 1.25rem;
  border-bottom: 0.0625rem solid #ec3d3c;
}
.article__main-title {
  padding-bottom: 1.875rem;
  color: #1e1e1e;
  font-size: 2.8125rem;
  font-weight: 900;
  line-height: normal;
}
.article__subtitle {
  font-family: "TT Fors", sans-serif;
  padding-bottom: 1.875rem;
  color: #1e1e1e;
  font-size: 1.625rem;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.article__published {
  padding-bottom: 0.625rem;
  color: #1e1e1e;
  font-size: 1.125rem;
  font-style: normal;
  font-weight: 300;
  line-height: 110%;
}
.article__published-sign {
  padding-bottom: 0.3125rem;
  font-weight: 400;
  color: #ec3d3c;
}
.article__main {
  padding-top: 1.875rem;
  color: #1e1e1e;
}
.article__main h3 {
  padding-bottom: 1.875rem;
  font-size: 1.5rem;
  font-style: normal;
  font-weight: 700;
  line-height: 110%;
}
.article__main p,
.article__main > ul > li {
  padding-bottom: 1.25rem;
  font-size: 1.125rem;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.article__main p.pb-2,
.article__main > ul > li.pb-2 {
  padding-bottom: 1.875rem;
}
.article__main > ul > li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0.625rem;
}
.article__main > ul > li::before {
  content: "";
  display: block;
  height: 1.5625rem;
  width: 2.25rem;
  background: url(./assets_main/images/icons/arrow_icon.webp)
    center center/contain no-repeat;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
.article__group {
  padding-bottom: 1.875rem;
}
.article__group-item {
  max-width: calc(50% - 0.625rem);
  margin-bottom: 1.875rem;
}
.article__group-item.float-left {
  margin-right: 1.25rem;
  float: left;
}
.article__group-item.float-right {
  margin-left: 1.25rem;
  float: right;
}
.article__image {
  width: 100%;
  border-bottom: 0.0625rem solid #ec3d3c;
}
.article__image > a {
  display: block;
}
.article__image img {
  width: 100%;
  margin-bottom: 1.25rem;
}
.article__image-description {
  padding: 0 1.25rem 1.25rem;
  color: #1e1e1e;
  font-size: 0.875rem;
  font-style: normal;
  font-weight: 300;
  line-height: 110%;
}
.article__form {
  margin: 0 auto;
  width: 100%;
  max-width: 30rem;
}
.comments {
  padding-bottom: 3.75rem;
  border-bottom: 0.0625rem solid #ec3d3c;
  color: #1e1e1e;
}
.comments__head {
  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;
  padding: 0 1.25rem 0.625rem;
  border-bottom: 0.0625rem solid #ec3d3c;
}
.comments__title {
  font-size: 1.625rem;
  font-style: normal;
  font-weight: 700;
  line-height: 110%;
}
.comments__sort-by {
  font-size: 1.125rem;
  font-weight: 300;
  line-height: 110%;
}
.comments__sort-by > span {
  font-weight: 400;
  color: #ec3d3c;
}
.comments__main {
  padding-top: 1.875rem;
}
.comments__add {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1.25rem;
  padding-bottom: 1.875rem;
}
.comments__user-icon {
  display: block;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 2.25rem;
  height: 2.25rem;
}
.comments__user-icon img {
  width: 100%;
}
.comments__add-form {
  position: relative;
  width: 100%;
}
.comments__add-form > textarea {
  display: block;
  width: 100%;
  min-height: 3.75rem;
  padding: 0.625rem 2.5rem 1.25rem 0.625rem;
  border: 0.0625rem solid #9a9a9a;
  font-family: "TT Fors", sans-serif;
  font-size: 1.25rem;
  font-style: normal;
  font-weight: 400;
  line-height: 110%;
  color: #1e1e1e;
  outline: 0;
  resize: vertical;
}
.comments__add-form > textarea::-webkit-input-placeholder {
  color: #9a9a9a;
}
.comments__add-form > textarea::-moz-placeholder {
  color: #9a9a9a;
}
.comments__add-form > textarea:-ms-input-placeholder {
  color: #9a9a9a;
}
.comments__add-form > textarea::-ms-input-placeholder {
  color: #9a9a9a;
}
.comments__add-form > textarea::placeholder {
  color: #9a9a9a;
}
.comments__add-form > textarea:focus {
  border-color: #2bc3ff;
}
.comments__add-form > button {
  position: absolute;
  top: 0.625rem;
  right: 0.625rem;
  display: block;
  background: 0 0;
  border: none;
  padding: 0.25rem;
  width: 1.875rem;
  height: 1.875rem;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  cursor: pointer;
}
.comments__add-form > button > svg {
  display: block;
  width: 100%;
}
.comments__btn {
  display: block;
  width: 100%;
  max-width: 61.25rem;
  padding: 0.625rem;
  background-color: #ec3d3c;
  color: #fff;
  text-align: center;
  font-family: "Fox Grotesque", sans-serif;
  font-size: 1.875rem;
  font-weight: 700;
  line-height: 1;
  text-decoration: none;
  -webkit-transition: background-color 0.3s ease;
  transition: background-color 0.3s ease;
}
.comments__btn:active,
.comments__btn:focus,
.comments__btn:hover {
  background-color: #be3131;
}
.comment {
  margin-bottom: 1.875rem;
  color: #1e1e1e;
}
.comment__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1.5rem;
}
.comment__wrapper:not(:last-child) {
  padding-bottom: 1.25rem;
}
.comment__ava {
  display: block;
  width: 2.5rem;
  height: 2.5rem;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
.comment__ava img {
  width: 100%;
}
.comment__content {
  width: 100%;
}
.comment__name {
  padding-bottom: 0.3125rem;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 110%;
}
.comment__text {
  padding-bottom: 1.25rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: normal;
}
.comment__info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 0.5625rem;
  font-size: 0.875rem;
  line-height: normal;
}
.comment__info > a {
  color: inherit;
  text-decoration: none;
}
.comment__info > a:active,
.comment__info > a:focus,
.comment__info > a:hover {
  text-decoration: underline;
}
.comment__info > i {
  display: block;
  width: 0.1875rem;
  height: 0.1875rem;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  background-color: #ec3d3c;
  border-radius: 50%;
}
.comment > .comment {
  padding-left: 4rem;
}
.comment > .comment:not(:last-child) {
  margin-bottom: 1.25rem;
}
.comment > .comment:last-child {
  margin-bottom: 0;
}
@media (max-width: 1023px) {
  .container {
    max-width: 54rem;
  }
  .page {
    padding-bottom: 1.25rem;
  }
  .header {
    padding: 0.625rem 0;
  }
  .header__logo svg {
    max-width: 10rem;
  }
  .article {
    padding: 3.75rem 0;
  }
  .article__main-title {
    padding-bottom: 1.25rem;
    font-size: 2.25rem;
  }
  .article__subtitle {
    padding-bottom: 1.25rem;
    font-size: 1.5rem;
  }
  .comments__title {
    font-size: 1.5rem;
  }
}
@media (max-width: 575px) {
  .page {
    padding-bottom: 0.625rem;
  }
  .header {
    background: 0 0;
  }
  .header__logo svg path {
    fill: #ec3d3c;
  }
  .article {
    padding: 1.875rem 0;
  }
  .article__head {
    padding-left: 0;
  }
  .article__main-title {
    font-size: 1.5rem;
  }
  .article__subtitle {
    padding-bottom: 1.875rem;
    font-size: 1.125rem;
  }
  .article__published {
    padding-left: 1.25rem;
    font-size: 0.875rem;
  }
  .article__main p {
    padding-left: 1.25rem;
  }
  .article__main > ul > li::before {
    height: 1.5625rem;
    width: 1.25rem;
  }
  .article__group--custom {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .article__group--custom > :nth-child(1) {
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4;
  }
  .article__group--custom > :nth-child(2) {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
  .article__group--custom > :nth-child(3) {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }
  .article__group--custom > :nth-child(4) {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
  }
  .article__group--custom > :nth-child(5) {
    -webkit-box-ordinal-group: 6;
    -ms-flex-order: 5;
    order: 5;
  }
  .article__group--custom > :nth-child(6) {
    -webkit-box-ordinal-group: 7;
    -ms-flex-order: 6;
    order: 6;
  }
  .article__group--custom > :nth-child(7) {
    -webkit-box-ordinal-group: 8;
    -ms-flex-order: 7;
    order: 7;
  }
  .article__group-item {
    max-width: 100%;
  }
  .article__group-item.float-left,
  .article__group-item.float-right {
    margin-inline: 0;
    float: none;
  }
  .comments {
    padding-bottom: 1.875rem;
  }
  .comments__head {
    padding-bottom: 0.3125;
  }
  .comments__title {
    font-size: 1.125rem;
  }
  .comments__sort-by {
    font-size: 0.875rem;
  }
  .comments__add-form > textarea {
    min-height: 2.875rem;
    padding-top: 0.375rem;
    font-family: 0.875rem;
  }
  .comments__btn {
    padding: 0.3125rem 0;
    font-size: 1.625rem;
  }
  .comment__name {
    font-size: 1.125rem;
  }
  .comment__text {
    padding-bottom: 0.6125rem;
    font-size: 0.875rem;
  }
  .comment__info {
    font-size: 0.75rem;
  }
}
@media (max-width: 349px) {
  .comment__wrapper {
    gap: 1rem;
  }
  .comment > .comment {
    padding-left: 2.5rem;
  }
}
.lander-form-field .lander-submit {
  line-height: 1;
}
.link {
  color: #ec3d3c;
  transition: color 0.3s ease;
}
.link:hover,
.link:active,
.link:focus {
  color: #d22f2f;
}
@media (min-width: 1024px) {
  .article__group--lg-no-float {
    display: flex;
  }
  .article__group--lg-no-float > div {
    flex-basis: 50%;
  }
  .article__group--lg-no-float > .article__group-item {
    float: none !important;
  }
}
