:root {
  --white-color: #ffffff;
  --black-color: #212121;
  --accent-color: #0074ff;
}

img {
  display: block;
  max-width: 100%;
  height: auto;
  margin: 0;
  padding: 0;
  border: none;
  object-fit: cover;
}

body {
  padding: 0;
  margin: 0;
  font-family: Montserrat, sans-serif;
  position: relative;
  overflow: auto;
  scrollbar-width: none;
}

* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  scroll-behavior: smooth;
  scrollbar-width: none;
  font-family: inherit;
  -webkit-tap-highlight-color: transparent;
}

body.modal-open {
  overflow: hidden;
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
a,
li,
button,
input,
textarea,
select {
  color: var(--black-color);
  font-family: inherit;
  font-optical-sizing: auto;
  font-feature-settings: "liga" off, "clig" off;
  font-family: "Times New Roman";
}

a:hover {
  color: var(--accent-color);
}

ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

li {
  margin: 0;
  padding: 0;
}

button,
a {
  display: inline-block;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  margin: 0;
  padding: 0;
  border-width: 0;
  font-family: sans-serif;
  font-weight: inherit;
  font-size: inherit;
  text-decoration: none;
  cursor: pointer;
  font-family: inherit;
}

.body-container {
  padding: 80px 100px 10px 100px;
  position: relative;
  max-width: 1560px;
  width: 100%;
  margin: 0 auto;
  justify-content: center;
}

.btn {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  align-items: center;
  padding: 18px;
  font-size: 21px;
  line-height: normal;
  background-color: var(--accent-color);
  color: var(--white-color);
  font-weight: 500;
  font-family: Rubik;
  border-radius: 7px;
  text-align: center;
  border: 2px solid var(--accent-color);

  width: max-content;
  margin: 0 auto;
}

.btn:hover {
  background-color: var(--white-color);
  color: var(--accent-color);
  border-bottom-color: var(--accent-color);
}

@media (max-width: 1024px) {
  .body-container {
    padding: 40px;
  }
}

@media (max-width: 768px) {
  .body-container {
    padding: 20px;
  }
}

.bold {
  font-weight: 700;
}
.italic {
  font-style: italic;
}

/* Main Article Block */

.article-main-block {
  display: flex;
  flex-direction: column;
  gap: 36px;
}
.article-title {
  font-family: "Times New Roman";
  font-size: 48px;
  line-height: 1.12;
  font-weight: 700;
  text-align: center;
  max-width: 1360px;
}

.article-first-subtitle {
  color: #212121;
  text-align: center;
  font-family: Montserrat;
  font-size: 20px;
  max-width: 1288px;
  line-height: 1.3;
}

.article-updates {
  display: flex;
  gap: 10px;
  align-items: center;
  justify-content: center;
}
.article-update {
  font-family: Montserrat;
  font-size: 20px;
  line-height: 1.3;
}

.article-img {
  max-width: 1270px;
  width: 100%;
  margin: 0 auto;
}
.article-subtext {
  font-size: 24px;
  font-style: italic;
  line-height: 1.17;
  max-width: 800px;
  margin: 0 auto;
}
.article-subtitle {
  font-family: "Times New Roman";
  font-size: 48px;
  font-weight: 700;
  line-height: 0.79;
}
.article-text {
  font-family: "Times New Roman";
  font-size: 32px;
  line-height: 1.19;
}

.article-quote {
  font-family: Montserrat;
  font-size: 32px;
  font-weight: 400;
  line-height: 44px;
  padding-left: 52px;
  margin: 40px 0;
  border-left: 4px solid #000;
}

.article-img-logo {
  margin: 0 auto;
  max-width: 720px;
  width: 100%;
}
.article-list {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.article-item {
  display: flex;
  align-items: center;
  gap: 16px;
}
.article-item-text {
  font-size: 24px;
  line-height: 28px;
}
.web-site-btn {
  margin: 80px auto;
}
.article-subtitle-text-bold {
  font-size: 24px;
  font-weight: 700;
  line-height: 1.17;
}
.article-italic-text {
  font-size: 24px;
  font-style: italic;
  line-height: 1.17;
}

@media (max-width: 1024px) {
  .article-title {
    font-size: 48px;
    line-height: 1.08;
  }
  .article-subtitle {
    font-size: 32px;
    line-height: 1.13;
  }
  .article-img-logo {
    max-width: 760px;
  }
}

@media (max-width: 768px) {
  .article-main-block {
    gap: 16px;
  }
  .article-title {
    font-size: 28px;
    line-height: 1.32;
  }
  .article-img-logo {
    margin: 0px auto;
  }
  .web-site-btn {
    margin: 26px auto;
  }
  .article-updates {
    display: none;
  }
  .article-text {
    font-size: 18px;
    line-height: 1.5;
  }
  .article-quote {
    font-size: 24px;
    line-height: 32px;
  }
  .article-subtitle {
    font-size: 24px;
    line-height: 1.13;
  }
}

/* Table */

.article-table {
  width: 100%;
  max-width: 760px;
  border-collapse: collapse;
  font-family: Inter;
  margin: 50px auto;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 4px 12px rgba(0, 116, 255, 0.12);
}
.article-table-thead {
  background-color: var(--accent-color);
  color: var(--white-color);
}

.article-table-tbody tr:nth-child(even) {
  background-color: rgba(255, 255, 255, 0.5);
}
.article-table-tbody tr:hover {
  background-color: rgba(255, 255, 255, 0.75);
  transition: background-color 0.3s ease;
}

.article-table-tr {
}
.article-table-th {
  font-size: 24px;
  font-weight: 700;
  line-height: 1.5;
  width: 50%;
  padding: 12px;
  text-align: left;
}
.article-table-td {
  padding: 12px;
  font-size: 24px;
  line-height: 1.5;
}

@media (max-width: 768px) {
  .article-table {
    margin: 50px auto 0 auto;
  }
}

/* Feedback */

.feedback-list {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.feedback-item {
  border-radius: 20px;
  background: var(--white-color);
  padding: 16px;
}
.feedback-item-link {
  display: flex;
  gap: 23px;
  align-items: center;
}
.feedback-autor-img {
  border-radius: 50%;
  width: 136px;
  height: 139px;
}
.feedback-text-block {
  display: flex;
  flex-direction: column;
  gap: 23px;
  color: #000;
  font-size: 24px;
  font-style: italic;
  line-height: 1.17;
}
.feedback-autor-name {
  font-weight: 700;
}
.feedback-text {
}

@media (max-width: 768px) {
  .feedback-item-link {
    flex-direction: column;
  }
}

/* Form Instruction  */

.instruction-list {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.instruction-item {
  font-size: 24px;
  line-height: 28px;
}

/* Form */

.form-img {
  margin: 50px auto 12px auto;
  max-width: 520px;
  border-radius: 28px;
}

.after-form-text {
  font-size: 18px;
  line-height: 1.3;
  /* font-style: italic;   */
  margin: 0 auto 30px auto;
}

.instruction-btn {
}

@media (max-width: 768px) {
  .form-img {
    max-width: 335px;
  }
}

/* Swiper */

.swiper {
  width: 100%;
  max-width: 100%;
  overflow: hidden;
  padding-bottom: 50px;
}
.swiper-wrapper {
}
.swiper-slide {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.slide-width {
  max-width: 960px;
  padding: 16px;
  border-radius: 16px;
  background: #fff;
  margin: 0 40px;
}

.swiper-header-block {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 16px;
}
.swiper-autor-block {
  display: flex;
  gap: 16px;
  align-items: center;
}
.autor-img {
  width: 56px;
  height: 56px;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
}

.swiper-autor-block-right {
}
.autor-name {
  color: #171717;
  font-family: Inter;
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 5px;
}
.autor-position {
  color: #536471;
  font-family: Inter;
  font-size: 16px;
  font-weight: 400;
}

.swiper-text {
  color: #000;
  font-family: Inter;
  font-size: 32px;
  font-weight: 300;
  letter-spacing: -0.32px;
  margin-bottom: 16px;
}

.tweet-block {
}
.tweet-meta {
  font-size: 16px;
  color: #536471;
  margin-bottom: 16px;
  font-family: Inter;
}
.tweet-meta a {
  color: #1d9bf0;
  text-decoration: none;
}
.divider {
  border-top: 1px solid #e1e8ed;
  margin: 8px 0;
}
.tweet-stats {
  display: flex;
  gap: 20px;
  font-size: 15px;
  color: #657786;
  align-items: center;
}
.tweet-stats span {
  display: flex;
  align-items: center;
  gap: 6px;
}
.icon {
  width: 16px;
  height: 16px;
}

.article-btn {
  width: 80%;
  max-width: 1140px;
  border-radius: 31px;
  background: #000;
  color: #fff;
  font-family: "Times New Roman";
  font-size: 64px;
  font-weight: 700;
  padding: 46px 140px;
  text-align: center;
  margin: 0 auto;
}

@media (max-width: 768px) {
  .swiper-text {
    font-size: 24px;
    letter-spacing: -0.24px;
  }
  .article-btn {
    width: 100%;
    font-size: 20px;
    line-height: 1.65;
    padding: 24px;
  }
  .tweet-stats {
    gap: 10px;
    font-size: 12px;
  }
  .swiper-button-next,
  .swiper-button-prev,
  .swiper-button-next:after,
  .swiper-rtl .swiper-button-prev:after,
  .swiper-button-prev:after,
  .swiper-rtl .swiper-button-next:after {
    width: 10px;
    font-size: 26px;
  }
}

/* @media (max-width: 420px) {
  .swiper-button-next,
  .swiper-button-prev {
    display: none;
  }
} */
/* Comments */

.comments-block {
  max-width: 922px;
  width: 100%;
  margin: 0 auto;
  justify-content: center;
}
.comments-title-block {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 9px 0;
  border-bottom: 1px solid #e3e3e3;
}

.comments-title {
  color: #373e44;
  font-family: "Open Sans";
  font-size: 24px;
  font-weight: 700;
  line-height: 1.5;
}
.comments-subtitle {
  color: rgba(7, 7, 7, 0.65);
  font-family: "Open Sans";
  font-size: 15px;
  font-weight: 700;
  line-height: 1.5;
}

.comments-navigation-block {
  display: flex;
  align-items: center;
  gap: 15px;
  margin: 30px 0 15px 0;
  justify-content: flex-start;
}

.comments-navigation-block a {
  display: flex;
  align-items: center;
  color: rgba(7, 7, 7, 0.65);
  font-family: "Open Sans";
  font-size: 14px;
}

.comments-input {
  border-radius: 4px;
  background: #fff1e5;
  height: 48px;
  width: 100%;
  padding: 12px 0 14px 21px;
  border: 1px solid rgba(7, 7, 7, 0.2);
  margin-bottom: 16px;
}

.filter-text {
  color: rgba(7, 7, 7, 0.65);
  font-family: "Open Sans";
  font-size: 14px;
  line-height: 1.5;
  padding: 16px 0;
}

/* Comment */

.comment-container {
  display: flex;
  font-family: sans-serif;
  position: relative;
  margin-bottom: 22px;
}

.comment-container::before {
  content: "";
  position: absolute;
  top: 40px;
  bottom: 0;
  left: 12px;
  width: 1px;
  background-color: #e3e3e3;
  border-radius: 2px;
}

.avatar {
  width: 30px;
  height: 30px;
  background-color: rgba(127, 166, 179, 0.33);
  border-radius: 50%;
  text-align: center;
  line-height: 32px;
  font-weight: bold;
  color: #333;
  margin-right: 12px;
}

.comment-content {
  flex: 1;
}

.comment-header {
  display: flex;
  flex-direction: column;
  gap: 2px;
  font-size: 14px;
  color: rgba(7, 7, 7, 0.65);
}

.username {
  font-weight: bold;
  color: #222;
}

.timestamp {
  font-size: 13px;
  color: #999;
}

.comment-text {
  margin: 11px 0 0 0;
  font-family: "Open Sans";
  font-size: 15px;
  line-height: 1.5;
  color: #070707;
}

.see-more {
  color: #070707;
  cursor: pointer;
  font-size: 15px;
  line-height: 22.5px;
  font-weight: bold;
  margin-bottom: 11px;
}

.comment-actions {
  font-size: 13px;
  color: #666;
  margin-top: 6px;
}

.comment-actions span {
  margin-right: 8px;
  cursor: pointer;
}

.comment-replies {
  margin-top: 6px;
  font-size: 13px;
  color: rgba(7, 7, 7, 0.65);
  cursor: pointer;
}
.show-more {
  border-radius: 6px;
  background: #000;
  padding: 8px 15px;
  align-items: center;

  color: var(--white-color);
  text-align: center;
  font-family: Arial;
  font-size: 14px;
  font-weight: 700;
  line-height: normal;
  margin: 0 auto;
}
