@import url("https://fonts.googleapis.com/css2?family=IBM+Plex+Serif:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;1,100;1,200;1,300;1,400;1,500;1,600;1,700&family=Manrope:wght@200..800&display=swap");
*,
*::before,
*::after {
  box-sizing: border-box;
}

:where(ul, ol):where([class]) {
  padding-left: 0;
}

body,
:where(blockquote, figure):where([class]) {
  margin: 0;
}

:where(h1,
h2,
h3,
h4,
h5,
h6,
p,
ul,
ol,
dl):where([class]) {
  margin-block: 0;
}

summary::-webkit-details-marker {
  display: none;
}

:where(dd[class]) {
  margin-left: 0;
}

:where(fieldset[class]) {
  margin-left: 0;
  padding: 0;
  border: none;
}

:where(ul[class]) {
  list-style: none;
}

p {
  margin-block: 0;
}

img {
  display: block;
  max-width: 100%;
  height: auto;
}

input,
textarea,
select,
button {
  font: inherit;
  appearance: none;
  border-radius: 0;
  padding: 0;
  margin: 0;
  background: transparent;
  border: none;
}

input:focus,
textarea:focus,
select:focus,
button:focus {
  outline: none;
}

textarea {
  resize: none;
}

html {
  height: 100%;
  scroll-behavior: smooth;
}

button {
  touch-action: manipulation;
}

body {
  min-height: 100%;
}

svg * {
  transition-property: fill, stroke;
}

