/* 
-----------------------------------
--------------------------------------
--------------------------------------
--------------------------------------
--------------------------------------
--------------------------------------
--------------------------------------
--------------------------------------
--------------------------------------
--------------------------------------
--------------------------------------
--------------------------------------
КОПИРОВАНИЕ СТИЛЕЙ СТРОГО ЗАПРЕЩЕНО!
ЕСЛИ ЕСТЬ ВОПРОСЫ, ПИШИТЕ support@vipgta.ru
-----------------------------------
--------------------------------------
--------------------------------------
--------------------------------------
--------------------------------------
--------------------------------------
--------------------------------------
--------------------------------------
 */

@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@400;500;600;700&display=swap');

 body {
            font-family: 'Montserrat', sans-serif;
            color: #2c3e50;
            line-height: 1.5;
            font-size: 16px;
            font-weight: 500;
            max-width: 1200px;
            margin: 0 auto;
            padding: 50px 10px;
            background: #ffffff;
            -webkit-font-smoothing: antialiased;
            -moz-osx-font-smoothing: grayscale;
            text-rendering: optimizeLegibility;
			 background-image: url("bg.jpg");
    background-position: center center;
    background-repeat: no-repeat; 
    background-size: cover;
    background-attachment: fixed;
        }

.container {
            display: flex;
            gap: 30px;
        }

        .left-block {
            flex: 1;
        }

        .right-block {
            flex: 1;
            min-width: 0;
            background: #fff;
            padding: 30px;
            border-radius: 12px;
            box-shadow: 0 5px 20px rgba(0, 0, 0, 0.8);
            transition: all 0.3s ease;
        }

		
@media (max-width: 1024px) {
    .container {
        flex-direction: column;
    }
    .right-block {
        order: 1;
    }
    .left-block {
        order: 2; 
    }
}

h1, h2, h3 {
    position: relative;
    display: inline-block;
    font-weight: 700;
    transition: all 0.3s ease;
    cursor: default;
}

h1:hover, h2:hover, h3:hover {
    transform: translateY(-2px);
    text-shadow:
        0 4px 6px rgba(50, 50, 93, 0.1),
        0 1px 3px rgba(0, 0, 0, 0.08);
}

h1 {
    font-size: 1.5rem;
    color: #fff;
}

h2 {
    font-size: 2.4rem;
    color: #ff6b6b;
}


p {
    margin-bottom: 1.5em;
    padding: 15px 20px;
    border: 2px solid #4CAF50;
    background-color: #f0f8f0;
    font-weight: bold;
    transition: transform 0.3s ease, background-color 0.3s ease;
    border-radius: 8px;
	margin-bottom:10px;
	margin-top:10px;
}


p:hover {
    transform: translateY(-2px);
    background-color: #e8f5e8;
    box-shadow: 0 4px 12px rgba(76, 175, 80, 0.15);
}

.digiseller-form-help {
    display:none;
}

span[title*="Обязательно"] {
    color: red;
	margin-left:3px;
}

.digiseller-param-radio input[type="radio"] {
  position: absolute;
  opacity: 0;
  width: 1px;
  height: 1px;
  margin: -1px;
}

.digiseller-param-radio label {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  position: relative;
  margin: 4px 7px;
padding: 3px 10px;
  min-width: 89px;
  height: 32px;
  background: #fff;
  border: 2px solid #e0e0e0;
  border-radius: 8px;
  font-size:16px;
  cursor: pointer;
  text-align: center;
  transition: all 0.2s ease;
  user-select: none;
}

.digiseller-param-radio input[type="radio"]:checked + label {
  background: #4CAF50;
  border: 2px solid #4CAF50;
  color: white;
  box-shadow: 0 2px 4px rgba(46, 125, 50, 0.2);
}

.digiseller-param-radio label:hover {
  background: #E8F5E9;
  border-color: #2E7D32;
}

.digiseller-param-radio input[type="radio"]:checked + label:hover {
  box-shadow: 0 3px 5px rgba(46, 125, 50, 0.3);
  transform: translateY(-1px);
}

