.box img {    width: 100%;}.card {    position: relative;    display: flex;    flex-direction: column;    min-width: 0;    word-wrap: break-word;    background-color: #fff;    background-clip: border-box;    border: 1px solid rgba(0, 0, 0, 0.125);    border-radius: 20px;}section a {    display: inline-block;    text-decoration: none;}section .blog {    margin-top: 1em;    display: grid;     grid-template-columns: repeat(3, 1fr); /* 3 РєРѕР»РѕРЅРєРё  */    gap: 1.5rem;    padding: 0 15px;}/* РђРґР°РїС‚РёРІРЅРѕСЃС‚СЊ */@media (max-width: 1200px) {    section .blog {        grid-template-columns: repeat(2, 1fr); /* 2 РєРѕР»РѕРЅРєРё  */    }}@media (max-width: 768px) {    section .blog {        grid-template-columns: 1fr; /* 1 РєРѕР»РѕРЅРєР°  */        margin-top: 2em;    }        section .blog .card-inner {        height: 15rem; /* РЈРјРµРЅСЊС€Р°РµРј РІС‹СЃРѕС‚Сѓ РєР°СЂС‚РёРЅРєРё */    }        section .blog .card .content span {        font-size: 1.3rem;    }}@media (max-width: 480px) {    section .blog {        padding: 0 10px;        gap: 1rem;    }        section .blog .card-inner {        height: 12rem;    }}section .blog .card:nth-child(1) .box .icon .iconBox {    background: #a9401f;}section .blog .card:nth-child(2) .box .icon .iconBox {    background: #a9401f;}section .blog .card:nth-child(3) .box .icon .iconBox {    background: #a9401f;}section .blog .card ul {    margin: 0;    padding: 0;    list-style-type: none;    display: flex;    align-items: center;    flex-wrap: wrap;    gap: 0.625rem;}section .blog .card ul li {    text-transform: uppercase;    background: #a9401f;    color: white !important;    padding: 0.375rem 0.625rem;    border-radius: 0.288rem;}section .blog .card .content {    padding: 0.938rem 0.625rem;    margin-bottom: 15px;}section .blog .card .content span {    text-transform: inherit;    font-size: 1.5em;    margin-bottom: 20px;    display: block;    line-height: 1.5em;}section .blog .card .content p {    margin: 0.625rem 0 1.25rem;    color: #565656;}section .blog .card-inner {    position: relative;    width: 100%;    height: 18.75rem;    background: var(--clr);    border-radius: 1.25rem;    border-bottom-right-radius: 0;    overflow: hidden;}section .blog .card-inner .box {    width: 100%;    height: 100%;    background: #fff;    border-radius: 1.25rem;    overflow: hidden;}section .blog .card-inner .box .imgBox {    position: absolute;    inset: 0;}section .blog .card-inner .box .imgBox img {    width: 100%;    height: 100%;    object-fit: cover;}section .blog .card-inner .box .icon {    position: absolute;    bottom: -0.375rem;    right: -0.375rem;    width: 6rem;    height: 6rem;    background: var(--clr);    border-top-left-radius: 50%;}section .blog .card-inner .box .icon:hover .iconBox {    transform: scale(1.1);}section .blog .card-inner .box .icon::before {    position: absolute;    content: "";    bottom: 0.375rem;    left: -1.25rem;    background: transparent;    width: 1.25rem;    height: 1.25rem;    border-bottom-right-radius: 1.25rem;    box-shadow: 0.313rem 0.313rem 0 0.313rem #fff;}section .blog .card-inner .box .icon::after {    position: absolute;    content: "";    top: -1.25rem;    right: 0.375rem;    background: transparent;    width: 1.25rem;    height: 1.25rem;    border-bottom-right-radius: 1.25rem;    box-shadow: 0.313rem 0.313rem 0 0.313rem var(--clr);}section .blog .card-inner .box .icon .iconBox {    position: absolute;    inset: 0.625rem;    background: #282828;    border-radius: 50%;    display: flex;    justify-content: center;    align-items: center;    transition: 0.3s;}section .blog .card-inner .box .icon .iconBox span {    color: #fff;    font-size: 1.5rem;}.primer .blog{}.hero {    background: #0f1419;    background-size: initial;    background-position: center;    color: white;    border-radius: 15px;    overflow: hidden;    max-width: 1200px;    display: flow;    margin: 0 auto;    min-height: auto;    top: 60px;    padding: 0px;}.hero-text{	    padding-left: 25px;}.hero-content {    display: grid;    grid-template-columns: 1fr 1fr;    gap: 50px;    align-items: center;    max-width: 1200px;    margin: 0 auto;    padding: 0px;}.hero-text h1 {  margin-bottom: 20px;  line-height: 1.2;  color: white;      font-size: 40px;}.hero-text p {  margin-bottom: 30px;  opacity: 0.9;}.cta-button {  display: inline-block;  background-color: var(--secondary);  color: var(--dark);  padding: 12px 30px;  border-radius: var(--radius);  text-decoration: none;  font-weight: bold;  transition: transform 0.3s, box-shadow 0.3s;  box-shadow: var(--shadow);}.cta-button:hover {  transform: translateY(-3px);  box-shadow: 0 6px 16px rgba(0, 0, 0, 0.15);}.hero-image img {    border-radius: var(--radius);    box-shadow: var(--shadow);    position: relative;    width: 100%;    height: 100%;    padding: 0px;}.featured {  padding: 80px 0;}.section-header {  text-align: center;  margin-bottom: 50px;}.section-header h2 {  font-size: 2.5rem;  color: var(--primary);  margin-bottom: 15px;}.section-header p {  max-width: 600px;  margin: 0 auto;  color: #666;}.product-grid {  display: grid;  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));  gap: 30px;  margin-top: 40px;}.price-table {    width: 100%;    border-collapse: collapse;    margin: 20px 0;}.price-table th,.price-table td {    padding: 12px;    text-align: left;    border-bottom: 1px solid #ddd;}.price-table th {    background: #f5f5f5;}.price-table .price {    font-weight: bold;    color: #323030;    white-space: nowrap;}.hleb{	display:flex;	gap:8px;	list-style:none;	padding:0;margin:0;	font-size:14px;	margin-bottom: 20px;}.rnova-widget .v-application--is-ltr .v-expansion-panel-header{	    font-size: 1.1em;}.primer td{	font-size:1em!important;}.primer th{	font-size:1em!important;}.content-container{	    min-height: 600px;}.main-card{	    min-height: 600px;}.card-container a{	    text-decoration: underline;    color: #00ff88;}.card-container a:hover{	    color: #09a25a;}.container h2{	    font-size: 36px;}

.keycms{ background: #091924;
    border: 1px solid #00f584;
    color: #fff;
    border-radius: 25px;
    cursor: pointer;
    transition: all .3s ease;
    display: block;
    width: 200px;
    text-align: center;
}
.keyuslugus{
    background: #0a0e1a;
    border: 1px solid #037445;
    border-radius: revert;
    cursor: pointer;
    transition: all .3s ease;
    display: flex;
    width: auto;
    text-align: center;
    margin-top: 15px;
    margin-bottom: 10px;
    color: #00f282;
    padding: 15px;
}
/* ===== Р“Р°Р»РµСЂРµСЏ ===== */
.gallery-wrapper {
    position: relative;
    overflow: hidden;
    max-width: 1200px;
    margin: 0 auto;
    padding: 20px 0;
}

.gallery-track {
    display: flex;
    gap: 16px;
    width: max-content;
    animation: scroll-left 30s linear infinite;
    will-change: transform;
}

.gallery-wrapper:hover .gallery-track {
    animation-play-state: paused;
}

.gallery-item {
    flex: 0 0 auto;
    width: 280px;
    height: 200px;
    border-radius: 12px;
    overflow: hidden;
    cursor: zoom-in;
    position: relative;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    background: #f5f5f5;
}

.gallery-item:hover {
    transform: scale(1.03);
    box-shadow: 0 10px 30px rgba(0,0,0,0.15);
}

.gallery-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: transform 0.3s ease;
}

