
    *,
*::after,
*::before {
  box-sizing: border-box;
}
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;
}
#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: none;
  }
  /* footer.footer {
    padding-bottom: 100px;
  } */
  .content {
    min-height: 90vh;
  }
  .header .header-inner .header-inner__menu {
    display: none;
  }
  .burger {
    display: none;
  }
}

    .header--1 {
  height: 80px;
  background: rgba(19, 31, 96, 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: center;
  height: 100%;
  position: relative;
}

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

.header-inner__logo--1 img {
  width: auto;
  height: 40px;
}

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

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

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

.btn-reg--1 {
  color: #fff;
  background: linear-gradient(180deg, #e8692c 0%, #e75b28 100%);
  border-radius: 100px;
  padding: 10px 32px;
  font-weight: 400;
  font-size: 18px;
  line-height: 22px;
  text-transform: inherit;
}

.btn-log--1 {
  color: #fff;
  background: transparent;
  border: 1px solid #fff;
  border-radius: 100px;
  padding: 10px 32px;
  font-weight: 400;
  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;
  }
}


 

    
    .content-block {
      max-width: 1250px;
      margin: 0 auto;
    }
    .components {
  background: rgba(3, 5, 52, 1);
  color: #fff;
  display: flex;
  flex-direction: column;
  position: relative;
}

.general-h1 {
  background: transparent;
  color: #fff;
  padding: 0;
  border-radius: 0;
  text-align: center;
  margin-bottom: 20px;
}

.general-h2, .general-h3, .general-h4, .general-h5, .general-h6 {
  background: transparent;
  color: #fff;
  padding: 0;
  border-radius: 0;
  text-align: center;
  margin-bottom: 20px;
}

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

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

.button-block-btn {
  color: #000;
  background: rgba(246, 169, 19, 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(246, 169, 19, 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(246, 169, 19, 1);
  width: 20px;
  height: 20px;
  border-radius: 50%;
  left: 0;
  top: 0;
  position: absolute;
  content: no-open-quote;
}

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

.general-ol-li::before {
  background: rgba(246, 169, 19, 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;
  overflow: hidden;
  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: #fff;
}

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

.general-tr:nth-child(2n) {
  background: rgba(19, 31, 96, 1);
}

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

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

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

.components .faq-answer {
  color: #fff;
  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: 25px;
  top: 25px;
}

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

.icon:after {
  background: #fff;
  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: #fff;
}

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

.scrollToTop {
  background: rgba(246, 169, 19, 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: #000;
  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;
  }

  
		.pm__container {
			display: grid;
			grid-template-columns: repeat(2, 1fr);
			gap: 20px 24px;
			padding-bottom: 24px;
		}
		.pm__item {
			background: rgba(38, 36, 31, 1);
			padding: 24px;
			border-radius: 16px;
		}
		.pm__headings span {
			display: block;
			text-align: left;
			color: #fff;
			font-size: 20px;
			line-height: 28px;
			font-weight: bold;
			padding-bottom: 8px;
		}
		.pm__item_plus .pm__headings {
			border-bottom: 1px solid rgba(112, 224, 14, 1);
		}
		.pm__item_minus .pm__headings {
			border-bottom: 1px solid rgba(255, 11, 11, 1);
		}
		.pm__container ul {
			padding: 0;
			padding-top: 20px;
			margin-top: 0;
			margin-bottom: 0;
		}
		.pm__container ul li {
			position: relative;
			padding-left: 28px;
			padding-bottom: 8px;
		}
		.pm__container ul li:last-child {
			padding-bottom: 0;
		}
		.pm__item_plus li:before {
			content: '';
			width: 20px;
			height: 21px;
			position: absolute;
			top: -2px;
			left: 0;
			background: url(/plus-icon.svg)no-repeat;
			background-size: cover;
		}
		.pm__item_minus li:before {
			content: '';
			width: 20px;
			height: 20px;
			position: absolute;
			top: -1px;
			left: 0;
			background: url(/minus-icon.svg)no-repeat;
			background-size: cover;
		}

		@media (max-width: 900px) {
			.pm__container {
				grid-template-columns: repeat(1, 1fr);
			}
			.pm__item {
				padding: 18px;
			}
		}
			
footer {border-top: 1px solid rgba(255, 255, 255, 1); max-width: 1250px ;  margin: 0 auto;  width: calc(100% - 20px); }
.footer_inner {padding: 30px 0 40px 0;}
.footer_top {background: rgba(19, 31, 96, 1);padding: 17px 10px;}
.footer_bottom {padding: 40px 10px 0 10px;}
.footer_top, .footer_bottom {  border-radius: 10px; display: flex; align-items: center; justify-content: center;
  flex-wrap: wrap; gap: 20px 40px;}

.mainBanner { border-radius: 20px; background: url(/banner-back.webp)no-repeat; background-size: cover; padding: 70px 0 70px 30px; 
  margin-bottom: 20px; position: relative; overflow: hidden;}
.mainBannerText {position: relative; z-index: 2;}
.mainBannerText p {font-size: 36px; font-weight: bold; text-shadow: 0px 2px 10px #CE5937; line-height: 48px; max-width: 70%; margin-bottom: 30px;}
.mainBannerImg {width: 354px; height: 100%; position: absolute; bottom: 0; right: 0; background: url(/banner-img.webp)no-repeat; background-size: cover; z-index: 1; }
.mainBanner button {background: rgba(246, 169, 19, 1); border-radius: 5px; padding: 12px 30px; color: rgba(36, 30, 18, 1); font-weight: bold;
  font-size: 22px;}
@media (max-width: 1200px) { 
  .mainBanner {padding: 50px 0 50px 30px;}
  .mainBannerText p {font-size: 36px; line-height: 44px; max-width: 80%;}
  .mainBannerImg {right: -100px;}
}
@media (max-width: 700px) {
  .mainBanner {padding: 20px 15px 30px 15px;}
  .mainBannerText p {font-size: 26px; line-height: 34px; max-width: 100%; text-align: center;}
  .mainBanner button {margin: 0 auto; display: inherit;}
  .mainBannerImg {width: 200px; height: 168px; bottom: -40px; right: -50px;}
}

.panel {margin-bottom: 20px;}
.panel_list {display: grid; grid-template-columns: repeat(6, 1fr); gap: 20px;}
.panel_item {background: rgba(19, 31, 96, 1); border-radius: 10px; height: 82px; display: flex; flex-direction: column; align-items: center; gap: 6px;
  justify-content: center;}
.panel_item img {width: 32px; height: 32px;}
@media (max-width: 1000px) { 
  .panel_list {gap: 10px;}
}
@media (max-width: 800px) {
  .panel_list { grid-template-columns: repeat(3, 1fr);}
}
@media (max-width: 450px) {
  .panel_item span {font-size: 15px;}
  .panel_item img {width: 28px; height: 28px;}
}
@media (max-width: 350px) {
  .panel_list { grid-template-columns: repeat(2, 1fr);}
}