/* Принудительное горизонтальное расположение всех блоков с этим классом */
.digiseller-param-checbox {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  margin: 4px 3px !important; /* Сохраняем отступы как в оригинале */
}

/* Корректировка стилей для меток внутри */
.digiseller-param-checbox label {
  margin: 0 !important;
}


/* Скрываем оригинальный чекбокс */
.digiseller-param-checbox input[type="checkbox"] {
  position: absolute;
  opacity: 0;
  width: 1px;
  height: 1px;
  margin: -1px;
}

/* Стили для метки — имитирует радио‑кнопку */
.digiseller-param-checbox label {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  position: relative;
  margin: 4px 3px;
  padding: 3px 10px;
  min-width: 89px;
  height: 32px;
  background: #fff;
  border: 2px solid #e0e0e0;
  border-radius: 8px;
  font-size: 16px;
  cursor: pointer;
  text-align: center;
  transition: all 0.2s ease;
  user-select: none;
}

/* Активное состояние — как у радио‑кнопки */
.digiseller-param-checbox input[type="checkbox"]:checked + label {
  background: #4CAF50;
  border: 2px solid #4CAF50;
  color: white;
  box-shadow: 0 2px 4px rgba(46, 125, 50, 0.2);
}

/* Наведение на неактивную кнопку */
.digiseller-param-checbox label:hover {
  background: #E8F5E9;
  border-color: #2E7D32;
}

/* Усиленный эффект при наведении на активную кнопку */
.digiseller-param-checbox input[type="checkbox"]:checked + label:hover {
  box-shadow: 0 3px 5px rgba(46, 125, 50, 0.3);
  transform: translateY(-1px);
}


input[type="checkbox"] {
    background-color: initial;
    cursor: pointer;
    appearance: none;
    box-sizing: border-box;
    width: 20px;
    height: 20px;
    border: 2px solid #4CAF50;
    border-radius: 4px;
    position: relative;
    margin: 0;
    vertical-align: middle;
    margin-right: 10px;
    margin-left: 20px;
    margin-bottom: 6px;
    margin-top: 3px;
    transition: all 0.3s ease;
}

input[type="checkbox"]:checked {
    background-color: #4CAF50;
    border-color: #4CAF50;
}

input[type="checkbox"]:checked::after {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) rotate(-45deg);
    width: 8px;
    height: 4px;
    border-left: 2px solid white;
    border-bottom: 2px solid white;
}

input[type="checkbox"]:hover {
    border-color: #2e7d32;
}

input[type="text"] {
    background-color: #ffffff;
    cursor: text;
    appearance: none;
    box-sizing: border-box;
    width: 100%;
    max-width: 500px;
    padding: 12px 16px;
    border: 2px solid #e0e0e0;
    border-radius: 8px;
    font-size: 16px;
    font-family: Arial, sans-serif;
    outline: none;
    transition: all 0.3s ease;
    margin: 0;
    vertical-align: middle;
}

input[type="text"]:focus {
    border-color: #4CAF50;
    box-shadow: 0 0 0 3px rgba(76, 175, 80, 0.1);
    background-color: #f8fbf8;
}

input[type="text"]:hover:not(:focus) {
    border-color: #2e7d32;
    background-color: #f5fbf5;
}

input[type="text"]:disabled {
    background-color: #f5f5f5;
    border-color: #e0e0e0;
    color: #9e9e9e;
    cursor: not-allowed;
}

input[type="text"].error {
    border-color: #f44336;
    background-color: #fff5f5;
}

input[type="text"].error:focus {
    box-shadow: 0 0 0 3px rgba(244, 67, 54, 0.1);
}


input[type="checkbox"]:disabled {
    opacity: 0.6;
    cursor: not-allowed;
}

.digiseller-bullet-item.digiseller-param {
    list-style-type: none;
}

.digiseller-form-tip {
    font-size: 14px;
    display: block;
	font-weight:500;
}

.digiseller-calc-hint-error {
    background-color: #fff5f5;
    border-color: #f44336;
    color: #d32f2f;
    font-weight: 500;
    animation: shake 0.5s ease-in-out;
}

