* {margin: 0; padding: 0; box-sizing: border-box; }
html, body { height: 100%; font-family: Verdana;}
button {box-shadow: none; border: none; cursor: pointer; transition: 0.4s;}
button:hover {opacity: 0.8;}

.mainContent {background: rgba(14, 15, 15, 1);}

.content-h1 { font-size: 32px; line-height: 38px; text-align: center;position: relative;}
.content-h2 { font-size: 30px; line-height: 36px; text-align: center;position: relative;}
.content-h3 { font-size: 24px; line-height: 28px; text-align: left;}
.content-h4 { font-size: 22px; line-height: 28px; text-align: left;}
.content-h1:before, .content-h2:before {content: no-open-quote; position: absolute;  width: 68px;  height: 30px; background: url(/title-before.svg)no-repeat;
  background-size: cover; left: -50px;  top: calc((100% - 30px) / 2);}
.content-h1:after, .content-h2:after  {content: no-open-quote; position: absolute;  width: 68px;  height: 30px; background: url(/title-after.svg)no-repeat;
  background-size: cover; right: -50px;  top: calc((100% - 30px) / 2);}
.content-h1, .content-h2 { max-width: 800px; display: inline-block; padding: 0 10px;}
.content-h1, .content-h2, .content-h3, .content-h4, .content-h5 {  margin-bottom: 20px; color: rgba(255, 255, 255, 1);font-weight: bold;}
.content-p { padding-bottom: 20px; text-align: left;}
li, a, span, b, tbody td, p {color: rgba(255, 255, 255, 1);font-size: 18px; line-height: 24px;}
a {text-decoration: none; transition: 0.4s;}
.content-section-wrapper {background: rgba(0, 56, 54, 1); border: 1px solid rgba(255, 255, 255, 0.32); border-radius: 10px; padding: 15px; margin-bottom: 30px;}
.content-section {background: rgba(14, 15, 15, 0.18); border: 1px solid rgba(255, 255, 255, 0.32); border-radius: 10px; padding: 20px; text-align: center;}
@media (max-width: 1100px) {
  .content-h1 { font-size: 24px; line-height: 28px;}
  .content-h2 { font-size: 22px; line-height: 28px;}
  .content-h3 { font-size: 20px; line-height: 26px;}
  .content-h4 { font-size: 18px; line-height: 26px;}
  li, a, span, b, tbody td, p {font-size: 16px; line-height: 22px;}
  .content-section-wrapper {padding: 5px; margin-bottom: 20px;}
  .content-section {padding: 10px;}
  .content-h1::before, .content-h2::before, .content-h1:after, .content-h2:after {width: 26px; height: 21px; background-size: contain;}
  .content-h1::before, .content-h2::before {left: -20px;}
  .content-h1:after, .content-h2:after {right: -20px;}
  .content-h1, .content-h2 {max-width: 93%;}
}
@media (max-width: 1100px) { 
  .content-h1, .content-h2 {max-width: 90%;}
}
.header-section, .footer-section, .page-container, .fixed-block {width: 96%; margin: 0 auto;}

.page-container {padding-top: 75px; } 
.content-ul { display: flex; gap: 20px; flex-wrap: wrap; margin-bottom: 20px; list-style: none;}
.content-ul li { position: relative; padding-left: 30px; text-align: left;}
.content-ul li:before { content: no-open-quote;  background: url(/li-before.svg)no-repeat; background-size: cover; position: absolute; width: 20px;
  height: 20px; left: 0px; top: 0px;}
.content-ol { display: flex; flex-wrap: wrap; margin-bottom: 20px;counter-reset: counter-ol;padding-left: 20px; gap: 20px; list-style: none;}
.content-ol li { position: relative; padding-left: 0; margin-right: 15px; text-align: left;
  padding-left: 5px;counter-increment: counter-ol;}
