
    *,
*::after,
*::before {
  box-sizing: inherit;
}
ul,
ol[class] {
  padding: 0;
}
body,
h1,
h2,
h3,
h4,
h5,
h6,
p,
ul,
ol,
li,
figure,
figcaption,
blockquote,
dl,
dd {
  margin: 0;
}
ul,
ol {
  list-style: none;
}
img {
  max-width: 100%;
  display: block;
}
button {
  border: none;
  box-shadow: none;
  background: transparent;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
}
button:hover {
  opacity: 0.8;
}
input,
textarea,
select {
  font: inherit;
}
a {
  text-decoration: none;
}
figure {
  margin-bottom: 20px;
  text-align: center;
}
figcaption {
  color: inherit;
}
.general-image {
  display: block;
  border-radius: 15px;
  max-height: 400px;
  width: auto;
  height: auto;
  margin: 0 auto 10px auto;
}
.logoBuild {
  height: 100%;
  height: 100%;
  align-items: center;
  display: flex;
}
.logoBuild a {
  display: flex;
  align-items: center;
  height: 100%;
}
.content-block {
  padding: 0 10px;
}
header.header {
  display: flex;
  align-items: center;
  justify-content: center;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 10;
  padding: 0;
}
#fix-button.footer-block-btn {
  display: none;
  position: fixed;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 999;
  align-items: center;
  padding-right: 15px;
  padding-left: 15px;
  justify-content: center;
}
.content {
  padding-top: 100px;
  min-height: 80vh;
}
#scrollToTop.scrollToTop {
  position: fixed;
}
.logo-controls {
  display: none;
}
.burger {
  display: none;
  position: relative;
}
.mobileMenu {
  position: fixed;
  top: 0;
  right: 0%;
  display: block;
  z-index: 5;
  background: #02274B;
  width: 90%;
  max-width: 350px;
  min-height: 100vh;
  padding: 30px 20px;
  transition: right 0.8s;
}
.mobileMenu[hidden] {
  right: -200%;
}
.mobileMenu .mobileMenuTop {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 75px;
}
.mobileMenu .mobileMenuLinks {
  display: flex;
  flex-direction: column;
  gap: 28px;
}
.mobileMenu .mobileMenuLinks a,
.mobileMenu .mobileMenuLinks button {
  color: #fff;
  font-size: 20px;
  text-align: center;
  font-weight: 700;
  line-height: 22px;
  text-transform: uppercase;
}
.mobileMenu .mobileMenuLinks a:active,
.mobileMenu .mobileMenuLinks button:hover {
  color: #181616;
}
.overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background: rgba(0, 0, 0, 0.5);
  z-index: 1;
  display: block;
}
.overlay[hidden] {
  display: none;
}
@media (max-width: 1250px) {
  #fix-button.footer-block-btn {
    display: flex;
  }
  footer.footer {
    padding-bottom: 100px;
  }
  .content {
    min-height: 90vh;
  }
  .header .header-inner .header-inner__menu {
    display: none;
  }
  /* .burger {
    display: block;
  } */
}

    .header--1 {
  height: 80px;
  background: rgba(11, 20, 28, 1);
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 20px;
}

.header-inner--1 {
  padding: 0 10px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 100%;
  position: relative;
}

.header-inner__logo--1 {
  display: flex;
  align-items: center;
  justify-content: center;
}

.header-inner__logo--1 img {
  width: 201px;
  height: 54px;
}

.header-inner__menu--1 {
  margin-left: auto;
  margin-right: 32px;
  display: none;
  gap: 20px;
}

.header-inner__menu--1 a {
  color: #fff;
}

.header-inner__buttons--1 {
  display: flex;
  gap: 20px;
}

.btn-reg--1 {
  color: #000;
  background: rgba(168, 227, 217, 1);
  border-radius: 10px;
  padding: 10px 32px;
  font-weight: 700;
  font-size: 18px;
  line-height: 22px;
  text-transform: inherit;
}

