
* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}

@font-face {
	font-family: 'Gogono Cocoa';
	src: url('../fonts/gogono-cocoa-mochi-cyrillic.otf') format('opentype');
}

body {
	font-family: 'Inter', sans-serif;
	font-size: 16px;
	line-height: 1.5;
	color: #718096;
/*	background-color: ;*/
}

.container {
	margin: 0 auto;
	padding: 0 16px 15px;
}

.main-slider-warp {
  text-align: center;
  background-image: url('../img/background/more-1.jpg');
  background-position: bottom -60px right;      /* Правый нижний угол */
  background-size: cover;          /*      Или cover */
  background-repeat: no-repeat;
  position: relative;           /* ← обязательно */
  overflow: visible !important; /* ← снимает обрезку */
  height: 100vh;
  /*display: flex;
  align-items: center;
  justify-content: center;*/
}

.main-slider {
  display: flex;
  flex-wrap: wrap;
}

.opa {
  flex: 1;
}


.tg-plashka {
  border-radius: 0 0 20px 20px;
  /*background: linear-gradient(0deg,#D2DEFF 0%, #EC922B 70%, #88AD0C 100%);*/
  border: 1px solid #fff;
  border-top: none;
  padding: 0px 20px 10px;
  text-align: left;
  max-width: 375px;
}

.tg-plashka:hover {
  background: rgba(255, 255, 255, 0.3);
  text-decoration: underline;
}

.main-slider-left {
  display: flex;
  justify-content: space-evenly;
  flex-direction: column;
}

.pizzas {
  max-width: 160px;
  margin-left: 20px;
}

.main-slider-welcome {
  margin-top:26px;
  display: flex;
  justify-content: center;   
  align-items: center;  
  gap:20px;      
}

.main-slider-description {
  font-size: 1.875rem;
  line-height: 1.4;
  color: #fff;
  text-align: left;
}

