@import url("https://fonts.googleapis.com/css2?family=Caveat:wght@400..700&family=Commissioner:wght@100..900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Raleway:ital,wght@0,100..900;1,100..900&display=swap");
* {
  scroll-behavior: smooth;
}
body {
  margin: 0;
  padding: 0;
  background: #fdfcfc;
}

ul {
  padding: 0;
  margin: 0;
  list-style: none;
}

li {
  padding: 0;
  margin: 0;
}

button {
  border: transparent;
  background: transparent;
  padding: 0;
  margin: 0;
  outline: none !important;
  transition: all 0.6s;
}

button:hover {
  cursor: pointer !important;
}

button:focus,
button:hover {
  outline: none !important;
}

button:active {
  outline: none !important;
}

.landing-wrapper {
  position: relative;
  z-index: 3;
  max-width: 1170px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 0;
  padding-right: 0;
  width: 100%;
}
.header {
  padding: 25px 0;
  box-shadow: 0px 1px 20px 0px rgba(0, 0, 0, 0.05);
}
.header-logo {
  width: 150px;
  height: 47px;
}
.header .landing-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.header .landing-wrapper .wrapper {
  display: flex;
  gap: 40px;
  align-items: center;
}
.nav .list {
  display: flex;
  gap: 24px;
}
.nav .list .list__item a {
  font-size: 16px;
  font-family: Commissioner;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  color: #090808;
  text-decoration: none;
  transition: 0.3s;
}
.nav .list .list__item a:hover {
  opacity: 0.8;
  transition: 0.3s;
}
.header .lean-more {
  width: 275px;
  height: 56px;
  background: #ffd600;
  border-radius: 8px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 16px;
  font-family: Commissioner;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  color: #090808;
  text-decoration: none;
}
.header .lean-more:hover {
  opacity: 0.8;
  transition: 0.3s;
}

.hero {
  padding: 160px 0;
}
.hero .landing-wrapper {
  display: flex;
  align-items: center;
}
.hero-block {
  width: 50%;
}
.hero-img {
  width: 100%;

  object-fit: contain;
}
.title {
  color: #090808;
  font-family: Commissioner;
  font-size: 40px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  margin: 0;
  margin-bottom: 24px;
}
.title span {
  text-decoration: line-through;
}
.description {
  color: #665d5d;
  max-width: 570px;
  font-family: Commissioner;
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-bottom: 80px;
}
.learn-more {
  width: 275px;
  height: 56px;
  background: #ffd600;
  border-radius: 8px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 16px;
  font-family: Commissioner;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  color: #090808;
  text-decoration: none;
  display: flex;
  align-items: center;
  gap: 8px;
}
.learn-more:hover {
  opacity: 0.8;
  transition: 0.3s;
}
/* .landing-header {
    position: relative;
    width: 100%;
    height: 795px;
    overflow: hidden;
}

.landing-header::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url('img/bg/header-bg.png');
    background-size: 1440px 627px;
    background-repeat: no-repeat;
    background-position: top center;
    filter: blur(6px);
    z-index: 1;
}

.landing-header-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(225, 225, 225, 0.60);
    z-index: 2;
}

.landing-header-block {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin: 193px 0 0 0;
}

.landing-header-block-img {
    width: 111px;
    height: 111px;
}

.landing-header-block-title {
    font-family: "Commissioner", sans-serif;
    font-size: 40px;
    line-height: normal;
    color: #000000;
    font-weight: 500;
    margin: 40px 0 16px 0;
}

.landing-header-block-title br {
    display: none;
}

.landing-header-block-text {
    font-family: "Commissioner", sans-serif;
    font-size: 24px;
    line-height: normal;
    color: #665D5D;
    font-weight: 400;
    margin: 0 0 80px 0;
}

.landing-header-block-btn {
    font-family: Roboto, Arial, sans-serif;
    font-size: 14px;
    line-height: normal;
    font-weight: 500;
    margin: 0;
    width: 165px;
    height: 56px;
    color: #665D5D;
    border-radius: 100px;
    border: 1px solid #665D5D;
}

.landing-header-block-btn:hover {
    background: #FFD600;
    color: #06080E;
    box-shadow: -4px -4px 8px 0 rgba(0, 0, 0, 0.05), 4px 4px 8px 0 rgba(0, 0, 0, 0.05);
    border: transparent;
}

.landing-header-block-btn:active {
    background: #FFD600;
    color: #06080E;
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.50) inset;
    border: transparent;
} */

.landing-section-introduce {
  background-image: url("img/bg/introduce-bg.png");
  background-size: cover;
  background-repeat: no-repeat;
  height: 607px;
}

.landing-section-introduce-block {
  padding: 80px 0;
  display: flex;
  justify-content: space-between;
}

.landing-section-introduce-block-main {
  width: 673px;
  max-width: 673px;
  background: #fdfcfc;
  border-radius: 8px;
  box-shadow: 115px 115px 45px 0 rgba(6, 8, 14, 0),
    74px 74px 42px 0 rgba(6, 8, 14, 0), 41px 41px 35px 0 rgba(6, 8, 14, 0.02),
    18px 18px 26px 0 rgba(6, 8, 14, 0.03), 5px 5px 14px 0 rgba(6, 8, 14, 0.03);
  padding: 32px;
  box-sizing: border-box;
}

.landing-section-introduce-block-main-title {
  font-family: "Commissioner", sans-serif;
  font-size: 48px;
  line-height: normal;
  color: #06080e;
  font-weight: 500;
  margin: 0;
}

.landing-section-introduce-block-main-title br {
  display: none;
}

.landing-section-introduce-block-main-text {
  margin: 32px 0 0 0;
}

.landing-section-introduce-block-main-text p {
  font-family: "Commissioner", sans-serif;
  font-size: 16px;
  line-height: 20px;
  color: #06080e;
  font-weight: 400;
  margin: 0 0 16px 0;
  max-width: 570px;
}

.landing-section-introduce-block-main-text p:nth-child(3) {
  margin: 0 0 32px 0;
}

.landing-section-introduce-block-main-text p:last-child {
  font-size: 20px;
  line-height: 24px;
  margin: 0;
}

.landing-section-introduce-block-bubble {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  justify-content: space-between;
}

.landing-section-introduce-block-bubble-img {
  max-width: 368px;
}

.bubble {
  position: relative;
  width: 456px;
  padding: 23px;
  background-color: #fdfcfc;
  border: 1px solid #ffd600;
  border-radius: 28px;
  box-sizing: border-box;
  box-shadow: 115px 115px 45px 0 rgba(6, 8, 14, 0),
    74px 74px 42px 0 rgba(6, 8, 14, 0), 41px 41px 35px 0 rgba(6, 8, 14, 0.02),
    18px 18px 26px 0 rgba(6, 8, 14, 0.03), 5px 5px 14px 0 rgba(6, 8, 14, 0.03);
}

.bubble-title {
  font-family: "Caveat", sans-serif;
  font-size: 32px;
  line-height: 40px;
  color: #06080e;
  font-weight: 700;
  margin: 0 0 16px 0;
}

.bubble-text {
  font-family: "Caveat", sans-serif;
  font-size: 18px;
  line-height: 22px;
  color: #525151;
  font-weight: 400;
  margin: 0;
}