@keyframes shake {
    0%, 100% { transform: translateX(0); }
    10%, 30%, 50%, 70%, 90% { transform: translateX(-5px); }
    20%, 40%, 60%, 80% { transform: translateX(5px); }
}

.digiseller-calc-hint-error::before {
    content: "⚠️";
    margin-right: 8px;
    color: #f44336;
    font-weight: bold;
}
.digiseller-button {
    display: block;
    margin: 0 auto;
	margin-top:20px;
    padding: 12px 24px;
    background-color: #4CAF50;
    color: white;
    text-decoration: none;
    border-radius: 8px;
    font-size: 17px;
    text-align: center;
    cursor: pointer;
    transition: all 0.3s ease;
    border: none;
    box-sizing: border-box;
}

.digiseller-button:hover {
    background-color: #2e7d32;
    transform: translateY(-1px);
}

.digiseller-button:active {
    transform: translateY(0);
	}

.digiseller-quantity-block {
    display:none;
	list-style-type: none;
}

.digiseller-label-zag {
    display:none;
	list-style-type: none;
}
.digiseller-forpartners {
    display:none;
	list-style-type: none;
}

.digiseller-position-price-wrapper {
    display:none;
	list-style-type: none;
}

li {
    list-style-type: none;
}
ul {
    display: block;
    list-style-type: none;
    margin-block-start: 0em;
    margin-block-end: 0em;
    padding-inline-start: 0px;
}
#digiseller-loader {
    display: none;
}

.digiseller-follow-wrapper {
    display:none;
}

.digiseller-label-sales {
   margin-right:5px;
}

.digiseller-sales {
   font-size:15px;
}
.digiseller-price-change {
   font-size:14px;
   color:#666;
   margin-left:5px;
   vertical-align:top;
}

.digiseller-buy-standalone {
  width: 100%;
  background-color: #ffffff;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.8);
  border-radius: 12px;
  padding: 30px;
  box-sizing: border-box;
  height: 80vh;
  overflow-y: auto;
  position: relative;

  scrollbar-width: thin;
  scrollbar-color: #4CAF50 #f0f0f0;
}

/* Для Chrome, Edge, Safari */
.digiseller-buy-standalone::-webkit-scrollbar {
  width: 8px;
}

.digiseller-buy-standalone::-webkit-scrollbar-track {
  background: #f0f0f0;
  border-radius: 4px;
}

.digiseller-buy-standalone::-webkit-scrollbar-thumb {
  background: #4CAF50;
  border-radius: 4px;
  transition: background 0.3s ease;
}

.digiseller-buy-standalone::-webkit-scrollbar-thumb:hover {
  background: #2E7D32;
}

.lefter {
    background: #fff;
    box-shadow: 0 0 16px rgba(0, 0, 0, 0.15);
    border-radius: 12px;
	margin-bottom:20px;
}

.product-price-inside {
    margin: 25px 0 0;
    padding: 12px 16px;
    background-color: #fff;
    border: 0px solid #000;
    border-radius: 8px;
    text-align: center;
    font-size: 17px;
    color: #000;
    box-sizing: border-box;
    transition: all 0.3s ease;
	box-shadow: 0 5px 20px rgba(0, 0, 0, 0.8);
}

.digiseller-param-radio {
    display: inline-block !important;
    margin-right: 0px !important;
    vertical-align: middle !important;
    white-space: nowrap !important;
}

.digiseller-param-radio br {
    display: none !important;
}

.digiseller-param-radio input[type="radio"] {
    vertical-align: middle !important;
}

.digiseller-param-radio label {
    vertical-align: middle !important;
    margin-left: 0px !important;
}

.widget-internal-header {
    padding: 20px 25px;
    background:#4CAF50;
    border-radius: 12px 12px 0 0;
    margin: -30px -30px 20px -30px;
}

.internal-text-wrapper h3 {
    color: white;
    font-size: 1.6rem;
    margin-top: 0;
    margin-bottom: 8px;
    text-align: center;
    text-shadow:
        0 1px 2px rgba(0, 0, 0, 0.2),
        0 3px 6px rgba(0, 0, 0, 0.15);
}