.gallery-item:hover img {
    transform: scale(1.05);
}

/* РљРЅРѕРїРєРё РЅР°РІРёРіР°С†РёРё РіР°Р»РµСЂРµРё */
.gallery-nav {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 40px;
    height: 40px;
    border: none;
    border-radius: 50%;
    background: rgba(255,255,255,0.9);
    color: #333;
    font-size: 18px;
    cursor: pointer;
    z-index: 10;
    transition: all 0.2s ease;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 2px 10px rgba(0,0,0,0.1);
}

.gallery-nav:hover {
    background: #fff;
    transform: translateY(-50%) scale(1.1);
}

.gallery-nav--prev { left: 10px; }
.gallery-nav--next { right: 10px; }

/* РђРЅРёРјР°С†РёСЏ РїСЂРѕРєСЂСѓС‚РєРё */
@keyframes scroll-left {
    0% { transform: translateX(0); }
    100% { transform: translateX(-50%); }
}

/* Р”СѓР±Р»РёСЂРѕРІР°РЅРёРµ СЃР»Р°Р№РґРѕРІ РґР»СЏ Р±РµСЃС€РѕРІРЅРѕР№ РїСЂРѕРєСЂСѓС‚РєРё */
.gallery-track[data-duplicated] .gallery-item:nth-child(n+<?= count($gallery) + 1 ?>) {
    /* РЎС‚РёР»Рё РґР»СЏ РґСѓР±Р»РёРєР°С‚РѕРІ РїСЂРё РЅРµРѕР±С…РѕРґРёРјРѕСЃС‚Рё */
}

