@font-face {
  font-family: Arial, Helvetica, sans-serif;
  src: url("/fonts/ArialMT.woff") format("woff");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: Arial, Helvetica, sans-serif;
  src: url("/fonts/Arial-BoldMT.woff") format("woff");
  font-weight: 600;
  font-style: normal;
}


@font-face {
  font-family: "Roboto";
  src: url("/fonts/Roboto-Light.woff") format("woff");
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: "Roboto";
  src: url("/fonts/Roboto-Regular.woff") format("woff");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "Roboto";
  src: url("/fonts/Roboto-Bold.woff") format("woff");
  font-weight: 600;
  font-style: normal;
}

::-webkit-scrollbar {
  width: 0;
}
body {
  margin: 0;
  padding: 0;
  font-family: Arial;
  overflow-x: hidden;
  max-width: 100%;
}

body.fixed {
  overflow: hidden;
}
h1,
h2,
h3,
h4,
li,
a {
  padding: 0;
  margin: 0;
  text-decoration: none;
}
ul,
ol,
p {
  margin: 0;
  padding: 0;
}

/* ================== GENERAL ================== */
.title__block-box {
	display: flex;
	justify-content: space-between;
	align-items: baseline;
}

.title-block {
  font-family: Inter;
  font-size: 40px;
  font-style: normal;
  font-weight: 500;
  line-height: 150%;
  margin-bottom: 30px;
}
.any__questions {
  color: #fff;
  font-family: Inter;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 20px;
  background: #2546FF;
  padding: 8px 17px;
  border-radius: 16px;
  cursor: pointer;
  margin-bottom: 20px;

}
body.dark-theme .any__questions {
background: #23ACDE;

}
.any__questions img {
  width: 25px;
  height: 25px;
  border-radius: 50%;
  overflow: hidden;
  margin-right: 6px;
}
.content__container {
  max-width: 1440px;
  margin: 0 auto;
}
.content__container-sm {
  max-width: 1180px;
  margin: 0 auto;
  padding: 0 30px;
}

/* ================== MAIN BLOCK ================== */

.main__block {
  background: #2546ff;
	position: relative;
}
.main__block-content {
  position: relative;
  padding-top: 157px;
  padding-bottom: 184px;
}
.main__block-bg {
	position: absolute;
  bottom: -38px;
  right: -7%;
  width: 634px;
}
.main__block-bg2 {
	display: none;
}
.main__block-bg3 {
	display: none;
}
.main__block-bg-sm {
  display: none;
  width: 80%;
}
.main__block-title {
  z-index: 2;
  position: relative;
  font-family: Inter;
  font-size: 50px;
  font-style: normal;
  font-weight: 700;
  line-height: 128%;
  max-width: 54%;
  margin-bottom: 49px;
}
.main__block-btn {
  position: relative;
  display: inline-block;
  color: #000;
  text-align: center;
  font-size: 16px;
  font-style: normal;
  line-height: 140%;
  font-family: Inter;
  font-weight: 600;
  padding: 15px;
  cursor: pointer;
  border-radius: 15px;
  border: 2px solid #fff;
  background: #fff;
  margin-right: 32px;
  text-decoration: none;
  transition: color 0.3s ease-in-out, background 0.3s ease-in-out;
}
.main__block-btn:hover {
  background: #2546ff;
  transition: color 0.3s ease-in-out, background 0.3s ease-in-out;
  color: #fff;
}
.main__block-btn::after {
  position: absolute;
  top: 18px;
  right: -18px;
  content: "";
  width: 32px;
  height: 32px;
  background: url("../images/partners/mouse-arrow.png");
  background-repeat: no-repeat;
  background-size: contain;
}
.main__block-btn:hover::after {
  top: 19px;
  right: -17px;
}
/* ================== WANTED ================== */
.wanted {
  padding-top: 90px;
  padding-bottom: 110px;
}
.marquee3 {
  margin-top: 80px;
  width: 100%;
  overflow: hidden;
}

.marquee__item {
  display: flex;
  flex-wrap: nowrap;
  gap: 32px;
}
.mq__item {
  text-align: center;

	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}
.wanted  .slick-initialized .slick-slide{
	display: flex;
	margin: 0 auto;
}
.wanted  .slick-track{
	text-align: center;
}
.wanted__slider{
	position: relative;
}

.wanted .slick-prev{
	position: absolute;
	right: 180px;
	top: -56px;
	left: auto;
}
.wanted .slick-next {
	position: absolute;
	right: 57px;
	top: -56px;
	left: auto;
}

.wanted .slick-prev:before {
	position: absolute;
	content: "";
  top: 50%;
    left: 50%;
		opacity: 1;
    transform: translate(-50%, -50%) rotate(180deg);
    width: 50px;
    height: 50px;


}


.wanted .slick-next:before {
	position: absolute;
	content: "";
  top: 50%;
	opacity: 1;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 50px;
    height: 50px;

}

.mq__item img {
  width: 120px;
  margin-bottom: 12px;
}
.mq__item-text {
	font-family: Inter;
	font-size: 20px;
	font-style: normal;
	font-weight: 500;
	line-height: 120%; 
  padding: 0px 20px;
}
/* ================== ABOUT ================== */

.about {
  background: #2546ff;
  padding-top: 100px;
  padding-bottom: 100px;
}



.about__subtitle {
  color: #fff;
  font-family: Inter;
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  max-width: 740px;
  margin-bottom: 90px;
}
.about__text-list {
  display: flex;
  row-gap: 60px;
  column-gap: 20px;
  list-style: none;
  flex-wrap: wrap;
  justify-content: space-between;
  padding-left: 30px;
	align-items: center;
}
.about__text-item {
  position: relative;
  color: #fff;
  font-family: Inter;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 149.99%;
  max-width: 440px;
  padding-left: 35px;
  min-width: 40%;
}
.about__text-item::before {
  content: "";
  width: 14px;
  height: 14px;
  background-color: #fff;
  border-radius: 50%;
  position: absolute;
  transform: translateY(-50%);
  top: 50%;
  left: -20px;
}

/* ================== OFFER ================== */

.offer {
  padding-top: 100px;
  padding-bottom: 100px;
}
.offer__subtitle {
  font-family: Inter;
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: 120%;
  margin-bottom: 32px;
}