.internal-text-wrapper h1 {
    color: white;
    font-size: 1.5rem;
    margin-top: 0;
    margin-bottom: 8px;
    text-align: center;
    text-shadow:
        0 1px 2px rgba(0, 0, 0, 0.2),
        0 3px 6px rgba(0, 0, 0, 0.15);
}

.right-text h3 {
    color: #333;
    font-size: 22px;
    margin-top: 15px;
    margin-bottom: 10px;
    text-align: left;
    text-shadow:
        0 3px 6px rgba(0, 0, 0, 0.15);
}

.internal-text-wrapper span {
    color: rgba(255, 255, 255, 0.9);
    font-size: 15px;
    line-height: 1.4;
    margin-bottom: 0;
    text-align: center;
    font-weight: 500;
}

@media (max-width: 768px) {
    .widget-internal-header {
        padding: 15px 20px;
        margin: -20px -20px 15px -20px;
    }
    .internal-text-wrapper h3 {
        font-size: 1.4rem;
    }
}

hr {
  border: 1px solid #ddd;
}

.digiseller-reviews-section {
    margin-top: 0px;
    padding: 20px;
    background: #F7F7F7;
    border-radius: 12px;
    border: 1px solid #ddd;
}

.digiseller-reviews-section h3 {
    color: #2c3e50;
    font-size: 1.5rem;
    margin-bottom: 20px;
    text-align: center;
}

.review-item {
    padding: 15px;
    margin-bottom: 15px;
    background: white;
    border-radius: 8px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.05);
}

.review-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 8px;
    color: #666;
    font-size: 0.9rem;
}

.reviewer-name {
    font-weight: 600;
    color: #2c3e50;
}

.review-rating {
    color: #ff9800;
	font-size:18px;
}

.review-date {
    text-align: right;
}

.review-text {
    margin: 0;
    line-height: 1.5;
    color: #333;
	border:0px solid #ccc;
	font-size:15px;
	font-weight:500;
}

@media (max-width: 768px) {
    .digiseller-reviews-section {
        padding: 15px;
        margin-top: 30px;
    }
    .digiseller-reviews-section h3 {
        font-size: 1.6rem;
    }
    .review-header {
        flex-direction: column;
        align-items: flex-start;
        gap: 5px;
    }
}
.accordion {
  border: 1px solid #ddd;
  border-radius: 4px;
  margin-bottom: 10px;
}

.accordion-header {
  background-color: #fff;
  padding: 15px 20px;
  cursor: pointer;
  font-weight: bold;
  list-style: none;
}

.accordion-header::after {
  content: '+';
  float: right;
}

.accordion[open] .accordion-header::after {
  content: '−';
}

