/*==============RESET===================*/

@font-face {
  font-display: swap;
  font-family: "VG Serif";
  font-style: normal;
  font-weight: 200 900;
  src: url(/fonts/VGSerifVariable.woff2) format("woff2-variations");
}

@font-face {
  font-display: swap;
  font-family: "VG Serif";
  font-style: italic;
  font-weight: 200 900;
  src: url(/fonts/VGSerifVariableItalic.woff2) format("woff2-variations");
}

@font-face {
  font-display: swap;
  font-family: VG Sans;
  font-style: normal;
  font-weight: 200 900;
  src: url(/fonts/VGSansVariable.woff2) format("woff2-variations");
}

@font-face {
  font-display: swap;
  font-family: VG Sans;
  font-style: italic;
  font-weight: 200 900;
  src: url(/fonts/VGSansVariableItalic.woff2) format("woff2-variations");
}

:root {
  --green: #cee741;
  --violet: #5c3680;
  --orange: #1e88e5;
  --blue: rgb(0, 117, 176);
  --red: rgb(221, 0, 0);
  --black: #000;
  --yellow: #feda00;
  --white: #ffffff;
  --gray: #828c93;
  --facebook: #3b5998;
  --twitter: #00acee;
  --title-color: #1b1b1b;
  --text-color: #000;
  --label-color: #767d84;
  --box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.25);

  --austin-bold: "Austin Bold";
  --austin-norm: "Austin Normal";

  --xxl: 1400px;
  --xl: 1200px;
  --lg: 992px;
  --md: 768px;
  --sm: 576px;
  --xs: 425px;

  --text-size: 1.385rem;
  --title-size: 2.5rem;
  --title-size-md: 2.1rem;
  --title-size-sd: 1.5rem;
}
* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}
html {
  scroll-behavior: smooth;
  height: 100%;
}
body {
  height: 100%;
  font-family: "VG Sans", sans-serif;
  color: var(--title-color);
  font-weight: 366;
}
.wrapper {
  overflow-x: hidden;
}
h1,
h2,
h3 {
  color: var(--title-color);
}
h1,
h2 {
  font-size: var(--title-size);
}
ul {
  list-style: none;
  padding: 0;
}
ol,
ul {
  padding: 0 !important;
  margin: 0 !important;
}
p {
  margin: 0;
}
a {
  text-decoration: none !important;
}
img {
  height: auto;
}