.offer__indicators-title {
	font-family: Inter;
	font-size: 24px;
	font-style: normal;
	font-weight: 600;
	line-height: 140%;
  margin-top: 32px;
	margin-bottom: 16px;
}
.offer__indicators-list {
  list-style: none;
	display: flex;
	justify-content: space-between;
	margin-bottom: 20px;
}
.offer__indicators-item {
	position: relative;
	font-family: Inter;
	font-size: 20px;
	font-style: normal;
	font-weight: 400;
	line-height: 160%;
  padding-left: 25px;
	padding: 10px 20px;
	border-radius: 15.264px;
	width: 32%;
	text-align: center;

}
.offer__indicators-item span {
	font-size: 30px;
	font-style: normal;
	font-weight: 700;
	line-height: 160%;
}
.offer__indicators-item p {
	display: inline-block;
	text-align: left;
}
.offer__indicators-item:nth-child(1) p {
  padding-left: 40px;
}
.offer__indicators-item::before {
  content: "";
  width: 20px;
  height: 20px;
  position: absolute;
  top: 50%;
	left: 12%;
  transform: translateY(-50%);
  border-radius: 50%;
}
.offer__indicators-item:nth-child(1):before {
  background-color: #2546ff;
}
.offer__indicators-item:nth-child(2):before {
  background-color: #23acde;
}
.offer__indicators-item:nth-child(3):before {
  background-color: #58e7dd;
}

.details__btn {
	width: 160px;
	display: inline-block;
	text-align: center;
	font-family: Arial;
	font-size: 16px;
	font-style: normal;
	font-weight: 700;
	line-height: 128%;
	border-radius: 15px;
	padding: 15px;
	cursor: pointer;
	transition: color 0.4s ease-in-out, background 0.4s ease-in-out;
}
.offer__description {
  max-width: 740px;
	font-family: Inter;
	font-size: 24px;
	font-style: normal;
	font-weight: 400;
	line-height: 140%; 
  margin-top: 24px;
	padding-left: 16px;
}

.advantages__list {
  margin-top: 71px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
  padding-left: 25px;
}
.advantages__list-item {
  position: relative;
  font-family: Inter;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 140%;
  list-style: none;
}
.advantages__list-item::before {
  position: absolute;
  content: "";
  width: 14px;
  height: 14px;
  background-color: #2546ff;
  border-radius: 50%;
  top: 7px;
  left: -25px;
}

/* ================== CUSTOMIZABLE SILUTIONS ================== */

.customizable__solutions {
  margin-bottom: 100px;
}

.customizable__solutions-subtitle {
  font-family: Inter;
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: 120%;
  margin-bottom: 32px;
}
.customizable__solutions-content {
  display: flex;
  align-items: center;
  border-radius: 12px;
  box-shadow: 0px 6px 10.4px 0px rgba(0, 0, 0, 0.15);
  padding: 32px 16px;
}
.customizable__solutions-content img {
  width: 150px;
  margin-right: 40px;
}
.customizable__solutions-content p {
  font-family: Inter;
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  line-height: 140%;
}
/* ================== MAIL BLOCK ================== */
.mail__box {
  background: #2546ff;
  padding: 24px 0;
}
.mail__title-block {
  color: #fff;
  font-family: Inter;
  font-size: 29px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  max-width: 378px;
}
.mail__box-content {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.mail__content {
  display: flex;
  align-items: center;
}
.mail__click {
  width: 62px;
  margin-left: 8px;
}

.contact__block-btn {
	width: 210px;
  position: relative;
  display: inline-block;
  color: #000;
  text-align: center;
  font-size: 16px;
  font-style: normal;
  line-height: 140%;
  font-family: Inter;
  font-weight: 600;
  padding: 15px;
  cursor: pointer;
  border-radius: 15px;
  border: 2px solid #fff;
  background: #fff;
  text-decoration: none;
  transition: color 0.3s ease-in-out, background 0.3s ease-in-out;
  margin-left: 16px;
}

.contact__block-btn:hover {
  background: #2546ff;
  transition: color 0.3s ease-in-out, background 0.3s ease-in-out;
  color: #fff;
}
/* ================== PRICES ================== */
#prices {
	scroll-margin-top: 100px;
}
.prices {
  padding-top: 100px;
  padding-bottom: 100px;
}
.prices__cards-list {
  display: flex;
  /* justify-content: space-between; */
	justify-content: center;
  list-style: none;
  flex-wrap: wrap;
  align-items: stretch;
 	gap: 15px;
}
.prices__list-item {
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  min-width: 30%;
  max-width: 362px;
  position: relative;
  padding: 16px 16px 24px 16px;
  border-radius: 12px;
  box-shadow: 0px 4px 9.4px 0px rgba(0, 0, 0, 0.13);
	outline: 2px solid transparent;
	transition: transform 0.4s ease, outline 0.4s ease;

}
.prices__list-item:hover{
	outline: 2px solid #2546FF;
	transform: scale(1.028);
}

.card__descr {
  border-radius: 12px;
  padding: 10px;
  position: absolute;
  top: 16px;
  right: 16px;
  font-family: Inter;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
}
.card__descr-mini-app {
	top: 0;
	right: 0;
	padding: 10px 14px;

}
.card__title {
  font-family: Inter;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 150%;
  margin-bottom: 20px;
}
.card__title-mini-app {
	position: relative;
	display: inline-block;
}
.card__title-mini-app::after {
	content: '';
  position: absolute;
  width: 23px;
  height: 23px;
  top: 3px;
  right: -29px;
  background: url('../images/telegram-icon.svg');
  background-size: contain;
}
.card__subtitle {
  font-family: Inter;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 150%;
  margin-bottom: 14px;
}
.card__text {
  font-family: Inter;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
  margin-bottom: 15px;
}
.card__text_mini_app {
	margin-bottom: 5px;
}
.social__card-link-box {
display: flex;
align-items: center;
flex-wrap: wrap;
margin-bottom: 12px;
}
.social__card-link {
	display: flex;
	align-items: center;
	margin: 0 4px;

	color: #2546FF;
	font-family: Inter;
	font-size: 14px;
	font-style: normal;
	font-weight: 500;
	line-height: 20px; 
}
body.dark-theme .social__card-link {
	color: #23ACDE;
}
body.dark-theme .social__card-link svg path {
	fill: #23ACDE;
}
.card__btn {
  font-family: Inter;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 140%;
}
.card__item-bottom{
display: flex;
align-items: center;
justify-content: space-between;
}

.card__details-btn{
	width: 146px;	
}
.prices__item-telegram {
  display: flex;
  flex-direction: row;
  align-items: center;
  min-width: 66%;
  padding: 17px 16px 26px 16px;
}