.accordion-content {
  padding: 10px;
  line-height: 1.5;
}
.widget-internal-header1 {
  padding: 20px 25px;
  background: linear-gradient(to right, #26A69A, #4CAF50, #66BB6A);
  border-radius: 12px 12px 0 0;
  margin: -30px -30px 20px -30px;
}
.widget-internal-header {
  padding: 20px 25px;
  background: linear-gradient(to right, #26A69A, #4CAF50, #66BB6A);
}

a {
  color:#fff;
	font-size:15px;
  text-decoration: none;

}

a:hover {
  color: #000;
}

.popup {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 1000;
}

.popup-content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: white;
  padding: 25px;
  border-radius: 10px;
  box-shadow: 0 5px 25px rgba(0, 0, 0, 0.3);
  text-align: left;
  min-width: 500px;
  max-width: 900px;
  max-height: 80vh;
  overflow-y: auto;
  overflow-x: hidden;
}

.close {
  float: right;
  font-size: 28px;
  font-weight: bold;
  cursor: pointer;
  margin-bottom: 15px;
}

.close:hover {
  color: #999;
}

.popup-link {
  display: inline-block;
  margin: 20px 0;
  padding: 12px 24px;
  background-color: #28a745;
  color: white;
  text-decoration: none;
  border-radius: 6px;
  font-weight: 500;
  transition: all 0.3s ease;
}

.popup-link:hover {
  background-color: #218837;
  transform: translateY(-2px);
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}

.popup1 {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 1000;
}

.popup-content1 {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: white;
  padding: 25px;
  border-radius: 10px;
  box-shadow: 0 5px 25px rgba(0, 0, 0, 0.3);
  text-align: left;
  min-width: 500px;
  max-width: 900px;
  max-height: 80vh;
  overflow-y: auto;
  overflow-x: hidden;
}

.close1 {
  float: right;
  font-size: 28px;
  font-weight: bold;
  cursor: pointer;
  margin-bottom: 15px;
}

.close1:hover {
  color: #999;
}

.popup-link1 {
  display: inline-block;
  margin: 20px 0;
  padding: 12px 24px;
  background-color: #28a745;
  color: white;
  text-decoration: none;
  border-radius: 6px;
  font-weight: 500;
  transition: all 0.3s ease;
}

.popup-link1:hover {
  background-color: #218837;
  transform: translateY(-2px);
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}

.popup2 {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 1000;
}

.popup-content2 {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: white;
  padding: 25px;
  border-radius: 10px;
  box-shadow: 0 5px 25px rgba(0, 0, 0, 0.3);
  text-align: left;
  min-width: 500px;
  max-width: 900px;
  max-height: 80vh;
  overflow-y: auto;
  overflow-x: hidden;
}

.close2 {
  float: right;
  font-size: 28px;
  font-weight: bold;
  cursor: pointer;
  margin-bottom: 15px;
}

.close2:hover {
  color: #999;
}

.popup-link2 {
  display: inline-block;
  margin: 20px 0;
  padding: 12px 24px;
  background-color: #28a745;
  color: white;
  text-decoration: none;
  border-radius: 6px;
  font-weight: 500;
  transition: all 0.3s ease;
}

.popup-link2:hover {
  background-color: #218837;
  transform: translateY(-2px);
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}

.footer {
  background: linear-gradient(to right, #26A69A, #4CAF50, #66BB6A);
  color: #000;
  padding: 40px 0;
  margin-top: 50px;
  border-radius: 12px;
   box-shadow: 0 5px 20px rgba(0, 0, 0, 0.8);
    transition: all 0.3s ease;
}

.footer-container {
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  gap: 40px;
  justify-content: space-between;
  padding: 0 20px;
}

.footer-section {
  flex: 1;
  min-width: 250px;
}

.footer-section h3 {
  color: #ffffff;
  font-size: 18px;
  margin-bottom: 20px;
  position: relative;
  padding-bottom: 10px;
}

.footer-section h3::after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 40px;
  height: 2px;
  background: rgba(255, 255, 255, 0.3);
}

.footer-links {
	color:#fff;
	font-size:15px;
  list-style: none;
  padding: 0;
  margin: 0;
}

.footer-links li {
  margin-bottom: 12px;
  color:#fff;
	font-size:15px;
}

.footer-links a {
  color:#fff;
	font-size:15px;
  text-decoration: none;
  transition: color 0.3s ease;
}

.footer-links a:hover {
  color: #000;
}

.footer-bottom {
  text-align: center;
  padding-top: 20px;
  border-top: 2px solid rgba(255, 255, 255, 0.3);
  margin-top: 30px;
  color: #95a5a6;
  font-size: 14px;
}

@media (max-width: 1024px) {
  .footer-container {
    flex-direction: column;
    gap: 30px;
  }
  
  .footer-section {
    min-width: 100%;
  }
}
.custom-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  position: relative;
  margin-bottom:20px;
  padding: 0px 7px;
  min-width: 89px;
  height: 28px;
  background: #fff;
  border: 3px solid #FFE17A;
  border-radius: 8px;
  font-size: 14px;
  cursor: pointer;
  text-align: center;
  transition: all 0.2s ease;
  user-select: none;
  color: #000;
  font-weight: 500;
  text-decoration: none;
  vertical-align: middle;
}