.header {
  font-family: "VG Sans", sans-serif;
  font-weight: 400;
  position: fixed;
  width: 100%;
  top: 0;
  background-color: #dd0000;
  z-index: 10;
  pointer-events: none;
}
.container-head {
  padding: 0 10px;
  margin: 0 auto;
  margin-right: 0;
  padding-left: var(
    --header-padding-left,
    max(0px, calc((100vw - 1290px) / 2))
  );
}
.header__row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
  height: 56px;
}
@media (max-width: 768px) {
  .header__row {
    height: 56px;
  }
}
.header__left {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.header__nav {
  display: flex;
  align-items: center;
  gap: 24px;
  margin-inline: 16px;
}
.nav__item {
  cursor: pointer;
  color: #fff;
  font-weight: 300;
  display: flex;
  align-items: center;
  white-space: nowrap;
}

.nav__item img {
  width: 20px;
}
.header__log {
  display: flex;
  align-items: center;
  gap: 1rem;
}
.header__log-search {
  width: 100%;
  max-width: 320px;
  display: flex;
  align-items: center;
  border-radius: 8px;
  outline: none;
  border: none;
  padding: 6px 8px;
  background-color: hsla(0, 0%, 0%, 0.11);
}

/*=========SUBHEADER=======*/
/*=============BREADCR==============*/

.hamburger {
  height: 20px;
  width: auto;
  color: white;
  margin-left: 15px;
  margin-right: 5px;
}

@media (max-width: 768px) {
  .hamburger {
    margin-left: 0px;
  }
}
._logo_6tx2u_98 {
  height: 16px;
  width: auto;
}

@media (max-width: 768px) {
  ._logo_6tx2u_98 {
    margin-left: 8px;
  }
}
@media (min-width: 768px) {
  ._logo_6tx2u_98 {
    width: 120px;
    height: 24px;
  }
}

._ribbon_6tx2u_24 {
  background-color: #ffffff;
  border-radius: 48px;
  color: #dd0000;
  font-size: 10px;
  line-height: 14px;
  padding: 0 5px;
  position: absolute;
  right: 58px;
  top: 8px;
}

@media (max-width: 768px) {
  ._ribbon_6tx2u_24 {
    right: 43px;
  }
}

@media (min-width: 1189px) {
  .sales-button-mobile {
    display: none;
  }
}

._icon_bazfm_3 {
  margin-left: -2em;
  margin-top: -1em;
  transform: rotate(7deg);
  width: 5em !important;
}

.sales-button,
.sales-button-mobile {
  color: #fff;
  border: 1px solid currentColor;
  padding: 4px 13px;
  text-align: center;
  border-radius: 999px;
  font-size: 14px;
  letter-spacing: -0.005em;
  line-height: 16px;
  position: relative;
  white-space: nowrap;
}

._avatar_52fqq_1 {
  --icon-size: 62.5%;
  --icon-color: #fff;
  align-items: center;
  aspect-ratio: 1 / 1;
  background-color: hsla(0, 0%, 0%, 0.11);
  border-radius: 50%;
  container-type: inline-size;
  display: flex;
  flex: 0 0 auto;
  justify-content: center;
  position: relative;
  width: 32px;
  margin-inline: 8px;
}

._ribbon_6tx2u_24 {
  background-color: #fff;
  border-radius: 48px;
  color: #dd0000;
  font-size: 10px;
  line-height: 14px;
  padding: 0 5px;
  position: absolute;
  right: 0;
  top: -8px;
}

@media (max-width: 1190px) {
  .sales-button {
    display: none;
  }
}
@media (max-width: 1009px) {
  .header__nav,
  .header__log-search {
    display: none;
  }
}

@media (max-width: 767px) {
  ._avatar_52fqq_1 {
    margin-right: 22px;
  }
  .header__log {
    gap: 0;
  }
  .sales-button-mobile {
    font-size: 12px;
    line-height: 14px;
  }
}
@media (min-width: 1009px) {
  .header__log-search {
    min-width: 288px;
  }
}

.container {
  max-width: 580px;
  margin: 0 auto;
  padding: 0;
}

a {
  color: #e11229;
}

a:hover {
  color: #007fff;
}

.container-main {
  max-width: 1250px;
  margin: 6rem auto 0;
}

h3 {
  margin-bottom: 1rem;
  font-weight: bold;
  text-transform: uppercase;
  color: #1c0000;
}
.main__img {
  margin: 0 auto;
  display: block;
  max-width: 1000px;
  width: 100%;
}
.main__title {
  font-family: "VG Serif", serif;
  font-weight: 870;
  font-size: 3.3rem;
  max-width: 80%;
  margin: 0 auto;
  color: #2b2b2b;
  padding: 0px 48px 24px;
}
/*=========INFO==========*/

.info {
  padding-top: 2rem;
  font-family: "VG Serif", serif;
  position: relative;
}

.info__img {
  margin: 0 auto;
  display: block;
}

.info p {
  font-size: 20px;
  margin-bottom: 1rem;
  color: #1c0000;
}

.min-ftd-value-local {
  font-weight: 400 !important;
}

@media (max-width: 768px) {
  .info p {
    font-size: 18px;
  }
}

.info p span {
  font-weight: 700;
  color: #1c0000;
}
/*===========STEPS==============*/

/*========BENEFITS========*/
.benefits__item::marker {
  color: #dd0000;
  font-family: "Times New Roman", Times, serif;
}

/*=========REG=============*/

.button-link {
  display: block;
  margin-top: 2rem;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  background-color: #dd0000;
  padding: 1rem 0;
  color: #fff;
  border-radius: 4px;
  box-shadow: 1px 1px 1px 3px rgb(0, 0, 0 /4);
  transition: 0.3s;
}
.button-link:hover {
  color: #fff;
  background-color: #007fff;
  transform: translateY(5px);
}

/*==========RECOMMEND=========*/

/*=========FOOTER===========*/

._footer_1awbn_11 {
  --footer-padding-inline: 72px;
  background-color: #470000;
  color: #ffffff;
  display: flex;
  flex-direction: column;
  gap: 48px;
  line-height: 1.8;
  padding: 15px max(calc((100vw - 580px) / 2), 24px);
  pointer-events: none;
  align-items: center;
}

._footer_1awbn_11 ._logo_1awbn_52 {
  width: 50px;
}

.text-sans-xs {
  font-family: "VG Sans", sans-serif;
  font-size: 12px;
  font-weight: 380;
  line-height: 18px;
}

._footer_1awbn_11 a {
  font-size: 18px;
  line-height: 24px;
  color: #fff;
}

._linkSectionOpen_1awbn_184:open summary {
  height: 0;
  visibility: hidden;
}

._linkSectionOpen_1awbn_184:open:nth-of-type(2) {
  min-width: 120px;
}

._disclaimerSection_1awbn_173 {
  display: flex;
  flex-direction: column;
  gap: calc(1.5 * 16px);
  max-width: 450px;
}

._footer_1awbn_11 ._nored_1awbn_152 {
  display: flex;
  gap: 2rem;
}

._footer_1awbn_11 a {
  font-size: 18px;
  line-height: 24px;
}

._footer_1awbn_11 ._nored_1awbn_152 ._logo_1awbn_52 {
  height: calc(4 * 16px);
  width: calc(4 * 16px);
}

/*===========MEDIAQUERIES==========*/

@media (max-width: 1100px) {
  .main__title {
    font-size: 2.4rem;
    max-width: 80%;
  }
}
@media (max-width: 768px) {
  .container {
    max-width: 90%;
  }
  .main__title {
    font-size: 40px;
    max-width: 95%;
    margin-bottom: 1rem;
    padding: 0;
  }
  .main__img {
    max-width: 100%;
  }
}
@media (max-width: 500px) {
  .main__title {
    font-size: 40px;
  }
}

._caption_qp4xg_10 {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  --component-height: auto;
  --component-width-max: 580px;
  --component-width-min: 100%;
  color: #470000;
  text-wrap: pretty;
}

.text-sans-s {
  font-size: max(14px, min(calc((14 / 580) * 100vw), 16px));
  line-height: max(18px, min(calc((18 / 580) * 100vw), 22px));
  font-family: "VG Sans", sans-serif;
  font-weight: 380;
  max-width: 580px;
  margin: 8px auto 0;
}

._byline_1y6fe_1 {
  display: flex;
  flex-direction: column;
  position: relative;
  --byline-image-size: calc(2 * 16px);
  --byline-image-gap: calc(0.25 * 16px);
  pointer-events: none;
}

@media (max-width: 768px) {
  ._byline_1y6fe_1 {
    max-width: 95%;
    margin: 0 auto;
  }
}

._imageWrapper_1y6fe_101,
._images_1y6fe_106 {
  display: flex;
  gap: calc(0.25 * 16px);
}

._images_1y6fe_106 {
  padding-bottom: calc(0.5 * 16px);
}

._images_1y6fe_106 ._link_1y6fe_111 {
  display: flex;
  position: relative;
}

._figure_1y6fe_61 {
  background-color: #faf6f6;
  border-radius: 8px;
  display: flex;
  position: relative;
  margin-bottom: 8px;
}

._image_1y6fe_88 {
  border-radius: calc(0.5 * 16px);
  filter: saturate(0);
  height: calc(2 * 16px);
  mix-blend-mode: multiply;
  object-fit: cover;
  width: calc(2 * 16px);
}

._names_1y6fe_152 {
  display: flex;
  flex-wrap: wrap;
  gap: calc(0.125 * 16px) 0;
}

._name_1y6fe_125 a {
  font-weight: 690;
  color: #000;
}

.time {
  color: #7f6868;
}

.subtitle {
  margin: 0 auto 2rem;
  max-width: 80%;
  padding: 0px 48px;
  font-weight: 366;
  font-size: 24px;
  font-family: "VG Serif", serif;
}

@media (max-width: 768px) {
  .subtitle {
    max-width: 95%;
    margin: 0 auto 2rem;
    padding: 0;
  }
}

.img-thumbnail {
  padding: 0;
  background-color: none;
  border: 0;
  border-radius: 0;
  max-width: 100%;
  height: auto;
  margin-bottom: 1rem;
}

.info-box {
  background: #e8eff5;
  border-radius: 8px;
  padding: 24px 28px 20px;
  margin: 32px 0;
}
.info-box h2 {
  margin-block: 5px 10px;
  font-size: 24px;
  font-weight: 700;
}
.info-box ul {
  list-style: disc;
}
.info-box li {
  font-size: 20px;
  margin-bottom: 1rem;
}

.feedback {
  display: flex;
  align-items: flex-start;
  gap: 20px;
  background: #f7f9fb;
  border: 1px solid #e8ecf0;
  border-radius: 10px;
  padding: 24px;
  margin-bottom: 20px;
}

.feedback__ava {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  object-fit: cover;
  flex-shrink: 0;
  border: 3px solid #d9d9d9;
}

.feedback__main {
  flex: 1;
}

.feedback__name {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 2px;
}

.feedback__prof {
  font-size: 13px;
  color: #666;
  margin-bottom: 10px;
}

.feedback__main p {
  font-size: 16px;
  line-height: 1.6;
  margin-bottom: 0;
}

.info .container a {
  text-decoration: underline !important;
}

/*=============COMMENTS==============*/

.comment {
  padding-top: 2rem;
  padding-bottom: 2rem;
}

.comment-line {
  font-size: 20px;
  color: #000000;
  font-weight: 700;
  margin-bottom: 2rem;
  margin-left: 1rem;
  font-family: var(--guardian-medium);
}

.comment-line:after {
  margin-top: 0.5rem;
  content: "";
  display: block;
  width: 95%;
  margin: 0 auto;
  height: 1px;
  background-color: #2c2c2c;
}

.comment-content {
  display: flex;
  flex-direction: column;
}

.comment-block {
  margin: 1rem 1rem;
  display: flex;
  justify-content: flex-start;
  border-bottom: 1px solid rgba(0, 0, 0, 0.204);
  padding-bottom: 0.5rem;
}
.comment-block:nth-child(1) {
  border-bottom: none;
}
.block-avatar {
  margin-right: 1rem;
}
.block-avatar img {
  border-radius: 50%;
  max-width: 48px;
}
.block-info-comment__name {
  font-weight: 700;
  color: #3b5998;
}
.block-info input {
  width: 530px;
  max-width: calc(100% - 48px);
  padding: 1rem;
  border: 1px solid rgba(0, 0, 0, 0.21);
}
.block-info-line {
  display: flex;
  flex-direction: column;
  font-size: 0.9rem;
}
.block-info-line__date {
  color: rgba(0, 0, 0, 0.44);
}

.block-info-line__like {
  display: flex;
  justify-content: flex-start;
  color: #00acee;
  pointer-events: none;
}

.block-info-line__like_item {
  list-style: none;
  margin-right: 1rem;
}

.block-info-line__like_item a {
  color: #3b5998;
}

@media screen and (max-width: 430px) {
  .block-info-line__like {
    flex-wrap: wrap;
  }
  .block-info-line__date {
    width: 100%;
  }
}

html {
  scroll-behavior: smooth;
}

#reg-btn {
  scroll-margin-top: 200px;
}

.modal {
  display: none;
  box-sizing: border-box;
  position: fixed;
  z-index: 100;
  inset: 0;
  width: 100%;
  height: 100vh;
  padding: 10px;
  justify-content: center;
  align-items: center;
  background-color: #00000088;
}

.modal-inner {
  max-width: 450px;
  width: 100%;
  position: relative;
}

#close {
  position: absolute;
  font-size: 26px;
  font-weight: 700;
  cursor: pointer;
  background: transparent;
  border: none;
  top: 6px;
  right: 6px;
}
