:root {
  --green: #cee741;
  --violet: #5c3680;
  --orange: #f35a3c;
  --blue: #0071ab;
  --yellow: #feda00;
  --white: #ffffff;
  --gray: #828c93;
  --facebook: #3b5998;
  --twitter: #00acee;
  --title-color: #1b1b1b;
  --text-color: #444;
  --label-color: #767d84;
  --box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.25);

  --xxl: 1400px;
  --xl: 1200px;
  --lg: 992px;
  --md: 768px;
  --sm: 576px;
  --xs: 425px;

  --text-size: 1.385rem;
  --title-size: 2.5rem;
  --title-size-md: 2.1rem;
  --title-size-sd: 1.5rem;
}
* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}
html {
  scroll-behavior: smooth;
  height: 100%;
}
body {
  height: 100%;
  font-family: "Source Sans Pro", sans-serif;
  color: var(--title-color);
}
h1,
h2 {
  color: var(--title-color);
}
h1,
h2 {
  font-size: var(--title-size);
}
ul {
  list-style: none;
  padding: 0;
}
ul {
  padding: 0 !important;
  margin: 0 !important;
}
p {
  margin: 0;
}
a {
  text-decoration: none !important;
  color: #f56b0d;
}
img {
  height: auto;
}

.wrapper {
  min-height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  background-color: #fff;
}
.container-my {
  max-width: 100%;
  margin: 0 auto;
}
.container-sec {
  margin: 0 auto;
}
.content__main {
  background-color: #ffffff;
}

/*===========HEADER==========*/

