/* New Articles */
.article__first-section {
  margin-bottom: 60px;
}
.article__first-section .container {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.article__post-info {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.article__views-time {
  display: flex;
  align-items: center;
  gap: 26px;
}
.article__info_item {
  display: flex;
  align-items: center;
  gap: 10px;
}
.article__info_item span {
  color: rgba(76, 76, 76, 0.6);
  font-family: "DIN 2014";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
  letter-spacing: 0.28px;
}
.article__publish {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.article__publish p {
  color: rgba(76, 76, 76, 0.6);
  font-family: "DIN 2014";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
  letter-spacing: 0.32px;
}
.article__author {
  background: #f2f6f8;
  padding: 20px;
  width: 470px;
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.article__author-wrapper {
  display: flex;
  gap: 30px;
}
.article__author-img {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  object-fit: cover;
}
.article__author-info {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.section_article_author {
  color: #216196;
  font-family: "DIN 2014";
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: 120%;
  letter-spacing: 0.28px;
  margin: 0;
}
.section_article_author_name {
  color: #4c4c4c;
  font-family: "DIN 2014";
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: 120%;
  letter-spacing: 0.28px;
}
.section_article_author_position {
  color: #4c4c4c;
  font-family: "DIN 2014";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
  letter-spacing: 0.28px;
}
.article__author-btn {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 260px;
  height: 40px;
  background: #01abce;
  color: #fff;
  text-align: center;
  font-family: "DIN 2014";
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: 120%;
  letter-spacing: 0.28px;
  text-transform: uppercase;
  text-decoration: none;
}
.article__description_section {
  width: 100%;
  margin-bottom: 40px;
}
.article__description-wrapper {
  color: #4c4c4c;
  font-family: "DIN 2014";
  font-size: 16px;
  font-style: normal;
  line-height: 120%;
  letter-spacing: 0.32px;
}

.article__text_img_section {
  margin-bottom: 60px;
  min-height: 460px;
}
.article__text_img-img {
  width: 560px;
  height: 360px;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  float: right;
  margin-left: 40px;
  margin-bottom: 40px;
}
.article__text_img-img img {
  min-width: 100%;
  min-height: 100%;
}
.article__text_img-text {
  color: #4c4c4c;
  font-family: "DIN 2014";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
  letter-spacing: 0.32px;
}
.article__text_img-text h1,
.article__text_img-text h2,
.article__text_img-text h3,
.article__text_img-text h4,
.article__text_img-text h5,
.article__text_img-text h6 {
  color: #216196;
  font-family: "DIN 2014";
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 120%;
  letter-spacing: 0.32px;
  text-transform: uppercase;
  margin-bottom: 20px;
}
.article__text_img-title {
  color: #216196;
  font-family: "DIN 2014";
  font-size: 48px;
  font-style: normal;
  font-weight: 300;
  line-height: 120%;
  letter-spacing: 0.96px;
  margin-bottom: 40px;
}

.article__text_table_section {
  margin-bottom: 60px;
}
.article__text_table_section .container {
  display: flex;
  flex-direction: column;
  gap: 40px;
}
.article__text_table-title {
  color: #216196;
  font-family: "DIN 2014";
  font-size: 48px;
  font-style: normal;
  font-weight: 300;
  line-height: 120%;
  letter-spacing: 0.96px;
  margin: 0;
}
.article__text_table-text {
  color: #4c4c4c;
  font-family: "DIN 2014";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
  letter-spacing: 0.32px;
}
.article__text_table-text ul {
  padding-left: 20px;
}
.article__text_table-text ul li {
  margin-bottom: 20px;
}
.article__text_table-text ul li::marker {
  color: #216196;
}
.article__text_table-text h1,
.article__text_table-text h2,
.article__text_table-text h3,
.article__text_table-text h4,
.article__text_table-text h5,
.article__text_table-text h6 {
  color: #216196;
  font-weight: 600;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 25px;
  font-size: 16px;
}
.article__text_table-table {
  display: flex;
  flex-direction: column;
  border-top: 1px solid rgba(76, 76, 76, 0.6);
}
.article_table_row {
  display: flex;
  padding-top: 20px;
  padding-bottom: 20px;
  gap: 20px;
  border-bottom: 1px solid rgba(76, 76, 76, 0.6);
  align-items: center;
}
.article_table_row_name {
  background: #f2f6f8;
  width: 260px;
  padding: 10px 20px;
}
.article_table_row_text {
  flex: 1;
  color: #4c4c4c;
  font-family: "DIN 2014";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
  letter-spacing: 0.32px;
}

.article__expert_opinion_section {
  margin-bottom: 60px;
  width: 100%;
  background: #f2f6f8;
  padding-top: 40px;
  padding-bottom: 40px;
}
.article__expert_opinion_section .container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 40px;
}
.article__opinion {
  width: calc(50% - 20px);
  display: flex;
  flex-direction: column;
  gap: 80px;
}
.article__opinion h2 {
  color: #216196;
  font-family: "DIN 2014";
  font-size: 48px;
  font-style: normal;
  font-weight: 300;
  line-height: 120%;
  letter-spacing: 0.96px;
  margin: 0;
}
.article__opinion p {
  color: #4c4c4c;
  font-family: "DIN 2014";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
  letter-spacing: 0.32px;
}
.article__expert {
  width: calc(50% - 20px);
  display: flex;
  gap: 40px;
}
.expert_card__img {
  width: 260px;
  height: 260px;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}
.expert_card__img img {
  min-width: 100%;
  min-height: 100%;
}
.expert_card__info {
  display: flex;
  flex-direction: column;
  gap: 20px;
  width: calc(50% - 20px);
}
.expert_card__name {
  color: #216196;
  font-family: "DIN 2014";
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: 120%;
  letter-spacing: 0.48px;
  margin-bottom: 10px;
}
.expert_card__position {
  color: #4c4c4c;
  font-family: "DIN 2014";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
  letter-spacing: 0.32px;
}
.expert_card__stick {
  width: 100%;
  height: 1px;
  background: rgba(76, 76, 76, 0.6);
}
.expert_card__exp_price {
  display: flex;
  flex-direction: column;
  gap: 5px;
}
.expert_card__exp_price p {
  color: #4c4c4c;
  font-family: "DIN 2014";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
  letter-spacing: 0.32px;
  margin: 0;
}
.expert_card__locations {
  list-style-type: none;
  padding: 0;
}
.expert_card__locations li {
  padding-left: 20px;
  position: relative;
  color: #4c4c4c;
  font-family: "DIN 2014";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
  letter-spacing: 0.32px;
}
.expert_card__locations li::marker {
  display: none;
}
.article__slider-wrapper {
  width: 560px;
  position: relative;
  float: right;
  margin-left: 40px;
  margin-bottom: 30px;
}
.article__slider_item {
  height: 400px;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}
.article__slider_item img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.article__text_slider_section {
  margin-bottom: 60px;
  min-height: 500px;
}
.article__text_slider {
  color: #4c4c4c;
  font-family: "DIN 2014";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
  letter-spacing: 0.32px;
}
.article__text_slider p {
  margin-bottom: 10px;
}
.article__text_slider h1,
.article__text_slider h2,
.article__text_slider h3,
.article__text_slider h4,
.article__text_slider h5,
.article__text_slider h6 {
  color: #216196;
  font-family: "DIN 2014";
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 120%;
  letter-spacing: 0.32px;
  text-transform: uppercase;
  margin: 0 0 20px 0;
}
.article__text_slider ul {
  padding-left: 20px;
}
.article__text_slider ul li {
  margin-bottom: 20px;
}
.article__text_slider ul li::marker {
  color: #216196;
}
.article__text_slider-title {
  color: #216196;
  font-family: "DIN 2014";
  font-size: 48px;
  font-style: normal;
  font-weight: 300;
  line-height: 120%;
  letter-spacing: 0.96px;
  margin-top: 0;
  margin-bottom: 40px;
}
.article__text_slider .slick-dots li {
  display: none;
}
.article__text_slider .slick-dots li.slick-active {
  display: block;
  width: fit-content;
  background: none;
  border: none;
}
.article__text_slider .slick-dots li.slick-active button {
  color: #4c4c4c;
  text-align: center;
  font-family: "DIN 2014";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
  letter-spacing: 0.32px;
  width: fit-content;
}

.specialist_card {
  display: flex !important;
  flex-direction: column;
  gap: 20px;
  padding-right: 20px;
}
.article__specialists_section {
  margin-bottom: 60px;
}
.article__specialists_section_title {
  color: #216196;
  font-family: "DIN 2014";
  font-size: 48px;
  font-style: normal;
  font-weight: 300;
  line-height: 120%;
  letter-spacing: 0.96px;
  margin-top: 0;
  margin-bottom: 40px;
}
.specialist_card__img {
  width: 260px;
  height: 260px;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  flex-shrink: 0;
}
.specialist_card__img img {
  min-width: 100%;
  min-height: 100%;
  flex-shrink: 0;
}
.specialist_card__info {
  height: -webkit-fill-available;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.specialist_card__name {
  color: #216196;
  font-family: "DIN 2014";
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: 120%;
  letter-spacing: 0.48px;
}
.specialist_card__position_degree {
  display: flex;
  flex-direction: column;
  gap: 5px;
}
.specialist_card__position_degree p {
  color: #4c4c4c;
  font-family: "DIN 2014";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
  letter-spacing: 0.32px;
}
.specialist_card__info_top {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.specialist_card__info_bottom {
  display: flex;
  flex-direction: column;
  gap: 10px;
  padding-top: 10px;
  padding-bottom: 20px;
  border-top: 1px solid rgba(76, 76, 76, 0.6);
}
.specialist_card__exp_price {
  color: #4c4c4c;
  font-family: "DIN 2014";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%; /* 19.2px */
  letter-spacing: 0.32px;
}
.specialist_card__btn,
.specialist_card__btn:visited {
  width: 100%;
  padding-top: 14px;
  padding-bottom: 14px;
  background: #216196;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  color: #fff;
  font-family: "DIN 2014";
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: 120%;
  letter-spacing: 0.28px;
  text-transform: uppercase;
  transition: 0.3s;
}
.specialist_card__btn:hover {
  opacity: 0.85;
  transition: 0.3s;
}
.specialist_card__locations {
  list-style-type: none;
  padding: 0;
}
.specialist_card__locations li {
  color: #4c4c4c;
  font-family: "DIN 2014";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
  letter-spacing: 0.32px;
  position: relative;
  padding-left: 20px;
}

.article__prices_section {
  background: #f2f6f8;
  padding-top: 40px;
  padding-bottom: 40px;
}
.article__prices-title {
  display: flex;
  justify-content: space-between;
  width: 100%;
  margin-bottom: 40px;
}
.article__prices-title h2 {
  color: #216196;
  font-family: "DIN 2014";
  font-size: 48px;
  font-style: normal;
  font-weight: 300;
  line-height: 120%;
  letter-spacing: 0.96px;
  margin: 0;
}
.article__prices-title a {
  color: #216196;
  font-family: "DIN 2014";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
  letter-spacing: 0.32px;
  text-decoration-line: underline;
  text-decoration-style: solid;
  text-decoration-skip-ink: none;
  text-decoration-thickness: auto;
  text-underline-offset: auto;
  text-underline-position: from-font;
  text-transform: uppercase;
}
.article__prices-list {
  display: flex;
  flex-direction: column;
}
.article__price-header {
  display: flex;
  padding-top: 20px;
  padding-bottom: 20px;
  align-items: center;
}
.article__price-header-title {
  color: #4c4c4c;
  font-family: "DIN 2014";
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 120%;
  letter-spacing: 0.32px;
  text-transform: uppercase;
  width: calc(100% - 385px);
}
.article__price-header-id {
  color: #4c4c4c;
  font-family: "DIN 2014";
  font-size: 16px;
  font-style: normal;
  font-weight: 300;
  line-height: 120%; /* 19.2px */
  letter-spacing: 0.32px;
  text-transform: uppercase;
}
.article__price-header-price {
  color: #216196;
  font-family: "DIN 2014";
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 120%;
  letter-spacing: 0.32px;
  text-transform: uppercase;
}
.article__prices-down {
  background: url(../img/down.svg) no-repeat;
  width: 20px;
  height: 12px;
}
.article__prices-up {
  background: url(../img/up.svg) no-repeat;
  width: 20px;
  height: 12px;
}
.article__price-header-info {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 385px;
}
.article__service_list {
  display: flex;
  flex-direction: column;
  gap: 10px;
  background: #fff;
  position: relative;
  z-index: 0;
  padding-bottom: 10px;
  padding-top: 10px;
  margin-bottom: 10px;
}
.article__service_list-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.article__service_list-row h4 {
  margin: 0;
  width: calc(100% - 385px);
  color: #216196;
  font-family: "DIN 2014";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
  letter-spacing: 0.28px;
  text-transform: uppercase;
}
.article__service_list-row-info {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 385px;
}
.article__service_list-row-info button {
  background: #01abce;
  height: 40px;
  width: 260px;
  color: #fff;
  font-family: "DIN 2014";
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: 120%;
  letter-spacing: 0.28px;
  text-transform: uppercase;
  border: 0;
  cursor: pointer;
  transition: 0.3s;
}
.article__service_list-row-info button:hover {
  opacity: 0.8;
  transition: 0.3s;
}
.article__service_list-row-info p {
  color: #216196;
  font-family: "DIN 2014";
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 120%;
  letter-spacing: 0.32px;
  text-transform: uppercase;
}
.article__service_list::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 100vw;
  height: 100%;
  background: #fff;
  z-index: -1;
}
.article__prices-list-stick {
  width: 100%;
  height: 1px;
  background: rgba(76, 76, 76, 0.6);
}
.section_spoilers_item_text ul {
  padding-left: 20px;
  list-style-type: disc;
}
.section_spoilers_item_text ul li {
  list-style: disc;
  list-style-type: disc;
  margin-bottom: 10px;
  display: list-item;
}
.section_spoilers_item_text ul li::marker {
  color: #216196;
}
.section_spoilers_item_text p {
  margin-bottom: 20px;
}
.faq_section {
  margin-bottom: 40px;
}

.article__sources_title {
  color: #216196;
  font-family: "DIN 2014";
  font-size: 48px;
  font-style: normal;
  font-weight: 300;
  line-height: 120%;
  letter-spacing: 0.96px;
  margin-top: 0;
  margin-bottom: 40px;
}
.article__sources_list {
  display: flex;
  flex-direction: column;
  gap: 20px;
  margin-bottom: 60px;
}
.article__source {
  display: flex;
  gap: 30px;
}
.article__source_number {
  color: #4c4c4c;
  font-family: "DIN 2014";
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 120%;
  letter-spacing: 0.32px;
  width: 20px;
}
.article__source_info {
  flex: 1;
  color: #4c4c4c;
  font-family: "DIN 2014";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
  letter-spacing: 0.32px;
}
.article__hashtags_list {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
.article__hashtag {
  padding: 8px 20px 6px 20px;
  background: #f2f6f8;
  color: #216196;
  font-family: "DIN 2014";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
  letter-spacing: 0.28px;
  text-transform: uppercase;
}

.article__check_section {
  margin-bottom: 60px;
  width: 100%;
  background: #f2f6f8;
  padding-top: 40px;
  padding-bottom: 40px;
}
.article__check_section .container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 40px;
}
.article__check {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: -webkit-fill-available;
  width: calc(50% - 20px);
}
.article__check h2 {
  color: #216196;
  font-family: "DIN 2014";
  font-size: 48px;
  font-style: normal;
  font-weight: 300;
  line-height: 120%;
  letter-spacing: 0.96px;
  margin: 0;
}
.article__check_info {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.article__check_info p {
  color: #4c4c4c;
  font-family: "DIN 2014";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
  letter-spacing: 0.32px;
}
.expert_card__check_img {
  display: flex;
  flex-direction: column;
  gap: 30px;
}
.expert_card__btn {
  width: 260px;
  height: 40px;
  background: #01abce;
  color: #fff;
  text-align: center;
  font-family: "DIN 2014";
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: 120%;
  letter-spacing: 0.28px;
  text-transform: uppercase;
  cursor: pointer;
  transition: 0.3s;
  border: 0;
}
.expert_card__btn:hover {
  opacity: 0.8;
  transition: 0.3s;
}
.article__check_section .article__check {
  width: calc(40% - 20px);
}
.article__check_section .article__expert {
  width: calc(60% - 20px);
}
.article__check_section .expert_card__info {
  width: max-content;
}

.article__share_section {
  margin-bottom: 60px;
}
.article__back_btn {
  color: #216196;
  font-family: "DIN 2014";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%; /* 16.8px */
  letter-spacing: 0.28px;
  text-decoration-line: underline;
  text-decoration-style: solid;
  text-decoration-skip-ink: none;
  text-decoration-thickness: auto;
  text-underline-offset: auto;
  text-underline-position: from-font;
  text-transform: uppercase;
}
.article__share_section .container {
  display: flex;
  flex-direction: column;
  gap: 55px;
}
.article__share_section-wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.article__rating_share {
  display: flex;
  align-items: center;
  gap: 85px;
}
.article__share {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.article__share p {
  color: #231f20;
  text-align: center;
  font-family: "DIN 2014";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 130%;
}
.article__share-list {
  display: flex;
  align-items: center;
  gap: 20px;
  list-style-type: none;
  padding: 0;
}
.article__share-list a {
  display: block;
  height: fit-content;
}

.article__stars {
  display: flex;
  gap: 5px;
  cursor: pointer;
}

.article__star svg {
  transition: fill-opacity 0.2s;
}

.article__star.active svg path {
  fill-opacity: 1;
}

.article__comment {
  display: flex;
  align-items: center;
  gap: 22px;
  cursor: pointer;
}
.article__comment p {
  color: #231f20;
  font-family: "DIN 2014";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  text-decoration-line: underline;
  text-decoration-style: solid;
  text-decoration-skip-ink: none;
  text-decoration-thickness: auto;
  text-underline-offset: auto;
  text-underline-position: from-font;
}
.article__rating-stars {
  display: flex;
  align-items: center;
  gap: 4px;
}
.article__rating-star {
  cursor: pointer;
}
.article__rating-block {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.article__rating-value {
  color: #231f20;
  text-align: center;
  font-family: "DIN 2014";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 130%;
}
.comment-form {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}
.comment-form .comment-notes,
.comment-form .logged-in-as {
  display: none;
}
.comment-form-author,
.comment-form-email {
  width: calc(50% - 10px);
}
.comment-form-author input,
.comment-form-email input,
.comment-form-comment textarea {
  display: block;
  width: 100%;
  height: 40px;
  font-family: inherit;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #bdbdbd;
  border-radius: 0.25rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.comment-form-author input::placeholder,
.comment-form-email input::placeholder,
.comment-form-comment textarea::placeholder {
  color: #212529;
  opacity: 0.4;
}
.comment-form-author input:focus,
.comment-form-email input:focus,
.comment-form-comment textarea:focus {
  color: #212529;
  background-color: #fff;
  border-color: #bdbdbd;
  outline: 0 !important;
  box-shadow: 0 0 0 0.2rem rgba(158, 158, 158, 0.25) !important;
}
.comment-form-comment {
  width: 100%;
}
.comment-form-comment textarea {
  height: 60px;
  resize: none;
}
.form-submit {
  width: calc(50% - 10px);
  height: 40px;
}
.form-submit input[type="submit"] {
  background: #216196;
  color: #fff;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 120%;
  letter-spacing: 0.28px;
  text-transform: uppercase;
  text-decoration: none;
  padding: 9px 36px 8px 37px;
  border-radius: 3px;
  height: 40px;
  width: 100%;
  border: none;
}
.article__comments_block ol {
  display: flex;
  flex-direction: column;
  list-style-type: none;
  padding: 0;
  gap: 20px;
}
.article__comments_block ol li {
  padding-bottom: 5px;
  width: 100%;
  border-bottom: 1px solid rgba(76, 76, 76, 0.6);
}
.article__comments_block .comment-body .comment-meta.commentmetadata,
.article__comments_block .comment-body .reply {
  display: none;
}
.article__comments_block .comment-body {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.article__comments_block .comment-body .comment-author {
  display: flex;
  align-items: center;
  gap: 3px;
}
.article__comments_block .comment-body .comment-author img {
  border-radius: 50%;
  margin-right: 12px;
}
.comment-reply-title {
  color: #216196;
  font-family: "DIN 2014";
  font-size: 22px;
  font-style: normal;
  line-height: 120%;
}
.article__comments_block {
  display: none;
}
.article__rate-stars {
  display: flex;
  align-items: center;
  gap: 4px;
}
.article__rate {
  display: flex;
  align-items: center;
  gap: 14px;
}
.article__rate-text {
  color: #231f20;
  text-align: center;
  font-family: "DIN 2014";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 130%;
}
.article__similar_slider a.section_articles_slider_item {
  margin-right: 20px;
}
.article__contents_section {
  margin-bottom: 60px;
}
.article__contents {
  display: flex;
  flex-direction: column;
  gap: 20px;
  border-bottom: 1px solid rgba(76, 76, 76, 0.6);
  border-top: 1px solid rgba(76, 76, 76, 0.6);
}
.article__contents_up {
  background: url(../img/up.svg) no-repeat;
  width: 20px;
  height: 12px;
}
.article__contents_down {
  background: url(../img/down.svg) no-repeat;
  width: 20px;
  height: 12px;
}
.article__contents_list {
  display: none;
  flex-direction: column;
  gap: 20px;
  margin-bottom: 10px;
}
.article__contents_title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: #4c4c4c;
  font-family: "DIN 2014";
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 120%;
  letter-spacing: 0.32px;
  text-transform: uppercase;
  padding-top: 10px;
  padding-bottom: 10px;
  cursor: pointer;
  transition: 0.3s;
}
.article__contents_title:hover {
  color: #216196;
  transition: 0.3s;
}
.article__contents_list a {
  display: block;
  width: 100%;
  color: #216196;
  font-family: "DIN 2014";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
  letter-spacing: 0.32px;
  text-transform: uppercase;
  transition: 0.3s;
  text-decoration: none;
}
.article__contents_list a:hover {
  opacity: 0.8;
  transition: 0.3s;
}
.article__prices-showall-wrap {
  width: 100%;
  display: flex;
  justify-content: center;
}
.article__prices-showall {
  background: #216196;
  margin-top: 14px;
  color: #fff;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: 120%;
  letter-spacing: 0.28px;
  text-transform: uppercase;
  padding: 9px 36px 8px 37px;
  border-radius: 3px;
  border: 0;
  transition: 0.3s;
  cursor: pointer;
}
.article__prices-showall:hover {
  opacity: 0.8;
  transition: 0.3s;
}
.article__similar_slider_section {
  margin-bottom: 60px;
}
.article__similar_slider_section_title {
  color: #216196;
  font-family: "DIN 2014";
  font-size: 48px;
  font-style: normal;
  font-weight: 300;
  line-height: 120%; /* 57.6px */
  letter-spacing: 0.96px;
}
.article__category_title {
  padding: 15px;
  color: #fff;
  font-family: "DIN 2014";
  font-size: 24px;
  font-style: normal;
  font-weight: 300;
  line-height: 120%;
  letter-spacing: 0.48px;
  background: #216196;
  margin-top: 35px;
}

@media (max-width: 1220px) {
  .article__opinion {
    width: calc(40% - 20px);
  }
  .article__opinion h2 {
    font-size: 44px;
  }
  .article__expert {
    width: calc(60% - 20px);
  }
  .article__slider-wrapper {
    width: 500px;
  }
  .specialist_card__img {
    width: 100%;
  }
  .article__slider_item {
    height: 320px;
  }
}
@media (max-width: 992px) {
  .article__author {
    width: 360px;
  }
  .article__text_img-img {
    width: 400px;
    height: 250px;
  }
  .article__expert_opinion_section .container {
    flex-direction: column;
  }
  .article__opinion {
    width: 100%;
    gap: 20px;
  }
  .article__expert {
    width: 100%;
  }
  .article__slider-wrapper {
    width: 400px;
  }
  .article__slider_item {
    height: 250px;
  }
  .article__price-header-info {
    width: 200px;
  }
  .article__price-header-title {
    width: calc(100% - 220px);
  }
  .article__check_section .container {
    flex-direction: column;
  }
  .article__check_section .article__check {
    width: 100%;
  }
  .article__check_section .article__expert {
    width: 100%;
  }
}

@media (max-width: 768px) {
  .article__first-section .container {
    flex-direction: column;
    gap: 10px;
  }
  .article__post-info {
    width: 100%;
  }
  .article__author {
    width: 100%;
  }
  .article__text_img-img {
    width: 100%;
    height: auto;
    margin: 0;
  }
  .article__text_img-wrapper {
    display: flex;
    flex-direction: column-reverse;
    gap: 10px;
  }
  .article__text_img-title {
    margin-top: 0;
    margin-bottom: 15px;
    font-size: 40px;
  }
  .article__text_table-title {
    margin-top: 0;
    margin-bottom: 15px;
    font-size: 40px;
  }
  .article__text_table_section .container {
    gap: 0;
  }
  .article_table_row {
    flex-direction: column;
    align-items: flex-start;
  }
  .article_table_row_name {
    width: calc(100% - 40px);
  }
  .article__expert {
    flex-direction: column;
  }
  .expert_card__img {
    width: 100%;
    height: 500px;
  }
  .expert_card__info {
    width: 100%;
  }
  .article__opinion h2 {
    margin-bottom: 15px;
    font-size: 40px;
  }
  .article__text_slider-title {
    margin-bottom: 15px;
    font-size: 40px;
  }
  .article__slider-wrapper {
    width: 100%;
    margin-left: 0;
  }
  .article__specialists_section_title {
    margin-bottom: 15px;
    font-size: 40px;
  }
  .article__prices-title h2 {
    margin-bottom: 15px;
    font-size: 40px;
  }
  .article__prices-title {
    align-items: center;
  }
  .article__price-header-info {
    width: 100px;
    flex-direction: column;
    align-items: end;
  }
  .article__price-header-title {
    width: calc(100% - 100px);
  }
  .expert_card__btn {
    width: 100%;
  }
  .article__share_section-wrapper {
    flex-direction: column;
    align-items: flex-start;
    gap: 40px;
  }
  .article__rating_share {
    flex-direction: column;
    align-items: flex-start;
    gap: 40px;
  }
  .article__share-list {
    margin: 0;
  }
  .article__sources_title,
  .article__check h2 {
    margin-bottom: 15px;
    font-size: 40px;
  }
  .article__similar_slider_section_title {
    margin-bottom: 15px;
    font-size: 40px;
  }
  .article__category_title {
    padding: 15px 10px;
    font-size: 20px;
  }
}
@media (max-width: 480px) {
  .article__check_section .expert_card__info {
    width: 100%;
  }
  .article__text_img-title,
  .article__text_table-title,
  .article__opinion h2,
  .article__text_slider-title,
  .article__specialists_section_title,
  .article__prices-title h2,
  .section_title h2,
  .article__sources_title,
  .article__check h2,
  .article__similar_slider_section_title {
    font-size: 32px;
  }
  .expert_card__img {
    width: 100%;
    height: 280px;
  }
  .article__prices-title {
    flex-direction: column;
    align-items: flex-start;
    margin-bottom: 10px;
  }
  .article__prices-title a {
    display: none;
  }
  .article__source {
    gap: 10px;
  }
  .article__similar_slider-wrapper .section_articles_slider_item_info_block {
    gap: 5px;
  }
  .article__similar_slider-wrapper
    .section_articles_slider_item_info_item
    span {
    font-size: 12px;
  }
  .article__similar_slider-wrapper .section_articles_slider_item_read_btn span {
    font-size: 13px;
  }
  .form-submit {
    width: 100%;
  }
  .comment-form-author,
  .comment-form-email {
    width: 100%;
  }
}