/* ===== Р›Р°Р№С‚Р±РѕРєСЃ ===== */
.lightbox {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1000;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease;
}

.lightbox.active {
    opacity: 1;
    visibility: visible;
}

.lightbox[aria-hidden="true"] {
    display: none;
}

.lightbox-overlay {
    position: absolute;
    inset: 0;
    background: rgba(0,0,0,0.85);
    cursor: zoom-out;
}

.lightbox-content {
    position: relative;
    max-width: 90vw;
    max-height: 90vh;
    z-index: 1001;
}

.lightbox-image {
    max-width: 100%;
    max-height: 85vh;
    border-radius: 8px;
    box-shadow: 0 20px 60px rgba(0,0,0,0.3);
    transition: transform 0.3s ease;
}

.lightbox-image.zoomed {
    transform: scale(1.5);
    cursor: zoom-out;
}

.lightbox-caption {
    position: absolute;
    bottom: -40px;
    left: 0;
    right: 0;
    text-align: center;
    color: #fff;
    font-size: 14px;
    opacity: 0.9;
}

.lightbox-counter {
    position: absolute;
    top: 20px;
    right: 20px;
    color: #fff;
    background: rgba(0,0,0,0.5);
    padding: 5px 12px;
    border-radius: 20px;
    font-size: 13px;
}

/* РљРЅРѕРїРєРё Р»Р°Р№С‚Р±РѕРєСЃР° */
.lightbox-close,
.lightbox-nav {
    position: absolute;
    width: 44px;
    height: 44px;
    border: none;
    border-radius: 50%;
    background: rgba(255,255,255,0.95);
    color: #333;
    font-size: 24px;
    cursor: pointer;
    z-index: 1002;
    transition: all 0.2s ease;
    display: flex;
    align-items: center;
    justify-content: center;
}

.lightbox-close {
    top: 20px;
    right: 20px;
}

.lightbox-close:hover {
    background: #ff4444;
    color: #fff;
    transform: rotate(90deg);
}

.lightbox-nav {
    top: 50%;
    transform: translateY(-50%);
}

.lightbox-nav--prev { left: 20px; }
.lightbox-nav--next { right: 20px; }

.lightbox-nav:hover {
    background: #fff;
    transform: translateY(-50%) scale(1.1);
}

/* РђРґР°РїС‚РёРІ */
@media (max-width: 768px) {
    .gallery-item {
        width: 220px;
        height: 160px;
    }
    
    .gallery-nav {
        width: 36px;
        height: 36px;
        font-size: 16px;
    }
    
    .lightbox-nav {
        width: 40px;
        height: 40px;
        font-size: 20px;
    }
    
    .lightbox-nav--prev { left: 10px; }
    .lightbox-nav--next { right: 10px; }
}