.header {
  box-shadow: var(--box-shadow);
  padding: 0.4rem 0;

  background-color: #000;
}
.header__row {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.header__play {
  margin-left: 1rem;
  color: #fff;
  display: flex;
  align-items: center;
  gap: 1rem;
}
.header__play i {
  font-size: 1.5rem;
}
.header__burger {
  display: none;
}
.fa-bars {
  font-size: 2rem;
  color: #fff;

  padding: 1rem;
}
.header__logo {
  max-width: 80%;
}
.header__nav {
  display: flex;
  flex-direction: row;
  align-items: center;

  gap: 2rem;
}

.nav__item {
  font-size: 1rem;
  color: #fff;
  font-weight: 700;
}

.nav__item:hover {
  color: #01cfff;
}
.nav__media {
  display: flex;
  gap: 1.2rem;
  flex: 1 1 20%;
  justify-content: flex-end;
  align-items: center;
  margin-right: 1rem !important;
  color: #fff;
}

.nav__media li {
  font-size: 1.4rem;
}

/*==============BREADCR=============*/

.pre-content {
  background-color: #f56b0d;
}
.pre-content__row {
  display: flex;
  gap: 1rem;
  margin-top: 1rem;
  justify-content: space-between;
  padding: 0.5rem 1rem !important;
}
.pre-content__item {
  color: #fff;
  font-size: 1rem;
  font-weight: 500;
  cursor: pointer;
}
.pre-content__item a {
  color: #fff;
  transition: 0.3s;
}
.pre-content__item a:hover {
  color: #01cfff;
}
/*=====================*/

.content__row {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.content__main {
  flex: 1 1 66%;
}

/*==============CHECK==============*/

/*=========CHECKMQ=======*/

/*================MAIN=============*/

.main__title {
  font-size: 2.8rem;
  font-weight: 700;
  margin-top: 1rem;
  margin-bottom: 1.5rem;
  color: #000;
}

/*=============INFO================*/

.info {
  margin-top: 2rem;
  font-size: var(--text-size);
  color: var(--text-color);
  position: relative;
}

/*=========STEPS==============*/
/*===========BENEFITS============*/

/*=========REG=============*/

/* .reg{
    margin-top: 1rem;
    font-size: var(--text-size);
}
.reg__title{
    font-weight: 700;
}
.reg__list{
    max-width: 80%;
    margin: 0 auto !important;
    font-size: var(--title-size);
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
}
.reg__item{
    font-size: var(--text-size);
    margin-bottom: .5rem;
    list-style-type: disc;
    font-weight: normal;
    
}
.reg__item span{
    font-weight: 700;
}
.reg__item a{
    color: #f56b0d;
    font-weight: 700;
}
.reg__item a:hover{
    color: #3b5998;
} */

/*==========TAGS================*/

/*=============COMMENTS==============*/

/*============ADVBLOCK===========*/

/*==========RECOMMEND=========*/

/*==========FOOTER===========*/

.footer {
  background-color: #000;
  padding: 1.2rem 0;
  margin-top: 2rem;
}

.footer__row {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}
.footer__item {
  color: #fff;
}
.footer__copy {
  color: #fff;
}

/*========MEDIA QUERIES==========*/

@media (max-width: 1400px) {
  .pre-content__item a {
    font-size: 1rem;
  }
  .nav__item {
    font-size: 1rem;
  }
}
@media (max-width: 1200px) {
  .pre-content__item:nth-child(1) {
    display: none;
  }
  .pre-content__item:nth-child(2) {
    display: none;
  }
  .header__nav a:nth-child(10) {
    display: none;
  }
  .header__nav a:nth-child(7) {
    display: none;
  }
}
@media (max-width: 1024px) {
  .pre-content__row {
    gap: 0.5rem;
  }
  .header__nav a:nth-child(9) {
    display: none;
  }
}
@media (max-width: 992px) {
  .container-my {
    max-width: 90%;
  }
  .container-sec {
    max-width: 90%;
  }
  .header__nav a:nth-child(8) {
    display: none;
  }
  .pre-content__item:nth-child(10) {
    display: none;
  }
  .main__title {
    font-size: 2rem;
  }
}
@media (max-width: 768px) {
  .main {
    margin-top: 0;
    padding-top: 0;
  }
  .main__title {
    margin-top: 0;
  }
  .header {
    padding: 0 2rem;
  }
  .header__play {
    display: none;
  }
  .header__nav a:nth-child(2) {
    display: none;
  }
  .header__nav a:nth-child(3) {
    display: none;
  }
  .header__nav a:nth-child(4) {
    display: none;
  }
  .header__nav a:nth-child(5) {
    display: none;
  }
  .header__nav a:nth-child(6) {
    display: none;
  }
  .pre-content__item:nth-child(3) {
    display: none;
  }
  .pre-content__item:nth-child(4) {
    display: none;
  }
  .pre-content__item:nth-child(5) {
    display: none;
  }
  .header__burger {
    display: block;
  }
  .pre-content__item {
    font-size: 0.7rem;
  }
}
@media (max-width: 540px) {
  .pre-content__item:nth-child(6) {
    display: none;
  }
  .pre-content__item:nth-child(9) {
    display: none;
  }
  .content__row {
    margin-top: 1rem;
  }
  .container-my {
    max-width: 100%;
  }
  .pre-content {
    display: none;
  }
  .nav__item:nth-child(1) {
    margin-right: 2rem;
  }
  .main__title {
    font-size: 1.5rem;
  }
}
@media (max-width: 425px) {
  .main__title {
    font-size: var(--title-size-sd);
    margin-top: 1rem;
  }
}

:root {
  --bs-blue: #0d6efd;
  --bs-indigo: #6610f2;
  --bs-purple: #6f42c1;
  --bs-pink: #d63384;
  --bs-red: #dc3545;
  --bs-orange: #fd7e14;
  --bs-yellow: #ffc107;
  --bs-green: #198754;
  --bs-teal: #20c997;
  --bs-cyan: #0dcaf0;
  --bs-white: #fff;
  --bs-gray: #6c757d;
  --bs-gray-dark: #343a40;
  --bs-gray-100: #f8f9fa;
  --bs-gray-200: #e9ecef;
  --bs-gray-300: #dee2e6;
  --bs-gray-400: #ced4da;
  --bs-gray-500: #adb5bd;
  --bs-gray-600: #6c757d;
  --bs-gray-700: #495057;
  --bs-gray-800: #343a40;
  --bs-gray-900: #212529;
  --bs-primary: #0d6efd;
  --bs-secondary: #6c757d;
  --bs-success: #198754;
  --bs-info: #0dcaf0;
  --bs-warning: #ffc107;
  --bs-danger: #dc3545;
  --bs-light: #f8f9fa;
  --bs-dark: #212529;
  --bs-primary-rgb: 13, 110, 253;
  --bs-secondary-rgb: 108, 117, 125;
  --bs-success-rgb: 25, 135, 84;
  --bs-info-rgb: 13, 202, 240;
  --bs-warning-rgb: 255, 193, 7;
  --bs-danger-rgb: 220, 53, 69;
  --bs-light-rgb: 248, 249, 250;
  --bs-dark-rgb: 33, 37, 41;
  --bs-white-rgb: 255, 255, 255;
  --bs-black-rgb: 0, 0, 0;
  --bs-body-color-rgb: 33, 37, 41;
  --bs-body-bg-rgb: 255, 255, 255;
  --bs-font-sans-serif:
    system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial,
    "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji",
    "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  --bs-font-monospace:
    SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New",
    monospace;
  --bs-gradient: linear-gradient(
    180deg,
    rgba(255, 255, 255, 0.15),
    rgba(255, 255, 255, 0)
  );
  --bs-body-font-family: var(--bs-font-sans-serif);
  --bs-body-font-size: 1rem;
  --bs-body-font-weight: 400;
  --bs-body-line-height: 1.5;
  --bs-body-color: #212529;
  --bs-body-bg: #fff;
}
*,
::after,
::before {
  box-sizing: border-box;
}
@media (prefers-reduced-motion: no-preference) {
  :root {
    scroll-behavior: smooth;
  }
}
body {
  margin: 0;
  font-family: var(--bs-body-font-family);
  font-size: var(--bs-body-font-size);
  font-weight: var(--bs-body-font-weight);
  line-height: var(--bs-body-line-height);
  color: var(--bs-body-color);
  text-align: var(--bs-body-text-align);
  background-color: var(--bs-body-bg);
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: transparent;
}
hr {
  margin: 1rem 0;
  color: inherit;
  background-color: currentColor;
  border: 0;
  opacity: 0.25;
}
hr:not([size]) {
  height: 1px;
}
h1,
h2 {
  margin-top: 0;
  margin-bottom: 0.5rem;
  font-weight: 500;
  line-height: 1.2;
}
h1 {
  font-size: calc(1.375rem + 1.5vw);
}
@media (min-width: 1200px) {
  h1 {
    font-size: 2.5rem;
  }
}
h2 {
  font-size: calc(1.325rem + 0.9vw);
}
@media (min-width: 1200px) {
  h2 {
    font-size: 2rem;
  }
}
p {
  margin-top: 0;
  margin-bottom: 1rem;
}
ul {
  padding-left: 2rem;
}
ul {
  margin-top: 0;
  margin-bottom: 1rem;
}
b {
  font-weight: bolder;
}
a {
  color: #0d6efd;
  text-decoration: underline;
}
a:hover {
  color: #0a58ca;
}
img {
  vertical-align: middle;
}
button:focus:not(:focus-visible) {
  outline: 0;
}
[type="button"]:not(:disabled),
[type="reset"]:not(:disabled),
[type="submit"]:not(:disabled),
button:not(:disabled) {
  cursor: pointer;
}
::-moz-focus-inner {
  padding: 0;
  border-style: none;
}
::-webkit-datetime-edit-day-field,
::-webkit-datetime-edit-fields-wrapper,
::-webkit-datetime-edit-hour-field,
::-webkit-datetime-edit-minute,
::-webkit-datetime-edit-month-field,
::-webkit-datetime-edit-text,
::-webkit-datetime-edit-year-field {
  padding: 0;
}
::-webkit-inner-spin-button {
  height: auto;
}
::-webkit-search-decoration {
  -webkit-appearance: none;
}
::-webkit-color-swatch-wrapper {
  padding: 0;
}
::-webkit-file-upload-button {
  font: inherit;
}
::file-selector-button {
  font: inherit;
}
::-webkit-file-upload-button {
  font: inherit;
  -webkit-appearance: button;
}
.container-sm {
  width: 100%;
  padding-right: var(--bs-gutter-x, 0.75rem);
  padding-left: var(--bs-gutter-x, 0.75rem);
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 576px) {
  .container-sm {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .container-sm {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .container-sm {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .container-sm {
    max-width: 1140px;
  }
}
@media (min-width: 1400px) {
  .container-sm {
    max-width: 1320px;
  }
}
.form-control[type="file"]:not(:disabled):not([readonly]) {
  cursor: pointer;
}
.form-control::file-selector-button {
  padding: 0.375rem 0.75rem;
  margin: -0.375rem -0.75rem;
  -webkit-margin-end: 0.75rem;
  margin-inline-end: 0.75rem;
  color: #212529;
  background-color: #e9ecef;
  pointer-events: none;
  border-color: inherit;
  border-style: solid;
  border-width: 0;
  border-inline-end-width: 1px;
  border-radius: 0;
  transition:
    color 0.15s ease-in-out,
    background-color 0.15s ease-in-out,
    border-color 0.15s ease-in-out,
    box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .form-control::file-selector-button {
    transition: none;
  }
}
.form-control:hover:not(:disabled):not([readonly])::-webkit-file-upload-button {
  background-color: #dde0e3;
}
.form-control:hover:not(:disabled):not([readonly])::file-selector-button {
  background-color: #dde0e3;
}
.form-control:hover:not(:disabled):not([readonly])::-webkit-file-upload-button {
  background-color: #dde0e3;
}
.form-control-sm::file-selector-button {
  padding: 0.25rem 0.5rem;
  margin: -0.25rem -0.5rem;
  -webkit-margin-end: 0.5rem;
  margin-inline-end: 0.5rem;
}
.form-control-lg::file-selector-button {
  padding: 0.5rem 1rem;
  margin: -0.5rem -1rem;
  -webkit-margin-end: 1rem;
  margin-inline-end: 1rem;
}
.form-control-color:not(:disabled):not([readonly]) {
  cursor: pointer;
}
.form-floating > .form-control:not(:-moz-placeholder-shown) {
  padding-top: 1.625rem;
  padding-bottom: 0.625rem;
}
.form-floating > .form-control:not(:-moz-placeholder-shown) ~ label {
  opacity: 0.65;
  transform: scale(0.85) translateY(-0.5rem) translateX(0.15rem);
}
.nav {
  display: flex;
  flex-wrap: wrap;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}
.visually-hidden-focusable:not(:focus):not(:focus-within) {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border: 0 !important;
}

@font-face {
  font-family: "FontAwesome";
  font-display: block;
  src:
    url("/fonts/fa-solid-900.eot") format("embedded-opentype"),
    url("/fonts/fa-solid-900.woff2") format("woff2"),
    url("/fonts/fa-solid-900.woff") format("woff"),
    url("/fonts/fa-solid-900.ttf") format("truetype"),
    url("/fonts/fa-solid-900.svg") format("svg");
}

@font-face {
  font-family: "FontAwesome";
  font-display: block;
  src:
    url("/fonts/fa-brands-400.eot") format("embedded-opentype"),
    url("/fonts/fa-brands-400.woff2") format("woff2"),
    url("/fonts/fa-brands-400.woff") format("woff"),
    url("/fonts/fa-brands-400.ttf") format("truetype"),
    url("/fonts/fa-brands-400.svg") format("svg");
}

@font-face {
  font-family: "FontAwesome";
  font-display: block;
  src:
    url("/fonts/fa-regular-400.eot") format("embedded-opentype"),
    url("/fonts/fa-regular-400.woff2") format("woff2"),
    url("/fonts/fa-regular-400.woff") format("woff"),
    url("/fonts/fa-regular-400.ttf") format("truetype"),
    url("/fonts/fa-regular-400.svg") format("svg");
  unicode-range:
    U+f004-f005, U+f007, U+f017, U+f022, U+f024, U+f02e, U+f03e, U+f044,
    U+f057-f059, U+f06e, U+f070, U+f075, U+f07b-f07c, U+f080, U+f086, U+f089,
    U+f094, U+f09d, U+f0a0, U+f0a4-f0a7, U+f0c5, U+f0c7-f0c8, U+f0e0, U+f0eb,
    U+f0f3, U+f0f8, U+f0fe, U+f111, U+f118-f11a, U+f11c, U+f133, U+f144, U+f146,
    U+f14a, U+f14d-f14e, U+f150-f152, U+f15b-f15c, U+f164-f165, U+f185-f186,
    U+f191-f192, U+f1ad, U+f1c1-f1c9, U+f1cd, U+f1d8, U+f1e3, U+f1ea, U+f1f6,
    U+f1f9, U+f20a, U+f247-f249, U+f24d, U+f254-f25b, U+f25d, U+f271-f274,
    U+f279, U+f28b, U+f28d, U+f2b5-f2b6, U+f2b9, U+f2bb, U+f2bd, U+f2c1-f2c2,
    U+f2d0, U+f2d2, U+f2dc, U+f2ed, U+f3a5, U+f3d1, U+f410;
}

.far,
.fas {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
}

.fa-bars:before {
  content: "\f0c9";
}

.fa-play-circle:before {
  content: "\f144";
}

.fa-search:before {
  content: "\f002";
}

.fa-user:before {
  content: "\f007";
}

.fa-volume-up:before {
  content: "\f028";
}

@font-face {
  font-family: "Font Awesome 5 Brands";
  font-style: normal;
  font-weight: 400;
  font-display: block;
  src:
    url("/fonts/fa-brands-400.eot") format("embedded-opentype"),
    url("/fonts/fa-brands-400.woff2") format("woff2"),
    url("/fonts/fa-brands-400.woff") format("woff"),
    url("/fonts/fa-brands-400.ttf") format("truetype"),
    url("/fonts/fa-brands-400.svg") format("svg");
}

@font-face {
  font-family: "Font Awesome 5 Free";
  font-style: normal;
  font-weight: 400;
  font-display: block;
  src:
    url("/fonts/fa-regular-400.eot") format("embedded-opentype"),
    url("/fonts/fa-regular-400.woff2") format("woff2"),
    url("/fonts/fa-regular-400.woff") format("woff"),
    url("/fonts/fa-regular-400.ttf") format("truetype"),
    url("/fonts/fa-regular-400.svg") format("svg");
}

@font-face {
  font-family: "Font Awesome 5 Pro";
  font-style: normal;
  font-weight: 400;
  font-display: block;
  src:
    url("/fonts/fa-regular-400.eot") format("embedded-opentype"),
    url("/fonts/fa-regular-400.woff2") format("woff2"),
    url("/fonts/fa-regular-400.woff") format("woff"),
    url("/fonts/fa-regular-400.ttf") format("truetype"),
    url("/fonts/fa-regular-400.svg") format("svg");
}

.far {
  font-weight: 400;
}

@font-face {
  font-family: "Font Awesome 5 Free";
  font-style: normal;
  font-weight: 900;
  font-display: block;
  src:
    url("/fonts/fa-solid-900.eot") format("embedded-opentype"),
    url("/fonts/fa-solid-900.woff2") format("woff2"),
    url("/fonts/fa-solid-900.woff") format("woff"),
    url("/fonts/fa-solid-900.ttf") format("truetype"),
    url("/fonts/fa-solid-900.svg") format("svg");
}

@font-face {
  font-family: "Font Awesome 5 Pro";
  font-style: normal;
  font-weight: 900;
  font-display: block;
  src:
    url("/fonts/fa-solid-900.eot") format("embedded-opentype"),
    url("/fonts/fa-solid-900.woff2") format("woff2"),
    url("/fonts/fa-solid-900.woff") format("woff"),
    url("/fonts/fa-solid-900.ttf") format("truetype"),
    url("/fonts/fa-solid-900.svg") format("svg");
}

.far,
.fas {
  font-family: "Font Awesome 5 Free";
}

.fas {
  font-weight: 900;
}

:root {
  --mainColor: #0a169c;
  --text: #fff;
  --input-color: #000;
  --valid-input-color: #000;
}

.lander-form-field
  .iti
  .lander-phone-input.lander-form-send.iti__tel-input#phone {
  padding-left: 100px !important;
}

:root {
  --iti-hover-color: rgba(0, 0, 0, 0.05);
  --iti-border-color: #ccc;
  --iti-dialcode-color: #999;
  --iti-dropdown-bg: white;
  --iti-spacer-horizontal: 20px;
  --iti-flag-height: 12px;
  --iti-flag-width: 16px;
  --iti-border-width: 1px;
  --iti-arrow-height: 4px;
  --iti-arrow-width: 6px;
  --iti-triangle-border: calc(var(--iti-arrow-width) / 2);
  --iti-arrow-padding: 10px;
  --iti-arrow-color: #555;
  --iti-path-flags-1x: url(bd95ef49b665a571ca04.webp?v=1);
  --iti-path-flags-2x: url(bea0200ba7ea874b359f.webp?v1=);
  --iti-path-globe-1x: url(7fb216c936a98b90918e.webp?v1=);
  --iti-path-globe-2x: url(5dc7e51d6b5d42fc2be4.webp?v1=);
  --iti-flag-sprite-width: 3904px;
  --iti-flag-sprite-height: 12px;
  --iti-mobile-popup-margin: 30px;
}
.iti-aio--allow-dropdown
  .iti-aio__country-container:not(:has(+ input[disabled])):not(
    :has(+ input[readonly])
  ):hover,
.iti-aio--allow-dropdown
  .iti-aio__country-container:not(:has(+ input[disabled])):not(
    :has(+ input[readonly])
  ):hover
  button {
  cursor: pointer;
}
.iti-aio--allow-dropdown
  .iti-aio__country-container:not(:has(+ input[disabled])):not(
    :has(+ input[readonly])
  )
  .iti-aio__selected-country-primary:hover,
.iti-aio--allow-dropdown
  .iti-aio__country-container:not(:has(+ input[disabled])):not(
    :has(+ input[readonly])
  )
  .iti-aio__selected-country:has(+ .iti-aio__dropdown-content:hover)
  .iti-aio__selected-country-primary {
  background-color: var(--iti-hover-color);
}

.pre-content__row li:hover {
  background: #344b59;
  padding-left: 10px;
  padding-right: 10px;
}

#container-sec.container-sec {
  font-family: Roboto;
}

.my-row:before {
  content: "";
  height: 2px;
  width: 100%;
  background: #f56b0d;
  position: absolute;
  top: 30px;
}

.par p {
  margin: 0 !important;
}

.container-sec p {
  font-size: 18px;
  line-height: 160%;
  margin-top: 15px;
  margin-bottom: 10px;
  color: #3b3b3b;
}

.container-sec li {
  font-size: 18px;
}

.container-sec h2 {
  font-size: 24px;
  margin-top: 20px;
  font-weight: bold;
  margin-bottom: 15px;
  color: #3b3b3b;
}

.container-sec a {
  font-weight: bold;
  color: #d25000;
}

@media (max-width: 992px) {
  .container-sec {
    max-width: max-content;
  }
}

.lis1 li {
  margin-bottom: 15px;
}

.user {
  max-width: 600px;
  margin: 0 auto 10px;
  /* Добавлен отступ между блоками */
  width: -webkit-fill-available;
  background-color: #fff;
  border: 1px solid #e1e8ed;
  border-radius: 4px;
  padding: 12px;
  display: flex;
  flex-direction: column;
  font-family: "BBC Reith Serif", Helvetica, Arial, sans-serif;
}

.user__info {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 8px;
}

.user__avatar {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  object-fit: cover;
  /* Для изображений */
}

.user__details {
  display: flex;
  flex-direction: column;
}

.user__name {
  font-size: 15px;
  font-weight: 700;
  color: #14171a;
}

.user__time {
  font-size: 13px;
  color: #657786;
}

.user__content {
  font-size: 15px;
  color: #14171a;
  line-height: 1.4;
  margin-bottom: 8px;
}

.user__actions {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.user__reply {
  font-size: 16px;
  color: black;
  cursor: pointer;
  font-weight: bolder;
  text-decoration: none;
}

.user__reply:hover {
  text-decoration: underline;
}

.user__reactions {
  display: flex;
  gap: 12px;
  font-size: 13px;
  color: #657786;
}

.user__reaction {
  display: flex;
  align-items: center;
  gap: 4px;
  cursor: pointer;
}

.user__reaction:hover {
  color: #1da1f2;
}

.user__reaction img {
  width: 15px;
  /* Единый размер для иконок */
  vertical-align: middle;
  /* Выравнивание иконок */
}

.user__reaction:last-child img {
  width: 10px;
  /* Для иконки с точками */
}

@media (max-width: 768px) {
  .user {
    padding: 10px;
  }

  .user__avatar {
    width: 32px;
    height: 32px;
  }

  .user__reaction img {
    width: 12px;
  }

  .user__reaction:last-child img {
    width: 8px;
  }
}

h1.main__title {
  font-size: 30px;
}
