#client_props {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    gap: 16px;
}
#client_props .client_props {
	display: flex;
	flex-direction: row;
	align-items: center;
	padding: 0 16px;
	gap: 8px;
	height: 80px;
	background: linear-gradient(0deg, rgba(32, 33, 36, 0.04), rgba(32, 33, 36, 0.04)), #FFFFFF;
	border-radius: 12px;	
}
#client_props .client_props a {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: center;
    gap: 16px;
}
#client_props .client_props_left {
	width: 50%;
}
#client_props .client_props_center, #client_props .client_props_right {
	width: 25%;
}
.client_props_inner_right {
    display: flex;
    flex-direction: column;
}
#client_props .client_props_inner_right .client_props_inner_header {
	font-style: normal;
	font-weight: 600;
	font-size: 16px;
	line-height: 140%;
	color: #202124;
}
#client_props .client_props_inner_right .client_props_inner_descriplion {
	font-style: normal;
	font-weight: 400;
	font-size: 16px;
	line-height: 140%;
	color: #595A5D;
}
.index_category_wrapper {
    display: flex;
    justify-content: center;
    flex-wrap: nowrap;
    width: fit-content;
	border-radius: 16px;
	border: 1px solid rgba(32, 33, 36, 0.01);
}
.index_category_wrapper a {
    padding: 16px;
    display: block;
}
.bg1 {   
	background: radial-gradient(59.37% 59.37% at 50% 40.63%, rgba(14, 10, 222, 0.008) 15.2%, rgba(14, 10, 222, 0.08) 100%), #FFFFFF;
}
.bg2 {   
	background: radial-gradient(59.37% 59.37% at 50% 40.63%, rgba(253, 216, 53, 0.0128) 15.2%, rgba(253, 216, 53, 0.16) 100%);
}
.bg3 {   
	background: radial-gradient(59.37% 59.37% at 50% 40.63%, rgba(228, 4, 40, 0.0144) 15.2%, rgba(228, 4, 40, 0.12) 100%);
}
.bg4 {   
	background: radial-gradient(59.37% 59.37% at 50% 40.63%, rgba(32, 33, 36, 0.0096) 15.2%, rgba(32, 33, 36, 0.08) 100%);
}
.bg5 {   
	background: radial-gradient(59.37% 59.37% at 50% 40.63%, rgba(36, 88, 211, 0.0168) 15.2%, rgba(36, 88, 211, 0.14) 100%);
}
.bg6 {   
	background: radial-gradient(59.37% 59.37% at 50% 40.63%, rgba(76, 175, 80, 0.0192) 15.2%, rgba(76, 175, 80, 0.16) 100%);
}
.bg7 {   
	background: radial-gradient(59.37% 59.37% at 50% 40.63%, rgba(250, 160, 42, 0.0192) 15.2%, rgba(250, 160, 42, 0.16) 100%);
}
.bg8 {   
	background: linear-gradient(190.6deg, #FF8F00 4.29%, #67DE9B 76.69%, #00BEBB 89.83%);
}
.bg9 {   
	background: linear-gradient(309.03deg, #16171B 2.44%, #3C4047 97.27%);
}
.text_white {
	color: #ffffff
}
.text_black {
	color: #000000
}
.index_category_wrapper .index_category_image {
    padding-bottom: 8px;
    display: flex;
    justify-content: center;
}
.index_category_wrapper .index_category_image img {
    width: 115px;
	height: 115px;
    border: 1px solid white;
    border-radius: 50%;
    background: rgba(246, 246, 246, 1);
    padding: 5px;
    box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.15);
}
.index_category_wrapper .index_category_name {
	font-size: 14px;
	font-weight: 600;
	line-height: 20px;
	text-align: center;
}

.another_banners_2_wrapper {
    padding: 24px 24px 0 24px;
    display: flex;
    justify-content: center;
    flex-wrap: nowrap;
	border-radius: 16px;
	height: 376px;
    width: 270px;
}
.another_banners_2_wrapper a {
    display: flex;
    justify-content: flex-start;
    flex-wrap: nowrap;
    flex-direction: column;
}
.another_banners_2_wrapper .another_banners_2_name {
	font-style: normal;
    font-weight: 600;
    font-size: 18px;
    line-height: 130%;
    padding-bottom: 16px;
}
.another_banners_2_wrapper .another_banners_2_button {
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    line-height: 140%;
    color: #FFFFFF;
    border-radius: 8px;
    background: linear-gradient(168.19deg, #F6634F -0.03%, #E51133 27.44%, #BD102C 95.36%);
    padding: 12px 28px;
    width: max-content;
}

.another_banners_2_wrapper .another_banners_2_button {
    display: flex;
    align-items: center;
}
.another_banners_2_wrapper .another_banners_2_button i.fa.fa-angle-right {
    margin-left: 14px;
}
.another_banners_2_wrapper .another_banners_2_image {
    text-align: center;
    padding-bottom: 0;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
}
.another_banners_2_wrapper .another_banners_2_image img {
    max-width: 270px;
}
.actions_banners_1_wrapper {
    padding: 24px 24px 0 24px;
    height: 327px;
    border-radius: 16px;
    position: relative;
}
.actions_banners_1_wrapper.big {
	width: 603px;
}
.actions_banners_1_wrapper.small {
	width: 270px;
}
.actions_banners_1_wrapper a {
    display: flex;
    justify-content: space-between;
    flex-wrap: nowrap;
    flex-direction: column;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.actions_banners_1_wrapper .actions_banners_1_name {
    font-style: normal;
    font-weight: 600;
    font-size: 18px;
    line-height: 130%;
    padding-bottom: 16px;
    padding-left: 24px;
    padding-top: 24px;
    width: 50%;
}
.actions_banners_1_wrapper.small .actions_banners_1_name {
    width: 100%;
}
.actions_banners_1_wrapper .actions_banners_1_name span.actions_banners_1_name_small {
    display: block;
    font-size: 14px;
    font-weight: 400;
    margin-top: 5px;
}
.actions_banners_1_wrapper .actions_banners_1_button {
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    line-height: 140%;
    color: #FFFFFF;
    border-radius: 8px;
    background: linear-gradient(168.19deg, #F6634F -0.03%, #E51133 27.44%, #BD102C 95.36%);
    padding: 12px 28px;
    width: max-content;
	margin-left:24px;
    margin-bottom: 24px;
}
.actions_banners_1_wrapper .actions_banners_1_button {
    display: flex;
    align-items: center;
}
.actions_banners_1_wrapper .actions_banners_1_button i.fa.fa-angle-right {
    margin-left: 14px;
}
.actions_banners_1_wrapper .actions_banners_1_image {
    text-align: center;
    padding-bottom: 0;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: flex-end;
}
.actions_banners_1_wrapper .actions_banners_1_image img {
    max-width: 270px;
}
.actions_banners_1_wrapper.small .actions_banners_1_image img {
    max-width: 180px;
}

@media screen and (min-width: 1200px) {
	#seo_block {
		padding: 0 20%;
	}
}
#seo_block {
	padding-top: 48px;
	font-size: 16px;
	font-weight: 400;
	line-height: 22.4px;
	text-align: left;
}
#seo_block h1 {
	font-size: 24px;
	font-weight: 600;
	line-height: 24px;
	text-align: left;
}
#seo_block h2 {
	font-size: 22px;
	font-weight: 600;
	line-height: 22.4px;
	text-align: left;
}
#seo_block h3 {
	font-size: 20px;
	font-weight: 800;
	line-height: 22.4px;
	text-align: left;
}
#seo_block h4 {
	font-size: 18px;
	font-weight: 700;
	line-height: 22.4px;
	text-align: left;
}
#seo_block ul {
    list-style: disc;
    padding-left: 20px;
    margin-top: -0.9rem;
}
#seo_text_scroll {
    overflow: hidden;
    position: relative;
}
#seo_text_scroll.l-200 {
    max-height: 400px;
}
#seo_text_scroll .bottom {
    position: absolute;
    bottom: 0;
    background: linear-gradient(to bottom, rgba(255,255,255,0), rgba(255,255,255,1) 80%);
    width: 100%;
    height: 60px;
    opacity: 1;
    transition: .3s;
}
.read-more-checker {
    opacity: 0;
    position: absolute;
}
.read-more-checker:checked ~ #seo_text_scroll {
    max-height: none;
}
.read-more-checker:checked ~ #seo_text_scroll .bottom {
    opacity: 0;
    transition: .3s;
}
.read-more-checker ~ .read-more-button:before {
    content: 'Читати більше  >';
}
.read-more-checker:checked ~ .read-more-button:before {
    content: 'Згорнути  <';
}
.read-more-button {
    cursor: pointer;
    display: inline-block;
    padding: 10px;
    color: rgba(228, 4, 40, 1);
	font-size: 14px;
	font-weight: 600;
}
.accordion_wrapper {
	border: 1px solid #E4E4E5;
	border-radius: 16px;
}
.accordion {
	background-color: transparent;
	color: rgba(32, 33, 36, 1);
	cursor: pointer;
	padding: 18px;
	width: 100%;
	border: none;
	outline: none;
	transition: 0.4s;
	font-size: 18px;
	font-weight: 700;
	line-height: 23.4px;
	text-align: left;
}
.accordion span {
	border-bottom: 1px solid rgba(32, 33, 36, 0.12);
	padding-bottom: 20px;
}
.panel {
	padding: 0 18px;
	background-color: white;
	display: none;
	overflow: hidden;
}
.accordion:after {
	content: '\02C3';
	font-size: 13px;
	color: #777;
	float: right;
	margin-left: 5px;
}