.fade-in-button {
  opacity: 0;
}

.fade-in-button.active {
  animation: fadeInButton 2s forwards;
}

@keyframes fadeInButton {
  from {
    opacity: 0;
    transform: translateY(20px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.bubble:before {
  content: "";
  position: absolute;
  width: 95px;
  height: 50px;
  left: 192px;
  bottom: -50px;
  background-color: #ffd600;
  clip-path: polygon(0 0, 100% 100%, 95% 0);
}

.bubble:after {
  content: "";
  position: absolute;
  width: 91px;
  height: 51px;
  left: 194px;
  bottom: -47px;
  background-color: #fdfcfc;
  clip-path:polygon(-8% 0%, 100% 102%, 96% 0%);
}

.landing-section-facts {
  padding: 80px 0 120px 0;
  background-image: url("img/bg/facts-bg.png");
  background-repeat: no-repeat;
  background-position: 36% 230px;
}

.landing-section-facts-title {
  font-family: "Commissioner", sans-serif;
  font-size: 40px;
  line-height: 49px;
  color: #06080e;
  font-weight: 500;
  margin: 0;
}

.landing-section-facts-item-first {
  padding: 56px 0 0 0;
}

.landing-section-facts-item-first-header,
.landing-section-facts-item-second-header,
.landing-section-facts-item-third-header,
.landing-section-facts-item-fourth-header,
.landing-section-facts-item-fifth-header {
  display: flex;
  align-items: center;
}

.landing-section-facts-item-first-header-title,
.landing-section-facts-item-second-header-title,
.landing-section-facts-item-third-header-title,
.landing-section-facts-item-fourth-header-title,
.landing-section-facts-item-fifth-header-title {
  border-radius: 100px;
  border: 1px solid #ffd600;
  background: #fdfcfc;
  font-family: "Commissioner", sans-serif;
  font-size: 32px;
  line-height: 39px;
  color: #06080e;
  font-weight: 400;
  margin: 0;
  padding: 8px 18px;
  height: 55px;
  display: flex;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  white-space: nowrap;
}

.landing-section-facts-item-first-header-line,
.landing-section-facts-item-second-header-line,
.landing-section-facts-item-third-header-line,
.landing-section-facts-item-fourth-header-line,
.landing-section-facts-item-fifth-header-line {
  height: 1px;
  background: #ffd600;
  width: 100%;
}

.landing-section-facts-item-first-body {
  display: grid;
  grid-template-columns: auto auto;
  justify-content: space-between;
  position: relative;
  margin: 40px 0 92px 0;
}

.landing-section-facts-item-first-body-block-one {
  order: 1;
  width: 573px;
}

.landing-section-facts-item-first-body-block-one p {
  font-family: "Commissioner", sans-serif;
  font-size: 20px;
  line-height: 24px;
  color: #06080e;
  font-weight: 400;
  margin: 0;
}

.landing-section-facts-item-first-body-block-two {
  position: absolute;
  top: 136px;
  left: 0;
  order: 3;
}

.facts-item-first.bubble {
  position: relative;
  width: 573px;
  padding: 23px;
  background-color: #fdfcfc;
  border: 1px solid #ffd600;
  border-radius: 28px;
  box-sizing: border-box;
}

.facts-item-first.bubble-text {
  font-family: "Caveat", sans-serif;
  font-size: 18px;
  line-height: 25px;
  color: #525151;
  font-weight: 400;
  margin: 0;
}

.facts-item-first.bubble:before {
  content: "";
  position: absolute;
  width: 95px;
  height: 50px;
  left: 260px;
  bottom: -50px;
  background-color: #ffd600;
  clip-path: polygon(3% 0, 99% 97%, 93% 0);
}

.facts-item-first.bubble:after {
  content: "";
  position: absolute;
  width: 91px;
  height: 51px;
  left: 262px;
  bottom: -47px;
  background-color: #fdfcfc;
  clip-path: polygon(-5% 0%, 100% 100%, 94% 0%);
}

.facts-item-first.landing-section-introduce-block-bubble-img {
  max-width: 344px;
  margin: 57px 18px 0 0;
}

.landing-section-facts-item-first-body-block-three {
  order: 2;
}

.landing-section-facts-item-first-body-block-three a,
.landing-section-facts-item-second-body-block-three a,
.landing-section-facts-item-third-body-block-three a {
  display: inline-block;
  text-decoration: none;
}

.landing-section-facts-item-first-body-block-three img {
  max-width: 468px;
}

.landing-section-facts-item-first-body-block-three-link-text,
.landing-section-facts-item-second-body-block-three-link-text,
.landing-section-facts-item-third-body-block-three-link-text,
.landing-section-facts-item-fourth-body-block-three-link-text {
  font-family: "Raleway", sans-serif;
  font-size: 12px;
  line-height: 14px;
  color: #9e9ea4;
  font-weight: 700;
  font-style: italic;
  text-decoration: underline;
  text-align: right;
  margin: 10px 0 0 0;
}

.landing-section-facts-item-second-body {
  display: grid;
  grid-template-columns: auto auto;
  justify-content: space-between;
  position: relative;
  margin: 40px 0 186px 0;
}

.landing-section-facts-item-second-body-block-one {
  order: 1;
  width: 573px;
}

.landing-section-facts-item-second-body-block-one p {
  font-family: "Commissioner", sans-serif;
  font-size: 20px;
  line-height: 24px;
  color: #06080e;
  font-weight: 400;
  margin: 62px 0 0 0;
}

.landing-section-facts-item-second-body-block-two {
  order: 2;
}

.facts-item-second.bubble {
  position: relative;
  width: 573px;
  padding: 23px;
  background-color: #fdfcfc;
  border: 1px solid #ffd600;
  border-radius: 28px;
  box-sizing: border-box;
}

.facts-item-second.bubble-text {
  font-family: "Caveat", sans-serif;
  font-size: 18px;
  line-height: normal;
  color: #525151;
  font-weight: 400;
  margin: 0;
}

.facts-item-second.bubble:before {
  content: "";
  position: absolute;
  width: 95px;
  height: 50px;
  left: 260px;
  bottom: -50px;
  background-color: #ffd600;
  clip-path: polygon(3% 0, 99% 97%, 93% 0);
}

.facts-item-second.bubble:after {
  content: "";
  position: absolute;
  width: 91px;
  height: 51px;
  left: 262px;
  bottom: -47px;
  background-color: #fdfcfc;
  clip-path: polygon(-5% 0%, 100% 100%, 94% 0%);
}

.facts-item-second.landing-section-introduce-block-bubble-img {
  max-width: 358px;
  margin: 55px 0 0 0;
}

.landing-section-facts-item-second-body-block-three {
  position: absolute;
  top: 260px;
  left: 0;
  order: 3;
}

.landing-section-facts-item-second-body-block-three img {
  max-width: 771px;
}

.landing-section-facts-item-second-body-block-three-link-text {
  text-align: left;
}

.landing-section-facts-item-third-body {
  display: grid;
  grid-template-columns: auto auto;
  justify-content: space-between;
  position: relative;
  margin: 40px 0 116px 0;
}

.landing-section-facts-item-third-body-block-one {
  order: 1;
  width: 573px;
}

.landing-section-facts-item-third-body-block-one p {
  font-family: "Commissioner", sans-serif;
  font-size: 20px;
  line-height: 24px;
  color: #06080e;
  font-weight: 400;
  margin: 0 0 0 0;
}

.landing-section-facts-item-third-body-block-two {
  position: absolute;
  top: 136px;
  left: 0;
  order: 3;
}

.facts-item-third.bubble {
  position: relative;
  width: 573px;
  padding: 23px;
  background-color: #fdfcfc;
  border: 1px solid #ffd600;
  border-radius: 28px;
  box-sizing: border-box;
}

.facts-item-third.bubble-text {
  font-family: "Caveat", sans-serif;
  font-size: 18px;
  line-height: normal;
  color: #525151;
  font-weight: 400;
  margin: 0;
}

.facts-item-third.bubble:before {
  content: "";
  position: absolute;
  width: 95px;
  height: 50px;
  left: 260px;
  bottom: -50px;
  background-color: #ffd600;
  clip-path: polygon(3% 0, 99% 97%, 93% 0);
}

.facts-item-third.bubble:after {
  content: "";
  position: absolute;
  width: 91px;
  height: 51px;
  left: 262px;
  bottom: -47px;
  background-color: #fdfcfc;
  clip-path: polygon(-5% 0%, 100% 100%, 94% 0%);
}

.facts-item-third.landing-section-introduce-block-bubble-img {
  max-width: 573px;
  margin: 70px 0 0 0;
}

.landing-section-facts-item-third-body-block-three {
  order: 2;
  display: flex;
  flex-direction: column;
}

.landing-section-facts-item-third-body-block-three a:first-child {
  margin: 0 0 20px 0;
}

.landing-section-facts-item-third-body-block-three img {
  max-width: 573px;
}

.landing-section-facts-item-third-body-block-three-link-text {
  text-align: right;
}

.landing-section-facts-item-fourth-body {
  display: grid;
  grid-template-columns: auto auto;
  justify-content: space-between;
  position: relative;
  margin: 40px 0 125px 0;
}

.landing-section-facts-item-fourth-body-block-one {
  order: 1;
  width: 573px;
}

.landing-section-facts-item-fourth-body-block-one p {
  font-family: "Commissioner", sans-serif;
  font-size: 20px;
  line-height: 24px;
  color: #06080e;
  font-weight: 400;
  margin: 0;
}

.landing-section-facts-item-fourth-body-block-two {
  order: 2;
}

.facts-item-fourth.bubble {
  position: relative;
  width: 573px;
  padding: 23px;
  background-color: #fdfcfc;
  border: 1px solid #ffd600;
  border-radius: 28px;
  box-sizing: border-box;
}

.facts-item-fourth.bubble-text {
  font-family: "Caveat", sans-serif;
  font-size: 18px;
  line-height: normal;
  color: #525151;
  font-weight: 400;
  margin: 0;
}

.facts-item-fourth.bubble:before {
  content: "";
  position: absolute;
  width: 95px;
  height: 50px;
  left: 390px;
  bottom: -50px;
  background-color: #ffd600;
  clip-path: polygon(100% 0, 0% 98%, 6% 0);
}

.facts-item-fourth.bubble:after {
  content: "";
  position: absolute;
  width: 91px;
  height: 51px;
  left: 392px;
  bottom: -47px;
  background-color: #fdfcfc;
  clip-path: polygon(108% 0%, 0% 100%, 5% 0%);
}

.facts-item-fourth.landing-section-introduce-block-bubble-img {
  max-width: 393px;
  margin: 90px 0 0 0;
}

.landing-section-facts-item-fourth-body-block-three {
  position: absolute;
  top: 210px;
  left: 0;
  order: 3;
}

.landing-section-facts-item-fourth-body-block-three img {
  max-width: 755px;
}

.landing-section-facts-item-fourth-body-block-three-link-text {
  text-align: right;
}

.landing-section-facts-item-fifth-body {
  position: relative;
  margin: 80px 0 0 0;
}

.landing-section-facts-item-fifth-body-block-one {
  order: 1;
}

.landing-section-facts-item-fifth-body-block-one p {
  font-family: "Commissioner", sans-serif;
  font-size: 20px;
  line-height: 24px;
  color: #06080e;
  font-weight: 400;
  margin: 0;
}

.facts-item-fifth.landing-section-introduce-block-bubble {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: center;
}

.facts-item-fifth.bubble {
  position: relative;
  width: 526px;
  padding: 23px;
  background-color: #fdfcfc;
  border: 1px solid #ffd600;
  border-radius: 28px;
  box-sizing: border-box;
  margin: 37px 0 0 0;
}

.facts-item-fifth.bubble-text {
  font-family: "Caveat", sans-serif;
  font-size: 18px;
  line-height: normal;
  color: #525151;
  font-weight: 400;
  margin: 0;
}

.facts-item-fifth.bubble:before {
  content: "";
  position: absolute;
  width: 50px;
  height: 95px;
  right: -51px;
  left: auto;
  bottom: 22px;
  background-color: #ffd600;
  clip-path: polygon(98% 1%, -2% 100%, 0% 6%);
}

.facts-item-fifth.bubble:after {
  content: "";
  position: absolute;
  width: 50px;
  height: 95px;
  right: -48px;
  left: auto;
  bottom: 20px;
  background-color: #fdfcfc;
  clip-path: polygon(100% 0%, 0% 100%, 0% 5%);
}

.facts-item-fifth.landing-section-introduce-block-bubble-img {
  max-width: 397px;
  margin: 0 0 0 47px;
}

.landing-section-facts-item-slider {
  grid-column: 1 / span 2;
  margin: 40px 0;
  display: grid;
  place-content: center;
  position: relative;
  overflow: hidden;
  --position: 50%;
  border-radius: 8px;
  border: 1px solid #d6d5d7;
}

.landing-section-facts-item-slider-container {
  max-width: 1170px;
  aspect-ratio: 16/9;
}

.landing-section-facts-item-slider-container-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: left;
  z-index: 7;
}

.image-before {
  position: absolute;
  inset: 0;
  width: var(--position);
  background: linear-gradient(
    0deg,
    rgba(0, 0, 0, 0.15) 0%,
    rgba(0, 0, 0, 0.15) 100%
  );
}

.landing-section-facts-item-slider-container-image-input {
  position: absolute;
  inset: 0;
  cursor: pointer;
  opacity: 0;
  /* for Firefox */
  width: 100%;
  height: 100%;
  z-index: 9;
}

.landing-section-facts-item-slider-line {
  position: absolute;
  inset: 0;
  width: 0.2rem;
  height: 100%;
  background-color: #06080e;
  opacity: 0.4;
  left: var(--position);
  transform: translateX(-50%);
  pointer-events: none;
}

.landing-section-facts-item-slider-button {
  position: absolute;
  display: grid;
  place-items: center;
  top: 50%;
  left: var(--position);
  transform: translate(-50%, -50%);
  pointer-events: none;
  z-index: 10;
}

.landing-section-facts-item-slider-button img.movement {
  animation: swing 0.5s infinite alternate;
}

@keyframes swing {
  0% {
    transform: rotate(-10deg);
  }
  50% {
    transform: rotate(10deg);
  }
  100% {
    transform: rotate(-10deg);
  }
}

.landing-section-introduce-second {
  background-image: url("img/bg/introduce-second-bg.png");
  background-size: cover;
  background-repeat: no-repeat;
  height: 613px;
}

.landing-section-introduce-second-wrapper {
  padding: 80px 0 0 0;
}

.landing-section-introduce-second-block {
  display: flex;
  justify-content: space-between;
}

.landing-section-introduce-second-title {
  font-family: "Commissioner", sans-serif;
  font-size: 40px;
  line-height: 49px;
  color: #06080e;
  font-weight: 500;
  margin: 0 0 56px 0;
}

.landing-section-introduce-second-block-main {
  width: 772px;
  max-width: 772px;
  max-height: 348px;
  background: #fdfcfc;
  border-radius: 8px;
  box-shadow: 115px 115px 45px 0 rgba(6, 8, 14, 0),
    74px 74px 42px 0 rgba(6, 8, 14, 0), 41px 41px 35px 0 rgba(6, 8, 14, 0.02),
    18px 18px 26px 0 rgba(6, 8, 14, 0.03), 5px 5px 14px 0 rgba(6, 8, 14, 0.03);
  padding: 32px;
  box-sizing: border-box;
}

.landing-section-introduce-second-block-main-text:not(:last-child) {
  margin: 0 0 24px 0;
}

.landing-section-introduce-second-block-main-text-title {
  font-family: "Commissioner", sans-serif;
  font-size: 20px;
  line-height: 24px;
  color: #06080e;
  font-weight: 700;
  margin: 0 0 8px 0;
}

.landing-section-introduce-second-block-main-text-small {
  font-family: "Commissioner", sans-serif;
  font-size: 16px;
  line-height: 20px;
  color: #06080e;
  font-weight: 400;
  margin: 0;
}

.landing-section-introduce-second-block-bubble {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  justify-content: space-between;
}

.introduce-second.bubble {
  position: relative;
  width: 259px;
  padding: 21px;
  background-color: #fdfcfc;
  border: 1px solid #ffd600;
  border-radius: 28px;
  box-sizing: border-box;
}

.introduce-second.bubble-text {
  font-family: "Caveat", sans-serif;
  font-size: 18px;
  line-height: normal;
  color: #525151;
  font-weight: 400;
  margin: 0;
}

.introduce-second.bubble:before {
  content: "";
  position: absolute;
  width: 95px;
  height: 50px;
  left: 42px;
  bottom: -50px;
  background-color: #ffd600;
  clip-path: polygon(96% 0, 1% 99%, 5% 0);
}

.introduce-second.bubble:after {
  content: "";
  position: absolute;
  width: 91px;
  height: 51px;
  left: 44px;
  bottom: -47px;
  background-color: #fdfcfc;
  clip-path: polygon(104% 0%, 0% 102%, 4% 0%);
}

.landing-section-introduce-second-block-bubble-img {
  max-width: 390px;
  margin: 42px 0 0 0;
}

.landing-section-articles {
  padding: 80px 0;
  background-image: url("img/bg/articles-bg.png");
  background-repeat: no-repeat;
  background-position: 52% 110px;
}

.landing-section-articles-title {
  font-family: "Commissioner", sans-serif;
  font-size: 40px;
  line-height: 49px;
  color: #06080e;
  font-weight: 500;
  margin: 0 0 56px 0;
  text-align: center;
}

.landing-section-articles-item {
  margin: 0 0 48px 0;
}

.landing-section-articles-item-header {
  display: flex;
  align-items: center;
}

.landing-section-articles-item-header-title {
  border-radius: 100px;
  border: 1px solid #ffd600;
  background: #fdfcfc;
  font-family: "Commissioner", sans-serif;
  font-size: 32px;
  line-height: 39px;
  color: #06080e;
  font-weight: 400;
  margin: 0;
  padding: 8px 24px;
  height: 55px;
  display: flex;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
}

.landing-section-facts-item-header-line {
  height: 1px;
  background: #ffd600;
  width: 100%;
}

.landing-section-articles-item-body {
  display: flex;
  justify-content: space-between;
  padding: 40px 0;
}

.landing-section-articles-item-body.revers {
  display: flex;
  flex-direction: row-reverse;
}

.landing-section-articles-item-body-block-img img {
  max-width: 772px;
}

.landing-section-articles-item-body-block-img a {
  display: inline-block;
  text-decoration: none;
}

.landing-section-articles-item-body-block-img-link-text {
  font-family: "Raleway", sans-serif;
  font-size: 12px;
  line-height: 14px;
  color: #9e9ea4;
  font-weight: 700;
  font-style: italic;
  text-decoration: underline;
  text-align: right;
  margin: 16px 0 0 0;
}

.landing-section-articles-item-body-block-text {
  font-family: "Commissioner", sans-serif;
  font-size: 20px;
  line-height: 24px;
  color: #06080e;
  font-weight: 400;
  margin: 0;
  max-width: 374px;
}

.landing-section-articles-bubble {
  display: flex;
  flex-direction: column;
  margin: -208px 0 0 0;
}

.articles-bubble.bubble {
  position: relative;
  width: 374px;
  padding: 23px;
  background-color: #fdfcfc;
  border: 1px solid #ffd600;
  border-radius: 28px;
  box-sizing: border-box;
}

.articles-bubble.bubble:before {
  content: "";
  position: absolute;
  width: 95px;
  height: 50px;
  left: 228px;
  bottom: -50px;
  background-color: #ffd600;
  clip-path: polygon(3% 0, 99% 97%, 94% 0);
}

.articles-bubble.bubble:after {
  content: "";
  position: absolute;
  width: 91px;
  height: 51px;
  left: 230px;
  bottom: -47px;
  background-color: #fdfcfc;
  clip-path: polygon(-5% 0%, 100% 100%, 94% 0%);
}

.articles-bubble.bubble-text {
  font-family: "Caveat", sans-serif;
  font-size: 18px;
  line-height: normal;
  color: #525151;
  font-weight: 400;
  margin: 0;
}

.articles-bubble-block-bubble-img {
  max-width: 534px;
  margin: 55px 0 0 320px;
}

.landing-section-skepticism-block {
  position: relative;
  padding: 80px 0;
  display: flex;
  justify-content: space-between;
}

.landing-section-skepticism-block-img {
  position: absolute;
  top: 260px;
  left: -40px;
  max-width: 777px;
  z-index: 1;
}

.landing-section-skepticism-block-info-title {
  font-family: "Commissioner", sans-serif;
  font-size: 40px;
  line-height: 49px;
  color: #06080e;
  font-weight: 500;
  margin: 0 0 40px 0;
}

.landing-section-skepticism-block-info-text {
  font-family: "Commissioner", sans-serif;
  font-size: 20px;
  line-height: 24px;
  color: #06080e;
  font-weight: 400;
  margin: 0;
}

.landing-section-skepticism-block-bubble {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  justify-content: space-between;
  margin: 90px 0 0 0;
}

.skepticism-bubble.bubble {
  position: relative;
  width: 374px;
  padding: 22px;
  background-color: #fdfcfc;
  border: 1px solid #ffd600;
  border-radius: 28px;
  box-sizing: border-box;
}

.skepticism-bubble.bubble:before {
  content: "";
  position: absolute;
  width: 95px;
  height: 50px;
  left: 60px;
  bottom: -50px;
  background-color: #ffd600;
  clip-path: polygon(100% 0, 0% 100%, 5% 0);
}

.skepticism-bubble.bubble:after {
  content: "";
  position: absolute;
  width: 91px;
  height: 51px;
  left: 62px;
  bottom: -47px;
  background-color: #fdfcfc;
  clip-path: polygon(108% 0%, 0% 101%, 4% 0%);
}

.skepticism-bubble ul {
}

.skepticism-bubble ul li {
  display: flex;
}

.skepticism-bubble ul li img {
  width: 4px;
  height: 4px;
  margin: 11px 8px 0 0;
}

.skepticism-bubble-title,
.skepticism-bubble ul li p {
  font-family: "Caveat", sans-serif;
  font-size: 18px;
  line-height: 25px;
  color: #525151;
  font-weight: 400;
  margin: 0;
}

.skepticism-bubble-img {
  max-width: 573px;
  margin: 47px 0 0 0;
}

.landing-section-alternative {
  background-image: url("img/bg/alternative-bg.png");
  background-size: cover;
  background-repeat: no-repeat;
  padding: 80px 0;
}

.landing-section-alternative-block {
  border-radius: 8px;
  background: #fdfcfc;
  padding: 48px 64px;
  position: relative;
  box-shadow: 115px 115px 45px 0 rgba(6, 8, 14, 0),
    74px 74px 42px 0 rgba(6, 8, 14, 0), 41px 41px 35px 0 rgba(6, 8, 14, 0.02),
    18px 18px 26px 0 rgba(6, 8, 14, 0.03), 5px 5px 14px 0 rgba(6, 8, 14, 0.03);
}

.landing-section-alternative-block-img {
  position: absolute;
  bottom: 35px;
  right: 110px;
  max-width: 120px;
}

.landing-section-alternative-block-title {
  font-family: "Commissioner", sans-serif;
  font-size: 32px;
  line-height: 39px;
  color: #06080e;
  font-weight: 700;
  margin: 0 0 40px 0;
  text-align: center;
}

.landing-section-alternative-block-text {
  font-family: "Commissioner", sans-serif;
  font-size: 20px;
  line-height: 44px;
  color: #06080e;
  font-weight: 400;
  margin: 0;
  text-align: center;
}

.landing-section-alternative-block-items {
  display: grid;
  grid-template-columns: auto auto;
  grid-column-gap: 80px;
  grid-row-gap: 12px;
  list-style-type: none;
  max-width: 424px;
  margin: 24px auto 0 auto;
}

.landing-section-alternative-block-item {
  display: flex;
  align-items: center;
}

.landing-section-alternative-block-item img {
  width: 24px;
  height: 24px;
  margin: 0 8px 0 0;
}

.landing-section-alternative-block-item-title {
  font-family: "Commissioner", sans-serif;
  font-size: 24px;
  line-height: 29px;
  color: #06080e;
  font-weight: 800;
  margin: 0;
}

.landing-section-pre-footer {
  padding: 40px 0;
}

.landing-section-pre-footer-block {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.landing-section-pre-footer-block-text {
  font-family: "Commissioner", sans-serif;
  font-size: 32px;
  line-height: 39px;
  color: #06080e;
  font-weight: 400;
  margin: 0;
  max-width: 670px;
}

.landing-section-pre-footer-block-slogan {
  margin: 8px 30px 0 0;
}

.landing-section-pre-footer-block-slogan-top {
  font-family: "Commissioner", sans-serif;
  font-size: 32px;
  line-height: 39px;
  color: #06080e;
  font-weight: 400;
  margin: 0 0 20px 0;
  background: #ffd600;
  padding: 12px 0;
  text-align: center;
  text-transform: uppercase;
  transform: rotate(-3deg);
  border-radius: 100px;
  width: 310px;
  box-shadow: 2px 2px 4px 0 rgba(0, 0, 0, 0.25);
}

.landing-section-pre-footer-block-slogan-bottom {
  font-family: "Commissioner", sans-serif;
  font-size: 20px;
  line-height: 24px;
  color: #06080e;
  font-weight: 400;
  text-align: center;
  margin: 0;
}

.landing-footer {
  padding: 24px 0;
}

.landing-footer-block {
  border-radius: 8px;
  background: linear-gradient(
    341deg,
    #ffae00 0.01%,
    #ffae00 0.02%,
    #ffd600 100%
  );
  padding: 40px 64px;
}

.landing-footer-menu {
  display: grid;
  grid-template-columns: auto auto;
  grid-row-gap: 0;
  list-style-type: none;
  padding: 0;
  margin: 0 200px 40px auto;
  max-width: 490px;
  justify-content: space-between;
}

.landing-footer-menu-title {
  font-family: "Commissioner", sans-serif;
  font-size: 16px;
  line-height: 20px;
  color: #06080e;
  font-weight: 700;
  margin: 0;
  text-transform: uppercase;
}

.landing-footer-left-menu ul,
.landing-footer-right-menu ul {
  list-style-type: none;
  margin: 24px 0 0 0;
  padding: 0;
}

.landing-footer-left-menu ul li:not(:last-child),
.landing-footer-right-menu ul li:not(:last-child) {
  margin: 0 0 16px 0;
}

.landing-footer-left-menu ul li a,
.landing-footer-right-menu ul li a {
  font-family: "Commissioner", sans-serif;
  font-size: 13px;
  line-height: 16px;
  color: #06080e;
  font-weight: 500;
  text-decoration: underline;
  transition: all 0.3s ease;
}

.landing-footer-bottom-text {
  font-family: "Commissioner", sans-serif;
  font-size: 80px;
  line-height: 98px;
  color: #06080e;
  font-weight: 100;
  margin: 0;
  text-transform: uppercase;
  text-align: center;
}

@media screen and (max-width: 1199px) {
  .header {
    padding: 12px;
  }

  .nav {
    display: none;
  }
  .header .lean-more {
    display: none;
  }
  .header-logo {
    height: 24px;
    width: 76px;
  }
  .hero {
    padding: 40px 0;
  }
  .hero .landing-wrapper {
    flex-direction: column-reverse;
  }
  .hero-block {
    width: 100%;
  }
  .title {
    font-size: 24px;
    margin-bottom: 8px;
  }
  .description {
    font-size: 16px;
    margin-bottom: 24px;
    max-width: 100%;
  }
  .landing-wrapper {
    width: 100%;
    max-width: 312px;
  }

  .landing-header {
    height: 495px;
  }

  .landing-header::before {
    background-image: url("img/bg/header-small-bg.png");
    background-size: 360px 495px;
  }

  .landing-header-block {
    margin: 90px 0 0 0;
    padding: 8px;
  }

  .landing-header-block-img {
    width: 48px;
    height: 48px;
  }

  .landing-header-block-title {
    font-size: 24px;
    line-height: 29px;
    margin: 24px 0 8px 0;
    width: 296px;
  }

  .landing-header-block-title br {
    display: inline-block;
  }

  .landing-header-block-text {
    font-size: 16px;
    line-height: 20px;
    margin: 0 0 56px 0;
  }

  .landing-header-block-text br {
    display: none;
  }

  .landing-header-block-btn {
    font-size: 14px;
    line-height: 16px;
    height: 44px;
  }

  .landing-header-block-btn:hover,
  .landing-header-block-btn:active {
    color: #665d5d;
    border: 1px solid #665d5d;
    background: none;
    box-shadow: none;
  }

  .landing-section-introduce {
    background-image: url("img/bg/introduce-bg.png");
    height: auto;
    background-size: cover;
  }

  .landing-section-introduce-block {
    padding: 40px 0;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
  }

  .landing-section-introduce-block-main {
    width: 312px;
    max-width: 312px;
    padding: 24px;
  }

  .landing-section-introduce-block-main-title {
    font-size: 24px;
    line-height: 29px;
  }

  .landing-section-introduce-block-main-title br {
    display: inline-block;
  }

  .landing-section-introduce-block-main-text {
    margin: 16px 0 0 0;
  }

  .landing-section-introduce-block-main-text p {
    font-size: 14px;
    line-height: 17px;
    margin: 0 0 8px 0;
    max-width: 265px;
  }

  .landing-section-introduce-block-main-text p:nth-child(3) {
    margin: 0 0 16px 0;
  }

  .landing-section-introduce-block-main-text p:last-child {
    font-size: 16px;
    line-height: 20px;
    margin: 0;
  }

  .landing-section-introduce-block-bubble {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: space-between;
    margin: 24px 0 0 0;
  }

  .landing-section-introduce-block-bubble-img {
    max-width: 252px;
    margin: 30px 0 0 60px;
  }

  .bubble {
    position: relative;
    width: 237px;
    padding: 14px;
    background-color: #fdfcfc;
    border: 1px solid #ffd600;
    border-radius: 16px;
    box-sizing: border-box;
    box-shadow: 79px 79px 31px 0 rgba(6, 8, 14, 0),
      51px 51px 29px 0 rgba(6, 8, 14, 0), 28px 28px 24px 0 rgba(6, 8, 14, 0.02),
      12px 12px 18px 0 rgba(6, 8, 14, 0.03), 4px 4px 9px 0 rgba(6, 8, 14, 0.03);
  }

  .bubble-title {
    font-size: 16px;
    line-height: 20px;
    margin: 0 0 8px 0;
  }

  .bubble-text {
    font-size: 14px;
    line-height: 18px;
  }

  .bubble:before {
    content: "";
    position: absolute;
    width: 65px;
    height: 34px;
    left: 130px;
    bottom: -34px;
    background-color: #ffd600;
    clip-path: polygon(0 0, 100% 100%, 95% 0);
  }

  .bubble:after {
    content: "";
    position: absolute;
    width: 63px;
    height: 35px;
    left: 131px;
    bottom: -32px;
    background-color: #fdfcfc;
    clip-path: polygon(-7% 0%, 100% 101%, 94% 0%);
  }

  .landing-section-facts {
    padding: 40px 0;
    background-image: url("img/bg/facts-small-bg.png");
    background-position: 36% 920px;
  }

  .landing-section-facts-title {
    font-size: 24px;
    line-height: 29px;
  }

  .landing-section-facts-item-first {
    padding: 40px 0 0 0;
  }

  .landing-section-facts-item-first-header-title,
  .landing-section-facts-item-second-header-title,
  .landing-section-facts-item-third-header-title,
  .landing-section-facts-item-fourth-header-title,
  .landing-section-facts-item-fifth-header-title {
    font-size: 20px;
    line-height: 24px;
    padding: 3px 15px;
    height: 34px;
  }

  .landing-section-facts-item-first-body {
    display: grid;
    grid-template-columns: auto;
    justify-content: start;
    margin: 24px 0 40px 0;
  }

  .landing-section-facts-item-first-body-block-one {
    order: 2;
    width: 100%;
    margin: 24px 0 0 0;
  }

  .landing-section-facts-item-first-body-block-one p {
    font-size: 14px;
    line-height: 17px;
  }

  .landing-section-facts-item-first-body-block-two {
    position: relative;
    top: auto;
    left: auto;
    order: 3;
  }

  .facts-item-first.bubble {
    position: relative;
    width: 312px;
    padding: 15px;
    border: 1px solid #ffd600;
    border-radius: 16px;
  }

  .facts-item-first.bubble-text {
    font-size: 14px;
    line-height: 18px;
  }

  .facts-item-first.bubble:before {
    content: "";
    position: absolute;
    width: 65px;
    height: 34px;
    left: 160px;
    bottom: -34px;
    background-color: #ffd600;
    clip-path: polygon(0 0, 100% 100%, 95% 0);
  }

  .facts-item-first.bubble:after {
    content: "";
    position: absolute;
    width: 63px;
    height: 35px;
    left: 161px;
    bottom: -32px;
    background-color: #fdfcfc;
    clip-path: polygon(-7% 0%, 100% 101%, 94% 0%);
  }

  .facts-item-first.landing-section-introduce-block-bubble-img {
    max-width: 229px;
    margin: 25px 0 0 83px;
  }

  .landing-section-facts-item-first-body-block-three {
    order: 1;
  }

  .landing-section-facts-item-first-body-block-three img {
    max-width: 312px;
  }

  .landing-section-facts-item-first-body-block-three-link-text,
  .landing-section-facts-item-second-body-block-three-link-text,
  .landing-section-facts-item-third-body-block-three-link-text,
  .landing-section-facts-item-fourth-body-block-three-link-text {
    font-size: 10px;
    line-height: 12px;
    margin: 6px 0 0 0;
  }

  .landing-section-facts-item-second-body {
    display: grid;
    grid-template-columns: auto;
    justify-content: space-between;
    position: relative;
    margin: 24px 0 40px 0;
  }

  .landing-section-facts-item-second-body-block-one {
    order: 2;
    width: 312px;
  }

  .landing-section-facts-item-second-body-block-one p {
    font-size: 14px;
    line-height: 17px;
    margin: 24px 0 0 0;
  }

  .landing-section-facts-item-second-body-block-two {
    order: 3;
  }

  .facts-item-second.bubble {
    position: relative;
    width: 312px;
    padding: 15px;
    border: 1px solid #ffd600;
    border-radius: 16px;
  }

  .facts-item-second.bubble-text {
    font-size: 14px;
    line-height: 18px;
  }

  .facts-item-second.bubble:before {
    content: "";
    position: absolute;
    width: 65px;
    height: 34px;
    left: 130px;
    bottom: -34px;
    background-color: #ffd600;
    clip-path: polygon(100% 0, 0% 100%, 14% 0);
  }

  .facts-item-second.bubble:after {
    content: "";
    position: absolute;
    width: 63px;
    height: 35px;
    left: 131px;
    bottom: -32px;
    background-color: #fdfcfc;
    clip-path: polygon(107% 0%, 0% 101%, 16% 0%);
  }

  .facts-item-second.landing-section-introduce-block-bubble-img {
    max-width: 214px;
    margin: 20px 0 0 0;
  }

  .landing-section-facts-item-second-body-block-three {
    position: relative;
    top: auto;
    left: auto;
    order: 1;
  }

  .landing-section-facts-item-second-body-block-three img {
    max-width: 312px;
  }

  .landing-section-facts-item-second-body-block-three-link-text {
    text-align: left;
  }

  .landing-section-facts-item-third-body {
    display: grid;
    grid-template-columns: auto;
    margin: 24px 0 40px 0;
  }

  .landing-section-facts-item-third-body-block-one {
    order: 1;
    width: 312px;
  }

  .landing-section-facts-item-third-body-block-one p {
    font-size: 14px;
    line-height: 17px;
  }

  .landing-section-facts-item-third-body-block-two {
    position: relative;
    top: auto;
    left: auto;
    order: 3;
  }

  .facts-item-third.bubble {
    position: relative;
    width: 312px;
    padding: 15px;
    border: 1px solid #ffd600;
    border-radius: 16px;
  }

  .facts-item-third.bubble-text {
    font-size: 14px;
    line-height: 18px;
  }

  .facts-item-third.bubble:before {
    content: "";
    position: absolute;
    width: 65px;
    height: 34px;
    left: 130px;
    bottom: -34px;
    background-color: #ffd600;
    clip-path: polygon(0 0, 100% 100%, 95% 0);
  }

  .facts-item-third.bubble:after {
    content: "";
    position: absolute;
    width: 63px;
    height: 35px;
    left: 131px;
    bottom: -32px;
    background-color: #fdfcfc;
    clip-path: polygon(-7% 0%, 100% 101%, 94% 0%);
  }

  .facts-item-third.landing-section-introduce-block-bubble-img {
    max-width: 204px;
    margin: 32px 0 0 60px;
  }

  .landing-section-facts-item-third-body-block-three {
    margin: 24px 0 0 0;
  }

  .landing-section-facts-item-third-body-block-three a:first-child {
    margin: 0 0 24px 0;
  }

  .landing-section-facts-item-third-body-block-three img {
    max-width: 312px;
  }

  .landing-section-facts-item-fourth-body {
    display: grid;
    grid-template-columns: auto;
    margin: 24px 0 40px 0;
  }

  .landing-section-facts-item-fourth-body-block-one {
    order: 1;
    width: 312px;
  }

  .landing-section-facts-item-fourth-body-block-one p {
    font-size: 14px;
    line-height: 17px;
  }

  .landing-section-facts-item-fourth-body-block-two {
    order: 3;
  }

  .facts-item-fourth.bubble {
    position: relative;
    width: 312px;
    padding: 15px;
    border: 1px solid #ffd600;
    border-radius: 16px;
  }

  .facts-item-fourth.bubble-text {
    font-size: 14px;
    line-height: 18px;
  }

  .facts-item-fourth.bubble:before {
    content: "";
    position: absolute;
    width: 65px;
    height: 34px;
    left: 180px;
    bottom: -34px;
    background-color: #ffd600;
    clip-path: polygon(100% 0, 0% 100%, 14% 0);
  }

  .facts-item-fourth.bubble:after {
    content: "";
    position: absolute;
    width: 63px;
    height: 35px;
    left: 181px;
    bottom: -32px;
    background-color: #fdfcfc;
    clip-path: polygon(107% 0%, 0% 101%, 16% 0%);
  }

  .facts-item-fourth.landing-section-introduce-block-bubble-img {
    max-width: 204px;
    margin: 35px 0 0 101px;
  }

  .landing-section-facts-item-fourth-body-block-three {
    position: relative;
    top: auto;
    left: auto;
    order: 2;
    margin: 24px 0 0 0;
  }

  .landing-section-facts-item-fourth-body-block-three img {
    max-width: 312px;
  }

  .landing-section-facts-item-fifth-body {
    position: relative;
    margin: 24px 0 0 0;
  }

  .landing-section-facts-item-fifth-body-block-one {
    order: 1;
  }

  .landing-section-facts-item-fifth-body-block-one p {
    font-size: 14px;
    line-height: 17px;
  }

  .facts-item-fifth.landing-section-introduce-block-bubble {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    margin: 0;
  }

  .facts-item-fifth.bubble {
    width: 312px;
    padding: 15px;
    border: 1px solid #ffd600;
    border-radius: 16px;
    margin: 0;
  }

  .facts-item-fifth.bubble-text {
    font-size: 14px;
    line-height: 18px;
  }

  .facts-item-fifth.bubble:before {
    content: "";
    position: absolute;
    width: 65px;
    height: 34px;
    left: 70px;
    bottom: -34px;
    background-color: #ffd600;
    clip-path: polygon(0 0, 100% 100%, 95% 0);
  }

  .facts-item-fifth.bubble:after {
    content: "";
    position: absolute;
    width: 63px;
    height: 35px;
    left: 71px;
    bottom: -32px;
    background-color: #fdfcfc;
    clip-path: polygon(-7% 0%, 100% 101%, 94% 0%);
  }

  .facts-item-fifth.landing-section-introduce-block-bubble-img {
    max-width: 184px;
    margin: 36px 0 0 56px;
  }

  .landing-section-facts-item-slider {
    margin: 24px 0;
    border-radius: 3px;
    border: 1px solid #d6d5d7;
  }

  .landing-section-facts-item-slider-container {
    max-width: 312px;
  }

  .landing-section-facts-item-slider-line {
    position: absolute;
    inset: 0;
    width: 0.2rem;
    height: 100%;
    background-color: #06080e;
    opacity: 0.4;
    left: var(--position);
    transform: translateX(-50%);
    pointer-events: none;
  }

  .landing-section-facts-item-slider-button img {
    max-width: 32px;
  }

  .landing-section-introduce-second {
    height: auto;
  }

  .landing-section-introduce-second-wrapper {
    padding: 40px 0;
  }

  .landing-section-introduce-second-title {
    font-size: 24px;
    line-height: 29px;
    margin: 0 0 24px 0;
    max-width: 270px;
  }

  .landing-section-introduce-second-block {
    display: flex;
    justify-content: flex-start;
    flex-direction: column;
  }

  .landing-section-introduce-second-block-main {
    width: 312px;
    max-width: 312px;
    max-height: 100%;
    box-sizing: border-box;
  }

  .landing-section-introduce-second-block-main-text:not(:last-child) {
    margin: 0 0 16px 0;
  }

  .landing-section-introduce-second-block-main-text-title {
    font-size: 14px;
    line-height: 17px;
    color: #06080e;
    font-weight: 600;
  }

  .landing-section-introduce-second-block-main-text-small {
    font-size: 14px;
    line-height: 17px;
  }

  .landing-section-introduce-second-block-bubble {
    margin: 24px 0 0 0;
    align-items: center;
  }

  .introduce-second.bubble {
    position: relative;
    width: 180px;
    padding: 15px;
    border: 1px solid #ffd600;
    border-radius: 16px;
  }

  .introduce-second.bubble-text {
    font-size: 14px;
    line-height: 18px;
  }

  .introduce-second.bubble:before {
    content: "";
    position: absolute;
    width: 65px;
    height: 34px;
    left: 78px;
    bottom: -34px;
    background-color: #ffd600;
    clip-path: polygon(100% 0, 0% 100%, 14% 0);
  }

  .introduce-second.bubble:after {
    content: "";
    position: absolute;
    width: 63px;
    height: 35px;
    left: 79px;
    bottom: -32px;
    background-color: #fdfcfc;
    clip-path: polygon(107% 0%, 0% 101%, 16% 0%);
  }

  .landing-section-introduce-second-block-bubble-img {
    max-width: 258px;
    margin: 34px 0 0 50px;
  }

  .landing-section-articles {
    padding: 40px 0;
    background-image: url("img/bg/articles-small-bg.png");
    background-position: 52% 530px;
  }

  .landing-section-articles-title {
    font-size: 24px;
    line-height: 29px;
    margin: 0 0 40px 0;
    text-align: left;
  }

  .landing-section-articles-item {
    margin: 0 0 40px 0;
  }

  .landing-section-articles-item-header-title {
    font-size: 20px;
    line-height: 24px;
    padding: 3px 15px;
    height: 34px;
  }

  .landing-section-facts-item-header-line {
    height: 1px;
    background: #ffd600;
    width: 100%;
  }

  .landing-section-articles-item-body {
    display: flex;
    justify-content: flex-start;
    padding: 24px 0 0 0;
    flex-direction: column;
  }

  .landing-section-articles-item-body.revers {
    display: flex;
    flex-direction: column;
  }

  .landing-section-articles-item-body-block-img img {
    max-width: 312px;
  }

  .landing-section-articles-item-body-block-img-link-text {
    font-size: 10px;
    line-height: 12px;
    margin: 6px 0 0 0;
  }

  .landing-section-articles-item-body-block-text {
    font-size: 14px;
    line-height: 17px;
    max-width: 312px;
    margin: 24px 0 0 0;
  }

  .landing-section-articles-bubble {
    display: flex;
    flex-direction: column;
    margin: -16px 0 0 0;
  }

  .articles-bubble.bubble {
    position: relative;
    width: 312px;
    padding: 15px;
    border: 1px solid #ffd600;
    border-radius: 16px;
  }

  .articles-bubble.bubble:before {
    content: "";
    position: absolute;
    width: 65px;
    height: 34px;
    left: 177px;
    bottom: -34px;
    background-color: #ffd600;
    clip-path: polygon(100% 0, 0% 100%, 14% 0);
  }

  .articles-bubble.bubble:after {
    content: "";
    position: absolute;
    width: 63px;
    height: 35px;
    left: 178px;
    bottom: -32px;
    background-color: #fdfcfc;
    clip-path: polygon(107% 0%, 0% 101%, 16% 0%);
  }

  .articles-bubble.bubble-text {
    font-size: 14px;
    line-height: 18px;
  }

  .articles-bubble.bubble-text br {
    display: none;
  }

  .articles-bubble-block-bubble-img {
    max-width: 190px;
    margin: 26px 0 0 86px;
  }

  .landing-section-skepticism {
    background-image: none;
  }

  .landing-section-skepticism-block {
    padding: 40px 0;
    display: flex;
    justify-content: flex-start;
    flex-direction: column;
  }

  .landing-section-skepticism-block-img {
    position: absolute;
    top: -36px;
    left: 0;
    max-width: 312px;
  }

  .landing-section-skepticism-block-info {
    position: relative;
    z-index: 3;
  }

  .landing-section-skepticism-block-info-title {
    font-size: 24px;
    line-height: 29px;
    margin: 0 0 24px 0;
  }

  .landing-section-skepticism-block-info-text {
    font-size: 14px;
    line-height: 17px;
  }

  .landing-section-skepticism-block-info-text br {
    display: none;
  }

  .landing-section-skepticism-block-bubble {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    margin: 24px 0 0 0;
  }

  .skepticism-bubble.bubble {
    position: relative;
    width: 245px;
    padding: 15px;
    border: 1px solid #ffd600;
    border-radius: 16px;
  }

  .skepticism-bubble.bubble:before {
    content: "";
    position: absolute;
    width: 65px;
    height: 34px;
    left: 127px;
    bottom: -34px;
    background-color: #ffd600;
    clip-path: polygon(100% 0, 0% 100%, 14% 0);
  }

  .skepticism-bubble.bubble:after {
    content: "";
    position: absolute;
    width: 63px;
    height: 35px;
    left: 128px;
    bottom: -32px;
    background-color: #fdfcfc;
    clip-path: polygon(107% 0%, 0% 101%, 16% 0%);
  }

  .skepticism-bubble ul {
  }

  .skepticism-bubble ul li {
    display: flex;
  }

  .skepticism-bubble ul li img {
    width: 3px;
    height: 3px;
    margin: 7px 4px 0 0;
  }

  .skepticism-bubble-title,
  .skepticism-bubble ul li p {
    font-size: 14px;
    line-height: 18px;
  }

  .skepticism-bubble-img {
    max-width: 191px;
    margin: 34px 0 0 0;
  }

  .landing-section-alternative {
    padding: 40px 0;
  }

  .landing-section-alternative-block {
    padding: 24px;
    box-sizing: border-box;
  }

  .landing-section-alternative-block-img {
    bottom: 160px;
    right: 14px;
    max-width: 60px;
  }

  .landing-section-alternative-block-title {
    font-size: 20px;
    line-height: 24px;
    margin: 0 0 24px 0;
    text-align: left;
  }

  .landing-section-alternative-block-text {
    font-size: 14px;
    line-height: 17px;
    text-align: left;
    max-width: 200px;
  }

  .landing-section-alternative-block-items {
    grid-column-gap: 12px;
    grid-row-gap: 8px;
    max-width: 312px;
    margin: 16px 0 0 0;
  }

  .landing-section-alternative-block-item-title {
    font-size: 16px;
    line-height: 20px;
  }

  .landing-section-pre-footer {
    padding: 24px 0;
  }

  .landing-section-pre-footer-block {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    flex-direction: column;
  }

  .landing-section-pre-footer-block-text {
    font-size: 16px;
    line-height: 20px;
    font-weight: 500;
    max-width: 312px;
  }

  .landing-section-pre-footer-block-slogan {
    margin: 0 0 0 auto;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
  }

  .landing-section-pre-footer-block-slogan-top {
    font-size: 14px;
    line-height: 17px;
    margin: 0 0 8px 0;
    padding: 8px 0;
    width: 108px;
    box-shadow: none;
  }

  .landing-section-pre-footer-block-slogan-bottom {
    font-size: 12px;
    line-height: 12px;
    text-align: right;
  }

  .landing-footer {
    padding: 24px 0;
    background: linear-gradient(
      341deg,
      #ffae00 0.01%,
      #ffae00 0.02%,
      #ffd600 100%
    );
  }

  .landing-footer-block {
    border-radius: 0;
    background: none;
    padding: 0;
  }

  .landing-footer-menu {
    display: grid;
    grid-template-columns: auto;
    padding: 0;
    margin: 0 0 24px 0;
    max-width: 312px;
  }

  .landing-footer-left-menu ul,
  .landing-footer-right-menu ul {
    margin: 16px 0 0 0;
  }

  .landing-footer-right-menu {
    margin: 24px 0 0 0;
  }

  .landing-footer-left-menu ul li a,
  .landing-footer-right-menu ul li a {
    font-size: 14px;
    line-height: 17px;
    text-decoration: none;
  }

  .landing-footer-bottom-text {
    font-size: 24px;
    line-height: 29px;
    font-weight: 500;
  }
}