.main-slide {
  background: conic-gradient(#9A4545 0%, #B8FF71 26%,        #6380E0 40%, #944 62%, #899994 78%, #9A4545 95% );
  padding: 20px;
  border-radius: 9px;
  margin: 15px auto;
  flex: 0 1 auto;
}

/*
.main-slide {
  background: conic-gradient(
  #B8FF71 26%,
  #6380E0 40%,
  #994445 62%,
  #899944 78%,
  #994445 95%
  );
  background:  conic-gradient(
  rgba(184, 255, 113, 0.96) 26%,
  rgba(99, 128, 224, 0.96) 40%,
  rgba(153, 68, 68, 0.96) 62%,   
  rgba(137, 153, 148, 0.96) 78%, 
  rgba(153, 68, 68, 0.96) 95%);

}
*/
.prodayushii {
  background: linear-gradient(180deg, #FF7272 0%, #994444 100%);
  padding: 4px 12px;
  border-radius: 8px;
  display: inline-block;
  margin: 0 4px;
  transform: rotate(-2.47deg);
}

.main-slider-right {
  display: flex;
  justify-content: space-evenly;
  flex-direction: column;
}

.main-slider-description2 {
  font-size: 1.875rem;
  line-height: 1.4;
  color: #fff;
  text-align: right;
}

.btn {
  border-radius: 12px;
  padding: 12px 30px;
  border: none;
  font-size: 1.125rem;
  cursor: pointer;
  transition: background 0.2s;
  color: white;
  background-color: #D35F69;
  width: fit-content;
  margin: auto;
}

.btn:hover {
  background-color: #C60011;
}

.btn-primary { 
}

.btn-secondary {
  background-color: #99D35F;
}

.btn-secondary:hover {
  background-color: #059669;
}

.thumbnails-swiper {
  border-radius: 30px;
  background:#ffffff38;
  padding: 15px 20px
}

.swiper-wrapper {
  display: flex;
  justify-content: space-evenly;
  align-items: center;
}

.swiper-btn {
  width: 0;
  height: 0;
  cursor: pointer;
  border-top: 30px solid transparent;
  border-bottom: 30px solid transparent;
}

.button-next {
  border-left: 50px solid #D9D9D9;  /* цвет треугольника */
}

.button-next:hover {
  border-left: 50px solid #ff9;  /* цвет треугольника */
}

.button-prev {
  border-right: 50px solid #D9D9D9;  /* цвет треугольника */
}

.button-prev:hover {
  border-right: 50px solid #ff9;  /* цвет треугольника */
}







.main-slider-welcome h1 {
	font-family: 'Gogono Cocoa', sans-serif;
	font-size: 48px;
	background: linear-gradient(90deg, #FFE44C, #E1C62D);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	background-clip: text;
	filter: drop-shadow(0 3.04px 9.2px rgba(224, 37, 177, 1));
}



footer {
	background: #2D3748;
	color:#fff;
	padding-top: 47px;
}

.footer-content {
  max-width: 640px;
  margin: 0 auto;
  text-align: center;
}

.main-text {
	padding: 0 0 24px;
	font-size: 1.5rem;
	font-weight: 600;
}


h2 {
  font-size: 2.5rem;
  color: #2D3748;
  font-weight: 700;
  text-align: center;
  line-height: 1.2;
}

/*how--my-desert-------------------*/

.wht-pepe{
  background: #FEFDEF;
  padding: 60px 20px 80px;
  background: linear-gradient(rgba(255, 255, 255, 0.17), rgba(255, 255, 255, 0.17)), 
  url('../img/background/back.png') bottom right / cover no-repeat;
}

.wtf-pepe {
  max-width: 1400px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  align-items: stretch;
}

.left-column-how {
  max-width: 680px;
  border-radius: 20px;
  padding: 20px;
  flex: 1;
  display: flex;
  flex-direction: column;
}

.cards-grid-how {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 5px;
  align-items: center;
  justify-items: center;  
  padding: 0 40px;

}

.cards-grid-how img {
  display: grid;
}

.greenus {
  border: 8px solid transparent;
  background: linear-gradient(90deg, #9FFF4C, #ABE12D) border-box;
}

.green {
  text-shadow: 0 3px 8px rgba(101, 1, 58, 0.5);
  color: #ABE12D;
}

.right-column-how {
  flex: 1;
  max-width: 680px;
  border-radius: 20px;
  padding: 20px;
  background-color: #fff;
  box-shadow: 0px 25.54px 36.26px 0px rgba(133, 133, 133, 0.45);
  position: relative;
  overflow: hidden;
}

.right-column-how h3, .right-column-how h4 {
  color: #80C700;
}

/*what-i-do-------------------*/


.audience-section {
  display: flex;
  gap: 20px;
  padding: 60px 20px;
  margin: 0 auto;
  /*background: #F9F8F4;*/
  background: linear-gradient(rgba(255, 255, 255, 0.17), rgba(255, 255, 255, 0.17)), 
  url('../img/background/pback.png') bottom right;
}

.backgr {
  background: linear-gradient(rgba(255, 255, 255, 0.17), rgba(255, 255, 255, 0.17)), 
  url('../img/background/salesback.png') bottom right / cover no-repeat;
}

.left-column {
  flex: 1;
  max-width: 680px;
  border-radius: 20px;
  padding: 20px;
  background-color: #fff;
  box-shadow: 0px 25.54px 36.26px 0px rgba(133, 133, 133, 0.45);
  position: relative;
  overflow: hidden;
}

.left-column strong {
  color: #EE3A88;
}

.left-column ul, .left-column ol  {
  padding-left: 20px; 
}

.left-column li {
  list-style: revert;
  line-height: 1.6;
}

.right-column {
  flex: 1;
  max-width: 620px;
  text-align: center;
  display: flex;
  flex-direction: column;
}



.highlight-box {
  background: linear-gradient(90deg, #C2FFAC 0%, #67EA67 100%);
  padding: 20px;
  margin: 24px 0;
  border-radius: 9px;
  border:1px solid #0C9A04;
  text-align: center;
  transform: rotate(-16deg);
  position: absolute;
  top: 182px;
  right: 63px;
  line-height: 1;
}

h4 {
  color: #EE3A88;
  font-size: 1rem;
  padding: 32px 0;
}


ul, ol {
  line-height: 1.7;
  margin: 16px 0;
}

.illustration {
  display: flex;
  position: relative;
  align-items: center;
  justify-content: space-evenly;
  flex: 1;
  padding: 30px 0;
}

.illustration img {
  width: 100%;
 /*  border-radius: 16px;
  box-shadow: 0 10px 30px rgba(0,0,0,0.12);
  */
}

.circle {
  position: relative;
  z-index: 1;
  width: 200px;
  height: 200px;
  border-radius: 50%;
  overflow: hidden;
  flex-shrink: 0;
  box-shadow: 0px 25.54px 36.26px 0px rgba(133, 133, 133, 0.45);
}

.pinkus {
  border: 8px solid transparent;
  background: 
    linear-gradient(90deg, #FF4C72, #E12D9C) border-box;
}

.violet {
  border: 8px solid transparent;
  background: 
    linear-gradient(90deg, #E4BDFF, #C582F5) border-box;
}

.label {
 /* position: absolute;
  bottom: -24px;
  left: 50%;
  transform: translateX(-50%);
  padding: 12px 32px;
  border-radius: 50px;
  font-size: 1.6rem;
  font-weight: bold;
  color: white; */

}

.pink  { 
  /*background: linear-gradient(90deg, #FF4C72, #E12D9C);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;*/
  color: #EE3A88;
  text-shadow: 0 3px 8px rgba(101, 1, 58, 0.5);
 }
 
.purple { 
  color:#C582F5;
  text-shadow: 0 3px 8px rgba(79, 0, 134, 0.5);
}

.cards-grid {
  position: relative;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
}

.cards-grid img {
  width: 100%;
  display: block;
  border-radius: 12px;
  transition: transform .3s ease;
}

/*
.cards-grid img:nth-child(1) {
  transform: rotate(-12deg) translateY(-20px);
}

.cards-grid img:nth-child(2) {
  transform: rotate(8deg) translateY(10px);
}

.cards-grid img:nth-child(3) {
  transform: rotate(-6deg);
}

.cards-grid img:nth-child(4) {
  transform: rotate(10deg) translateY(-30px);
}

.cards-grid img:nth-child(5) {
  transform: rotate(6deg) translateY(20px);
}

.cards-grid img:nth-child(6) {
  transform: rotate(-10deg);
}

.cards-grid img:nth-child(7) {
  transform: rotate(12deg) translateY(-15px);
}

.cards-grid img:nth-child(8) {
  transform: rotate(-8deg) translateY(25px);
}
*/

.orders {
  text-align: left;
  padding: 0 25px;
}

.orders h4 {
  padding: 32px 0 16px !important; 
  color: #C582F5;
  font-size: 1rem;
  font-weight: 700;
}






/*what-i-do-------------------*/

.benefits-section {
  padding: 60px 20px 70px;
  text-align: center;
}

.subtitle {
  font-size: 1.125rem;
  color: #555;
  margin:20px 0 40px;
  text-align: center;
}

.cards {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(340px, 1fr));
  gap: 28px;
  max-width: 1200px;
  margin: 0 auto;
}

.card {
  background: white;
  border-radius: 16px;
  padding: 32px 24px;
  box-shadow: 0 8px 28px rgba(0,0,0,0.07);
  text-align: left;
  position: relative;
}

.icon {
  font-size: 3.2rem;
  margin-bottom: 20px;
  display: block;
}


h3 {
  font-size: 1.45rem;
  margin: 0 0 20px;
  line-height: 1.3;
}

ul, ol {
  margin: 0;
  color: #718096;
}

li {
  list-style: none;
}



.sales {
  padding: 60px 40px;
}

.sales__title {
  text-align: center;
  font-size: 48px;
  font-weight: 700;
  color: #ff9a4d;
  margin-bottom: 40px;
}

.sales__content {
  display: grid;
  grid-template-columns: 180px 1fr;
  gap: 32px;
  align-items: center;
  max-width: 1000px;
  margin: 0 auto;
}

.sales__avatar {
  width: 200px;
  aspect-ratio: 1;
  border-radius: 50%;
  overflow: hidden;
  box-shadow: 0px 25.54px 36.26px 0px rgba(133, 133, 133, 0.45);
}

.sales__avatar img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.sales__text {
  background: linear-gradient(#FBF0E0, #FFF7ED);
  padding: 28px 32px;
  border-radius: 20px;
  font-size: 16px;
  line-height: 1.6;
  color: #6b6b6b;
  box-shadow: 0px 25.54px 36.26px 0px rgba(133, 133, 133, 0.45);
}

.sales__text p + p {
  margin-top: 16px;
}

/*pricing-section-------------------*/

.pricing-section {
  padding: 60px 20px 110px;
  text-align: center;
  background: #e8f0fe;
}


.cards {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 24px;
  max-width: 1100px;
  margin: 0 auto;
}

.card {
  width: 320px;
  padding: 32px 24px;
  border-radius: 20px;
  background: white;
  box-shadow: 0 10px 30px rgba(0,0,0,0.08);
  position: relative;
  overflow: hidden;
}

.card.start    { border-top: 6px solid #ff9800; }
.card.extended { border-top: 6px solid #4caf50; }
.card.business { border-top: 6px solid #2196f3; }

.title {
  font-size: 1.6rem;
  font-weight: 700;
  margin-bottom: 16px;
}

.slides {
  font-size: 1.9rem;
  font-weight: 800;
  color: #333;
  margin: 12px 0;
}

.desc {
  font-size: 1rem;
  color: #666;
  margin: 16px 0 24px;
  min-height: 60px;
}

.price {
  font-size: 2.8rem;
  color: #02528C;
  margin: 16px 0;
  text-align: center;
}

.per-slide {
  font-size: 1.1rem;
  color: #757575;
  margin-top: 8px;
}

.discount {
  position: absolute;
  top: 16px;
  right: -32px;
  background: #4caf50;
  color: white;
  padding: 6px 40px;
  font-size: 0.9rem;
  font-weight: bold;
  transform: rotate(45deg);
  box-shadow: 0 2px 8px rgba(0,0,0,0.2);
}






/*portfolio-section-------------------*/
.protfolio-section {
  padding: 60px 20px 40px;
}

.portfolio {
  text-align: center;
  max-width: 1150px;
  margin: auto;
}

.audience-h2 {
  font-size: 1.5rem;
  margin-bottom: 32px;
  color: #EE3A88;
  text-align: left;
  padding: 0;
}

.categories {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 12px;
  margin: 20px 0 30px;
}

.category {
  padding: 10px 20px;
  background: #f1f5f9;
  border-radius: 999px;
  font-weight: 500;
  color: #43A6EE;
  cursor: pointer;
  transition: all 0.2s;
  text-decoration: underline;
}

.category.active,
.category:hover {
  color: #02528C;
}

input[type="radio"][name="category"] {
  display: none;   /* или просто hidden в html уже есть — можно оставить */
}

/* Важно — показываем карточки нужной категории */
#bioton:checked ~ .gallery .beauty,
#kosmetika:checked ~ .gallery .beauty,
#igrushki:checked ~ .gallery .igrushki,
#technika:checked ~ .gallery .technika {
  display: block !important;
}

/* Всё остальное прячем */
.gallery .big-card {
  display: none !important;
}

/* Основная галерея---------------------- */

.gallery {
  display: flex;
  flex-wrap: nowrap;
  overflow-x: auto;
  gap: 20px;
  padding: 0 20px 20px;
  scroll-snap-type: x mandatory;
  scroll-behavior: smooth;
  -webkit-overflow-scrolling: touch;
  scroll-padding-left: 20px;/* отступ слева для первой карточки */
}

.gallery .big-card {
  flex: 0 0 265px;          /* твоя ширина карточки — подгони */
  width: 340px;
  scroll-snap-align: start; /* или center, если хочешь по центру */
}

.gallery::-webkit-scrollbar { display: none; }
.gallery { -ms-overflow-style: none; scrollbar-width: none; }

.big-card {
  flex: 0 0 340px;               /* твоя ширина карточки — подгони, если нужно */
  width: 340px;
  scroll-snap-align: start;      /* старт с начала карточки */
  overflow: hidden;
  background: #fff;
}

.big-card img {
  width: 100%;
  height: auto;
  object-fit: contain;           /* сохраняет пропорции без искажений */
  display: block;
  border-radius: 16px;
}

.small-gallery {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 16px;
  max-width: 1000px;
  margin: 15px auto 0;
}

.small-gallery img {
  width: 46px;
  height: 62px;
  object-fit: cover;
  border-radius: 10px;
}


.gallery-arrows {
  display: flex;
  justify-content: center;
  gap: 32px;
  margin-top: 20px;
}

.arrow {
  width: 48px;
  height: 48px;
  background: #02528C;
  color: white;
  border: none;
  border-radius: 50%;
  font-size: 24px;
  cursor: pointer;
  transition: background 0.2s;
}

.arrow:hover {
  background: #01417a;
}

.arrow:disabled {
  background: #ccc;
  cursor: not-allowed;
}




/*about-------------------me*/

.stats-bar {
  display: flex;
  justify-content: space-around;
  align-items: center;
  background: linear-gradient(135deg, #6b48ff, #a78bfa);
  color: white;
  padding: 28px 20px;
  margin: 0 auto;
  box-shadow: 0 10px 30px rgba(107, 72, 255, 0.25);
}

.stat {
  text-align: center;
}

.value {
  font-size: 3.2rem;
  font-weight: 800;
  line-height: 1;
  margin-bottom: 8px;
}

.label {
  font-size: 4.5rem;
  opacity: 0.95;
  font-weight: 500;
  font-family: 'Gogono Cocoa Mochi Cyrillic';
  
}

.lavel-1 {
  font-weight: 600;
  font-size: 3rem;
}







/*stages of cooperation ------------ */

.stages {
  background: #DDF1FF;
  padding: 60px 20px;
}

.stages-of-cooperation {
  max-width: 1100px;
  margin: 0 auto;
  
}

.grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
  gap: 20px;
  justify-items: center;
}
.card {
  background: white;
  border-radius: 12px;
  padding: 24px;
  box-shadow: 0 4px 20px rgba(0,0,0,0.08);
  position: relative;
  overflow: hidden;
  width: 100%;
  flex: 1;
}
.number {
position: absolute;
top: -14px;
right: -7px;
width: 80px;
height: 80px;
background: #B9DEF8;
color: white;
border-radius: 50%;
display: grid;
place-items: center;
font-weight: bold;
font-size: 2.4rem;
box-shadow: 0 8px 24px rgba(43,87,154,0.35);
z-index: 2;
}

.card h3 {
  margin: 0 0 16px;
  font-size: 1.35rem;
}

.guarantee {
  margin: 20px auto 0;
  padding: 28px;
  background: white;
  border-radius: 12px;
  max-width: 870px;
}
.guarantee h3 {
  text-align: center;
  margin-top: 0;
}




/*about-------------------me*/

.about-me {
  background: white;
  padding: 40px;
  border-radius: 12px;
  box-shadow: 0 4px 30px rgba(0,0,0,0.08);
  
  margin: 0 auto;
  display: flex;
  gap: 60px;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}

.subtitle-about{
  font-size: 1.1rem;
  opacity: 0.85;
  margin: 40px 0 40px;
  text-align: center;
}

.left-about {
  max-width: 670px;
}

.left-about h2 {
  text-align: center;  
}

.left-about p {
  line-height: 1.4;
  font-size: 16px;
}

.aa { 
  width: 280px; 
  border-radius: 16px; 
  display: block; 
  margin: 30px auto; 
  box-shadow: 0 10px 40px rgba(233,30,99,0.2);
  flex:1;
}


.date { 
  text-align: center; 
  font-weight: 900;
  font-size: 1.1em;
  margin-top: 60px;
}


/*contact-section-------------------*/

.contact-section {
  background: #F7FAFC;
  color: #2D3748;
  padding: 60px 20px 132px;
  text-align: center;
}

.contact-section h2 {
  font-size: 2.1rem;
  margin: 0 0 12px;
  font-weight: 600;
  line-height: 1.2;
}

.contact-form-wrapper {
  max-width: 980px;
  margin: 0 auto;
  display: flex;
  gap: 60px;
  flex-wrap: wrap;
  justify-content: center;
  align-items:center;
}

.left-text {
  min-width: 320px;
  text-align: left;
}

.left-text strong {
	color:#2D3748;
  font-size: 1.2rem;
}

.left-text p {
  margin: 0 0 20px;
  line-height: 1.5;
  color: #718096;
}

.contacts {
  display: flex;
  flex-direction: row;
  gap: 50px;
  margin-top: 24px;
}

.contact-link {
  color: #2D3748;
  text-decoration: none;
  font-weight: 400;
  display: flex;
  align-items: center;
  gap: 10px;
}

.contact-link:hover {
  color: #2D3748;
  text-decoration: none;
}

.right-form {
  flex: 1;
  min-width: 320px;
  background: #EEF3FA;
  padding: 32px;
  border-radius: 20px;
  border: 1px solid rgba(99, 102, 241, 0.2);
}

.right-form label {
  text-align: left;
  display: block;
  margin: 0 0 8px;
  font-size: 1.1rem;
  opacity: 0.9;
  font-weight: 600;
}

.right-form input {
  width: 100%;
  padding: 14px 16px;
  margin-bottom: 20px;
  border: 1px solid #E2E8F0;
  border-radius: 10px;
  color: #000;
  font-size: 1rem;
}

.right-form input::placeholder {
  color: #94a3b8;
}

.right-form button {
  width: 207px;
  padding: 16px;
  background: #7AC65B;
  color: white;
  border: none;
  border-radius: 12px;
  font-size: 1.1rem;
  font-weight: 600;
  cursor: pointer;
  transition: background 0.2s;
}

.right-form button:hover {
  background: #059669;
}





/*footer-------------------*/

.footer-about {
	padding: 21px 0;
	border-top: 1px solid rgba(255, 255, 255, 0.8);
	border-left:  none;
	border-right: none;	
	font-size: 18px;
	font-weight: 400;
	line-height: 1.5;
  position: relative;
}

.footer-about::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 12%;
  right: 12%;
  height: 1px;
  background:rgba(255, 255, 255, 0.8);
}

a {
	color:white;
	text-decoration: none;
}

a:hover {
	color:white;
	text-decoration: underline;
}

.footer-a {
	padding: 12px 0;
}

.telegram-link {
  display: inline-flex;
  align-items: center;       /* вертикальное выравнивание по центру */
  gap: 8px;                  /* расстояние между иконкой и текстом */
}



/* стили модалки */


.modal {
  display: none;
  position: fixed;
  inset: 0;
  background: rgba(36, 36, 36, 0.92);
  z-index: 9999;
  align-items: center;
  justify-content: center;
}

#modalImage {
  max-width: 94%;
  max-height: 94vh;
  object-fit: contain;
  border-radius: 10px;
}

.close-modal {
  position: absolute;
  top: 20px;
  right: 30px;
  color: #fff;
  font-size: 60px;
  font-weight: bold;
  cursor: pointer;
  line-height: 1;
}



.mainSwiper,
.thumbnailsSwiper {
  visibility: hidden;
  opacity: 0;
  transition: opacity 0.4s ease;
}

/* Когда Swiper готов — показываем плавно */
.mainSwiper.swiper-initialized,
.thumbnailsSwiper.swiper-initialized {
  visibility: visible;
  opacity: 1;
}



* Десктопный слайдер */
.main-content-wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 40px;
  margin: 40px 0;
}

.main-slider-center {
  flex: 1;
  max-width: 400px;
  background: conic-gradient(#9A4545 0%, #B8FF71 26%,        #6380E0 40%, #944 62%, #899994 78%, #9A4545 95% );
  padding: 20px;
  border-radius: 9px;
  position: relative;           /* ← теперь стрелки будут позиционироваться относительно этого блока */
  overflow: visible !important;
}

.swiper-slide {
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
}

.mainSwiper .swiper-slide img {
  width: 100%;
  border-radius: 16px;
  box-shadow: 0 10px 30px rgba(0,0,0,0.2);
}

.main-slider-center .swiper-button-next,
.main-slider-center .swiper-button-prev {
  position: absolute !important;
  top: 50%;
  transform: translateY(-50%);
  
  width: 50px;
  height: 50px;
  background: rgba(255,255,255,0.8);
  border-radius: 50%;
  color: #333;
  margin-top: -25px;
  font-size: 20px;
  box-shadow: 0 2px 10px rgba(0,0,0,0.2);
  
  display: flex !important;
  align-items: center;
  justify-content: center;
  z-index: 20;
}

/* Сдвигаем стрелки за пределы слайда */
.main-slider-center .swiper-button-prev {
  left: -15px;
  transform: translateX(-50%);
}

.main-slider-center .swiper-button-next {
  right: -15px;             /* можно -20px или -30px */
  transform: translateX(50%);
}

.main-slider-center .swiper-button-next:after,
.main-slider-center .swiper-button-prev:after {
  font-size: 24px;
}

/* Миниатюры */
.thumbnailsSwiper {
  max-width: 1000px;
  padding: 12px !important;
  background-color: rgba(255, 255, 255, 0.05);
  border-radius: 16px;
}

.thumbnailsSwiper .swiper-slide {
  /*width: 120px !important;*/
  opacity: 0.6;
  cursor: pointer;
  transition: all 0.3s;
  border-radius: 12px;
  overflow: hidden;
}

.thumbnailsSwiper .swiper-slide-thumb-active {
  opacity: 1;
  transform: scale(1.1);
  box-shadow: 0 0 0 4px #fff;
}

.thumbnailsSwiper .swiper-slide img {
  width: 100%;
  height: auto;
  border-radius: 12px;
}

.thumbnailsSwiper-wrapper .swiper-button-prev,
.thumbnailsSwiper-wrapper .swiper-button-next {
  position: absolute !important;
  top: 67% !important;
  transform: translateY(-50%) !important;
  
  width: 40px !important;           /* меньше, чем в главном */
  height: 40px !important;
  
  background: rgba(255,255,255,0.7) !important;
  border-radius: 50% !important;
  color: #333 !important;
  font-size: 18px !important;
  
  display: flex !important;
  align-items: center;
  justify-content: center;
  
  box-shadow: 0 2px 8px rgba(0,0,0,0.15);
  z-index: 10 !important;
}

.thumbnailsSwiper-wrapper {
  overflow: visible !important;     /* чтобы стрелки вылезали */
  position: relative;
  padding: 27px 0 0;
}







.show-more {display: none;}



.more-content {
  display: block;
}


/* если у тебя уже есть кнопка "Как?" — можно её использовать вместо новой */