@charset "UTF-8";
/* ОБНУЛЕНИЕ */
/**
  Нормализация блочной модели
 */
*,
*::before,
*::after {
  box-sizing: border-box;
}

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

body {
  line-height: 1;
}

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

/**
     Упрощаем работу с изображениями
    */
img {
  display: block;
  max-width: 100%;
}

/**
     Наследуем свойства шрифт для полей ввода
    */
input,
textarea,
select,
button {
  background: none;
  outline: none;
  border: none;
  padding: 0;
  margin: 0;
  border-radius: 0px;
  font: inherit;
}

html {
  /**
     Пригодится в большинстве ситуаций
     (когда, например, нужно будет "прижать" футер к низу сайта)
    */
  height: 100%;
  /**
     Плавный скролл
    */
  scroll-behavior: smooth;
}

body {
  /**
     Пригодится в большинстве ситуаций
     (когда, например, нужно будет "прижать" футер к низу сайта)
    */
  min-height: 100%;
  /**
     Унифицированный интерлиньяж
    */
  line-height: 1.5;
}

div {
  margin: 0;
  padding: 0;
}

a {
  text-decoration: none;
}

svg,
svg path,
svg rect,
svg circle,
svg line {
  transition: 0.4s;
}

.icon {
  display: flex;
}

@font-face {
  font-family: "Ony Okkam";
  src: url("../fonts/OnyOkkamRegular.woff2") format("woff2");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Ony Okkam";
  src: url("../fonts/OnyOkkamMedium.woff2") format("woff2");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
html,
body {
  overflow-x: clip;
}

body {
  display: flex;
  flex-direction: column;
  color: #f0f0f0;
  font-family: "Ony Okkam", sans-serif;
  background-color: #1e1e1e;
  font-style: normal;
  font-size: 16px;
}

::-webkit-scrollbar {
  width: 7px;
}

::-webkit-scrollbar-thumb {
  background: #f6f6f6;
  border-radius: 10px;
}

::-webkit-scrollbar-track {
  background: #1e1e1e;
}

img {
  height: auto;
}

main {
  overflow-x: clip;
  margin-top: 130px;
  flex: 1 1 auto;
}
@media screen and (max-width: 1199px) {
  main {
    margin-top: 100px;
  }
}
@media screen and (max-width: 767px) {
  main {
    margin-top: 92px;
  }
}

.container {
  width: 100%;
  max-width: 100%;
  margin: 0 auto;
  padding: 0 50px;
  padding: 0 clamp(1.875rem, -4.375rem + 6.25vw, 3.125rem);
}
@media screen and (max-width: 1600px) {
  .container {
    padding: 0 30px;
    padding: 0 clamp(1.25rem, -1.875rem + 4.167vw, 1.875rem);
  }
}
@media screen and (max-width: 1199px) {
  .container {
    padding: 0 20px;
  }
}
@media screen and (max-width: 767px) {
  .container {
    padding: 0 13px;
  }
}

.row {
  --bs-gutter-x: 30px;
}
@media screen and (max-width: 1600px) {
  .row {
    --bs-gutter-x: 30px;
  }
}
@media screen and (max-width: 1199px) {
  .row {
    --bs-gutter-x: 24px;
  }
}
@media screen and (max-width: 767px) {
  .row {
    --bs-gutter-x: 7px;
  }
}

.swiper-slide {
  user-select: none;
}

.swiper-button-prev,
.swiper-button-next {
  position: unset;
  transition: 0.4s;
}
.swiper-button-prev::after,
.swiper-button-next::after {
  display: none;
}
@media (hover: hover) {
  .swiper-button-prev:hover,
  .swiper-button-next:hover {
    opacity: 0.7;
  }
}
@media (hover: none) {
  .swiper-button-prev:active,
  .swiper-button-next:active {
    opacity: 0.7;
  }
}

.page_title {
  color: #f0f0f0;
  font-size: 54px;
  font-size: clamp(2.75rem, -0.375rem + 3.125vw, 3.375rem);
  font-weight: 500;
  line-height: 54px;
  line-height: clamp(2.75rem, -0.375rem + 3.125vw, 3.375rem);
  letter-spacing: -1.08px;
}
@media screen and (max-width: 1600px) {
  .page_title {
    font-size: 44px;
    font-size: clamp(2rem, -1.75rem + 5vw, 2.75rem);
    line-height: 44px;
    line-height: clamp(2rem, -1.75rem + 5vw, 2.75rem);
    letter-spacing: -0.88px;
  }
}
@media screen and (max-width: 1199px) {
  .page_title {
    font-size: 32px;
    line-height: 32px;
    letter-spacing: -0.64px;
  }
}

.tag_title {
  color: #f0f0f0;
  font-size: clamp(1.75rem, 0.087rem + 2.219vw, 2.75rem);
  font-weight: 500;
  line-height: clamp(1.75rem, 0.087rem + 2.219vw, 2.75rem);
  letter-spacing: -1.08px;
  margin-top: 20px;
}
@media screen and (max-width: 1600px) {
  .tag_title {
    letter-spacing: -0.88px;
  }
}
@media screen and (max-width: 1199px) {
  .tag_title {
    font-size: 28px;
    line-height: 28px;
    letter-spacing: -0.64px;
  }
}

.header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background: #1e1e1e;
  z-index: 99;
}
.header .container {
  padding: 0 40px 0 40px;
}
.header__wrap {
  display: flex;
  align-items: center;
  gap: 40px;
  justify-content: space-between;
  flex-wrap: wrap;
  padding: 28px 0 26px 0;
  position: relative;
}
@media screen and (max-width: 980px) {
  .header__wrap {
    padding: 23px 0;
    gap: 24px;
  }
}
.header__wrap-logo {
  width: 100%;
  max-width: 89px;
  height: 17px;
  transition: 0.4s;
}
@media (hover: hover) {
  .header__wrap-logo:hover {
    opacity: 0.7;
  }
}
@media (hover: none) {
  .header__wrap-logo:active {
    opacity: 0.7;
  }
}
@media screen and (max-width: 980px) {
  .header__wrap-logo {
    margin-inline: auto;
    margin-bottom: 67px;
  }
}
.header__wrap nav {
  transition: 0.4s;
  margin-left: auto;
}
@media screen and (max-width: 980px) {
  .header__wrap nav {
    position: fixed;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100dvh;
    overflow-y: auto;
    max-height: calc(100dvh - 60px);
    background: #1e1e1e;
    padding: 60px 20px 60px 20px;
    margin-top: 60px;
  }
}
.header__wrap nav::-webkit-scrollbar {
  width: 0px;
}
.header__wrap nav ul {
  display: flex;
  align-items: center;
  column-gap: 30px;
}
@media screen and (max-width: 980px) {
  .header__wrap nav ul {
    flex-direction: column;
    justify-content: flex-start;
    row-gap: 13px;
  }
}
.header__wrap nav ul li {
  display: flex;
  position: relative;
}
@media screen and (max-width: 980px) {
  .header__wrap nav ul li.drops {
    flex-direction: column;
    align-items: center;
  }
}
.header__wrap nav ul li.drops > a {
  display: flex;
  align-items: center;
  column-gap: 5px;
  position: relative;
}
@media screen and (max-width: 980px) {
  .header__wrap nav ul li.drops > a.active::after {
    transform: rotate(180deg);
  }
}
.header__wrap nav ul li.drops > a::after {
  content: "";
  display: block;
  width: 8px;
  height: 4px;
  background-image: url(../image/icon/arrow.svg);
  background-size: 100% 100%;
  background-repeat: no-repeat;
}
@media screen and (max-width: 980px) {
  .header__wrap nav ul li.drops > a::after {
    position: absolute;
    left: calc(100% + 8px);
    transition: 0.4s;
  }
}
@media screen and (min-width: 980px) {
  .header__wrap nav ul li.drops:hover .sub-menu {
    opacity: 1;
    user-select: auto;
    pointer-events: all;
  }
}
@media (hover: hover) {
  .header__wrap nav ul li.current-menu-item:hover a {
    opacity: 1;
  }
}
@media (hover: none) {
  .header__wrap nav ul li.current-menu-item:active a {
    opacity: 1;
  }
}
.header__wrap nav ul li.current-menu-item a {
  color: #6b6b6b;
}
@media screen and (max-width: 980px) {
  .header__wrap nav ul li.current-menu-item a {
    color: #f0f0f0;
    opacity: 0.7;
  }
}
.header__wrap nav ul li a {
  color: #f0f0f0;
  font-family: "Ony Okkam";
  font-size: 16px;
  font-weight: 400;
  line-height: 26px;
  transition: 0.4s;
}
@media (hover: hover) {
  .header__wrap nav ul li a:hover {
    opacity: 0.7;
  }
}
@media (hover: none) {
  .header__wrap nav ul li a:active {
    opacity: 0.7;
  }
}
.header__wrap nav ul li .sub-menu {
  width: 220px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  row-gap: 12px;
  row-gap: clamp(0.5rem, -0.75rem + 1.25vw, 0.75rem);
  column-gap: 0px;
  position: absolute;
  top: calc(100% + 20px);
  left: 50%;
  transform: translateX(-50%);
  background: #fff;
  padding: 18px 20px;
  background-color: #fff;
  box-shadow: 0 0 7px 0 rgba(0, 0, 0, 0.2);
  opacity: 0;
  user-select: none;
  pointer-events: none;
  transition: 0.4s;
  z-index: 99;
}
@media screen and (min-width: 1200px) {
  .header__wrap nav ul li .sub-menu {
    display: flex !important;
  }
}
@media screen and (max-width: 1600px) {
  .header__wrap nav ul li .sub-menu {
    row-gap: 8px;
  }
}
@media screen and (max-width: 980px) {
  .header__wrap nav ul li .sub-menu {
    display: none;
    position: unset;
    opacity: 1;
    transform: unset;
    box-shadow: unset;
    background: unset;
    user-select: auto;
    pointer-events: all;
    row-gap: 0px;
    width: auto;
    align-items: center;
    justify-content: flex-start;
    padding: 0px;
    transition: 0s;
    margin-bottom: 20px;
    margin-top: 20px;
  }
}
.header__wrap nav ul li .sub-menu li {
  display: flex;
  justify-content: center;
}
@media screen and (max-width: 980px) {
  .header__wrap nav ul li .sub-menu li {
    margin-bottom: 16px;
  }
}
.header__wrap nav ul li .sub-menu li:last-child {
  margin-bottom: 0px;
}
.header__wrap nav ul li .sub-menu li.current-menu-item a {
  opacity: 0.7;
}
.header__wrap nav ul li .sub-menu li a {
  color: #323232;
  text-align: left;
  font-size: 14px;
  line-height: 1.35;
}
@media screen and (max-width: 980px) {
  .header__wrap nav ul li .sub-menu li a {
    color: #f0f0f0;
    text-align: center;
  }
}
.header__wrap nav ul li .sub-menu::after {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border: solid transparent;
  border-width: 10px;
  left: 50%;
  transform: translateX(-50%);
  border-bottom-color: #fff;
  top: -20px;
}
@media screen and (max-width: 980px) {
  .header__wrap nav ul li .sub-menu::after {
    display: none;
  }
}
.header__wrap nav ul li .sub-menu::before {
  content: "";
  display: block;
  width: 100%;
  height: 20px;
  position: absolute;
  top: -20px;
  left: 0;
  background: transparent;
}
@media screen and (max-width: 980px) {
  .header__wrap nav ul li .sub-menu::before {
    display: none;
  }
}
@media screen and (max-width: 1199px) {
  .header__wrap nav.active {
    left: 0px;
  }
}
.header__wrap .burger_btn {
  display: none;
  cursor: pointer;
}
@media screen and (max-width: 980px) {
  .header__wrap .burger_btn {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 28px;
    height: 19px;
  }
  .header__wrap .burger_btn span {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 28px;
    height: 3px;
    background: #fff;
    position: relative;
    transition: 0.4s;
  }
  .header__wrap .burger_btn span::before {
    content: "";
    display: block;
    width: inherit;
    height: inherit;
    background: inherit;
    position: absolute;
    top: 8px;
    transition: inherit;
  }
  .header__wrap .burger_btn span::after {
    content: "";
    display: block;
    width: inherit;
    height: inherit;
    background: inherit;
    position: absolute;
    bottom: 8px;
    transition: inherit;
  }
}
@media screen and (max-width: 1199px) {
  .header__wrap .burger_btn.active span {
    transform: rotate(45deg);
  }
  .header__wrap .burger_btn.active span::before {
    top: 0;
    opacity: 0;
  }
  .header__wrap .burger_btn.active span::after {
    bottom: 0px;
    transform: rotate(-90deg);
  }
}
.header__wrap_search {
  position: absolute;
  display: flex;
  align-items: start;
  width: calc(60% - 90px);
  right: 76px;
  transform: translateY(-100%);
  opacity: 0;
  pointer-events: none;
  height: auto;
  background-color: #1e1e1e;
  transition: 0.4s;
}
.header__wrap_search.active {
  transform: translateY(0);
  pointer-events: auto;
  opacity: 1;
}
@media screen and (max-width: 980px) {
  .header__wrap_search.active {
    transform: translateX(0);
  }
}
@media screen and (max-width: 1600px) {
  .header__wrap_search {
    right: 72px;
  }
}
@media screen and (max-width: 1199px) {
  .header__wrap_search {
    width: calc(90% - 105px);
  }
}
@media screen and (max-width: 980px) {
  .header__wrap_search {
    top: 100%;
    left: -40px;
    width: 100vw;
    padding: 10px 100px 42px 100px;
    box-shadow: 0px 34px 60px 0px rgba(0, 0, 0, 0.3);
    border: none;
    transform: translateY(0);
    transform: translateX(-100%);
  }
}
@media screen and (max-width: 767px) {
  .header__wrap_search {
    padding: 20px 44px 30px 44px;
  }
}
.header__wrap_search_form {
  position: relative;
  width: 100%;
  display: flex;
  align-items: start;
  column-gap: 10px;
  height: 36px;
}
.header__wrap_search_form::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 3px;
  background: #aeaeae;
  left: 0;
  bottom: 0;
}
@media screen and (max-width: 1600px) {
  .header__wrap_search_form {
    height: 32px;
  }
}
@media screen and (max-width: 980px) {
  .header__wrap_search_form {
    align-items: center;
  }
  .header__wrap_search_form::before {
    bottom: -10px;
  }
}
@media screen and (max-width: 767px) {
  .header__wrap_search_form {
    flex-direction: column;
    row-gap: 29px;
    height: auto;
  }
  .header__wrap_search_form::before {
    display: none;
  }
}
.header__wrap_search_form-input {
  width: 100%;
  color: #fff;
  font-size: 18px;
  font-weight: 500;
  line-height: 24px;
  position: relative;
}
.header__wrap_search_form-input::placeholder {
  color: #aeaeae;
}
@media screen and (max-width: 767px) {
  .header__wrap_search_form-input {
    line-height: 32px;
    border-bottom: 3px solid #aeaeae;
    font-weight: 400;
  }
}
.header__wrap_search_form-btn {
  display: flex;
  flex-shrink: 0;
  cursor: pointer;
  position: relative;
}
.header__wrap_search_form-btn svg {
  width: 100%;
  height: 100%;
}
@media (hover: hover) {
  .header__wrap_search_form-btn:hover svg path {
    stroke: #fff;
  }
}
@media (hover: none) {
  .header__wrap_search_form-btn:active svg path {
    stroke: #fff;
  }
}
.header__wrap_search_form-btn span {
  display: none;
}
@media screen and (max-width: 1600px) {
  .header__wrap_search_form-btn {
    width: 18px;
    height: 18px;
  }
}
@media screen and (max-width: 767px) {
  .header__wrap_search_form-btn {
    position: relative;
    width: 100%;
    height: auto;
    padding: 10px 24px;
    border-radius: 12px;
    background: #282828;
    align-items: center;
    justify-content: center;
    color: #fff;
  }
  .header__wrap_search_form-btn span {
    display: flex;
  }
  .header__wrap_search_form-btn svg {
    display: none;
  }
}
.header__wrap .search_btn {
  display: flex;
  flex-shrink: 0;
  cursor: pointer;
  position: relative;
  width: 36px;
  height: 36px;
}
@media screen and (max-width: 1600px) {
  .header__wrap .search_btn {
    width: 32px;
    height: 32px;
  }
}
@media screen and (max-width: 980px) {
  .header__wrap .search_btn {
    width: 26px;
    height: 26px;
    order: -1;
    margin-left: auto;
  }
}
.header__wrap .search_btn.active svg:first-child {
  opacity: 0;
}
.header__wrap .search_btn.active svg:last-child {
  opacity: 1;
}
.header__wrap .search_btn svg {
  width: 100%;
  height: 100%;
  transition: 0.4s;
  position: absolute;
  top: 0;
  left: 0;
}
.header__wrap .search_btn svg:last-child {
  opacity: 0;
}
@media (hover: hover) {
  .header__wrap .search_btn:hover svg path {
    stroke: #fff;
  }
}
@media (hover: none) {
  .header__wrap .search_btn:active svg path {
    stroke: #fff;
  }
}