.prices__item-telegram img {
  max-width: 43%;
  border-radius: 14px;
}
.prices__item-mini-app { 
	display: flex;
  flex-direction: row;
  align-items: center;
  min-width: 66%;
  padding: 17px 16px 26px 16px;
	overflow: hidden;
}
.prices__item-mini-app .iphone_dark,
.prices__item-mini-app .iphone_light,
.prices__item-mini-app .interactive_top_img {
 position: absolute;
 bottom: 0;
 right: 0;
 height: 100%;
}
.iphone_mobile_light,
.iphone_mobile_dark {
	display: none;
}
.statistics_title {  
	color: #000;
	font-style: italic;
	margin: 0 auto;
  font-size: 18px;
  margin-bottom: 6px;
}
body.dark-theme .statistics_title {
	color: #fff;
}
.statistic_container {
  display: flex;
  justify-content: space-around;
  width: 100%;
  align-items: center;
  gap: 30px;
  margin-bottom: 20px;
}

.card__content .card__text {
  /* margin-bottom: 36px; */
  max-width: 100%;
}
.card__content .card__text_mini_app {
	margin-bottom: 16px;
}
.card__content-mini-app {
	width: 50%;
	position: relative;
	z-index: 1;
}

.card__btn-tlg {
		width: 180px;
  display: inline-block;
  text-align: center;
  font-family: Arial;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 140%;
  border-radius: 15px;
  padding: 14px;
  cursor: pointer;
  transition: color 0.4s ease-in-out, background 0.4s ease-in-out;
}
.show__demo {
	display: flex;
	align-items: center;
	cursor: pointer;
	margin-bottom: 12px;
	transition: opacity 0.5s ease;
}
.show__demo-btn_miniapp {
	margin-bottom: 10px;
}
.show__demo:hover {
	opacity: 0.5;
}
.show__demo svg {
	width: 24px;
	margin-right: 10px;
}
body.dark-theme .show__demo svg {
	opacity: 0.5;
}
body.dark-theme .show__demo svg path {
fill: #fff;
stroke: #fff;
}
.show__demo p {
color: #2546FF;
font-size: 16px;
font-style: normal;
font-weight: 400;
line-height: 140%;
}
body.dark-theme .show__demo p {
	color: #23ACDE;
}

/* FORM */
.application__form{
	display: flex;
	flex-direction: column;
}
.form__title {
	text-align: center;
color:  #000;
font-family: Inter;
font-size: 32px;
font-style: normal;
font-weight: 600;
line-height: 150%; 
margin-bottom: 40px;
}
.popup__form-input{
	position: relative;
	height: 50px;
	max-width: 444px;
	border: none;
	border-bottom: 2px solid #2546FF;
	margin-bottom: 50px;
	border-radius: 0px;

}
.popup__form-input::placeholder{
font-family: Inter;
font-size: 16px;
font-style: normal;
font-weight: 400;
line-height: 150%;
}
.popup__form-submit{
width: 100%;
color: #FFF;
text-align: center;
font-family: Inter;
font-size: 16px;
font-style: normal;
font-weight: 600;
line-height: 140%;
border-radius: 15px;
padding: 15px 15px;
box-shadow: none;
transition: background 0.4s ease, color 0.4s ease, border 0,4s ease;
}
.popup__form-submit.success__send{
	border: 2px solid #009b41;
	background: transparent;
}
.popup__form-submit.error__send{
	border: 2px solid #b00000;
	background: transparent;
}

.popup__form-input:focus-visible {
	outline: none;
}

.application__form input[type=text], 
.application__form input[type="email"] {
	font-size: 19px;
	padding-left: 12px;
}
input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus {
		transition: background 5000s ease-in-out 0s, color 5000s ease-in-out 0s;
	}


.form__descr {
	margin-top: 32px;
	max-width: 430px;
	text-align: center;
	font-family: Inter;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 149.99%; 
}
/* ================== ROI ================== */
.roi {
	z-index: 1;
  background: #2546ff;
  position: relative;
}
.roi__content {
  padding-top: 100px;
  padding-bottom: 144px;
  position: relative;
}
.roi__subtitle {
  color: #fff;
  font-family: Inter;
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: 120%;
  margin-bottom: 50px;
}
.roi__descr {
  position: relative;
  color: #fff;
  font-family: Inter;
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  line-height: 140%;
  margin-bottom: 32px;
  padding-left: 16px;
  max-width: 600px;
}
.roi__descr::before {
  content: "";
  position: absolute;
  transform: translateY(-50%);
  top: 50%;
  left: 0;
  width: 1px;
  height: 85%;
  background-color: #fff;
}
.roi__text {
  color: #fff;
  font-family: Inter;
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
  max-width: 738px;
  margin-right: 242px;
}
.roi__text-mobile {
  display: none;
  color: #fff;
  font-family: Inter;
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
  max-width: 738px;
}
.roi__flower-bg {
  position: absolute;
  bottom: -35px;
  right: 0px;
  width: 331px;
}
/* ================== REVIEWS ================== */
.reviews {
  display: none;
  padding-top: 75px;
  padding-bottom: 90px;
}
.reviews__subtitle {
  color: #000;
  font-family: Inter;
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: 120%;
  margin-bottom: 32px;
}
.review__item {
  border-radius: 12px;
  background: #fff;
  box-shadow: 0px 4px 11.5px 0px rgba(0, 0, 0, 0.19);
  padding: 24px 16px;
  max-width: 650px;
}
.review__item-text {
  color: #000;
  font-family: Inter;
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  margin-bottom: 20px;
}
.review__item-project {
  display: flex;
  align-items: center;
  padding-left: 16px;
  border-left: 2px solid #919191;
}

