	.subscribe-block {
	  text-align: center;
	  padding: 50px 20px;
	}

	.w-1200 {
		max-width: 1200px;
	}

	.subscribe-block h1 {
		font-size: 45px;
		font-weight: 700;
		color: #050b1a;
		line-height: 1.2;
	}

	.subscribe-block h1 strong {
	  font-weight: 800;
	}
	
	.counter-wrapper {
	  position: relative;
	  display: inline-block;
	}
	
	.counter-wrapper {
		position: relative;
		background: #fff; /* основной фон блока */
		z-index: 1;
	}

	.counter-wrapper::before,
	.counter-wrapper::after {
		content: "";
		position: absolute;
		left: 0;
		width: 100%;
		height: 10px; /* высота градиента */
		z-index: 2;
		pointer-events: none;
	}

	.counter-wrapper::before {
		top: 0;
		background: linear-gradient(to bottom, white, transparent);
	}

	.counter-wrapper::after {
		bottom: 0;
		background: linear-gradient(to top, white, transparent);
	}

	.counter-tooltip {
	  position: absolute;
	  top: 100%;
	  left: 50%;
	  transform: translateX(-50%);
	  margin-top: 12px;
	  padding: 12px 16px;
	  background: white;
	  border-radius: 12px;
	  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
	  color: #000;
	  font-size: 18px;
	  white-space: nowrap;
	  display: none;
	  z-index: 10;
	  font-weight: normal;
	  background-color: #C9CFF2;
	}
	
	.counter-wrapper:hover .counter-tooltip {
	  display: block;
	}

	.counter {
	  display: flex;
	  gap: 4px;
	  font-size: 32px;
	  font-weight: bold;
	}

	.digit {
	  display: inline-block;
	  width: 30px;
	  height: 40px;
	  overflow: hidden;
	  margin: 0 2px;
	}

	.digit-inner {
	  display: flex;
	  flex-direction: column;
	  align-items: center;
	  justify-content: flex-start;
	  transition: transform 0.6s ease-in-out;
	  height: 100px;
	  transform: translateY(0);
	}

	.digit-inner span {
	  font-size: 30px;
	  font-weight: bold;
	  line-height: 40px;
	  height: 40px;
	  width: 100%;
	  text-align: center;
	  color: white;
	  border-radius: 8px;
	  background: #3b82f6;
	  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.15);
	}

	.description {
	  margin-top: 40px;
	  margin-bottom: 30px;
	  font-size: 20px;
	  max-width: 605px;
	  margin-left: auto;
	  margin-right: auto;
	  line-height: 30px;
	}

	.unsubscribe {
		color: #b5c1dd;
		margin-top: 36px;
		font-size: 17px;
		font-weight: bold;
	}

	.payment-icons {
	  display: flex;
	  justify-content: center;
	  gap: 16px;
	  margin-top: 22px;
	  flex-wrap: wrap;
	}

	.payment-icons img {
	  height: 36px;
	}

	/* Mobile styles */
	@media (max-width: 768px) {
		.subscribe-block {
			padding: 36px 0 21px;
		}
		.subscribe-block h1 {
			font-size: 30px;
			line-height: 33px;
		}
		.counter span {
			font-size: 20px;
			padding: 0;
		}
		.counter {
			gap: 2px;
			font-size: 22px;
		}
		.digit {
			width: 20px;
			height: 29px;
			margin: 0;
		}
		.digit-inner span {
			height: 29px;
			line-height: 30px;
			border-radius: 4px;
		}
		.description {
			font-size: 18px;
			margin-top: 42px;
			font-weight: bold;
			line-height: 19px;
		}
		.unsubscribe {
			font-size: 17px;
			font-weight: normal;
			margin-top: 29px;
		}
		.payment-icons {
			margin-top: 13px;
		}
	}

	/* subscribe-plan section */
	.subscribe-plan {
		background-color: #F3F7FF;
		padding-top: 40px;
		padding-bottom: 95px;
	}
	
	.secure-wrapper {
		text-align: center;
	}
	
    .secure-note {
		margin-top: 23px;
		font-size: 17px;
		font-weight: bold;
		display: inline-flex;
		align-items: center;
		justify-content: center;
		gap: 6px;
		text-align: center;
    }

    .toggle {
		margin: 23px auto;
		display: flex;
		justify-content: center;
		background: #e0eaff;
		border-radius: 8px;
		overflow: hidden;
		/*width: max-content;*/
	    /*flex-wrap: wrap;  позволит кнопкам переноситься */
		width: 100%;
		max-width: 600px;
		box-sizing: border-box;
    }

    .toggle button {
		padding: 10px 20px;
		border: none;
		background: transparent;
		font-weight: bold;
		font-size: 20px;
		cursor: pointer;
		transition: background 0.3s;
		width: 200px;
		/*max-width: 90%;*/
		flex-wrap: wrap;
		justify-content: center;
    }

	@media (max-width: 768px) {
		.subscribe-plan {
			padding-top: 12px;
		}
	    /*.toggle {
			flex-direction: column;
			align-items: stretch;
		}*/
	    .toggle button {
			/*flex: 1 1 auto;
			width: 100%;*/
			font-size: 13px;
			/*border-top: 1px solid #d0dcff;*/
		}

		/*.toggle button:first-child {
			border-top: none;
		}*/
		/*.toggle button {
			width: 90%;
			max-width: none;
			font-size: 16px;
		}*/
		.plans .plan {
			width: 100%;
			padding: 34px 19px;
		}
		.payment-section-anchor .subscribe-plan .content-panel {
			padding: 17px 0px 80px;
		}
		.plan button {
			padding: 16px 41px;
		}
	}

    .toggle button.active {
      background: #296aff;
      color: #fff;
    }
	
	.discount-badge {
		display: inline-block;
		background-color: #FF5C5C;
		color: #fff;
		font-size: 12px;
		font-weight: 600;
		padding: 2px 8px;
		border-radius: 12px;
		line-height: 1;
		margin-top: 4px;
	}

	.old-price-wrapper {
		text-align: center;
		min-height: 32px;
	}
		
	.old-price {
	  position: relative;
	  display: inline-block;
	  color: #f55;
	  font-size: 23px;
	  font-weight: 500;
	  padding: 2px 4px;
	}

	.old-price::after {
	  content: "";
	  position: absolute;
	  top: 50%;
	  left: 0;
	  width: 100%;
	  height: 1.5px;
	  background-color: #f55;
	  transform: rotate(-20deg);
	  transform-origin: center;
	}
	
	.content-panel {
      display: none;
      padding: 24px 30px 80px;
    }

    .content-panel.active {
      display: block;
    }

    .plans {
      display: flex;
      flex-wrap: wrap;
      justify-content: center;
      gap: 20px;
    }

    .plan form {
		margin: 0 auto;
		width: 172px;
	}
	
    .plan {
      background: #fff;
      border-radius: 16px;
      padding: 32px 20px;
      width: 300px;
      box-shadow: 0 0 10px rgba(0,0,0,0.05);
      text-align: left;
	  position: relative;
    }
		
	.plan.recommended {
		border: 3px solid #296aff;
	}
	
	.plan.recommended .recommended-badge {
		position: absolute;
		display: flex;
		align-items: center;
		justify-content: center;
		background-color: #296aff;
		text-align: center;
		top: -12px;
		font-size: 12px;
		border-radius: 21px;
		padding: 5px 10px;
		left: 50%;
		transform: translate(-50%, 0);
		color: #fff;
	}
	
	.recommended-badge {
		display: none;
	}

    .plan h3 {
      text-align: center;
      font-size: 24px;
    }

    .price {
      text-align: center;
      font-size: 46px;
      font-weight: bold;
      margin: 0 0 5px;
    }
	
	.billing-period {
		color: #A4A4A4;
		text-align: center;
		margin-bottom: 14px;
	}

    .plan button {
		display: block;
		margin: 30px auto;
		background: #296aff;
		color: white;
		border: none;
		padding: 15px 30px;
		border-radius: 6px;
		font-size: 20px;
		cursor: pointer;
    }
	
	.plan button:disabled {
		background-color: #ccc;
		color: #666;
		cursor: not-allowed;
		opacity: 0.6;
	}

    .features {
      list-style: none;
      padding: 0;
	  margin-top: 41px;
    }

	.features li {
		display: flex;
		align-items: flex-start;
		gap: 6px;
		position: relative;
		padding-left: 23px;
		font-size: 16px;
		line-height: 22px;
		margin-bottom: 16px;
	}
	
	.text-team-discription {
		font-size: 30px;
	}

	.features li::before {
	  content: "–";
	  position: absolute;
	  left: 0;
	  color: #296aff;
	  font-weight: bold;
	}

	.feature-text {
	  display: inline-block;
	  flex: 1;
	  line-height: 22px;
	}

    .features li span.dev {
		background: #296aff;
		color: white;
		font-size: 9px;
		padding: 0px 3px;
		border-radius: 6px;
		white-space: nowrap;
		display: inline-flex;
		align-items: center;
		gap: 4px;
		white-space: nowrap;
		min-width: 67px;
		margin-top: 5px;
		line-height: 14px;
    }
	
	.dev-icon {
		width: 10px;
		height: 10px;
		flex-shrink: 0;
	}

    .features li.disabled {
		color: #aaa;
    }

    @media (max-width: 768px) {
      .plans {
        flex-direction: column;
        align-items: center;
      }
    }
	
	.singl-support-wrapper-panel {
		display: flex;
		flex-direction: column;
		justify-content: center;
		align-items: center;
	}
	
	.support-container {
		background-color: white;
		max-width: 500px;
		margin: 0 auto;
		border-radius: 12px;
		padding: 30px 20px;
		text-align: center;
		margin-bottom: 20px;
	}

	.support-title {
	  font-size: 20px;
	  font-weight: 700;
	  margin-bottom: 20px;
	}

	.amount-options {
	  display: grid;
	  grid-template-columns: repeat(auto-fit, minmax(90px, 1fr));
	  gap: 12px;
	  margin-bottom: 20px;
	}

	.amount {
	  padding: 12px 0;
	  border: 2px solid #d0d9e3;
	  border-radius: 25px;
	  background-color: white;
	  font-weight: 700;
	  cursor: pointer;
	}

	.amount.active {
	  border-color: #2a6df5;
	}

	.divider {
	  font-weight: 600;
	  margin: 16px 0;
	}

	.support-container .custom-amount,
	.support-container .custom-donate-message 
	{
		display: block;
		width: 100%;
		padding: 12px;
		border-radius: 25px;
		border: 2px solid #d0d9e3;
		margin-bottom: 20px;
		text-align: center;
		font-size: 16px;
	}

	.submit-button {
	  background-color: #2a6df5;
	  color: white;
	  border: none;
	  padding: 14px 28px;
	  border-radius: 8px;
	  font-weight: 600;
	  font-size: 16px;
	  cursor: pointer;
	  width: 100%;
	}

	@media (min-width: 768px) {
	  .support-container {
		padding: 40px;
	  }

	  .support-title {
		font-size: 24px;
	  }

	  .submit-button {
		width: auto;
	  }
	}

    .toggle-btn {
		background-color: #2f6cff;
		color: white;
		border: none;
		border-radius: 6px;
		padding: 17px 28px;
		font-size: 20px;
		cursor: pointer;
		display: flex;
		align-items: center;
		gap: 8px;
		font-weight: bold
    }

    .arrow {
		display: inline-block;
		transition: transform 0.3s ease;
    }

    .arrow.rotate {
		transform: rotate(180deg);
    }
	
	.arrow svg {
		display: block;
	}

    .panel-wrapper {
		overflow: hidden;
		max-height: 0;
		opacity: 0;
		transition: max-height 0.5s ease, opacity 0.4s ease;
	  
	    display: flex;
		justify-content: center;
    }

    .panel-wrapper.active {
      max-height: 1000px;
      opacity: 1;
    }

    .panel {
      background-color: white;
      border-radius: 16px;
      padding: 40px 60px;
      box-shadow: 0 2px 8px rgba(0,0,0,0.05);
      margin-top: 24px;
      min-width: 600px;
      width: 100%;
      display: flex;
      flex-direction: column;
      gap: 20px;
      text-align: left;
    }

    @media (max-width: 768px) {
		.panel {
			min-width: 90%;
			padding: 40px 30px;
		}
    }

    .panel-title {
      font-weight: bold;
      font-size: 20px;
      text-align: center;
    }

    .panel-wrapper .input {
		border: 1px solid #cbd5e1;
		border-radius: 24px;
		padding: 10px 20px;
		font-size: 16px;
		color: #64748b;
		display: block;
		margin: 20px 0px;
    }

	.panel-wrapper .input::placeholder {
		color: #94a3b8;
		font-size: 16px;
		font-weight: 400;
	}

    .feature {
      display: flex;
      align-items: center;
      gap: 8px;
      font-size: 16px;
      color: #334155;
    }

    .feature::before {
      content: "-";
      color: #2f6cff;
      font-weight: bold;
    }

    .subscribe-btn {
      background-color: #2f6cff;
      color: white;
      border: none;
      border-radius: 8px;
      padding: 10px 20px;
      font-size: 16px;
      align-self: center;
      cursor: pointer;
    }
	
	.paymet-reciver-desc a
	{
		text-decoration: underline;
	}
	
	.paymet-reciver-desc a,
	.paymet-reciver-desc 
	{
		color: #b5c1dd;
		max-width: 900px;
		margin: 0 auto;
	}
	@media (max-width: 1160px) {
		.paymet-reciver-desc {
			max-width: 90%;
		}
	}
	/* subscribe-plan section */
	
	
	/* our-team section */
	:root {
	  --overlap-offset: 20px;
	}

	.team-wrapper {
		display: flex;
		justify-content: center;
		/*overflow: visible;  важно */
		padding: 0 0 40px;
		margin-top: -90px;
	    overflow-x: auto;
		-webkit-overflow-scrolling: touch;
		white-space: nowrap;
		width: 100%;
	}

	.team-container {
		display: flex;
		position: relative;
		padding-left: var(--overlap-offset);
		padding-top: 15px;
		min-height: 150px;
	}

	.team-member {
		position: relative;
		width: 100px;
		height: 100px;
		flex: 0 0 auto;
		border-radius: 50%;
		overflow: visible;
		background: #2d75f7;
		margin-left: calc(-1 * var(--overlap-offset));
		transition: transform 0.3s ease, z-index 0.3s ease;
		cursor: pointer;
		z-index: 1;
		border: 4px solid white;
	}

	.team-member:first-child {
	  margin-left: 0;
	}

	.team-member img {
	  width: 100%;
	  height: 100%;
	  object-fit: cover;
	  border-radius: 50%;
	  display: block;
	}
	
	.team-member .info a img {
		width: 10px;
		height: 10px;
		display: inline-flex;
		vertical-align: text-bottom;
	}

	.team-member .info {
	  position: absolute;
	  bottom: -50px;
	  left: 50%;
	  transform: translateX(-50%);
	  width: max-content;
	  text-align: center;
	  padding: 8px 10px;
	  opacity: 0;
	  /*pointer-events: none;*/
	  transition: opacity 0.3s ease, bottom 0.3s ease;
	  font-size: 12px;
	  z-index: 2;
	}
	
	.team-member .info a {
		font-size: 10px;
		color: #000;
	}

	.team-member:hover {
	  transform: scale(1.2);
	  z-index: 10;
	  border-color: #000;
	}

	.team-member:hover .info {
	  opacity: 1;
	  pointer-events: auto;
	}
	
	@media (max-width: 1160px) {
		.team-container {
			width: 100%;
		}
	}
	
	@media (max-width: 768px) {
		.team-wrapper {
			padding: 20px 0 30px;
			margin-top: -84px;
		}
		.team-container {
			width: 100%;
		}
	}
	/* our-team section */
	
	
	/* our-community section */
	.our-community{
		padding-top: 127px;
	}
	.our-community img {
		width: 100%;
		margin-top: 36px;
	}
	.two-blocks-container {
		display: flex;
		flex-wrap: wrap;
		gap: 20px;
		width: 100%;
		max-width: 1440px;
		margin: 20px auto 24px;
	}

	.one-of-two-blocks {
		flex: 1 1 calc(50% - 10px);
		max-width: calc(50% - 10px);
		background: #ffffff;
		border-radius: 12px;
		padding: 24px;
		box-sizing: border-box;
	}
	
	.one-of-two-blocks:first-child {
	  position: relative;
	  padding-left: 96px;
	  padding-top: 20px;
	}

	.one-of-two-blocks:first-child::before {
		content: "";
		position: absolute;
		top: 32px;
		left: 14px;
		width: 28px;
		height: 28px;
		background-color: #2f6cff;
		border-radius: 50%;
	}


	@media (max-width: 768px) {
		.our-community {
			padding-top: 105px;
		}
		.our-community .our-community-title,
		.slider-section .our-community-title,
		.testimonials .our-community-title,
		.accordion-section .our-community-title,
		.about-us-section .our-community-title
		{
		    font-size: 30px;
			line-height: 35px;
		}
		.our-community .our-community-text {
			font-weight: normal;
			line-height: 24px;
			font-size: 18px;
			padding-left: 40px;
		}
		.one-of-two-blocks {
			flex: 1 1 100%;
			max-width: 100%;
			padding: 10px 24px;
		}
		
		.one-of-two-blocks:first-child {
			padding-left: 40px;
		}

		.one-of-two-blocks:first-child::before {
			width: 18px;
			height: 18px;
			top: 29px;
			left: 0px;
		}
	}
	
	.our-community-title {
		font-size: 46px;
		font-weight: bold;
	}
	
	.our-community-text {
		font-weight: bold;
		line-height: 32px;
		font-size: 20px;
		padding-left: 66px;
	}
	/* our-community section */
	
	
	/* support-section section */
	/*.support-section {
	  padding: 43px 20px;
	  background: #fff;
	}

	.support-wrapper {
	  display: flex;
	  justify-content: space-between;
	  flex-wrap: wrap;
	  max-width: 1250px;
	  margin: 0 auto;
	  gap: 40px;
	}

	.support-block {
	  flex: 0 1 48%;
	  display: flex;
	  flex-direction: column;
	  justify-content: space-between;
	  gap: 50px;
	}

	.support-image-wrapper {
	  display: flex;
	  justify-content: center;
	}

	.support-image {
	  width: 186px;
	}

	.support-text p {
		text-align: left;
	    line-height: 32px;
		margin-bottom: 20px;
		font-size: 20px;
	}

	.support-button {
	  display: inline-block;
	  margin-top: 20px;
	  background: #2f6cff;
	  color: #fff;
	  padding: 12px 24px;
	  border-radius: 8px;
	  text-decoration: none;
	  font-weight: 500;
	  float: right;
	}

	@media (max-width: 768px) {
	  .support-wrapper {
		flex-direction: column;
		gap: 60px;
	  }

	  .support-block {
		flex: 1 1 100%;
		align-items: center;
		text-align: center;
		display: flex;
		gap: 20px;
	  }
	  
	  .support-block.left {
		flex-direction: column-reverse;
	  }

	  .support-image {
		width: 80px;
	  }

	  .support-text p {
		text-align: center;
	  }
	}*/
	
	.support-section {
	  padding: 40px 20px 148px;
	  background: #fff;
	  max-width: 1220px;
	  margin: 0 auto;
	  display: flex;
	  flex-direction: column;
	  gap: 5px;
	}

	.font-bold {
		font-weight:bold;
	}

	.support-row {
	  display: flex;
	  align-items: center;
	  justify-content: space-between;
	  gap: 40px;
	}

	.support-row.reverse {
	  flex-direction: row-reverse;
	}

	.support-text {
	  flex: 1;
	  font-size: 20px;
	  line-height: 32px;
	  padding-top: 47px;
	}

	.support-text.second {
		padding-top: 76px;
		padding-left: 68px;
	}

	.support-text p {
	  margin-bottom: 3px;
	}

	.support-image.tram {
		padding-left: 28px;
	}

	.support-image.tower {
		padding-left: 91px;
	}

	.support-image {
	  flex: 0 0 30%;
	  display: flex;
	}

	.support-image.tower img {
		max-width: 188px;
	}
	.support-image img {
	  width: 100%;
	  max-width: 204px;
	}

	.support-button {
	  display: inline-block;
	  margin-top: 20px;
	  background: #2f6cff;
	  color: #fff;
	  padding: 12px 24px;
	  border-radius: 8px;
	  text-decoration: none;
	  font-weight: 500;
	  float: right;
	}

	/* Mobile */
	@media (max-width: 768px) {
		.support-section {
			padding: 53px 20px 0;
		}
		.support-row,
		.support-row.reverse {
			flex-direction: column;
			text-align: center;
			gap: 4px;
			margin-bottom: 35px;
		}

	  .support-image {
		order: -1;
		justify-content: center;
		padding-left: 91px;
		flex: 0 0 50%;
	  }
	  
		.support-image.tower {
			padding-left: 24px;
		}
	  
		.support-image.tower img {
			max-width: 104px;
		}

		.support-text.second,
		.support-text.first
		{
			padding-top: 24px;
			padding-left: 7px;
			font-size: 17px;
			line-height: 27px;
		}

	  .support-text {
		text-align: center;
	  }

	  .support-image img {
		max-width: 121px;
	  }
	  
		.support-button {
			float: none;
		}
	}

	/* support-section section */
	
	
	/* about-us-section */
	.about-us-section p {
		margin-top: 31px;
		line-height: 32px;
		font-size: 20px;
	}	
	.about-us-section img {
		width: 100%;	
	}
	.about-us-section .our-community-title {
		padding-bottom: 67px;
		display: block;
	}
	/* about-us-section */
	
	
	/* media-values-section */
	.media-values-section {
	  display: flex;
	  justify-content: space-between;
	  gap: 55px;
	  padding: 100px 20px;
	  max-width: 1200px;
	  margin: 0 auto;
	  flex-wrap: wrap;
	}

	.value-item {
	   flex: 1 1 30%;
	  text-align: center;
	}

	.value-item img {
	  width: 288px;
	  height: auto;
	  margin: 0 auto 20px;
	}

	.value-item h3 {
	  font-size: 27px;
	  line-height: 31px;
	  font-weight: 700;
	  margin-bottom: 24px;
	}

	.value-item p {
	  font-size: 16px;
	  font-weight: 500;
	  line-height: 19px;
	  color: #333;
	  padding: 0 33px;
	}
	
	.mobile-oleg-img {
		display: none;
	}

	@media (max-width: 768px) {
		.decktop-oleg-img {
			display: none;
		}
		
		.mobile-oleg-img {
			display: block;
		}
		
	  .media-values-section {
		flex-direction: column;
		gap: 40px;
		padding: 0px;
	  }

	  .value-item {
		flex: 1 1 100%;
	  }

	  .value-item img {
		width: 150px;
		margin: 0 auto;
	  }
		.value-item h3 {
			font-size: 25px
		}
	  
		.font-bold {
			font-weight:normal;
		}
		
		.about-us-section .our-community-title {
			padding-bottom: 0px;
		}
		.about-us-section p {
			margin-top: 30px;
			line-height: 27px;
			font-size: 18px;
		}
	}
	/* media-values-section */
	
	/* slider-section */
	.slider-section {
	  padding-top: 34px;
	  margin: auto;
	}

	.mob-btn-wrapper .custom-nav, 
	.one-of-two-blocks .custom-nav 
	{
	  width: 48px;
	  height: 48px;
	  border: 3px solid #1e50ff;
	  border-radius: 9px;
	  display: flex;
	  align-items: center;
	  justify-content: center;
	  color: #1e50ff;
	  background-color: white;
	  cursor: pointer;
	  transition: background-color 0.3s, color 0.3s;
	}

	.mob-btn-wrapper .custom-nav:after, 
	.one-of-two-blocks .custom-nav:after 
	{
		font-size: 14px;
		font-weight: bolder;
	}

	.mob-btn-wrapper .custom-nav:hover, 
	.one-of-two-blocks .custom-nav:hover 
	{
	  background-color: #1e50ff;
	  color: white;
	}

	.mob-btn-wrapper .swiper-button-next,
	.mob-btn-wrapper .swiper-button-prev,
 	.one-of-two-blocks .swiper-button-next,
	.one-of-two-blocks .swiper-button-prev 
	{
	  position: absolute;
	  top: auto;
	  bottom: 0;
	}

	.mob-btn-wrapper .swiper-button-prev,
	.one-of-two-blocks .swiper-button-prev
	{
	  left: 45%;
	  transform: translateX(-100%);
	}

	.mob-btn-wrapper .swiper-button-next, 
	.one-of-two-blocks .swiper-button-next 
	{
	  right: 45%;
	  transform: translateX(100%);
	}
	
	.author-line {
		display: -webkit-box;
		display: -webkit-flex;
		display: -moz-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		-webkit-align-items: center;
		-moz-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		gap: 10px;
		margin-top: 20px;
	}
	
	.swiper-slide .author-line img {
		height: 45px;
		width: 45px;
		border-radius: 50%;
		margin: 0;
	}
	
	.swiper-slide .author-line p {
		font-family: "Roboto", sans-serif;
		font-weight: 400;
		font-size: 20px;
		line-height: 1;
		color: #48535b;
	}

	@media (min-width: 769px) {
		.mob-btn-wrapper .swiper-button-prev, 
		.one-of-two-blocks .swiper-button-prev 
		{
			left: auto;
			right: 80px;
			bottom: 35%;
			transform: translateY(50%);
		}

		.mob-btn-wrapper .swiper-button-next, 
		.one-of-two-blocks .swiper-button-next 
		{
			right: 0px;
			bottom: 35%;
			transform: translateY(50%);
		}
	}

	.swiper {
		margin-top: 67px;
	    width: 100%;
		overflow: hidden;
	}
	
	  .content-panel .swiper {
		margin-top: 0;
	  }
	
	.swiper-wrapper {
	  display: flex;
	}

	.swiper-slide {
		background: #fff;
		border-radius: 12px;
		/*padding: 40px;*/
		box-sizing: border-box;
	    width: auto;
		flex-shrink: 0;
	}

	.swiper-slide img {
		width: 100%;
		margin-bottom: 30px;
	}
	
	.swiper-slide a {
		font-size: 24px;
		font-weight: bold;
		line-height: 32px;
		color: #1a2024;
	}

	.tag {
		display: inline-block;
		margin-bottom: 15px;
		padding: 10px 20px;
		border: 3px solid #1e50ff;
		border-radius: 999px;
		color: #1e50ff;
		font-size: 18px;
		float: right;
		font-weight: bold;
	}

	.swiper-button-next,
	.swiper-button-prev {
	  color: #1e50ff;
	}
	
	.mob-btn-wrapper {
		position: relative;
		margin-top: 50px;
	}
	
	.one-of-two-blocks .desktop-nav {
	  display: none;
	}

	.mobile-nav {
	  display: flex;
	  justify-content: center;
	  margin-top: 16px;
	}

	@media (min-width: 769px) {
		.one-of-two-blocks .desktop-nav {
		  display: flex;
		}

	  .mob-btn-wrapper {
		display: none;
	  }
	}
	@media (max-width: 768px) {
		.slider-section .two-blocks-container {
			margin: 0;
		}
	  		
		.slider-section {
			padding-top: 114px;
		}
		.swiper {
			margin-top: 0px;
		}
		
		.slider-section .two-blocks-container {
			gap: 6px;
		}
		
		.swiper-slide img {
			margin-bottom: 23px;
		}
		
		.swiper-slide a {
			font-size: 21px;
			line-height: 29px;
		}
		
		.mob-btn-wrapper .swiper-button-prev
		{
			left: 48%;
		}
		
		.mob-btn-wrapper .swiper-button-next
		{
			right: 46%;
		}
		
		.mob-btn-wrapper .swiper-button-next, .mob-btn-wrapper .swiper-button-prev
		{
			bottom: 3px;
		}
	}
	/* slider-section */
	
	/* testimonials section */
	.testimonials {
	  padding: 125px 20px 193px;
	}
	
	.testimonials-grid {
	  display: grid;
	  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
	  gap: 50px;
	}
	
	@media (min-width: 768px) {
		.testimonials-grid {
			display: grid;
			grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
			gap: 24px;
			padding: 46px 101px 0;
		}
	}

	.testimonial-card {
	  background-color: #f5f8ff;
	  padding: 68px 30px;
	  position: relative;
	  height: 340px;
	  line-height: 29px;
	}
	
	.testimonial-card:hover {
		background: #e9e9e9;
	}
	
	.testimonial-card b {
		font-weight: bold;
		color: #000;
	}

	.quote-img {
		position: absolute;
		top: -26px;
		right: 20px;
	}

	.testimonial-card p {
	  font-size: 19px;
	  font-weight: normal;
	  margin-bottom: 40px;
	  z-index: 1;
	  position: relative;
	  color: #3478F9;
	}

	.partner-logo {
		height: 48px;
		position: absolute;
		bottom: 24px;
	}
	@media (max-width: 768px) {
		.testimonials {
			padding: 75px 0 148px;
		}
	}
	/* testimonials section */
	
	
	/* accordion section */
	.accordion-section {
	  background-color: #f0f5ff;
	  padding-top: 55px;
	  padding-bottom: 180px;
	}

	.accordion-section .one-of-two-blocks {
		background-color: #f0f5ff;
	}

	.accordion {
		max-width: 1174px;
		margin: 122px auto 0;
	}

	.accordion-item {
	  border-radius: 45px;
	  margin-bottom: 16px;
	  overflow: hidden;
	  background: #fff;
	  box-shadow: 0 4px 12px rgba(0,0,0,0.05);
	}

	.accordion-header {
	  width: 100%;
	  padding: 25px 37px;
	  font-size: 27px;
	  font-weight: 700;
	  text-align: left;
	  background: none;
	  border: none;
	  cursor: pointer;
	  display: flex;
	  justify-content: space-between;
	  align-items: center;
	}

	.accordion-arrow {
	  width: 24px;
	  height: 24px;
	  border-right: 5px solid #2563eb;
	  border-bottom: 5px solid #2563eb;
	  transform: rotate(45deg);
	  transition: transform 0.3s ease;
	  margin-top: -7px;
	  flex-shrink: 0;
	}

	.accordion-item.active .accordion-arrow {
	  transform: rotate(-135deg);
	}

	.accordion-body {
	  height: 0;
	  overflow: hidden;
	  transition: height 0.35s ease;
	  padding: 0 36px;
	}

	.accordion-content {
	  padding-bottom: 20px;
	  padding-top: 40px;
	}
	
	.accordion-content {
		line-height: 32px;
		font-size: 21px;
	}
	@media (max-width: 768px) {
		.accordion-section .two-blocks-container {
			gap: 0px;
			padding-top: 24px;
			margin-bottom: 9px;
		}
		.accordion-section {
			padding-top: 0;
		}
		.accordion {
			margin: 0 auto;
		}
		.accordion-header
		{
			font-size: 26px;
		}
	}
	/* accordion section */
		
	/* range en plans */
	  .d-flex{
		display: flex;
	  }
	  .range-section{
		background: url(../img/artboard/bg.jpg)no-repeat;
		background-size: cover;
		color: #fff;
		padding: 40px 0;
	  }
	  .community-goal {
		display: flex;
		align-items: center;
		justify-content: space-between;
		background: linear-gradient(to right, #2c2c2c, #3b58ff, #2c2c2c);
		color: white;
		padding: 10px 20px;
		border-radius: 10px;
		font-family: sans-serif;
		gap: 20px;
	  }
	  .range-section img{
		height: 33px;
		margin-right: 14px;
	  }
	  .align-items-center{
		align-items: center;
	  }
	  .joined, .target {
		font-weight: bold;
	  }
	  .joined-text{
		font-size: 25px;
		position: relative;
		align-items: center;
	  }
	 
	  .count {
		background: #4d6dff;
		padding: 4px 8px;
		border-radius: 8px;
		color: white;
		margin: 0 14px;
		font-size: 25px;
	  }
	  
	  .progress-container {
		flex-grow: 1;
		text-align: center;
		position: relative;
		max-width: 40%;
		width: 100%;
	  }
	  
	  .target{
		font-size: 22px;
		margin-left: 20px;
	  }
	  .progress-bar {
		background: black;
		height: 30px;
		border-radius: 23px;
		overflow: hidden;
		align-items: center;
	  }
	  .range-section .container{
		justify-content: space-between;
		position: relative;
	  }
	  .progress-fill {
		height: 89%;
		background: #4d81ee;
		width: 0%;
		transition: width 1s ease-in-out;
		border-radius: 23px;
		left: 1px;
	  }
	  .swiper .plan {
		width: 300px;
	  }
	  .swiper-slide .dev img {
		margin-bottom: 0;
		width: auto;
	  }
	  .plans {
		padding-top: 20px;
	  }
		/* BANNER TOP*/
	  .promo-banner {
		display: flex;
		align-items: center;
		justify-content: space-between;
		padding: 10px 20px;
		background: url(../img/epicbanner.jpg) no-repeat;
		background-size: cover;
		color: #fff;
		gap: 20px; 
		border-bottom: 2px solid #000;
		transition: transform 0.4s ease, opacity 0.4s ease;
		transform: translateY(0);
		opacity: 1;
		position: fixed;
		left: 0;
		right: 0;
		z-index: 15000;
	  }
	 
	  .promo-banner__count {
		display: flex;
		align-items: center;
		flex: 0 0 auto; 
	  }
	  .promo-banner__count .circle {
		width: 50px;
		height: 50px;
		border-radius: 50%;
		background: #fff;
		color: #6b0f1a;
		display: flex;
		align-items: center;
		justify-content: center;
		font-weight: bold;
		margin-right: 10px;
	  }
	  
	  .promo-banner .container > .d-flex {
		width: 100%;
		justify-content: space-between;
		gap: 70px;
	}
	  .promo-banner__info {
		position: relative;
	  }
	  .promo-banner__info::before{
		content: '';
		display: block;
		position: absolute;
		background: url(../img/rock.png)no-repeat;
		width: 68px;
		height: 58px;
		left: -31px;
	  }
	  .promo-banner__info>div{
		font-size: 21px;
		font-weight: 600;
		text-shadow: 2px 4px 2px #000;
	  }
	  .promo-banner__count p{
		font-size: 12px;
		line-height: 1.3;
		width: 183px;
	  }
	 .promo-banner__text span{
	   font-weight: 600;
	   display: block;
	 }
	 .promo-banner__textcta{
	  font-size: 12px;
	  margin-right: 20px;
	  line-height: 1.3;
	 }
	.promo-banner__textcta span{
	  font-weight: 600;
	}
	  .promo-banner__cta .btn {
		padding: 10px 20px;
		background: #fff;
		border: none;
		border-radius: 4px;
		cursor: pointer;
		color: #750686;
		font-weight: 600;
	  }
	  .promo-banner__cta{
		align-items: center;
	  }
	  .promo-banner__details {
		color: #fff;
		text-decoration: underline;
		text-align: center;
		display: block;
		font-size: 12px;
		margin-top: 7px;
	  }
	  .promo-banner__details:hover{
		text-decoration: none;
	  }
	  .promo-banner__cta .btn:hover{
		opacity: 0.8;
	  }
	  .gauge {
		width: 100px;
		font-size: 32px;
		color: #004033;
		margin: 0 15px 0 0;
	  }
	  
	  .gauge__body {
		width: 100%;
		height: 0;
		padding-bottom: 50%;
		background: #fff;
		position: relative;
		border-top-left-radius: 100% 200%;
		border-top-right-radius: 100% 200%;
		overflow: hidden;
	  }
	  
	  .gauge__fill {
		position: absolute;
		top: 100%;
		left: 0;
		width: inherit;
		height: 100%;
		background: #ff00f2;
		transform-origin: center top;
		transform: rotate(0.25turn);
		transition: transform 1s cubic-bezier(0.4,0,0.2,1) 0s;
	  }
	  
	  .gauge__cover {
		width: 75%;
		height: 150%;
		color: #ffffff;
		border-radius: 50%;
		position: absolute;
		top: 25%;
		left: 50%;
		transform: translateX(-50%);
		font-size: 15px;
		font-weight: 600;
		background: #370140;
		background-size: 734% 59%;
	  
		/* Text */
		display: flex;
		align-items: center;
		justify-content: center;
		padding-bottom: 25%;
		box-sizing: border-box;
	  }
	  .mob-promo{
		display: none;
	  }
	 
	  @media (max-width: 991px) {
	/* НЕ ограничиваем обёртку: пускай псевдоэлементы выходят за её пределы */
	.slider-container {
	  position: relative;
	  overflow: visible;
	}

	/* а вот блок со слайдами прячем по краям */
	.slider-container .plans {
	  overflow-x: auto;   /* или hidden, если скролл у вас вручную */
	  overflow-y: hidden; /* подберите под вашу логику */
	  /* удалите здесь overflow: hidden, если хотите видеть градиент */
	}

	/* рисуем градиент на обёртке */
	.slider-container::before,
	.slider-container::after {
	  content: "";
	  position: absolute;
	  top: 0; bottom: 0;
	  width: 60px;
	  pointer-events: none;
	  z-index: 10;
	}

	.slider-container::before {
	  left: 0;
	  background: linear-gradient(to right, #fff 0%, rgba(255,255,255,0) 100%);
	}

	.slider-container::after {
	  right: 0;
	  background: linear-gradient(to left, #fff 0%, rgba(255,255,255,0) 100%);
	}


		.promo-banner .container {
		  justify-content: center;
		  align-items: center;
		  gap: 10px;
		}
		.promo-banner .container > .d-flex {
		  align-items: center;
	  }
	  .mob-promo{
		display: flex;
		align-items: center;
		font-size: 12px;
		justify-content: center;
		padding-bottom: 15px;
	  }
	  .mob-promo a{
		margin-top: 0;
	  }
		.promo-banner__cta .btn {
		  padding: 5px;
		  font-size: 12px;
	  }
	  .promo-banner__info>div {
		  font-size: 17px;
		  max-width: 140px;
		  width: 100%;
	  }
	  .promo-banner__text, .promo-banner__textcta, .gallery__item--large img{
		display: none;
	  }
	  .promo-banner {
		  padding: 0;
	  }
	  .club-banner__title {
		font-size: 27px;
	}
	.club-banner__content .d-flex {
	  gap: 10px;
	}
	.margin-bottom {
	  margin-bottom: 20px;
	}
	.club-banner {
	  padding: 20px;
	}
	  .promo-banner__info::before {
		width: 27px;
		height: 26px;
		left: -22px;
		top: 10px;
	  }
	  .promo-banner .container > .d-flex {
		gap: 10px;
	  }
		.gauge {
		  width: 71px;
	  }
	  .promo-banner {
		  background-size: 100% 109%;
		  color: #fff;
		  gap: 20px;
	   } 
	   .gauge__cover {
		  background-size: 173% 74%;
	  }
	  .promo-banner__cta{
		flex-direction: column;
	  }
		.promo-banner__textcta {
		  margin-right: 0;
		  margin-bottom: 10px;
	  }
	  
		.promo-banner {
		  flex-direction: column;
		  align-items: stretch;
		  text-align: center;
		}
		.promo-banner__count {
		  margin-top: 15px;
		}
		.promo-banner__info {
		  margin: 15px 0;
		}
	   
	  }
	  /*END BANNER TOP*/

	/* BANNER BOTTOM */
	.club-banner {
	  position: relative;
	  background: url('../img/epicbanner-bottom.jpg') center/cover no-repeat;
	  color: #fff;
	  padding: 40px 20px;
	  border-top: 2px solid #7221a0;
	  box-shadow: -7px 0 41px #000;
	  transition: transform 0.4s ease, opacity 0.4s ease;
	  opacity: 0;
	  display: none;
	}

	.promo-banner.hidden {
	  opacity: 0;
	}
	.promo-banner + header{
	  padding-top: 85px;
	}
	.promo-banner.hidden + header{
	  padding-top: 0;
	}

	.club-banner.visible {
	  transform: translateY(0);
	  opacity: 1;
	  position: fixed;
	  bottom: 0;
	  left: 0;
	  right: 0;
	  z-index: 15000;
	  display: block;
	}
	.club-banner__close {
	  position: absolute;
	  top: 16px; right: 16px;
	  background: transparent;
	  border: none;
	  font-size: 24px;
	  color: #fff;
	  cursor: pointer;
	}
	.club-banner__inner {
	  display: flex;
	  margin: 0 auto;
	  gap: 40px;
	}
	.club-banner__content {
	  align-items: center;
	}
	.club-banner__title {
	  font-size: 40px;
	  margin: 0 0 8px;
	}
	.club-banner__subtitle {
	  margin: 0 0 24px;
	  font-size: 1rem;
	  line-height: 1.4;
	}
	.club-banner__progress {
	  margin-bottom: 0;
	  font-size: 13px;
	}
	.margin-bottom{
	  margin-bottom: 40px;
	}
	.progress-containers {
	  display: flex;
	  align-items: center;
	  gap: 16px;
	  max-width: 361px;
	  width: 100%;
	  position: relative;
	}
	.rock-banner{
	  width: 67px;
	  margin-top: -33px;
	}
	.progress-bars {
	  position: relative;
	  flex: 1;
	  height: 24px;
	  background: #fff;
	  border-radius: 12px;
	  overflow: hidden;
	}

	.progress-fills {
	  position: absolute;
	  top: 0; left: 0; bottom: 0;
	  width: 0;  
	  background: #ff00ff;
	  border-radius: 12px;
	  animation: fillProgress 1.5s ease-out 0.5s forwards;
	}

	@keyframes fillProgress {
	  to { width: calc(var(--progress) * 1%); }
	}

	.progress-text {
	  font-size: 16px;
	  font-weight: bold;
	  padding: 4px 12px;
	  border-radius: 12px;
	  position: absolute;
	  color: #000;
	  right: 0;
	}
	.btn--join {
	  display: inline-block;
	  background: #fff;
	  color: #3f0058;
	  padding: 12px 24px;
	  border-radius: 24px;
	  text-decoration: none;
	  font-weight: bold;
	}
	.btn--join:hover{
	  opacity: 0.8;
	}
	.payments img {
	  height: 24px;
	  margin-right: 8px;
	  vertical-align: middle;
	}
	.club-banner__gallery {
	  position: relative;
	}


	.gallery__item--offset {
	  grid-area: offset;
	  margin-left: 40px;
	  margin-top: 16px;
	}
	.gallery__item--large{
	  margin-top: -120px;
	}
	.gallery__item--large img{
	  max-width: 320px;
	}
	.club-banner__content .d-flex{
	  align-items: center;
	  gap: 20px;
	}




	@media(max-width: 768px) {
	  .club-banner__inner {
		flex-direction: column-reverse;
		gap: 24px;
	  }
	  .club-banner__gallery {
		width: 100%;
		justify-items: center;
		margin-bottom: 24px;
	  }
	  .club-banner__content .d-flex{
		flex-direction: column;
		text-align: center;
	  }
	 
	}
	/* BANNER BOTTOM */

	  @media (max-width: 1440px) {
		.joined-text {
		  font-size: 25px;
		}
		.target{
		  font-size: 19px;
		}
		.progress-container {
		  max-width: 35%;
		 }
	  }
	@media (max-width: 1200px) {
			.target {
				font-size: 16px;
			}
			.joined-text {
			  font-size: 19px;
		  }
		  .range-section img {
			height: 25px;
		}
	}
	@media (max-width: 1200px) {
		.plans.swiper-wrapper{
		  flex-wrap: nowrap;
		  flex-direction: row;
		  justify-content: initial;
		  gap: 0;
		}
			.swiper-plans::before,
			.swiper-plans::after,
			.swiper-plans-annual::before,
			.swiper-plans-annual::after 
			{
			  content: "";
			  position: absolute;
			  top: 16px; bottom: 0;
			  width: 30px;
			  pointer-events: none;
			  z-index: 10;
			  height: 98%;
			}

		.swiper-plans::before,
		.swiper-plans-annual::before 
		{
		  left: 0;
		  background: linear-gradient(to right, #f3f7ff 0%, rgba(243,247,255,0) 100%);
		}

		.swiper-plans::after,
		.swiper-plans-annual::after
		{  
		  right: 0;
		  background: linear-gradient(to left, #f3f7ff 0%, rgba(243,247,255,0) 100%);
		}
	}
	  @media (max-width: 991px) {
		  
		.range-section .container{
		  flex-direction: column;
		}
		.subscribe-plan .content-panel {
			padding: 17px 0 80px;
			margin: 0 0 15px;
		}		
		.subscribe-plan .support-container {
			padding: 17px 15px 80px;
			margin: 0 15px 15px;
		}
		.plans.swiper-wrapper{
		  flex-wrap: nowrap;
		  flex-direction: row;
		  justify-content: initial;
		  gap: 0;
		}
		.swiper {
		  overflow: hidden; 
		}
		.swiper {
		  max-width: 740px;
		  margin: 0 auto;
		}
		.swiper-slide {
		  width: 100%; 
		}
	  .content-panel.swiper {
		  padding: 24px 14px 80px !important;
	  }
		.count {
		  font-size: 21px;
		}
		.progress-container {
			max-width: 100%;
			margin: 5px 0 0;
		}
		.target {
		  font-size: 18px;
		  margin-left: 0;
		}
		  .range-section img {
			height: 23px;
		}
		.joined-text {
			font-size: 21px;
		}
		.range-section {
		  margin-top: 40px;
	  }
		.target{
		  order: 2;
		  -webkit-box-ordinal-group: 3; 
		  -ms-flex-order: 2;
		  -webkit-flex-order: 2;
		}
		.progress-container {
		-webkit-box-ordinal-group: 4; 
		-ms-flex-order: 3;
		-webkit-flex-order: 3;
		order: 3;
	  }
	  .joined{
		margin: 20px 0;
		-webkit-box-ordinal-group: 4; 
		-ms-flex-order: 3;
		-webkit-flex-order: 3;
		order: 3;
	  }
	  }
	/* range en plans section */