.accordion.active:after {
	content: "\02C4";
}
#seo_block .seo_cards {
    display: flex;
    flex-wrap: wrap;
    gap: 2%;
    width: 100%;
}
#seo_block .seo_card {
    width: calc(49% - 32px);
    box-shadow: 0px 2px 20px 0px rgba(0, 0, 0, 0.06);
    border-radius: 16px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding: 16px;
}
#seo_block .seo_card h4 {
    padding: 15px 0;
    margin: 0;
}
#seo_block .seo_card p {
    padding-bottom: 15px;
    margin: 0;
}
#dodatok_banner {
    margin-top: 48px;
}
#dodatok_banner_inner {
    border-radius: 16px;
    background: rgba(32, 33, 36, 0.06);
    padding: 32px 104px 0;
    display: flex;
}
#dodatok_banner_left {
	width: 55%;
}
#dodatok_banner_left_bottom {
    display: flex;
    margin-bottom: 25px;
}
#dodatok_banner_stores {
    width: fit-content;
    display: flex;
    flex-direction: column;
    margin-right: 25px;
    justify-content: space-around;
}
#dodatok_banner_stores img {
    max-width: 120px;
}
#dodatok_banner_right {
    width: 45%;
	align-self: flex-end;
}
#dodatok_banner_right img {
    width: 100%;
    margin-bottom: -5px;
}
#dodatok_banner_qr img {
    width: 160px;
    height: 160px;
    border-radius: 8px;
}
@media screen and (max-width: 980px) {
	#dodatok_banner_right {
		display: none;
	}
	#dodatok_banner_left {
		width: 100%;
	}
	#dodatok_banner_inner {
		padding: 16px 25px 0;
	}
	#client_props .client_props_inner_right .client_props_inner_header {
		font-size: 13px;
	}
	#client_props .client_props_inner_right .client_props_inner_descriplion {
		font-size: 12px;
	}
}
@media screen and (max-width: 768px) {
	#dodatok_banner_qr {
		display: none;
	}
	#client_props {
		flex-wrap: wrap;
	}
	#client_props .client_props {
		padding: 0;
	}
	#client_props .client_props a {
		padding: 0 8px;
	}
	#client_props .client_props_left {
		width: 100%;
	}
	#client_props .client_props_center, 
	#client_props .client_props_right {
		width: calc(50% - 8px);
	}
	#client_props .client_props_inner_right .client_props_inner_header {
		font-size: 16px;
	}
	#client_props .client_props_inner_right .client_props_inner_descriplion {
		font-size: 15px;
	}
}
@media screen and (max-width: 520px) {
	#client_props .client_props_inner_right .client_props_inner_header {
		font-size: 14px;
	}
	#client_props .client_props_inner_right .client_props_inner_descriplion {
		font-size: 13px;
	}
}