.author-icon {
  height: 78px;
  width: 78px;
  border-radius: 50%;
  background-color: #919191;
  margin-right: 24px;
}
.review__author-name {
  color: #2546ff;
  font-family: Inter;
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  margin-bottom: 12px;
}
.review__project-name {
  color: #000;
  font-family: Inter;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 150%;
}
/* ================== CONTACT ================== */
.contact {
  display: none;
  background: #2546ff;
  padding: 24px 0;
}
.content__container {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.contact__title {
  color: #fff;
  font-family: Inter;
  font-size: 30px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  max-width: 500px;
}

.contact__content {
  display: flex;
  align-items: center;
  gap: 32px;
}
.contact__content img {
  width: 80px;
}
.telegram__link {
  color: #fff;
  font-family: Inter;
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  line-height: 120%;
}
.contact-btn {
  display: inline-block;
  color: #000;
  text-align: center;
  font-size: 16px;
  font-style: normal;
  line-height: 140%;
  font-family: Inter;
  font-weight: 600;
  padding: 15px;
  cursor: pointer;
  border-radius: 15px;
  border: 2px solid #fff;
  background: #fff;
  margin-right: 32px;
  text-decoration: none;
  transition: color 0.3s ease-in-out, background 0.3s ease-in-out;
}
.contact-btn:hover {
  background: #2546ff;
  transition: color 0.3s ease-in-out, background 0.3s ease-in-out;
  color: #fff;
}
/* ================== FAQ ================== */
.faq {
	display: none;
  padding: 90px 0px;
  max-width: 1140px;
  margin: 0 auto;
}

.faq-content {
  display: flex;
  flex-direction: column;
}
.faq-content__inner {
  border-top: 1px solid #bebebe;
  cursor: pointer;
}
.faq-content__question {
  border: none;
  outline: none;
  background: transparent;
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 26px;
}
.faq-content__text {
  margin: 0;
  font-size: 16px;
  font-weight: 400;
  line-height: 32px;
  text-align: left;
  color: #171717;
  margin-right: 15px;
}
.faq-content__text,
.faq-content__descr {
  color: #000;
}
.faq-content__question span {
  transition: transform .3s ease-in-out;
	transform: rotate(-135deg);
}
.faq-content__inner.collapsed .faq-content__question span {
	transform: rotate(0deg);
}
.faq-content__answer {
  padding: 0 26px;
}

.faq-content__descr {
  margin-bottom: 26px;
  font-size: 16px;
  font-weight: 400;
  line-height: 32px;
  color: #171717;
}
/* ================== FOOTER ================== */

.footer__content {
  display: flex;
  justify-content: space-between;
  align-items: end;
  max-width: 1300px;
  margin: 0 auto;
  padding: 0 20px;
}
.footer__left {
  margin-bottom: 16px;
}
.footer__left-top {
  display: flex;
  align-items: center;
  margin-bottom: 48px;
}
.footer__left-top img {
  margin-right: 27px;
  width: 60px;
}
.footer__left-top p {
  max-width: 240px;
  color: rgba(80, 80, 80, 0.8);
  font-family: Arial;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 163%;
}

.footer__left-bottom {
  display: flex;
  align-items: center;
  gap: 56px;
}
.footer__center {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-right: 173px;
}
.footer__center .footer__right-btn {
  display: none;
}
.footer__center img {
  width: 72px;
}
.footer__center a {
  color: rgba(0, 0, 0, 0.8);
  font-family: Arial;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 163%;
}
.copyrights {
  color: #6a7794;
  text-align: center;
  font-family: Arial;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 130%;
  margin-top: 25px;
  margin-bottom: 60px;
}
.footer__right-btn {
  color: #fff;
  text-align: center;
  font-family: Arial;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 140%;
  border-radius: 15px;
  padding: 14px;
  background: #2546ff;
  border: 2px solid #2546ff;
  cursor: pointer;
  margin-bottom: 12px;
  transition: color 0.4s ease-in-out, background 0.4s ease-in-out;
}
.footer__right-btn:hover {
  background: #fff;
  color: #000;
}
/* ================== POPUP ================== */
.popup {
  z-index: 1005;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.3);
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.4s ease-in-out;
  overflow-y: auto;
  overflow-x: hidden;
}
.popup__container {
  display: flex;
  align-items: center;
  min-height: 100%;
  justify-content: center;
}
.popup__content {
  position: relative;
  border-radius: 12px;
  box-shadow: 0px 4px 9.4px 0px rgba(0, 0, 0, 0.13);
  padding: 50px 16px 40px 16px;
  margin: 15px;
  transform: translate(0, -50px);
  transition: transform 0.3s ease-out;
}
.popup.popup__opened {
  opacity: 1;
  pointer-events: auto;
  transition: opacity 0.4s ease-in-out;
}
.popup__content.showed {
  transform: none;
}

.popup__content-form {
	padding: 40px;
}
.close__popup {
  position: absolute;
	top: 10px;
	right: 10px;
  cursor: pointer;
  padding: 10px;
	z-index: 1;
}
.close__popup svg {
  width: 30px;
  height: 30px;
}
.popup__type {
  border-radius: 12px;
  padding: 10px;
  position: absolute;
  top: 44px;
  right: 16px;
  font-family: Inter;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
}


.popup__title {
  font-family: Inter;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 150%;
  margin-bottom: 10px;
}
.popup__subtitle {
  font-family: Inter;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 150%;
  margin-bottom: 24px;
}
.popup__text {
  font-family: Inter;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
  margin-bottom: 24px;
}
.popup__list {
  padding-left: 20px;
}
.popup__list-item {
  font-family: Inter;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
  margin-bottom: 10px;
}
.popup__list-item span {
  font-weight: 500;
}
.popup__sublist {
  padding-left: 20px;
}
.popup__sublist-item {
  font-family: Inter;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
  max-width: 330px;
  margin-bottom: 10px;
}
.popup__sublist-item span {
  font-weight: 500;
}
/* POPUP 8 */
.popup_iphone {
	height: 624px;
}
.mini_app_btn {
	margin-bottom: 50px;
}
body .popup__demo-content_miniapp {
	padding: 20px;
}
.popup_tarif_container {
	position: absolute;
	bottom: 120px;
	border-radius: 24px;

	padding: 18px 40px 14px 40px;

	display: flex;
	flex-direction: column;
	align-items: center;
}
body .popup__demo-content_miniapp .slick-dots {
	bottom: 7px;
}
.mini_app_tarif_title {
	border-radius: 32px;
	background: #17D842;
	padding: 8px 12px;
	width: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	margin-bottom: 8px;
}
.mini_app_tarif_title p {
	font-size: 16.877px;
	font-style: normal;
	font-weight: 600;
	line-height: 19.69px; 
	text-transform: uppercase;	
	display: inline-block;
	position: relative;

}
.mini_app_tarif_title p::before {
	content: '';
	position: absolute;
	top: 0px;
	left: -22px;
	width: 20px;
	height: 20px;
	background: url('../images/partners/lightning_icon.png');
	background-size: contain;
	background-repeat: no-repeat;
}
.mini_app_subtitle {
	display: flex;
	justify-content: center;
	align-items: center;
	margin-bottom: 8px;
}
.mini_app_subtitle p {
	font-size: 16px;
	font-style: normal;
	font-weight: 500;
	line-height: 24px;
	position: relative;
	text-align: center;
}
.mini_app_subtitle p::before {
  content: '';
  position: absolute;
  width: 7px;
  height: 7px;
  top: 9px;
  left: -16px;
  border-radius: 50%;
}
.mini_app_main_price {
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  width: 100%;
  text-align: center;
  line-height: 33px;
  padding-bottom: 5px;
  margin-bottom: 14px;
}
	.mini_app_tarif_combo_title {
		border-radius: 32px;
		background: #17D842;
		padding: 6px 10px;
		width: 83%;
		display: flex;
		justify-content: center;
		align-items: center;
		margin-bottom: 8px;
	}
	.mini_app_tarif_combo_title p {
		font-size: 16.877px;
		font-style: normal;
		font-weight: 600;
		line-height: 19.69px; 
		text-transform: uppercase;	
		display: inline-block;
		position: relative;
	
	}
	.mini_app_tarif_combo_title p::before {
		content: '';
		position: absolute;
		top: 0px;
		left: -22px;
		width: 20px;
		height: 20px;
		background: url('../images/partners/sparkles_icon.png');
		background-size: contain;
		background-repeat: no-repeat;
	}
