body {
  font-family: "Inter", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  background: linear-gradient(180deg, #F4F9FC 0%, #F4F9FC 100%);
}
b {
	font-weight: 700;
}

.wrapper {
  max-width: 1300px;
  margin: 0 auto;
}
.header_row {
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 30px 0;
}
.nav_box > a {
	font-weight: 700;
	color: #333;
	text-decoration: none;
	margin: 0 15px;
	transition: .3s;
}
.nav_box > a:hover {
	color: red;
}
.phone_box > a {
	color: #333;
	text-decoration: none;
	font-size: 16px;
	font-weight: 900;
}
.phone_box > a > img {
	height: 28px;
	margin-right: 20px;
}
.uptitle {
	text-align: center;
	font-family: "Caveat", cursive;
	font-size: 60px;
	color: #167CFE;
	margin-top: 60px;
}
.title {
	text-align: center;
	font-size: 68px;
	font-weight: 900;
	line-height: 1.3;
	color: #212121;
	margin-bottom: 25px;
}
.subtitle {
	font-size: 27px;
	color: #333;
	text-align: center;
	line-height: 1.5;
	font-weight: 700;
}
.promo_row {
	display: flex;
	align-items: center;
	margin: 60px 0;
	justify-content: center;
}
.promo_box {
	display: flex;
	align-items: center;
}
.promo_title {
	font-weight: 700;
	color: #333;
	font-size: 18px;
	margin-right: 30px;
}
.promo_price {
	background-color: #FFEAEB;
    padding: 11px 14px;
    font-size: 22px;
    font-weight: 700;
    border-radius: 10px;
    margin-right: 20px;
    color: #FA5255;
}
.promo_old {
	font-size: 19px;
	color: #767676;
	text-decoration: line-through;
	font-weight: 700;
}
.promo_date {
	margin-top: 6px;
	font-weight: 400;
	color: #545454;
	font-size: 17px;
}
.promo_container {
	margin-right: 60px;
}
.btn {
    font-family: inter, sans-serif;
    font-weight: 900;
    font-size: 17px;
    color: #fff;
    background: linear-gradient(90.05deg, #FF6C6F 31.31%, #FA5255 98.65%);
    box-shadow: 0 24px 30px -16px rgb(250 82 85 / .25);
    padding: 19px 38px;
    border-radius: 100px;
    border: 0;
    transition: .3s;
    animation: pulse 2s infinite;	
}
.promo_img {
	margin-bottom: 100px;
}
.promo_img > img {
	height: 512px;
	width: 100%;
	object-fit: cover;
	border-radius: 15px;
}
.box_uptitle {
	text-align: center;
	font-size: 40px;
	color: #167CFE;	
	font-family: "Caveat", cursive;
	margin-bottom: 12px;	
}
.box_title {
	text-align: center;
	font-size: 50px;
	font-weight: 900;
	color: #1D1D1D;
	line-height: 1.5;
	margin-bottom: 60px;
}
.desc_container_row {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 100px;
}
.desc_img_box {
	width: 48%;
}
.desc_img_box > img {
	height: 470px;
	width: 100%;
	border-radius: 12px;
	object-fit: cover;
}
.desc_part {
	width: 48%;
}
.desc {
	font-weight: 600;
	line-height: 1.8;
	font-size: 19px;
	color: #333;
	margin-bottom: 60px;
}
.benefit_row {
    display: flex;
    justify-content: center;
    gap: 150px;
    margin-bottom: 50px;	
    margin-top: 100px;
}
.benefit_container {
    background-color: #fff;
    border-radius: 10px;
    padding: 15px 45px;
    justify-content: center;
    box-shadow: 0px 0px 7px 3px #f6f6f6;	
}
.benefit_icon {
	text-align: center;
    margin-bottom: 20px;
}	
.benefit_icon > img {
	margin-top: -50px;
}
.benefit_title {
    text-align: center;
    font-weight: 700;
    font-size: 21px;
    margin-bottom: 20px;	
}
.benefit_ul {
    font-weight: 400;
    line-height: 1.7;
    padding-bottom: 9px;	
}
.benefit_ul > li {
	font-weight: 700;
}
.benefit_ul > li > img {margin-right: 10px;}
.benefit_desc {
	text-align: center;
	margin-bottom: 33px;
	font-weight: 700;
	font-size: 22px;
	margin-bottom: 45px;
	line-height: 1.7;
}
.benefit_btn {
	text-align: center;
	margin-bottom: 100px;
}
.case_container {
	display: flex;
    align-items: center;
    background-color: #fff;
    border-radius: 10px;
    justify-content: space-between;
    padding: 40px;	
    flex-wrap: wrap;
    margin-bottom: 40px;
    box-shadow: 2px 4px 7px 5px #d2d2d20f;    
}
.case_rightbox {
	text-align: center;
}
.case_rightbox_img {
	margin-bottom: 40px;
}
.case_rightbox_img > img {
	border-radius: 12px;
}
.case_leftbox_uptitle {
	font-size: 30px;
	color: #167CFE;	
	font-family: "Caveat", cursive;	
	margin-bottom: 10px;
}
.case_leftbox_title {
	font-weight: 700;
	color: #333;
	font-size: 36px;
	line-height: 1.4;
	margin-bottom: 31px;
}
.case_leftbox {
	width: 47%;
}
.case_rightbox {
	width: 47%;
}
.case_leftbox_desc {
	font-weight: 400;
	font-size: 18px;
	line-height: 1.5;
	color: #333;
}
.cert_img_row {
	display: flex;
	justify-content: center;
	gap: 30px;
	margin-bottom: 60px;
}
.cert_img_retina {
	height: 150px;	
	object-fit: contain;
}
.cert_desc {
	text-align: center;
	font-weight: 700;
	color: #333;
	font-size: 21px;
	margin-bottom: 100px;
	line-height: 1.6;
}
.case_additional_margin {
	margin-bottom: 110px;
}
.inc_row {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.inc_box {
    width: 40%;
    margin-bottom: 45px;
    font-weight: 700;
    font-size: 18px;
    line-height: 1.8;
    background-color: #fff;
    padding: 15px 30px;
    display: flex;
    align-items: center;
    border-radius: 10px;
    box-shadow: 0px 0px 6px 3px #f5f5f5;
}
.inc_box > img {
	margin-right: 15px;
	height: 40px;
}
.price_container {
	background-color: #fff;
	padding: 30px 30px;
	border: 1px solid #efefef;
    border-radius: 15px;	
}
.price_title {
	font-weight: 700;
	font-size: 26px;
	color: #111111;
	margin-bottom: 15px;
	text-align: center;
}
.price_row {
	display: flex;
	justify-content: space-between;
	gap: 35px;
	margin-bottom: 100px;
}
.price_desc {
	font-weight: 400;
    color: #5c5c5c;
    text-align: center;
    margin-bottom: 20px;
    line-height: 1.6;	
    font-size: 16px;
}
.price_align {
	display: flex;
    justify-content: center;
    gap: 20px;
    align-items: center;	
}
.price_percent {
	font-weight: 700;
    font-size: 24px;
    color: #fb5659;
}
.price_actual {
    font-weight: 700;
    font-size: 26px;
    background-color: #EDF5FF;
    padding: 10px 10px;
    border-radius: 7px;
    color: #167CFE;	
}
.price_small {
	font-size: 20px;
}
.price_old {
	font-size: 16px;
    font-weight: 600;
    color: #5b5b5b;
    text-decoration: line-through;	
}
.price_date {
    text-align: center;
    color: #717171;
    margin-top: 15px;
    margin-bottom: 45px;
    font-size: 16px;
}	
.price_color {
	color: #FA5255;
}
.price_inc_title {
	font-size: 32px;
	color: #167CFE;	
	font-family: "Caveat", cursive;		
	margin-bottom: 12px;
}
.price_inc {
	font-weight: 400;
	font-size: 17px;
	margin-bottom: 15px;
}
.price_inc > img {
	margin-right: 10px;
	height: 18px;
}
.price_alink_container > a {
	color: #FA5255;
	font-size: 16px;
	font-weight: 700;
}
.price_alink_container {
	margin-bottom: 35px;
}
.price_btn_box {
	text-align: center;
}
.feed_btn_box {
	text-align: center;
	margin-top: 40px;
	margin-bottom: 70px;
}

/* Обгортка з відступами по краях */
.slider_wrapper {
  overflow: hidden;
  width: 100%;
  position: relative;
  padding: 0 40px; /* додає відступи зліва і справа, щоб не прилипали */
  box-sizing: border-box;
}

/* Трек, що анімується */
.slider_track {
  display: flex;
  width: fit-content;
  animation: scrollSlider 30s linear infinite;
  animation-play-state: running;
}

/* Рядок з картинками */
.feed_row {
  display: flex;
}

/* Картинки */
.feed_row img {
  min-width: 220px;
  height: 440px;
  flex-shrink: 0;
  object-fit: cover;
  border-radius: 10px;
  transition: transform 0.3s;
  margin: 0 10px;
}

/* Анімація прокрутки */
@keyframes scrollSlider {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-50%);
  }
}

/* Ховер-ефект */
.feed_row img:hover {
  transform: scale(1.05);
}

.desc_container_row_revers {
	flex-direction: row-reverse;
}

.faq_box {
	display: flex;
	flex-direction: column;
	line-height: 1.5;
	background-color: #fff;
	padding: 30px 40px 30px 40px;
	margin-bottom: 30px;
	border-radius: 10px;
}
.faq_title_box {
	display: flex;
	align-items: center;
	justify-content: space-between;
	cursor: pointer;
}
.faq_title {
	font-size: 20px;
	font-weight: 700;
	color: #333;
}
.faq_desc {
	display: none;
	margin-top: 20px;
	line-height: 1.5;
	font-weight: 400;
	font-size: 16px;
	color: #333;
}
.faq_icon img {
  width: 20px;
  height: 20px;
  transition: transform 0.3s ease;
}

.faq_box.active .faq_desc {
  display: block;
}

.faq_box.active .faq_icon img {
  transform: rotate(180deg);
}
.footer_row {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-top: 60px;
	padding-bottom: 60px;
}
video {
	border-radius: 12px;
}


/* adaptive */
@media screen and (max-width: 1400px) {

}
@media screen and (max-width: 1200px) {
	.wrapper {max-width: 970px;}
	.title {font-size: 58px;}
	.title br {display: none;}
	.desc_part {width: 51%;}
	.desc_img_box {width: 44%;}
	.case_rightbox {width: 40%;}
	.case_leftbox {width: 55%;}
	.case_rightbox_img img {width: 100%;}
	.inc_box {width: 43%;}
	.price_row {flex-wrap: wrap; gap: 0;}
	.price_container {width: 29%; padding: 30px 15px;}
	.price_desc {font-size: 14px;}
	.feed_row img {height: 340px;}
}
@media screen and (max-width: 992px) {
	.wrapper {max-width: 750px;}
	.nav_box {display: none;}
	.title {font-size: 46px;}
	.promo_row {flex-wrap: wrap;}
	.promo_container {margin-right: 0; width: 100%; text-align: center;}
	.promo_box {justify-content: center;}
	.promo_date {margin-bottom: 50px;}
	.desc_img_box {width: 100%; margin-bottom: 30px;}
	.desc_part {text-align: center; width: 100%;}
	.desc_btn {text-align: center;}
	.benefit_row {gap: 20px;}
	.case_leftbox {width: 100%;}
	.case_leftbox_desc {text-align: center;}
	.case_leftbox_title {text-align: center;}
	.case_leftbox_uptitle {text-align: center;}
	.case_rightbox {width: 100%; margin-top: 30px;}
	.box_title {font-size: 38px;}
	.inc_box  {width: 41%;}
	.inc_box br {display: none;}
	.price_container {width: 100%; margin-bottom: 30px;}
	.price_inc_title {text-align: center;}



}
@media screen and (max-width: 767px) {
	.wrapper {max-width: 370px;}
	.subtitle {font-size: 21px;}
	.uptitle {font-size: 40px; margin-top: 20px;}
	.title {font-size: 32px; line-height: 1.5;}
	.promo_box {flex-wrap: wrap;}
	.promo_title {width: 100%; margin-bottom: 20px; font-size: 21px;}
	.promo_date {margin-top: 12px;}
	.promo_img > video {object-fit: cover; height: 250px;}
	.box_title {font-size: 32px; margin-bottom: 30px; line-height: 1.4;}
	.box_uptitle {font-size: 27px;} 
	.desc_img_box > img {height: 260px;}
	.benefit_row {flex-wrap: wrap;}
	.benefit_container {width: 100%; margin-bottom: 60px;}
	.benefit_row {margin-bottom: 0;}
	.case_container {padding: 40px 20px;}
	.case_leftbox_title {font-size: 26px;}
	.cert_img_row {flex-wrap: wrap;}
	.inc_box {width: 100%; margin-bottom: 25px;}
	.price_title {font-size: 27px;}
	.price_container {padding: 40px 15px;}
	.price_desc {font-size: 16px;}
	.price_inc_title {text-align: left;}
	.price_inc {margin-bottom: 0; margin: 20px 0;}
	.desc {text-align: left;}
	.phone_box > a {font-size: 14px;}
	.phone_box > a > img {margin-right: 10px;}






}
@media screen and (max-width: 375px) {

	
}