.btn-log--1 {
  color: #000;
  background: rgba(223, 189, 166, 1);
  border: 1px solid transparent;
  border-radius: 10px;
  padding: 10px 32px;
  font-weight: 700;
  font-size: 18px;
  line-height: 22px;
  text-transform: inherit;
}

@media (max-width: 1250px) {
  .header-inner--1 {
  justify-content: center;
  }
  .header-inner__menu--1 {
  display: none;
  }
  .header-inner__buttons--1 {
  display: none;
  }
}


    .footer--3 {
  padding: 20px 0;
  background: rgba(11, 20, 28, 1);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 10px;
}

.footer--3 p {
  margin-bottom: 0;
  color: #fff;
}

.footer__menu {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.components .footer__menu a {
  color: #fff;
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
}

.components .copy__text--3 {
  color: #fff;
  font-size: 14px;
  line-height: 24px;
  font-weight: 400;
}

@media (max-width: 1250px) {
  .footer--3 {
  padding: 20px 0;
  gap: 10px;
  }
  .footer__menu {
  flex-direction: column;
  gap: 10px;
  }
  .components .footer__menu a {
  font-size: 14px;
  }
  .components .copy__text--3 {
  font-size: 14px;
  }
}


    .footer-block-btn--1 {
  padding: 20px 10px;
  background: rgba(11, 64, 56, 1);
  display: flex;
  align-items: center;
  padding-right: 15px;
  padding-left: 15px;
  justify-content: center;
}

.buttons.buttons--1 {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  width: 100%;
}

.buttons.buttons--1 button {
  width: 48%;
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: 200px;
}

.fix-btn-reg--1 {
  padding: 12px 24px;
  border-radius: 10px;
  border: 1px solid transparent;
  background: rgba(168, 227, 217, 1);
  font-size: 16px;
  line-height: 17px;
  font-weight: 700;
  color: #000000;
}

.fix-btn-log--1 {
  padding: 12px 24px;
  border-radius: 10px;
  border: 1px solid transparent;
  background: rgba(223, 189, 166, 1);
  font-size: 16px;
  line-height: 17px;
  font-weight: 700;
  color: #000;
}


    
    .content-block {
      max-width: 1250px;
      margin: 0 auto;
    }
    .components {
  background: rgba(229, 255, 251, 1);
  color: #000;
  display: flex;
  flex-direction: column;
  position: relative;
}

.general-h1 {
  background: rgba(168, 227, 217, 1);
  color: #000;
  padding: 20px;
  border-radius: 20px;
  text-align: center;
  margin-bottom: 20px;
}

.general-h2, .general-h3, .general-h4, .general-h5, .general-h6 {
   background: rgba(168, 227, 217, 1);
  color: #000;
  padding: 20px;
  border-radius: 20px;
  text-align: center;
  margin-bottom: 20px;
}

.general-p {
  margin-bottom: 20px;
}

.button-block {
  text-align: center;
  margin: 15px 0;
}

.button-block-btn {
  color: #fff;
  background: rgba(11, 64, 56, 1);
  box-shadow: 0px 0px 12px 0px rgba(11, 54, 0, 0.16);
  border-radius: 8px;
  padding: 16px 34px;
  font-size: 20px;
  font-weight: 700;
  line-height: 26px;
  text-transform: uppercase;
  position: relative;
  overflow: hidden;
}

.content-block a {
  color: rgba(223, 189, 166, 1);
}

.general-ul {
  display: flex;
  flex-direction: column;
  gap: 10px;
  padding-left: 0;
  margin-bottom: 20px;
}

.general-ol {
  display: flex;
  flex-direction: column;
  gap: 10px;
  padding-left: 0;
  counter-reset: counter-ol;
  position: relative;
  margin-bottom: 20px;
}

.general-ul-li {
  padding-left: 30px;
  position: relative;
}

.general-ul-li::before {
  background: rgba(168, 227, 217, 1);
  width: 10px;
  height: 10px;
  border-radius: 50%;
  left: 6px;
  top: 6px;
  position: absolute;
  content: no-open-quote;
}

.general-ol-li {
  counter-increment: counter-ol;
  padding-left: 30px;
  position: relative;
}

.general-ol-li::before {
  background: rgba(168, 227, 217, 1);
  color: #000;
  width: 25px;
  height: 25px;
  left: 0px;
  top: 0px;
  border-radius: 50%;
  font-size: 16px;
  line-height: 20px;
  font-weight: 400;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  content: counter(counter-ol);
}

.general-table-wrapper {
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 20px;
  margin-bottom: 20px;
}

.general-table {
  width: 100%;
  border-collapse: collapse;
  overflow: hidden;
}

.general-thead .general-tr {
  background: rgba(0, 0, 0, 0);
}

.general-th {
  border: 1px solid rgba(0, 0, 0, 0.1);
  text-align: center;
  padding: 10px;
  font-size: 16px;
  line-height: 20px;
  font-weight: 700;
  color: #000;
}

.general-tr {
  background: rgba(0, 0, 0, 0);
  font-size: 16px;
  line-height: 20px;
  font-weight: 400;
  color: #000;
}

.general-tr:nth-child(2n) {
  background: rgba(168, 227, 217, 1);
}

.general-td {
  border: 1px solid rgba(0, 0, 0, 0.1);
  text-align: center;
  padding: 10px;
}

.faq-item {
  background: rgba(168, 227, 217, 1);
  border: none;
  border-radius: 6px;
  position: relative;
  margin: 0 auto 20px;
  transition: 0.4s;
  padding: 20px 0px 20px 20px;
}

.components .faq-question {
  color: #000;
  font-size: 20px;
  line-height: 26px;
  font-weight: 700;
  position: relative;
  padding-top: 0;
  padding-right: 42px;
}

.components .faq-answer {
  color: #000;
  font-size: 18px;
  line-height: 22px;
  font-weight: 400;
  height: 0;
  overflow: hidden;
  position: relative;
  opacity: 0;
  z-index: -1;
}

.icon {
  height: 18px;
  position: absolute;
  width: 18px;
  right: 10px;
  top: 25px;
}

.icon:before {
  background: #000;
  content: no-open-quote;
  height: 4px;
  right: 0;
  top: 0;
  width: 18px;
  transition: transform 0.4s;
  position: absolute;
}

.icon:after {
  background: #000;
  content: no-open-quote;
  height: 4px;
  right: 0;
  top: 0;
  width: 18px;
  transition: transform 0.4s;
  position: absolute;
}

.toggle {
  margin: 0;
  cursor: pointer;
  top: 0;
  left: 0;
  z-index: 3;
  width: 100%;
  height: 100%;
  opacity: 0;
  position: absolute;
}

.toggle:not(:checked) ~ .icon:before {
  transform: rotate(180deg);
}

.toggle:checked ~ .faq-answer {
  height: auto;
  opacity: 1;
  z-index: 2;
  padding-top: 12px;
  padding-right: 20px;
}

.toggle:not(:checked) ~ .icon:after {
  transform: rotate(90deg);
}

.toggle:checked ~ .icon:before {
  background: #000;
}

.toggle:checked ~ .icon:after {
  background: #000;
}

.scrollToTop {
  background: rgba(11, 64, 56, 1);
  border-radius: 50%;
  width: 30px;
  height: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  bottom: 15%;
  right: 20px;
  opacity: 0;
  cursor: pointer;
}

.scrollToTop svg {
  fill: #fff;
  width: 50%;
  height: 50%;
}

@media (max-width: 1250px) {
  .general-table-wrapper {
  overflow: auto;
  }
  .icon {
  right: 10px;
  }
}


    
  .components {
    font-family: 'Tahoma', sans-serif;
  }
  .components h1 {
    font-size: 32px;
    line-height: 38px;
  }
  .components h2 {
    font-size: 28px;
    line-height: 34px;
  }
  .components h3 {
    font-size: 24px;
    line-height: 39px;
  }
  .components h4 {
    font-size: 22px;
    line-height: 27px;
  }
  .components h5 {
    font-size: 20px;
    line-height: 25px;
  }
  .components p,
  .components span,
  .components li,
  .components a {
    font-size: 18px;
    line-height: 22px;
  }


.section {
  background: rgba(213, 243, 251, 1);
  padding: 24px;
  margin-bottom: 20px;
  border-radius: 20px;
}

.author_block {
  background: rgba(231, 255, 251, 1);
  border-radius: 12px;
  padding: 24px 24px 2px 24px;
}
.author_block_top {
  display: flex; 
  justify-content: flex-start;
  gap: 16px;
  align-items: center;
  margin-bottom: 12px;
}
.author_block_top img {
  width: 64px;
  height: 64px;
  border-radius: 50%;
  border: 2px solid rgba(11, 64, 56, 1);
}
.author_text {
  display: flex;
  flex-direction: column;
  gap: 4px;
}
.author_text .author_name {
  font-size: 22px;
  line-height: 28px;
  font-weight: bold;
}
.author_text .author_description {
  font-size: 16px;
  line-height: 20px;
  color: rgba(132, 144, 147, 1);
}

.quotation {
  border: 2px solid rgba(11, 64, 56, 1);
  border-radius: 12px;
  margin-bottom: 24px;
  padding: 32px 24px;
  position: relative;
}
.quotation p {
  padding-bottom: 20px;
}
.quotation:before {
  content: '';
  width: 32px;
  height: 32px;
  position: absolute;
  top:-14px;
  left: 64px;
  background: url(/quote.svg)no-repeat;
  background-size: cover;
}
.quotation_author {
  display: flex;
  flex-direction: column;
}
.quotation_author .author_name {
  font-size: 22px;
  line-height: 28px;
  font-weight: bold;
}
.quotation_author .author_description {
  font-size: 16px;
  line-height: 20px;
  color: rgba(132, 144, 147, 1);
}



.showcase_item {background: rgba(0, 71, 60, 1); border-radius: 12px; margin-bottom: 16px; padding: 24px; border: 1px solid rgba(223, 189, 166, 1); }
.showcase_item_top {display: grid; grid-template-columns: 400px auto 260px; gap: 24px; margin-bottom: 24px;}
.showcase_bonus {background: rgba(229, 255, 251, 1); border-radius: 12px; box-shadow: 0px 0px 5px 0px rgba(0, 71, 60, 1) inset;
 padding: 76px 24px 24px 24px; position: relative;}
.showcase_bonus p {font-weight: bold; font-size: 24px; text-align: left; padding-bottom: 0; line-height: 26px;}
.showcase_bonus:before {content: ''; width: 60px; height: 60px; background: url(/icon-bonus.svg)no-repeat; background-size: cover; position: absolute;
  top: 0; left: 24px;}
.showcase_info {display: flex; flex-direction: column; gap: 12px;}
.showcase_info_name_rating {display: flex; gap: 8px;}
.showcase_name, .showcase_rating {background: rgba(223, 189, 166, 1); border-radius: 100px; display: flex; align-items: center; padding: 8px 12px; 
  box-shadow: 1px 1px 4px 0px rgba(0, 0, 0, 0.25) inset; gap: 8px;}
.showcase_info_name_rating span {font-size: 14px; font-weight: bold;}
.showcase_info ul li {color: rgba(245, 247, 250, 1); padding-bottom: 12px;padding-left: 16px; position: relative;}
.showcase_info ul li:before {content: no-open-quote; position: absolute; width: 6px; height: 6px; left: 0; top: 8px;
  background-color: rgba(168, 227, 217, 1); border-radius: 50%;}
.showcase_info ul li:last-child {padding-bottom: 0;}

.showcase_img_buttons {display: flex; flex-direction: column; gap: 12px;}
.showcase_img { background: rgba(229, 255, 251, 1);  height: 100px;border-radius: 12px; padding: 10px 10px; display: flex; justify-content: center; 
  align-items: center; box-sizing: border-box;}
.showcase_img img {max-height: 100%;}
.showcase_buttons {display: flex; flex-direction: column; gap: 8px;}
.showcase_btn {background: rgba(168, 227, 217, 1); color: rgba(0, 71, 60, 1); padding: 16px 0px; width: 100%;
  border-radius: 8px; font-size: 16px; font-weight: bold; border: 1px solid rgba(168, 227, 217, 1); box-shadow: 0px 0px 9px 0px rgba(0, 71, 60, 1) inset; }
.more_btn {font-size: 16px; text-decoration: underline; border: 1px solid rgba(168, 227, 217, 1); color: rgba(168, 227, 217, 1); border-radius: 8px;
  padding: 16px 0px;}
.more_btn:hover {color: rgba(255, 255, 255, 1); border: 1px solid rgba(255, 255, 255, 1); background: rgba(11, 20, 28, 1);}
.showcase_img_buttons .showcase_info_name_rating {display: none;}
.showcase_toggle {display: none;}

.showcase_points {display: grid; grid-template-columns: repeat(5, auto); border-top: 1px solid rgba(168, 227, 217, 0.5);
  padding-top: 24px;}
.showcase_point {border-right: 1px solid rgba(168, 227, 217, 0.5); padding-left: 20px; padding-right: 16px;}
.showcase_point:last-child {border-right: none; padding-right: 0;}
.showcase_point:first-child {padding-left: 0;}
.showcase_point_top {display: flex; align-items: center; gap: 8px; margin-bottom: 12px;}
.showcase_point_top span {font-size: 16px;color: rgba(245, 247, 250, 1);}
.showcase_point .value {font-weight: bold; color: rgba(245, 247, 250, 1); }

@media (max-width: 1100px) {
  .showcase_bonus p {font-size: 20px;}
  .showcase_item_top { grid-template-columns: 266px auto 260px; gap: 16px;}
  .showcase_points {grid-template-columns: repeat(4, 1fr); gap: 16px; }
  .showcase_point:last-child {padding-left: 0; grid-column: 1/5;}
  .showcase_point:nth-child(4) {border-right: none;}
}
@media (max-width: 880px) {
  .showcase_item_top {grid-template-columns: auto 260px;}
  .showcase_bonus {order: 3; grid-column: 1/3;}
  .showcase_bonus p  {text-align: center;}
  .showcase_points {grid-template-columns: repeat(2, 1fr);}
  .showcase_point:last-child { grid-column: 1/3;}
  .showcase_point:nth-child(2) {border-right: none;}
  .showcase_point:nth-child(3) {padding-left: 0;}
}
@media (max-width: 620px) {
  .showcase_item_top {grid-template-columns: auto;}
  .showcase_bonus { grid-column: 1/2; padding: 60px 16px 16px 16px;}
  .showcase_img_buttons .showcase_info_name_rating {display: flex;}
  .showcase_info .showcase_info_name_rating {display: none;}
  .showcase_info {order: 3;}
  .showcase_bonus {order: 2;}
  .showcase_bonus::before {width: 50px; height: 50px;}
  .showcase_item {padding: 16px;}
  .showcase_img {height: 80px;}
  .showcase_points {display: none;}
  .showcase_toggle {display: block; border-top: 1px solid rgba(168, 227, 217, 0.5); display: flex; justify-content: center; padding: 12px; align-items: center;
    gap: 8px;} 
  .showcase_toggle span {color: rgba(168, 227, 217, 1); font-size: 16px;}
  .showcase_toggle img {transform: scaleY(-1);}
  .showcase_points.active {display: grid; gap: 10px 16px;}
  .showcase_toggle img.active {transform: none;}
  .showcase_point {padding-right: 6px; padding-left: 6px;}
  .showcase_point_top span {font-size: 14px;}
  .showcase_point .value {font-size: 16px;}
}