.mini_app_combo_subtitle {
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 24px; 
	text-align: center;
}
.mini_app_combo_price {
	text-align: center;
	font-size: 16px;
	font-style: normal;
	font-weight: 600;
	line-height: 24px;
	margin-bottom: 6px;

} 
/* POPUP200/400 */
.form__answer-container{
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	align-items: center;
}
.form__answer-img{
		width: 90px;	
		margin-bottom: 16px;
}
.form__answer-title{
	color: #23ACDE;
	font-family: Inter;
	font-size: 24px;
	text-align: center;
	font-style: normal;
	font-weight: 600;
	line-height: 150%; 
	margin-bottom: 5px;
}
.form__answer-text {
	color: #000;
	text-align: center;
	font-family: Inter;
	font-size: 18px;
	font-style: normal;
	font-weight: 500;
	line-height: 161%; 
	max-width: 262px;
}
.form__answer-text a {
	color: #23ACDE;
}
.demo__card-img {
	max-width: 300px;
	margin-bottom: 20px;
}
.dinamic__card-img {
	max-width: 100%;
	max-height: 400px;
	margin-bottom: 20px;
}
body .dinamic1__card-img-desk {
	display: block;
}
body .dinamic1__card-img-mob {
	display: none;
}
.demo_price {
	color: #000;
	font-size: 18px;
	font-weight: 600;
	margin-bottom: 10px;
}
body.dark-theme .demo_price {
	color: #fff;
}
/* .demo_price {
  padding: 2px 18px;
  border-radius: 12px 12px 0 0;
  background: #2546ff;
  color: #FFF;
  min-height: 27px;
  text-align: center;
  display: flex;
  margin-bottom: -2px;
  justify-content: center;
  font-family: Inter;
  align-items: center;
  font-size: 17px;
  font-style: normal;
  font-weight: 600;
  line-height: 100%;
} */

body .dinamic__card-img-desk.dinamic__card-img-light {
	display: block;
}
body.dark-theme .dinamic__card-img-desk.dinamic__card-img-light {
	display: none;
}
body.dark-theme .dinamic__card-img-desk.dinamic__card-img-dark{
	display: block;
}
body .dinamic__card-img-desk.dinamic__card-img-dark {
	display: none;
}
body .dinamic__card-img-mob.dinamic__card-img-dark,
body .dinamic__card-img-mob.dinamic__card-img-light,
body.dark-theme .dinamic__card-img-mob.dinamic__card-img-dark,
body.dark-theme .dinamic__card-img-mob.dinamic__card-img-light {
	display: none;
}


@media(max-width: 600px) {
	body .dinamic1__card-img-desk {
		display: none;
	}
	body .dinamic1__card-img-mob {
		display: block;
	}
	body .dinamic__card-img-desk.dinamic__card-img-dark,
	body .dinamic__card-img-desk.dinamic__card-img-light,
	body.dark-theme .dinamic__card-img-desk.dinamic__card-img-dark,
	body.dark-theme .dinamic__card-img-desk.dinamic__card-img-light {
		display: none;
	}
	
	body .dinamic__card-img-mob.dinamic__card-img-light {
		display: block;
	}
	body.dark-theme .dinamic__card-img-mob.dinamic__card-img-dark {
		display: block;
	}


}
.slick-slide .news_demo_card_light {
	display: block;
}
.slick-slide .news_demo_card_dark {
	display: none;
}
body.dark-theme .slick-slide .news_demo_card_light {
	display: none;
}
body.dark-theme .slick-slide .news_demo_card_dark {
	display: block;
}

body .demo__card-img-dark {
	display: none;
}
body.dark-theme .demo__card-img-dark {
	display: block;
}
body.dark-theme .demo__card-img-light {
	display: none;
}

.popup__width {
	max-width: 630px;
}
.popup__demo-content {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 40px 40px 30px 40px;

	overflow: hidden;
}
.details__demo-btn {
	width: 90%;
	max-width: 360px;
}
.demo__card-descr {
	color: #272727;
	text-align: center;
	font-family: Inter;
	font-size: 14px;
	font-style: normal;
	font-weight: 500;
	line-height: 150%;
  max-width: 450px;
	margin-top: 16px;
	margin-bottom: 60px;
}
body.dark-theme .demo__card-descr {
	color: #ffffff;
}
.demo__title {
	margin-bottom: 20px;
}
body .popup_pitch_day {
	align-items: start;
}
.pitch_link {
	border-radius: 12px;
	margin: 15px 0;
	cursor: pointer;
	overflow: hidden;
	outline: 1px solid transparent;
	transition: outline 0.5s ease ;
}
.pitch_link img {
	cursor: pointer;
}
.pitch_link:hover {
	outline: 1px solid #2546ff;
	transition: outline 0.5s ease ;

}
.pitch_day_title {
	font-size: 20px;
  margin-bottom: 20px;
	color: #000;
}
.pitch_day_subtitle {
	font-style: 16px;
	margin-bottom: 10px;
}
.pitch_day_descr {
	font-size: 16px;
	text-decoration: underline;
	margin-bottom: 5px;
	text-align: left;
}
.pitch_day_list {
	list-style: none;
}
.pitch_day_item {
	display: flex; 
	align-items: center;
	margin-bottom: 10px;
}
.pitch_day_item span {
	width: 30px;
	height: 30px;
	background: #2546ff ;
	border-radius: 50%;
	margin-right: 8px;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #fff;
	flex-shrink: 0;

}