.content-ol li::before {position: absolute;content: counter(counter-ol); display: flex; align-items: center; justify-content: center;
  width: 25px; height: 25px; color: #fff; background: rgba(0, 102, 98, 1); border-radius: 50%; top: -2px; left: -25px;}

.content-cta {margin: 20px 0;}
.content-cta button {display: flex; margin: 0 auto; background: linear-gradient(90deg, #8B0105 0%, #FF0013 100%); position: relative; height: 56px;
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25); border-radius: 6px; padding: 0px 50px 0px 20px; align-items: center; min-width: 288px;
  color: rgba(255, 255, 255, 1);font-size: 18px; line-height: 26px; font-weight: bold;}
.content-cta button:after {content: no-open-quote;  background: url(/button-arrow.svg)no-repeat; background-size: cover; position: absolute; width: 40px;
  height: 36px; right: 10px; top: 10px;}
@media (max-width: 400px) {
  .content-cta button {min-width: auto; width: 100%;}
}

.content-table {margin-bottom: 20px; border-collapse: collapse; overflow: hidden; width: 100%;}
.content-table tr {background: rgba(0, 0, 0, 0);}
.content-table thead {background: rgba(0, 102, 98, 1);}
.content-table thead th {padding: 16px 16px; text-align: left; color: rgba(255, 255, 255, 1); font-size: 20px; line-height: 26px; font-weight: bold; }
.content-table tbody td { padding: 16px 16px; border-bottom: 1px solid rgba(0, 102, 98, 1); background: rgba(0, 31, 22, 1); text-align: left;}
@media (max-width: 1100px) {
  .content-table thead th {padding: 10px 10px; font-size: 16px; line-height: 24px;}
  .content-table tbody td {padding: 10px 10px;}
}
@media (max-width: 700px) {
  .table-container {overflow-y: hidden;  overflow-x: scroll;}
}

.accordion-item {background: rgba(0, 102, 98, 1); border-radius: 16px; padding: 20px; margin-bottom: 15px;}
.accordion-question {color: rgba(255, 255, 255, 1); padding-bottom: 20px; text-align: left;}
.accordion-answer {text-align: left;}

footer {background: rgba(0, 37, 35, 1); padding: 20px 0;}
.footer-top {display: flex; justify-content: space-between; margin-bottom: 40px;}
.footer-info {display: grid; grid-template-columns: repeat(3, 200px);}
.footer-column {display: flex; flex-direction: column; gap: 6px;}
.footer-column span {color: rgba(255, 236, 92, 1); font-weight: bold;display: block; padding-bottom: 6px; font-size: 16px;}
.footer-column .footer-link {font-size: 15px;}
.footer-column .footer-link:hover, .footer-page:hover {color:rgba(50, 175, 130, 1);}
.footer-pages {width: 336px; display: flex; gap: 16px 30px; flex-wrap: wrap; align-content: baseline;}
.footer-page {font-size: 14px; text-decoration: underline; line-height: 14px;}
.footer-date, .footer-year {text-align: center; font-size: 15px;}
footer .scrollTop {background: rgba(181, 57, 46, 1);width: 30px;height: 30px; display: flex; justify-content: center; align-items: center;
  position: fixed; bottom: 80px;  right: 20px;  opacity: 0; cursor: pointer; border-radius: 50%; z-index: 5;}
.fixed-container {display: none;}
@media (max-width: 1200px) {
  .fixed-container {display: block; width: 100%;position: fixed; bottom: 0; left: 0; width: 100%; padding: 10px 0; z-index: 5; background: rgba(14, 15, 15, 1);}
  .fixed-block {display: flex; justify-content: center; gap: 20px; }
  .fixed-block button {padding: 13px 0px; color: rgba(255, 255, 255, 1); font-size: 16px; font-weight: bold; text-transform: uppercase; border-radius: 10px;
  width: 50%; max-width: 250px;}
  .fixed-block .fixed-log {background: rgba(255, 36, 0, 1);}
  .fixed-block .fixed-reg {background: rgba(50, 175, 130, 1);}
  footer {padding: 20px 0 90px 0;}
}
@media (max-width: 1100px) {
  .footer-top {flex-direction: column; gap: 25px;}
  .footer-pages {width: 100%; justify-content: center;}
  .footer-info {grid-template-columns: repeat(3, 1fr)}
}
@media (max-width: 550px) {
  .footer-info {grid-template-columns: 1fr; gap: 20px;}
  .fixed-block {gap: 12px;}
}

header {position: fixed;top: 0; left: 0; width: 100%; z-index: 10; background: rgba(18, 18, 19, 0.4); -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px); height: 65px;}
.header-section {height: 100%; display: flex; justify-content: space-between; align-items: center;}
.header-nav {display: flex; gap: 30px;}
.header-page {font-size: 14px; font-weight: bold; text-transform: uppercase;}
.header-page:hover {color: rgba(255, 236, 92, 1);}
.header-cta {display: flex; gap: 20px;}
.header-cta button {padding: 13px 32px; color: rgba(255, 255, 255, 1); font-size: 16px; font-weight: bold; text-transform: uppercase; border-radius: 10px;}
.header-log {background: rgba(255, 36, 0, 1);}
.header-reg {background: rgba(50, 175, 130, 1);}
.burger {display: none;}
.header-apk {display: none;}
 