.custom-btn:hover {
  background: #FFE17A;
  border-color:#333;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

.custom-btn:active {
  transform: translateY(0);
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
}

.custom-btn.disabled,
.custom-btn:disabled {
  background: #f5f5f5;
  border-color: #e0e0e0;
  color: #9e9e9e;
  cursor: not-allowed;
  transform: none;
  box-shadow: none;
}

.custom-btn.active {
  background: #4CAF50;
  border-color: #4CAF50;
  color: white;
  box-shadow: 0 2px 4px rgba(46, 125, 50, 0.2);
}

.custom-btn.active:hover {
  box-shadow: 0 3px 5px rgba(46, 125, 50, 0.3);
  transform: translateY(-1px);
}
.logo-container img {
  height: 35px;
  transition: height 0.3s ease;
}

@media (max-width: 768px) {
  .logo-container img {
    height: 28px;
  }
}

@media (max-width: 480px) {
  .logo-container img {
    height: 24px;
  }
}

:where(.ui-wheel-of-fortune) {
  --_items: 12;
  all: unset;
  aspect-ratio: 1 / 1;
  container-type: inline-size;
  direction: ltr;
  display: grid;
  position: relative;
  width: 100%;
  &::after {
    aspect-ratio: 1/cos(30deg);
    background-color: crimson;
    clip-path: polygon(50% 100%,100% 0,0 0);
    content: "";
    height: 4cqi;
    position: absolute;
    place-self: start center;
    scale: 1.4;
  }

  & > * { position: absolute; }

  button {
    aspect-ratio: 1 / 1;
    background: hsla(0, 0%, 100%, .8);
    border: 0;
    border-radius: 50%;
    cursor: pointer;
    font-size: 5cqi;
    place-self: center;
    width: 22cqi;
  }

  ul {
    all: unset;
    clip-path: inset(0 0 0 0 round 50%);
    display: grid;
    inset: 0;
    place-content: center start;

    li {
      align-content: center;
      aspect-ratio: 1 / calc(2 * tan(180deg / var(--_items)));
      background: hsl(calc(360deg / var(--_items) * calc(var(--_idx))), 100%, 75%);
      clip-path: polygon(0% 0%, 100% 50%, 0% 100%);
      display: grid;
      font-size: 5cqi;
      grid-area: 1 / -1;
      padding-left: 1ch;
      rotate: calc(360deg / var(--_items) * calc(var(--_idx) - 1));
      transform-origin: center right;
      user-select: none;
      width: 50cqi;

      &:nth-of-type(1) { --_idx: 1; }
      &:nth-of-type(2) { --_idx: 2; }
      &:nth-of-type(3) { --_idx: 3; }
      &:nth-of-type(4) { --_idx: 4; }
      &:nth-of-type(5) { --_idx: 5; }
      &:nth-of-type(6) { --_idx: 6; }
      &:nth-of-type(7) { --_idx: 7; }
      &:nth-of-type(8) { --_idx: 8; }
      &:nth-of-type(9) { --_idx: 9; }
      &:nth-of-type(10) { --_idx: 10; }
      &:nth-of-type(11) { --_idx: 11; }
      &:nth-of-type(12) { --_idx: 12; }
    }
  }
}

/* for demo */
* { box-sizing: border-box; }
body {
  font-family: system-ui, sans-serif;
  padding: 5cqi;
}

.images-container {
    display: flex;
    justify-content: space-between;
}

.image-wrapper {
    position: relative;
    margin: 5px;
}

.avatar-akk {
    border-radius: var(--radius-lg);
    width: 100%;
    border: 1px solid #ccc;
    padding: 2px;
    object-fit: cover;
    box-shadow: var(--shadow-sm);
    transition: var(--transition);
    cursor: pointer;
}

.popup777 {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.8);
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 9999;
}

.popup777-image {
    max-width: 90%;
    max-height: 90%;
    border-radius: var(--radius-lg);
    box-shadow: var(--shadow-md);
    z-index: 99999;
}

.close-popup777 {
    position: absolute;
    top: 10px;
    right: 20px;
    color: white;
    font-size: 24px;
    cursor: pointer;
}