/* РЎРєСЂС‹С‚РёРµ СЃРєСЂРѕР»Р»Р±Р°СЂР° РґР»СЏ С‡РёСЃС‚РѕС‚С‹ */
.gallery-track::-webkit-scrollbar {
    display: none;
}
.gallery-track {
    -ms-overflow-style: none;
    scrollbar-width: none;
}
.keys .hero {
    padding: 20px;
    border: 10px solid #067349;	
}
.keyuslugus p{
	    margin-left: 5px;
}
.hero-image{
	    background: #ffffff;
    padding: 15px;
}
.pricer .keycms{
	    width: 100%;
}
.pricetxt{
    background: #0a0e1a;
    border: 3px solid #037445;
    border-radius: revert;
    cursor: pointer;
    transition: all .3s ease;
    display: block;
    width: auto;
    color: #00f282;
    clear: left;
    max-width: 1300px;
    margin: 0 auto;
    padding: 75px;
}
.pricer .keycms{
	    font-size: 20px;
		    border-radius: 0px;
}
.main .hero {
	    height: auto;
		    background: #271e55;
		    border-radius: 0px;
			    margin: 0 auto;
				    max-width: unset;
					    top: 0px;
						    padding: 15px;
}
#content{
	    margin-top: 0px!important;
}
.main .hero:after{
	    position: relative;
}
.hero-text p{
	    font-size: 16px;
}
.main .hero-content{
	max-width: 1600px;
}
@import url("https://fonts.googleapis.com/css?family=Hind:300,400&display=swap");
* {
  box-sizing: border-box;
}
*::before, *::after {
  box-sizing: border-box;
}

.faqus {
  margin: 0 auto;
      margin-top: 40px;
}

.accordion .accordion-item {
  border-bottom: 1px solid #e5e5e5;
}
.accordion .accordion-item button[aria-expanded=true] {
    border-bottom: 1px solid #271e55;
}
.accordion button {
  position: relative;
  display: block;
  text-align: left;
  width: 100%;
  padding: 1em 0;
    color: #271e55;
  font-size: 1.15rem;
  font-weight: 400;
  border: none;
  background: none;
  outline: none;
}
.accordion button:hover, .accordion button:focus {
  cursor: pointer;
    color: #673AB7;
}
.accordion button:hover::after, .accordion button:focus::after {
  cursor: pointer;
  color: #03b5d2;
  border: 1px solid #03b5d2;
}
.accordion button .accordion-title {
    padding: 1em 1.5em 1em 1em;
    font-size: 20px;
    font-weight: 700;
    text-transform: uppercase;
}
.accordion button .icon {
  display: inline-block;
  position: absolute;
  top: 18px;
  right: 0;
  width: 22px;
  height: 22px;
  border: 1px solid;
  border-radius: 22px;
      margin-right: 25px;
}
.accordion button .icon::before {
  display: block;
  position: absolute;
  content: "";
  top: 9px;
  left: 5px;
  width: 10px;
  height: 2px;
  background: currentColor;
}
.accordion button .icon::after {
  display: block;
  position: absolute;
  content: "";
  top: 5px;
  left: 9px;
  width: 2px;
  height: 10px;
  background: currentColor;
}
.accordion button[aria-expanded=true] {
    color: #1d2327;
}
.accordion button[aria-expanded=true] .icon::after {
  width: 0;
}
.accordion button[aria-expanded=true] + .accordion-content {
    opacity: 1;
    max-height: max-content;
    transition: all 200ms linear;
    will-change: opacity, max-height;
    font-size: 16px;
    padding: 15px;
    background: #271e55;
    color: white;
}
.accordion .accordion-content {
  opacity: 0;
  max-height: 0;
  overflow: hidden;
  transition: opacity 200ms linear, max-height 200ms linear;
  will-change: opacity, max-height;
}
.accordion .accordion-content p {
  font-size: 1rem;
  font-weight: 300;
  margin: 2em 0;
}
.content{
	    max-width: 1600px;
    margin: 0 auto;
}
.blogtext h2{
	    margin-bottom: 20px;
    line-height: 1.2;
color: #271e55;
    font-size: 30px;
}
.text-block{
	    font-size: 16px;
}
.text-block ul{
		    font-size: 16px;
}
.text-block li{
		    font-size: 16px;
}
.textus{
	    background: linear-gradient(135deg, #ffffff 0%, #f8fafc 100%);
    border-radius: 20px;
    padding: 4rem 2rem;
    margin: 2rem 0;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08), 0 20px 60px rgba(0, 0, 0, 0.04);
    border: none;
}
.accordion li{
			    font-size: 16px;
}
@media (max-width: 700px){
.hero-content{
	    display: block;
}
}
.content h3 {
    color: #271e55;
    font-size: 24px;
    line-height: normal;
    font-weight: 500;
    margin: revert-layer;
}