.news_page {
  margin-bottom: 70px;
}
@media screen and (max-width: 1600px) {
  .news_page {
    margin-bottom: 50px;
  }
}
.news_page__wrap_left {
  display: flex;
  flex-direction: column;
  height: 100%;
  max-height: calc(100dvh - 135px);
  position: sticky;
  top: 130px;
  overflow-y: auto;
}
@media screen and (max-width: 1199px) {
  .news_page__wrap_left {
    max-height: unset;
    position: unset;
    overflow: unset;
  }
}
.news_page__wrap_left::-webkit-scrollbar {
  width: 3px;
}
.news_page__wrap_left::-webkit-scrollbar-track {
  background: transparent;
}
.news_page__wrap_left_top {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  row-gap: 50px;
  row-gap: clamp(1.875rem, -4.375rem + 6.25vw, 3.125rem);
  flex: 1 1 auto;
  margin-top: 46px;
  margin-top: clamp(1.938rem, -2.75rem + 4.688vw, 2.875rem);
  max-width: 530px;
  max-width: clamp(25rem, -15.625rem + 40.625vw, 33.125rem);
}
@media screen and (max-width: 1600px) {
  .news_page__wrap_left_top {
    max-width: 400px;
    max-width: clamp(20.625rem, -1.25rem + 29.167vw, 25rem);
    margin-top: 31px;
    row-gap: 30px;
  }
}
@media screen and (max-width: 1199px) {
  .news_page__wrap_left_top {
    max-width: 450px;
    row-gap: 24px;
    margin-top: 24px;
  }
}
.news_page__wrap_left_top-text {
  color: #6b6b6b;
  font-size: 28px;
  font-size: clamp(1.375rem, -0.5rem + 1.875vw, 1.75rem);
  font-weight: 500;
  line-height: 34px;
  line-height: clamp(1.75rem, -0.125rem + 1.875vw, 2.125rem);
}
@media screen and (max-width: 1600px) {
  .news_page__wrap_left_top-text {
    font-size: 22px;
    font-size: clamp(1.125rem, -0.125rem + 1.667vw, 1.375rem);
    line-height: 28px;
    line-height: clamp(1.5rem, 0.25rem + 1.667vw, 1.75rem);
  }
}
@media screen and (max-width: 1199px) {
  .news_page__wrap_left_top-text {
    font-size: 18px;
    line-height: 24px;
  }
}
.news_page__wrap_left_top-text b {
  color: #f0f0f0;
  font-size: inherit;
  font-weight: inherit;
  line-height: inherit;
}
.news_page__wrap_left_top-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  column-gap: 10px;
  overflow: hidden;
  padding: 16px 24px 18px 24px;
  padding-top: clamp(0.75rem, -0.5rem + 1.25vw, 1rem);
  padding-right: clamp(1.25rem, 0rem + 1.25vw, 1.5rem);
  padding-bottom: clamp(0.875rem, -0.375rem + 1.25vw, 1.125rem);
  padding-left: clamp(1.25rem, 0rem + 1.25vw, 1.5rem);
  border-radius: 50px;
  background: #f0f0f0;
  color: #171717;
  font-size: 18px;
  font-size: clamp(1rem, 0.375rem + 0.625vw, 1.125rem);
  font-weight: 500;
  line-height: 24px;
  transition: 0.4s;
}
@media screen and (max-width: 1600px) {
  .news_page__wrap_left_top-btn {
    font-size: 16px;
    font-size: clamp(0.875rem, 0.25rem + 0.833vw, 1rem);
    line-height: 24px;
    line-height: clamp(1.375rem, 0.75rem + 0.833vw, 1.5rem);
    padding: 12px 20px 14px 20px;
  }
}
@media screen and (max-width: 1199px) {
  .news_page__wrap_left_top-btn {
    padding: 12px 20px 14px 20px;
    font-size: 14px;
    line-height: 22px;
  }
}
@media (hover: hover) {
  .news_page__wrap_left_top-btn:hover {
    opacity: 0.7;
  }
}
@media (hover: none) {
  .news_page__wrap_left_top-btn:active {
    opacity: 0.7;
  }
}
.news_page__wrap_left .swiper_article_nav_block {
  display: flex;
  align-items: center;
  column-gap: 24px;
  margin-top: 40px;
  opacity: 0;
  overflow-x: clip;
  transition: 0.4s;
}
@media screen and (max-width: 1199px) {
  .news_page__wrap_left .swiper_article_nav_block {
    margin-top: 40px;
    opacity: 1;
  }
}
@media screen and (max-width: 767px) {
  .news_page__wrap_left .swiper_article_nav_block {
    margin-top: 32px;
  }
}
.news_page__wrap_left .swiper_article_nav_block .swiper_article_nav {
  margin: unset;
  max-height: 212px;
  max-height: clamp(11.25rem, 1.25rem + 10vw, 13.25rem);
  position: relative;
}
@media screen and (max-width: 1600px) {
  .news_page__wrap_left .swiper_article_nav_block .swiper_article_nav {
    max-height: 180px;
    max-height: clamp(10.625rem, 7.5rem + 4.167vw, 11.25rem);
  }
}
@media screen and (max-width: 1199px) {
  .news_page__wrap_left .swiper_article_nav_block .swiper_article_nav {
    max-height: unset;
  }
}
.news_page__wrap_left .swiper_article_nav_block .swiper_article_nav::after {
  content: "";
  display: block;
  width: 100%;
  height: 100px;
  background: linear-gradient(356deg, rgba(30, 30, 30, 0) 2.9%, #1e1e1e 83.9%);
  position: absolute;
  top: -40px;
  left: 0;
  z-index: 2;
  user-select: none;
  pointer-events: none;
}
@media screen and (max-width: 1199px) {
  .news_page__wrap_left .swiper_article_nav_block .swiper_article_nav::after {
    display: none;
  }
}
.news_page__wrap_left .swiper_article_nav_block .swiper_article_nav .swiper-wrapper {
  justify-content: flex-start;
  align-items: flex-start;
}
@media screen and (max-width: 1199px) {
  .news_page__wrap_left .swiper_article_nav_block .swiper_article_nav .swiper-wrapper {
    flex-wrap: wrap;
    column-gap: 5px;
    row-gap: 7px;
  }
}
.news_page__wrap_left .swiper_article_nav_block .swiper_article_nav .swiper-slide {
  height: auto;
  width: auto;
  display: inline-flex;
  align-items: flex-start;
  justify-content: flex-start;
  column-gap: 14px;
  opacity: 0.4;
  transition: opacity 0.4s;
}
@media (hover: hover) {
  .news_page__wrap_left .swiper_article_nav_block .swiper_article_nav .swiper-slide:hover {
    opacity: 1;
  }
}
@media (hover: none) {
  .news_page__wrap_left .swiper_article_nav_block .swiper_article_nav .swiper-slide:active {
    opacity: 1;
  }
}
.news_page__wrap_left .swiper_article_nav_block .swiper_article_nav .swiper-slide .num {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 60px;
  max-width: clamp(3.25rem, 0.75rem + 2.5vw, 3.75rem);
  min-width: 60px;
  min-width: clamp(3.25rem, 0.75rem + 2.5vw, 3.75rem);
  aspect-ratio: 1/1;
  height: auto;
  overflow: hidden;
  border-radius: 50%;
  border: 3px solid #fff;
  color: #f0f0f0;
  text-align: center;
  font-size: 34px;
  font-size: clamp(1.625rem, -0.875rem + 2.5vw, 2.125rem);
  font-weight: 400;
  line-height: 40px;
  line-height: clamp(2rem, -0.5rem + 2.5vw, 2.5rem);
}
@media screen and (max-width: 1600px) {
  .news_page__wrap_left .swiper_article_nav_block .swiper_article_nav .swiper-slide .num {
    font-size: 26px;
    line-height: 32px;
    max-width: 52px;
    max-width: clamp(3rem, 1.75rem + 1.667vw, 3.25rem);
    min-width: 52px;
    min-width: clamp(3rem, 1.75rem + 1.667vw, 3.25rem);
  }
}
@media screen and (max-width: 1199px) {
  .news_page__wrap_left .swiper_article_nav_block .swiper_article_nav .swiper-slide .num {
    display: none;
  }
}
.news_page__wrap_left .swiper_article_nav_block .swiper_article_nav .swiper-slide .title {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  padding: 6px 21px 8px 21px;
  border: 3px solid #f0f0f0;
  border-radius: 20px;
  color: #f0f0f0;
  font-size: 34px;
  font-size: clamp(1.625rem, -0.875rem + 2.5vw, 2.125rem);
  font-weight: 500;
  line-height: 40px;
  line-height: clamp(2rem, -0.5rem + 2.5vw, 2.5rem);
  letter-spacing: -0.68px;
}
@media screen and (max-width: 1600px) {
  .news_page__wrap_left .swiper_article_nav_block .swiper_article_nav .swiper-slide .title {
    font-size: 26px;
    font-size: clamp(1.375rem, 0.125rem + 1.667vw, 1.625rem);
    line-height: 32px;
    line-height: clamp(1.75rem, 0.5rem + 1.667vw, 2rem);
    letter-spacing: -0.52px;
  }
}
@media screen and (max-width: 1199px) {
  .news_page__wrap_left .swiper_article_nav_block .swiper_article_nav .swiper-slide .title {
    font-size: 16px;
    line-height: 22px;
    letter-spacing: -0.32px;
    border: 2px solid #f0f0f0;
    padding: 7px 14px;
  }
}
.news_page__wrap_left .swiper_article_nav_block .swiper_article_nav .swiper-slide.active {
  opacity: 1;
}
.news_page__wrap_left .swiper_article_nav_block .swiper-pagination {
  position: unset;
  transform: unset;
  height: auto;
  --swiper-pagination-color: #f0f0f0;
  --swiper-pagination-progressbar-size: 4px;
  --swiper-pagination-bullet-size: 4px;
  --swiper-pagination-bullet-width: 4px;
  --swiper-pagination-bullet-height: 14px;
  --swiper-pagination-bullet-height: clamp(
    0.625rem,
    -0.625rem + 1.25vw,
    0.875rem
  );
  --swiper-pagination-bullet-inactive-color: #6b6b6b;
  --swiper-pagination-bullet-inactive-opacity: 1;
  --swiper-pagination-bullet-opacity: 1;
  --swiper-pagination-bullet-vertical-gap: 14px;
  --swiper-pagination-bullet-vertical-gap: clamp(
    0.75rem,
    0.125rem + 0.625vw,
    0.875rem
  );
}
@media screen and (max-width: 1600px) {
  .news_page__wrap_left .swiper_article_nav_block .swiper-pagination {
    --swiper-pagination-bullet-height: 10px;
    --swiper-pagination-progressbar-size: 3px;
    --swiper-pagination-bullet-size: 3px;
    --swiper-pagination-bullet-width: 3px;
    --swiper-pagination-bullet-vertical-gap: 12px;
  }
}
@media screen and (max-width: 1199px) {
  .news_page__wrap_left .swiper_article_nav_block .swiper-pagination {
    display: none;
  }
}
.news_page__wrap_left .swiper_article_nav_block .swiper-pagination-bullet {
  border-radius: 4px;
  transition: 0.4s;
}
.news_page__wrap_left-back {
  color: #6b6b6b;
  font-size: 22px;
  font-size: clamp(1.125rem, -0.125rem + 1.25vw, 1.375rem);
  font-weight: 400;
  line-height: 32px;
  line-height: clamp(1.75rem, 0.5rem + 1.25vw, 2rem);
  margin-bottom: clamp(2.5rem, -0.625rem + 3.125vw, 3.125rem);
  transition: 0.4s;
  max-width: fit-content;
}
@media (hover: hover) {
  .news_page__wrap_left-back:hover {
    color: #f0f0f0;
  }
}
@media (hover: none) {
  .news_page__wrap_left-back:active {
    color: #f0f0f0;
  }
}
@media screen and (max-width: 1600px) {
  .news_page__wrap_left-back {
    font-size: 18px;
    font-size: clamp(0.875rem, -0.375rem + 1.667vw, 1.125rem);
    line-height: 28px;
    line-height: clamp(1.5rem, 0.25rem + 1.667vw, 1.75rem);
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 1199px) {
  .news_page__wrap_left-back {
    font-size: 14px;
    line-height: 24px;
  }
}
.news_page__wrap_list {
  row-gap: 70px;
  row-gap: clamp(3.125rem, -3.125rem + 6.25vw, 4.375rem);
  margin-top: 100px;
  margin-top: clamp(4.688rem, -3.125rem + 7.813vw, 6.25rem);
}
@media screen and (max-width: 1600px) {
  .news_page__wrap_list {
    margin-top: 75px;
    margin-top: clamp(3.938rem, 0.188rem + 5vw, 4.688rem);
    row-gap: 50px;
    row-gap: clamp(2rem, -3.625rem + 7.5vw, 3.125rem);
  }
}
@media screen and (max-width: 1199px) {
  .news_page__wrap_list {
    row-gap: 32px;
    margin-top: 32px;
  }
}
@media screen and (max-width: 767px) {
  .news_page__wrap_list {
    row-gap: 24px;
  }
}
.news_page__wrap_list .btn_more_block {
  display: flex;
  justify-content: center;
  margin-top: -20px;
}
@media screen and (max-width: 1600px) {
  .news_page__wrap_list .btn_more_block {
    margin-top: 0px;
  }
}

.news_page.tags_page .news_page__wrap_list {
  margin-top: 0;
}
@media screen and (max-width: 1199px) {
  .news_page.tags_page .news_page__wrap_list {
    margin-top: 32px;
  }
}

.card-image {
  display: block;
  width: 100%;
  height: 100%;
  aspect-ratio: 180/101;
  border-radius: 4px;
  overflow: hidden;
}
@media (hover: hover) {
  .card-image:hover img {
    transform: scale(1.03);
  }
}
@media (hover: none) {
  .card-image:active img {
    transform: scale(1.03);
  }
}
.card-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: 0.8s;
}
.card-title {
  display: block;
  color: #f0f0f0;
  font-size: 28px;
  font-size: clamp(1.375rem, -0.5rem + 1.875vw, 1.75rem);
  font-weight: 500;
  line-height: 34px;
  line-height: clamp(1.75rem, -0.125rem + 1.875vw, 2.125rem);
  margin-top: 30px;
  margin-top: clamp(1.25rem, -1.875rem + 3.125vw, 1.875rem);
  max-width: 910px;
  transition: 0.4s;
}
@media screen and (max-width: 1600px) {
  .card-title {
    font-size: 22px;
    font-size: clamp(1.125rem, -0.125rem + 1.667vw, 1.375rem);
    line-height: 28px;
    line-height: clamp(1.5rem, 0.25rem + 1.667vw, 1.75rem);
    margin-top: 20px;
    margin-top: clamp(1rem, -0.25rem + 1.667vw, 1.25rem);
  }
}
@media screen and (max-width: 1199px) {
  .card-title {
    margin-top: 16px;
    font-size: 18px;
    line-height: 24px;
  }
}
.card-title h3 {
  color: inherit;
  font-size: inherit;
  font-weight: inherit;
  line-height: inherit;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
@media (hover: hover) {
  .card-title:hover {
    opacity: 0.7;
  }
}
@media (hover: none) {
  .card-title:active {
    opacity: 0.7;
  }
}
.card-text {
  margin-top: clamp(1rem, -0.25rem + 1.25vw, 1.25rem);
  color: #d9d9d9;
  font-family: "Ony Okkam";
  font-size: 20px;
  font-size: clamp(1.125rem, 0.5rem + 0.625vw, 1.25rem);
  font-weight: 400;
  line-height: 32px;
  line-height: clamp(1.875rem, 1.25rem + 0.625vw, 2rem);
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
@media screen and (max-width: 1600px) {
  .card-text {
    margin-top: 16px;
    margin-top: clamp(0.875rem, 0.25rem + 0.833vw, 1rem);
    font-size: 18px;
    font-size: clamp(1rem, 0.375rem + 0.833vw, 1.125rem);
    line-height: 30px;
    line-height: clamp(1.75rem, 1.125rem + 0.833vw, 1.875rem);
  }
}
@media screen and (max-width: 1199px) {
  .card-text {
    margin-top: 14px;
    font-size: 16px;
    line-height: 22px;
  }
}
.card_meta {
  display: flex;
  align-items: center;
  column-gap: 20px;
  row-gap: 5px;
  flex-wrap: wrap;
  margin-top: 20px;
  margin-top: clamp(1rem, -0.25rem + 1.25vw, 1.25rem);
}
@media screen and (max-width: 1600px) {
  .card_meta {
    margin-top: 16px;
    margin-top: clamp(0.875rem, 0.25rem + 0.833vw, 1rem);
  }
}
@media screen and (max-width: 1199px) {
  .card_meta {
    margin-top: 14px;
  }
}
.card_meta > *:last-child {
  padding-right: 0px;
}
.card_meta-date {
  color: #6b6b6b;
  font-size: 20px;
  font-size: clamp(1.125rem, 0.5rem + 0.625vw, 1.25rem);
  font-weight: 500;
  line-height: 26px;
  line-height: clamp(1.5rem, 0.875rem + 0.625vw, 1.625rem);
}
@media screen and (max-width: 1600px) {
  .card_meta-date {
    font-size: 18px;
    font-size: clamp(1rem, 0.375rem + 0.833vw, 1.125rem);
    line-height: 24px;
    line-height: clamp(1.375rem, 0.75rem + 0.833vw, 1.5rem);
  }
}
@media screen and (max-width: 1199px) {
  .card_meta-date {
    font-size: 16px;
    line-height: 22px;
  }
}
.card_meta-tag {
  color: #6b6b6b;
  font-size: 20px;
  font-size: clamp(1.125rem, 0.5rem + 0.625vw, 1.25rem);
  font-weight: 500;
  line-height: 26px;
  line-height: clamp(1.5rem, 0.875rem + 0.625vw, 1.625rem);
  position: relative;
}
@media screen and (max-width: 1600px) {
  .card_meta-tag {
    font-size: 18px;
    font-size: clamp(1rem, 0.375rem + 0.833vw, 1.125rem);
    line-height: 24px;
    line-height: clamp(1.375rem, 0.75rem + 0.833vw, 1.5rem);
  }
}
@media screen and (max-width: 1199px) {
  .card_meta-tag {
    font-size: 16px;
    line-height: 22px;
  }
}
.card_meta-tag::after {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background: #6b6b6b;
  position: absolute;
  bottom: 0;
  left: 0;
  opacity: 0;
  visibility: visible;
  transition: 0.4s;
}
@media (hover: hover) {
  .card_meta-tag:hover::after {
    opacity: 1;
    visibility: visible;
  }
}
@media (hover: none) {
  .card_meta-tag:active::after {
    opacity: 1;
    visibility: visible;
  }
}
.card_meta-btn {
  display: flex;
  align-items: center;
  cursor: pointer;
  transition: 0.4s;
}
@media (hover: hover) {
  .card_meta-btn:hover {
    opacity: 0.7;
  }
}
@media (hover: none) {
  .card_meta-btn:active {
    opacity: 0.7;
  }
}

.btn {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  padding: 16px 24px;
  border-radius: 12px;
  background: #282828;
  color: #f0f0f0;
  font-size: 18px;
  font-weight: 500;
  line-height: 24px;
  transition: 0.4s;
}
@media screen and (max-width: 1600px) {
  .btn {
    font-size: 16px;
    font-size: clamp(0.875rem, 0.25rem + 0.833vw, 1rem);
    line-height: 22px;
    padding: 16px 24px 16px 24px;
  }
}
@media (hover: hover) {
  .btn:hover {
    opacity: 0.7;
  }
}
@media (hover: none) {
  .btn:active {
    opacity: 0.7;
  }
}
.btn.black {
  color: #6b6b6b;
  border-color: #6b6b6b;
  background: transparent;
  border-radius: 50px;
  border: 2px solid #6b6b6b;
  padding: 14px 22px 16px 22px;
}
@media (hover: hover) {
  .btn.black:hover {
    opacity: 1;
    color: #f0f0f0;
    border-color: #f0f0f0;
  }
}
@media (hover: none) {
  .btn.black:active {
    opacity: 1;
    color: #f0f0f0;
    border-color: #f0f0f0;
  }
}
.btn.white {
  color: #f0f0f0;
  border-color: #f0f0f0;
  background: transparent;
  border-radius: 50px;
  border: 2px solid #f0f0f0;
  padding: 14px 22px 16px 22px;
}
@media (hover: hover) {
  .btn.white:hover {
    opacity: 1;
    color: #6b6b6b;
    border-color: #6b6b6b;
  }
}
@media (hover: none) {
  .btn.white:active {
    opacity: 1;
    color: #6b6b6b;
    border-color: #6b6b6b;
  }
}

.btn_line {
  display: inline-flex;
  color: #f0f0f0;
  font-size: 18px;
  font-weight: 500;
  line-height: 24px;
  text-decoration: underline;
  text-decoration-thickness: 2px;
  text-underline-offset: 5px;
  transition: 0.4s;
}
@media (hover: hover) {
  .btn_line:hover {
    opacity: 0.7;
  }
}
@media (hover: none) {
  .btn_line:active {
    opacity: 0.7;
  }
}
@media screen and (max-width: 1600px) {
  .btn_line {
    font-weight: 400;
    font-size: clamp(0.875rem, -0.375rem + 1.667vw, 1.125rem);
    line-height: clamp(1.25rem, 0rem + 1.667vw, 1.5rem);
  }
}
@media screen and (max-width: 1199px) {
  .btn_line {
    font-size: 14px;
    line-height: 20px;
  }
}

.footer {
  padding: 60px 0;
  padding: clamp(2.5rem, -3.75rem + 6.25vw, 3.75rem) 0;
  background: #f6f6f6;
  position: relative;
  z-index: 4;
}
@media screen and (max-width: 1600px) {
  .footer {
    padding: 40px 0;
    padding: clamp(0.75rem, -8rem + 11.667vw, 2.5rem) 0;
  }
}
@media screen and (max-width: 1199px) {
  .footer {
    padding: 12px 0;
  }
}
.footer__wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.footer__wrap_left {
  display: flex;
  align-items: center;
  column-gap: 45px;
  column-gap: clamp(2rem, -2.063rem + 4.063vw, 2.813rem);
}
@media screen and (max-width: 1600px) {
  .footer__wrap_left {
    column-gap: 32px;
    column-gap: clamp(0.875rem, -4.75rem + 7.5vw, 2rem);
  }
}
@media screen and (max-width: 1199px) {
  .footer__wrap_left {
    width: 100%;
    column-gap: 14px;
  }
}
.footer__wrap_left-copyright {
  display: flex;
  align-items: center;
  column-gap: 45px;
  column-gap: clamp(2rem, -2.063rem + 4.063vw, 2.813rem);
  color: #0f0f0e;
  font-size: 24px;
  font-size: clamp(1.125rem, -0.75rem + 1.875vw, 1.5rem);
  font-weight: 400;
  line-height: 36px;
  line-height: clamp(1.5rem, -2.25rem + 3.75vw, 2.25rem);
  letter-spacing: -0.48px;
  opacity: 0.5;
}
@media screen and (max-width: 1600px) {
  .footer__wrap_left-copyright {
    font-size: 18px;
    font-size: clamp(0.875rem, -0.375rem + 1.667vw, 1.125rem);
    line-height: 24px;
    line-height: clamp(1.25rem, 0rem + 1.667vw, 1.5rem);
    letter-spacing: -0.36px;
    column-gap: 32px;
    column-gap: clamp(0.875rem, -4.75rem + 7.5vw, 2rem);
  }
}
@media screen and (max-width: 1199px) {
  .footer__wrap_left-copyright {
    font-size: 14px;
    line-height: 20px;
    letter-spacing: -0.28px;
    column-gap: 14px;
  }
}
.footer__wrap_left-copyright::after {
  content: "";
  display: flex;
  width: 14px;
  height: 30px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='30' viewBox='0 0 16 30' fill='none'%3E%3Cpath opacity='0.3' d='M15.25 0.375L1 29.625' stroke='%230F0F0E' stroke-width='1.5'/%3E%3C/svg%3E");
  background-size: 100% 100%;
  user-select: none;
  pointer-events: none;
}
.footer__wrap_left_social {
  display: flex;
  align-items: center;
  column-gap: 45px;
  column-gap: clamp(2rem, -2.063rem + 4.063vw, 2.813rem);
}
@media screen and (max-width: 1600px) {
  .footer__wrap_left_social {
    column-gap: 32px;
    column-gap: clamp(0.875rem, -4.75rem + 7.5vw, 2rem);
  }
}
@media screen and (max-width: 1199px) {
  .footer__wrap_left_social {
    flex: 1 1 auto;
    column-gap: 14px;
  }
}
.footer__wrap_left_social-title {
  color: #0f0f0e;
  font-size: 24px;
  font-size: clamp(1.125rem, -0.75rem + 1.875vw, 1.5rem);
  font-weight: 400;
  line-height: 36px;
  line-height: clamp(1.5rem, -2.25rem + 3.75vw, 2.25rem);
  letter-spacing: -0.48px;
  transition: 0.4s;
}
@media (hover: hover) {
  .footer__wrap_left_social-title:hover {
    opacity: 0.7;
  }
}
@media (hover: none) {
  .footer__wrap_left_social-title:active {
    opacity: 0.7;
  }
}
@media screen and (max-width: 1600px) {
  .footer__wrap_left_social-title {
    font-size: 18px;
    font-size: clamp(0.875rem, -0.375rem + 1.667vw, 1.125rem);
    line-height: 24px;
    line-height: clamp(1.25rem, 0rem + 1.667vw, 1.5rem);
    letter-spacing: -0.36px;
  }
}
@media screen and (max-width: 1199px) {
  .footer__wrap_left_social-title {
    font-size: 14px;
    line-height: 20px;
    letter-spacing: -0.28px;
  }
}
.footer__wrap_left_social_list {
  display: flex;
  align-items: center;
  column-gap: 45px;
  column-gap: clamp(2rem, -2.063rem + 4.063vw, 2.813rem);
  row-gap: 15px;
  flex-wrap: wrap;
}
@media screen and (max-width: 1600px) {
  .footer__wrap_left_social_list {
    column-gap: 32px;
    column-gap: clamp(0.875rem, -4.75rem + 7.5vw, 2rem);
  }
}
@media screen and (max-width: 1199px) {
  .footer__wrap_left_social_list {
    row-gap: 10px;
    column-gap: 14px;
  }
}
.footer__wrap_left_social_list-it {
  display: flex;
  align-items: center;
  column-gap: 15px;
  color: #0f0f0e;
  font-size: 24px;
  font-size: clamp(1.125rem, -0.75rem + 1.875vw, 1.5rem);
  font-weight: 400;
  line-height: 36px;
  line-height: clamp(1.5rem, -2.25rem + 3.75vw, 2.25rem);
  letter-spacing: -0.48px;
  transition: 0.4s;
}
@media screen and (max-width: 1600px) {
  .footer__wrap_left_social_list-it {
    font-size: 18px;
    font-size: clamp(0.875rem, -0.375rem + 1.667vw, 1.125rem);
    line-height: 24px;
    line-height: clamp(1.25rem, 0rem + 1.667vw, 1.5rem);
    letter-spacing: -0.36px;
    column-gap: clamp(0.438rem, -2.063rem + 3.333vw, 0.938rem);
  }
}
@media screen and (max-width: 1199px) {
  .footer__wrap_left_social_list-it {
    column-gap: 7px;
    font-size: 14px;
    line-height: 20px;
    letter-spacing: -0.28px;
  }
}
@media (hover: hover) {
  .footer__wrap_left_social_list-it:hover {
    opacity: 0.7;
  }
}
@media (hover: none) {
  .footer__wrap_left_social_list-it:active {
    opacity: 0.7;
  }
}
@media screen and (max-width: 1600px) {
  .footer__wrap_left_social_list-it .icon {
    width: 36px;
    width: clamp(1.25rem, -3.75rem + 6.667vw, 2.25rem);
  }
  .footer__wrap_left_social_list-it .icon svg {
    width: 100%;
    height: auto;
  }
}
@media screen and (max-width: 1199px) {
  .footer__wrap_left_social_list-it .icon {
    width: 20px;
  }
}
.footer__wrap_right {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
@media screen and (max-width: 1199px) {
  .footer__wrap_right {
    display: none;
  }
}
.footer__wrap_right-logo {
  display: flex;
  transition: 0.4s;
  width: 100%;
  max-width: 225px;
  max-width: clamp(11.813rem, 0.563rem + 11.25vw, 14.063rem);
}
.footer__wrap_right-logo svg {
  width: 100%;
  max-width: 100%;
  height: auto;
}
@media (hover: hover) {
  .footer__wrap_right-logo:hover {
    opacity: 0.7;
  }
}
@media (hover: none) {
  .footer__wrap_right-logo:active {
    opacity: 0.7;
  }
}

strong,
b {
  font-weight: 500;
}

.single_page {
  margin-bottom: 80px;
}
@media screen and (max-width: 1600px) {
  .single_page {
    margin-bottom: 135px;
    margin-bottom: clamp(2rem, -17.313rem + 25.75vw, 8.438rem);
  }
}
@media screen and (max-width: 1199px) {
  .single_page {
    margin-bottom: 32px;
  }
}
.single_page .single_wrap {
  display: flex;
  flex-direction: column;
}
.single_page .single_wrap .single_head {
  position: relative;
  row-gap: 57px;
  row-gap: clamp(1.875rem, -6.563rem + 8.438vw, 3.563rem);
}
@media screen and (max-width: 1600px) {
  .single_page .single_wrap .single_head {
    row-gap: 30px;
  }
}
@media screen and (max-width: 1199px) {
  .single_page .single_wrap .single_head {
    row-gap: 32px;
  }
}
.single_page .single_wrap .single_head__wrap {
  display: flex;
  flex-direction: column;
  row-gap: 57px;
  row-gap: clamp(1.875rem, -6.563rem + 8.438vw, 3.563rem);
}
@media screen and (max-width: 1600px) {
  .single_page .single_wrap .single_head__wrap {
    row-gap: 30px;
  }
}
@media screen and (max-width: 1199px) {
  .single_page .single_wrap .single_head__wrap {
    row-gap: 32px;
  }
}
.single_page .single_wrap .single_head__left {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  height: 100%;
}
@media screen and (max-width: 1199px) {
  .single_page .single_wrap .single_head__left {
    height: auto;
  }
}
.single_page .single_wrap .single_head__left_wrap {
  display: flex;
  flex-direction: column;
  height: 100%;
  margin-top: 50px;
  margin-top: clamp(2.5rem, -0.625rem + 3.125vw, 3.125rem);
}
@media screen and (max-width: 1600px) {
  .single_page .single_wrap .single_head__left_wrap {
    margin-top: 40px;
  }
}
.single_page .single_wrap .single_head__left-back {
  color: #6b6b6b;
  font-size: 22px;
  font-size: clamp(1.125rem, -0.125rem + 1.25vw, 1.375rem);
  font-weight: 400;
  line-height: 32px;
  line-height: clamp(1.75rem, 0.5rem + 1.25vw, 2rem);
  transition: 0.4s;
}
@media (hover: hover) {
  .single_page .single_wrap .single_head__left-back:hover {
    color: #f0f0f0;
  }
}
@media (hover: none) {
  .single_page .single_wrap .single_head__left-back:active {
    color: #f0f0f0;
  }
}
@media screen and (max-width: 1600px) {
  .single_page .single_wrap .single_head__left-back {
    font-size: 18px;
    font-size: clamp(0.875rem, -0.375rem + 1.667vw, 1.125rem);
    line-height: 28px;
    line-height: clamp(1.5rem, 0.25rem + 1.667vw, 1.75rem);
  }
}
@media screen and (max-width: 1199px) {
  .single_page .single_wrap .single_head__left-back {
    font-size: 14px;
    line-height: 24px;
  }
}
.single_page .single_wrap .single_head__left_contain {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  row-gap: 60px;
  height: 50%;
  width: 100%;
  max-width: 100%;
}
.single_page .single_wrap .single_head__left_contain::-webkit-scrollbar {
  width: 0px;
}
@media screen and (max-width: 1199px) {
  .single_page .single_wrap .single_head__left_contain {
    display: none;
  }
}
.single_page .single_wrap .single_head__left_contain .page_contain {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  row-gap: 30px;
  row-gap: clamp(1.25rem, -1.875rem + 3.125vw, 1.875rem);
  max-height: 100%;
  position: sticky;
  top: 112px;
}
@media screen and (max-width: 1600px) {
  .single_page .single_wrap .single_head__left_contain .page_contain {
    row-gap: 20px;
    max-height: 100%;
  }
}
@media screen and (max-width: 1199px) {
  .single_page .single_wrap .single_head__left_contain .page_contain {
    display: none;
  }
}
.single_page .single_wrap .single_head__left_contain .page_contain-title {
  color: #f0f0f0;
  font-size: 28px;
  font-size: clamp(1.375rem, -0.5rem + 1.875vw, 1.75rem);
  font-weight: 500;
  line-height: 34px;
  line-height: clamp(1.75rem, -0.125rem + 1.875vw, 2.125rem);
}
@media screen and (max-width: 1600px) {
  .single_page .single_wrap .single_head__left_contain .page_contain-title {
    font-size: 22px;
    line-height: 28px;
  }
}
.single_page .single_wrap .single_head__left_contain .page_contain_list {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  row-gap: 12px;
  row-gap: clamp(0.563rem, -0.375rem + 0.938vw, 0.75rem);
  overflow-y: auto;
}
.single_page .single_wrap .single_head__left_contain .page_contain_list::-webkit-scrollbar-track {
  background: transparent;
}
@media screen and (max-width: 1600px) {
  .single_page .single_wrap .single_head__left_contain .page_contain_list {
    row-gap: 9px;
  }
}
.single_page .single_wrap .single_head__left_contain .page_contain_list li {
  color: #f0f0f0;
  font-size: 22px;
  font-size: clamp(1.125rem, -0.125rem + 1.25vw, 1.375rem);
  font-weight: 400;
  line-height: 32px;
  line-height: clamp(1.75rem, 0.5rem + 1.25vw, 2rem);
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 7px;
  text-underline-offset: clamp(0.313rem, -0.313rem + 0.625vw, 0.438rem);
  transition: 0.4s;
}
@media (hover: hover) {
  .single_page .single_wrap .single_head__left_contain .page_contain_list li:hover {
    opacity: 0.7;
  }
}
@media (hover: none) {
  .single_page .single_wrap .single_head__left_contain .page_contain_list li:active {
    opacity: 0.7;
  }
}
@media screen and (max-width: 1600px) {
  .single_page .single_wrap .single_head__left_contain .page_contain_list li {
    font-size: 18px;
    line-height: 28px;
    text-underline-offset: 5px;
  }
}
.single_page .single_wrap .single_head__left_contain .page_contain_list li a {
  color: inherit;
  font-size: inherit;
  font-weight: inherit;
  line-height: inherit;
  text-decoration: inherit;
  text-decoration-thickness: inherit;
  text-decoration-color: inherit;
  text-underline-offset: inherit;
  transition: 0.4s;
}
.single_page .single_wrap .single_head__left_contain .page_contain_list li a.active {
  opacity: 0.7;
}
.single_page .single_wrap .single_head__left_contain .subscribe_block {
  max-width: 600px;
}
@media screen and (max-width: 1600px) {
  .single_page .single_wrap .single_head__left_contain .subscribe_block {
    display: none;
  }
}
.single_page .single_wrap .single_head__content_wrap {
  margin-top: 60px;
  margin-top: clamp(2.5rem, -3.75rem + 6.25vw, 3.75rem);
  border-radius: 4px;
  overflow: hidden;
  background: #f6f6f6;
  padding: 50px 140px 50px 140px;
  padding: clamp(2.5rem, -0.625rem + 3.125vw, 3.125rem) clamp(1.875rem, -32.5rem + 34.375vw, 8.75rem) clamp(2.5rem, -0.625rem + 3.125vw, 3.125rem) clamp(2.5rem, -28.75rem + 31.25vw, 8.75rem);
}
@media screen and (max-width: 1600px) {
  .single_page .single_wrap .single_head__content_wrap {
    margin-top: 40px;
    margin-top: clamp(2rem, -0.5rem + 3.333vw, 2.5rem);
  }
}
@media screen and (max-width: 1199px) {
  .single_page .single_wrap .single_head__content_wrap {
    margin-top: 32px;
  }
}
@media screen and (max-width: 1600px) {
  .single_page .single_wrap .single_head__content_wrap {
    padding: 40px 30px 40px 40px;
    padding-top: clamp(1.25rem, -5rem + 8.333vw, 2.5rem);
    padding-right: clamp(1.25rem, -1.875rem + 4.167vw, 1.875rem);
    padding-bottom: clamp(1.25rem, -5rem + 8.333vw, 2.5rem);
    padding-left: clamp(1.25rem, -5rem + 8.333vw, 2.5rem);
  }
}
@media screen and (max-width: 1199px) {
  .single_page .single_wrap .single_head__content_wrap {
    padding: 20px;
  }
}
.single_page .single_wrap .single_head__content-image {
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 4px;
  overflow: hidden;
  aspect-ratio: 120/67;
}
.single_page .single_wrap .single_head__content-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.single_page .single_wrap .single_head__content_tags {
  display: flex;
  flex-wrap: wrap;
  margin-top: 30px;
  margin-top: clamp(1.25rem, -1.875rem + 3.125vw, 1.875rem);
  column-gap: 20px;
  column-gap: clamp(0.625rem, -2.5rem + 3.125vw, 1.25rem) 20px;
  row-gap: 10px;
}
@media screen and (max-width: 1600px) {
  .single_page .single_wrap .single_head__content_tags {
    margin-top: 20px;
    column-gap: 10px;
    column-gap: clamp(0.313rem, -1.25rem + 2.083vw, 0.625rem);
  }
}
@media screen and (max-width: 1199px) {
  .single_page .single_wrap .single_head__content_tags {
    column-gap: 5px;
  }
}
.single_page .single_wrap .single_head__content_tags-it {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  border-radius: 20px;
  border: 3px solid #6b6b6b;
  padding: 6px 21px 8px 21px;
  color: #6b6b6b;
  text-align: center;
  font-size: 34px;
  font-size: clamp(1.625rem, -0.875rem + 2.5vw, 2.125rem);
  font-weight: 500;
  line-height: 40px;
  line-height: clamp(2rem, -0.5rem + 2.5vw, 2.5rem);
  letter-spacing: -0.68px;
  transition: 0.4s;
}
@media (hover: hover) {
  .single_page .single_wrap .single_head__content_tags-it:hover {
    color: #f0f0f0;
    border-color: #f0f0f0;
  }
}
@media (hover: none) {
  .single_page .single_wrap .single_head__content_tags-it:active {
    color: #f0f0f0;
    border-color: #f0f0f0;
  }
}
@media screen and (max-width: 1600px) {
  .single_page .single_wrap .single_head__content_tags-it {
    font-size: 26px;
    font-size: clamp(1rem, -2.125rem + 4.167vw, 1.625rem);
    line-height: 32px;
    line-height: clamp(1.375rem, -1.75rem + 4.167vw, 2rem);
    letter-spacing: -0.52px;
  }
}
@media screen and (max-width: 1199px) {
  .single_page .single_wrap .single_head__content_tags-it {
    font-size: 16px;
    line-height: 22px;
    letter-spacing: -0.32px;
    border: 2px solid #6b6b6b;
    border-radius: 18px;
    padding: 7px 14px;
  }
}
.single_page .single_wrap .single_head__content-title {
  color: #171717;
  font-size: 54px;
  font-size: clamp(2.75rem, -0.375rem + 3.125vw, 3.375rem);
  font-weight: 500;
  line-height: 54px;
  line-height: clamp(2.75rem, -0.375rem + 3.125vw, 3.375rem);
  letter-spacing: -1.08px;
}
@media screen and (max-width: 1600px) {
  .single_page .single_wrap .single_head__content-title {
    font-size: 44px;
    font-size: clamp(2rem, -1.75rem + 5vw, 2.75rem);
    line-height: 44px;
    line-height: clamp(2rem, -1.75rem + 5vw, 2.75rem);
    letter-spacing: -0.88px;
  }
}
@media screen and (max-width: 1199px) {
  .single_page .single_wrap .single_head__content-title {
    font-size: 32px;
    line-height: 32px;
    letter-spacing: -0.64px;
  }
}
@media screen and (max-width: 767px) {
  .single_page .single_wrap .single_head__content-title {
    font-size: 28px;
    line-height: 28px;
  }
}
.single_page .single_wrap .single_head__content-title b {
  color: #6b6b6b;
  font-size: inherit;
  font-weight: inherit;
  line-height: inherit;
  letter-spacing: inherit;
}
.single_page .single_wrap .single_head__content-excerpt {
  color: #171717;
  font-family: "Ony Okkam";
  font-size: 34px;
  font-size: clamp(1.625rem, -0.875rem + 2.5vw, 2.125rem);
  font-weight: 500;
  line-height: 40px;
  line-height: clamp(2rem, -0.5rem + 2.5vw, 2.5rem);
  margin-top: 40px;
  margin-top: clamp(1.875rem, -1.25rem + 3.125vw, 2.5rem);
}
.single_page .single_wrap .single_head__content-excerpt a {
  color: #1b6ce7;
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
  line-height: inherit;
}
@media screen and (max-width: 1600px) {
  .single_page .single_wrap .single_head__content-excerpt {
    margin-top: 30px;
    margin-top: clamp(1.25rem, -1.875rem + 4.167vw, 1.875rem);
    font-size: 26px;
    font-size: clamp(1.375rem, 0.125rem + 1.667vw, 1.625rem);
    line-height: 32px;
    line-height: clamp(1.563rem, -0.625rem + 2.917vw, 2rem);
  }
}
@media screen and (max-width: 1199px) {
  .single_page .single_wrap .single_head__content-excerpt {
    margin-top: 20px;
    font-size: 22px;
    line-height: 26px;
  }
}
@media screen and (max-width: 767px) {
  .single_page .single_wrap .single_head__content-excerpt {
    font-size: 20px;
    line-height: 24px;
  }
}
.single_page .single_wrap .single_head__content_meta {
  display: flex;
  column-gap: 40px;
  margin-top: 40px;
  margin-top: clamp(1.875rem, -1.25rem + 3.125vw, 2.5rem);
  flex-wrap: wrap;
  row-gap: 10px;
}
@media screen and (max-width: 1600px) {
  .single_page .single_wrap .single_head__content_meta {
    margin-top: 30px;
    margin-top: clamp(1.25rem, -1.875rem + 4.167vw, 1.875rem);
    column-gap: clamp(1.5rem, -3.5rem + 6.667vw, 2.5rem);
  }
}
@media screen and (max-width: 1199px) {
  .single_page .single_wrap .single_head__content_meta {
    column-gap: 24px;
    margin-top: 20px;
  }
}
@media screen and (max-width: 767px) {
  .single_page .single_wrap .single_head__content_meta {
    column-gap: 22px;
  }
}
@media screen and (max-width: 374px) {
  .single_page .single_wrap .single_head__content_meta {
    column-gap: 16px;
  }
}
.single_page .single_wrap .single_head__content_meta-date {
  color: #6b6b6b;
  font-size: 28px;
  font-size: clamp(1.375rem, -0.5rem + 1.875vw, 1.75rem);
  font-weight: 500;
  line-height: 34px;
  line-height: clamp(1.75rem, -0.125rem + 1.875vw, 2.125rem);
}
@media screen and (max-width: 1600px) {
  .single_page .single_wrap .single_head__content_meta-date {
    font-size: 22px;
    font-size: clamp(1.125rem, -0.125rem + 1.667vw, 1.375rem);
    line-height: 28px;
    line-height: clamp(1.5rem, 0.25rem + 1.667vw, 1.75rem);
  }
}
@media screen and (max-width: 1199px) {
  .single_page .single_wrap .single_head__content_meta-date {
    font-size: 18px;
    line-height: 24px;
  }
}
@media screen and (max-width: 767px) {
  .single_page .single_wrap .single_head__content_meta-date {
    font-size: 16px;
    line-height: 22px;
  }
}
@media screen and (max-width: 374px) {
  .single_page .single_wrap .single_head__content_meta-date {
    font-size: 15px;
    line-height: 21px;
  }
}
.single_page .single_wrap .single_head__content_meta_social {
  display: flex;
  flex-wrap: wrap;
}
.single_page .single_wrap .single_head__content_meta_social-it {
  display: flex;
  align-items: center;
  column-gap: 14px;
  column-gap: clamp(0.5rem, -1.375rem + 1.875vw, 0.875rem);
  color: #6b6b6b;
  font-size: 28px;
  font-size: clamp(1.375rem, -0.5rem + 1.875vw, 1.75rem);
  font-weight: 500;
  line-height: 34px;
  line-height: clamp(1.75rem, -0.125rem + 1.875vw, 2.125rem);
  transition: 0.4s;
}
@media (hover: hover) {
  .single_page .single_wrap .single_head__content_meta_social-it:hover {
    color: #171717;
  }
  .single_page .single_wrap .single_head__content_meta_social-it:hover .icon svg path {
    fill: #171717;
  }
}
@media (hover: none) {
  .single_page .single_wrap .single_head__content_meta_social-it:active {
    color: #171717;
  }
  .single_page .single_wrap .single_head__content_meta_social-it:active .icon svg path {
    fill: #171717;
  }
}
@media screen and (max-width: 1600px) {
  .single_page .single_wrap .single_head__content_meta_social-it {
    font-size: 22px;
    font-size: clamp(1.125rem, -0.125rem + 1.667vw, 1.375rem);
    line-height: 28px;
    line-height: clamp(1.5rem, 0.25rem + 1.667vw, 1.75rem);
    column-gap: 8px;
  }
}
@media screen and (max-width: 1199px) {
  .single_page .single_wrap .single_head__content_meta_social-it {
    font-size: 18px;
    line-height: 24px;
  }
}
@media screen and (max-width: 767px) {
  .single_page .single_wrap .single_head__content_meta_social-it {
    font-size: 16px;
    line-height: 22px;
  }
}
@media screen and (max-width: 374px) {
  .single_page .single_wrap .single_head__content_meta_social-it {
    font-size: 15px;
    line-height: 21px;
  }
}
.single_page .single_wrap .single_body__left {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: calc(100dvh - 130px);
  max-height: calc(100dvh - 130px);
  position: sticky;
  top: 110px;
  overflow-y: auto;
  row-gap: 20px;
}
.single_page .single_wrap .single_body__left::-webkit-scrollbar {
  width: 3px;
}
@media screen and (max-width: 1199px) {
  .single_page .single_wrap .single_body__left {
    display: none;
  }
}
.single_page .single_wrap .single_body__left_ban {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  border-radius: 20px;
  border: 2px solid #6b6b6b;
  padding: 18px;
}
@media screen and (max-width: 1600px) {
  .single_page .single_wrap .single_body__left_ban {
    max-width: 320px;
    width: 100%;
  }
}
.single_page .single_wrap .single_body__left_ban-tag {
  color: #6b6b6b;
  font-size: 18px;
  font-size: clamp(1rem, 0.375rem + 0.625vw, 1.125rem);
  font-weight: 400;
  line-height: 24px;
  line-height: clamp(1.375rem, 0.75rem + 0.625vw, 1.5rem);
}
@media screen and (max-width: 1600px) {
  .single_page .single_wrap .single_body__left_ban-tag {
    font-size: 16px;
    line-height: 22px;
  }
}
.single_page .single_wrap .single_body__left_ban-title {
  color: #f0f0f0;
  font-size: 34px;
  font-size: clamp(1.625rem, -0.875rem + 2.5vw, 2.125rem);
  font-weight: 500;
  line-height: 40px;
  line-height: clamp(2rem, -0.5rem + 2.5vw, 2.5rem);
  margin-top: 16px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
}
@media screen and (max-width: 1600px) {
  .single_page .single_wrap .single_body__left_ban-title {
    font-size: 26px;
    line-height: 32px;
  }
}
.single_page .single_wrap .single_body__left_ban-image {
  width: 100%;
  border-radius: 20px;
  overflow: hidden;
  height: auto;
  aspect-ratio: 75/46;
  margin-top: 30px;
}
.single_page .single_wrap .single_body__left_ban-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.single_page .single_wrap .single_body__left_ban .btn {
  margin-top: 30px;
  padding-left: 38px;
  padding-right: 38px;
}
.single_page .single_wrap .single_body__left .btn_up {
  flex: 1 1 auto;
  align-items: flex-end;
}
.single_page .single_wrap .single_body__left .btn_up svg {
  height: auto;
}
.single_page .single_wrap .single_body__content {
  margin-top: 60px;
  margin-top: clamp(2.5rem, -3.75rem + 6.25vw, 3.75rem);
}
@media screen and (max-width: 1600px) {
  .single_page .single_wrap .single_body__content {
    margin-top: 40px;
    margin-top: clamp(2rem, -0.5rem + 3.333vw, 2.5rem);
  }
}
@media screen and (max-width: 1199px) {
  .single_page .single_wrap .single_body__content {
    margin-top: 32px;
  }
}
.single_page .single_wrap .single_body__content > * {
  margin-left: auto;
  margin-right: auto;
}
.single_page .single_wrap .single_body__content > *:first-child {
  margin-top: 0px !important;
}
.single_page .single_wrap .single_body__content > *:last-child {
  margin-bottom: 0px !important;
}
@media screen and (max-width: 1600px) {
  .single_page .single_wrap .single_body__content > * {
    max-width: 100%;
    margin-left: 0;
    margin-right: 0;
  }
}
.single_page .single_wrap .single_body__content.with_aside {
  padding-left: 60px;
  padding-left: clamp(2.5rem, -3.75rem + 6.25vw, 3.75rem);
  padding-right: 60px;
  padding-right: clamp(1.875rem, -7.5rem + 9.375vw, 3.75rem);
}
@media screen and (max-width: 1600px) {
  .single_page .single_wrap .single_body__content.with_aside {
    padding-left: 40px;
    padding-left: clamp(1.25rem, -5rem + 8.333vw, 2.5rem);
    padding-right: 30px;
    padding-right: clamp(1.25rem, -1.875rem + 4.167vw, 1.875rem);
  }
}
@media screen and (max-width: 1199px) {
  .single_page .single_wrap .single_body__content.with_aside {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.single_page .single_wrap .single_body__content.with_aside > * {
  margin-left: 0px;
  margin-right: 0px;
  max-width: calc(100% - 160px);
}
@media screen and (max-width: 1600px) {
  .single_page .single_wrap .single_body__content.with_aside > * {
    max-width: 100%;
  }
}
.single_page .single_wrap .single_body__content .block_action_link .text p,
.single_page .single_wrap .single_body__content .block_action .text p {
  margin: 0;
}
.single_page .single_wrap .single_body__content h2 {
  color: #323232;
  font-size: 40px;
  font-size: clamp(2rem, -0.5rem + 2.5vw, 2.5rem);
  font-weight: 500;
  line-height: 46px;
  line-height: clamp(2.25rem, -0.875rem + 3.125vw, 2.875rem);
  letter-spacing: -0.8px;
  margin-bottom: 30px;
  margin-bottom: clamp(1.25rem, -1.875rem + 3.125vw, 1.875rem);
  margin-top: 60px;
  margin-top: clamp(2.5rem, -3.75rem + 6.25vw, 3.75rem);
}
@media screen and (max-width: 1600px) {
  .single_page .single_wrap .single_body__content h2 {
    font-size: 32px;
    font-size: clamp(1.625rem, -0.25rem + 2.5vw, 2rem);
    line-height: 36px;
    line-height: clamp(1.625rem, -1.5rem + 4.167vw, 2.25rem);
    margin-bottom: 20px;
    margin-bottom: clamp(0.75rem, -1.75rem + 3.333vw, 1.25rem);
    margin-top: 40px;
    margin-top: clamp(1.5rem, -3.5rem + 6.667vw, 2.5rem);
  }
}
@media screen and (max-width: 1199px) {
  .single_page .single_wrap .single_body__content h2 {
    font-size: 26px;
    line-height: 26px;
    margin-bottom: 12px;
    margin-top: 24px;
  }
}
.single_page .single_wrap .single_body__content h3 {
  color: #323232;
  font-size: 34px;
  font-size: clamp(1.625rem, -0.875rem + 2.5vw, 2.125rem);
  font-weight: 500;
  line-height: 40px;
  line-height: clamp(2rem, -0.5rem + 2.5vw, 2.5rem);
  margin-bottom: 30px;
  margin-bottom: clamp(1.25rem, -1.875rem + 3.125vw, 1.875rem);
  margin-top: 50px;
  margin-top: clamp(2.5rem, -0.625rem + 3.125vw, 3.125rem);
}
@media screen and (max-width: 1600px) {
  .single_page .single_wrap .single_body__content h3 {
    font-size: 26px;
    font-size: clamp(1.375rem, 0.125rem + 1.667vw, 1.625rem);
    line-height: 32px;
    line-height: clamp(1.563rem, -0.625rem + 2.917vw, 2rem);
    margin-bottom: 20px;
    margin-bottom: clamp(0.75rem, -1.75rem + 3.333vw, 1.25rem);
    margin-top: 40px;
    margin-top: clamp(1.5rem, -3.5rem + 6.667vw, 2.5rem);
  }
}
@media screen and (max-width: 1199px) {
  .single_page .single_wrap .single_body__content h3 {
    font-size: 22px;
    line-height: 25px;
    margin-bottom: 12px;
    margin-top: 24px;
  }
}
.single_page .single_wrap .single_body__content h4 {
  color: #323232;
  font-size: 28px;
  font-size: clamp(1.5rem, 0.25rem + 1.25vw, 1.75rem);
  font-weight: 500;
  line-height: 34px;
  line-height: clamp(1.875rem, 0.625rem + 1.25vw, 2.125rem);
  margin-bottom: 20px;
  margin-top: 30px;
}
@media screen and (max-width: 1600px) {
  .single_page .single_wrap .single_body__content h4 {
    font-size: 24px;
    font-size: clamp(1.125rem, -0.75rem + 2.5vw, 1.5rem);
    line-height: 30px;
    line-height: clamp(1.5rem, -0.375rem + 2.5vw, 1.875rem);
    margin-bottom: 20px;
    margin-bottom: clamp(0.75rem, -1.75rem + 3.333vw, 1.25rem);
    margin-top: 30px;
    margin-top: clamp(1.5rem, -0.375rem + 2.5vw, 1.875rem);
  }
}
@media screen and (max-width: 1199px) {
  .single_page .single_wrap .single_body__content h4 {
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 12px;
    margin-top: 24px;
  }
}
.single_page .single_wrap .single_body__content p {
  color: #323232;
  font-size: 22px;
  font-size: clamp(1.125rem, -0.125rem + 1.25vw, 1.375rem);
  font-weight: 400;
  line-height: 32px;
  line-height: clamp(1.625rem, -0.25rem + 1.875vw, 2rem);
  margin-bottom: 20px;
  margin-bottom: clamp(0.75rem, -1.75rem + 2.5vw, 1.25rem);
}
@media screen and (max-width: 1600px) {
  .single_page .single_wrap .single_body__content p {
    font-size: 18px;
    font-size: clamp(0.875rem, -0.375rem + 1.667vw, 1.125rem);
    line-height: 26px;
    line-height: clamp(1.25rem, -0.625rem + 2.5vw, 1.625rem);
    margin-bottom: 12px;
    margin-bottom: clamp(0.625rem, 0rem + 0.833vw, 0.75rem);
  }
}
@media screen and (max-width: 1199px) {
  .single_page .single_wrap .single_body__content p {
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 10px;
  }
}
.single_page .single_wrap .single_body__content p a {
  color: #1b6ce7;
  font-size: inherit;
  font-weight: inherit;
  line-height: inherit;
  text-decoration: underline;
  text-underline-offset: 5px;
  text-decoration-thickness: 1px;
  transition: 0.4s;
}
@media (hover: hover) {
  .single_page .single_wrap .single_body__content p a:hover {
    color: rgba(27, 108, 231, 0.7);
  }
}
@media (hover: none) {
  .single_page .single_wrap .single_body__content p a:active {
    color: rgba(27, 108, 231, 0.7);
  }
}
.single_page .single_wrap .single_body__content p strong {
  font-weight: 700;
}
.single_page .single_wrap .single_body__content p b {
  font-weight: 700;
}
.single_page .single_wrap .single_body__content figure {
  display: flex;
  flex-direction: column;
  row-gap: 16px;
  width: 100%;
  height: auto;
  margin-top: 40px;
  margin-bottom: 40px;
}
@media screen and (max-width: 1600px) {
  .single_page .single_wrap .single_body__content figure {
    row-gap: clamp(0.5rem, -2rem + 3.333vw, 1rem);
    margin-top: clamp(1.5rem, -3.5rem + 6.667vw, 2.5rem);
    margin-bottom: clamp(1.5rem, -3.5rem + 6.667vw, 2.5rem);
  }
}
@media screen and (max-width: 1199px) {
  .single_page .single_wrap .single_body__content figure {
    margin-top: 24px;
    margin-bottom: 24px;
    row-gap: 8px;
  }
}
.single_page .single_wrap .single_body__content figure img {
  width: 100%;
  height: auto;
  border-radius: 4px;
  overflow: hidden;
}
.single_page .single_wrap .single_body__content figure iframe {
  width: 100%;
  aspect-ratio: 200/119;
  height: auto;
  border-radius: 4px;
  overflow: hidden;
}
.single_page .single_wrap .single_body__content figure figcaption {
  color: #aeaeae;
  font-size: 18px;
  font-size: clamp(1rem, 0.375rem + 0.625vw, 1.125rem);
  font-weight: 400;
  line-height: 24px;
  line-height: clamp(1.375rem, 0.75rem + 0.625vw, 1.5rem);
}
@media screen and (max-width: 1600px) {
  .single_page .single_wrap .single_body__content figure figcaption {
    font-size: 16px;
    font-size: clamp(0.875rem, 0.25rem + 0.833vw, 1rem);
    line-height: 22px;
    line-height: clamp(1.25rem, 0.625rem + 0.833vw, 1.375rem);
  }
}
@media screen and (max-width: 1199px) {
  .single_page .single_wrap .single_body__content figure figcaption {
    font-size: 14px;
    line-height: 20px;
  }
}
.single_page .single_wrap .single_body__content .wp-caption {
  display: flex;
  flex-direction: column;
  row-gap: 20px;
  width: 100%;
  height: auto;
  max-width: 100%;
  margin-top: 40px;
  margin-bottom: 40px;
}
@media screen and (max-width: 1600px) {
  .single_page .single_wrap .single_body__content .wp-caption {
    row-gap: clamp(0.5rem, -2rem + 3.333vw, 1rem);
    margin-top: clamp(1.5rem, -3.5rem + 6.667vw, 2.5rem);
    margin-bottom: clamp(1.5rem, -3.5rem + 6.667vw, 2.5rem);
  }
}
@media screen and (max-width: 1199px) {
  .single_page .single_wrap .single_body__content .wp-caption {
    margin-top: 24px;
    margin-bottom: 24px;
    row-gap: 8px;
  }
}
.single_page .single_wrap .single_body__content .wp-caption img {
  width: 100%;
  height: auto;
  border-radius: 4px;
  overflow: hidden;
}
.single_page .single_wrap .single_body__content .wp-caption iframe {
  width: 100%;
  aspect-ratio: 200/119;
  height: auto;
  border-radius: 4px;
  overflow: hidden;
}
.single_page .single_wrap .single_body__content .wp-caption .wp-caption-text {
  color: #6b6b6b;
  font-size: 18px;
  font-size: clamp(1rem, 0.375rem + 0.625vw, 1.125rem);
  font-weight: 400;
  line-height: 24px;
  line-height: clamp(1.375rem, 0.75rem + 0.625vw, 1.5rem);
  margin: 0;
}
@media screen and (max-width: 1600px) {
  .single_page .single_wrap .single_body__content .wp-caption .wp-caption-text {
    font-size: 16px;
    font-size: clamp(0.875rem, 0.25rem + 0.833vw, 1rem);
    line-height: 22px;
    line-height: clamp(1.25rem, 0.625rem + 0.833vw, 1.375rem);
  }
}
@media screen and (max-width: 1199px) {
  .single_page .single_wrap .single_body__content .wp-caption .wp-caption-text {
    font-size: 14px;
    line-height: 20px;
  }
}
.single_page .single_wrap .single_body__content aside {
  position: absolute;
  right: 28px;
  right: clamp(1.25rem, -1.25rem + 2.5vw, 1.75rem);
  width: 100px;
  max-width: 152px !important;
  width: 152px;
  width: clamp(8.75rem, 5rem + 3.75vw, 9.5rem);
  transition: 0.4s;
}
@media screen and (max-width: 1600px) {
  .single_page .single_wrap .single_body__content aside {
    position: unset;
    margin-top: 20px;
    margin-bottom: 40px;
    margin-bottom: clamp(1.5rem, -3.5rem + 6.667vw, 2.5rem);
    max-width: 100% !important;
    width: 100%;
  }
}
@media screen and (max-width: 1199px) {
  .single_page .single_wrap .single_body__content aside {
    margin-top: 20px;
    margin-bottom: 24px;
  }
}
@media screen and (max-width: 767px) {
  .single_page .single_wrap .single_body__content aside {
    margin-top: 24px;
    margin-bottom: 40px;
  }
}
@media (hover: hover) {
  .single_page .single_wrap .single_body__content aside:hover {
    opacity: 0.7;
  }
}
@media (hover: none) {
  .single_page .single_wrap .single_body__content aside:active {
    opacity: 0.7;
  }
}
.single_page .single_wrap .single_body__content aside .aside_to_link {
  display: flex;
  flex-direction: column;
  row-gap: 16px;
  row-gap: clamp(0.75rem, -0.5rem + 1.25vw, 1rem);
  width: 100%;
  max-width: 100%;
}
@media screen and (max-width: 1600px) {
  .single_page .single_wrap .single_body__content aside .aside_to_link {
    align-items: center;
    flex-direction: row;
    column-gap: 18px;
  }
}
@media screen and (max-width: 1199px) {
  .single_page .single_wrap .single_body__content aside .aside_to_link {
    row-gap: 24px;
  }
}
@media screen and (max-width: 767px) {
  .single_page .single_wrap .single_body__content aside .aside_to_link {
    align-items: flex-start;
    column-gap: 11px;
  }
}
.single_page .single_wrap .single_body__content aside .aside_to_link .image {
  display: block;
  aspect-ratio: 38/21;
  width: 100%;
  overflow: hidden;
  border-radius: 4px;
}
@media screen and (max-width: 1600px) {
  .single_page .single_wrap .single_body__content aside .aside_to_link .image {
    aspect-ratio: 62/35;
    max-width: 115px;
  }
}
@media screen and (max-width: 1199px) {
  .single_page .single_wrap .single_body__content aside .aside_to_link .image {
    max-width: 144px;
  }
}
@media screen and (max-width: 767px) {
  .single_page .single_wrap .single_body__content aside .aside_to_link .image {
    max-width: 93px;
  }
}
.single_page .single_wrap .single_body__content aside .aside_to_link .image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.single_page .single_wrap .single_body__content aside .aside_to_link .title {
  display: block;
  color: #1b6ce7;
  font-size: 16px;
  font-size: clamp(0.875rem, 0.25rem + 0.625vw, 1rem);
  font-weight: 400;
  line-height: 22px;
  line-height: clamp(1.25rem, 0.625rem + 0.625vw, 1.375rem);
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 2px;
}
@media screen and (max-width: 1600px) {
  .single_page .single_wrap .single_body__content aside .aside_to_link .title {
    font-size: 16px;
    font-size: clamp(0.875rem, 0.25rem + 0.833vw, 1rem);
    line-height: 22px;
    line-height: clamp(1.25rem, 0.625rem + 0.833vw, 1.375rem) 22px;
    max-width: calc(100% - 115px - 18px);
  }
}
@media screen and (max-width: 1199px) {
  .single_page .single_wrap .single_body__content aside .aside_to_link .title {
    font-size: 14px;
    line-height: 20px;
    max-width: calc(100% - 144px - 24px);
  }
}
@media screen and (max-width: 767px) {
  .single_page .single_wrap .single_body__content aside .aside_to_link .title {
    max-width: calc(100% - 93px - 11px);
  }
}
.single_page .single_wrap .single_body__content .to_link {
  display: flex;
  align-items: center;
  margin-top: 20px;
  margin-bottom: 40px;
  column-gap: 20px;
  column-gap: clamp(1.125rem, 0.5rem + 0.625vw, 1.25rem);
  transition: 0.4s;
}
@media screen and (max-width: 1600px) {
  .single_page .single_wrap .single_body__content .to_link {
    column-gap: 18px;
    margin-bottom: clamp(1.5rem, -3.5rem + 6.667vw, 2.5rem);
  }
}
@media screen and (max-width: 1199px) {
  .single_page .single_wrap .single_body__content .to_link {
    margin-top: 20px;
    margin-bottom: 24px;
    row-gap: 24px;
  }
}
@media screen and (max-width: 767px) {
  .single_page .single_wrap .single_body__content .to_link {
    align-items: flex-start;
    column-gap: 11px;
    margin-top: 24px;
    margin-bottom: 40px;
  }
}
@media (hover: hover) {
  .single_page .single_wrap .single_body__content .to_link:hover {
    opacity: 0.7;
  }
}
@media (hover: none) {
  .single_page .single_wrap .single_body__content .to_link:active {
    opacity: 0.7;
  }
}
.single_page .single_wrap .single_body__content .to_link .image {
  width: 100%;
  max-width: 124px;
  max-width: clamp(7.188rem, 4.375rem + 2.813vw, 7.75rem);
  overflow: hidden;
  border-radius: 4px;
  aspect-ratio: 62/35;
}
@media screen and (max-width: 1600px) {
  .single_page .single_wrap .single_body__content .to_link .image {
    max-width: 115px;
  }
}
@media screen and (max-width: 1199px) {
  .single_page .single_wrap .single_body__content .to_link .image {
    max-width: 144px;
  }
}
@media screen and (max-width: 767px) {
  .single_page .single_wrap .single_body__content .to_link .image {
    max-width: 93px;
  }
}
.single_page .single_wrap .single_body__content .to_link .image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.single_page .single_wrap .single_body__content .to_link .title {
  width: 100%;
  max-width: calc(100% - 124px - 20px);
  max-width: calc(100% - clamp(7.188rem, 4.375rem + 2.813vw, 7.75rem) - clamp(1.125rem, 0.5rem + 0.625vw, 1.25rem));
  color: #1b6ce7;
  font-size: 18px;
  font-size: clamp(1rem, 0.375rem + 0.625vw, 1.125rem);
  font-weight: 400;
  line-height: 24px;
  line-height: clamp(1.375rem, 0.75rem + 0.625vw, 1.5rem);
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 2px;
}
@media screen and (max-width: 1600px) {
  .single_page .single_wrap .single_body__content .to_link .title {
    font-size: 16px;
    font-size: clamp(0.875rem, 0.25rem + 0.833vw, 1rem);
    line-height: 22px;
    line-height: clamp(1.25rem, 0.625rem + 0.833vw, 1.375rem) 22px;
    max-width: calc(100% - 115px - 18px);
  }
}
@media screen and (max-width: 1199px) {
  .single_page .single_wrap .single_body__content .to_link .title {
    font-size: 14px;
    line-height: 20px;
    max-width: calc(100% - 144px - 24px);
  }
}
@media screen and (max-width: 767px) {
  .single_page .single_wrap .single_body__content .to_link .title {
    max-width: calc(100% - 93px - 11px);
  }
}
.single_page .single_wrap .single_body__content ul {
  margin-bottom: 20px;
}
@media screen and (max-width: 1199px) {
  .single_page .single_wrap .single_body__content ul {
    margin-bottom: 24px;
  }
}
.single_page .single_wrap .single_body__content ul li {
  color: #323232;
  font-size: 22px;
  font-size: clamp(1.125rem, -0.125rem + 1.25vw, 1.375rem);
  font-weight: 400;
  line-height: 32px;
  line-height: clamp(1.625rem, -0.25rem + 1.875vw, 2rem);
  padding-left: 30px;
  padding-left: clamp(1.563rem, 0rem + 1.563vw, 1.875rem);
  position: relative;
}
@media screen and (max-width: 1600px) {
  .single_page .single_wrap .single_body__content ul li {
    font-size: 18px;
    font-size: clamp(0.875rem, -0.375rem + 1.667vw, 1.125rem);
    line-height: 26px;
    line-height: clamp(1.25rem, -0.625rem + 2.5vw, 1.625rem);
    padding-left: 25px;
    padding-left: clamp(1.25rem, -0.313rem + 2.083vw, 1.563rem);
  }
}
@media screen and (max-width: 1199px) {
  .single_page .single_wrap .single_body__content ul li {
    font-size: 14px;
    line-height: 20px;
    padding-left: 20px;
  }
}
.single_page .single_wrap .single_body__content ul li::before {
  content: "";
  display: block;
  min-width: 8px;
  min-width: clamp(0.375rem, -0.25rem + 0.625vw, 0.5rem);
  max-width: 8px;
  max-width: clamp(0.375rem, -0.25rem + 0.625vw, 0.5rem);
  width: 8px;
  width: clamp(0.375rem, -0.25rem + 0.625vw, 0.5rem);
  height: 8px;
  height: clamp(0.375rem, -0.25rem + 0.625vw, 0.5rem);
  aspect-ratio: 1/1;
  border-radius: 50%;
  background: #323232;
  position: absolute;
  left: 10px;
  left: clamp(0.5rem, -0.125rem + 0.625vw, 0.625rem);
  top: 13px;
  top: clamp(0.688rem, 0.063rem + 0.625vw, 0.813rem);
}
@media screen and (max-width: 1600px) {
  .single_page .single_wrap .single_body__content ul li::before {
    min-width: 6px;
    min-width: clamp(0.313rem, 0rem + 0.417vw, 0.375rem);
    max-width: 6px;
    max-width: clamp(0.313rem, 0rem + 0.417vw, 0.375rem);
    width: 6px;
    width: clamp(0.313rem, 0rem + 0.417vw, 0.375rem);
    height: 6px;
    height: clamp(0.313rem, 0rem + 0.417vw, 0.375rem);
    left: 8px;
    left: clamp(0.438rem, 0.125rem + 0.417vw, 0.5rem);
    top: 11px;
    top: clamp(0.438rem, -0.813rem + 1.667vw, 0.688rem);
  }
}
@media screen and (max-width: 1199px) {
  .single_page .single_wrap .single_body__content ul li::before {
    left: 7px;
    top: 7px;
    min-width: 5px;
    max-width: 5px;
    width: 5px;
    height: 5px;
  }
}
.single_page .single_wrap .single_body__content ul li::marker {
  margin: 0px !important;
  padding: 0px !important;
}
.single_page .single_wrap .single_body__content ul li a {
  color: #1b6ce7;
  font-size: inherit;
  font-weight: inherit;
  line-height: inherit;
  transition: 0.4s;
}
@media (hover: hover) {
  .single_page .single_wrap .single_body__content ul li a:hover {
    opacity: 0.7;
  }
}
@media (hover: none) {
  .single_page .single_wrap .single_body__content ul li a:active {
    opacity: 0.7;
  }
}
.single_page .single_wrap .single_body__content ol {
  margin-bottom: 20px;
  margin-left: 5px;
  counter-reset: num;
}
@media screen and (max-width: 1199px) {
  .single_page .single_wrap .single_body__content ol {
    margin-bottom: 24px;
  }
}
.single_page .single_wrap .single_body__content ol li {
  color: #323232;
  font-size: 22px;
  font-size: clamp(1.125rem, -0.125rem + 1.25vw, 1.375rem);
  font-weight: 400;
  line-height: 32px;
  line-height: clamp(1.625rem, -0.25rem + 1.875vw, 2rem);
  position: relative;
  padding-left: 25px;
  padding-left: clamp(1.25rem, -0.313rem + 1.563vw, 1.563rem);
}
@media screen and (max-width: 1600px) {
  .single_page .single_wrap .single_body__content ol li {
    font-size: 18px;
    font-size: clamp(0.875rem, -0.375rem + 1.667vw, 1.125rem);
    line-height: 26px;
    line-height: clamp(1.25rem, -0.625rem + 2.5vw, 1.625rem);
    padding-left: 20px;
    padding-left: clamp(1rem, -0.25rem + 1.667vw, 1.25rem);
  }
}
@media screen and (max-width: 1199px) {
  .single_page .single_wrap .single_body__content ol li {
    font-size: 14px;
    line-height: 20px;
    padding-left: 16px;
  }
}
.single_page .single_wrap .single_body__content ol li::before {
  content: counter(num) ". ";
  counter-increment: num;
  color: #323232;
  font-size: 22px;
  font-size: clamp(1.125rem, -0.125rem + 1.25vw, 1.375rem);
  font-weight: 400;
  line-height: 32px;
  line-height: clamp(1.625rem, -0.25rem + 1.875vw, 2rem);
  position: absolute;
  left: 0px;
}
@media screen and (max-width: 1600px) {
  .single_page .single_wrap .single_body__content ol li::before {
    font-size: 18px;
    font-size: clamp(0.875rem, -0.375rem + 1.667vw, 1.125rem);
    line-height: 26px;
    line-height: clamp(1.25rem, -0.625rem + 2.5vw, 1.625rem);
  }
}
@media screen and (max-width: 1199px) {
  .single_page .single_wrap .single_body__content ol li::before {
    font-size: 14px;
    line-height: 20px;
  }
}
.single_page .single_wrap .single_body__content ol li a {
  color: #1b6ce7;
  font-size: inherit;
  font-weight: inherit;
  line-height: inherit;
  transition: 0.4s;
}
@media (hover: hover) {
  .single_page .single_wrap .single_body__content ol li a:hover {
    opacity: 0.7;
  }
}
@media (hover: none) {
  .single_page .single_wrap .single_body__content ol li a:active {
    opacity: 0.7;
  }
}
.single_page .single_wrap .single_body__content .mark {
  color: #aeaeae;
  font-size: 18px;
  font-size: clamp(1rem, 0.375rem + 0.625vw, 1.125rem);
  font-weight: 400;
  line-height: 24px;
  line-height: clamp(1.375rem, 0.75rem + 0.625vw, 1.5rem);
  margin-top: 40px;
  margin-bottom: 40px;
}
.single_page .single_wrap .single_body__content .mark a {
  color: #aeaeae;
  text-decoration: underline;
  font-weight: 600;
}
@media screen and (max-width: 1600px) {
  .single_page .single_wrap .single_body__content .mark {
    font-size: 16px;
    font-size: clamp(0.875rem, 0.25rem + 0.833vw, 1rem);
    line-height: 22px;
    line-height: clamp(1.25rem, 0.625rem + 0.833vw, 1.375rem);
    margin-top: clamp(1.5rem, -3.5rem + 6.667vw, 2.5rem);
    margin-bottom: clamp(1.5rem, -3.5rem + 6.667vw, 2.5rem);
  }
}
@media screen and (max-width: 1199px) {
  .single_page .single_wrap .single_body__content .mark {
    margin-top: 24px;
    margin-bottom: 24px;
    font-size: 14px;
    line-height: 20px;
  }
}
.single_page .single_wrap .single_body__content blockquote {
  color: #171717;
  font-size: 22px;
  font-size: clamp(1.125rem, -0.125rem + 1.25vw, 1.375rem);
  font-weight: 400;
  line-height: 32px;
  line-height: clamp(1.625rem, -0.25rem + 1.875vw, 2rem);
  margin-top: 40px;
  margin-top: clamp(1.25rem, -5rem + 6.25vw, 2.5rem);
  margin-bottom: 40px;
  margin-bottom: clamp(1.25rem, -5rem + 6.25vw, 2.5rem);
}
@media screen and (max-width: 1600px) {
  .single_page .single_wrap .single_body__content blockquote {
    margin-top: 20px;
    margin-bottom: 20px;
    font-size: 18px;
    font-size: clamp(0.875rem, -0.375rem + 1.667vw, 1.125rem);
    line-height: 26px;
    line-height: clamp(1.25rem, -0.625rem + 2.5vw, 1.625rem);
  }
}
@media screen and (max-width: 1199px) {
  .single_page .single_wrap .single_body__content blockquote {
    margin-top: 24px;
    margin-bottom: 24px;
    font-size: 14px;
    line-height: 20px;
  }
}
.single_page .single_wrap .single_body__content blockquote p {
  margin-bottom: 20px;
}
.single_page .single_wrap .single_body__content blockquote p:last-of-type {
  margin-bottom: 0px;
}
.single_page .single_wrap .single_body__content .blockquote_point {
  border-left: 3px solid #e3e3e3;
  padding-left: 30px;
}
@media screen and (max-width: 1600px) {
  .single_page .single_wrap .single_body__content .blockquote_point {
    padding-left: clamp(0.875rem, -4.125rem + 6.667vw, 1.875rem);
  }
}
@media screen and (max-width: 1199px) {
  .single_page .single_wrap .single_body__content .blockquote_point {
    padding-left: 14px;
  }
}
.single_page .single_wrap .single_body__content .blockquote_author {
  padding: 27px 0px 37px 37px;
  padding: 27px 0px clamp(1.813rem, -0.688rem + 2.5vw, 2.313rem) 37px;
  overflow: hidden;
  border-top: 1px solid #f0f0f0;
  border-bottom: 1px solid #f0f0f0;
  position: relative;
  padding-left: 108px;
  padding-left: clamp(6.25rem, 3.75rem + 2.5vw, 6.75rem);
}
@media screen and (max-width: 1600px) {
  .single_page .single_wrap .single_body__content .blockquote_author {
    padding: 27px 0px 29px 100px;
    padding-top: clamp(1.063rem, -2.063rem + 4.167vw, 1.688rem);
    padding-right: clamp(1.063rem, -0.813rem + 2.5vw, 1.438rem);
    padding-bottom: clamp(1.313rem, -1.188rem + 3.333vw, 1.813rem);
    padding-left: clamp(5rem, -1.25rem + 8.333vw, 6.25rem);
  }
}
@media screen and (max-width: 1199px) {
  .single_page .single_wrap .single_body__content .blockquote_author {
    padding: 17px 0px 21px 80px;
  }
}
@media screen and (max-width: 767px) {
  .single_page .single_wrap .single_body__content .blockquote_author {
    padding-left: 0px;
  }
}
.single_page .single_wrap .single_body__content .blockquote_author::after {
  content: "";
  display: block;
  width: 100%;
  max-width: 68px;
  max-width: clamp(3.75rem, 1.25rem + 2.5vw, 4.25rem);
  height: 52px;
  height: clamp(2.813rem, 0.625rem + 2.188vw, 3.25rem);
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='68' height='52' viewBox='0 0 68 52' fill='none'%3E%3Cpath d='M61.9628 4.48256C65.891 8.64195 68 13.307 68 20.8692C68 34.1762 58.6295 46.1031 45.0028 52L41.5971 46.7608C54.3161 39.902 56.8027 31.0015 57.7943 25.3898C55.7463 26.4467 53.0652 26.8155 50.4375 26.5722C43.5574 25.9373 38.1342 20.3065 38.1342 13.307C38.1342 9.77777 39.5405 6.39308 42.0438 3.89753C44.5471 1.40199 47.9423 0 51.4824 0C55.5747 0 59.4876 1.86298 61.9628 4.48256ZM23.8248 4.48256C27.753 8.64195 29.862 13.307 29.862 20.8692C29.862 34.1762 20.4915 46.1031 6.86483 52L3.45911 46.7608C16.1781 39.902 18.6647 31.0015 19.6563 25.3898C17.6083 26.4467 14.9272 26.8155 12.2995 26.5722C5.4194 25.9373 0 20.3065 0 13.307C0 9.77777 1.40633 6.39308 3.90962 3.89753C6.41291 1.40199 9.8081 0 13.3483 0C17.4405 0 21.3535 1.86298 23.8286 4.48256H23.8248Z' fill='%23D4E3FF'/%3E%3C/svg%3E");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center center;
  position: absolute;
  top: 27px;
  left: 0;
}
@media screen and (max-width: 1600px) {
  .single_page .single_wrap .single_body__content .blockquote_author::after {
    width: 60px;
    width: clamp(3.125rem, 0rem + 4.167vw, 3.75rem);
    height: 45px;
    height: clamp(2.375rem, 0.188rem + 2.917vw, 2.813rem);
    top: 27px;
    top: clamp(1.063rem, -2.063rem + 4.167vw, 1.688rem);
  }
}
@media screen and (max-width: 1199px) {
  .single_page .single_wrap .single_body__content .blockquote_author::after {
    width: 50px;
    height: 38px;
    top: 17px;
  }
}
@media screen and (max-width: 767px) {
  .single_page .single_wrap .single_body__content .blockquote_author::after {
    display: none;
  }
}
.single_page .single_wrap .single_body__content .blockquote_author p em {
  background: #d4e3ff;
}
.single_page .single_wrap .single_body__content .blockquote_author p:last-of-type {
  margin-bottom: 0px;
}
.single_page .single_wrap .single_body__content .blockquote_author_info {
  display: flex;
  column-gap: 20px;
  column-gap: clamp(1rem, -0.25rem + 1.25vw, 1.25rem);
  margin-bottom: 16px;
}
@media screen and (max-width: 1600px) {
  .single_page .single_wrap .single_body__content .blockquote_author_info {
    margin-bottom: 16px;
    column-gap: 16px;
  }
}
@media screen and (max-width: 1199px) {
  .single_page .single_wrap .single_body__content .blockquote_author_info {
    margin-bottom: 12px;
  }
}
.single_page .single_wrap .single_body__content .blockquote_author_info-image {
  display: block;
  width: 100%;
  max-width: 58px;
  aspect-ratio: 1/1;
  height: 100%;
  border-radius: 4px;
  overflow: hidden;
}
@media screen and (max-width: 1600px) {
  .single_page .single_wrap .single_body__content .blockquote_author_info-image {
    max-width: 58px;
    max-width: clamp(3.125rem, 0.625rem + 3.333vw, 3.625rem);
  }
}
@media screen and (max-width: 1199px) {
  .single_page .single_wrap .single_body__content .blockquote_author_info-image {
    max-width: 50px;
  }
}
.single_page .single_wrap .single_body__content .blockquote_author_info-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.single_page .single_wrap .single_body__content .blockquote_author_info_meta {
  display: flex;
  flex-direction: column;
  width: 100%;
  max-width: calc(100% - 58px - 20px);
  max-width: calc(100% - 58px - clamp(1rem, -0.25rem + 1.25vw, 1.25rem));
}
@media screen and (max-width: 1600px) {
  .single_page .single_wrap .single_body__content .blockquote_author_info_meta {
    max-width: calc(100% - 58px - 16px);
    max-width: calc(100% - clamp(3.125rem, 0.625rem + 3.333vw, 3.625rem) - 16px);
  }
}
@media screen and (max-width: 1199px) {
  .single_page .single_wrap .single_body__content .blockquote_author_info_meta {
    max-width: calc(100% - 50px - 17px);
  }
}
.single_page .single_wrap .single_body__content .blockquote_author_info_meta-name {
  display: flex;
  align-items: center;
  column-gap: 1px;
  color: #171717;
  font-size: 22px;
  font-size: clamp(1.25rem, 0.625rem + 0.625vw, 1.375rem);
  font-weight: 500;
  line-height: 32px;
  max-width: 405px;
  transition: 0.4s;
}
@media screen and (max-width: 1600px) {
  .single_page .single_wrap .single_body__content .blockquote_author_info_meta-name {
    font-size: 20px;
    font-size: clamp(1rem, -0.25rem + 1.667vw, 1.25rem);
    line-height: normal;
    max-width: clamp(17.5rem, -21.563rem + 52.083vw, 25.313rem);
  }
}
@media screen and (max-width: 1199px) {
  .single_page .single_wrap .single_body__content .blockquote_author_info_meta-name {
    max-width: 280px;
    font-size: 16px;
  }
}
.single_page .single_wrap .single_body__content .blockquote_author_info_meta-name .icon {
  display: flex;
  width: 16px;
  height: 16px;
  transition: 0.4s;
  margin-top: 3px;
}
@media screen and (max-width: 1600px) {
  .single_page .single_wrap .single_body__content .blockquote_author_info_meta-name .icon {
    width: clamp(0.875rem, 0.25rem + 0.833vw, 1rem);
    height: clamp(0.875rem, 0.25rem + 0.833vw, 1rem);
  }
}
@media screen and (max-width: 1199px) {
  .single_page .single_wrap .single_body__content .blockquote_author_info_meta-name .icon {
    width: 14px;
    height: 14px;
  }
}
.single_page .single_wrap .single_body__content .blockquote_author_info_meta-name .icon svg {
  width: 100%;
  height: 100%;
}
.single_page .single_wrap .single_body__content .blockquote_author_info_meta-name .icon svg path {
  transition: 0.4s;
}
@media (hover: hover) {
  .single_page .single_wrap .single_body__content .blockquote_author_info_meta-name:hover {
    color: #1b6ce7;
  }
  .single_page .single_wrap .single_body__content .blockquote_author_info_meta-name:hover .icon svg path {
    stroke: #1b6ce7;
  }
}
@media (hover: none) {
  .single_page .single_wrap .single_body__content .blockquote_author_info_meta-name:active {
    color: #1b6ce7;
  }
  .single_page .single_wrap .single_body__content .blockquote_author_info_meta-name:active .icon svg path {
    stroke: #1b6ce7;
  }
}
.single_page .single_wrap .single_body__content .blockquote_author_info_meta-job {
  color: #171717;
  font-size: 18px;
  font-size: clamp(1rem, 0.375rem + 0.625vw, 1.125rem);
  font-weight: 400;
  line-height: 24px;
  line-height: clamp(1.375rem, 0.75rem + 0.625vw, 1.5rem);
}
@media screen and (max-width: 1600px) {
  .single_page .single_wrap .single_body__content .blockquote_author_info_meta-job {
    font-size: 16px;
    font-size: clamp(0.875rem, 0.25rem + 0.833vw, 1rem);
    line-height: 22px;
    line-height: clamp(1.25rem, 0.625rem + 0.833vw, 1.375rem);
    margin-top: 4px;
  }
}
@media screen and (max-width: 1199px) {
  .single_page .single_wrap .single_body__content .blockquote_author_info_meta-job {
    font-size: 14px;
    line-height: 20px;
  }
}
.single_page .single_wrap .single_body__content .blockquote_author_info_meta-btn {
  display: inline-flex;
  margin-top: 20px;
  margin-top: clamp(1.125rem, 0.5rem + 0.625vw, 1.25rem);
  color: #aeaeae;
  font-size: 18px;
  font-size: clamp(1rem, 0.375rem + 0.625vw, 1.125rem);
  font-weight: 400;
  line-height: 24px;
  line-height: clamp(1.375rem, 0.75rem + 0.625vw, 1.5rem);
  text-decoration: underline;
  text-underline-offset: 5px;
  text-decoration-thickness: 1px;
  transition: 0.4s;
}
@media (hover: hover) {
  .single_page .single_wrap .single_body__content .blockquote_author_info_meta-btn:hover {
    color: #171717;
  }
}
@media (hover: none) {
  .single_page .single_wrap .single_body__content .blockquote_author_info_meta-btn:active {
    color: #171717;
  }
}
@media screen and (max-width: 1600px) {
  .single_page .single_wrap .single_body__content .blockquote_author_info_meta-btn {
    margin-top: 18px;
    margin-top: clamp(0.625rem, -1.875rem + 3.333vw, 1.125rem);
    font-size: 16px;
    font-size: clamp(0.875rem, 0.25rem + 0.833vw, 1rem);
    line-height: 22px;
    line-height: clamp(1.25rem, 0.625rem + 0.833vw, 1.375rem);
  }
}
@media screen and (max-width: 1199px) {
  .single_page .single_wrap .single_body__content .blockquote_author_info_meta-btn {
    margin-top: 10px;
    font-size: 14px;
    line-height: 20px;
  }
}
.single_page .single_wrap .single_body__content .blockquote_author.without_photo .blockquote_author_info {
  max-width: 100%;
}
.single_page .single_wrap .single_body__content .blockquote_author.without_photo .blockquote_author_info .blockquote_author_info_meta {
  max-width: 100%;
}
.single_page .single_wrap .single_body__content .blockquote_author.without_photo .blockquote_author_info .blockquote_author_info_meta > * {
  max-width: 100%;
}
@media screen and (max-width: 1199px) {
  .single_page .single_wrap .single_body__content .blockquote_author.without_photo .blockquote_author_info .blockquote_author_info_meta-name {
    max-width: 300px;
  }
}
.single_page .single_wrap .single_body__content .read_telegram {
  overflow: hidden;
  border-radius: 20px;
  background: linear-gradient(180deg, #1e1e1e 0%, #313131 100%);
  position: relative;
  padding: 50px;
  padding: clamp(2.5rem, -0.625rem + 3.125vw, 3.125rem);
  margin-top: 40px;
  margin-bottom: 40px;
}
@media screen and (max-width: 1600px) {
  .single_page .single_wrap .single_body__content .read_telegram {
    margin-top: clamp(1.5rem, -3.5rem + 6.667vw, 2.5rem);
    margin-bottom: clamp(1.5rem, -3.5rem + 6.667vw, 2.5rem);
    border-radius: clamp(0.625rem, -2.5rem + 4.167vw, 1.25rem);
    padding: 40px;
    padding: clamp(1.25rem, -5rem + 8.333vw, 2.5rem) clamp(1.25rem, -5rem + 8.333vw, 2.5rem) clamp(2rem, -0.5rem + 3.333vw, 2.5rem) clamp(1.25rem, -5rem + 8.333vw, 2.5rem);
  }
}
@media screen and (max-width: 1199px) {
  .single_page .single_wrap .single_body__content .read_telegram {
    margin-top: 24px;
    margin-bottom: 24px;
    border-radius: 10px;
    padding: 20px 20px 32px 20px;
  }
}
@media screen and (max-width: 767px) {
  .single_page .single_wrap .single_body__content .read_telegram {
    padding: 20px 20px 38px 20px;
  }
}
.single_page .single_wrap .single_body__content .read_telegram_content {
  position: relative;
  z-index: 3;
  max-width: 400px;
}
@media screen and (max-width: 1600px) {
  .single_page .single_wrap .single_body__content .read_telegram_content {
    max-width: clamp(23.125rem, 13.75rem + 12.5vw, 25rem);
  }
}
@media screen and (max-width: 1199px) {
  .single_page .single_wrap .single_body__content .read_telegram_content {
    max-width: 370px;
  }
}
.single_page .single_wrap .single_body__content .read_telegram_content-title {
  color: #f0f0f0;
  font-size: 34px;
  font-size: clamp(1.625rem, -0.875rem + 2.5vw, 2.125rem);
  font-weight: 500;
  line-height: 40px;
  line-height: clamp(2rem, -0.5rem + 2.5vw, 2.5rem);
}
@media screen and (max-width: 1600px) {
  .single_page .single_wrap .single_body__content .read_telegram_content-title {
    font-size: 26px;
    font-size: clamp(1.375rem, 0.125rem + 1.667vw, 1.625rem);
    line-height: 32px;
    line-height: clamp(1.563rem, -0.625rem + 2.917vw, 2rem);
  }
}
@media screen and (max-width: 1199px) {
  .single_page .single_wrap .single_body__content .read_telegram_content-title {
    font-size: 22px;
    line-height: 25px;
  }
}
.single_page .single_wrap .single_body__content .read_telegram_content-text {
  margin-top: 16px;
  color: #f0f0f0;
  font-size: 18px;
  font-size: clamp(1rem, 0.375rem + 0.625vw, 1.125rem);
  font-weight: 400;
  line-height: 24px;
  line-height: clamp(1.375rem, 0.75rem + 0.625vw, 1.5rem);
}
@media screen and (max-width: 1600px) {
  .single_page .single_wrap .single_body__content .read_telegram_content-text {
    font-size: 16px;
    font-size: clamp(0.875rem, 0.25rem + 0.833vw, 1rem);
    line-height: 22px;
    line-height: clamp(1.25rem, 0.625rem + 0.833vw, 1.375rem);
    margin-top: clamp(0.625rem, -1.25rem + 2.5vw, 1rem);
  }
}
@media screen and (max-width: 1199px) {
  .single_page .single_wrap .single_body__content .read_telegram_content-text {
    margin-top: 10px;
    font-size: 14px;
    line-height: 20px;
  }
}
.single_page .single_wrap .single_body__content .read_telegram_content-text p {
  color: inherit;
  font-size: inherit;
  font-weight: inherit;
  line-height: inherit;
  margin-bottom: 0px;
}
.single_page .single_wrap .single_body__content .read_telegram_content-btn {
  margin-top: 20px;
}
@media screen and (max-width: 1600px) {
  .single_page .single_wrap .single_body__content .read_telegram_content-btn {
    margin-top: 34px;
    margin-top: clamp(1.25rem, -3.125rem + 5.833vw, 2.125rem);
  }
}
@media screen and (max-width: 1199px) {
  .single_page .single_wrap .single_body__content .read_telegram_content-btn {
    margin-top: 20px;
  }
}
@media (hover: hover) {
  .single_page .single_wrap .single_body__content .read_telegram_content-btn:hover {
    opacity: 0.7;
  }
}
@media (hover: none) {
  .single_page .single_wrap .single_body__content .read_telegram_content-btn:active {
    opacity: 0.7;
  }
}
.single_page .single_wrap .single_body__content .read_telegram-icon {
  position: absolute;
  z-index: 1;
  top: -40px;
  right: -40px;
  width: 280px;
  width: clamp(13.813rem, -4.625rem + 18.438vw, 17.5rem);
  aspect-ratio: 1/1;
}
@media screen and (max-width: 1600px) {
  .single_page .single_wrap .single_body__content .read_telegram-icon {
    width: 221px;
    width: clamp(12.125rem, 3.688rem + 11.25vw, 13.813rem);
    top: -21px;
    right: -51px;
  }
}
@media screen and (max-width: 1199px) {
  .single_page .single_wrap .single_body__content .read_telegram-icon {
    width: 194px;
    top: -42px;
    right: -32px;
  }
}
@media screen and (max-width: 767px) {
  .single_page .single_wrap .single_body__content .read_telegram-icon {
    width: 128px;
    top: auto;
    bottom: -26px;
  }
}
.single_page .single_wrap .single_body__content .read_telegram-icon svg {
  width: 100%;
  height: 100%;
}
.single_page .single_wrap .single_body__content .ban_article {
  display: flex;
  column-gap: 40px;
  column-gap: clamp(1.75rem, -2rem + 3.75vw, 2.5rem) 40px;
  border-radius: 20px;
  border: 1px solid #4f5973;
  background: linear-gradient(180deg, #1e1e1e 0%, #313131 100%);
  padding: 49px;
  padding: clamp(2.438rem, -0.688rem + 3.125vw, 3.063rem);
  overflow: hidden;
  margin-top: 40px;
  margin-bottom: 40px;
}
@media screen and (max-width: 1600px) {
  .single_page .single_wrap .single_body__content .ban_article {
    column-gap: 28px;
    column-gap: clamp(1.5rem, 0.25rem + 1.667vw, 1.75rem);
    margin-top: clamp(1.5rem, -3.5rem + 6.667vw, 2.5rem);
    margin-bottom: clamp(1.5rem, -3.5rem + 6.667vw, 2.5rem);
    border-radius: clamp(0.625rem, -2.5rem + 4.167vw, 1.25rem);
    padding: 40px;
    padding-top: clamp(1.25rem, -5rem + 8.333vw, 2.5rem);
    padding-right: clamp(2.375rem, 1.75rem + 0.833vw, 2.5rem);
    padding-bottom: clamp(2rem, -0.5rem + 3.333vw, 2.5rem);
    padding-left: clamp(1.25rem, -5rem + 8.333vw, 2.5rem);
  }
}
@media screen and (max-width: 1199px) {
  .single_page .single_wrap .single_body__content .ban_article {
    column-gap: 24px;
    margin-top: 24px;
    margin-bottom: 24px;
    border-radius: 10px;
    padding: 20px 38px 32px 20px;
  }
}
@media screen and (max-width: 767px) {
  .single_page .single_wrap .single_body__content .ban_article {
    flex-direction: column;
    row-gap: 16px;
    padding: 20px 15px 32px 20px;
  }
}
.single_page .single_wrap .single_body__content .ban_article-image {
  display: block;
  border-radius: 4px;
  overflow: hidden;
  width: 100%;
  max-width: 290px;
  aspect-ratio: 29/18;
  height: 100%;
}
@media (hover: hover) {
  .single_page .single_wrap .single_body__content .ban_article-image:hover img {
    transform: scale(1.03);
  }
}
@media (hover: none) {
  .single_page .single_wrap .single_body__content .ban_article-image:active img {
    transform: scale(1.03);
  }
}
@media screen and (max-width: 1199px) {
  .single_page .single_wrap .single_body__content .ban_article-image {
    max-width: 311px;
    aspect-ratio: 311/175;
  }
}
@media screen and (max-width: 767px) {
  .single_page .single_wrap .single_body__content .ban_article-image {
    max-width: 100%;
  }
}
.single_page .single_wrap .single_body__content .ban_article-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: 0.8s;
}
.single_page .single_wrap .single_body__content .ban_article_content {
  width: 100%;
  max-width: calc(100% - 290px - 40px);
}
@media screen and (max-width: 1600px) {
  .single_page .single_wrap .single_body__content .ban_article_content {
    max-width: calc(100% - 290px - 24px);
  }
}
@media screen and (max-width: 1199px) {
  .single_page .single_wrap .single_body__content .ban_article_content {
    max-width: calc(100% - 311px - 24px);
  }
}
@media screen and (max-width: 767px) {
  .single_page .single_wrap .single_body__content .ban_article_content {
    max-width: 100%;
  }
}
.single_page .single_wrap .single_body__content .ban_article_content-title {
  display: block;
  margin: 0;
  color: #f0f0f0;
  font-size: 28px;
  font-size: clamp(1.375rem, -0.5rem + 1.875vw, 1.75rem);
  font-weight: 500;
  line-height: 34px;
  line-height: clamp(1.75rem, -0.125rem + 1.875vw, 2.125rem);
  transition: 0.4s;
}
@media (hover: hover) {
  .single_page .single_wrap .single_body__content .ban_article_content-title:hover {
    opacity: 0.7;
  }
}
@media (hover: none) {
  .single_page .single_wrap .single_body__content .ban_article_content-title:active {
    opacity: 0.7;
  }
}
@media screen and (max-width: 1600px) {
  .single_page .single_wrap .single_body__content .ban_article_content-title {
    font-size: 22px;
    font-size: clamp(1.125rem, -0.125rem + 1.667vw, 1.375rem);
    line-height: 28px;
    line-height: clamp(1.5rem, 0.25rem + 1.667vw, 1.75rem);
  }
}
@media screen and (max-width: 1199px) {
  .single_page .single_wrap .single_body__content .ban_article_content-title {
    font-size: 18px;
    line-height: 24px;
  }
}
.single_page .single_wrap .single_body__content .ban_article_content-text {
  margin-top: 16px;
  color: #f0f0f0;
  font-size: 18px;
  font-size: clamp(1rem, 0.375rem + 0.625vw, 1.125rem);
  font-weight: 400;
  line-height: 24px;
  line-height: clamp(1.375rem, 0.75rem + 0.625vw, 1.5rem);
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
@media screen and (max-width: 1600px) {
  .single_page .single_wrap .single_body__content .ban_article_content-text {
    font-size: 16px;
    font-size: clamp(0.875rem, 0.25rem + 0.833vw, 1rem);
    line-height: 22px;
    line-height: clamp(1.25rem, 0.625rem + 0.833vw, 1.375rem);
    margin-top: clamp(0.625rem, -1.25rem + 2.5vw, 1rem);
  }
}
@media screen and (max-width: 1199px) {
  .single_page .single_wrap .single_body__content .ban_article_content-text {
    font-size: 14px;
    line-height: 20px;
    margin-top: 10px;
  }
}
.single_page .single_wrap .single_body__content .ban_article_content-text p {
  margin: 0;
  color: inherit;
  font-size: inherit;
  font-weight: inherit;
  line-height: inherit;
}
.single_page .single_wrap .single_body__content .ban_article_content-btn {
  margin-top: 20px;
  margin-top: clamp(1.125rem, 0.5rem + 0.625vw, 1.25rem);
  font-size: clamp(0.875rem, -0.375rem + 1.25vw, 1.125rem);
  line-height: clamp(1.25rem, 0rem + 1.25vw, 1.5rem);
}
@media screen and (max-width: 1600px) {
  .single_page .single_wrap .single_body__content .ban_article_content-btn {
    margin-top: 18px;
    font-size: 14px;
    line-height: 20px;
  }
}
@media screen and (max-width: 1199px) {
  .single_page .single_wrap .single_body__content .ban_article_content-btn {
    margin-top: 20px;
  }
}
.single_page .single_wrap .single_body__content .product_ban {
  display: flex;
  column-gap: 40px;
  border-radius: 20px;
  border: 1px solid #4f5973;
  background: linear-gradient(180deg, #1e1e1e 0%, #313131 100%);
  padding: 49px 49px 49px 49px;
  padding: clamp(2.438rem, -0.688rem + 3.125vw, 3.063rem) clamp(2.438rem, -0.688rem + 3.125vw, 3.063rem) 49px clamp(2.438rem, -0.688rem + 3.125vw, 3.063rem);
  overflow: hidden;
  margin-top: 40px;
  margin-bottom: 40px;
}
@media screen and (max-width: 1600px) {
  .single_page .single_wrap .single_body__content .product_ban {
    padding: 39px 39px 59px 39px;
    padding: clamp(1.188rem, -5.063rem + 8.333vw, 2.438rem) 39px clamp(1.188rem, -11.313rem + 16.667vw, 3.688rem) clamp(1.188rem, -5.063rem + 8.333vw, 2.438rem);
    border-radius: clamp(0.625rem, -2.5rem + 4.167vw, 1.25rem);
    margin-top: clamp(1.5rem, -3.5rem + 6.667vw, 2.5rem);
    margin-bottom: clamp(1.5rem, -3.5rem + 6.667vw, 2.5rem);
    column-gap: clamp(1.688rem, -2.375rem + 5.417vw, 2.5rem);
  }
}
@media screen and (max-width: 1199px) {
  .single_page .single_wrap .single_body__content .product_ban {
    padding: 19px 59px 19px 19px;
    border-radius: 10px;
    margin-top: 24px;
    margin-bottom: 24px;
    column-gap: 27px;
  }
}
@media screen and (max-width: 767px) {
  .single_page .single_wrap .single_body__content .product_ban {
    flex-direction: column;
    row-gap: 16px;
    padding: 20px 15px 38px 20px;
  }
}
.single_page .single_wrap .single_body__content .product_ban-image {
  display: block;
  border-radius: 4px;
  overflow: hidden;
  width: 100%;
  max-width: 290px;
  aspect-ratio: 29/18;
  height: 100%;
}
@media (hover: hover) {
  .single_page .single_wrap .single_body__content .product_ban-image:hover img {
    transform: scale(1.03);
  }
}
@media (hover: none) {
  .single_page .single_wrap .single_body__content .product_ban-image:active img {
    transform: scale(1.03);
  }
}
@media screen and (max-width: 1199px) {
  .single_page .single_wrap .single_body__content .product_ban-image {
    max-width: 308px;
    aspect-ratio: 308/173;
  }
}
.single_page .single_wrap .single_body__content .product_ban-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: 0.8s;
}
.single_page .single_wrap .single_body__content .product_ban_content {
  width: 100%;
  max-width: calc(100% - 290px - 40px);
}
@media screen and (max-width: 1600px) {
  .single_page .single_wrap .single_body__content .product_ban_content {
    max-width: calc(100% - 290px - clamp(1.688rem, -2.375rem + 5.417vw, 2.5rem));
  }
}
@media screen and (max-width: 1199px) {
  .single_page .single_wrap .single_body__content .product_ban_content {
    max-width: calc(100% - 308px - 27px);
  }
}
@media screen and (max-width: 767px) {
  .single_page .single_wrap .single_body__content .product_ban_content {
    max-width: 100%;
  }
}
.single_page .single_wrap .single_body__content .product_ban_content-tag {
  color: #f0f0f0;
  font-size: 18px;
  font-size: clamp(1rem, 0.375rem + 0.625vw, 1.125rem);
  font-weight: 400;
  line-height: 24px;
  line-height: clamp(1.375rem, 0.75rem + 0.625vw, 1.5rem);
}
@media screen and (max-width: 1600px) {
  .single_page .single_wrap .single_body__content .product_ban_content-tag {
    font-size: 16px;
    font-size: clamp(0.875rem, 0.25rem + 0.833vw, 1rem);
    line-height: 22px;
    line-height: clamp(1.25rem, 0.625rem + 0.833vw, 1.375rem);
  }
}
@media screen and (max-width: 1199px) {
  .single_page .single_wrap .single_body__content .product_ban_content-tag {
    font-size: 14px;
    line-height: 20px;
  }
}
.single_page .single_wrap .single_body__content .product_ban_content-title {
  display: block;
  margin: 0;
  margin-top: 16px;
  color: #f0f0f0;
  font-size: 26px;
  font-size: clamp(1.375rem, -0.188rem + 1.563vw, 1.688rem);
  font-weight: 500;
  line-height: 32px;
  line-height: clamp(1.75rem, 0.5rem + 1.25vw, 2rem);
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  transition: 0.4s;
}
@media (hover: hover) {
  .single_page .single_wrap .single_body__content .product_ban_content-title:hover {
    opacity: 0.7;
  }
}
@media (hover: none) {
  .single_page .single_wrap .single_body__content .product_ban_content-title:active {
    opacity: 0.7;
  }
}
@media screen and (max-width: 1600px) {
  .single_page .single_wrap .single_body__content .product_ban_content-title {
    font-size: 22px;
    font-size: clamp(1.125rem, -0.125rem + 1.667vw, 1.375rem);
    line-height: 28px;
    line-height: clamp(1.5rem, 0.25rem + 1.667vw, 1.75rem);
    margin-top: clamp(0.625rem, -1.25rem + 2.5vw, 1rem);
  }
}
@media screen and (max-width: 1199px) {
  .single_page .single_wrap .single_body__content .product_ban_content-title {
    font-size: 18px;
    line-height: 24px;
    margin-top: 10px;
  }
}
.single_page .single_wrap .single_body__content .product_ban_content-btn {
  margin-top: 20px;
  font-size: clamp(1rem, 0.375rem + 0.625vw, 1.125rem);
  line-height: clamp(1.375rem, 0.75rem + 0.625vw, 1.5rem);
}
@media screen and (max-width: 1600px) {
  .single_page .single_wrap .single_body__content .product_ban_content-btn {
    font-size: 16px;
    font-size: clamp(0.875rem, 0.25rem + 0.833vw, 1rem);
    font-weight: 500;
    line-height: 22px;
    line-height: clamp(1.25rem, 0.625rem + 0.833vw, 1.375rem);
  }
}
@media screen and (max-width: 1199px) {
  .single_page .single_wrap .single_body__content .product_ban_content-btn {
    font-size: 14px;
    line-height: 20px;
  }
}
.single_page .single_wrap .single_body__content .subscribe_telegram {
  display: flex;
  flex-direction: column;
  position: relative;
  overflow: hidden;
  border-radius: 20px;
  background: linear-gradient(209deg, #1a191a 17.65%, #100f10 85.75%);
  padding: 50px;
  padding: clamp(2.5rem, -0.625rem + 3.125vw, 3.125rem);
  margin-top: 40px;
  margin-bottom: 40px;
}
@media screen and (max-width: 1600px) {
  .single_page .single_wrap .single_body__content .subscribe_telegram {
    padding: 40px;
    padding-top: clamp(1.25rem, -5rem + 8.333vw, 2.5rem);
    padding-left: clamp(1.25rem, -5rem + 8.333vw, 2.5rem);
    padding-bottom: clamp(2.375rem, 1.75rem + 0.833vw, 2.5rem);
    padding-right: clamp(1.25rem, -5rem + 8.333vw, 2.5rem);
    border-radius: clamp(0.625rem, -2.5rem + 4.167vw, 1.25rem);
    margin-top: clamp(1.5rem, -3.5rem + 6.667vw, 2.5rem);
    margin-bottom: clamp(1.5rem, -3.5rem + 6.667vw, 2.5rem);
  }
}
@media screen and (max-width: 1199px) {
  .single_page .single_wrap .single_body__content .subscribe_telegram {
    padding: 20px 20px 38px 20px;
    border-radius: 10px;
    margin-top: 24px;
    margin-bottom: 24px;
  }
}
@media screen and (max-width: 767px) {
  .single_page .single_wrap .single_body__content .subscribe_telegram {
    padding: 20px 20px 30px 20px;
  }
}
.single_page .single_wrap .single_body__content .subscribe_telegram-title {
  position: relative;
  z-index: 2;
  color: #f0f0f0;
  font-size: 34px;
  font-size: clamp(1.625rem, -0.875rem + 2.5vw, 2.125rem);
  font-weight: 500;
  line-height: 40px;
  line-height: clamp(2rem, -0.5rem + 2.5vw, 2.5rem);
  max-width: 560px;
  max-width: clamp(26.875rem, -13.75rem + 40.625vw, 35rem);
}
@media screen and (max-width: 1600px) {
  .single_page .single_wrap .single_body__content .subscribe_telegram-title {
    max-width: 430px;
    font-size: 26px;
    font-size: clamp(1.375rem, 0.125rem + 1.667vw, 1.625rem);
    line-height: 32px;
    line-height: clamp(1.563rem, -0.625rem + 2.917vw, 2rem);
  }
}
@media screen and (max-width: 1199px) {
  .single_page .single_wrap .single_body__content .subscribe_telegram-title {
    max-width: 550px;
    font-size: 22px;
    line-height: 25px;
  }
}
.single_page .single_wrap .single_body__content .subscribe_telegram-text {
  position: relative;
  z-index: 2;
  margin-top: 20px;
  margin-top: clamp(0.625rem, -2.5rem + 3.125vw, 1.25rem);
  color: #f0f0f0;
  font-size: 18px;
  font-size: clamp(1rem, 0.375rem + 0.625vw, 1.125rem);
  font-weight: 400;
  line-height: 24px;
  line-height: clamp(1.375rem, 0.75rem + 0.625vw, 1.5rem);
  max-width: 560px;
  max-width: clamp(34.375rem, 31.25rem + 3.125vw, 35rem);
}
@media screen and (max-width: 1600px) {
  .single_page .single_wrap .single_body__content .subscribe_telegram-text {
    max-width: 550px;
    margin-top: 10px;
    font-size: 16px;
    font-size: clamp(0.875rem, 0.25rem + 0.833vw, 1rem);
    line-height: 22px;
    line-height: clamp(1.25rem, 0.625rem + 0.833vw, 1.375rem);
  }
}
@media screen and (max-width: 1199px) {
  .single_page .single_wrap .single_body__content .subscribe_telegram-text {
    font-size: 14px;
    line-height: 20px;
  }
}
.single_page .single_wrap .single_body__content .subscribe_telegram-text p {
  margin: 0;
  color: inherit;
  font-size: inherit;
  font-weight: inherit;
  line-height: inherit;
}
.single_page .single_wrap .single_body__content .subscribe_telegram_form {
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  row-gap: 20px;
  margin-top: 30px;
}
@media screen and (max-width: 1199px) {
  .single_page .single_wrap .single_body__content .subscribe_telegram_form {
    margin-top: 36px;
    row-gap: 30px;
  }
}
@media screen and (max-width: 767px) {
  .single_page .single_wrap .single_body__content .subscribe_telegram_form {
    margin-top: 23px;
    row-gap: 23px;
  }
}
.single_page .single_wrap .single_body__content .subscribe_telegram_form form {
  width: 100%;
}
.single_page .single_wrap .single_body__content .subscribe_telegram_form form p {
  width: 100%;
}
.single_page .single_wrap .single_body__content .subscribe_telegram_form_top {
  display: flex;
  column-gap: 16px;
  width: 100%;
  height: 58px;
  max-width: 560px;
}
@media screen and (max-width: 1600px) {
  .single_page .single_wrap .single_body__content .subscribe_telegram_form_top {
    height: clamp(3rem, -0.125rem + 4.167vw, 3.625rem);
    column-gap: clamp(0.625rem, -1.25rem + 2.5vw, 1rem);
  }
}
@media screen and (max-width: 1199px) {
  .single_page .single_wrap .single_body__content .subscribe_telegram_form_top {
    height: 48px;
    column-gap: 10px;
  }
}
@media screen and (max-width: 767px) {
  .single_page .single_wrap .single_body__content .subscribe_telegram_form_top {
    flex-direction: column;
    width: 100%;
    max-width: 100%;
    height: auto;
    row-gap: 10px;
  }
}
.single_page .single_wrap .single_body__content .subscribe_telegram_form_top input[type=email] {
  width: 100%;
  height: 100%;
  max-width: 340px;
  max-width: clamp(19.375rem, 10rem + 12.5vw, 21.25rem);
  padding: 0 30px;
  padding: 0 clamp(1.375rem, -1.125rem + 3.333vw, 1.875rem);
  border-radius: 50px;
  border: 1px solid #f0f0f0;
  color: #f0f0f0;
  font-size: 18px;
  font-size: clamp(1rem, 0.375rem + 0.625vw, 1.125rem);
  font-weight: 400;
  line-height: 24px;
  line-height: clamp(1.375rem, 0.75rem + 0.625vw, 1.5rem);
}
@media screen and (max-width: 1600px) {
  .single_page .single_wrap .single_body__content .subscribe_telegram_form_top input[type=email] {
    font-size: 16px;
    font-size: clamp(0.875rem, 0.25rem + 0.833vw, 1rem);
    line-height: 22px;
    line-height: clamp(1.25rem, 0.625rem + 0.833vw, 1.375rem);
  }
}
@media screen and (max-width: 1199px) {
  .single_page .single_wrap .single_body__content .subscribe_telegram_form_top input[type=email] {
    font-size: 14px;
    line-height: 20px;
    padding: 0 22px;
    max-width: 310px;
  }
}
@media screen and (max-width: 767px) {
  .single_page .single_wrap .single_body__content .subscribe_telegram_form_top input[type=email] {
    height: 44px;
  }
}
.single_page .single_wrap .single_body__content .subscribe_telegram_form_top input[type=email]::placeholder {
  color: #f0f0f0;
  font-size: inherit;
  font-weight: inherit;
  line-height: inherit;
}
.single_page .single_wrap .single_body__content .subscribe_telegram_form_top input[type=submit] {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  padding: 10px 40px 12px 40px;
  border-radius: 50px;
  background: #fff;
  height: 100%;
  color: #171717;
  text-align: center;
  font-size: 18px;
  font-weight: 500;
  line-height: 24px;
  cursor: pointer;
  transition: 0.4s;
}
@media screen and (max-width: 1600px) {
  .single_page .single_wrap .single_body__content .subscribe_telegram_form_top input[type=submit] {
    font-size: 16px;
    font-size: clamp(0.875rem, 0.25rem + 0.833vw, 1rem);
    line-height: 22px;
    line-height: clamp(1.25rem, 0.625rem + 0.833vw, 1.375rem);
    padding: 12px 46px;
  }
}
@media screen and (max-width: 1199px) {
  .single_page .single_wrap .single_body__content .subscribe_telegram_form_top input[type=submit] {
    padding: 12px 52px;
    font-size: 14px;
    line-height: 20px;
  }
}
@media screen and (max-width: 767px) {
  .single_page .single_wrap .single_body__content .subscribe_telegram_form_top input[type=submit] {
    height: 44px;
    width: 100%;
    padding: 12px;
  }
}
@media (hover: hover) {
  .single_page .single_wrap .single_body__content .subscribe_telegram_form_top input[type=submit]:hover {
    opacity: 0.7;
  }
}
@media (hover: none) {
  .single_page .single_wrap .single_body__content .subscribe_telegram_form_top input[type=submit]:active {
    opacity: 0.7;
  }
}
.single_page .single_wrap .single_body__content .subscribe_telegram_form-text {
  color: #f0f0f0;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  margin: 0px;
}
@media screen and (max-width: 1600px) {
  .single_page .single_wrap .single_body__content .subscribe_telegram_form-text {
    font-size: clamp(0.75rem, 0.125rem + 0.833vw, 0.875rem);
    line-height: clamp(1.125rem, 0.5rem + 0.833vw, 1.25rem);
  }
}
@media screen and (max-width: 1199px) {
  .single_page .single_wrap .single_body__content .subscribe_telegram_form-text {
    font-size: 12px;
    line-height: 18px;
  }
}
.single_page .single_wrap .single_body__content .subscribe_telegram_form-text a {
  color: inherit;
  font-size: inherit;
  font-weight: inherit;
  line-height: inherit;
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 4px;
  transition: 0.4s;
}
@media (hover: hover) {
  .single_page .single_wrap .single_body__content .subscribe_telegram_form-text a:hover {
    opacity: 0.7;
  }
}
@media (hover: none) {
  .single_page .single_wrap .single_body__content .subscribe_telegram_form-text a:active {
    opacity: 0.7;
  }
}
.single_page .single_wrap .single_body__content .subscribe_telegram-bg {
  position: absolute;
  bottom: 0;
  right: -136px;
  width: 599px;
  height: 454px;
  user-select: none;
  pointer-events: none;
}
@media screen and (max-width: 1600px) {
  .single_page .single_wrap .single_body__content .subscribe_telegram-bg {
    right: -190px;
    bottom: -42px;
    width: clamp(31.25rem, 0.313rem + 41.25vw, 37.438rem);
    height: clamp(23.688rem, 0.25rem + 31.25vw, 28.375rem);
  }
}
@media screen and (max-width: 1199px) {
  .single_page .single_wrap .single_body__content .subscribe_telegram-bg {
    width: 500px;
    height: 379px;
    bottom: 0px;
    right: -149px;
  }
}
@media screen and (max-width: 767px) {
  .single_page .single_wrap .single_body__content .subscribe_telegram-bg {
    width: 355px;
    height: 269px;
    bottom: auto;
    top: 0;
    right: -46px;
    opacity: 0.2;
  }
}
.single_page .single_wrap .single_body__content .subscribe_telegram-bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.single_page .single_wrap .single_body__content .wide_banner.is_content {
  margin-top: 40px;
  margin-bottom: 40px;
  column-gap: clamp(1.5rem, -3.5rem + 5vw, 2.5rem);
}
@media screen and (max-width: 1600px) {
  .single_page .single_wrap .single_body__content .wide_banner.is_content {
    column-gap: 24px;
    border-radius: 10px;
  }
}
@media screen and (max-width: 1199px) {
  .single_page .single_wrap .single_body__content .wide_banner.is_content {
    margin-top: 24px;
    margin-bottom: 24px;
  }
}
.single_page .single_wrap .single_body__content .wide_banner.is_content .wide_banner_content {
  max-width: calc(100% - 310px - clamp(1.5rem, -3.5rem + 5vw, 2.5rem));
}
@media screen and (max-width: 1600px) {
  .single_page .single_wrap .single_body__content .wide_banner.is_content .wide_banner_content {
    max-width: calc(100% - 310px - 24px);
  }
}
@media screen and (max-width: 767px) {
  .single_page .single_wrap .single_body__content .wide_banner.is_content .wide_banner_content {
    max-width: 100%;
  }
}
.single_page .single_wrap .single_body__content .wide_banner.is_content .wide_banner_content-tag {
  margin-bottom: clamp(0.625rem, -1.25rem + 1.875vw, 1rem);
  font-size: clamp(0.875rem, -0.375rem + 1.25vw, 1.125rem);
  line-height: clamp(1.25rem, 0rem + 1.25vw, 1.5rem);
}
@media screen and (max-width: 1600px) {
  .single_page .single_wrap .single_body__content .wide_banner.is_content .wide_banner_content-tag {
    margin-bottom: 10px;
    font-size: 14px;
    line-height: 20px;
  }
}
.single_page .single_wrap .single_body__content .wide_banner.is_content .wide_banner_content-title {
  margin-top: clamp(0.625rem, -1.25rem + 1.875vw, 1rem);
  font-size: clamp(1.125rem, -1.063rem + 2.188vw, 1.563rem);
  line-height: clamp(1.5rem, -1rem + 2.5vw, 2rem);
}
@media screen and (max-width: 1600px) {
  .single_page .single_wrap .single_body__content .wide_banner.is_content .wide_banner_content-title {
    margin-top: 10px;
    font-size: 18px;
    line-height: 24px;
  }
}
.single_page .single_wrap .single_body__content .wide_banner.is_content .wide_banner_content-text {
  margin-top: clamp(0.625rem, -1.25rem + 1.875vw, 1rem);
  font-size: clamp(0.875rem, -0.375rem + 1.25vw, 1.125rem);
  line-height: clamp(1.25rem, 0rem + 1.25vw, 1.5rem);
}
@media screen and (max-width: 1600px) {
  .single_page .single_wrap .single_body__content .wide_banner.is_content .wide_banner_content-text {
    margin-top: 10px;
    font-size: 14px;
    line-height: 20px;
  }
}
.single_page .single_wrap .single_body__content .wide_banner.is_content .wide_banner_content-btn {
  padding: 14px 39px 16px;
  padding-top: clamp(0.625rem, -0.625rem + 1.25vw, 0.875rem);
  padding-bottom: clamp(0.625rem, -1.25rem + 1.875vw, 1rem);
  padding-right: clamp(1.75rem, -1.688rem + 3.438vw, 2.438rem);
  padding-left: clamp(1.75rem, -1.688rem + 3.438vw, 2.438rem);
  font-size: clamp(0.875rem, -0.375rem + 1.25vw, 1.125rem);
  line-height: clamp(1.25rem, 0rem + 1.25vw, 1.5rem);
}
@media screen and (max-width: 1600px) {
  .single_page .single_wrap .single_body__content .wide_banner.is_content .wide_banner_content-btn {
    margin-top: 24px;
    padding: 10px 28px;
  }
}
@media screen and (max-width: 1600px) {
  .single_page .single_wrap .single_body__content .wide_banner.is_telegram {
    padding: clamp(1.25rem, -5rem + 8.333vw, 2.5rem);
  }
}
@media screen and (max-width: 1199px) {
  .single_page .single_wrap .single_body__content .wide_banner.is_telegram {
    padding: 20px;
  }
}
.single_page .single_wrap .single_body__content .wide_banner.is_telegram .wide_banner_content-title {
  font-size: 34px;
  font-size: clamp(2rem, 1.375rem + 0.625vw, 2.125rem);
  font-weight: 500;
  line-height: 40px;
  line-height: clamp(2.25rem, 1rem + 1.25vw, 2.5rem);
}
@media screen and (max-width: 1600px) {
  .single_page .single_wrap .single_body__content .wide_banner.is_telegram .wide_banner_content-title {
    font-size: 32px;
    line-height: 36px;
  }
}
@media screen and (max-width: 767px) {
  .single_page .single_wrap .single_body__content .wide_banner.is_telegram .wide_banner_content-title {
    font-size: 18px;
    line-height: 24px;
  }
}
.single_page .single_wrap .single_body__content_swiper {
  margin-block: 40px;
}
.single_page .single_wrap .single_body__content_swiper .sw_content {
  overflow: hidden;
}
.single_page .single_wrap .single_body__content_swiper .sw_content_item_image {
  aspect-ratio: 800/360;
  width: 100%;
  border-radius: 4px;
  overflow: hidden;
}
.single_page .single_wrap .single_body__content_swiper .sw_content_item_image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.single_page .single_wrap .single_body__content_swiper .sw_content_item_text {
  color: #6b6b6b;
  max-width: 640px;
  margin-top: 16px;
  font-size: 18px;
  font-size: clamp(1rem, 0.375rem + 0.625vw, 1.125rem);
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  line-height: clamp(1.375rem, 0.75rem + 0.625vw, 1.5rem);
}
@media screen and (max-width: 1600px) {
  .single_page .single_wrap .single_body__content_swiper .sw_content_item_text {
    font-size: 16px;
    font-size: clamp(0.875rem, 0.25rem + 0.833vw, 1rem);
    line-height: 22px;
    line-height: clamp(1.25rem, 0.625rem + 0.833vw, 1.375rem);
  }
}
@media screen and (max-width: 1199px) {
  .single_page .single_wrap .single_body__content_swiper .sw_content_item_text {
    font-size: 14px;
    font-size: clamp(0.75rem, 0.528rem + 0.463vw, 0.875rem);
    line-height: 20px;
    line-height: clamp(1.125rem, 0.903rem + 0.463vw, 1.25rem);
  }
}
@media screen and (max-width: 767px) {
  .single_page .single_wrap .single_body__content_swiper .sw_content_item_text {
    font-size: 12px;
    line-height: 18px;
    margin-top: 12px;
  }
}
.single_page .single_wrap .single_body__content_swiper .sw_buttons {
  margin-top: 16px;
  display: flex;
  align-items: center;
  column-gap: 12px;
}
@media screen and (max-width: 1199px) {
  .single_page .single_wrap .single_body__content_swiper .sw_buttons {
    column-gap: 8px;
  }
}
@media screen and (max-width: 767px) {
  .single_page .single_wrap .single_body__content_swiper .sw_buttons {
    margin-top: 12px;
    justify-content: center;
  }
}
.single_page .single_wrap .single_body__content_swiper .sw_buttons .swiper-button-next,
.single_page .single_wrap .single_body__content_swiper .sw_buttons .swiper-button-prev {
  display: flex;
  flex-shrink: 0;
  width: auto;
  height: auto;
  top: inherit;
  bottom: inherit;
  left: inherit;
  right: inherit;
  margin: 0;
}
@media screen and (max-width: 1199px) {
  .single_page .single_wrap .single_body__content_swiper .sw_buttons .swiper-button-next,
  .single_page .single_wrap .single_body__content_swiper .sw_buttons .swiper-button-prev {
    max-width: 24px;
  }
}
@media screen and (max-width: 767px) {
  .single_page .single_wrap .single_body__content_swiper .sw_buttons .swiper-button-next,
  .single_page .single_wrap .single_body__content_swiper .sw_buttons .swiper-button-prev {
    display: none;
  }
}
@media (hover: hover) {
  .single_page .single_wrap .single_body__content_swiper .sw_buttons .swiper-button-next:hover,
  .single_page .single_wrap .single_body__content_swiper .sw_buttons .swiper-button-prev:hover {
    opacity: 1;
  }
  .single_page .single_wrap .single_body__content_swiper .sw_buttons .swiper-button-next:hover svg rect,
  .single_page .single_wrap .single_body__content_swiper .sw_buttons .swiper-button-prev:hover svg rect {
    fill: rgba(107, 107, 107, 0.7);
  }
}
@media (hover: none) {
  .single_page .single_wrap .single_body__content_swiper .sw_buttons .swiper-button-next:active,
  .single_page .single_wrap .single_body__content_swiper .sw_buttons .swiper-button-prev:active {
    opacity: 1;
  }
  .single_page .single_wrap .single_body__content_swiper .sw_buttons .swiper-button-next:active svg rect,
  .single_page .single_wrap .single_body__content_swiper .sw_buttons .swiper-button-prev:active svg rect {
    fill: rgba(107, 107, 107, 0.7);
  }
}
.single_page .single_wrap .single_body__content_swiper .sw_buttons .swiper-button-next.swiper-button-disabled,
.single_page .single_wrap .single_body__content_swiper .sw_buttons .swiper-button-prev.swiper-button-disabled {
  opacity: 1;
}
.single_page .single_wrap .single_body__content_swiper .sw_buttons .swiper-button-next.swiper-button-disabled svg rect,
.single_page .single_wrap .single_body__content_swiper .sw_buttons .swiper-button-prev.swiper-button-disabled svg rect {
  fill: rgba(107, 107, 107, 0.35);
}
.single_page .single_wrap .single_body__content_swiper .sw_buttons .swiper-pagination {
  display: flex;
  flex-shrink: 0;
  width: auto;
  height: auto;
  top: inherit;
  bottom: inherit;
  left: inherit;
  right: inherit;
  margin: 0;
  position: relative;
  color: #6b6b6b;
  text-align: center;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 18px;
  min-width: 30px;
  justify-content: center;
}
@media screen and (max-width: 1199px) {
  .single_page .single_wrap .single_body__content_swiper .sw_buttons .swiper-pagination {
    font-size: 16px;
    line-height: 16px;
  }
}
@media screen and (max-width: 767px) {
  .single_page .single_wrap .single_body__content_swiper .sw_buttons .swiper-pagination {
    display: flex;
    column-gap: 12px;
    align-items: center;
  }
}
.single_page .single_wrap .single_body__content_swiper .sw_buttons .swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet,
.single_page .single_wrap .single_body__content_swiper .sw_buttons .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0;
  width: 6px;
  height: 6px;
  background: #6b6b6b;
}
.single_page .single_wrap .single_body__content_swiper .sw_buttons .swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet.swiper-pagination-bullet-active,
.single_page .single_wrap .single_body__content_swiper .sw_buttons .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet.swiper-pagination-bullet-active {
  width: 8px;
  height: 8px;
  opacity: 1;
}
@media screen and (max-width: 1600px) {
  .single_page .single_wrap .single_body__content_swiper {
    margin-block: clamp(1.5rem, -3.5rem + 6.667vw, 2.5rem);
  }
}
@media screen and (max-width: 1199px) {
  .single_page .single_wrap .single_body__content_swiper {
    margin-block: 24px;
  }
}
.single_page .single_wrap_tag {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  column-gap: 20px;
  row-gap: 15px;
}
.single_page .single_wrap_tag.--active {
  margin-top: 60px;
  margin-top: clamp(2.5rem, -3.75rem + 6.25vw, 3.75rem);
}
@media screen and (max-width: 1600px) {
  .single_page .single_wrap_tag.--active {
    margin-top: 40px;
    margin-top: clamp(2rem, -0.5rem + 3.333vw, 2.5rem);
  }
}
@media screen and (max-width: 1199px) {
  .single_page .single_wrap_tag.--active {
    margin-top: 32px;
  }
}
.single_page .single_wrap_tag.--active a {
  color: #171717;
}
@media (hover: hover) {
  .single_page .single_wrap_tag.--active a:hover {
    color: #6b6b6b;
  }
}
@media (hover: none) {
  .single_page .single_wrap_tag.--active a:active {
    color: #6b6b6b;
  }
}
.single_page .single_wrap_tag.--tag {
  margin-top: 30px;
  margin-top: clamp(1.5rem, -0.375rem + 1.875vw, 1.875rem);
}
@media screen and (max-width: 1600px) {
  .single_page .single_wrap_tag.--tag {
    margin-top: 24px;
  }
}
@media screen and (max-width: 767px) {
  .single_page .single_wrap_tag.--tag {
    margin-top: 16px;
  }
}
@media screen and (max-width: 767px) {
  .single_page .single_wrap_tag {
    column-gap: clamp(0.75rem, 0.273rem + 2.036vw, 1.25rem);
    row-gap: clamp(0.375rem, -0.162rem + 2.29vw, 0.938rem);
  }
}
.single_page .single_wrap_tag a {
  color: #6b6b6b;
  font-size: 28px;
  font-weight: 500;
  line-height: 34px;
  display: flex;
  max-width: fit-content;
  transition: 0.4s;
}
@media screen and (max-width: 1600px) {
  .single_page .single_wrap_tag a {
    font-size: clamp(1.375rem, -2rem + 3.75vw, 1.75rem);
    line-height: clamp(1.75rem, -1.625rem + 3.75vw, 2.125rem);
  }
}
@media screen and (max-width: 1199px) {
  .single_page .single_wrap_tag a {
    font-size: clamp(1.125rem, 0.68rem + 0.928vw, 1.375rem);
    line-height: clamp(1.5rem, 1.055rem + 0.928vw, 1.75rem);
  }
}
@media (hover: hover) {
  .single_page .single_wrap_tag a:hover {
    color: #171717;
  }
}
@media (hover: none) {
  .single_page .single_wrap_tag a:active {
    color: #171717;
  }
}
.single_page .single_wrap .wide_banner {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
  margin-top: 30px;
  padding: 40px;
  border-radius: 20px;
  background: linear-gradient(180deg, #1e1e1e 0%, #313131 100%);
  border: 1px solid var(--dark-grey, #6b6b6b);
  column-gap: 40px;
  position: relative;
  overflow: hidden;
}
@media (hover: hover) {
  .single_page .single_wrap .wide_banner:hover .btn.white {
    opacity: 1;
    color: #6b6b6b;
    border-color: #6b6b6b;
  }
}
@media (hover: none) {
  .single_page .single_wrap .wide_banner:active .btn.white {
    opacity: 1;
    color: #6b6b6b;
    border-color: #6b6b6b;
  }
}
@media screen and (max-width: 1600px) {
  .single_page .single_wrap .wide_banner {
    column-gap: clamp(1.5rem, -3.5rem + 6.667vw, 2.5rem);
  }
}
@media screen and (max-width: 1199px) {
  .single_page .single_wrap .wide_banner {
    column-gap: 24px;
  }
}
@media screen and (max-width: 767px) {
  .single_page .single_wrap .wide_banner {
    padding: 20px;
    row-gap: 16px;
    align-items: flex-start;
    border-radius: 10px;
  }
}
.single_page .single_wrap .wide_banner-icon {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 310px;
  height: auto;
  position: relative;
}
@media screen and (max-width: 767px) {
  .single_page .single_wrap .wide_banner-icon {
    max-width: 100%;
  }
}
.single_page .single_wrap .wide_banner-icon svg,
.single_page .single_wrap .wide_banner-icon img {
  height: auto;
  object-fit: contain;
  max-width: 100%;
}
.single_page .single_wrap .wide_banner_content {
  width: 100%;
  max-width: calc(100% - 310px - 40px);
}
@media screen and (max-width: 1600px) {
  .single_page .single_wrap .wide_banner_content {
    max-width: calc(100% - 310px - clamp(1.5rem, -3.5rem + 6.667vw, 2.5rem));
  }
}
@media screen and (max-width: 1199px) {
  .single_page .single_wrap .wide_banner_content {
    max-width: calc(100% - 310px - 24px);
  }
}
@media screen and (max-width: 767px) {
  .single_page .single_wrap .wide_banner_content {
    max-width: 100%;
  }
}
.single_page .single_wrap .wide_banner_content-tag {
  color: #6b6b6b;
  font-family: "Ony Okkam";
  font-size: 18px;
  font-weight: 400;
  line-height: 24px;
  margin-bottom: 16px;
}
@media screen and (max-width: 767px) {
  .single_page .single_wrap .wide_banner_content-tag {
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 10px;
  }
}
.single_page .single_wrap .wide_banner_content-title {
  color: #f0f0f0;
  font-family: "Ony Okkam";
  font-size: 26px;
  font-weight: 500;
  line-height: 32px;
  margin-top: 16px;
}
@media screen and (max-width: 767px) {
  .single_page .single_wrap .wide_banner_content-title {
    margin-top: 10px;
    font-size: 18px;
    line-height: 24px;
  }
}
.single_page .single_wrap .wide_banner_content-text {
  color: #f0f0f0;
  font-family: "Ony Okkam";
  font-size: 18px;
  font-weight: 400;
  line-height: 24px;
  margin-top: 14px;
}
@media screen and (max-width: 767px) {
  .single_page .single_wrap .wide_banner_content-text {
    margin-top: 10px;
    font-size: 14px;
    line-height: 20px;
  }
}
.single_page .single_wrap .wide_banner_content-text p {
  margin: 0;
  color: inherit;
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
  line-height: inherit;
}
.single_page .single_wrap .wide_banner_content-text a {
  margin: 0;
  color: inherit;
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
  line-height: inherit;
}
.single_page .single_wrap .wide_banner_content-btn {
  margin-top: 30px;
  padding-left: 39px;
  padding-right: 39px;
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 767px) {
  .single_page .single_wrap .wide_banner_content-btn {
    margin-top: 24px;
    padding: 10px 28px;
  }
}
.single_page .single_wrap .wide_banner-link {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 1;
}
@media screen and (max-width: 1199px) {
  .single_page .single_wrap .banner_sticky {
    display: none;
  }
}
.single_page .single_wrap .banner_outside {
  width: 100%;
  max-width: 100%;
  position: sticky;
  top: 132px;
  margin-top: 30px;
}
@media (hover: hover) {
  .single_page .single_wrap .banner_outside:hover .btn.white {
    opacity: 1;
    color: #6b6b6b;
    border-color: #6b6b6b;
  }
}
@media (hover: none) {
  .single_page .single_wrap .banner_outside:active .btn.white {
    opacity: 1;
    color: #6b6b6b;
    border-color: #6b6b6b;
  }
}
.single_page .single_wrap .banner_outside_it {
  padding: 20px;
  border-radius: 20px;
  border: 2px solid #6b6b6b;
  background: #1e1e1e;
  position: relative;
}
@media screen and (max-width: 1199px) {
  .single_page .single_wrap .banner_outside_it {
    display: none;
  }
}
.single_page .single_wrap .banner_outside_it-tag {
  color: #6b6b6b;
  font-family: "Ony Okkam";
  font-size: 16px;
  font-weight: 400;
  line-height: 22px;
}
.single_page .single_wrap .banner_outside_it-title {
  margin-top: 16px;
  color: #f0f0f0;
  font-family: "Ony Okkam";
  font-size: 26px;
  font-weight: 500;
  line-height: 32px;
}
.single_page .single_wrap .banner_outside_it-icon {
  margin-top: 26px;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 100%;
  height: auto;
  overflow: hidden;
}
.single_page .single_wrap .banner_outside_it-icon svg,
.single_page .single_wrap .banner_outside_it-icon img {
  max-width: 100%;
  height: auto;
}
.single_page .single_wrap .banner_outside_it-btn {
  margin-top: 30px;
  padding: 14px 38px 16px 38px;
  font-size: 16px;
  line-height: 22px;
  position: relative;
  z-index: 2;
}
.single_page .single_wrap .banner_outside_it-link {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
}
.single_page .single_wrap .banner_outside .wide_banner {
  display: none;
}
@media screen and (max-width: 1199px) {
  .single_page .single_wrap .banner_outside .wide_banner {
    display: flex;
  }
}

.btn_up {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 50px;
  width: clamp(2.5rem, -0.625rem + 3.125vw, 3.125rem);
  height: 50px;
  height: clamp(2.5rem, -0.625rem + 3.125vw, 3.125rem);
  cursor: pointer;
}
@media screen and (max-width: 1600px) {
  .btn_up {
    width: 40px;
    height: 40px;
  }
}
@media (hover: hover) {
  .btn_up:hover svg circle {
    stroke: #f0f0f0;
  }
  .btn_up:hover svg path {
    stroke: #f0f0f0;
  }
}
@media (hover: none) {
  .btn_up:active svg circle {
    stroke: #f0f0f0;
  }
  .btn_up:active svg path {
    stroke: #f0f0f0;
  }
}
.btn_up svg {
  width: 100%;
  height: 100%;
}

.single_end {
  margin-top: 55px;
}
@media screen and (max-width: 1600px) {
  .single_end {
    margin-top: 34px;
    margin-top: clamp(0.25rem, -9.125rem + 12.5vw, 2.125rem);
  }
}
@media screen and (max-width: 1199px) {
  .single_end {
    margin-top: 30px;
  }
}
.single_end-left {
  color: #6b6b6b;
  font-size: 54px;
  font-size: clamp(2.75rem, -0.375rem + 3.125vw, 3.375rem);
  font-weight: 500;
  line-height: 54px;
  line-height: clamp(2.75rem, -0.375rem + 3.125vw, 3.375rem);
  max-width: 550px;
  max-width: clamp(26.875rem, -10.625rem + 37.5vw, 34.375rem);
  margin-top: 70px;
  margin-top: clamp(4.125rem, 2.875rem + 1.25vw, 4.375rem);
}
@media screen and (max-width: 1600px) {
  .single_end-left {
    font-size: 44px;
    line-height: 44px;
    letter-spacing: -0.88px;
    max-width: 430px;
    margin-top: 72px;
  }
}
@media screen and (max-width: 1199px) {
  .single_end-left {
    display: none;
  }
}
.single_end-left b {
  color: #f0f0f0;
}

.single_end_more {
  display: flex;
  flex-direction: column;
  row-gap: 30px;
}
@media screen and (max-width: 1600px) {
  .single_end_more {
    row-gap: clamp(1.25rem, -1.875rem + 4.167vw, 1.875rem);
  }
}
@media screen and (max-width: 1199px) {
  .single_end_more {
    row-gap: 20px;
  }
}
.single_end_more_head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  column-gap: 20px;
  row-gap: 10px;
}
.single_end_more_head-title {
  color: #f0f0f0;
  font-size: 34px;
  font-size: clamp(1.75rem, -0.125rem + 1.875vw, 2.125rem);
  font-weight: 500;
  line-height: 40px;
  line-height: clamp(2.125rem, 0.25rem + 1.875vw, 2.5rem);
}
@media screen and (max-width: 1600px) {
  .single_end_more_head-title {
    font-size: 28px;
    font-size: clamp(1.375rem, -0.5rem + 2.5vw, 1.75rem);
    line-height: 34px;
    line-height: clamp(1.563rem, -1.25rem + 3.75vw, 2.125rem);
  }
}
@media screen and (max-width: 1199px) {
  .single_end_more_head-title {
    font-size: 22px;
    line-height: 25px;
  }
}
.single_end_more_head .sw_buttons {
  display: flex;
  align-items: center;
  column-gap: 10px;
}
.single_end_more_head .sw_buttons > * {
  margin: 0;
  padding: 0;
  height: auto;
  width: auto;
}
@media screen and (max-width: 1600px) {
  .single_end_more_head .sw_buttons > * {
    width: 30px;
    width: clamp(1.5rem, -0.375rem + 2.5vw, 1.875rem);
  }
}
@media screen and (max-width: 1199px) {
  .single_end_more_head .sw_buttons > * {
    width: 24px;
  }
}
.single_end_more .swiper_more_end {
  max-width: 100%;
}
.single_end_more .swiper_more_end .swiper-pagination {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  gap: 6px;
  position: unset;
  margin: 40px 0 0 0;
  padding: 0;
  transform: unset;
}
@media screen and (max-width: 1199px) {
  .single_end_more .swiper_more_end .swiper-pagination {
    display: none;
  }
}
.single_end_more .swiper_more_end .swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  background: #6b6b6b;
  opacity: 1;
  margin: 0;
  padding: 0;
  transition: 0.4s;
}
.single_end_more .swiper_more_end .swiper-pagination-bullet-active {
  width: 20px;
  border-radius: 10px;
}

.fixed_btn {
  position: fixed;
  bottom: clamp(12.5rem, 0rem + 12.5vw, 15rem);
  transform: translateX(-104px);
  display: flex;
  flex-direction: column;
  row-gap: 20px;
  z-index: 10;
  z-index: 14;
}
.fixed_btn .arrow_up {
  display: flex;
  flex-shrink: 0;
  max-width: fit-content;
  margin-left: auto;
  opacity: 0;
  pointer-events: none;
  transition: 0.3s;
}
@media screen and (max-width: 1199px) {
  .fixed_btn .arrow_up svg {
    width: 38px;
    height: 38px;
  }
}
@media (hover: hover) {
  .fixed_btn .arrow_up:hover svg path,
  .fixed_btn .arrow_up:hover svg circle {
    stroke: #fff;
  }
}
@media (hover: none) {
  .fixed_btn .arrow_up:active svg path,
  .fixed_btn .arrow_up:active svg circle {
    stroke: #fff;
  }
}
@media screen and (max-width: 1600px) {
  .fixed_btn {
    bottom: clamp(5.625rem, -24.375rem + 40vw, 15.625rem);
    transform: translateX(-74px);
  }
}
@media screen and (max-width: 1199px) {
  .fixed_btn {
    bottom: clamp(5.625rem, -24.375rem + 40vw, 15.625rem);
    transform: translateX(0);
    right: 40px;
    bottom: 72px;
  }
}
@media screen and (max-width: 1199px) and (hover: hover) {
  .fixed_btn:hover svg path,
  .fixed_btn:hover svg circle {
    stroke: rgb(107, 107, 107);
  }
}
@media screen and (max-width: 1199px) and (hover: none) {
  .fixed_btn:active svg path,
  .fixed_btn:active svg circle {
    stroke: rgb(107, 107, 107);
  }
}
@media screen and (max-width: 767px) {
  .fixed_btn {
    right: 26px;
  }
}

.fixed_btn .arrow_up.active {
  opacity: 1;
  pointer-events: auto;
}

.block_action {
  margin-bottom: clamp(0.75rem, -1.75rem + 2.5vw, 1.25rem);
  border-left: 3px solid #1b6ce7;
  padding-left: 30px;
}
@media screen and (max-width: 1600px) {
  .block_action {
    padding-left: clamp(0.875rem, -4.125rem + 6.667vw, 1.875rem);
  }
}
@media screen and (max-width: 1199px) {
  .block_action {
    padding-left: 14px;
  }
}
.block_action .title {
  color: #aeaeae;
  font-size: 18px;
  line-height: 24px;
}
@media screen and (max-width: 1600px) {
  .block_action .title {
    font-size: clamp(0.875rem, 0.125rem + 1vw, 1.125rem);
    line-height: clamp(1.25rem, 0.5rem + 1vw, 1.5rem);
  }
}
.block_action .text {
  margin-top: 16px;
}
@media screen and (max-width: 1199px) {
  .block_action .text {
    margin-top: 12px;
  }
}
.block_action_wrap {
  margin-top: 30px;
  display: flex;
  align-items: center;
  column-gap: 10px;
}
@media screen and (max-width: 1600px) {
  .block_action_wrap {
    margin-top: clamp(1.25rem, -0.625rem + 2.5vw, 1.875rem);
  }
}
@media screen and (max-width: 1199px) {
  .block_action_wrap {
    margin-top: 15px;
  }
}
.block_action_wrap .icon {
  display: flex;
  flex-shrink: 0;
}
@media screen and (max-width: 767px) {
  .block_action_wrap .icon {
    display: none;
  }
}
@media screen and (max-width: 1600px) {
  .block_action_wrap .icon svg {
    width: clamp(3.375rem, 2.625rem + 1vw, 3.625rem);
    height: clamp(3.375rem, 2.625rem + 1vw, 3.625rem);
  }
}
@media screen and (max-width: 1199px) {
  .block_action_wrap .icon svg {
    width: 44px;
    height: 44px;
  }
}
.block_action_wrap a {
  color: #fff;
  font-size: 18px;
  font-weight: 500;
  line-height: 24px;
  display: flex;
  padding: 16px 40px 18px 40px;
  max-width: fit-content;
  border-radius: 50px;
  background: #1b6ce7;
  transition: 0.4s;
}
@media screen and (max-width: 1600px) {
  .block_action_wrap a {
    font-size: clamp(0.875rem, 0.125rem + 1vw, 1.125rem);
    line-height: clamp(1.25rem, 0.5rem + 1vw, 1.5rem);
  }
}
@media screen and (max-width: 1199px) {
  .block_action_wrap a {
    padding: 12px 20px 12px 20px;
  }
}
@media (hover: hover) {
  .block_action_wrap a:hover {
    background: #0054d3;
  }
}
@media (hover: none) {
  .block_action_wrap a:active {
    background: #0054d3;
  }
}

.block_action_link {
  display: flex;
  flex-direction: column;
  row-gap: 30px;
  margin-bottom: clamp(0.75rem, -1.75rem + 2.5vw, 1.25rem);
}
@media screen and (max-width: 1600px) {
  .block_action_link {
    row-gap: clamp(1.25rem, -0.625rem + 2.5vw, 1.875rem);
  }
}
@media screen and (max-width: 1199px) {
  .block_action_link {
    row-gap: 15px;
  }
}
.block_action_link.up {
  flex-direction: column-reverse;
}
.block_action_link a {
  color: #fff;
  font-size: 18px;
  font-weight: 500;
  line-height: 24px;
  display: flex;
  align-items: center;
  column-gap: 16px;
  padding: 8px 20px 8px 8px;
  max-width: fit-content;
  border-radius: 50px;
  background: #1b6ce7;
  transition: 0.4s;
  position: relative;
  overflow: hidden;
}
@media screen and (max-width: 1600px) {
  .block_action_link a {
    font-size: clamp(0.875rem, 0.125rem + 1vw, 1.125rem);
    line-height: clamp(1.25rem, 0.5rem + 1vw, 1.5rem);
  }
}
@media (hover: hover) {
  .block_action_link a:hover {
    background: #0054d3;
  }
}
@media (hover: none) {
  .block_action_link a:active {
    background: #0054d3;
  }
}
.block_action_link a .icon {
  display: flex;
  flex-shrink: 0;
}
@media screen and (max-width: 1600px) {
  .block_action_link a .icon svg {
    width: clamp(2.125rem, 0.25rem + 2.5vw, 2.75rem);
    height: clamp(2.125rem, 0.25rem + 2.5vw, 2.75rem);
  }
}
.block_action_link .text {
  border-left: 3px solid #e3e3e3;
  padding-left: 30px;
}
@media screen and (max-width: 1600px) {
  .block_action_link .text {
    padding-left: clamp(0.875rem, -4.125rem + 6.667vw, 1.875rem);
  }
}
@media screen and (max-width: 1199px) {
  .block_action_link .text {
    padding-left: 14px;
  }
}
.block_action_link .link-download .icon svg.download-up {
  display: none;
}
.block_action_link .link-download .loader {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: #1b6ce7;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.1s;
  opacity: 0;
  pointer-events: none;
}
.block_action_link .link-download .loader_spin {
  animation: spin 1s linear infinite;
  display: block;
  width: 20px;
  height: 20px;
  border: 3px solid transparent;
  border-top-color: #fff;
  border-left-color: #fff;
  border-right-color: #fff;
  border-radius: 50%;
}
.block_action_link .link-download.loading {
  pointer-events: none;
}
.block_action_link .link-download.loading .loader {
  opacity: 1;
}
.block_action_link .link-download.loading-success {
  pointer-events: none;
}
.block_action_link .link-download.loading-success .icon svg.download-up {
  display: inherit;
}
.block_action_link .link-download.loading-success .icon svg.download-down {
  display: none;
}

@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.search_page .single_head__left-back {
  margin-bottom: 40px;
}
@media screen and (max-width: 1199px) {
  .search_page .single_head__left-back {
    margin-bottom: 32px;
  }
}
.search_page_content {
  display: flex;
  flex-direction: column;
  row-gap: 60px;
  row-gap: clamp(2.5rem, -3.75rem + 6.25vw, 3.75rem);
  margin-top: 100px;
  margin-top: 72px;
  margin-top: clamp(4.25rem, 3rem + 1.25vw, 4.5rem);
}
.search_page_content_title {
  color: #6b6b6b;
  font-size: 34px;
  font-size: clamp(1.625rem, -0.875rem + 2.5vw, 2.125rem);
  font-weight: 500;
  line-height: 40px;
  line-height: clamp(2rem, -0.5rem + 2.5vw, 2.5rem);
}
@media screen and (max-width: 1600px) {
  .search_page_content_title {
    font-size: 26px;
    font-size: clamp(1.375rem, 0.125rem + 1.667vw, 1.625rem);
    line-height: 32px;
    line-height: clamp(1.563rem, -0.625rem + 2.917vw, 2rem);
  }
}
@media screen and (max-width: 1199px) {
  .search_page_content_title {
    font-size: 22px;
    line-height: 26px;
  }
}
@media screen and (max-width: 767px) {
  .search_page_content_title {
    font-size: 20px;
    line-height: 24px;
  }
}
.search_page_content_link {
  display: flex;
  flex-direction: column;
  row-gap: 16px;
}
.search_page_content_link_item {
  display: flex;
  align-items: center;
  column-gap: 16px;
  padding: 7px 20px 7px 8px;
  border-radius: 50px;
  background: #282828;
  color: #fff;
  font-size: 22px;
  font-size: clamp(1.125rem, -0.125rem + 1.25vw, 1.375rem);
  font-weight: 400;
  line-height: 32px;
  line-height: clamp(1.625rem, -0.25rem + 1.875vw, 2rem);
  transition: 0.4s;
  max-width: 710px;
  width: 100%;
  transition: 0.4s;
}
@media (hover: hover) {
  .search_page_content_link_item:hover {
    background: #6b6b6b;
  }
}
@media (hover: none) {
  .search_page_content_link_item:active {
    background: #6b6b6b;
  }
}
@media screen and (max-width: 1600px) {
  .search_page_content_link_item {
    font-size: clamp(0.875rem, -0.375rem + 1.667vw, 1.125rem);
    line-height: clamp(1.25rem, -0.625rem + 2.5vw, 1.625rem);
  }
}
.search_page_content_link_item .icon {
  display: flex;
  flex-shrink: 0;
}
.search_page_content_link_item .icon svg {
  width: 60x;
  width: clamp(2.5rem, -3.75rem + 6.25vw, 3.75rem);
  height: 60px;
  height: clamp(2.5rem, -3.75rem + 6.25vw, 3.75rem);
}
@media screen and (max-width: 1600px) {
  .search_page_content_link_item .icon svg {
    width: 40px;
    width: clamp(2.125rem, 0.25rem + 2.5vw, 2.5rem);
    height: 40px;
    height: clamp(2.125rem, 0.25rem + 2.5vw, 2.5rem);
  }
}
@media screen and (max-width: 1600px) {
  .search_page_content {
    row-gap: 40px;
    row-gap: clamp(1.875rem, -1.25rem + 4.167vw, 2.5rem);
    margin-top: 68px;
    margin-top: clamp(4rem, 2.75rem + 1.667vw, 4.25rem);
  }
}
@media screen and (max-width: 1199px) {
  .search_page_content {
    margin-top: 24px;
  }
}
.search_page_content_block {
  display: flex;
  flex-direction: column;
  row-gap: 10px;
  position: relative;
}
@media screen and (max-width: 1199px) {
  .search_page_content_block {
    row-gap: 7px;
  }
}
@media (hover: hover) {
  .search_page_content_block:hover .search_page_content_block_title,
  .search_page_content_block:hover .search_page_content_block_text {
    color: #6b6b6b;
  }
}
@media (hover: none) {
  .search_page_content_block:active .search_page_content_block_title,
  .search_page_content_block:active .search_page_content_block_text {
    color: #6b6b6b;
  }
}
.search_page_content_block_title {
  color: #f0f0f0;
  font-size: 28px;
  font-size: clamp(1.375rem, -0.5rem + 1.875vw, 1.75rem);
  font-weight: 500;
  line-height: 34px;
  line-height: clamp(1.75rem, -0.125rem + 1.875vw, 2.125rem);
  transition: 0.4s;
}
@media screen and (max-width: 1600px) {
  .search_page_content_block_title {
    font-size: clamp(1.125rem, -0.125rem + 1.667vw, 1.375rem);
    line-height: clamp(1.5rem, 0.25rem + 1.667vw, 1.75rem);
  }
}
.search_page_content_block_text {
  color: #f0f0f0;
  font-size: 22px;
  font-size: clamp(1.125rem, -0.125rem + 1.25vw, 1.375rem);
  font-weight: 400;
  line-height: 32px;
  line-height: clamp(1.625rem, -0.25rem + 1.875vw, 2rem);
  transition: 0.4s;
}
@media screen and (max-width: 1600px) {
  .search_page_content_block_text {
    font-size: clamp(0.875rem, -0.375rem + 1.667vw, 1.125rem);
    line-height: clamp(1.25rem, -0.625rem + 2.5vw, 1.625rem);
  }
}
.search_page_content_block_inform {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 20px;
}
.search_page_content_block_inform_tag {
  color: #6b6b6b;
  font-size: 20px;
  font-size: clamp(1.125rem, 0.5rem + 0.625vw, 1.25rem);
  font-weight: 500;
  line-height: 26px;
  position: relative;
  z-index: 2;
  transition: 0.4s;
}
@media screen and (max-width: 1600px) {
  .search_page_content_block_inform_tag {
    font-size: clamp(0.875rem, -0.375rem + 1.667vw, 1.125rem);
    line-height: clamp(1.25rem, -0.625rem + 2.5vw, 1.625rem);
  }
}
@media (hover: hover) {
  .search_page_content_block_inform_tag.--link:hover {
    color: #fff;
  }
}
@media (hover: none) {
  .search_page_content_block_inform_tag.--link:active {
    color: #fff;
  }
}
.search_page_content_block_link {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.search_page_content .block_action {
  border-left: 3px solid #fff;
}
.search_page_content .block_action svg {
  fill: #fff;
}

.excerpt_part strong {
  background: #1b6ce7;
  font-weight: normal;
}

.search_page_content_block_text b {
  background: #1b6ce7;
  font-weight: normal;
}

.search_page_content_block_title strong {
  background: #1b6ce7;
  font-weight: normal;
}

.subscription_product {
  margin-top: 250px;
  margin-top: clamp(10rem, -18.125rem + 28.125vw, 15.625rem);
}
@media screen and (max-width: 1600px) {
  .subscription_product {
    margin-top: 160px;
  }
}
@media screen and (max-width: 1199px) {
  .subscription_product {
    margin-top: 140px;
  }
}
@media screen and (max-width: 767px) {
  .subscription_product {
    margin-top: 72px;
  }
}
.subscription_product_wrap {
  display: flex;
  align-items: center;
  padding: 32px 32px 32px 1020px;
  padding: 32px 32px 32px clamp(48rem, -30.75rem + 78.75vw, 63.75rem);
  position: relative;
  background: #fff;
  border-radius: 20px;
  min-height: 414px;
  min-height: clamp(20.875rem, -4.125rem + 25vw, 25.875rem);
}
@media screen and (max-width: 1600px) {
  .subscription_product_wrap {
    padding: 32px 32px 32px 768px;
    padding: 32px 32px 32px clamp(24.938rem, -90.375rem + 153.75vw, 48rem);
    min-height: 334px;
    min-height: clamp(15rem, -14.375rem + 39.167vw, 20.875rem);
  }
}
@media screen and (max-width: 1199px) {
  .subscription_product_wrap {
    min-height: 240px;
    padding: 32px 32px 32px 399px;
  }
}
@media screen and (max-width: 767px) {
  .subscription_product_wrap {
    min-height: auto;
    padding: 24px 24px 0 24px;
    flex-direction: column-reverse;
    align-items: start;
  }
}
@media (hover: hover) {
  .subscription_product_wrap:hover .subscription_product_wrap_inform_btn {
    background: #171717;
    color: #f0f0f0;
  }
}
@media (hover: none) {
  .subscription_product_wrap:active .subscription_product_wrap_inform_btn {
    background: #171717;
    color: #f0f0f0;
  }
}
.subscription_product_wrap_image {
  display: flex;
  flex-shrink: 0;
  aspect-ratio: 900/510;
  width: 100%;
  max-width: 900px;
  max-width: clamp(41.75rem, -30.75rem + 72.5vw, 56.25rem);
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 2;
  overflow: hidden;
}
.subscription_product_wrap_image picture {
  display: flex;
}
@media screen and (max-width: 1600px) {
  .subscription_product_wrap_image {
    max-width: 668px;
    max-width: clamp(23.438rem, -68.125rem + 122.083vw, 41.75rem);
  }
}
@media screen and (max-width: 1199px) {
  .subscription_product_wrap_image {
    max-width: 375px;
  }
}
@media screen and (max-width: 767px) {
  .subscription_product_wrap_image {
    aspect-ratio: 349/215;
    max-width: 349px;
    margin-inline: auto;
    right: 0;
    position: relative;
  }
}
.subscription_product_wrap_image img {
  height: fit-content;
  max-height: 100%;
  width: auto;
  margin: auto auto 0 auto;
}
.subscription_product_wrap_inform {
  display: flex;
  flex-direction: column;
  max-width: 576px;
  max-width: clamp(25rem, -30rem + 55vw, 36rem);
}
@media screen and (max-width: 1600px) {
  .subscription_product_wrap_inform {
    max-width: 400px;
  }
}
.subscription_product_wrap_inform_title {
  color: #171717;
  font-size: 40px;
  font-size: clamp(2rem, -0.5rem + 2.5vw, 2.5rem);
  font-weight: 500;
  line-height: 46px;
  line-height: clamp(2.25rem, -0.875rem + 3.125vw, 2.875rem);
  letter-spacing: -0.8px;
}
@media screen and (max-width: 1600px) {
  .subscription_product_wrap_inform_title {
    font-size: 32px;
    font-size: clamp(1.625rem, -0.25rem + 2.5vw, 2rem);
    line-height: 36px;
    line-height: clamp(1.625rem, -1.5rem + 4.167vw, 2.25rem);
  }
}
@media screen and (max-width: 1199px) {
  .subscription_product_wrap_inform_title {
    font-size: 26px;
    line-height: 26px;
  }
}
.subscription_product_wrap_inform_text {
  color: #171717;
  margin-top: 16px;
  margin-top: clamp(0.75rem, -0.5rem + 1.6667vw, 1rem);
  font-size: 22px;
  font-size: clamp(1.125rem, -0.125rem + 1.25vw, 1.375rem);
  line-height: 32px;
  line-height: clamp(1.625rem, -0.25rem + 1.875vw, 2rem);
}
@media screen and (max-width: 1600px) {
  .subscription_product_wrap_inform_text {
    font-size: 18px;
    font-size: clamp(0.875rem, -0.375rem + 1.667vw, 1.125rem);
    line-height: 26px;
    line-height: clamp(1.25rem, -0.625rem + 2.5vw, 1.625rem);
  }
}
@media screen and (max-width: 1199px) {
  .subscription_product_wrap_inform_text {
    font-size: 14px;
    line-height: 20px;
    margin-top: 12px;
  }
}
.subscription_product_wrap_inform_btn {
  color: #171717;
  font-weight: 500;
  margin-top: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: fit-content;
  padding: 14px 39px 16px 39px;
  padding: clamp(0.688rem, -0.25rem + 0.938vw, 0.875rem) clamp(1.188rem, -5.063rem + 6.25vw, 2.438rem) clamp(0.813rem, -0.125rem + 0.938vw, 1rem) clamp(1.188rem, -5.063rem + 6.25vw, 2.438rem);
  border-radius: 50px;
  border: 2px solid #171717;
  transition: 0.4s;
}
@media screen and (max-width: 1600px) {
  .subscription_product_wrap_inform_btn {
    margin-top: clamp(1.5rem, -3.5rem + 6.6667vw, 2.5rem);
  }
}
@media screen and (max-width: 1199px) {
  .subscription_product_wrap_inform_btn {
    margin-top: 24px;
    padding: 11px 18px 11px 18px;
  }
}

.overlay {
  width: 100%;
  min-height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  position: fixed;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.3);
  opacity: 0;
  pointer-events: none;
  transition: 0.35s ease-in-out;
  max-height: 100vh;
  overflow-y: auto;
  z-index: 100;
  padding: 13px;
}
.overlay.open {
  opacity: 1;
  pointer-events: auto;
}
.overlay .modals {
  opacity: 0;
  pointer-events: none;
  transition: 0.35s ease-in-out;
  max-height: 100vh;
  overflow-y: auto;
  position: relative;
  width: 100%;
  display: block;
}
.overlay .modals.typ_speaker .close-modal-btn.--icon {
  top: 10px;
  right: 10px;
}
.overlay .modals .content {
  opacity: 0;
  transition: 0.35s ease-in-out;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  height: 100%;
}
.overlay .modals .close-modal-btn.--icon {
  position: absolute;
  top: 20px;
  right: 20px;
  opacity: 1;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 5;
  width: 22px;
  height: 22px;
  border-radius: 50%;
  overflow: hidden;
  background: #171717;
  will-change: opacity;
  transform: translateZ(0);
}
@media (hover: hover) {
  .overlay .modals .close-modal-btn.--icon:hover {
    opacity: 0.7;
  }
}
@media (hover: none) {
  .overlay .modals .close-modal-btn.--icon:active {
    opacity: 0.7;
  }
}
.overlay .modals .close-modal-btn.--icon svg {
  width: 10px;
  height: 10px;
}
.overlay .modals.open {
  opacity: 1;
  pointer-events: inherit;
}
.overlay .modals.open .content {
  opacity: 1;
}

.modals {
  display: none;
}

.typ_consult,
.typ_subscrip {
  max-width: 1080px;
  max-width: clamp(51rem, -31.5rem + 82.5vw, 67.5rem);
  padding: 50px 60px;
  padding: clamp(2.875rem, 1.625rem + 1.25vw, 3.125rem) clamp(2.875rem, -1.5rem + 4.375vw, 3.75rem);
  border-radius: 20px;
  overflow: hidden;
  background: #fff;
}
@media screen and (max-width: 1600px) {
  .typ_consult,
  .typ_subscrip {
    max-width: 816px;
    max-width: clamp(33.75rem, -52.5rem + 115vw, 51rem);
    padding: 46px;
    padding: clamp(1.875rem, -3.125rem + 6.667vw, 2.875rem);
  }
}
@media screen and (max-width: 1199px) {
  .typ_consult,
  .typ_subscrip {
    max-width: 540px;
    padding: 30px;
  }
}
@media screen and (max-width: 767px) {
  .typ_consult,
  .typ_subscrip {
    padding: 20px;
  }
}
.typ_consult_wrap,
.typ_subscrip_wrap {
  width: 100%;
}
.typ_consult_wrap_title,
.typ_subscrip_wrap_title {
  color: #171717;
  font-size: 34px;
  font-weight: 500;
  line-height: 40px;
}
@media screen and (max-width: 1199px) {
  .typ_consult_wrap_title,
  .typ_subscrip_wrap_title {
    font-size: 26px;
    line-height: 32px;
  }
}
@media screen and (max-width: 1199px) {
  .typ_consult_wrap_title,
  .typ_subscrip_wrap_title {
    max-width: calc(100% - 40px);
  }
}
.typ_consult_wrap_text,
.typ_subscrip_wrap_text {
  color: #1e1e1e;
  font-size: 22px;
  font-weight: 500;
  line-height: 28px;
  margin-top: 10px;
}
@media screen and (max-width: 1199px) {
  .typ_consult_wrap_text,
  .typ_subscrip_wrap_text {
    font-size: 18px;
    line-height: 24px;
  }
}
.typ_consult_wrap_form,
.typ_subscrip_wrap_form {
  margin-top: 40px;
  margin-top: clamp(1.875rem, -1.25rem + 3.125vw, 2.5rem);
  color: #171717;
}
@media screen and (max-width: 1600px) {
  .typ_consult_wrap_form,
  .typ_subscrip_wrap_form {
    margin-top: 30px;
    margin-top: clamp(1.25rem, -1.875rem + 4.167vw, 1.875rem);
  }
}
@media screen and (max-width: 1199px) {
  .typ_consult_wrap_form,
  .typ_subscrip_wrap_form {
    margin-top: 20px;
  }
}

.typ_subscrip_wrap_form .subscribe_block .subscribe_block-inputs .b-unisender-form__main {
  display: flex;
  flex-direction: column;
}
.typ_subscrip_wrap_form .subscribe_block .subscribe_block-inputs .b-unisender-form__main .b-unisender-field:nth-child(2) {
  margin-top: 20px;
}
@media screen and (max-width: 767px) {
  .typ_subscrip_wrap_form .subscribe_block .subscribe_block-inputs .b-unisender-form__main .b-unisender-field:nth-child(2) {
    margin-top: 10px;
  }
}

.typ_notification,
.typ_research,
.typ_old_notification {
  border-radius: 20px;
  overflow: hidden;
  background: #fff;
  max-width: 525px;
  padding: 40px;
}
@media screen and (max-width: 1600px) {
  .typ_notification,
  .typ_research,
  .typ_old_notification {
    padding: 30px;
  }
}
@media screen and (max-width: 1199px) {
  .typ_notification,
  .typ_research,
  .typ_old_notification {
    max-width: 328px;
    padding: 40px 30px 30px 30px;
  }
}
.typ_notification_wrap,
.typ_research_wrap,
.typ_old_notification_wrap {
  width: 100%;
}
.typ_notification_wrap_title,
.typ_research_wrap_title,
.typ_old_notification_wrap_title {
  color: #171717;
  font-size: 34px;
  font-weight: 500;
  line-height: 40px;
}
@media screen and (max-width: 1199px) {
  .typ_notification_wrap_title,
  .typ_research_wrap_title,
  .typ_old_notification_wrap_title {
    font-size: 26px;
    line-height: 32px;
  }
}
@media screen and (max-width: 1199px) {
  .typ_notification_wrap_title,
  .typ_research_wrap_title,
  .typ_old_notification_wrap_title {
    max-width: calc(100% - 40px);
  }
}
.typ_notification_wrap_text,
.typ_research_wrap_text,
.typ_old_notification_wrap_text {
  color: #1e1e1e;
  font-size: 22px;
  font-weight: 500;
  line-height: 28px;
  margin-top: 10px;
}
@media screen and (max-width: 1199px) {
  .typ_notification_wrap_text,
  .typ_research_wrap_text,
  .typ_old_notification_wrap_text {
    font-size: 18px;
    line-height: 24px;
  }
}

.b-unisender-form._show-message._validation-error-text .b-unisender-form__message_validation-error-text,
.b-unisender-form._show-message._server-error-text .b-unisender-form__message_server-error-text,
.b-unisender-form .b-unisender-field._has-error .b-unisender-field__error-text,
.b-unisender-form .b-unisender-checkbox__error-text {
  display: none;
}

.b-unisender-form .b-unisender-form__button-box {
  max-width: fit-content;
  display: flex;
  margin-inline: auto;
}
.b-unisender-form .b-unisender-form__button-box svg {
  display: none;
}
.b-unisender-form .b-unisender-form__button-box.disabled {
  cursor: not-allowed;
}
.b-unisender-form .b-unisender-form__button-box.disabled .b-unisender-form__submit-button {
  opacity: 0.5;
  pointer-events: none;
}
.b-unisender-form .b-unisender-form__submit-button {
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: fit-content;
  padding: 14px 29px 16px 29px;
  font-size: 18px;
  font-size: clamp(1rem, 0.375rem + 0.625vw, 1.125rem);
  font-weight: 500;
  line-height: 24px;
  border-radius: 50px;
  column-gap: 5px;
  border: 2px solid transparent;
  color: #fff;
  background: #1b6ce7;
  transition: 0.4s;
}
@media (hover: hover) {
  .b-unisender-form .b-unisender-form__submit-button:hover {
    background: #0054d3;
  }
}
@media (hover: none) {
  .b-unisender-form .b-unisender-form__submit-button:active {
    background: #0054d3;
  }
}
@media screen and (max-width: 1600px) {
  .b-unisender-form .b-unisender-form__submit-button {
    padding: 10px 19px 12px 19px;
    font-size: 16px;
    font-size: clamp(0.875rem, 0.25rem + 0.833vw, 1rem);
    line-height: clamp(1.375rem, 0.75rem + 0.833vw, 1.5rem);
  }
}
@media screen and (max-width: 1199px) {
  .b-unisender-form .b-unisender-form__submit-button {
    font-size: 14px;
    line-height: 22px;
    padding: 11px 18px;
  }
}

.b-unisender-form * {
  width: 100%;
}
.b-unisender-form * .b-unisender-checkbox {
  margin-top: 40px;
}
@media screen and (max-width: 1600px) {
  .b-unisender-form * .b-unisender-checkbox {
    margin-top: 30px;
  }
}
.b-unisender-form * .b-unisender-checkbox:last-child {
  margin-top: 16px;
}
@media screen and (max-width: 1600px) {
  .b-unisender-form * .b-unisender-checkbox:last-child {
    margin-top: 12px;
  }
}
.b-unisender-form * .b-unisender-checkbox .b-unisender-checkbox__input {
  position: absolute;
  z-index: -1;
  left: 0;
  opacity: 0;
  pointer-events: none;
}
.b-unisender-form * .b-unisender-checkbox .b-unisender-checkbox__label {
  margin: 0;
  height: auto;
  padding-left: 24px;
  align-items: center;
  column-gap: 10px;
  color: #aeaeae;
  position: relative;
  max-width: fit-content;
  cursor: pointer;
  font-size: 18px;
  font-size: clamp(1rem, 0.375rem + 0.625vw, 1.125rem);
  line-height: 24px;
  line-height: clamp(1.375rem, 0.75rem + 0.625vw, 1.5rem);
  transition: 0.4s;
}
@media screen and (max-width: 1600px) {
  .b-unisender-form * .b-unisender-checkbox .b-unisender-checkbox__label {
    font-size: 16px;
    font-size: clamp(0.875rem, 0.25rem + 0.833vw, 1rem);
    line-height: 22px;
    line-height: clamp(1.25rem, 0.625rem + 0.833vw, 1.375rem);
  }
}
@media screen and (max-width: 1199px) {
  .b-unisender-form * .b-unisender-checkbox .b-unisender-checkbox__label {
    font-size: 14px;
    line-height: 20px;
  }
}
.b-unisender-form * .b-unisender-checkbox .b-unisender-checkbox__label::before {
  content: "";
  width: 14px;
  height: 14px;
  border: 2px solid #aeaeae;
  border-radius: 4px;
  position: absolute;
  left: 0;
  top: 5px;
}
@media screen and (max-width: 1600px) {
  .b-unisender-form * .b-unisender-checkbox .b-unisender-checkbox__label::before {
    top: 3px;
  }
}
.b-unisender-form * .b-unisender-checkbox .b-unisender-checkbox__label::after {
  content: "";
  background-image: url(../assets/icon/check.svg);
  display: block;
  width: 14px;
  height: 14px;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  position: absolute;
  left: 0;
  top: 5px;
  opacity: 0;
  transition: 0.4s;
}
@media screen and (max-width: 1600px) {
  .b-unisender-form * .b-unisender-checkbox .b-unisender-checkbox__label::after {
    top: 3px;
  }
}
.b-unisender-form * .b-unisender-checkbox .b-unisender-checkbox__label a {
  color: #aeaeae;
  font-size: 18px;
  font-weight: 400;
  line-height: 24px;
  position: relative;
  text-decoration: underline;
  text-underline-offset: 4px;
  text-decoration-thickness: 1px;
  font-size: 18px;
  font-size: clamp(1rem, 0.375rem + 0.625vw, 1.125rem);
  line-height: 24px;
  line-height: clamp(1.375rem, 0.75rem + 0.625vw, 1.5rem);
  will-change: opacity;
  transform: translateZ(0);
  transition: 0.4s;
}
@media screen and (max-width: 1600px) {
  .b-unisender-form * .b-unisender-checkbox .b-unisender-checkbox__label a {
    font-size: 16px;
    font-size: clamp(0.875rem, 0.25rem + 0.833vw, 1rem);
    line-height: 22px;
    line-height: clamp(1.25rem, 0.625rem + 0.833vw, 1.375rem);
  }
}
@media screen and (max-width: 1199px) {
  .b-unisender-form * .b-unisender-checkbox .b-unisender-checkbox__label a {
    font-size: 14px;
    line-height: 20px;
  }
}
@media (hover: hover) {
  .b-unisender-form * .b-unisender-checkbox .b-unisender-checkbox__label a:hover {
    opacity: 0.7;
  }
}
@media (hover: none) {
  .b-unisender-form * .b-unisender-checkbox .b-unisender-checkbox__label a:active {
    opacity: 0.7;
  }
}
.b-unisender-form * .b-unisender-checkbox .b-unisender-checkbox__input:checked + .b-unisender-checkbox__label {
  color: #6b6b6b;
}
.b-unisender-form * .b-unisender-checkbox .b-unisender-checkbox__input:checked + .b-unisender-checkbox__label a {
  color: #6b6b6b;
}
.b-unisender-form * .b-unisender-checkbox .b-unisender-checkbox__input:checked + .b-unisender-checkbox__label::before {
  opacity: 0;
}
.b-unisender-form * .b-unisender-checkbox .b-unisender-checkbox__input:checked + .b-unisender-checkbox__label::after {
  opacity: 1;
}
.b-unisender-form * .b-unisender-checkbox._has-error .b-unisender-checkbox__label::before {
  border-color: red;
}
.b-unisender-form * .b-unisender-form__footer .b-unisender-form__button-box {
  justify-content: center;
  position: relative;
}
.b-unisender-form * .b-unisender-form__footer .b-unisender-form__button-box svg {
  margin: 0;
}

.subscribe_block .subscribe_block-inputs {
  display: flex;
  flex-direction: column;
  row-gap: 40px;
}
@media screen and (max-width: 1199px) {
  .subscribe_block .subscribe_block-inputs {
    row-gap: 24px;
  }
}
.subscribe_block .subscribe_block-inputs .b-unisender-field__label {
  display: none;
}
.subscribe_block .subscribe_block-inputs .b-unisender-form__main {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  column-gap: 20px;
}
@media screen and (max-width: 1600px) {
  .subscribe_block .subscribe_block-inputs .b-unisender-form__main {
    column-gap: 15px;
  }
}
@media screen and (max-width: 1199px) {
  .subscribe_block .subscribe_block-inputs .b-unisender-form__main {
    column-gap: 10px;
  }
}
@media screen and (max-width: 767px) {
  .subscribe_block .subscribe_block-inputs .b-unisender-form__main {
    grid-template-columns: 1fr;
  }
}
.subscribe_block .subscribe_block-inputs .b-unisender-form__main .b-unisender-field:not(:nth-child(-n+2)) {
  margin-top: 20px;
}
@media screen and (max-width: 1600px) {
  .subscribe_block .subscribe_block-inputs .b-unisender-form__main .b-unisender-field:not(:nth-child(-n+2)) {
    margin-top: 14px;
  }
}
@media screen and (max-width: 1199px) {
  .subscribe_block .subscribe_block-inputs .b-unisender-form__main .b-unisender-field:not(:nth-child(-n+2)) {
    margin-top: 10px;
  }
}
@media screen and (max-width: 767px) {
  .subscribe_block .subscribe_block-inputs .b-unisender-form__main .b-unisender-field:not(:first-child) {
    margin-top: 10px;
  }
}
.subscribe_block .subscribe_block-inputs .b-unisender-form__main .b-unisender-form__field:not(:nth-child(-n+4)) {
  grid-column: span 2;
}
@media screen and (max-width: 767px) {
  .subscribe_block .subscribe_block-inputs .b-unisender-form__main .b-unisender-form__field:not(:nth-child(-n+4)) {
    grid-column: span 1;
  }
}
.subscribe_block .subscribe_block-inputs input[type=email],
.subscribe_block .subscribe_block-inputs input[type=text] {
  height: 100%;
  width: 100%;
  padding: 16px 30px;
  border-radius: 50px;
  border: 1px solid #1e1e1e;
  color: #1e1e1e;
  font-size: 18px;
  font-size: clamp(1rem, 0.375rem + 0.625vw, 1.125rem);
  line-height: 24px;
  line-height: clamp(1.375rem, 0.75rem + 0.625vw, 1.5rem);
}
@media screen and (max-width: 1600px) {
  .subscribe_block .subscribe_block-inputs input[type=email],
  .subscribe_block .subscribe_block-inputs input[type=text] {
    font-size: 16px;
    font-size: clamp(0.875rem, 0.25rem + 0.833vw, 1rem);
    line-height: 22px;
    line-height: clamp(1.25rem, 0.625rem + 0.833vw, 1.375rem);
    padding: 15px 26px;
  }
}
@media screen and (max-width: 1199px) {
  .subscribe_block .subscribe_block-inputs input[type=email],
  .subscribe_block .subscribe_block-inputs input[type=text] {
    font-size: 14px;
    line-height: 20px;
    padding: 12px 20px;
  }
}
.subscribe_block .subscribe_block-inputs input[type=email]::placeholder,
.subscribe_block .subscribe_block-inputs input[type=text]::placeholder {
  font-size: inherit;
  line-height: inherit;
  font-weight: inherit;
  color: #aeaeae;
}
.subscribe_block .b-unisender-form__messages {
  display: none;
}

.subscribe_block._validation-error-text .subscribe_block-inputs input[type=text],
.subscribe_block._validation-error-text .subscribe_block-inputs input[type=email] {
  border-color: red;
}

.open_meta_btn {
  display: flex;
  flex-shrink: 0;
  max-width: 20px;
  max-width: clamp(1rem, -0.25rem + 1.25vw, 1.25rem);
  max-height: 20px;
  max-height: clamp(1rem, -0.25rem + 1.25vw, 1.25rem);
  position: relative;
  z-index: 2;
  cursor: pointer;
}
@media screen and (max-width: 1600px) {
  .open_meta_btn {
    max-width: 16px;
    max-height: 16px;
  }
}
.open_meta_btn svg {
  width: 100%;
  height: 100%;
}
.open_meta_btn.active svg path:last-child {
  display: none;
}
@media (hover: hover) {
  .open_meta_btn:hover svg circle {
    fill: #fff;
  }
}
@media (hover: none) {
  .open_meta_btn:active svg circle {
    fill: #fff;
  }
}

.content_similar {
  width: 100%;
  margin-top: 90px;
}
@media screen and (max-width: 1600px) {
  .content_similar {
    margin-top: 100px;
    margin-top: clamp(3.125rem, -9.375rem + 16.667vw, 5.625rem);
  }
}
@media screen and (max-width: 1199px) {
  .content_similar {
    margin-top: 50px;
  }
}
.content_similar_title {
  color: #171717;
  font-size: 28px;
  font-size: clamp(1.375rem, -0.5rem + 1.875vw, 1.75rem);
  font-weight: 500;
  line-height: 36px;
  line-height: clamp(1.75rem, -0.75rem + 2.5vw, 2.25rem);
}
@media screen and (max-width: 1600px) {
  .content_similar_title {
    font-size: 22px;
    font-size: clamp(1rem, -0.875rem + 2.5vw, 1.375rem);
    line-height: 28px;
    line-height: clamp(1.375rem, -0.5rem + 2.5vw, 1.75rem);
  }
}
@media screen and (max-width: 1199px) {
  .content_similar_title {
    font-size: 16px;
    line-height: 22px;
  }
}
.content_similar_sw {
  margin-top: 40px;
}
@media screen and (max-width: 1600px) {
  .content_similar_sw {
    margin-top: clamp(1.25rem, -5rem + 8.333vw, 2.5rem);
  }
}
@media screen and (max-width: 1199px) {
  .content_similar_sw {
    margin-top: 20px;
  }
}
.content_similar_sw .card {
  display: flex;
  width: 100%;
  max-width: 100%;
  overflow: hidden;
  position: relative;
}
.content_similar_sw .card_link {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  z-index: 1;
}
@media (hover: hover) {
  .content_similar_sw .card_link:hover + .card_wrap .card_wrap_image img {
    transform: scale(1.03);
  }
  .content_similar_sw .card_link:hover + .card_wrap .card_wrap_inform .btn {
    color: #fff;
    background: transparent;
  }
}
@media (hover: none) {
  .content_similar_sw .card_link:active + .card_wrap .card_wrap_image img {
    transform: scale(1.03);
  }
  .content_similar_sw .card_link:active + .card_wrap .card_wrap_inform .btn {
    color: #fff;
    background: transparent;
  }
}
.content_similar_sw .card.--topic {
  border-radius: 20px;
  background: #fff;
  overflow: hidden;
  height: auto;
  display: flex;
}
.content_similar_sw .card.--topic .card_wrap {
  display: flex;
  align-items: center;
  width: 100%;
  column-gap: 50px;
  column-gap: clamp(1.875rem, -4.375rem + 6.25vw, 3.125rem);
  padding: 50px;
  padding: clamp(2.5rem, -0.625rem + 3.125vw, 3.125rem);
  justify-content: space-between;
}
@media screen and (max-width: 1600px) {
  .content_similar_sw .card.--topic .card_wrap {
    padding: 40px;
    padding: clamp(1.25rem, -5rem + 8.333vw, 2.5rem);
    column-gap: 30px;
  }
}
@media screen and (max-width: 1199px) {
  .content_similar_sw .card.--topic .card_wrap {
    padding: 20px;
  }
}
@media screen and (max-width: 767px) {
  .content_similar_sw .card.--topic .card_wrap {
    flex-direction: column;
    row-gap: 30px;
    align-items: start;
  }
}
.content_similar_sw .card.--topic .card_wrap_image {
  aspect-ratio: 277/156;
  width: 100%;
  max-width: 277px;
  height: auto;
  border-radius: 4px;
  overflow: hidden;
  display: flex;
  flex-shrink: 0;
  background: #aeaeae;
}
@media screen and (max-width: 767px) {
  .content_similar_sw .card.--topic .card_wrap_image {
    order: 2;
    max-width: 100%;
  }
}
.content_similar_sw .card.--topic .card_wrap_image img {
  transition: 0.4s;
  will-change: scale;
  transform: translateZ(0);
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.content_similar_sw .card.--topic .card_wrap_inform {
  display: flex;
  flex-direction: column;
}
@media screen and (max-width: 767px) {
  .content_similar_sw .card.--topic .card_wrap_inform {
    height: auto;
  }
}
.content_similar_sw .card.--topic .card_wrap_inform_title {
  color: #171717;
  font-size: 28px;
  font-size: clamp(1.375rem, -0.5rem + 1.875vw, 1.75rem);
  font-weight: 500;
  line-height: 36px;
  line-height: clamp(1.75rem, -0.75rem + 2.5vw, 2.25rem);
}
@media screen and (max-width: 1600px) {
  .content_similar_sw .card.--topic .card_wrap_inform_title {
    font-size: 22px;
    font-size: clamp(1rem, -0.875rem + 2.5vw, 1.375rem);
    line-height: 28px;
    line-height: clamp(1.375rem, -0.5rem + 2.5vw, 1.75rem);
  }
}
@media screen and (max-width: 1199px) {
  .content_similar_sw .card.--topic .card_wrap_inform_title {
    font-size: 16px;
    line-height: 22px;
  }
}
.content_similar_sw .card.--topic .card_wrap_inform_text {
  color: #171717;
  overflow: hidden;
  display: -webkit-box;
  line-clamp: 2;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  margin-block: 16px 30px;
  margin-block: clamp(0.688rem, -0.875rem + 1.563vw, 1rem) 30px;
  font-size: 22px;
  font-size: clamp(1.125rem, -0.125rem + 1.25vw, 1.375rem);
  line-height: 32px;
  line-height: clamp(1.625rem, -0.25rem + 1.875vw, 2rem);
}
@media screen and (max-width: 1600px) {
  .content_similar_sw .card.--topic .card_wrap_inform_text {
    font-size: 18px;
    font-size: clamp(0.875rem, -0.375rem + 1.667vw, 1.125rem);
    line-height: 26px;
    line-height: clamp(1.25rem, -0.625rem + 2.5vw, 1.625rem);
    margin-block: 11px 20px;
  }
}
@media screen and (max-width: 1199px) {
  .content_similar_sw .card.--topic .card_wrap_inform_text {
    font-size: 14px;
    line-height: 20px;
  }
}
.content_similar_sw .card.--topic .card_wrap_inform_meta {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin-top: auto;
  column-gap: 20px;
  row-gap: 10px;
  font-size: 18px;
  font-size: clamp(1rem, 0.375rem + 0.625vw, 1.125rem);
  line-height: 24px;
  line-height: clamp(1.375rem, 0.75rem + 0.625vw, 1.5rem);
}
@media screen and (max-width: 1600px) {
  .content_similar_sw .card.--topic .card_wrap_inform_meta {
    font-size: 16px;
    font-size: clamp(0.875rem, 0.25rem + 0.833vw, 1rem);
    line-height: 22px;
    line-height: clamp(1.25rem, 0.625rem + 0.833vw, 1.375rem);
  }
}
@media screen and (max-width: 1199px) {
  .content_similar_sw .card.--topic .card_wrap_inform_meta {
    font-size: 14px;
    line-height: 20px;
  }
}
.content_similar_sw .card.--topic .card_wrap_inform_meta_tag {
  color: #aeaeae;
  position: relative;
  z-index: 3;
  font-weight: 500;
  transition: 0.4s;
}
@media (hover: hover) {
  .content_similar_sw .card.--topic .card_wrap_inform_meta_tag:hover {
    color: #171717;
  }
}
@media (hover: none) {
  .content_similar_sw .card.--topic .card_wrap_inform_meta_tag:active {
    color: #171717;
  }
}
.content_similar_sw .card.--topic .card_wrap_inform_meta_date {
  color: #aeaeae;
  font-weight: 500;
}
.content_similar_sw .card.--topic .card_wrap_inform_meta .open_meta_btn {
  cursor: pointer;
}
.content_similar_sw .card.--topic .card_wrap_inform_meta .open_meta_btn svg circle {
  fill: #aeaeae;
}
@media (hover: hover) {
  .content_similar_sw .card.--topic .card_wrap_inform_meta .open_meta_btn:hover svg circle {
    fill: #dedcdc;
  }
}
@media (hover: none) {
  .content_similar_sw .card.--topic .card_wrap_inform_meta .open_meta_btn:active svg circle {
    fill: #dedcdc;
  }
}
.content_similar_sw .card.--topic .card_wrap_inform_meta > *:not(.open_meta_btn) {
  display: none;
}
.content_similar_sw .card.--topic .card_wrap_inform_meta > *:not(.open_meta_btn):nth-child(-n+2) {
  display: flex;
}
.content_similar .sw_navigation {
  display: flex;
  width: 100%;
  justify-content: center;
  align-items: end;
  position: relative;
  margin-top: 30px;
}
.content_similar .sw_navigation.--light .swiper-pagination-bullets.swiper-pagination-horizontal {
  background: #fff;
}
.content_similar .sw_navigation.--light .swiper-pagination-bullets.swiper-pagination-horizontal .swiper-pagination-bullet {
  background: #aeaeae;
}
.content_similar .sw_navigation.--light .swiper-pagination-bullets.swiper-pagination-horizontal .swiper-pagination-bullet-active {
  background: #171717;
}
.content_similar .sw_navigation.--light .sw_navigation_btn .swiper-button-next svg rect,
.content_similar .sw_navigation.--light .sw_navigation_btn .swiper-button-prev svg rect {
  fill: #fff;
}
.content_similar .sw_navigation.--light .sw_navigation_btn .swiper-button-next svg path,
.content_similar .sw_navigation.--light .sw_navigation_btn .swiper-button-prev svg path {
  fill: #6b6b6b;
}
@media screen and (max-width: 1600px) {
  .content_similar .sw_navigation {
    margin-top: clamp(1.25rem, -1.875rem + 4.167vw, 1.875rem);
  }
}
@media screen and (max-width: 1199px) {
  .content_similar .sw_navigation {
    margin-top: 20px;
  }
}
.content_similar .sw_navigation_btn {
  display: flex;
  align-items: center;
  column-gap: 16px;
  column-gap: clamp(0.563rem, -1.625rem + 2.188vw, 1rem);
}
@media screen and (max-width: 1600px) {
  .content_similar .sw_navigation_btn {
    column-gap: 9px;
  }
}
.content_similar .sw_navigation_btn .swiper-button-next,
.content_similar .sw_navigation_btn .swiper-button-prev {
  left: inherit;
  right: inherit;
  top: inherit;
  bottom: inherit;
  margin: inherit;
  padding: inherit;
  position: relative;
  width: auto;
  height: auto;
  z-index: 1;
  transition: 0.4s;
  max-width: 60px;
  max-width: clamp(3.125rem, 0rem + 3.125vw, 3.75rem);
  max-height: 60px;
  max-height: clamp(3.125rem, 0rem + 3.125vw, 3.75rem);
  will-change: opacity;
  transform: translateZ(0);
  display: block;
}
.content_similar .sw_navigation_btn .swiper-button-next.swiper-button-lock,
.content_similar .sw_navigation_btn .swiper-button-prev.swiper-button-lock {
  display: none;
}
@media screen and (max-width: 1600px) {
  .content_similar .sw_navigation_btn .swiper-button-next,
  .content_similar .sw_navigation_btn .swiper-button-prev {
    max-width: 50px;
    max-height: 50px;
  }
}
@media screen and (max-width: 1199px) {
  .content_similar .sw_navigation_btn .swiper-button-next,
  .content_similar .sw_navigation_btn .swiper-button-prev {
    max-width: 40px;
    max-height: 40px;
  }
}
@media (hover: hover) {
  .content_similar .sw_navigation_btn .swiper-button-next:hover,
  .content_similar .sw_navigation_btn .swiper-button-prev:hover {
    opacity: 0.7;
  }
}
@media (hover: none) {
  .content_similar .sw_navigation_btn .swiper-button-next:active,
  .content_similar .sw_navigation_btn .swiper-button-prev:active {
    opacity: 0.7;
  }
}
.content_similar .sw_navigation_btn .swiper-button-next svg,
.content_similar .sw_navigation_btn .swiper-button-prev svg {
  width: 100%;
  height: 100%;
}
.content_similar .sw_navigation_btn .swiper-button-next::after,
.content_similar .sw_navigation_btn .swiper-button-prev::after {
  content: "";
}/*# sourceMappingURL=style.css.map */