@media (max-width: 1200px) {
  .header-nav {display: none;}
  .burger {display: block;}
  .header-cta .header-apk {display: block; background: linear-gradient(269.45deg, #AC1B1E -3.85%, #E02828 94.54%); padding: 11px 50px 11px 20px; position: relative;}
  .header-log, .header-reg {display: none;}
  .header-cta .header-apk::after { position: absolute; content: no-open-quote; width: 18px; height:18px; background: url(/apk-main.svg) no-repeat;
  background-size: cover; right: 20px;  top: 12px;}
}

@media (max-width: 340px) {
  .header-cta .header-apk {padding: 11px 30px 11px 10px;}
  .header-cta .header-apk::after {right: 8px;}
}

.mobileMenu {display: none;  position: fixed;  top: 0;  right: 0%;  display: block;  z-index: 5;  background: #000;  width: 100%;  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: 25px;}
.mobileMenu .mobileMenuLinks {  display: flex;  flex-direction: column;  gap: 26px;  align-items: center;}
.mobileMenu .mobileMenuLinks a {  color: #fff;  text-align: center; text-transform: uppercase;}
.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;}

img {display: block; max-width: 100%;}
figure {margin-bottom: 20px; text-align: center;}
figure span {height: 50%; width: 100%; position: absolute; left: 0; top: -50%;}
figcaption {color: #1e1e24; font-size: 14px;}
.general-image {display: block; border-radius: 15px;  max-height: 500px;  width: auto;  height: auto;  margin: 0 auto 10px auto;}
.vertical .general-image { max-height: 500px; max-width: 70%;}
.horizontal .general-image {max-width: 576px; height: auto; width: 100%;}

.firstScreen-section {background: linear-gradient(90deg, #C90000 0%, #190000 100%); border: 3px solid rgba(0, 201, 165, 1); border-radius: 20px;
  box-shadow: 0px 0px 9.8px 0px rgba(15, 192, 160, 0.54); height: 320px; padding-top: 30px; margin-bottom: 30px; overflow: hidden; 
  position: relative;}
.firstScreen-tag {background: linear-gradient(90deg, #FFE62C 0%, #FFF4A2 40.38%, #E8CD00 100%); box-shadow: 0px 1px 12px 0px rgba(91, 0, 0, 0.3);
  border-radius: 0 10px 10px 0; padding: 10px 30px; font-size: 22px; font-weight: bold; color: rgba(31, 31, 31, 1); text-transform: uppercase;}
.firstScreen-text {padding-left: 33px; margin-top: 20px; position: relative; z-index: 2;}
.firstScreen-p { color: rgba(242, 255, 63, 1); font-size: 50px; line-height: 50px; text-transform: uppercase; font-weight: bold; max-width: 490px;
  padding-bottom: 30px;}
.firstScreen-button {background: linear-gradient(90deg, #00B171 0%, #007C4F 103.07%); box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.87);
  padding: 20px 34px; display: inline-block; font-size: 20px; font-weight: bold; text-transform: uppercase; color: rgba(255, 255, 255, 1); border-radius: 6px;}
.firstScreenImg {position: absolute; top: 0; right: 0; z-index: 1; width: 569px; height: 320px; background: url(firstScreen-img.webp)no-repeat;
  background-size: cover;}
@media (max-width: 1100px) {
  .firstScreen-section {height: 235px; padding-top: 20px;}
  .firstScreenImg {height: 235px; width: 418px; right: -100px;}
  .firstScreen-tag {font-size: 16px; padding: 4px 55px 4px 30px;}
  .firstScreen-p {font-size: 36px; line-height: 36px; padding-bottom: 20px; max-width: 405px;}
  .firstScreen-button {font-size: 18px; padding: 14px 36px;}
  .firstScreen-text {margin-top: 15px;}
}
@media (max-width: 700px) {
  .firstScreenImg {right: -160px;}
}
@media (max-width: 580px) {
  .firstScreen-section {height: auto; }
  .firstScreen-text {padding-left: 20px;padding-bottom: 20px; padding-right: 20px;}
  .firstScreen-p {padding-bottom: 80px;}
  .firstScreen-button {width: 100%; max-width: 400px;}
  .firstScreenImg {top: auto; bottom: -40px; opacity: 0.8;}
   .firstScreen-p {font-size: 32px;}
}

.main-table {background: rgba(0, 31, 22, 1); border: 1px solid rgba(0, 56, 54, 1); display: grid; grid-template-columns: repeat(2, 1fr); gap: 10px;
  border-radius: 20px; padding: 20px; margin-bottom: 20px;}
.main-table .table-item {display: flex;}
.main-table .marked {background: rgba(0, 102, 98, 1); border-radius: 10px 0 0 10px; width: 260px; padding: 10px 0; font-weight: bold;
  border: 2px solid rgba(0, 102, 98, 1);}
.main-table .value {width: calc(100% - 260px); padding: 10px; border: 2px solid rgba(0, 102, 98, 1); border-radius: 0px 10px 10px 0;} 
.main-table .table-item:last-child {grid-column: 1/3;}
@media (max-width: 1200px) {
  .main-table .marked {width: 130px;}
  .main-table .value {width: calc(100% - 130px);}
}
@media (max-width: 750px) {
  .main-table {grid-template-columns: 1fr; padding: 15px;}
  .main-table .table-item:last-child {grid-column: 1/2;}
  .main-table .value {overflow-wrap: anywhere;}
}

.page-section {display: flex; gap: 50px; margin-bottom: 24px;}
.page-section-left {background: linear-gradient(93.98deg, #006662 12.54%, #00110C 95.1%); border: 1px solid rgba(0, 56, 54, 1); border-radius: 20px;
  padding: 55px 20px; width:840px; position: relative;}
.page-section-left .content-p {max-width: 480px;}
.page-section-img {position: absolute; bottom: 0; right: -40px;}
.page-section-right {width: calc(100% - 840px);}
.page-section-right .content-ol li {font-size: 16px; text-align: left;}
@media (max-width: 1260px) {
  .page-section {flex-direction: column; gap: 20px;}
  .page-section-left, .page-section-right {width: 100%;}
  .page-section-left .content-p {width: calc(100% - 250px); max-width: 100%;}
  .page-section-img {height: 210px; width: auto; right: -30px;}
  .page-section-left {padding: 45px 20px;}
}
@media (max-width: 750px) {
  .page-section-right .content-ol {flex-direction: column;}
  .page-section-left .content-p {width: 100%; padding-bottom: 10px;}
  .page-section-img {height: 148px; right: calc((100% - 247px) / 2); top: auto; bottom: 0;}
  .page-section-left {padding: 10px 10px 150px 10px;}
}
.page-section-single {background: linear-gradient(93.98deg, #006662 12.54%, #00110C 95.1%); border: 1px solid rgba(0, 56, 54, 1); border-radius: 20px;
  position: relative; padding: 55px 20px; margin-bottom: 24px;}
.page-section-single-img {position: absolute; bottom: 0; right: 90px;}
.page-section-single .content-p {width: calc(100% - 450px);}
@media (max-width: 1260px) {
  .page-section-single-img {right: -20px;}
  .page-section-single .content-p {width: calc(100% - 300px);}
}
@media (max-width: 1100px) {
  .page-section-single {padding: 35px 20px;}
  .page-section-single-img {height: 187px; width: auto;}
  .page-section-single .content-p {width: calc(100% - 230px);}
}
@media (max-width: 750px) {
  .page-section-single {padding: 10px 10px 168px 10px;}
  .page-section-single-img {height: 158px; right: calc((100% - 250px) / 2);}
  .page-section-single .content-p {width: 100%; padding-bottom: 0;}
}

.content404Page.wrapper { display: flex;  justify-content: center;  align-items: center;  height: 100vh;  max-width: 100%; width: 100%;
  background: #000;}
.content404Page.wrapper .content404 {   display: flex; flex-direction: column; width: 280px; justify-content: center; gap: 24px;}
.content404Page.wrapper .content404 img {margin: 0 auto;}
.content404Page.wrapper .content404 h1 {  color: #fff;}
.content404Page.wrapper .content404 button {background: linear-gradient(90deg, #00B171 0%, #007C4F 103.07%); box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.87);
  padding: 20px 34px; display: inline-block; font-size: 20px; font-weight: bold; text-transform: uppercase; color: rgba(255, 255, 255, 1); border-radius: 6px;}


.quote {  position: relative;  margin-top: 20px;  margin-bottom: 20px; border-radius: 12px;  background: rgba(0, 114, 80, 1); padding: 20px 280px 20px 30px;}
.quote p { padding: 0; width: 100%; font-size: 18px; line-height: 22px; color: #fff; position: relative; z-index: 2;}
.quote::after { position: absolute; content: no-open-quote; width: 85px; height:59px; background: url(/new-banner/quote-icon.svg) no-repeat;
  background-size: cover; right: 70px;  bottom: 0px; z-index: 1;}
@media screen and (max-width: 1100px) {
  .quote {padding: 20px 64px 20px 20px;}
  .quote::after {right: 0;}
}
@media screen and (max-width: 650px) {
  .quote {padding: 20px 15px 20px 15px;}
  .quote p {font-size: 14px; line-height: 20px;}
}