body.dark-theme .pitch_day_title,
body.dark-theme .pitch_day_subtitle,
body.dark-theme .pitch_day_descr ,
body.dark-theme .pitch_day_item {
	color: #fff;
}
.pitch_day_btn {
	display: block;
  text-align: center;
  margin-top: 20px;
}
.pitch_day_btn a {
	text-decoration: none;
  font-size: 18px;
  color: #fff;
  display: inline-block;
  padding: 10px 20px;
  background: #2546ff;
  border-radius: 12px;
}

.social__boost-tarif {
	padding: 14px 50px;
	margin-bottom: 20px;
	border-radius: 40px;
	background: #FFF;
}
.social__boost-tarif a {
	color: #01B1FF;
	display: flex;
	justify-content: center;
	text-align: center;
	font-family: Inter;
	font-size: 28px;
	font-style: normal;
	font-weight: 700;
	line-height: 150%; 
}
.social__boost-tarif .social_statistic {
	font-size: 12px;
	text-decoration: underline;
	font-style: italic;
	display: flex;
	justify-content: center;
	margin-bottom: 10px;
	cursor: pointer;
}
.social__boost-tarif span {
  color: #1D1D1D;
  font-family: Inter;
  font-size: 18px;
  display: flex;
  justify-content: space-between;
	align-items: center;
  margin-bottom: 10px;
	gap: 30px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
}
.social__boost-tarif span b {
	padding: 0px 12px;
  border-radius: 12.728px;
  background: #01B1FF;
  color: #FFF;
	min-height: 27px;
  text-align: center;
  display: flex;
  justify-content: center;
  font-family: Inter;
  align-items: center;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 100%;
}
body.dark-theme .social__boost-tarif span {
	color: #fff;
}
body .popup__content.social_popup {
	background: url('../images/partners/social_light.png');
	background-size: cover;
}
body.dark-theme .popup__content.social_popup {
	background: url('../images/partners/social_dark.png');
	background-size: cover;
}

