body {
  background: #fff;
}
body {
  font-family: "Montserrat", Arial, sans-serif;
}
main h1,
main h2,
main h3,
main h4,
main h5,
main h6,
.title-h1,
.title-h2,
.title-h3,
.title-h4,
.title-h5,
.title-h6,
.title-hero,
.logo {
  font-family: "Montserrat", Arial, sans-serif;
}
main h1,
.title-h1,
.title-hero {
  font-size: 50px;
  font-weight: 600;
  line-height: 65px;
  color: #fff;
}
main h2,
.title-h2 {
  font-size: 40px;
  font-weight: 600;
  line-height: 48px;
  color: #f6b619;
}
main h3,
.title-h3 {
  font-size: 20px;
  font-weight: 500;
  line-height: 35px;
}
main h4,
.title-h4 {
  font-size: 24px;
  font-weight: 500;
  line-height: 32px;
}
main h5,
.title-h5 {
  font-size: 20px;
  font-weight: 500;
  line-height: 28px;
}
main h6,
.title-h6 {
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
}
	  .hero {
	background-image: url(../../media/pages/home/010a186c8d-1719745870/spinbg-1440x.webp);
	background-position: center center;
  }

  @media only screen and (min-width: 960px) {
	.hero {
	  background-image: url(../../media/pages/home/010a186c8d-1719745870/spinbg-1920x.webp);
	}
  }

  @media only screen and (min-width: 1440px) {
	.hero {
	  background-image: url(../../media/pages/home/010a186c8d-1719745870/spinbg-2880x.webp);
	}
  }