@media (prefers-reduced-motion: reduce) {
  * {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
    scroll-behavior: auto !important;
  }
}
@font-face {
  font-family: "TroubleSide";
  src: url(../fonts/TroubleSide.woff2) format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
:root {
  --color-dark: #2E2E2E;
  --color-light: #FFF;
  --color-gray: #A8A7C4;
  --color-gray-alt: #F3F5FC;
  --color-blue: #10069F;
  --color-blue-alt: #C6D4FB;
  --font-family-base: "Manrope", sans-serif;
}

.visually-hidden {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  margin: -1px !important;
  border: 0 !important;
  padding: 0 !important;
  white-space: nowrap !important;
  clip-path: inset(100%) !important;
  clip: rect(0 0 0 0) !important;
  overflow: hidden !important;
}

@media (max-width: 743px) {
  .hidden-mobile {
    display: none !important;
  }
}

@media (max-width: 1399px) {
  .hidden-tablet {
    display: none !important;
  }
}

@media (min-width: 1400px) {
  .visible-tablet {
    display: none !important;
  }
}

@media (min-width: 744px) {
  .visible-mobile {
    display: none !important;
  }
}

body {
  font-family: var(--font-family-base);
  font-weight: 400;
  color: var(--color-dark);
  background: var(--color-gray-alt);
  line-height: normal;
  -ms-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

a,
button,
input,
textarea,
svg * {
  transition: 0.3s;
}

button {
  cursor: pointer;
}

input {
  cursor: text;
}

textarea {
  resize: none;
}

a {
  text-decoration: none;
  color: inherit;
}

.container {
  width: 100%;
  max-width: 1440px;
  margin: 0 auto;
  padding: 0 30px;
}
@media (max-width: 1399px) {
  .container {
    max-width: 800px;
    padding: 0 20px;
  }
}
@media (max-width: 743px) {
  .container {
    max-width: 500px;
    padding: 0 16px;
  }
}

.row {
  --bs-gutter-x: 24px;
}
@media (max-width: 1399px) {
  .row {
    --bs-gutter-x: 10px;
  }
}
@media (max-width: 743px) {
  .row {
    --bs-gutter-x: 15px;
  }
}

@media (min-width: 744px) {
  .col-md-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
}

@media (min-width: 744px) {
  .col-md-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
}

@media screen and (min-width: 1200px) {
  .col-xl-9 {
    flex: 0 0 auto;
    width: 100%;
  }
}
@media screen and (min-width: 1400px) {
  .col-xl-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-xl-9 {
    flex: 0 0 auto;
    width: 75%;
  }
}
.swiper-button-next,
.swiper-button-prev {
  left: inherit;
  right: inherit;
  top: inherit;
  bottom: inherit;
  margin: 0;
  padding: 0;
  position: relative;
  width: auto;
  height: auto;
  z-index: 1;
}

.swiper-button-next::after,
.swiper-button-prev::after {
  content: "";
}

.swiper-pagination {
  display: flex;
  width: 100%;
  justify-content: center;
  align-items: flex-start;
  column-gap: 6px;
  padding: 0;
  position: relative;
  margin: 0;
  top: auto !important;
  left: auto !important;
  bottom: auto !important;
  right: auto !important;
  width: 100%;
  align-items: center;
  margin-top: 24px;
  padding: 0 130px;
  position: relative;
  z-index: 1;
}
@media (max-width: 1399px) {
  .swiper-pagination {
    display: none;
  }
}
@media (max-width: 743px) {
  .swiper-pagination {
    display: flex;
    margin-top: 20px;
  }
}

.swiper-pagination-bullet {
  background: var(--color-gray);
  width: 6px;
  height: 6px;
  border-radius: 50%;
  margin: 0 !important;
  opacity: 1;
  transition: 0.3s;
  cursor: pointer;
}

.swiper-pagination-bullet-active {
  width: 14px;
  border-radius: 10px;
}

.swiper {
  max-width: 100%;
  width: 100%;
}

h1,
h2,
h3 {
  padding: 0;
  margin: 0;
}

*::-webkit-scrollbar-track {
  background: var(--color-light);
}

*::-webkit-scrollbar-thumb {
  background-color: var(--color-blue);
  border: 0;
}

*::-webkit-scrollbar {
  height: 4px;
  width: 3px;
}

h1,
.h1 {
  font-size: 54px;
  font-style: normal;
  font-weight: 500;
  line-height: 64px;
  letter-spacing: -1.08px;
}
@media (max-width: 1399px) {
  h1,
  .h1 {
    font-size: 48px;
    font-style: normal;
    font-weight: 500;
    line-height: 48px;
    letter-spacing: -0.96px;
  }
}
@media (max-width: 743px) {
  h1,
  .h1 {
    font-size: 38px;
    font-style: normal;
    font-weight: 500;
    line-height: 44px;
    letter-spacing: -0.76px;
  }
}

h2,
.h2 {
  font-size: 46px;
  font-style: normal;
  font-weight: 500;
  line-height: 100%;
  letter-spacing: -0.92px;
}
@media (max-width: 1399px) {
  h2,
  .h2 {
    font-size: 30px;
    font-style: normal;
    font-weight: 500;
    line-height: 30px;
    letter-spacing: -0.6px;
  }
}

h3,
.h3 {
  font-size: 32px;
  font-style: normal;
  font-weight: 500;
  line-height: 36px;
}
@media (max-width: 1399px) {
  h3,
  .h3 {
    font-size: 26px;
    font-style: normal;
    font-weight: 500;
    line-height: 32px;
  }
}
@media (max-width: 743px) {
  h3,
  .h3 {
    font-size: 32px;
    font-style: normal;
    font-weight: 500;
    line-height: 36px;
  }
}

progress[value] {
  appearance: none;
  border: none;
  width: 100%;
  height: 4px;
  border-radius: 6px;
  position: relative;
  margin-top: auto;
}

@keyframes animate-stripes {
  100% {
    background-position: -100px 0;
  }
}
.progress-bar {
  background-color: #FFF;
  border-radius: 0;
  width: 100%;
  height: 20px;
}

.progress-bar span {
  background-color: var(--color-blue);
  border-radius: 0;
  display: block;
  text-indent: -9999px;
}

p[data-value] {
  position: relative;
}

p[data-value]:after {
  content: attr(data-value) "%";
  position: absolute;
  right: 0;
  left: 0;
  margin-inline: auto;
  width: 42px;
  text-align: center;
  top: 5px;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px;
  color: var(--color-light);
}
@media (max-width: 1399px) {
  p[data-value]:after {
    font-size: 14px;
    line-height: 20px;
    top: 10px;
  }
}

.progress_wrap {
  width: 42px;
  display: flex;
  flex-direction: column;
  height: 40px;
}

progress[value]::-webkit-progress-bar {
  background-color: #FFF;
  border-radius: 4px;
  background: #FFF;
}

progress[value]::-moz-progress-bar {
  background: var(--color-blue);
}

progress[value]::-webkit-progress-value {
  position: relative;
  border-radius: 4px;
  animation: animate-stripes 5s linear infinite;
  background: var(--color-blue);
}

.first_screen {
  padding-block: 30px 110px;
  overflow: hidden;
}
@media (max-width: 1399px) {
  .first_screen {
    padding-block: 20px 50px;
  }
}
@media (max-width: 743px) {
  .first_screen {
    padding-block: 46px 50px;
  }
}
.first_screen .first_screen_wrap {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.first_screen .first_screen_wrap .logo svg {
  display: flex;
  flex-shrink: 0;
}
@media (max-width: 1399px) {
  .first_screen .first_screen_wrap .logo svg {
    max-width: 40px;
    max-height: 40px;
  }
}
@media (max-width: 743px) {
  .first_screen .first_screen_wrap .logo svg {
    max-width: 50px;
    max-height: 50px;
  }
}
.first_screen .first_screen_wrap .icon {
  display: flex;
  align-items: center;
  column-gap: 10px;
  margin-top: 96px;
}
@media (max-width: 1399px) {
  .first_screen .first_screen_wrap .icon {
    margin-top: 30px;
    column-gap: 8px;
  }
  .first_screen .first_screen_wrap .icon svg:nth-child(3) {
    max-width: 30px;
    max-height: 30px;
  }
  .first_screen .first_screen_wrap .icon svg:nth-child(2),
  .first_screen .first_screen_wrap .icon svg:nth-child(4) {
    max-width: 28px;
    max-height: 28px;
  }
  .first_screen .first_screen_wrap .icon svg:nth-child(1),
  .first_screen .first_screen_wrap .icon svg:nth-child(5) {
    max-width: 26px;
    max-height: 26px;
  }
}
@media (max-width: 743px) {
  .first_screen .first_screen_wrap .icon {
    margin-top: 28px;
  }
}
.first_screen .first_screen_wrap h1 {
  text-align: center;
  position: relative;
  margin-top: 30px;
}
@media (max-width: 1399px) {
  .first_screen .first_screen_wrap h1 {
    margin-top: 16px;
  }
}
.first_screen .first_screen_wrap h1 svg:first-child {
  display: flex;
  flex-shrink: 0;
  position: absolute;
  margin-inline: auto;
  bottom: -22px;
  left: 0;
  right: 0;
}
@media (max-width: 1399px) {
  .first_screen .first_screen_wrap h1 svg:first-child {
    display: none;
  }
}
.first_screen .first_screen_wrap h1 svg:last-child {
  display: none;
}
@media (max-width: 743px) {
  .first_screen .first_screen_wrap h1 svg:last-child {
    display: flex;
    flex-shrink: 0;
    position: absolute;
    margin-inline: auto;
    bottom: -13px;
    left: 0;
    right: 0;
  }
}
.first_screen .first_screen_wrap .text {
  text-align: center;
  font-size: 18px;
  line-height: 24px;
  margin-top: 52px;
}
@media (max-width: 1399px) {
  .first_screen .first_screen_wrap .text {
    margin-top: 30px;
    font-size: 14px;
    line-height: 20px;
  }
}
@media (max-width: 743px) {
  .first_screen .first_screen_wrap .text {
    margin-top: 34px;
  }
}
.first_screen .first_screen_wrap .text p:not(:last-child) {
  margin-bottom: 10px;
}
@media (max-width: 1399px) {
  .first_screen .first_screen_wrap .text p:not(:last-child) {
    margin-bottom: 5px;
  }
}
.first_screen .first_screen_wrap .text span {
  color: rgba(46, 46, 46, 0.5);
}
.first_screen .first_screen_wrap .text .footnote {
  color: rgba(46, 46, 46, 0.5);
  font-size: 16px;
}
@media (max-width: 1399px) {
  .first_screen .first_screen_wrap .text .footnote {
    font-size: 12px;
  }
}
.first_screen .first_screen_wrap .tag {
  display: flex;
  align-items: center;
  column-gap: 14px;
  margin-top: 38px;
}
@media (max-width: 1399px) {
  .first_screen .first_screen_wrap .tag {
    margin-top: 36px;
    column-gap: 10px;
  }
}
@media (max-width: 743px) {
  .first_screen .first_screen_wrap .tag {
    margin-top: 25px;
    column-gap: 5px;
  }
}
.first_screen .first_screen_wrap .tag .item {
  padding: 9px 10px;
  border-radius: 12px;
  border: 1px solid;
  display: flex;
  align-items: center;
  justify-content: center;
  column-gap: 3px;
}
@media (max-width: 1399px) {
  .first_screen .first_screen_wrap .tag .item {
    padding: 8px 10px;
    column-gap: 2px;
    border-radius: 10px;
  }
}
.first_screen .first_screen_wrap .tag .item:first-child {
  border-color: #DDEC8A;
  background: #E6F598;
}
.first_screen .first_screen_wrap .tag .item:first-child span {
  background: linear-gradient(180deg, #A1BB41 26.02%, #809B1A 78.1%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.first_screen .first_screen_wrap .tag .item:nth-child(2) {
  border-color: #BDDCEE;
  background: #CBE6F5;
}
.first_screen .first_screen_wrap .tag .item:nth-child(2) span {
  background: linear-gradient(180deg, #40A3FF 27.73%, #1B88ED 77.73%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.first_screen .first_screen_wrap .tag .item:last-child {
  border-color: #ECE09D;
  background: #F3E7A3;
}
.first_screen .first_screen_wrap .tag .item:last-child span {
  background: linear-gradient(141deg, #EC933F 46.24%, #E37712 67.49%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.first_screen .first_screen_wrap .tag .item span {
  font-family: "TroubleSide", sans-serif;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0.32px;
  text-transform: uppercase;
}
@media (max-width: 1399px) {
  .first_screen .first_screen_wrap .tag .item span {
    font-size: 10px;
    line-height: 16px;
    letter-spacing: 0.2px;
  }
}
.first_screen .first_screen_wrap .link {
  font-size: 18px;
  font-weight: 500;
  line-height: 24px;
  display: flex;
  padding: 4px 14px 8px 14px;
  border-radius: 10px;
  background: var(--color-light);
  margin-top: 80px;
}
@media (max-width: 1399px) {
  .first_screen .first_screen_wrap .link {
    display: none;
  }
}
@media (max-width: 743px) {
  .first_screen .first_screen_wrap .link {
    display: flex;
    font-size: 14px;
    line-height: 20px;
    padding: 4px 14px 8px 14px;
    margin-top: 30px;
  }
}
@media (hover: hover) {
  .first_screen .first_screen_wrap .link:hover {
    color: var(--color-light);
    background: var(--color-blue);
  }
}
@media (hover: none) {
  .first_screen .first_screen_wrap .link:active {
    color: var(--color-light);
    background: var(--color-blue);
  }
}

.swiper_block {
  height: 100%;
  max-width: 600px;
}
@media (max-width: 743px) {
  .swiper_block {
    padding-top: 40px;
    height: auto;
  }
}
.swiper_block .sw_first {
  overflow: visible;
  margin-left: 0;
  height: 100%;
  clip-path: inset(0px -100% 0px 0px);
  max-width: 600px;
  max-height: 686px;
  aspect-ratio: 0.875/1;
}
@media (max-width: 743px) {
  .swiper_block .sw_first {
    height: 100%;
    clip-path: inherit;
    max-height: 418px;
    aspect-ratio: inherit;
  }
}
.swiper_block .sw_first .item {
  max-height: 686px;
  width: 100%;
  display: flex;
  height: 100%;
  border-radius: 14px;
  overflow: hidden;
  max-width: 600px;
}
.swiper_block .sw_first .item .video_first {
  max-height: 100%;
  height: 100%;
  display: flex;
  position: relative;
}
.swiper_block .sw_first .item .video_first video {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
  object-fit: cover;
  cursor: pointer;
}
.swiper_block .sw_first .item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: 0.3s;
}
.swiper_block .sw_first .item .icon {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto auto;
  max-width: 40px;
  min-width: 40px;
  max-height: 40px;
  min-height: 40px;
  border-radius: 50%;
  overflow: hidden;
  background: #FFFFFF;
  align-items: center;
  justify-content: center;
  display: flex;
}
@media (max-width: 1399px) {
  .swiper_block .sw_first .item {
    max-width: 290px;
  }
}
@media (max-width: 743px) {
  .swiper_block .sw_first .item {
    max-width: 350px;
    max-height: 418px;
  }
}
.swiper_block .sw_first .swiper-slide {
  display: flex;
  height: auto;
}
.swiper_block .sw_first .swiper-slide-active .controls {
  opacity: 1;
}
.swiper_block .sw_first .swiper-slide-active .controls__button {
  opacity: 0;
}
@media (hover: hover) {
  .swiper_block .sw_first .swiper-slide-active:hover .controls__button {
    opacity: 1;
  }
}
@media (hover: none) {
  .swiper_block .sw_first .swiper-slide-active:active .controls__button {
    opacity: 1;
  }
}

.controls__button {
  max-width: 40px;
  min-width: 40px;
  max-height: 40px;
  min-height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  overflow: hidden;
  background: #FFFFFF;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto auto;
  pointer-events: none;
  transition: 0.4s;
}

.controls {
  position: absolute;
  bottom: 24px;
  padding-inline: 20px;
  display: flex;
  align-items: end;
  margin-inline: auto;
  justify-content: center;
  width: 100%;
  -moz-column-gap: 20px;
  column-gap: 20px;
  opacity: 0;
  transition: 0.4s;
}
.controls .progress {
  position: relative;
  display: flex;
  flex-basis: 100%;
  height: 4px;
  border-radius: 20px;
  background: #FFF;
  pointer-events: none;
}
.controls .progress .progress__filled {
  width: 50%;
  flex: 0;
  flex-basis: 0%;
  height: 4px;
  background: var(--color-gray);
  border-radius: 20px;
}
.controls .controls-btn {
  display: flex;
  align-items: end;
  -moz-column-gap: 10px;
  column-gap: 10px;
}
.controls .controls-btn .button_voice {
  max-width: 40px;
  min-width: 40px;
  max-height: 40px;
  min-height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  overflow: hidden;
  background: #FFFFFF;
  position: relative;
}
.controls .controls-btn .button_voice svg {
  position: absolute;
  top: 0;
  left: 0;
}
.controls .controls-btn .button_voice svg:first-child {
  opacity: 0;
}
.controls .controls-btn .button_voice svg:last-child {
  opacity: 1;
}
.controls .controls-btn .button_voice.voice_muted svg:first-child {
  opacity: 1;
}
.controls .controls-btn .button_voice.voice_muted svg:last-child {
  opacity: 0;
}

.VideoVert {
  outline: none;
  --fancybox-bg: rgba(0, 0, 0, 0.40);
}
.VideoVert .fancybox__content .f-button.is-close-btn svg {
  stroke: var(--color-dark);
  opacity: 1;
  width: 15px;
  height: 15px;
  display: flex;
}
.VideoVert .fancybox__content .f-button.is-close-btn {
  right: 10px;
  top: 10px;
  width: 30px;
  height: 30px;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #F8F8F8;
  opacity: 1;
}
.VideoVert .fancybox__content {
  border-radius: 14px;
  overflow: hidden;
}
.VideoVert .fancybox__slide {
  padding-inline: 10px;
}
@media (max-width: 743px) {
  .VideoVert .fancybox__slide {
    padding-inline: 12px;
  }
}

.fancybox-skin {
  background: transparent;
  box-shadow: none !important;
}

.fancybox__html5video:focus-visible {
  border: none;
  outline: none;
}

.advantages .advantages_wrap {
  padding: 60px 30px;
  border-radius: 10px;
  background: var(--color-light);
}
@media (max-width: 1399px) {
  .advantages .advantages_wrap {
    padding: 20px;
  }
}
@media (max-width: 743px) {
  .advantages .advantages_wrap {
    overflow: hidden;
  }
}
.advantages .advantages_wrap_head {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 1399px) {
  .advantages .advantages_wrap_head {
    flex-direction: column;
  }
}
.advantages .advantages_wrap_head h2 {
  position: relative;
  max-width: 615px;
  min-width: 615px;
  z-index: 1;
}
@media (max-width: 1399px) {
  .advantages .advantages_wrap_head h2 {
    max-width: 530px;
    min-width: inherit;
  }
}
@media (max-width: 743px) {
  .advantages .advantages_wrap_head h2 {
    max-width: 280px;
  }
}
.advantages .advantages_wrap_head h2 span {
  position: relative;
  z-index: 1;
}
.advantages .advantages_wrap_head h2 span::before {
  content: "";
  display: block;
  width: 100%;
  height: 6px;
  background: #C6D4FB;
  position: absolute;
  left: 0;
  bottom: 2px;
  z-index: -1;
}
@media (max-width: 1399px) {
  .advantages .advantages_wrap_head h2 span::before {
    height: 4px;
  }
}
@media (max-width: 743px) {
  .advantages .advantages_wrap_head h2 span::before {
    width: 69px;
  }
}
.advantages .advantages_wrap_head h2 svg:nth-child(2) {
  display: flex;
  flex-shrink: 0;
  position: absolute;
  left: -11px;
  top: 48px;
  z-index: -1;
}
@media (max-width: 1399px) {
  .advantages .advantages_wrap_head h2 svg:nth-child(2) {
    display: none;
  }
}
.advantages .advantages_wrap_head h2 svg:last-child {
  display: none;
}
@media (max-width: 1399px) {
  .advantages .advantages_wrap_head h2 svg:last-child {
    display: flex;
    flex-shrink: 0;
    position: absolute;
    margin-inline: 0;
    bottom: inherit;
    left: inherit;
    right: 37px;
    top: -7px;
    z-index: -1;
  }
}
@media (max-width: 743px) {
  .advantages .advantages_wrap_head h2 svg:last-child {
    right: 25px;
    top: 23px;
  }
}
.advantages .advantages_wrap_head .text {
  font-size: 18px;
  line-height: 24px;
  max-width: 646px;
}
@media (max-width: 1399px) {
  .advantages .advantages_wrap_head .text {
    margin-top: 15px;
  }
  .advantages .advantages_wrap_head .text br {
    display: none;
  }
}
.advantages .advantages_wrap_head .text p:not(:last-child) {
  margin-bottom: 16px;
}
@media (max-width: 1399px) {
  .advantages .advantages_wrap_head .text {
    font-size: 14px;
    line-height: 20px;
  }
}
@media (max-width: 743px) {
  .advantages .advantages_wrap_head .text {
    margin-top: 24px;
  }
  .advantages .advantages_wrap_head .text br {
    display: none;
  }
}
.advantages .advantages_wrap_body {
  display: flex;
  flex-wrap: wrap;
  margin-top: 54px;
}
@media (max-width: 743px) {
  .advantages .advantages_wrap_body::before {
    content: "";
    background: var(--color-blue);
    width: 2px;
    top: 24px;
    position: absolute;
    height: calc(100% - 20px);
  }
}
@media (max-width: 1399px) {
  .advantages .advantages_wrap_body {
    margin-top: 40px;
  }
}
@media (max-width: 743px) {
  .advantages .advantages_wrap_body {
    margin-top: 47px;
    position: relative;
  }
}
.advantages .advantages_wrap_body .item {
  flex: 0 0 50%;
  position: relative;
}
@media (max-width: 743px) {
  .advantages .advantages_wrap_body .item {
    flex: 0 0 100%;
  }
}
.advantages .advantages_wrap_body .item .num {
  font-size: 140px;
  font-weight: 300;
  line-height: 140px;
  letter-spacing: -2.8px;
  color: var(--color-blue);
}
@media (max-width: 1399px) {
  .advantages .advantages_wrap_body .item .num {
    font-size: 60px;
    font-style: normal;
    font-weight: 400;
    line-height: 60px;
    letter-spacing: -1.2px;
  }
}
.advantages .advantages_wrap_body .item .text {
  font-size: 18px;
  line-height: 24px;
  max-width: 300px;
}
@media (max-width: 1399px) {
  .advantages .advantages_wrap_body .item .text {
    max-width: 140px;
    font-size: 12px;
    line-height: 18px;
  }
}
@media (hover: hover) {
  .advantages .advantages_wrap_body .item .text a:hover {
    color: var(--color-blue);
  }
}
@media (hover: none) {
  .advantages .advantages_wrap_body .item .text a:active {
    color: var(--color-blue);
  }
}
.advantages .advantages_wrap_body .item .num {
  position: relative;
  z-index: 1;
}
.advantages .advantages_wrap_body .item:nth-child(3) {
  flex: 0 0 100%;
}
.advantages .advantages_wrap_body .item:nth-child(4) {
  flex: 0 0 60%;
}
@media (max-width: 743px) {
  .advantages .advantages_wrap_body .item:nth-child(4) {
    flex: 0 0 100%;
  }
}
.advantages .advantages_wrap_body .item:nth-child(5) {
  flex: 0 0 40%;
}
@media (max-width: 743px) {
  .advantages .advantages_wrap_body .item:nth-child(5) {
    flex: 0 0 100%;
  }
}
.advantages .advantages_wrap_body .item:first-child {
  padding-left: 57px;
  padding-bottom: 118px;
}
@media (max-width: 1399px) {
  .advantages .advantages_wrap_body .item:first-child {
    padding-left: 26px;
    padding-bottom: 37px;
  }
}
@media (max-width: 743px) {
  .advantages .advantages_wrap_body .item:first-child {
    padding-left: 40px;
    padding-bottom: 0;
  }
}
.advantages .advantages_wrap_body .item:first-child .text {
  margin-block: 20px 14px;
}
.advantages .advantages_wrap_body .item:first-child .text br {
  display: none;
}
@media (max-width: 1399px) {
  .advantages .advantages_wrap_body .item:first-child .text br {
    display: inherit;
  }
}
@media (max-width: 1399px) {
  .advantages .advantages_wrap_body .item:first-child .text {
    margin-block: 8px 10px;
  }
}
@media (max-width: 743px) {
  .advantages .advantages_wrap_body .item:first-child .text {
    max-width: 195px;
  }
  .advantages .advantages_wrap_body .item:first-child .text br {
    display: none;
  }
}
.advantages .advantages_wrap_body .item:first-child .icon svg {
  display: flex;
  width: 140px;
  height: 44px;
}
@media (max-width: 1399px) {
  .advantages .advantages_wrap_body .item:first-child .icon svg {
    width: 100px;
    height: 32px;
  }
}
.advantages .advantages_wrap_body .item:first-child .num svg {
  position: absolute;
  z-index: -1;
  left: -35px;
  top: -30px;
}
@media (max-width: 1399px) {
  .advantages .advantages_wrap_body .item:first-child .num svg {
    width: 72px;
    height: 70px;
    left: -34px;
    top: -18px;
  }
}
.advantages .advantages_wrap_body .item:first-child .line {
  display: flex;
  position: absolute;
  margin-top: 32px;
  left: -6px;
  height: 86px;
  width: 2px;
  background: var(--color-blue);
  left: 0;
}
@media (max-width: 1399px) {
  .advantages .advantages_wrap_body .item:first-child .line {
    margin-top: 0;
    bottom: 0;
  }
}
@media (max-width: 743px) {
  .advantages .advantages_wrap_body .item:first-child .line {
    height: 0;
    left: 0;
    top: 24px;
  }
}
.advantages .advantages_wrap_body .item:first-child .line::before {
  content: "";
  display: block;
  width: 14px;
  height: 14px;
  border-radius: 4px;
  background: var(--color-blue);
  position: absolute;
  left: -6px;
  top: 0;
}
@media (max-width: 1399px) {
  .advantages .advantages_wrap_body .item:first-child .line::before {
    width: 12px;
    height: 12px;
    left: -5px;
  }
}
@media (max-width: 743px) {
  .advantages .advantages_wrap_body .item:first-child .line::before {
    left: -5px;
  }
}
.advantages .advantages_wrap_body .item:nth-child(2) {
  margin-top: 26px;
  padding-left: 50px;
}
@media (max-width: 1399px) {
  .advantages .advantages_wrap_body .item:nth-child(2) {
    margin-top: 0;
    padding-left: 29px;
  }
}
@media (max-width: 743px) {
  .advantages .advantages_wrap_body .item:nth-child(2) {
    padding-left: 40px;
    margin-top: 40px;
  }
}
.advantages .advantages_wrap_body .item:nth-child(2) .text {
  margin-block: 20px 22px;
}
@media (max-width: 1399px) {
  .advantages .advantages_wrap_body .item:nth-child(2) .text {
    margin-block: 8px 15px;
    max-width: 188px;
  }
}
.advantages .advantages_wrap_body .item:nth-child(2) .icon {
  display: flex;
  align-items: center;
  column-gap: 5px;
}
.advantages .advantages_wrap_body .item:nth-child(2) .icon .icon_wrap {
  display: flex;
  position: relative;
  min-width: 250px;
  height: 60px;
}
@media (max-width: 1399px) {
  .advantages .advantages_wrap_body .item:nth-child(2) .icon .icon_wrap {
    height: 40px;
    min-width: 100px;
  }
}
@media (max-width: 743px) {
  .advantages .advantages_wrap_body .item:nth-child(2) .icon .icon_wrap {
    min-width: 185px;
  }
}
.advantages .advantages_wrap_body .item:nth-child(2) .icon .icon_wrap img {
  border-radius: 50%;
  max-width: 60px;
  max-height: 60px;
  position: absolute;
}
@media (max-width: 1399px) {
  .advantages .advantages_wrap_body .item:nth-child(2) .icon .icon_wrap img {
    max-width: 40px;
    max-height: 40px;
  }
}
.advantages .advantages_wrap_body .item:nth-child(2) .icon .icon_wrap img:first-child {
  z-index: 5;
}
.advantages .advantages_wrap_body .item:nth-child(2) .icon .icon_wrap img:nth-child(2) {
  left: 40px;
  z-index: 4;
}
@media (max-width: 1399px) {
  .advantages .advantages_wrap_body .item:nth-child(2) .icon .icon_wrap img:nth-child(2) {
    left: 30px;
  }
}
.advantages .advantages_wrap_body .item:nth-child(2) .icon .icon_wrap img:nth-child(3) {
  left: 80px;
  z-index: 3;
}
@media (max-width: 1399px) {
  .advantages .advantages_wrap_body .item:nth-child(2) .icon .icon_wrap img:nth-child(3) {
    left: 60px;
  }
}
.advantages .advantages_wrap_body .item:nth-child(2) .icon .icon_wrap img:nth-child(4) {
  left: 120px;
  z-index: 2;
}
@media (max-width: 1399px) {
  .advantages .advantages_wrap_body .item:nth-child(2) .icon .icon_wrap img:nth-child(4) {
    display: none;
  }
}
@media (max-width: 743px) {
  .advantages .advantages_wrap_body .item:nth-child(2) .icon .icon_wrap img:nth-child(4) {
    display: inherit;
    left: 90px;
  }
}
.advantages .advantages_wrap_body .item:nth-child(2) .icon .icon_wrap img:nth-child(5) {
  left: 155px;
  z-index: 1;
}
@media (max-width: 1399px) {
  .advantages .advantages_wrap_body .item:nth-child(2) .icon .icon_wrap img:nth-child(5) {
    display: none;
  }
}
@media (max-width: 743px) {
  .advantages .advantages_wrap_body .item:nth-child(2) .icon .icon_wrap img:nth-child(5) {
    display: inherit;
    left: 117px;
  }
}
.advantages .advantages_wrap_body .item:nth-child(2) .icon .icon_wrap img:nth-child(6) {
  left: 190px;
}
@media (max-width: 1399px) {
  .advantages .advantages_wrap_body .item:nth-child(2) .icon .icon_wrap img:nth-child(6) {
    display: none;
  }
}
@media (max-width: 743px) {
  .advantages .advantages_wrap_body .item:nth-child(2) .icon .icon_wrap img:nth-child(6) {
    display: inherit;
    left: 145px;
  }
}
.advantages .advantages_wrap_body .item:nth-child(2) .icon .link {
  display: flex;
}
@media (max-width: 1399px) {
  .advantages .advantages_wrap_body .item:nth-child(2) .icon .link svg {
    max-width: 24px;
    max-height: 24px;
  }
}
@media (hover: hover) {
  .advantages .advantages_wrap_body .item:nth-child(2) .icon .link:hover svg path {
    stroke: var(--color-gray-alt);
  }
  .advantages .advantages_wrap_body .item:nth-child(2) .icon .link:hover svg circle {
    fill: var(--color-blue);
  }
}
@media (hover: none) {
  .advantages .advantages_wrap_body .item:nth-child(2) .icon .link:active svg path {
    stroke: var(--color-gray-alt);
  }
  .advantages .advantages_wrap_body .item:nth-child(2) .icon .link:active svg circle {
    fill: var(--color-blue);
  }
}
.advantages .advantages_wrap_body .item:nth-child(2) .line {
  display: flex;
  position: absolute;
  left: 0;
  height: 86px;
  bottom: 0;
  width: 2px;
  background: var(--color-blue);
}
@media (max-width: 743px) {
  .advantages .advantages_wrap_body .item:nth-child(2) .line {
    height: 0;
    top: 24px;
  }
}
.advantages .advantages_wrap_body .item:nth-child(2) .line::before {
  content: "";
  display: block;
  width: 14px;
  height: 14px;
  border-radius: 4px;
  background: var(--color-blue);
  position: absolute;
  left: -6px;
  top: 0;
}
@media (max-width: 1399px) {
  .advantages .advantages_wrap_body .item:nth-child(2) .line::before {
    width: 12px;
    height: 12px;
    left: -5px;
  }
}
@media (max-width: 1399px) {
  .advantages .advantages_wrap_body .item:nth-child(2) .line::after {
    content: "";
    display: block;
    position: absolute;
    left: -5px;
    bottom: -7px;
    width: 12px;
    height: 12px;
    background: var(--color-blue);
    border-radius: 4px;
  }
}
@media (max-width: 743px) {
  .advantages .advantages_wrap_body .item:nth-child(2) .line::after {
    display: none;
  }
}
.advantages .advantages_wrap_body .item:nth-child(3) {
  display: flex;
  position: relative;
  width: 100%;
  height: 2px;
  background: var(--color-blue);
}
@media (max-width: 743px) {
  .advantages .advantages_wrap_body .item:nth-child(3) {
    display: none;
  }
}
.advantages .advantages_wrap_body .item:nth-child(3)::after {
  content: "";
  display: block;
  position: absolute;
  right: -7px;
  top: -6px;
  width: 14px;
  height: 14px;
  background: var(--color-blue);
  border-radius: 4px;
}
@media (max-width: 1399px) {
  .advantages .advantages_wrap_body .item:nth-child(3)::after {
    width: 12px;
    height: 12px;
    top: -5px;
    right: -7px;
  }
}
@media (max-width: 1399px) {
  .advantages .advantages_wrap_body .item:nth-child(3)::before {
    content: "";
    display: block;
    position: absolute;
    left: -5px;
    top: -5px;
    width: 12px;
    height: 12px;
    background: var(--color-blue);
    border-radius: 4px;
  }
}
.advantages .advantages_wrap_body .item:nth-child(4) {
  padding-left: 394px;
  padding-top: 73px;
  max-width: fit-content;
}
@media (max-width: 1399px) {
  .advantages .advantages_wrap_body .item:nth-child(4) {
    padding-left: 186px;
    padding-top: 20px;
  }
}
@media (max-width: 743px) {
  .advantages .advantages_wrap_body .item:nth-child(4) {
    padding-left: 40px;
    margin-top: 40px;
    padding-top: 0;
  }
}
.advantages .advantages_wrap_body .item:nth-child(4) .num {
  position: relative;
}
.advantages .advantages_wrap_body .item:nth-child(4) .num .item {
  border-radius: 12px;
  border: 1px #DDEC8A;
  padding: 10px;
  background: #E6F598;
  position: absolute;
  max-width: fit-content;
  display: flex;
  transform: rotate(-10deg);
  top: 18px;
  left: -51px;
}
@media (max-width: 1399px) {
  .advantages .advantages_wrap_body .item:nth-child(4) .num .item {
    padding: 7px 9px;
    top: -7px;
    left: -35px;
  }
}
@media (max-width: 743px) {
  .advantages .advantages_wrap_body .item:nth-child(4) .num .item {
    top: -5px;
    left: -30px;
  }
}
.advantages .advantages_wrap_body .item:nth-child(4) .num .item span {
  font-family: "TroubleSide", sans-serif;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0.32px;
  text-transform: uppercase;
  background: linear-gradient(180deg, #A1BB41 26.02%, #809B1A 78.1%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media (max-width: 1399px) {
  .advantages .advantages_wrap_body .item:nth-child(4) .num .item span {
    font-size: 10px;
    line-height: 16px;
    letter-spacing: 0.2px;
  }
}
.advantages .advantages_wrap_body .item:nth-child(4) .text {
  margin-top: 20px;
}
@media (max-width: 1399px) {
  .advantages .advantages_wrap_body .item:nth-child(4) .text {
    margin-top: 8px;
  }
}
@media (max-width: 743px) {
  .advantages .advantages_wrap_body .item:nth-child(4) .text {
    max-width: 200px;
    min-width: 200px;
  }
}
.advantages .advantages_wrap_body .item:nth-child(4) .line {
  top: 0;
  position: absolute;
  left: 330px;
  display: flex;
  position: absolute;
  height: 86px;
  width: 2px;
  background: var(--color-blue);
}
@media (max-width: 1399px) {
  .advantages .advantages_wrap_body .item:nth-child(4) .line {
    left: 166px;
  }
}
@media (max-width: 743px) {
  .advantages .advantages_wrap_body .item:nth-child(4) .line {
    left: 0;
    height: 0;
    top: 34px;
  }
}
.advantages .advantages_wrap_body .item:nth-child(4) .line::before {
  content: "";
  display: block;
  width: 14px;
  height: 14px;
  border-radius: 4px;
  background: var(--color-blue);
  position: absolute;
  left: -6px;
  bottom: 0;
}
@media (max-width: 1399px) {
  .advantages .advantages_wrap_body .item:nth-child(4) .line::before {
    width: 12px;
    height: 12px;
    left: -5px;
  }
}
@media (max-width: 1399px) {
  .advantages .advantages_wrap_body .item:nth-child(4) .line::after {
    content: "";
    display: block;
    width: 12px;
    height: 12px;
    border-radius: 4px;
    background: var(--color-blue);
    position: absolute;
    left: -5px;
    top: -7px;
  }
}
@media (max-width: 743px) {
  .advantages .advantages_wrap_body .item:nth-child(4) .line::after {
    display: none;
  }
}
.advantages .advantages_wrap_body .item:nth-child(5) {
  padding-top: 73px;
  padding-left: 332px;
}
@media (max-width: 1399px) {
  .advantages .advantages_wrap_body .item:nth-child(5) {
    padding-top: 20px;
    padding-left: 0;
    padding-right: 10px;
    max-width: fit-content;
    margin-left: auto;
  }
}
@media (max-width: 743px) {
  .advantages .advantages_wrap_body .item:nth-child(5) {
    padding-left: 40px;
    margin-top: 40px;
    padding-top: 0;
    padding-right: 0;
    margin-left: 0;
    max-width: 100%;
  }
}
.advantages .advantages_wrap_body .item:nth-child(5) .text {
  margin-block: 20px 16px;
}
@media (max-width: 1399px) {
  .advantages .advantages_wrap_body .item:nth-child(5) .text {
    margin-block: 8px 18px;
  }
}
.advantages .advantages_wrap_body .item:nth-child(5) .line {
  top: 0;
  position: absolute;
  left: 284px;
  position: absolute;
  display: flex;
  position: absolute;
  height: 86px;
  width: 2px;
  background: var(--color-blue);
}
@media (max-width: 1399px) {
  .advantages .advantages_wrap_body .item:nth-child(5) .line {
    left: -20px;
  }
}
@media (max-width: 743px) {
  .advantages .advantages_wrap_body .item:nth-child(5) .line {
    top: 34px;
    left: 0;
    height: calc(100% - 24px);
    background: var(--color-light);
  }
}
.advantages .advantages_wrap_body .item:nth-child(5) .line::before {
  content: "";
  display: block;
  width: 14px;
  height: 14px;
  border-radius: 4px;
  background: var(--color-blue);
  position: absolute;
  left: -6px;
  bottom: 0;
}
@media (max-width: 1399px) {
  .advantages .advantages_wrap_body .item:nth-child(5) .line::before {
    width: 12px;
    height: 12px;
    left: -5px;
  }
}
@media (max-width: 743px) {
  .advantages .advantages_wrap_body .item:nth-child(5) .line::before {
    display: none;
  }
}
@media (max-width: 1399px) {
  .advantages .advantages_wrap_body .item:nth-child(5) .line::after {
    content: "";
    display: block;
    width: 12px;
    height: 12px;
    border-radius: 4px;
    background: var(--color-blue);
    position: absolute;
    left: -5px;
    top: -7px;
  }
}
@media (max-width: 743px) {
  .advantages .advantages_wrap_body .item:nth-child(5) .line::after {
    top: -10px;
  }
}
.advantages .advantages_wrap_body .item:nth-child(5) .icon {
  display: flex;
  align-items: center;
  column-gap: 5px;
}
.advantages .advantages_wrap_body .item:nth-child(5) .icon .icon_wrap {
  display: flex;
  align-items: center;
  column-gap: 5px;
}
.advantages .advantages_wrap_body .item:nth-child(5) .icon .icon_wrap .video {
  max-width: 66px;
  max-height: 60px;
}
.advantages .advantages_wrap_body .item:nth-child(5) .icon .icon_wrap .video video {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.advantages .advantages_wrap_body .item:nth-child(5) .icon .icon_wrap img {
  max-width: 66px;
  max-height: 60px;
}
@media (max-width: 1399px) {
  .advantages .advantages_wrap_body .item:nth-child(5) .icon .icon_wrap img {
    max-width: 34px;
    max-height: 34px;
  }
}
.advantages .advantages_wrap_body .item:nth-child(5) .link {
  display: flex;
}
@media (max-width: 1399px) {
  .advantages .advantages_wrap_body .item:nth-child(5) .link svg {
    max-width: 24px;
    max-height: 24px;
  }
}
@media (hover: hover) {
  .advantages .advantages_wrap_body .item:nth-child(5) .link:hover svg path {
    stroke: var(--color-gray-alt);
  }
  .advantages .advantages_wrap_body .item:nth-child(5) .link:hover svg circle {
    fill: var(--color-blue);
  }
}
@media (hover: none) {
  .advantages .advantages_wrap_body .item:nth-child(5) .link:active svg path {
    stroke: var(--color-gray-alt);
  }
  .advantages .advantages_wrap_body .item:nth-child(5) .link:active svg circle {
    fill: var(--color-blue);
  }
}

.module {
  margin-top: 80px;
}
@media (max-width: 1399px) {
  .module {
    margin-top: 50px;
  }
}
.module .module_head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 40px;
}
@media (max-width: 1399px) {
  .module .module_head {
    margin-bottom: 30px;
  }
}
@media (max-width: 743px) {
  .module .module_head {
    flex-direction: column;
    row-gap: 20px;
    align-items: start;
  }
}
.module .module_head h2 {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  column-gap: 20px;
}
@media (max-width: 1399px) {
  .module .module_head h2 {
    font-size: 30px;
    font-weight: 500;
    line-height: 30px;
    letter-spacing: -0.6px;
  }
}
.module .module_head h2 span {
  color: var(--color-gray);
}
.module .module_head h2::before {
  content: "";
  display: block;
  width: 298px;
  height: 6px;
  background: #C6D4FB;
  position: absolute;
  left: 0;
  bottom: -5px;
  z-index: -1;
}
@media (max-width: 1399px) {
  .module .module_head h2::before {
    width: 166px;
    height: 4px;
  }
}
.module .module_head .text {
  font-size: 18px;
  font-weight: 500;
  line-height: 24px;
}
@media (max-width: 1399px) {
  .module .module_head .text {
    font-size: 14px;
    line-height: 20px;
  }
}
.module .module_wrap {
  border-radius: 10px;
  overflow: hidden;
  position: relative;
  padding: 20px;
}
.module .module_body {
  position: relative;
  display: flex;
}
@media (max-width: 743px) {
  .module .module_body {
    flex-direction: column;
  }
}
.module .back {
  position: absolute;
  z-index: -1;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  margin-inline: auto;
}
.module .back img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  object-position: top;
}
.module .inform {
  max-width: 424px;
  display: flex;
  flex-direction: column;
}
@media (max-width: 1399px) {
  .module .inform {
    max-width: 360px;
  }
}
@media (max-width: 743px) {
  .module .inform {
    margin-top: 46px;
  }
}
.module .inform h3 {
  color: var(--color-light);
}
.module .inform .text {
  font-size: 18px;
  line-height: 24px;
  color: var(--color-light);
  margin-block: 14px 30px;
}
@media (max-width: 1399px) {
  .module .inform .text {
    margin-block: 10px 20px;
    font-size: 14px;
    line-height: 20px;
  }
}
@media (max-width: 743px) {
  .module .inform .text {
    font-size: 16px;
    line-height: 22px;
    margin-block: 16px 30px;
  }
}
.module .inform .link {
  font-size: 14px;
  line-height: 14px;
  letter-spacing: -0.28px;
  padding: 7px 14px 10px 14px;
  border-radius: 40px;
  background: var(--color-light);
  display: flex;
  max-width: fit-content;
}
@media (hover: hover) {
  .module .inform .link:hover {
    background: var(--color-blue);
    color: var(--color-light);
  }
}
@media (hover: none) {
  .module .inform .link:active {
    background: var(--color-blue);
    color: var(--color-light);
  }
}
.module .author {
  display: flex;
  flex-direction: column;
  max-width: 174px;
  margin-left: auto;
  margin-top: auto;
}
@media (max-width: 1399px) {
  .module .author {
    max-width: 208px;
    margin-top: 50px;
  }
}
@media (max-width: 743px) {
  .module .author {
    margin: 0;
    flex-direction: row;
    align-items: center;
    column-gap: 20px;
    max-width: 100%;
  }
}
.module .author .author_name {
  font-size: 14px;
  font-weight: 600;
  line-height: 20px;
  color: var(--color-light);
  margin-top: 20px;
}
@media (max-width: 743px) {
  .module .author .author_name {
    margin-top: 0;
    max-width: 233px;
  }
}
.module .author .author_job {
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  color: var(--color-light);
}
@media (max-width: 1399px) {
  .module .author .author_job br {
    display: none;
  }
}
.module .author .author_image {
  max-width: 60px;
  max-height: 60px;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  overflow: hidden;
  margin-top: 32px;
  display: flex;
  flex-shrink: 0;
}
.module .author .author_image img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}
@media (max-width: 1399px) {
  .module .author .author_image {
    max-width: 50px;
    max-height: 50px;
    width: 50px;
    height: 50px;
    margin-top: 20px;
  }
}
@media (max-width: 743px) {
  .module .author .author_image {
    margin: 0;
  }
}
@media (max-width: 743px) {
  .module .author .progress_wrap {
    position: absolute;
    top: 0;
    right: 0;
    height: 30px;
  }
  .module .author .progress_wrap p[data-value]:after {
    top: 0px;
  }
}
.module .image {
  width: 308px;
  aspect-ratio: 1;
  border-radius: 10px;
  overflow: hidden;
  margin-left: 70px;
  margin-top: 52px;
}
@media (max-width: 1399px) {
  .module .image {
    display: none;
  }
}
.module .module_inform {
  margin-top: auto;
  overflow: visible;
}
@media (max-width: 743px) {
  .module .module_inform {
    margin-top: 30px;
    margin-bottom: 30px;
    padding-bottom: 30px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.5);
  }
}
.module .module_inform .swiper-slide {
  max-width: fit-content;
}
.module .module_inform .item {
  display: flex;
  align-items: center;
  column-gap: 10px;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0.32px;
  position: relative;
  white-space: nowrap;
  color: var(--color-light);
  position: relative;
}
@media (max-width: 1399px) {
  .module .module_inform .item {
    font-size: 14px;
    line-height: 20px;
  }
  .module .module_inform .item svg {
    max-width: 14px;
    max-height: 14px;
  }
}
.module .module_inform .item:not(:last-child)::after {
  content: "";
  display: block;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: var(--color-light);
  position: absolute;
  right: -18px;
}
.module .process {
  position: absolute;
  right: 0;
  top: 0;
  font-size: 14px;
  font-weight: 500;
  line-height: 14px;
  text-transform: uppercase;
  color: var(--color-blue);
  padding: 8px 14px 10px 14px;
  border-radius: 10px;
  background: var(--color-light);
  display: flex;
}
@media (max-width: 1399px) {
  .module .process {
    font-size: 12px;
    line-height: 12px;
  }
}
@media (max-width: 743px) {
  .module .process {
    right: inherit;
    left: 0;
  }
}
.module .module_open,
.module .module_close {
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: 12px;
  color: var(--color-light);
  background: var(--color-blue);
  padding: 14px 0px;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  column-gap: 10px;
  border-radius: 10px;
  margin-top: 30px;
}
@media (max-width: 1399px) {
  .module .module_open,
  .module .module_close {
    margin-top: 20px;
    font-size: 12px;
    line-height: 12px;
  }
}
@media (max-width: 743px) {
  .module .module_open,
  .module .module_close {
    margin-top: 30px;
  }
}
@media (hover: hover) {
  .module .module_open:hover,
  .module .module_close:hover {
    background: var(--color-light);
    color: var(--color-blue);
  }
  .module .module_open:hover svg circle,
  .module .module_close:hover svg circle {
    fill: var(--color-blue);
  }
  .module .module_open:hover svg path,
  .module .module_close:hover svg path {
    stroke: var(--color-light);
  }
}
@media (hover: none) {
  .module .module_open:active,
  .module .module_close:active {
    background: var(--color-light);
    color: var(--color-blue);
  }
  .module .module_open:active svg circle,
  .module .module_close:active svg circle {
    fill: var(--color-blue);
  }
  .module .module_open:active svg path,
  .module .module_close:active svg path {
    stroke: var(--color-light);
  }
}
.module .module_open svg,
.module .module_close svg {
  transform: rotate(180deg);
  transition: 0.3s;
}
.module .module_close {
  margin-top: 0;
  display: none;
}
@media (max-width: 1399px) {
  .module .module_close {
    display: flex;
  }
}
.module .module_open.active svg {
  transform: rotate(360deg);
}
.module .module_block {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  column-gap: 25px;
  row-gap: 25px;
  margin-top: 24px;
}
@media (max-width: 1399px) {
  .module .module_block {
    grid-template-columns: 1fr;
    margin-top: 20px;
    row-gap: 20px;
  }
}
@media (max-width: 743px) {
  .module .module_block {
    margin-top: 20px;
    row-gap: 16px;
  }
}
.module .module_block .item {
  padding: 20px;
  border-radius: 10px;
  border: 1px #EAEAF8;
  background: #EAEAF8;
  display: flex;
  flex-direction: column;
  position: relative;
}
.module .module_block .item .num {
  font-size: 12px;
  font-weight: 500;
  line-height: 12px;
  text-transform: uppercase;
  color: var(--color-blue);
  padding: 8px 14px 10px 14px;
  display: flex;
  max-width: fit-content;
  border-radius: 10px;
  background: var(--color-light);
}
.module .module_block .item .tag {
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  position: relative;
  padding-left: 25px;
  margin-top: 20px;
}
.module .module_block .item .tag::before {
  content: "";
  position: absolute;
  left: 5px;
  top: 8px;
  background: var(--color-dark);
  border-radius: 50%;
  width: 5px;
  height: 5px;
}
.module .module_block .item h3 {
  margin-top: 16px;
}
.module .module_block .item .text {
  font-size: 16px;
  line-height: 22px;
  margin-top: 16px;
}
@media (max-width: 1399px) {
  .module .module_block .item .text {
    margin-top: 10px;
    max-width: 500px;
  }
}
@media (max-width: 743px) {
  .module .module_block .item .text {
    margin-top: 16px;
    max-width: 263px;
  }
}
.module .module_block .item .link {
  font-size: 14px;
  line-height: 14px;
  letter-spacing: -0.28px;
  padding: 7px 14px 10px 14px;
  border-radius: 40px;
  background: var(--color-blue);
  max-width: fit-content;
  display: flex;
  color: var(--color-light);
  margin-block: 20px 30px;
}
@media (max-width: 1399px) {
  .module .module_block .item .link {
    margin-block: 20px 0;
  }
}
@media (max-width: 743px) {
  .module .module_block .item .link {
    margin-block: 20px 30px;
  }
}
@media (hover: hover) {
  .module .module_block .item .link:hover {
    background: var(--color-light);
    color: var(--color-blue);
  }
}
@media (hover: none) {
  .module .module_block .item .link:active {
    background: var(--color-light);
    color: var(--color-blue);
  }
}
.module .module_block .item .time {
  font-size: 14px;
  line-height: 20px;
  color: var(--color-blue);
  display: flex;
  align-items: center;
  column-gap: 10px;
  margin-top: auto;
}
@media (max-width: 1399px) {
  .module .module_block .item .time {
    position: absolute;
    right: 20px;
    bottom: 20px;
  }
}
@media (max-width: 743px) {
  .module .module_block .item .time {
    position: relative;
    right: inherit;
    bottom: inherit;
  }
}
.module .module_block .item .progress_wrap {
  position: absolute;
  right: 20px;
  top: 20px;
  height: 30px;
}
.module .module_block .item .progress_wrap .icon {
  position: absolute;
  display: flex;
  left: -24px;
  top: 2px;
}
@media (max-width: 1399px) {
  .module .module_block .item .progress_wrap .icon {
    top: -2px;
  }
}
@media (max-width: 1399px) {
  .module .module_block .item .progress_wrap {
    height: 25px;
  }
}
.module .module_block .item .progress_wrap p[data-value]:after {
  color: var(--color-blue);
  top: -5px;
}
.module .module_block .item_white {
  background: var(--color-light);
}
.module .module_block .item_white .num {
  background: #E8EEFF;
}
.module .module_block .item_white .link {
  color: var(--color-dark);
  background: #E8EEFF;
}
@media (hover: hover) {
  .module .module_block .item_white .link:hover {
    background: var(--color-blue);
    color: var(--color-light);
  }
}
@media (hover: none) {
  .module .module_block .item_white .link:active {
    background: var(--color-blue);
    color: var(--color-light);
  }
}

.rewiews {
  margin-top: 80px;
}
@media (max-width: 1399px) {
  .rewiews {
    margin-top: 66px;
  }
}
@media (max-width: 743px) {
  .rewiews {
    margin-top: 50px;
  }
}
.rewiews h2 {
  position: relative;
  display: flex;
  max-width: 427px;
  margin-inline: auto;
  z-index: 1;
}
@media (max-width: 1399px) {
  .rewiews h2 {
    font-size: 30px;
    font-weight: 500;
    line-height: 30px;
    letter-spacing: -0.6px;
    max-width: 349px;
    text-align: center;
  }
}
@media (max-width: 743px) {
  .rewiews h2 {
    max-width: 238px;
  }
}
.rewiews h2 svg:first-child {
  display: flex;
  position: absolute;
  right: -11px;
  top: -22px;
}
@media (max-width: 1399px) {
  .rewiews h2 svg:first-child {
    display: none;
  }
}
.rewiews h2 svg:nth-child(2) {
  display: none;
}
@media (max-width: 1399px) {
  .rewiews h2 svg:nth-child(2) {
    display: flex;
    position: absolute;
    right: 47px;
    top: -18px;
  }
}
@media (max-width: 743px) {
  .rewiews h2 svg:nth-child(2) {
    right: -10px;
    top: -16px;
  }
}
.rewiews h2 .item {
  border-radius: 12px;
  border: 1px solid #DDEC8A;
  background: #E6F598;
  transform: rotate(-10deg);
  padding: 9px 10px;
  display: flex;
  column-gap: 4px;
  position: absolute;
  left: -122px;
  top: -3px;
}
@media (max-width: 1399px) {
  .rewiews h2 .item {
    column-gap: 2px;
    padding: 8px 10px;
    left: -31px;
    top: -13px;
    border-radius: 10px;
  }
}
@media (max-width: 743px) {
  .rewiews h2 .item {
    left: -82px;
    top: -21px;
  }
}
.rewiews h2 .item span {
  background: linear-gradient(180deg, #A1BB41 26.02%, #809B1A 78.1%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-family: "TroubleSide", sans-serif;
  font-weight: 400;
  line-height: 24px;
  font-size: 16px;
  letter-spacing: 0.32px;
  text-transform: uppercase;
}
@media (max-width: 1399px) {
  .rewiews h2 .item span {
    font-size: 10px;
    font-weight: 400;
    line-height: 16px;
    letter-spacing: 0.2px;
  }
}
.rewiews .rewiews_body_block {
  padding: 113px 30px 80px 30px;
  background: var(--color-light);
  margin-top: 80px;
  border-radius: 10px;
  border: 1px #EBEBEB;
  position: relative;
}
@media (max-width: 1399px) {
  .rewiews .rewiews_body_block {
    margin-top: 40px;
    padding: 78px 22px 20px 20px;
  }
}
@media (max-width: 743px) {
  .rewiews .rewiews_body_block {
    padding: 58px 20px 20px 20px;
    margin-top: 30px;
  }
}
.rewiews .rewiews_body_block .rewiews_body {
  display: flex;
  flex-wrap: wrap;
  column-gap: 20px;
}
@media (max-width: 1399px) {
  .rewiews .rewiews_body_block .rewiews_body {
    column-gap: 10px;
    justify-content: space-between;
  }
}
@media (max-width: 743px) {
  .rewiews .rewiews_body_block .rewiews_body {
    display: none;
  }
}
.rewiews .rewiews_body_block .rewiews_body .item {
  max-width: calc(25% - 15px);
  min-width: calc(25% - 15px);
  padding: 20px;
  border-radius: 10px;
  border: 1px solid #EAEAF8;
  background: var(--color-light);
  position: relative;
  font-size: 16px;
  line-height: 24px;
  max-height: fit-content;
  height: fit-content;
}
@media (max-width: 1399px) {
  .rewiews .rewiews_body_block .rewiews_body .item {
    font-size: 14px;
    line-height: 20px;
    max-width: 214px;
    min-width: 214px;
  }
}
.rewiews .rewiews_body_block .rewiews_body .item > span {
  background: var(--linear, radial-gradient(143.77% 161.13% at 106.03% -15.44%, #3FECD8 7.29%, #10069F 93.75%));
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-weight: 700;
}
.rewiews .rewiews_body_block .rewiews_body .item .icon {
  position: absolute;
  display: flex;
  left: 0;
  right: 0;
  margin-inline: auto;
  max-width: fit-content;
  top: -20px;
}
@media (max-width: 1399px) {
  .rewiews .rewiews_body_block .rewiews_body .item .icon {
    top: -16px;
  }
  .rewiews .rewiews_body_block .rewiews_body .item .icon svg {
    max-width: 20px;
    max-height: 30px;
  }
}
.rewiews .rewiews_body_block .rewiews_body .item_tag {
  padding: 0;
  border: none;
  background: transparent;
  max-width: fit-content;
}
.rewiews .rewiews_body_block .rewiews_body .item_tag .item_tag_wrap {
  padding: 9px 10px;
  border-radius: 12px;
  border: 1px solid;
  max-width: fit-content;
  left: 0;
  right: 0;
  margin-inline: auto;
  display: flex;
  align-items: center;
  column-gap: 4px;
}
@media (max-width: 1399px) {
  .rewiews .rewiews_body_block .rewiews_body .item_tag .item_tag_wrap {
    padding: 8px 10px;
    column-gap: 2px;
  }
}
.rewiews .rewiews_body_block .rewiews_body .item_tag .item_tag_wrap span {
  font-family: "TroubleSide", sans-serif;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0.32px;
  text-transform: uppercase;
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media (max-width: 1399px) {
  .rewiews .rewiews_body_block .rewiews_body .item_tag .item_tag_wrap span {
    font-size: 10px;
    line-height: 16px;
    letter-spacing: 0.2px;
  }
}
.rewiews .rewiews_body_block .rewiews_body .item_grad {
  padding: 0;
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: 112%;
  background: var(--linear, radial-gradient(143.77% 161.13% at 106.03% -15.44%, #3FECD8 7.29%, #10069F 93.75%));
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  border: none;
}
@media (max-width: 1399px) {
  .rewiews .rewiews_body_block .rewiews_body .item_grad {
    font-size: 16px;
    font-weight: 500;
    line-height: 20px;
  }
}
@media (max-width: 1399px) {
  .rewiews .rewiews_body_block .rewiews_body .item:nth-child(1) {
    order: -1;
  }
  .rewiews .rewiews_body_block .rewiews_body .item:nth-child(1) br {
    display: none;
  }
}
.rewiews .rewiews_body_block .rewiews_body .item:nth-child(2) {
  margin-top: 80px;
  order: 0;
}
@media (max-width: 1399px) {
  .rewiews .rewiews_body_block .rewiews_body .item:nth-child(2) {
    margin-top: 0;
  }
}
.rewiews .rewiews_body_block .rewiews_body .item:nth-child(3) {
  order: 0;
}
@media (max-width: 1399px) {
  .rewiews .rewiews_body_block .rewiews_body .item:nth-child(3) br {
    display: none;
  }
}
.rewiews .rewiews_body_block .rewiews_body .item:nth-child(4) {
  margin-top: 80px;
}
@media (max-width: 1399px) {
  .rewiews .rewiews_body_block .rewiews_body .item:nth-child(4) {
    margin-top: 0;
    order: 0;
  }
}
@media (max-width: 1399px) {
  .rewiews .rewiews_body_block .rewiews_body .item:nth-child(5) {
    order: 1;
    margin-top: 20px;
  }
}
.rewiews .rewiews_body_block .rewiews_body .item:nth-child(6) {
  margin-top: 6px;
}
@media (max-width: 1399px) {
  .rewiews .rewiews_body_block .rewiews_body .item:nth-child(6) {
    order: 0;
    margin-top: -120px;
  }
}
.rewiews .rewiews_body_block .rewiews_body .item:nth-child(6) .item_tag_wrap {
  border: 1px #ECE09D;
  background: #F3E7A3;
}
.rewiews .rewiews_body_block .rewiews_body .item:nth-child(6) .item_tag_wrap span {
  background: linear-gradient(141deg, #EC933F 46.24%, #E37712 67.49%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.rewiews .rewiews_body_block .rewiews_body .item:nth-child(7) {
  margin-top: 60px;
}
@media (max-width: 1399px) {
  .rewiews .rewiews_body_block .rewiews_body .item:nth-child(7) {
    order: 17;
    margin-top: 55px;
  }
}
.rewiews .rewiews_body_block .rewiews_body .item:nth-child(7) .item_tag_wrap {
  border: 1px solid #BDDCEE;
  background: #CBE6F5;
  transform: rotate(10deg);
}
@media (max-width: 1399px) {
  .rewiews .rewiews_body_block .rewiews_body .item:nth-child(7) .item_tag_wrap {
    transform: rotate(0);
  }
}
.rewiews .rewiews_body_block .rewiews_body .item:nth-child(7) .item_tag_wrap span {
  background: linear-gradient(180deg, #40A3FF 27.73%, #1B88ED 77.73%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.rewiews .rewiews_body_block .rewiews_body .item:nth-child(8) {
  margin-top: 20px;
}
@media (max-width: 1399px) {
  .rewiews .rewiews_body_block .rewiews_body .item:nth-child(8) {
    order: 2;
  }
}
.rewiews .rewiews_body_block .rewiews_body .item:nth-child(9) {
  margin-top: 4px;
}
@media (max-width: 1399px) {
  .rewiews .rewiews_body_block .rewiews_body .item:nth-child(9) {
    order: 2;
    margin-top: -235px;
  }
}
.rewiews .rewiews_body_block .rewiews_body .item:nth-child(10) {
  margin-top: -90px;
}
@media (max-width: 1399px) {
  .rewiews .rewiews_body_block .rewiews_body .item:nth-child(10) {
    order: 10;
    margin-top: 0;
  }
}
.rewiews .rewiews_body_block .rewiews_body .item:nth-child(11) {
  margin-top: -5px;
}
@media (max-width: 1399px) {
  .rewiews .rewiews_body_block .rewiews_body .item:nth-child(11) {
    order: 10;
    margin-top: -205px;
  }
}
.rewiews .rewiews_body_block .rewiews_body .item:nth-child(12) {
  margin-top: 80px;
}
@media (max-width: 1399px) {
  .rewiews .rewiews_body_block .rewiews_body .item:nth-child(12) {
    order: 16;
    margin-top: -100px;
  }
}
.rewiews .rewiews_body_block .rewiews_body .item:nth-child(13) {
  background: transparent;
  border: none;
  padding: 0;
}
@media (max-width: 1399px) {
  .rewiews .rewiews_body_block .rewiews_body .item:nth-child(13) {
    order: 15;
  }
}
.rewiews .rewiews_body_block .rewiews_body .item:nth-child(14) {
  margin-top: -5px;
}
@media (max-width: 1399px) {
  .rewiews .rewiews_body_block .rewiews_body .item:nth-child(14) {
    order: 15;
    margin-top: 10px;
  }
}
.rewiews .rewiews_body_block .rewiews_body .item:nth-child(14) .item_tag_wrap {
  border: 1px #DDEC8A;
  background: #E6F598;
  transform: rotate(-10deg);
}
.rewiews .rewiews_body_block .rewiews_body .item:nth-child(14) .item_tag_wrap span {
  background: linear-gradient(180deg, #A1BB41 26.02%, #809B1A 78.1%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.rewiews .rewiews_body_block .rewiews_body .item:nth-child(15) {
  margin-top: -215px;
}
@media (max-width: 1399px) {
  .rewiews .rewiews_body_block .rewiews_body .item:nth-child(15) {
    order: 12;
  }
}
.rewiews .rewiews_body_block .rewiews_body_icon {
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: space-between;
  top: 30px;
  left: 30px;
  width: calc(100% - 60px);
}
@media (max-width: 1399px) {
  .rewiews .rewiews_body_block .rewiews_body_icon {
    width: calc(100% - 40px);
    top: 20px;
    left: 20px;
  }
}
.rewiews .rewiews_body_block .rewiews_body_icon .right_icon {
  display: flex;
}
@media (max-width: 1399px) {
  .rewiews .rewiews_body_block .rewiews_body_icon .right_icon {
    max-width: 38px;
    max-height: 18px;
  }
}
.rewiews .rewiews_body_block .rewiews_body_icon .left_icon {
  display: flex;
  align-items: center;
  column-gap: 6px;
}
.rewiews .rewiews_body_block .rewiews_body_icon .left_icon span {
  width: 14px;
  height: 14px;
  flex-shrink: 0;
  display: flex;
  border: 1px solid #EAEAF8;
  background: #F3F5FC;
  border-radius: 50%;
}
@media (max-width: 1399px) {
  .rewiews .rewiews_body_block .rewiews_body_icon .left_icon span {
    width: 10px;
    height: 10px;
  }
}
.rewiews .rewiews_body_block .sw_rewiews {
  display: none;
}
@media (max-width: 743px) {
  .rewiews .rewiews_body_block .sw_rewiews {
    display: inherit;
  }
}
.rewiews .rewiews_body_block .sw_rewiews .sw_rewiews_nav {
  display: flex;
  justify-content: space-between;
  align-items: end;
}
.rewiews .rewiews_body_block .sw_rewiews .sw_rewiews_nav .sw_btn {
  display: flex;
  align-items: center;
}
.rewiews .rewiews_body_block .sw_rewiews .sw_rewiews_nav .sw_btn svg {
  display: flex;
  flex-shrink: 0;
}
.rewiews .rewiews_body_block .sw_rewiews .sw_rewiews_nav .swiper-pagination {
  max-width: fit-content;
  padding: 0;
  margin: 0;
}
.rewiews .rewiews_body_block .sw_rewiews .item_wrap {
  padding-block: 14px 14px;
  display: flex;
  flex-direction: column;
  row-gap: 30px;
  align-items: center;
}
.rewiews .rewiews_body_block .sw_rewiews .item_wrap .item {
  padding: 20px;
  border-radius: 10px;
  border: 1px solid #EAEAF8;
  background: var(--color-light);
  position: relative;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
}
.rewiews .rewiews_body_block .sw_rewiews .item_wrap .item > span {
  background: var(--linear, radial-gradient(143.77% 161.13% at 106.03% -15.44%, #3FECD8 7.29%, #10069F 93.75%));
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-weight: 600;
}
.rewiews .rewiews_body_block .sw_rewiews .item_wrap .item .icon {
  position: absolute;
  display: flex;
  left: 0;
  right: 0;
  margin-inline: auto;
  max-width: fit-content;
  top: -16px;
}
.rewiews .rewiews_body_block .sw_rewiews .item_wrap .item .icon svg {
  max-width: 20px;
  max-height: 30px;
}
.rewiews .rewiews_body_block .sw_rewiews .item_wrap .item_tag_wrap {
  padding: 8px 10px;
  border-radius: 10px;
  border: 1px solid;
  max-width: fit-content;
  display: flex;
  align-items: center;
  column-gap: 2px;
}
.rewiews .rewiews_body_block .sw_rewiews .item_wrap .item_tag_wrap span {
  font-family: "TroubleSide", sans-serif;
  font-size: 10px;
  font-weight: 400;
  line-height: 16px;
  letter-spacing: 0.2px;
  text-transform: uppercase;
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.rewiews .rewiews_body_block .sw_rewiews .item_wrap .item_grad {
  padding: 0;
  font-size: 16px;
  font-weight: 500;
  line-height: 20px;
  font-style: normal;
  background: var(--linear, radial-gradient(143.77% 161.13% at 106.03% -15.44%, #3FECD8 7.29%, #10069F 93.75%));
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  border: none;
}

.viewing {
  margin-top: 80px;
}
@media (max-width: 1399px) {
  .viewing {
    margin-top: 50px;
  }
}
.viewing .viewing_link {
  display: flex;
  align-items: center;
  column-gap: 24px;
  margin-bottom: 80px;
}
@media (max-width: 1399px) {
  .viewing .viewing_link {
    margin-bottom: 50px;
    column-gap: 10px;
  }
}
@media (max-width: 743px) {
  .viewing .viewing_link {
    flex-direction: column;
    row-gap: 20px;
  }
}
.viewing .viewing_link a {
  color: var(--color-blue);
  text-align: center;
  font-size: 16px;
  font-weight: 600;
  line-height: 16px;
  letter-spacing: 0.32px;
  text-transform: uppercase;
  display: flex;
  align-items: center;
  padding: 12px 0;
  border-radius: 10px;
  background: #E8EEFF;
  width: 100%;
  column-gap: 10px;
  justify-content: center;
}
@media (hover: hover) {
  .viewing .viewing_link a:hover {
    background: var(--color-blue);
    color: var(--color-light);
  }
  .viewing .viewing_link a:hover svg path {
    stroke: var(--color-blue);
  }
  .viewing .viewing_link a:hover svg circle {
    fill: var(--color-light);
  }
}
@media (hover: none) {
  .viewing .viewing_link a:active {
    background: var(--color-blue);
    color: var(--color-light);
  }
  .viewing .viewing_link a:active svg path {
    stroke: var(--color-blue);
  }
  .viewing .viewing_link a:active svg circle {
    fill: var(--color-light);
  }
}
.viewing .viewing_link a span {
  width: 254px;
}
.viewing .viewing_block {
  display: flex;
  column-gap: 24px;
  max-height: 460px;
  min-height: 460px;
}
@media (max-width: 1399px) {
  .viewing .viewing_block {
    flex-direction: column;
    max-height: 100%;
    min-height: auto;
  }
}
.viewing .viewing_block .viewing_image {
  border-radius: 10px;
  overflow: hidden;
  max-width: 678px;
  aspect-ratio: 678/460;
  width: 100%;
}
@media (max-width: 1399px) {
  .viewing .viewing_block .viewing_image {
    display: none;
  }
}
.viewing .viewing_block .viewing_image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.viewing .viewing_block .viewing_wrap {
  width: 100%;
}
@media (max-width: 1399px) {
  .viewing .viewing_block .viewing_wrap {
    margin-top: 0;
    max-height: 100%;
    min-height: auto;
    display: flex;
    column-gap: 10px;
  }
}
@media (max-width: 743px) {
  .viewing .viewing_block .viewing_wrap {
    flex-direction: column;
  }
}
.viewing .viewing_block .viewing_wrap .viewing_video {
  height: 100%;
  width: 100%;
  max-height: 286px;
  max-width: 678px;
  aspect-ratio: 678/282;
  border-radius: 10px;
  overflow: hidden;
  position: relative;
}
@media (hover: hover) {
  .viewing .viewing_block .viewing_wrap .viewing_video:hover img {
    transform: scale(1.05);
  }
}
@media (hover: none) {
  .viewing .viewing_block .viewing_wrap .viewing_video:active img {
    transform: scale(1.05);
  }
}
@media (max-width: 1399px) {
  .viewing .viewing_block .viewing_wrap .viewing_video {
    height: auto;
    max-width: calc(50% - 5px);
    min-width: calc(50% - 5px);
    max-height: 100%;
  }
}
@media (max-width: 743px) {
  .viewing .viewing_block .viewing_wrap .viewing_video {
    max-width: 100%;
    min-width: 100%;
    aspect-ratio: 172/133;
  }
}
.viewing .viewing_block .viewing_wrap .viewing_video img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: 0.3s;
}
.viewing .viewing_block .viewing_wrap .viewing_video .icon {
  max-width: 40px;
  min-width: 40px;
  max-height: 40px;
  min-height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  overflow: hidden;
  background: #FFFFFF;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto auto;
  pointer-events: none;
  transition: 0.4s;
  z-index: 1;
}
.viewing .viewing_block .viewing_wrap .viewing_video .tag {
  z-index: 1;
  pointer-events: none;
  position: absolute;
  bottom: 10px;
  left: 10px;
  color: var(--color-light);
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 127%;
  border-radius: 4px;
  background: rgba(0, 0, 0, 0.21);
  backdrop-filter: blur(15px);
  -webkit-backdrop-filter: blur(15px);
  padding: 3px 10px 5px 10px;
}
.viewing .viewing_block .viewing_wrap .viewing_social {
  display: flex;
  column-gap: 20px;
  margin-top: 20px;
}
@media (max-width: 1399px) {
  .viewing .viewing_block .viewing_wrap .viewing_social {
    column-gap: 10px;
    margin-top: 0;
    flex-direction: column;
    row-gap: 10px;
    max-width: calc(50% - 5px);
    min-width: calc(50% - 5px);
  }
}
@media (max-width: 743px) {
  .viewing .viewing_block .viewing_wrap .viewing_social {
    flex-direction: column;
    row-gap: 10px;
    max-width: 100%;
    min-width: 100%;
    margin-top: 10px;
  }
}
.viewing .viewing_block .viewing_wrap .viewing_social .tg,
.viewing .viewing_block .viewing_wrap .viewing_social .vk {
  border-radius: 10px;
  background: #E8EEFF;
  overflow: hidden;
  position: relative;
  min-height: 154px;
  max-width: calc(50% - 10px);
  width: 100%;
  padding-block: 20px;
}
@media (max-width: 1399px) {
  .viewing .viewing_block .viewing_wrap .viewing_social .tg,
  .viewing .viewing_block .viewing_wrap .viewing_social .vk {
    max-width: 100%;
  }
}
@media (max-width: 743px) {
  .viewing .viewing_block .viewing_wrap .viewing_social .tg,
  .viewing .viewing_block .viewing_wrap .viewing_social .vk {
    max-width: 100%;
    min-height: 120px;
  }
}
@media (hover: hover) {
  .viewing .viewing_block .viewing_wrap .viewing_social .tg:hover .link,
  .viewing .viewing_block .viewing_wrap .viewing_social .vk:hover .link {
    background: var(--color-light);
    color: var(--color-blue);
  }
}
@media (hover: none) {
  .viewing .viewing_block .viewing_wrap .viewing_social .tg:active .link,
  .viewing .viewing_block .viewing_wrap .viewing_social .vk:active .link {
    background: var(--color-light);
    color: var(--color-blue);
  }
}
.viewing .viewing_block .viewing_wrap .viewing_social .tg .icon,
.viewing .viewing_block .viewing_wrap .viewing_social .vk .icon {
  position: absolute;
  display: flex;
}
.viewing .viewing_block .viewing_wrap .viewing_social .tg .title,
.viewing .viewing_block .viewing_wrap .viewing_social .vk .title {
  margin-left: 147px;
  font-size: 16px;
  font-weight: 500;
  line-height: 22px;
}
@media (max-width: 1399px) {
  .viewing .viewing_block .viewing_wrap .viewing_social .tg .title,
  .viewing .viewing_block .viewing_wrap .viewing_social .vk .title {
    max-width: 180px;
  }
}
@media (max-width: 743px) {
  .viewing .viewing_block .viewing_wrap .viewing_social .tg .title,
  .viewing .viewing_block .viewing_wrap .viewing_social .vk .title {
    font-size: 14px;
    line-height: 20px;
    max-width: 150px;
  }
}
.viewing .viewing_block .viewing_wrap .viewing_social .tg .link,
.viewing .viewing_block .viewing_wrap .viewing_social .vk .link {
  font-size: 14px;
  line-height: 14px;
  letter-spacing: -0.28px;
  color: var(--color-light);
  background: var(--color-blue);
  padding: 7px 14px 10px 14px;
  border-radius: 40px;
  display: flex;
  max-width: fit-content;
  transition: 0.3s;
  margin-left: 147px;
  margin-top: 16px;
}
@media (max-width: 743px) {
  .viewing .viewing_block .viewing_wrap .viewing_social .tg .link,
  .viewing .viewing_block .viewing_wrap .viewing_social .vk .link {
    font-size: 12px;
    line-height: 12px;
  }
}
.viewing .viewing_block .viewing_wrap .viewing_social .tg .image,
.viewing .viewing_block .viewing_wrap .viewing_social .vk .image {
  position: absolute;
  overflow: hidden;
  left: 0px;
  height: 100%;
  max-width: 127px;
  top: 0;
}
.viewing .viewing_block .viewing_wrap .viewing_social .tg .image img,
.viewing .viewing_block .viewing_wrap .viewing_social .vk .image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: right;
}
.viewing .viewing_block .viewing_wrap .viewing_social .tg .icon {
  right: 17px;
  bottom: 14px;
}
.viewing .viewing_block .viewing_wrap .viewing_social .vk .icon {
  right: 10px;
  bottom: 2px;
}

.footer {
  padding-block: 80px 65px;
}
@media (max-width: 1399px) {
  .footer {
    padding-block: 30px;
  }
}
@media (max-width: 743px) {
  .footer {
    padding-block: 56px 30px;
  }
}
.footer .footer_top {
  display: flex;
  justify-content: space-between;
  align-items: start;
}
@media (max-width: 1399px) {
  .footer .footer_top {
    flex-direction: column;
    row-gap: 43px;
  }
}
@media (max-width: 743px) {
  .footer .footer_top {
    row-gap: 37px;
  }
}
.footer .footer_top .logo {
  display: flex;
}
@media (max-width: 1399px) {
  .footer .footer_top .logo svg {
    max-width: 70px;
    max-height: 70px;
  }
}
.footer .footer_top .footer_social {
  display: flex;
  align-items: center;
  column-gap: 18px;
}
.footer .footer_top .footer_social a {
  padding: 13px;
  border-radius: 40px;
  background: var(--color-light);
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (hover: hover) {
  .footer .footer_top .footer_social a:hover {
    background: var(--color-blue);
  }
  .footer .footer_top .footer_social a:hover svg path {
    fill: var(--color-light);
  }
}
@media (hover: none) {
  .footer .footer_top .footer_social a:active {
    background: var(--color-blue);
  }
  .footer .footer_top .footer_social a:active svg path {
    fill: var(--color-light);
  }
}
.footer .footer_top .footer_social a svg {
  display: flex;
  flex-shrink: 0;
}
.footer .footer_btm {
  display: flex;
  align-items: end;
  justify-content: space-between;
  font-size: 16px;
  line-height: 24px;
  margin-top: 47px;
}
@media (max-width: 1399px) {
  .footer .footer_btm {
    flex-direction: column;
    row-gap: 17px;
    font-size: 14px;
    line-height: 127%;
    justify-content: start;
    align-items: start;
    margin-top: 25px;
    padding-top: 25px;
    border-top: 1px solid #E2E2E2;
  }
}
@media (max-width: 743px) {
  .footer .footer_btm {
    margin-top: 30px;
    padding-top: 30px;
    row-gap: 15px;
  }
}
.footer .footer_btm .copyright {
  max-width: 373px;
}
@media (max-width: 1399px) {
  .footer .footer_btm .copyright {
    max-width: 100%;
  }
}
@media (max-width: 743px) {
  .footer .footer_btm .copyright {
    max-width: 343px;
  }
}
@media (hover: hover) {
  .footer .footer_btm a:hover {
    color: var(--color-blue);
  }
}
@media (hover: none) {
  .footer .footer_btm a:active {
    color: var(--color-blue);
  }
}

@media (max-width: 1399px) {
  .footer.content_footer {
    padding-bottom: 106px;
  }
}

@media (max-width: 1399px) {
  .footer.content_footer.unregistered {
    padding-bottom: 30px;
  }
}

.content {
  margin-top: 20px;
}
@media (max-width: 1399px) {
  .content {
    margin-top: 93px;
    overflow: hidden;
  }
}
.content .content_header {
  display: flex;
  align-items: center;
  column-gap: 90px;
}
@media (max-width: 1399px) {
  .content .content_header {
    position: fixed;
    z-index: 10;
    background: var(--color-light);
    border-radius: 0px 0px 24px 24px;
    backdrop-filter: blur(15px);
    -webkit-backdrop-filter: blur(15px);
    padding: 19px 20px 16px 20px;
    border: none;
    top: 0;
    width: 100%;
    left: 0;
    right: 0;
    margin: 0 auto;
    max-width: 760px;
    column-gap: 0;
    justify-content: space-between;
  }
}
@media (max-width: 743px) {
  .content .content_header {
    max-width: 468px;
  }
}
.content .content_header .search {
  width: 100%;
  position: relative;
  display: flex;
  align-items: center;
  column-gap: 20px;
  border-radius: 20px;
  background: var(--color-light);
  padding: 12px 20px;
}
@media (max-width: 1399px) {
  .content .content_header .search {
    position: absolute;
    background: #F3F5FC;
    max-width: calc(100% - 40px);
    width: 38px;
    height: 38px;
    right: 20px;
    top: 20px;
    opacity: 0;
    pointer-events: none;
    transition-delay: 0.3s;
    transition: 0.3s;
  }
}
.content .content_header .search button {
  display: flex;
}
.content .content_header .search input {
  font-size: 14px;
  font-weight: 500;
  line-height: 14px;
  width: 100%;
}
.content .content_header .search input::placeholder {
  font-size: 14px;
  font-weight: 500;
  line-height: 14px;
  color: var(--color-gray);
}
.content .content_header .search.active {
  width: 540px;
  opacity: 1;
  pointer-events: auto;
}
.content .content_header .personal {
  display: flex;
  align-items: center;
  column-gap: 20px;
  white-space: nowrap;
}
@media (max-width: 1399px) {
  .content .content_header .personal {
    column-gap: 16px;
  }
}
.content .content_header .personal .name {
  font-size: 14px;
  font-weight: 500;
  line-height: 14px;
  position: relative;
}
@media (min-width: 1400px) {
  .content .content_header .personal .name::before {
    content: "";
    position: absolute;
    display: block;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #29D200;
    left: -16px;
    top: 3px;
  }
}
@media (max-width: 1399px) {
  .content .content_header .personal .name {
    display: none;
  }
}
.content .content_header .personal .image {
  max-width: 44px;
  max-height: 44px;
  height: 44px;
  width: 44px;
  border-radius: 50%;
  overflow: hidden;
  display: flex;
  flex-shrink: 0;
}
@media (max-width: 1399px) {
  .content .content_header .personal .image {
    max-width: 38px;
    max-height: 38px;
    height: 38px;
    width: 38px;
  }
}
.content .content_header .personal .image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.content .content_header .personal .bonuses {
  display: flex;
  align-items: center;
  column-gap: 10px;
}
.content .content_header .personal .bonuses span {
  font-size: 14px;
  font-weight: 500;
  line-height: 14px;
  background: var(--linear, radial-gradient(143.77% 161.13% at 106.03% -15.44%, #3FECD8 7.29%, #10069F 93.75%));
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media (max-width: 1399px) {
  .content .content_header .search_open {
    display: flex;
  }
}
@media (max-width: 1399px) {
  .content .content_header .search_open.active {
    pointer-events: none;
  }
}
.content .content_sidebar {
  border-radius: 10px;
  border: 1px solid #EAEAF8;
  background: var(--color-light);
  padding: 30px;
  position: sticky;
  top: 20px;
}
@media (max-width: 1399px) {
  .content .content_sidebar {
    position: fixed;
    z-index: 10;
    background: var(--color-light);
    border-radius: 18px 18px 0px 0px;
    backdrop-filter: blur(15px);
    -webkit-backdrop-filter: blur(15px);
    padding: 7px 16px;
    border: none;
    top: inherit;
    bottom: 0;
    width: 100%;
    left: 0;
    right: 0;
    margin: 0 auto;
    max-width: 760px;
  }
}
@media (max-width: 743px) {
  .content .content_sidebar {
    max-width: 468px;
  }
}
.content .content_sidebar .head {
  display: flex;
  justify-content: space-between;
  width: 100%;
  align-items: end;
}
@media (max-width: 1399px) {
  .content .content_sidebar .head {
    display: none;
  }
}
.content .content_sidebar .head .logo {
  display: flex;
}
.content .content_sidebar .head .bonuses {
  display: flex;
  align-items: center;
  column-gap: 30px;
  padding-bottom: 3px;
  position: relative;
}
.content .content_sidebar .head .bonuses .question {
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 16px;
  color: var(--color-gray);
  display: flex;
  align-items: center;
  column-gap: 17px;
  position: absolute;
  white-space: nowrap;
  bottom: -29px;
  left: 0;
}
@media (hover: hover) {
  .content .content_sidebar .head .bonuses .question:hover span {
    color: var(--color-light);
    background: var(--color-blue);
  }
}
@media (hover: none) {
  .content .content_sidebar .head .bonuses .question:active span {
    color: var(--color-light);
    background: var(--color-blue);
  }
}
.content .content_sidebar .head .bonuses .question span {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 11px;
  line-height: 14px;
  width: 16px;
  height: 16px;
  background: #E8EEFF;
  border-radius: 50%;
  flex-shrink: 0;
  transition: 0.3s;
}
.content .content_sidebar .head .bonuses .icon {
  display: flex;
}
.content .content_sidebar .head .bonuses .inform {
  position: relative;
}
.content .content_sidebar .head .bonuses .inform .num {
  display: flex;
  align-items: center;
  position: absolute;
  justify-content: space-between;
  width: 100%;
  top: -27px;
}
.content .content_sidebar .head .bonuses .inform .num span {
  font-size: 16px;
  font-weight: 500;
  line-height: 16px;
  background: var(--linear, radial-gradient(143.77% 161.13% at 106.03% -15.44%, #3FECD8 7.29%, #10069F 93.75%));
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.content .content_sidebar .head .bonuses .inform .progress {
  display: flex;
}
.content .content_sidebar .menu {
  margin-top: 40px;
}
@media (max-width: 1399px) {
  .content .content_sidebar .menu {
    margin-top: 0;
  }
}
.content .content_sidebar .menu .title {
  font-size: 14px;
  font-weight: 500;
  line-height: 14px;
  color: var(--color-gray);
}
@media (max-width: 1399px) {
  .content .content_sidebar .menu .title {
    display: none;
  }
}
.content .content_sidebar .menu .nav {
  margin-top: 20px;
}
@media (max-width: 1399px) {
  .content .content_sidebar .menu .nav {
    margin-top: 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
}
.content .content_sidebar .menu .nav li a {
  display: flex;
  align-items: center;
  column-gap: 14px;
  font-size: 16px;
  font-weight: 500;
  line-height: 16px;
  max-width: fit-content;
}
@media (max-width: 1399px) {
  .content .content_sidebar .menu .nav li a {
    flex-direction: column;
    row-gap: 5px;
    font-size: 12px;
    font-weight: 500;
    line-height: normal;
    letter-spacing: -0.24px;
  }
}
@media (hover: hover) {
  .content .content_sidebar .menu .nav li a:hover {
    color: var(--color-blue);
  }
}
@media (hover: none) {
  .content .content_sidebar .menu .nav li a:active {
    color: var(--color-blue);
  }
}
.content .content_sidebar .menu .nav li a .icon {
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: 30px;
  max-height: 30px;
  border-radius: 50%;
  width: 30px;
  height: 30px;
  background: #E8EEFF;
  transition: 0.3s;
}
.content .content_sidebar .menu .nav li:not(:first-child) {
  margin-top: 16px;
}
@media (max-width: 1399px) {
  .content .content_sidebar .menu .nav li:not(:first-child) {
    margin-top: 0;
  }
}
.content .content_sidebar .statistics {
  margin-top: 45px;
}
@media (max-width: 1399px) {
  .content .content_sidebar .statistics {
    display: none;
  }
}
.content .content_sidebar .statistics .title {
  font-size: 14px;
  font-weight: 500;
  line-height: 14px;
  color: var(--color-gray);
}
.content .content_sidebar .statistics .statistics_wrap {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 7px;
  margin-top: 20px;
}
.content .content_sidebar .statistics .statistics_wrap .item {
  border-radius: 10px;
  background: #E8EEFF;
  padding: 14px;
  min-height: 118px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  font-size: 14px;
  font-weight: 500;
  line-height: 22px;
  position: relative;
}
.content .content_sidebar .statistics .statistics_wrap .item .icon {
  font-size: 11px;
  font-style: normal;
  font-weight: 600;
  line-height: 14px;
  color: var(--color-gray);
  background: var(--color-light);
  width: 20px;
  height: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  position: absolute;
  top: 10px;
  right: 10px;
  border-radius: 50%;
  transition: 0.3s;
  cursor: pointer;
}
@media (hover: hover) {
  .content .content_sidebar .statistics .statistics_wrap .item .icon:hover {
    color: var(--color-light);
    background: var(--color-blue);
  }
}
@media (hover: none) {
  .content .content_sidebar .statistics .statistics_wrap .item .icon:active {
    color: var(--color-light);
    background: var(--color-blue);
  }
}
.content .content_sidebar .statistics .statistics_wrap .item span {
  font-size: 32px;
  font-weight: 500;
  line-height: 36px;
  background: var(--linear, radial-gradient(143.77% 161.13% at 106.03% -15.44%, #3FECD8 7.29%, #10069F 93.75%));
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.content .modul_wrap .modul_body {
  border-radius: 10px;
  overflow: hidden;
  position: relative;
  padding: 30px;
  min-height: 500px;
  display: flex;
  flex-direction: column;
}
@media (max-width: 1399px) {
  .content .modul_wrap .modul_body {
    padding: 20px;
    min-height: auto;
  }
}
@media (max-width: 743px) {
  .content .modul_wrap .modul_body {
    padding: 20px 15px;
  }
}
.content .modul_wrap .modul_body .back {
  position: absolute;
  z-index: -1;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  margin-inline: auto;
}
.content .modul_wrap .modul_body .back img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  object-position: top;
}
.content .modul_wrap .modul_body .process {
  font-size: 14px;
  font-weight: 500;
  line-height: 14px;
  text-transform: uppercase;
  color: var(--color-blue);
  padding: 8px 14px 10px 14px;
  border-radius: 10px;
  background: var(--color-light);
  display: flex;
  max-width: fit-content;
  margin-inline: auto;
}
@media (max-width: 1399px) {
  .content .modul_wrap .modul_body .process {
    font-size: 12px;
    line-height: 12px;
  }
}
@media (max-width: 743px) {
  .content .modul_wrap .modul_body .process {
    margin-inline: 0;
  }
}
.content .modul_wrap .modul_body .bonuses {
  padding: 8px 14px 8px 14px;
  display: flex;
  align-items: center;
  column-gap: 6px;
  border-radius: 10px;
  background: var(--color-light);
  max-width: fit-content;
  position: absolute;
  right: 30px;
  top: 30px;
}
@media (max-width: 1399px) {
  .content .modul_wrap .modul_body .bonuses {
    right: 20px;
    top: 20px;
  }
}
@media (max-width: 743px) {
  .content .modul_wrap .modul_body .bonuses {
    display: none;
  }
}
.content .modul_wrap .modul_body .bonuses span {
  font-size: 14px;
  font-weight: 500;
  line-height: 14px;
  text-transform: uppercase;
  background: var(--linear, radial-gradient(143.77% 161.13% at 106.03% -15.44%, #3FECD8 7.29%, #10069F 93.75%));
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.content .modul_wrap .modul_body .inform {
  color: var(--color-light);
  max-width: 435px;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
@media (max-width: 1399px) {
  .content .modul_wrap .modul_body .inform {
    position: relative;
    margin-top: 20px;
  }
}
@media (max-width: 743px) {
  .content .modul_wrap .modul_body .inform {
    max-width: 303px;
    margin-top: 42px;
  }
}
.content .modul_wrap .modul_body .inform h1 {
  font-size: 40px;
  font-weight: 500;
  line-height: 46px;
  letter-spacing: -0.8px;
  text-align: center;
}
@media (max-width: 1399px) {
  .content .modul_wrap .modul_body .inform h1 {
    font-size: 32px;
    font-weight: 500;
    line-height: 36px;
  }
}
@media (max-width: 743px) {
  .content .modul_wrap .modul_body .inform h1 {
    margin-top: 16px;
  }
}
.content .modul_wrap .modul_body .inform .text {
  font-size: 16px;
  font-weight: 400;
  line-height: 22px;
  text-align: center;
  margin-block: 20px 40px;
}
@media (max-width: 1399px) {
  .content .modul_wrap .modul_body .inform .text {
    margin-block: 16px 30px;
  }
}
.content .modul_wrap .modul_body .inform .link {
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 14px;
  padding: 8px 14px 10px 14px;
  border-radius: 30px;
  display: flex;
  max-width: fit-content;
  color: var(--color-blue);
  background: var(--color-light);
}
@media (hover: hover) {
  .content .modul_wrap .modul_body .inform .link:hover {
    color: var(--color-light);
    background: var(--color-blue);
  }
}
@media (hover: none) {
  .content .modul_wrap .modul_body .inform .link:active {
    color: var(--color-light);
    background: var(--color-blue);
  }
}
@media (max-width: 743px) {
  .content .modul_wrap .modul_body .inform .bonuses {
    display: flex;
    position: relative;
    top: inherit;
    right: inherit;
    background: transparent;
    padding: 0;
  }
  .content .modul_wrap .modul_body .inform .bonuses span {
    color: var(--color-light);
    background: transparent;
    -webkit-text-fill-color: inherit;
  }
}
.content .modul_wrap .modul_body .modul_body_btm {
  display: flex;
  align-items: end;
  margin-top: auto;
}
@media (max-width: 743px) {
  .content .modul_wrap .modul_body .modul_body_btm {
    flex-direction: column;
    margin-top: 40px;
    align-items: center;
  }
}
.content .modul_wrap .modul_body .modul_body_btm .author {
  display: flex;
  flex-direction: column;
  max-width: 190px;
}
@media (max-width: 1399px) {
  .content .modul_wrap .modul_body .modul_body_btm .author {
    max-width: 233px;
    min-width: 233px;
    margin-top: 0;
  }
}
@media (max-width: 743px) {
  .content .modul_wrap .modul_body .modul_body_btm .author {
    margin: 0;
    flex-direction: row;
    align-items: center;
    column-gap: 20px;
    max-width: 100%;
    margin-top: 30px;
    padding-top: 30px;
    border-top: 1px solid rgba(255, 255, 255, 0.5);
  }
}
.content .modul_wrap .modul_body .modul_body_btm .author .author_name {
  font-size: 14px;
  font-weight: 600;
  line-height: 20px;
  color: var(--color-light);
  margin-top: 20px;
}
@media (max-width: 743px) {
  .content .modul_wrap .modul_body .modul_body_btm .author .author_name {
    margin-top: 0;
    max-width: 233px;
  }
}
.content .modul_wrap .modul_body .modul_body_btm .author .author_job {
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  color: var(--color-light);
}
.content .modul_wrap .modul_body .modul_body_btm .author .author_image {
  max-width: 60px;
  max-height: 60px;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  overflow: hidden;
  display: flex;
  flex-shrink: 0;
}
.content .modul_wrap .modul_body .modul_body_btm .author .author_image img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}
@media (max-width: 1399px) {
  .content .modul_wrap .modul_body .modul_body_btm .author .author_image {
    max-width: 50px;
    max-height: 50px;
    width: 50px;
    height: 50px;
  }
}
@media (max-width: 743px) {
  .content .modul_wrap .modul_body .modul_body_btm .author .author_image {
    margin: 0;
  }
}
.content .modul_wrap .modul_body .modul_body_btm .module_inform {
  display: flex;
  align-items: center;
  column-gap: 35px;
  margin-left: 107px;
}
@media (max-width: 1399px) {
  .content .modul_wrap .modul_body .modul_body_btm .module_inform {
    margin-left: 39px;
    column-gap: 29px;
  }
}
@media (max-width: 743px) {
  .content .modul_wrap .modul_body .modul_body_btm .module_inform {
    order: -1;
    margin-left: 0;
    column-gap: 26px;
  }
}
.content .modul_wrap .modul_body .modul_body_btm .module_inform .item {
  display: flex;
  align-items: center;
  column-gap: 10px;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0.32px;
  position: relative;
  white-space: nowrap;
  color: var(--color-light);
  position: relative;
}
@media (max-width: 1399px) {
  .content .modul_wrap .modul_body .modul_body_btm .module_inform .item {
    font-size: 14px;
    line-height: 20px;
  }
  .content .modul_wrap .modul_body .modul_body_btm .module_inform .item svg {
    max-width: 14px;
    max-height: 14px;
  }
}
@media (max-width: 743px) {
  .content .modul_wrap .modul_body .modul_body_btm .module_inform .item {
    column-gap: 7px;
  }
}
.content .modul_wrap .modul_body .modul_body_btm .module_inform .item:not(:last-child)::after {
  content: "";
  display: block;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: var(--color-light);
  position: absolute;
  right: -18px;
}
@media (max-width: 1399px) {
  .content .modul_wrap .modul_body .modul_body_btm .module_inform .item:not(:last-child)::after {
    right: -15px;
  }
}
.content .modul_wrap .modul_body .modul_body_btm .progress_wrap {
  margin-left: auto;
}
@media (max-width: 1399px) {
  .content .modul_wrap .modul_body .modul_body_btm .progress_wrap {
    padding-bottom: 5px;
  }
  .content .modul_wrap .modul_body .modul_body_btm .progress_wrap p[data-value]:after {
    top: 5px;
  }
}
@media (max-width: 743px) {
  .content .modul_wrap .modul_body .modul_body_btm .progress_wrap {
    position: absolute;
    top: 13px;
    right: 20px;
  }
}
.content .modul_wrap .modul_block {
  margin-top: 24px;
}
@media (max-width: 1399px) {
  .content .modul_wrap .modul_block {
    overflow: visible;
  }
}
.content .modul_wrap .modul_block .swiper-slide {
  display: flex;
  height: auto;
}
@media (max-width: 1399px) {
  .content .modul_wrap .modul_block .swiper-slide {
    max-width: 288px;
  }
}
.content .modul_wrap .modul_block .item {
  padding: 20px;
  border-radius: 10px;
  border: 1px #EAEAF8;
  background: #EAEAF8;
  display: flex;
  flex-direction: column;
  position: relative;
}
.content .modul_wrap .modul_block .item .num {
  font-size: 12px;
  font-weight: 500;
  line-height: 12px;
  text-transform: uppercase;
  color: var(--color-blue);
  padding: 8px 14px 10px 14px;
  display: flex;
  max-width: fit-content;
  border-radius: 10px;
  background: var(--color-light);
}
.content .modul_wrap .modul_block .item h3 {
  margin-top: 20px;
}
@media (max-width: 743px) {
  .content .modul_wrap .modul_block .item h3 {
    font-size: 26px;
    font-weight: 500;
    line-height: 30px;
  }
}
.content .modul_wrap .modul_block .item .text {
  font-size: 16px;
  line-height: 22px;
  margin-top: 16px;
}
@media (max-width: 1399px) {
  .content .modul_wrap .modul_block .item .text {
    margin-top: 10px;
    max-width: 500px;
  }
}
@media (max-width: 743px) {
  .content .modul_wrap .modul_block .item .text {
    margin-top: 16px;
    max-width: 263px;
  }
}
.content .modul_wrap .modul_block .item .link {
  font-size: 14px;
  line-height: 14px;
  letter-spacing: -0.28px;
  padding: 7px 14px 10px 14px;
  border-radius: 40px;
  background: var(--color-blue);
  max-width: fit-content;
  display: flex;
  color: var(--color-light);
  margin-block: 20px 46px;
}
@media (max-width: 743px) {
  .content .modul_wrap .modul_block .item .link {
    margin-block: 20px 30px;
  }
}
@media (hover: hover) {
  .content .modul_wrap .modul_block .item .link:hover {
    background: var(--color-light);
    color: var(--color-blue);
  }
}
@media (hover: none) {
  .content .modul_wrap .modul_block .item .link:active {
    background: var(--color-light);
    color: var(--color-blue);
  }
}
.content .modul_wrap .modul_block .item .time {
  font-size: 14px;
  line-height: 20px;
  color: var(--color-blue);
  display: flex;
  align-items: center;
  column-gap: 10px;
  margin-top: auto;
}
.content .modul_wrap .modul_block .item .progress_wrap {
  position: absolute;
  right: 20px;
  bottom: 20px;
  height: 30px;
}
.content .modul_wrap .modul_block .item .progress_wrap .icon {
  position: absolute;
  display: flex;
  left: 0;
  right: 0;
  margin: 0 auto;
  top: 2px;
  max-width: fit-content;
  top: -25px;
}
@media (max-width: 1399px) {
  .content .modul_wrap .modul_block .item .progress_wrap .icon {
    top: -2px;
    left: -24px;
    right: inherit;
    margin: 0;
  }
}
@media (max-width: 1399px) {
  .content .modul_wrap .modul_block .item .progress_wrap {
    height: 25px;
  }
}
.content .modul_wrap .modul_block .item .progress_wrap p[data-value]:after {
  color: var(--color-blue);
  top: -5px;
}
.content .modul_wrap .modul_block .item_white {
  background: var(--color-light);
}
.content .modul_wrap .modul_block .item_white .num {
  background: #E8EEFF;
}
.content .modul_wrap .modul_block .item_white .link {
  color: var(--color-dark);
  background: #E8EEFF;
}
@media (hover: hover) {
  .content .modul_wrap .modul_block .item_white .link:hover {
    background: var(--color-blue);
    color: var(--color-light);
  }
}
@media (hover: none) {
  .content .modul_wrap .modul_block .item_white .link:active {
    background: var(--color-blue);
    color: var(--color-light);
  }
}
.content .return {
  display: flex;
  max-height: fit-content;
  height: fit-content;
  position: sticky;
  top: 20px;
  white-space: nowrap;
  font-size: 14px;
  font-weight: 500;
  line-height: 14px;
  display: flex;
  align-items: center;
  column-gap: 16px;
}
@media (max-width: 1399px) {
  .content .return {
    position: relative;
    top: 0;
    margin-bottom: 30px;
  }
}
.content .return svg {
  display: flex;
  flex-shrink: 0;
}
@media (hover: hover) {
  .content .return:hover svg circle {
    fill: var(--color-blue);
  }
  .content .return:hover svg path {
    stroke: var(--color-light);
  }
}
@media (hover: none) {
  .content .return:active svg circle {
    fill: var(--color-blue);
  }
  .content .return:active svg path {
    stroke: var(--color-light);
  }
}
.content .opinion .opinion_wrap .form_opinion_unregistered {
  display: none;
}

@media (max-width: 1399px) {
  .content.unregistered {
    margin-top: 20px;
  }
}
@media (max-width: 1399px) {
  .content.unregistered .content_sidebar {
    display: none;
  }
}
.content.unregistered .content_sidebar .head .bonuses {
  display: none;
}
.content.unregistered .content_sidebar .menu {
  display: none;
}
.content.unregistered .content_header {
  display: none;
}
.content.unregistered .breadcrumb {
  padding-block: 0 28px;
}
@media (max-width: 1399px) {
  .content.unregistered .breadcrumb {
    padding-block: 0 30px;
  }
}
.content.unregistered .opinion .user {
  display: none;
}
.content.unregistered .form_opinion {
  display: none;
}
.content.unregistered .opinion .opinion_wrap .form_opinion_unregistered {
  display: flex;
}

.breadcrumb {
  display: flex;
  align-items: center;
  column-gap: 10px;
  max-width: fit-content;
  padding-block: 20px 28px;
  flex-wrap: wrap;
}
@media (max-width: 1399px) {
  .breadcrumb {
    padding-block: 0 30px;
  }
}
.breadcrumb a {
  color: var(--color-gray);
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 14px;
  position: relative;
  display: flex;
  column-gap: 5px;
  max-width: fit-content;
  white-space: nowrap;
}
@media (hover: hover) {
  .breadcrumb a:hover {
    color: var(--color-blue);
  }
}
@media (hover: none) {
  .breadcrumb a:active {
    color: var(--color-blue);
  }
}
.breadcrumb a::after {
  content: "-";
  color: var(--color-gray);
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 14px;
  pointer-events: none;
}

.breadcrumb li:last-child span {
  color: var(--color-gray);
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 14px;
}

.chapter .chapter_bg {
  position: relative;
  border-radius: 10px;
  overflow: hidden;
  padding: 20px 30px;
}
@media (max-width: 1399px) {
  .chapter .chapter_bg {
    padding: 20px;
  }
}
.chapter .chapter_bg h1 {
  color: var(--color-light);
  font-size: 32px;
  font-weight: 500;
  line-height: 36px;
  letter-spacing: -0.64px;
}
.chapter .chapter_bg .inform {
  display: flex;
  align-items: center;
  column-gap: 35px;
  margin-bottom: 10px;
  padding-left: 25px;
}
@media (max-width: 1399px) {
  .chapter .chapter_bg .inform {
    margin-bottom: 14px;
  }
}
@media (max-width: 743px) {
  .chapter .chapter_bg .inform {
    column-gap: 27px;
    padding-left: 18px;
  }
}
.chapter .chapter_bg .inform .item {
  display: flex;
  align-items: center;
  column-gap: 6px;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: 0.28px;
  color: var(--color-light);
  position: relative;
  white-space: nowrap;
}
.chapter .chapter_bg .inform .item::before {
  content: "";
  position: absolute;
  left: -20px;
  top: 10px;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--color-light);
}
@media (max-width: 743px) {
  .chapter .chapter_bg .inform .item::before {
    left: -17px;
  }
}
.chapter .chapter_bg .inform .item_wrap_mob {
  display: flex;
  align-items: center;
  column-gap: 35px;
}
@media (max-width: 743px) {
  .chapter .chapter_bg .inform .item_wrap_mob {
    position: absolute;
    bottom: 20px;
    right: 20px;
    column-gap: 19px;
  }
  .chapter .chapter_bg .inform .item_wrap_mob .item::before {
    display: none;
  }
}
.chapter .chapter_bg .progress_wrap {
  position: absolute;
  right: 30px;
  top: 0;
  bottom: 0;
  margin: auto 0;
}
@media (max-width: 1399px) {
  .chapter .chapter_bg .progress_wrap {
    bottom: 20px;
    margin: 0 0;
    top: inherit;
    right: 20px;
  }
}
@media (max-width: 743px) {
  .chapter .chapter_bg .progress_wrap {
    position: relative;
    left: inherit;
    bottom: inherit;
    right: inherit;
    margin-top: 24px;
  }
}
.chapter .chapter_bg .progress_wrap p[data-value]:after {
  top: 0;
}
@media (max-width: 1399px) {
  .chapter .chapter_bg .progress_wrap p[data-value]:after {
    top: 10px;
  }
}
.chapter .chapter_bg .back {
  position: absolute;
  z-index: -1;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  margin-inline: auto;
}
.chapter .chapter_bg .back img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  object-position: top;
}
.chapter .chapter_wrap {
  display: flex;
  column-gap: 81px;
  margin-top: 50px;
}
@media (max-width: 1399px) {
  .chapter .chapter_wrap {
    margin-top: 40px;
  }
}
.chapter .chapter_wrap .chapter_content {
  max-width: 678px;
}
.chapter .chapter_wrap .chapter_content h2 {
  font-size: 24px;
  font-weight: 600;
  line-height: 30px;
  margin-block: 24px 14px;
}
@media (max-width: 743px) {
  .chapter .chapter_wrap .chapter_content h2 {
    font-size: 20px;
    font-weight: 600;
    line-height: 26px;
  }
}
.chapter .chapter_wrap .chapter_content h2:first-child {
  margin-block: 0 14px;
}
.chapter .chapter_wrap .chapter_content p {
  font-size: 16px;
  line-height: 24px;
  margin-block: 14px;
}
@media (max-width: 1399px) {
  .chapter .chapter_wrap .chapter_content p {
    font-size: 14px;
    line-height: 22px;
    margin-block: 8px;
  }
}
.chapter .chapter_wrap .chapter_content p:first-child {
  margin-block: 0 14px;
}
@media (max-width: 1399px) {
  .chapter .chapter_wrap .chapter_content p:first-child {
    margin-block: 0 8px;
  }
}
.chapter .chapter_wrap .chapter_content p:last-child {
  margin-block: 14px 0;
}
@media (max-width: 1399px) {
  .chapter .chapter_wrap .chapter_content p:last-child {
    margin-block: 8px 0;
  }
}
.chapter .chapter_wrap .chapter_content ul {
  margin: 0;
  list-style-type: none;
  padding: 0;
  margin-block: 14px;
}
@media (max-width: 1399px) {
  .chapter .chapter_wrap .chapter_content ul {
    margin-block: 8px;
  }
}
.chapter .chapter_wrap .chapter_content ul li {
  font-size: 16px;
  line-height: 24px;
  padding-left: 38px;
  position: relative;
}
.chapter .chapter_wrap .chapter_content ul li::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  top: 0;
  margin: auto 0;
  width: 24px;
  height: 24px;
  background: var(--color-light);
  border-radius: 50%;
}
.chapter .chapter_wrap .chapter_content ul li::after {
  content: "";
  position: absolute;
  left: 10px;
  bottom: 0;
  top: 0;
  margin: auto 0;
  width: 4px;
  height: 4px;
  background: var(--color-dark);
  border-radius: 50%;
}
@media (max-width: 1399px) {
  .chapter .chapter_wrap .chapter_content ul li {
    font-size: 14px;
    line-height: 22px;
  }
}
.chapter .chapter_wrap .chapter_content ul li:not(:last-child) {
  margin-bottom: 14px;
}
@media (max-width: 1399px) {
  .chapter .chapter_wrap .chapter_content ul li:not(:last-child) {
    margin-bottom: 8px;
  }
}
.chapter .chapter_wrap .chapter_content ol {
  margin: 0;
  list-style-type: none;
  padding: 0;
  margin-block: 14px;
  counter-reset: num;
}
@media (max-width: 1399px) {
  .chapter .chapter_wrap .chapter_content ol {
    margin-block: 8px;
  }
}
.chapter .chapter_wrap .chapter_content ol li {
  font-size: 16px;
  line-height: 24px;
  padding-left: 38px;
  position: relative;
}
.chapter .chapter_wrap .chapter_content ol li::before {
  content: counter(num);
  counter-increment: num;
  position: absolute;
  left: 0;
  bottom: 0;
  top: 0;
  margin: auto 0;
  width: 24px;
  height: 24px;
  background: var(--color-light);
  border-radius: 50%;
  font-size: 12px;
  font-weight: 500;
  line-height: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 1399px) {
  .chapter .chapter_wrap .chapter_content ol li {
    font-size: 14px;
    line-height: 22px;
  }
}
.chapter .chapter_wrap .chapter_content ol li:not(:last-child) {
  margin-bottom: 14px;
}
@media (max-width: 1399px) {
  .chapter .chapter_wrap .chapter_content ol li:not(:last-child) {
    margin-bottom: 8px;
  }
}
.chapter .chapter_wrap .chapter_content ul:first-child,
.chapter .chapter_wrap .chapter_content ol:first-child {
  margin-block: 0 14px;
}
@media (max-width: 1399px) {
  .chapter .chapter_wrap .chapter_content ul:first-child,
  .chapter .chapter_wrap .chapter_content ol:first-child {
    margin-block: 0 8px;
  }
}
.chapter .chapter_wrap .chapter_content ul:last-child,
.chapter .chapter_wrap .chapter_content ol:last-child {
  margin-block: 14px 0;
}
@media (max-width: 1399px) {
  .chapter .chapter_wrap .chapter_content ul:last-child,
  .chapter .chapter_wrap .chapter_content ol:last-child {
    margin-block: 8px 0;
  }
}
.chapter .chapter_wrap .chapter_content .image {
  border-radius: 10px;
  overflow: hidden;
  width: 100%;
  height: auto;
  margin-block: 30px 20px;
}
@media (max-width: 1399px) {
  .chapter .chapter_wrap .chapter_content .image {
    margin-block: 24px 20px;
  }
}
.chapter .chapter_wrap .chapter_content .image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.chapter .chapter_wrap .chapter_content .link {
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 14px;
  color: var(--color-blue);
  background: var(--color-light);
  padding: 8px 14px 10px 14px;
  border-radius: 30px;
  display: flex;
  align-items: center;
  column-gap: 10px;
  max-width: fit-content;
  margin-block: 20px 30px;
}
@media (max-width: 1399px) {
  .chapter .chapter_wrap .chapter_content .link {
    margin-block: 20px 24px;
  }
}
@media (hover: hover) {
  .chapter .chapter_wrap .chapter_content .link:hover {
    color: var(--color-light);
    background: var(--color-blue);
  }
  .chapter .chapter_wrap .chapter_content .link:hover svg path {
    fill: var(--color-light);
  }
}
@media (hover: none) {
  .chapter .chapter_wrap .chapter_content .link:active {
    color: var(--color-light);
    background: var(--color-blue);
  }
  .chapter .chapter_wrap .chapter_content .link:active svg path {
    fill: var(--color-light);
  }
}
@media (max-width: 1399px) {
  .chapter .chapter_wrap .scroll_bar {
    display: none;
  }
}
.chapter .chapter_wrap.active .line-down circle {
  fill: var(--color-blue);
}
.chapter .chapter_wrap.active .line-down path {
  stroke: var(--color-light);
  stroke-opacity: 1;
}
.chapter .chapter_review {
  margin-top: 30px;
  max-width: 678px;
  margin-left: 117px;
}
@media (max-width: 1399px) {
  .chapter .chapter_review {
    margin-top: 24px;
    margin-left: 0;
  }
}
.chapter .chapter_review .link {
  display: flex;
  align-items: center;
  column-gap: 10px;
}
.chapter .chapter_review .link a {
  display: flex;
  align-items: center;
  column-gap: 10px;
  max-width: fit-content;
  padding: 8px 14px 10px 14px;
  color: var(--color-blue);
  background: var(--color-light);
  border-radius: 30px;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 14px;
}
@media (max-width: 743px) {
  .chapter .chapter_review .link a {
    width: 100%;
    white-space: nowrap;
    justify-content: center;
    max-width: 100%;
  }
}
@media (max-width: 743px) {
  .chapter .chapter_review .link a .text span {
    display: none;
  }
}
@media (hover: hover) {
  .chapter .chapter_review .link a:hover {
    color: var(--color-light);
    background: var(--color-blue);
  }
  .chapter .chapter_review .link a:hover svg path {
    fill: var(--color-light);
  }
}
@media (hover: none) {
  .chapter .chapter_review .link a:active {
    color: var(--color-light);
    background: var(--color-blue);
  }
  .chapter .chapter_review .link a:active svg path {
    fill: var(--color-light);
  }
}
.chapter .chapter_review .next {
  border-radius: 10px;
  border: 1px solid #DDEC8A;
  background: #E6F598;
  display: flex;
  padding: 24px 0;
  width: 100%;
  column-gap: 10px;
  align-items: center;
  justify-content: center;
  margin-top: 40px;
}
@media (max-width: 1399px) {
  .chapter .chapter_review .next {
    padding: 18px 16px;
    justify-content: space-between;
    max-width: 584px;
  }
}
.chapter .chapter_review .next svg {
  transition: 0.3s;
}
@media (max-width: 1399px) {
  .chapter .chapter_review .next svg {
    max-width: 28px;
    max-height: 28px;
  }
}
@media (hover: hover) {
  .chapter .chapter_review .next:hover svg {
    transform: translateX(20px);
  }
}
@media (hover: hover) and (max-width: 1399px) {
  .chapter .chapter_review .next:hover svg {
    transform: translateX(-20px);
  }
}
@media (hover: none) {
  .chapter .chapter_review .next:active svg {
    transform: translateX(20px);
  }
}
@media (hover: none) and (max-width: 1399px) {
  .chapter .chapter_review .next:active svg {
    transform: translateX(-20px);
  }
}
.chapter .chapter_review .next span {
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 16px;
  letter-spacing: 0.32px;
  text-transform: uppercase;
  width: 254px;
  text-align: center;
  background: var(--Linear, linear-gradient(180deg, #A1BB41 26.02%, #809B1A 78.1%));
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media (max-width: 1399px) {
  .chapter .chapter_review .next span {
    font-size: 14px;
    line-height: 16px;
    letter-spacing: 0.28px;
    text-align: left;
  }
}
.chapter .chapter_review .assess {
  margin-top: 40px;
  display: flex;
  column-gap: 74px;
}
@media (max-width: 1399px) {
  .chapter .chapter_review .assess {
    column-gap: 69px;
  }
}
.chapter .chapter_review .assess .assess_wrap .title {
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 14px;
  color: var(--color-gray);
}
.chapter .chapter_review .assess .assess_wrap .btn {
  display: flex;
  column-gap: 10px;
  margin-top: 20px;
}
.chapter .chapter_review .assess .assess_wrap .btn a {
  display: flex;
  flex-direction: column;
  row-gap: 10px;
  align-items: center;
  font-size: 12px;
  font-weight: 600;
  line-height: 12px;
  color: var(--color-gray);
}
.chapter .chapter_review .assess .assess_wrap .btn a svg {
  transition: 0.3s;
}
@media (hover: hover) {
  .chapter .chapter_review .assess .assess_wrap .btn a:hover svg {
    transform: rotate(20deg);
  }
}
@media (hover: none) {
  .chapter .chapter_review .assess .assess_wrap .btn a:active svg {
    transform: rotate(20deg);
  }
}
.chapter .chapter_review .assess .assess_wrap .btn .btn_like {
  color: var(--color-blue);
}
.chapter .chapter_review .assess .assess_wrap .btn .btn_share .icon {
  width: 50px;
  height: 50px;
  flex-shrink: 0;
  background: var(--color-light);
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  display: flex;
}

.opinion {
  margin-top: 40px;
  padding: 60px;
  background: var(--color-light);
  border-radius: 10px;
  display: flex;
  column-gap: 60px;
  margin-left: 117px;
  position: relative;
  align-items: end;
}
@media (max-width: 1399px) {
  .opinion {
    margin-left: 0;
    padding: 20px;
    column-gap: 30px;
  }
}
.opinion .item {
  border-radius: 12px;
  border: 1px solid #ECE09D;
  background: #F3E7A3;
  transform: rotate(10deg);
  position: absolute;
  padding: 9px 10px;
  right: -20px;
  top: -29px;
}
@media (max-width: 1399px) {
  .opinion .item {
    right: -18px;
  }
}
@media (max-width: 743px) {
  .opinion .item {
    right: -5px;
  }
}
.opinion .item span {
  font-family: "TroubleSide", sans-serif;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0.32px;
  text-transform: uppercase;
  background: linear-gradient(141deg, #EC933F 46.24%, #E37712 67.49%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media (max-width: 1399px) {
  .opinion .item span {
    font-size: 14px;
    line-height: 22px;
    letter-spacing: 0.28px;
  }
}
.opinion .opinion_wrap {
  max-width: 501px;
  min-width: 501px;
}
@media (max-width: 1399px) {
  .opinion .opinion_wrap {
    max-width: 446px;
    min-width: 446px;
  }
}
@media (max-width: 743px) {
  .opinion .opinion_wrap {
    max-width: 100%;
    min-width: 100%;
  }
}
.opinion .opinion_wrap .title {
  font-size: 40px;
  font-style: normal;
  font-weight: 500;
  line-height: 44px;
  margin-bottom: 40px;
}
@media (max-width: 1399px) {
  .opinion .opinion_wrap .title {
    font-size: 26px;
    line-height: 32px;
    margin-bottom: 24px;
  }
}
.opinion .opinion_wrap form {
  display: flex;
  flex-direction: column;
  row-gap: 20px;
}
@media (max-width: 1399px) {
  .opinion .opinion_wrap form {
    row-gap: 5px;
  }
}
.opinion .opinion_wrap form textarea {
  padding: 22px 30px;
  font-size: 16px;
  line-height: normal;
  border-radius: 10px;
  background: #F3F5FC;
  width: 100%;
  height: 128px;
}
@media (max-width: 1399px) {
  .opinion .opinion_wrap form textarea {
    font-size: 12px;
    font-weight: 500;
    line-height: 12px;
    padding: 16px;
    height: 122px;
  }
}
.opinion .opinion_wrap form textarea::placeholder {
  color: rgba(46, 46, 46, 0.5);
  font-size: 16px;
  line-height: normal;
}
@media (max-width: 1399px) {
  .opinion .opinion_wrap form textarea::placeholder {
    font-size: 12px;
    font-weight: 500;
    line-height: 12px;
  }
}
.opinion .opinion_wrap form textarea::-webkit-scrollbar {
  width: 0;
}
.opinion .opinion_wrap form input[type=submit] {
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 16px;
  letter-spacing: 0.32px;
  text-transform: uppercase;
  color: var(--color-light);
  background: var(--color-blue);
  border-radius: 10px;
  padding: 31px 0;
  width: 100%;
  cursor: pointer;
}
@media (max-width: 1399px) {
  .opinion .opinion_wrap form input[type=submit] {
    font-size: 12px;
    line-height: 12px;
    padding: 16px 0;
  }
}
@media (hover: hover) {
  .opinion .opinion_wrap form input[type=submit]:hover {
    background: var(--color-gray);
  }
}
@media (hover: none) {
  .opinion .opinion_wrap form input[type=submit]:active {
    background: var(--color-gray);
  }
}
.opinion .opinion_wrap form .input_text {
  font-size: 16px;
  font-weight: 400;
  line-height: normal;
  width: 100%;
  padding: 0 30px;
  height: 77px;
  display: flex;
  align-items: center;
  border-radius: 10px;
  background: #F3F5FC;
}
@media (max-width: 1399px) {
  .opinion .opinion_wrap form .input_text {
    font-size: 12px;
    font-weight: 500;
    line-height: 12px;
    height: 50px;
    padding: 0 16px;
  }
}
.opinion .opinion_wrap form .input_text::placeholder {
  color: rgba(46, 46, 46, 0.5);
  font-size: 16px;
  line-height: normal;
}
@media (max-width: 1399px) {
  .opinion .opinion_wrap form .input_text::placeholder {
    font-size: 12px;
    font-weight: 500;
    line-height: 12px;
  }
}
.opinion .user {
  display: flex;
  align-items: center;
  column-gap: 16px;
}
@media (max-width: 1399px) {
  .opinion .user {
    column-gap: 8px;
  }
}
@media (max-width: 743px) {
  .opinion .user {
    display: none;
  }
}
.opinion .user .image {
  max-width: 78px;
  max-height: 78px;
  height: 78px;
  width: 78px;
  border-radius: 50%;
  overflow: hidden;
  display: flex;
  flex-shrink: 0;
}
@media (max-width: 1399px) {
  .opinion .user .image {
    max-width: 50px;
    max-height: 50px;
    height: 50px;
    width: 50px;
  }
}
.opinion .user .image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.opinion .user .name {
  font-size: 14px;
  font-weight: 500;
  line-height: 14px;
}

.scroll_bar {
  display: flex;
  flex-direction: column;
  row-gap: 14px;
  position: sticky;
  top: 20px;
  align-items: center;
  max-height: fit-content;
  height: fit-content;
  margin-left: auto;
}
@media (max-width: 1399px) {
  .scroll_bar {
    display: none;
  }
}
.scroll_bar .line {
  width: 6px;
  height: 260px;
  background: var(--color-light);
  position: relative;
  border-radius: 6px;
}
.scroll_bar .line .line-back {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 6px;
  background: var(--color-blue);
  height: 0;
  border-radius: 6px;
}

/*# sourceMappingURL=styles.css.map */