.social__boost-tarif-twitter {
	background: linear-gradient(96deg, #2D2D2D -4.98%, #4C4C4C 100.08%);
	margin-bottom: 170px;
}
.social__boost-tarif-twitter span {
	color: #fff;
}
.social__boost-tarif-twitter a {
  color: #fff;
}
.social__boost-tarif-twitter span b  {
	background: #fff;
  color: #01B1FF;
}
.social_popup img {
	position: absolute;
	bottom: 0;
	transform: translateX(-50%);
	left: 50%;
	width: 75%;
}
body.dark-theme .social__boost-tarif-telegram {
	background: #3A436E;
}
body.dark-theme .social__boost-tarif-telegram a {
  color: #fff;
}

/* ================== MEDIA ================== */
@media (max-width: 1400px) {
	.main__block-bg{
		display: none;
	}
	.main__block-bg2{
		display: block;
		position: absolute;
		bottom: -38px;
		right: 0%;
		width: 634px;
	}
}

/* ================================================================== */

@media (max-width: 1175px) {
  .prices__cards-list {
    justify-content: center;
  }
  /* .prices__list-item {
    max-width: 49%;
    width: 49%;
  } */
	.prices__item-mini-app {
		max-width: 700px;
		min-width: 700px;
	}
	.prices__list-item{
    max-width: 700px;
    min-width: 700px;
  }
}
/* ================================================================== */
@media (max-width: 1150px) {
  .main__block-title {
    font-size: 40px;
    max-width: 45%;
  }
  .roi__flower-bg {
    width: 280px;
  }
	.advantages__list {
    margin-top: 40px;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
  }
}

/* ================================================================== */
@media (max-width: 1000px) {
	.main__block-bg2 {
		display: none;
	}
  .main__block-bg3 {
		display: block;
		position: absolute;
		bottom: -38px;
		width: 395px;
		right: 0%;
  }
  .main__block-title {
    max-width: 52%;
  }
  .offer__top {
    flex-direction: column;
  }
  .offer__indicators {
    margin-top: 40px;
    margin-left: 0;
  }
  .offer__description {
    max-width: 100%;
  }
}
/* ================================================================== */
@media (max-width: 914px) {

	.main__block-content{
		padding-top: 100px;
	}
	.offer__indicators-item {
		font-size: 18px;
	}
	.offer__indicators-item span {
		font-size: 26px;
	}
	.offer__indicators-item::before {
	left: 11%;
	}

}
/* ================================================================== */
@media (max-width: 820px) {
  .main__block {
    display: flex;
    flex-direction: column;
  }
  .main__block-bg3 {
    display: none;
  }
  .main__block-bg-sm {
    display: block;
    align-self: end;
    margin-bottom: -5%;
		margin-top: -5%;
  }
  .main__block-title {
    max-width: 90%;
  }
  .main__block-content {
    padding-bottom: 0;
    padding-top: 90px;
  }
  .prices__list-item {
    max-width: 100%;
    width: 100%;
  }
	.offer__indicators-list{
		flex-wrap: wrap;
		gap: 20px;
	}
	.offer__indicators-item{
		width: 48%;
		text-align: center;
	}
	.offer__indicators-item::before {
    left: 14%;
}
.mail__title-block{
	font-size: 26px;
	max-width: 340px;
}
.prices__item-mini-app {
	max-width: 100%;
	min-width: 100%;
}
.prices__list-item {
	max-width: 100%;
	min-width: 100%;
}
.card__content-mini-app {
	width: 400px;
}
body .prices__item-mini-app .interactive_image {
	right: -43px;
}
}
/* ================================================================== */
@media (max-width: 765px) {
.card__content-mini-app {
	width: 320px;
}
}
/* ================================================================== */
@media (max-width: 700px) {
  .title-block {
    font-size: 34px;
  }
  .offer__subtitle,
	.offer__description,
  .customizable__solutions-subtitle,
  .customizable__solutions-content p,
  .roi__text,
  .roi__descr,
  .roi__subtitle {
    font-size: 20px;
  }
	.advantages__list {
    grid-template-columns: repeat(1, 1fr);
    gap: 32px;
  }
	.offer__indicators-item::before {
    left: 12%;
}
.roi__flower-bg {
	width: 230px;
}
.roi__text {
	margin-right: 196px;
}
.mail__box-content{
	flex-direction: column;
	align-items: start;
}
.mail__content{
	margin-bottom: 30px;
}
.contact__block-btn{
	margin-left: 0;
}
.popup__width {
	max-width: 630px;
	max-width: 95%;
}

}
/* ================================================================== */

@media (max-width: 680px) {
	.card__content-mini-app {
		width: 100%;
	}
	.prices__item-mini-app .iphone_dark,
	.prices__item-mini-app .iphone_light
	 {
		display: none;
	}
	.prices__item-mini-app {
		flex-direction: column;
	}
	}
/* ================================================================== */

@media (max-width: 590px) {
.mq__item-text {
	max-width: 350px;
}
.social__boost-tarif a {
	font-size: 20px;
}
.social__boost-tarif span {
	font-size: 15px;
}
.social__boost-tarif span b {
	font-size: 14px;
	max-height: 27px;
	min-width: 66px;
}
.social__boost-tarif {
	padding: 10px 25px;
  margin-bottom: 15px;
  border-radius: 24px;
}
.social__boost-tarif-twitter {
	margin-bottom: 130px;
}
body .social_popup {
	padding: 60px 20px 20px 20px;
}
}
/* ================================================================== */
@media (max-width: 576px) {
	.wanted	.slick-track {
    left: 0px;
}
  .main__block-bg-sm {
    width: 90%;
    margin-bottom: -5%;
  }
  .main__block-title {
    font-size: 34px;
  }
  .title-block {
    font-size: 30px;
  }
	.about{
		padding-top: 60px;
		padding-bottom: 60px;
	}
  .wanted {
    padding-top: 60px;
    padding-bottom: 100px;
  }
  .offer {
    padding-top: 60px;
		padding-bottom: 60px;
  }
  .prices {
    padding-top: 60px;
    padding-bottom: 60px;
  }
	.roi {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .customizable__solutions-content {
    flex-direction: column;
  }
  .customizable__solutions-content img {
    margin-right: 0;
    margin-bottom: 10px;
  }
  .customizable__solutions-content {
    padding: 20px;
  }
  .mail__click {
    display: none;
  }
  .mail__click-sm {
    display: block;
  }
  .subscribe-form form {
    flex-direction: column;
  }
  .form-btn {
    display: flex;
    margin-top: 30px;
  }
  .mail__box-content,
  .subscribe-form form {
    align-items: start;
  }
  .mail__box-submit {
    margin-left: 0;
  }
  .prices__item-telegram {
    flex-direction: column-reverse;
  }
  .prices__item-telegram img {
    margin-bottom: 15px;
		max-width: 100%;
  }

	/* .prices__item-mini-app {   
		flex-direction: column-reverse;
    padding-top: 0;
	} */
	/* .prices__item-mini-app img {
    margin-bottom: 15px;
  } */
  .card__btn-tlg {
    display: block;
  }
  .roi__content {
    padding-top: 0px;
    padding-bottom: 0px;
  }

  .roi__text {
    padding-top: 430px;
    margin-right: 0;
  }
  .flower__bg {
    opacity: 0.4;
    height: 60%;
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background: linear-gradient(180deg, #6b7ee9 0%, rgba(37, 70, 255, 0) 100%);
    mix-blend-mode: multiply;
    border-radius: 56px;
  }
  .roi__flower-bg {
    position: absolute;
    top: 33%;
    left: 50%;
    transform: translateX(-50%);
    width: 215px;
    z-index: 2;
  }
	.offer__indicators-list{
		flex-direction: column;
	}
	.offer__indicators-item {
		width: 100%;
	}
	.offer__indicators-item {
		font-size: 20px;
	}
	.offer__indicators-item span {
		font-size: 30px;
	}
	.offer__indicators-item::before {
    left: 16%;
}
.customizable__solutions {
  margin-bottom: 60px;
}

.wanted .slick-prev{
	right: 65%;
	top: 240px;
	left: auto;
}
.wanted .slick-next {
	right: auto;
	top: 240px;
	left: 65%;
}
.title__block-box {
	flex-direction: column;
}
}
/* ================================================================== */
@media (max-width: 500px) {
	.popup_iphone {
		height: 420px;
		margin-bottom: 95px;
	}
}
/* ================================================================== */
@media (max-width: 450px) {
  .content__container-sm {
    padding: 0 16px;
  }
  .main__block-content {
    padding-top: 80px;
  }
  .main__block-title {
    font-size: 28px;
    margin-bottom: 30px;
  }
  .title-block {
    font-size: 26px;
  }
  .about__subtitle {
    font-size: 20px;
    margin-bottom: 50px;
  }
  .about__text-item {
    padding-left: 16px;
  }

  .about__text-list {
    row-gap: 40px;
  }

  .customizable__solutions-content p,
  .roi__descr,
  .roi__text {
    font-size: 18px;
  }
  .mail__title-block {
    font-size: 24px;
  }
  .faq-content__question {
    padding: 26px 10px;
  }
  .faq {
    padding: 40px 0;
  }
	.offer__indicators-item::before {
    left: 13%;
}
.details__btn {
	width: 90%;
}
.details__btn_more {
	width: 100%;

}
.card__btn-tlg {
	margin: 0 auto;
	width: 100%;
}
.demo__card-descr {
	max-width: 90%;
}
.card__details-btn{
	width: 146px;
}
.advantages__list-item {
	font-size: 18px;
}
.offer__description-main{
	font-size: 22px;
}
.form__title{
	font-size: 28px;
}
.form__descr {
	margin-top: 20px;
	font-size: 14px;
}
.popup__content-form{
	padding: 50px 16px 24px 16px;
}
.offer {
padding-bottom: 30px;
}
.popup[data-popup="5"] .popup__content
/* .popup[data-popup="6"] .popup__content   */
{
	min-height: 100vh;
	width: 100vw;
	margin: 0;
	border-radius: 0px;
	box-shadow: none;
}
.popup[data-popup="5"] .popup__container
/* .popup[data-popup="6"] .popup__container  */
{
	align-items: flex-start;
}
.demo__card-img {
	max-width: 80%;
}
.popup__demo-content {
	padding: 40px 20px 20px 20px;
}
.dinamic__card-img {
	max-height: 300px;
}
.demo__title_mini_app {
	font-size: 23px;
	margin-bottom: 8px;
}
.social__boost-tarif a {
	font-size: 22px;
}
}
/* ================================================================== */
@media (max-width: 400px) {
  .prices__list-item {
    padding: 66px 14px 24px 14px;
  }
	.prices__item-mini-app {
		padding: 24px 14px 24px 14px;
	}
  .card__descr {
    right: auto;
    left: 16px;
  }
	.card__descr-mini-app {
		right: auto;
    left: 0;
	}
  .card__title {
    font-size: 18px;
  }
  .prices__item-telegram {
    padding-top: 0;
  }
	.card__title-mini-app {
		margin-top: 45px;
	}
	.card__title-mini-app2 {
		margin-top: 45px;
	}
  .popup__content {
    padding: 66px 16px 40px 16px;
  }
	.popup__demo-content {
		padding: 43px 16px 16px 16px;
	}
  .popup__type {
    top: 16px;
    left: 16px;
    right: auto;
  }
	.offer__indicators-title{
		font-size: 18px;
	}
	.offer__description-main{
		font-size: 18px;
	}
	.card__details-btn{
		width: 100%;
	}
	.card__item-bottom{
		flex-direction: column;
		gap: 20px;
		align-items: self-start;
	}
	.roi__flower-bg {
    top: 32%;
	}
	.mail__box-content div,
	.contact__block-btn {
		width: 100%;
	}

}
/* ================================================================== */
@media (max-width: 376px) {
  .main__block-content {
    padding-top: 65px;
  }
  .main__block-title {
    font-size: 27px;
    margin-bottom: 30px;
  }

  .title-block {
    font-size: 24px;
  }
  .about__subtitle {
    font-size: 18px;
    margin-bottom: 32px;
  }
  .about__text-item {
    font-size: 16px;
  }
	.statistic_container {
		flex-direction: column;
		gap: 0;
	}
 
  .about__text-list {
    row-gap: 30px;
  }
  .offer__subtitle,
  .offer__description,
  .customizable__solutions-subtitle,
  .customizable__solutions-content p,
  .roi__descr,
  .roi__text {
    font-size: 16px;
  }
	
  .offer__subtitle {
    margin-bottom: 20px;
  }
  .title-block {
    margin-bottom: 20px;
  }
 
  .customizable__solutions-content {
    padding: 20px 16px 24px;
  }
	.offer__indicators-item {
		font-size: 18px;
	}
	.offer__indicators-item span {
		font-size: 24px;
	}
	.offer__indicators-item::before {
    left: 14%;
		width: 16px;
		height: 16px;
}
.wanted{
	padding-top: 40px;
}
.about {
	padding-top: 40px;
	padding-bottom: 40px;
}
.offer {
	padding-top: 40px;
}
.customizable__solutions{
	margin-bottom: 40px;
}
.prices{
	padding-top: 40px;
	padding-bottom: 40px;
}
.roi {
	padding-top: 40px;
	padding-bottom: 40px;
}
.form__answer-title{
	font-size: 20px;
}
.form__answer-text {
	font-size: 16px;
}
.demo__card-descr {
	font-size: 12px;
}

.mini_app_tarif_title p {
	font-size: 15px;
}
.mini_app_tarif_title {
	padding: 10px;
}
.mini_app_subtitle {
	margin-bottom: 3px;
}
.mini_app_subtitle p {
	font-size: 14px;
}
.mini_app_main_price {
	font-size: 17px;
}
.mini_app_tarif_combo_title p {
	font-size: 15px;
}
.mini_app_tarif_combo_title {
	padding: 8px;
}
.mini_app_combo_subtitle {
	font-size: 14px;
}
.popup_tarif_container {
	padding: 16px 25px 16px 25px;
}
.mini_app_subtitle p::before {
  width: 5px;
  height: 5px;
  top: 9px;
  left: -12px;
}
body .popup__demo-content_miniapp .slick-dots {
  bottom: 17px;
}
body .popup__demo-content_miniapp {
  padding: 20px 20px 0px 20px;
}

.social__boost-tarif a {
	font-size: 18px;
}
.social__boost-tarif span {
	font-size: 14px;
}
body .social_popup {
	padding: 60px 15px 20px 15px;
}
.social__boost-tarif {
	padding: 9px 16px;
}
}
/* ================================================================== */
@media (max-width: 340px) {
	.demo__title_mini_app {
		margin-top: 25px;
	}
	.popup_iphone {
		height: 414px;
    margin-bottom: 83px;
	}
}
/* ================================================================== */
@media (max-width: 320px) {
  .main__block-title {
    font-size: 20px;
    margin-bottom: 16px;
  }
  .mail__click-sm {
    margin-left: 30px;
  }
  .subscribe-form .form-group-color {
    min-width: 240px;
  }
	.offer__indicators-title{
		font-size: 16px;
	}
	.offer__indicators-item {
		font-size: 16px;
	}
	.offer__indicators-item span {
		font-size: 20px;
	}
	.offer__indicators-item::before {
    left: 11%;
}
.advantages__list-item {
	font-size: 16px;
}
.offer__description-main{
	font-size: 16px;
}
.roi__flower-bg {
	top: 33.5%;
}
.demo__card-descr {
	font-size: 10px;
}
.form__title {
	font-size: 24px;
}
}



.modal__interactive-slider{
	width: 100%;
	height: 100%; 
	height: 86%; 

}

.modal__interactive-slider.slick-dotted.slick-slider{
	margin-bottom: 0;
}

.modal__interactive-slider .slick-track {
	display: flex;
	height: 100%;
	left: 0;
}
.modal__interactive-slider .slick-list {
	height: 100%;
}
.modal__interactive-slider .slide {
	position: relative;
	flex-grow: 1;
	display: flex;
	flex-direction: column;
	align-items: center;
	padding: 0;
	justify-content: space-between;
}
.modal__interactive-slider .slick-dots {
	margin: 0; 
	padding: 0;
	display: flex;
	position: absolute;
	transform: translateX(-50%);
	left: 50%;
	bottom: 22px;
	list-style: none;
	width: auto;
}
.modal__interactive-slider .slick-dots li {
	width: 15px;
	height: 15px;
	background-color: #2546FF;
	border-radius: 50%;
	opacity: 0.5;
  margin: 0 10px;
	cursor: pointer;
}
.modal__interactive-slider .slick-dots li.slick-active {
	opacity: 1;
}
.slick-dots li button:before {
	color: transparent;
}
.slick-dots li.slick-active button:before {
	color: transparent;
}