@media only screen and (min-width: 768px) {
  .title-hero {
	font-size: 60px;
	font-weight: 600;
	line-height: 70px;
  }
}
@media only screen and (max-width: 767px) {
  main h1,
  .title-h1 {
	font-size: 30px;
	font-weight: 500;
	line-height: 35px;
  }
}
@media only screen and (max-width: 767px) {
  main h2,
  .title-h2 {
	font-size: 24px;
	font-weight: 500;
	line-height: 32px;
  }
}
@media only screen and (max-width: 1200px) and (min-width: 768px) {
  .row .title-h1,
  .row .title-hero {
	font-size: 40px;
	font-weight: 600;
	line-height: 48px;
  }
}
.bg-color-primary,
.button.button-style-primary,
.card .button.button-style-primary,
.timeline [class^="col-"]:before {
  background: none;
}
body.dark .button.button-style-primary {
  width: 100%;
  background: none;
  border-radius: 3px;
  color: #fff;
  border: 2px solid rgb(36, 37, 47);
}
.form input[type="checkbox"]:checked + label.checkbox:before,
.form input[type="radio"]:checked + label.radio:before,
.form input.switch:checked + label.switch:before {
  background: #00cc5e;
}
.button.button-style-primary:hover {
  background: #3f3586;
  
}
body.dark .button.button-style-primary:hover {
  background: #090f1e6 !important;
}
body.primary-white:not(.dark)
  [class*="bg-"].dark
  [class*="bg-"]:not(.dark)
  .button.button-style-primary {
  background: #00cc5e;
  color: #fff !important;
}
body.primary-white:not(.dark)
  [class*="bg-"].dark
  [class*="bg-"]:not(.dark)
  .button.button-style-primary:hover {
  background: #3f3586 !important;
}
.max-width-lg {
  max-width: 1200px;
}
.max-width-md {
  max-width: 920px;
}
.button,
.flickity-prev-next-button,
.tag {
  -webkit-border-radius: 22px;
  -moz-border-radius: 22px;
  border-radius: 22px;
}
.border.rounded > figure > video {
  -webkit-border-radius: 26px;
  -moz-border-radius: 26px;
  border-radius: 26px;
}
article figure img,
article iframe,
#features .blocks[class*="bg-"],
.card,
.rounded,
.rounded > figure > video,
.sidebar-nav,
.header-main ul li.submenu > ul {
  -webkit-border-radius: 28px;
  -moz-border-radius: 28px;
  border-radius: 28px;
}
.rounded-bottom {
  -webkit-border-bottom-left-radius: 28px;
  -moz-border-radius-bottomleft: 28px;
  border-bottom-left-radius: 28px;
  -webkit-border-bottom-right-radius: 28px;
  -moz-border-radius-bottomright: 28px;
  border-bottom-right-radius: 28px;
}
.rounded-left {
  -webkit-border-bottom-left-radius: 28px;
  -moz-border-radius-bottomleft: 28px;
  border-bottom-left-radius: 28px;
  -webkit-border-top-left-radius: 28px;
  -moz-border-radius-topleft: 28px;
  border-top-left-radius: 28px;
}
.rounded-right {
  -webkit-border-bottom-right-radius: 28px;
  -moz-border-radius-bottomright: 28px;
  border-bottom-right-radius: 28px;
  -webkit-border-top-right-radius: 28px;
  -moz-border-radius-topright: 28px;
  border-top-right-radius: 28px;
}
.rounded-top {
  -webkit-border-top-left-radius: 28px;
  -moz-border-radius-topleft: 28px;
  border-top-left-radius: 28px;
  -webkit-border-top-right-radius: 28px;
  -moz-border-radius-topright: 28px;
  border-top-right-radius: 28px;
}
.rounded-bottom-left {
  -webkit-border-bottom-left-radius: 28px;
  -moz-border-radius-bottomleft: 28px;
  border-bottom-left-radius: 28px;
}
.rounded-bottom-right {
  -webkit-border-bottom-right-radius: 28px;
  -moz-border-radius-bottomright: 28px;
  border-bottom-right-radius: 28px;
}
.rounded-top-left {
  -webkit-border-top-left-radius: 28px;
  -moz-border-radius-topleft: 28px;
  border-top-left-radius: 28px;
}
.rounded-top-right {
  -webkit-border-top-right-radius: 28px;
  -moz-border-radius-topright: 28px;
  border-top-right-radius: 28px;
}
main .dark table,
.dark .button.button-style-tertiary,
.dark .border,
.dark .border .tag,
.dark .share [class*="button-"] {
  border: 2px solid rgb(101 143 171);
}
body.dark main table,
body.dark .button.button-style-tertiary,
body.dark .border,
body.dark .border .tag,
body.dark .share [class*="button-"] {
  border: 2px solid rgb(101 143 171) !important;
}
main .dark table tr td,
main .dark table tr th,
.border-bottom.dark,
.dark .border-bottom {
  border-bottom: 2px solid rgb(101 143 171);
}
body.dark main table tr td,
body.dark main table tr th,
body.dark .border-bottom {
  border-bottom: 2px solid rgb(101 143 171) !important;
}
.dark .border-top {
  border-top: 2px solid rgb(101 143 171);
}
body.dark .border-top {
  border-top: 2px solid rgb(101 143 171) !important;
}
body.dark .header-main[class*="shadow-"] {
  border-bottom: none;
}
@media only screen and (min-width: 861px) {
  .header-main ul li.submenu > ul {
	border: none;
  }
}
main table,
.button.button-style-tertiary,
.border,
.border .tag,
.share [class*="button-"] {
  border: 2px solid #ececee;
}
main [class*="bg-"].dark [class*="bg-"]:not(.dark) table,
[class*="bg-"].dark [class*="bg-"]:not(.dark) .button.button-style-tertiary,
[class*="bg-"].dark [class*="bg-"]:not(.dark) .border,
[class*="bg-"].dark [class*="bg-"]:not(.dark) .border .tag,
[class*="bg-"].dark [class*="bg-"]:not(.dark) .share [class*="button-"] {
  border: 2px solid #ececee;
}
main table tr td,
main table tr th,
.border-bottom {
  border-bottom: 2px solid #ececee;
}
main [class*="bg-"].dark [class*="bg-"]:not(.dark) table tr td,
main [class*="bg-"].dark [class*="bg-"]:not(.dark) table tr th,
[class*="bg-"].dark [class*="bg-"]:not(.dark) .border-bottom {
  border-bottom: 2px solid #ececee;
}
.border-top {
  border-top: 2px solid #ececee;
}
[class*="bg-"].dark [class*="bg-"]:not(.dark) .border-top {
  border-top: 2px solid #ececee;
}
footer.bg-color-custom {
  background: #001c31;
}
@media only screen and (min-width: 861px) {
  .header-main ul li.submenu {
	height: 40px;
	overflow: hidden;
	position: relative;
  }
  .header-main ul li.submenu > ul {
	-webkit-transition: all 0.2s;
	-moz-transition: all 0.2s;
	-ms-transition: all 0.2s;
	-o-transition: all 0.2s;
	transition: all 0.2s;
	background: #1a1a1a;
	opacity: 0;
	padding: 7px 15px;
	position: absolute;
	right: 20px;
  }
  .header-main ul li.submenu > ul li {
	display: block;
	padding-right: 0;
  }
  .header-main ul li.submenu > ul li a {
	color: #fff;
	height: 32px;
	line-height: 32px;
	opacity: 0.8;
  }
  .header-main ul li.submenu > ul li a:hover {
	opacity: 1;
  }
  .header-main ul li.submenu > ul li a .icon-external-link {
	margin-bottom: 2px;
	margin-top: 2px;
  }
  .header-main ul li.submenu:hover {
	overflow: visible;
  }
  .header-main ul li.submenu:hover > a,
  .header-main ul li.submenu:hover > ul {
	opacity: 1;
  }
  .header-main ul li:last-child.submenu > ul {
	right: 0;
  }
}
@media only screen and (max-width: 860px) {
  main.header-bg:before,
  main.header-fixed:before {
	height: 64px;
  }
  main .hero:not(.hero-lg),
  main .hero-lg:not(.hero),
  main .hero-none,
  main.post article {
	padding-top: 64px;
  }
  main.header-bg .hero:not(.hero-lg),
  main.header-fixed .hero:not(.hero-lg),
  main.header-bg .hero-lg:not(.hero),
  main.header-fixed .hero-lg:not(.hero),
  main.header-bg .hero-none,
  main.header-fixed .hero-none,
  main.header-bg.post article,
  main.header-fixed.post article {
	padding-top: 48px;
  }
  main.header-bg
	.hero:not(.hero-lg):not(.hero-columns).hero-blocks
	[class*="space-hero"],
  main.header-bg
	.hero:not(.hero-lg):not(.hero-columns).padding-bottom-none:not(.hero-blocks)
	[class*="space-hero"],
  main.header-fixed
	.hero:not(.hero-lg):not(.hero-columns).hero-blocks
	[class*="space-hero"],
  main.header-fixed
	.hero:not(.hero-lg):not(.hero-columns).padding-bottom-none:not(.hero-blocks)
	[class*="space-hero"] {
	margin-top: 0;
  }
  main.header-bg
	.hero:not(.hero-lg).hero-columns.hero-blocks
	[class*="space-hero"],
  main.header-fixed
	.hero:not(.hero-lg).hero-columns.hero-blocks
	[class*="space-hero"] {
	margin-top: 0;
  }
  main.header-bg
	.hero:not(.hero-lg).hero-columns.padding-bottom-none:not(.hero-blocks)
	[class*="space-hero"],
  main.header-fixed
	.hero:not(.hero-lg).hero-columns.padding-bottom-none:not(.hero-blocks)
	[class*="space-hero"] {
	margin-top: 0;
  }
  main.header-fixed .hero-none > [class*="space-hero"],
  main.header-fixed.post article [class*="space-hero"] {
	margin-top: 0;
  }
  main.header-fixed.header-fixed--sm .anchor {
	scroll-margin-top: 96px;
  }
  main.header-fixed.header-fixed--sm .position-sticky {
	top: 88px;
  }
  .header-main {
	height: 64px;
  }
  .header-main nav {
	padding-bottom: 12px;
	padding-top: 12px;
  }
  .header-main nav.full-width {
	padding: 12px 24px;
  }
  .header-main a {
	-webkit-transition: none !important;
	-moz-transition: none !important;
	-ms-transition: none !important;
	-o-transition: none !important;
	transition: none !important;
  }
  .header-main ul {
	display: none;
	margin: 0;
  }
  .header-main ul.header-space-reduced {
	margin-right: 0;
  }
  .header-main ul.header-controls {
	display: block;
	position: absolute;
	right: 40px;
	top: 0;
  }
  .header-main ul.header-controls.header-toggle-none {
	right: 0;
  }
  .header-main ul.header-controls a.icon-search:hover {
	opacity: 0.6;
  }
  .header-main .header-toggle {
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	display: block;
	height: 40px;
	opacity: 1;
	padding: 10px;
	position: absolute;
	right: -10px;
	top: 0;
	width: 40px;
  }
  .header-main .header-toggle svg {
	position: absolute;
  }
  .header-main .header-toggle svg:last-child {
	opacity: 0;
  }
  .header-main.active {
	border-bottom: none !important;
	height: 100%;
	position: fixed;
	z-index: 999;
  }
  body.dark .header-main.active {
	background: #000;
	color: #fff;
  }
  .header-main.active nav {
	height: 100%;
	overflow-y: scroll;
	padding-bottom: 0;
	padding-top: 12px;
	-webkit-overflow-scrolling: touch;
  }
  .header-main.active nav > div {
	height: auto;
	margin-bottom: 64px;
  }
  .header-main.active ul {
	text-align: left;
  }
  .header-main.active ul.header-listed {
	display: block;
	float: none;
  }
  .header-main.active ul.header-listed li {
	font-size: 20px;
	padding: 8px 0 0 0;
	width: 100%;
  }
  .header-main.active ul.header-listed li a {
	opacity: 1;
  }
  .header-main.active ul.header-listed li.submenu > ul {
	display: block;
	padding-left: 24px;
  }
  .header-main.active ul.header-languages {
	display: block;
	padding: 28px 0 0 0;
  }
  .header-main.active ul.header-languages li {
	font-size: 18px;
	padding: 0 8px;
  }
  .header-main.active ul.header-languages li a,
  .header-main.active ul.header-languages li a:hover {
	opacity: 0.6;
  }
  .header-main.active ul.header-languages li.active a {
	opacity: 1;
  }
  .header-main.active ul.header-social {
	display: block;
	padding: 28px 0 0 0;
  }
  .header-main.active ul.header-social li {
	padding: 0 20px 0 0;
  }
  .header-main.active ul.header-social li a,
  .header-main.active ul.header-social li a:hover {
	opacity: 1;
  }
  .header-main.active ul.header-buttons {
	display: block;
  }
  .header-main.active ul.header-buttons li {
	padding: 16px 0 0 0;
	width: 100%;
  }
  .header-main.active ul.header-buttons li:first-child {
	padding: 40px 0 0 0;
  }
  .header-main.active ul.header-buttons li .button {
	font-size: 16px;
	line-height: 24px;
	opacity: 1;
  }
  .header-main.active .header-space {
	display: block;
	padding-top: 40px;
	width: 100%;
  }
  .header-main.active .header-toggle svg {
	opacity: 0;
  }
  .header-main.active .header-toggle svg:last-child {
	opacity: 1;
  }
  .header-main.active:not([class*="bg-"]) {
	background: #fff;
	color: #000;
  }
  .header-main.header-fixed {
	position: fixed;
  }
  body.dark .header-main.header-fixed {
	background: #000;
  }
  body.dark .header-main.header-fixed.active {
	background: #000;
  }
  .header-main.header-fixed:not([class*="bg-"]) {
	background: #fff;
  }
  .header-main.header-fixed:not([class*="bg-"]).dark a:not(.button) {
	color: #000;
  }
  body.dark .header-main.header-fixed:not([class*="bg-"]).dark a:not(.button) {
	color: #eee;
  }
  .header-main.header-fixed:not([class*="bg-"]).active {
	background: #fff;
  }
}
@media only screen and (max-width: 860px) and (min-width: 768px) {
  main .hero:not(.hero-lg),
  main .hero-lg:not(.hero),
  main .hero-none,
  main.post article {
	padding-top: 80px;
  }
  main.header-bg .hero:not(.hero-lg),
  main.header-fixed .hero:not(.hero-lg),
  main.header-bg .hero-lg:not(.hero),
  main.header-fixed .hero-lg:not(.hero),
  main.header-bg .hero-none,
  main.header-fixed .hero-none,
  main.header-bg.post article,
  main.header-fixed.post article {
	padding-top: 80px;
  }
  main.header-default .hero-lg:not(.hero) {
	padding-top: 64px;
  }
  main.header-bg
	.hero:not(.hero-lg):not(.hero-columns).hero-blocks
	[class*="space-hero"],
  main.header-bg
	.hero:not(.hero-lg):not(.hero-columns).padding-bottom-none:not(.hero-blocks)
	[class*="space-hero"],
  main.header-fixed
	.hero:not(.hero-lg):not(.hero-columns).hero-blocks
	[class*="space-hero"],
  main.header-fixed
	.hero:not(.hero-lg):not(.hero-columns).padding-bottom-none:not(.hero-blocks)
	[class*="space-hero"] {
	margin-top: 0;
  }
  main.header-bg
	.hero:not(.hero-lg).hero-columns.hero-blocks
	[class*="space-hero"],
  main.header-fixed
	.hero:not(.hero-lg).hero-columns.hero-blocks
	[class*="space-hero"] {
	margin-top: 0;
  }
  main.header-bg
	.hero:not(.hero-lg).hero-columns.padding-bottom-none:not(.hero-blocks)
	[class*="space-hero"],
  main.header-fixed
	.hero:not(.hero-lg).hero-columns.padding-bottom-none:not(.hero-blocks)
	[class*="space-hero"] {
	margin-top: 0;
  }
}
.button {
  text-transform: uppercase;
  border-radius: 100px;
  min-width: 130px;
}
body.dark .button.button-style-primary {
  color: #333;
  font-weight: bold;
  background: linear-gradient(0deg,#43ea80,#38f8d4);
  border-radius: 100px;
}
.pad-im{
margin-bottom: 15px;
}
.pddsd{
margin-bottom: 15px;
}
.table-scroll { overflow-x: auto; -webkit-overflow-scrolling: touch; } .table-scroll table { width: 100%; border-collapse: collapse; }
<style>
    /* Загальні стилі для секції FAQ */
    .faq {
        max-width: 800px;
        margin: 0 auto;
        padding: 20px;
        font-family: Arial, sans-serif;
        background-color: #000000;
        color: #ffffff;
    }

    .faq h2 {
        text-align: center;
        margin-bottom: 30px;
        color: #ffffff;
    }

    /* Стилі для контейнера питань */
    .faq-container {
        display: flex;
        flex-direction: column;
        gap: 15px;
    }

    /* Стилі для кожного елемента FAQ */
    .faq-item {
        border-radius: 50px;
        overflow: hidden;
        background: #1b1b1b;
    }

    /* Стилі для питання */
    .faq-question {
        background-color: #1b1b1b;
        padding: 15px 20px;
        cursor: pointer;
        font-weight: bold;
        display: flex;
        justify-content: space-between;
        align-items: center;
        transition:  0.3s;
        color: #fff;
    }

    .faq-question:hover {
        background-color: rgb(101 143 171);
    }

    .faq-question::after {
        content: '+';
        font-size: 20px;
        transition: transform 0.3s;
        color: #ffffff;
    }

    .faq-item.active .faq-question::after {
        content: '−';
    }

    /* Стилі для відповіді */
    .faq-answer {
        padding: 0;
        max-height: 0;
        overflow: hidden;
        transition: all 0.3s ease;
        background-color: #dad7e5;
    }

    .faq-item.active .faq-answer {
        padding: 15px 20px;
        max-height: 500px; /* Достатньо велике значення, щоб вмістити відповідь */
    }

    .faq-answer p {
        margin: 0;
        line-height: 1.6;
        color: #080a52;
    }
</style>

<style>
    /* Загальні стилі для розділу безпеки */
    #security-measures {
        max-width: 1200px;
        margin: 0 auto;
        padding: 40px 20px;
        background-color: #000000;
        color: #ffffff;
    }

    #security-measures h2 {
        text-align: center;
        margin-bottom: 30px;
        font-size: 28px;
        color: #ffffff;
    }

    #security-measures > p {
        margin-bottom: 40px;
        line-height: 1.6;
        margin-left: auto;
        margin-right: auto;
    }

/* Категорії безпеки */
.security-categories {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
}

    @media (max-width: 768px) {
        .security-categories {
            grid-template-columns: 1fr;
        }
    }

    .security-category {
        border-radius: 8px;
        overflow: hidden;
        box-shadow: 0 4px 10px rgba(255, 255, 255, 0.1);
        transition: transform 0.3s, box-shadow 0.3s;
    }

    .security-category:hover {
        transform: translateY(-5px);
        box-shadow: 0 6px 15px rgba(255, 255, 255, 0.15);
    }

    .security-category-content {
        padding: 25px;
        background: #1b1b1b;
        box-shadow: 4px 4px 24px #ffffff, 47px -8px 25px #393939, inset 5px 5px 30px #3f403c;
    }

    .security-category-content h3 {
        font-size: 22px;
        margin-bottom: 15px;
        color: #ffffff;
    }

    .security-category-content p {
        color: #fff;
        line-height: 1.5;
    }
</style>

