/* Услуги */
#services_page_banner .banner_toppage_items {
	background-image: url(/images/illustration2.jpg);
	background-size: cover !important;
	padding-top: 142px;
	padding-bottom: 163px;
}

#services_page_banner .banner_toppage_items .banner_toppage_header {
	margin-bottom: 0px;
}

.news_list_services {
	gap: 10px;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin: 0 auto;
	box-sizing: border-box;
	width: calc(100% - 36px);
	max-width: 1334px;
}

.home_page_services .news_list_services {
	padding: 0px 10px 10px;
	width: 100%;
}

.service_list_item {
	flex: 0 0 calc(50% - 5px);
	background: #F5F8FC;
	border-radius: 12px;
	box-sizing: border-box;
	padding: 32px;
	display: flex;
	flex-direction: row-reverse;
	justify-content: space-between;
	transition: 0.08s ease-out;
	column-gap: 52px;
	min-height: 160px;
}

.home_page_services .service_list_item {
	padding: 20px 24px 32px 32px;
}

.home_page_services 

.new_list_icon {
	width: 80px;
	height: 80px;
	background: #FFFFFF;
	border-radius: 12px;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 20px;
}

.block_service_one .new_list_icon {
	width: 104px;
	height: 104px;
	padding: 24px;
}

.home_page_services .new_list_icon {
	height: 64px;
	width: 64px;
	flex: 0 0 64px;
}

.service_list_item .news_list_item_name,
.service_list_item .news_list_item_text {
	margin-bottom: 0;
	padding-right: 0;
}

/*.service_list_item .news_list_item_content {width: calc(100% - 176px);}
	.home_page_services .service_list_item .news_list_item_content {width: calc(100% - 108px);}*/
.new_list_icon img {
	max-width: 40px;
	max-height: 37px;
	width: auto;
	height: auto;
}

.service_list_item h3 {
	font-weight: 500;
	font-size: 22px;
	line-height: 120%;
	color: #1A1A1A;
	margin-bottom: 16px;
}

.home_page_services .service_list_item h3 {
	margin-bottom: 10px;
}

.service_list_item .news_list_item_text p {
	font-variation-settings: 'wght' 450;
	font-size: 16px;
	line-height: 140%;
	color: #1A1A1A;
	display: block;
}

.more_text_service {
	font-variation-settings: 'wght' 450;
	font-size: 16px;
	line-height: 140%;
	color: rgba(26, 26, 26, 0.7);
	margin-top: 36px;
}

.service_list_item .news_list_item_content {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}

.home_page_services .service_list_item .news_list_item_content {
	padding-top: 12px;
}

.menu_desktop_item {
	/*margin-bottom: 12px;*/
	margin-bottom: 5px;
}

.header_left_desktop {
	z-index: 10;
}

.popup_search {
	z-index: 11;
}

.header_desktop_logo {
	max-height: unset;
}

@media (min-width: 960px) {
	.header_desktop_logo {
		flex: 0;
	}
}


.header_desktop_logo_text {
	display: block;
	font-style: normal;
	font-variation-settings: "wght" 450;
	font-size: 12px;
	line-height: 120%;
	color: rgba(26, 26, 26, 0.7);
	text-align: center;
	margin-top: 5px;
}

.header_desktop_logo_link {
	display: flex;
	flex-direction: column;
}

.menu_desktop_item.search span {
	display: none;
}

@media (min-width: 960px) {
	.menu_desktop {
		overflow: hidden auto;
		scrollbar-width: none;
	}

	.menu_desktop::-webkit-scrollbar {
		width: 0;
	}
}


.case__section {
	max-width: 1016px;
	margin-left: auto;
	margin-right: auto;
	width: calc(100% - 36px);
}

.case__title-h2 {
	margin: 56px 0px 24px;
    font-weight: 500;
    font-size: 28px;
    line-height: 140%;
    color: #1A1A1A;
}

.case__text {
	color: #1A1A1A;
	margin-top: 16px;
	font-weight: 400;
	font-size: 16px;
	line-height: 150%;
}

.case__list-with-dots {
	list-style-type: disc;
	margin: 14px 0;
	display: block;
	margin-top: 22px;
	color: #1A1A1A;
}

.case__list-with-dots > li {
	list-style-type: disc;
	display: block;
	color: #1A1A1A;
	font-size: 16px;
	line-height: 150%;
	padding-left: 25px;
	list-style-position: inside;
	position: relative;
	margin: 24px 0;
	font-weight: 400;
}

.case__list-with-dots > li::before {
	position: absolute;
	left: 0;
	margin-top: 5px;
}

.case__list-with-num > li
{
	list-style-type: none;
	display: block;
	padding-left: 38px;
	position: relative;
	margin: 24px 0;
	color: #1A1A1A;
	font-weight: 400;
    font-size: 16px;
    line-height: 150%;
}

.case__list-with-num {
	padding: 0;
    counter-reset: list;
	margin-top: 22px;
}

 .case__list-with-num > li::before
{
	counter-increment: list;
	content: counter(list);
	font-weight: 500;
    font-size: 22px;
    line-height: 24px;
    position: absolute;
    top: 0;
    left: 0;
    color: #444746;
}

.case__title-h3 {
	font-weight: 500;
    font-size: 20px;
    line-height: 120%;
    color: #1A1A1A;
    margin-bottom: 12px;
	margin-top: 12px;
}

.case__list-not-dots {
	list-style: none;
}

.case__list-not-dots > li {
	list-style-type: disc;
	display: block;
	color: #1A1A1A;
	font-size: 16px;
	line-height: 150%;
	padding-left: 25px;
	position: unset;
	margin: 24px 0;
	font-weight: 400;
}

.case__list-not-dots > li::before {
	content: unset;
}

.case__img-wrapper--card {
	height: 438px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #A8B0B9;
    border-radius: 20px;
    padding: 32px;
}

.case__img {
	width: 100%;
    height: auto;
    border-radius: 20px;
    display: block;
}

.case__img--card {
	width: auto;
    height: auto;
    border-radius: 12px;
    display: block;
    max-height: 100%;
    max-width: 100%;
    border: 1px solid #D9D9D9;
}

.mt_48 {
	margin-top: 48px;
}

.banner_toppage .banner_toppage_items .banner_toppage_header.banner_toppage_header_withabout {
	margin-bottom: 45px;
	font-size: inherit;
}

.banner_aboutcompany .banner_toppage_items {
	padding-top: 112px;
} 

.header_sections_menu {
	overflow-y: auto;
    height: 100vh;
}

.list-with-num {
	padding: 0;
	margin-top: 22px;
	counter-reset: list1;
}

.list-with-num li
{
	list-style-type: none;
	display: block;
	padding-left: 38px;
	position: relative;
	margin: 24px 0;
	color: #1A1A1A;
	font-weight: 400;
	font-size: 16px;
	line-height: 1.5;
}

.list-with-num li::before
{
	counter-increment: list1;
	content: counter(list1) ".";
	font-weight: 500;
	font-size: 20px;
	line-height: 1.2;
	position: absolute;
	color: #444746;
}

.list-with-num > li > h3 {
	font-weight: 500;
	font-size: 20px;
	line-height: 1.2;
	color: #1A1A1A;
	margin-bottom: 12px;
	padding-left: 38px;
}

.list-with-num__item {
	padding: 32px;
	margin-bottom: 10px;
	width: 100%;
	background: #F5F8FC;
	border-radius: 20px;
}

.list-with-num > li > ol {
	padding-left: 38px;
	counter-reset: list2;
}

.list-with-num > li > ol > li::before
{
	counter-increment: list2;
	content: counter(list1) "."counter(list2) ".";
	font-weight: 500;
	font-size: 16px;
	line-height: 1.5;
	position: absolute;
	top: 0;
	left: 0;
	color: #444746;
}

.list-with-dost > li {
	padding-left: 30px;
}

.list-with-dost > li::before {
	content: '';
	counter-increment: unset;
	margin-top: 5px;
	left: 0;
}

.doc-content {
	max-width: 1406px;
	width: calc(100% - 20px);
	margin: 0 auto;
}

.popupscreen_image img {
	object-fit: contain;
}

@media (max-width: 1517px) {
	#services_page_banner .banner_toppage_items {
		background-size: auto 100%;
		background-position: center;
	}

	.header_desktop_logo {
		margin-bottom: 10px;
	}

	.menu_desktop_item {
		margin-bottom: 5px;
	}
}

@media (max-width: 1199px) {
	#services_page_banner .banner_toppage_items {
		padding-top: 142px;
		padding-bottom: 163px;
	}

	.service_list_item {
		display: flex;
		flex-direction: column;
	}

	.home_page_services .service_list_item {
		padding-top: 24px;
	}

	.new_list_icon {
		margin-bottom: 20px;
	}

	.home_page_services .new_list_icon {
		position: relative;
		left: -8px;
	}

	.service_list_item .news_list_item_content {
		width: 100%;
		padding-top: 0;
	}

	.home_page_services .service_list_item .news_list_item_content {
		padding-top: 0;
	}

	.more_text_service {
		margin-top: 18px;
	}

	.block_service .body_content {
		padding-left: 0;
		padding-right: 0;
	}

	.case__section {
		padding-left: 32px;
		padding-right: 32px;
	}
}

@media (max-width: 959.9px) {
	.header_desktop_logo_link {
		flex-direction: row;
		align-items: center;
	}

	.header_desktop_logo_img {
		width: 40px;
		height: 40px;
	}

	.header_desktop_logo_text {
		text-align: left;
		margin-left: 10px;
		display: none;
	}

	.header_desktop_logo {
		height: 40px;
	}

	.menu_desktop_item.search span  {
		display: block;
	}
}

@media (max-width: 839px) {
	.news_list_services {
		display: flex;
		padding: 0px;
		width: calc(100% - 20px);
	}

	.service_list_item {
		padding: 28px;
	}

	.home_page_services .service_list_item {
		padding: 20px 28px 28px;
	}

	.service_list_item .news_list_item_content {
		display: block;
	}

	.news_list_services .news_list_item_name,
	.news_list_services .news_list_item_text {
		padding-left: 0;
		padding-right: 0;
	}

	.service_list_item .news_list_item_text p {
		font-size: 16px;
	}

	.more_text_service {
		margin-top: 18px;
		font-size: 16px;
	}

	.service_list_item {
		flex: 100%;
	}

	.case__title-h2 {
		font-size: 24px;
	}

	.case__img-wrapper {
		margin-left: -26px;
    	margin-right: -26px;
	}
	
	
	.case__section {
		padding-left: 28px;
		padding-right: 28px;
		width: calc(100% - 20px);
	}

	.banner_toppage_header h1 {
		font-size: 41px;
	}

	.banner_toppage .banner_toppage_items .banner_toppage_header.banner_toppage_header_withabout {
		margin-bottom: 60px;
	}
}

@media (max-width: 599px) {
	.new_list_icon {
		width: 64px;
		height: 64px;
		padding: 16px;
	}

	.home_page_services .service_list_item {
		padding: 16px 24px 24px;
	}

	.case__img-wrapper {
		margin-left: -16px;
    	margin-right: -16px;
	}

	.case__img-wrapper--card {
		padding: 16px;
	}

	
	.case__section {
		width: 100%;
	}

	.mt_48 {
		margin-top: 36px;
	}

	.case__list-with-num > li
	{
		padding-left: 38px;
	}

	.banner_toppage .banner_toppage_items .banner_toppage_header.banner_toppage_header_withabout {
		margin-bottom: 60px;
	}
}

.block_service_one {
	background: #F5F8FC;
	border-radius: 20px;
	margin: 10px;
	width: calc(100% - 20px);
	padding: 96px 0px 112px;
	max-width: 1406px;
	margin-left: auto;
	margin-right: auto;
}

.block_service_one .btnwhite_arrow {
	flex: 0 0 96px;
	justify-content: space-between;
	font-size: 12px;
}

.block_service_one .body_content {
	position: relative;
}

.block_service_one .new_list_icon {
	position: absolute;
	top: 0;
	left: -136px;
}

.block_service_one h1 {
	font-weight: 500;
	font-size: 42px;
	line-height: 130%;
	color: #303036;
	margin: 16px 0px 24px;
}

.block_service_one .preview_text {
	font-weight: 450;
	font-size: 16px;
	line-height: 140%;
	color: rgba(26, 26, 26, 0.7);
	margin-bottom: 32px;
	font-variation-settings: 'wght' 450;
}

.block_service h2 {
	font-weight: 500;
	font-size: 28px;
	line-height: 130%;
	color: #1A1A1A;
	margin: 24px 0px;
	padding: 0px 32px;
}


.block_service h3 {
	font-variation-settings: 'wght' 700;
	margin: 16px 0;
}

.service_text_block,
.service_text_block p,
.service_text_block li {
	font-variation-settings: 'wght' 450;
	font-size: 16px;
	line-height: 140%;
	color: rgba(26, 26, 26, 0.7);
	display: block;
}

.service_text_block p,
.service_text_block ul,
.service_text_block ol {
	margin-top: 16px;
}

.block_service {
	margin-top: 64px;
}

.block_service_two {
	margin-top: 96px;
}

.service_desc_block {
	background: #F5F8FC;
	border-radius: 20px;
	padding: 32px 32px 40px;
	font-variation-settings: 'wght' 450;
	line-height: 150%;
}

.block_service_inner_text {
	padding-left: 32px;
	padding-right: 32px;
}

.service_text_block h2 {
	padding: 0;
}

.service_text_block li {
	position: relative;
	padding-left: 20px;
	margin-bottom: 12px;
}

.service_text_block li:before {
	position: absolute;
	top: 2px;
	left: 0px;
}

.block_service_times_price {
	margin-top: 104px;
	margin-bottom: 104px;
}

.block_service_times_price .body_content {
	display: flex;
	justify-content: space-between;
}

.service_times_price {
	width: calc(50% - 5px);
	margin-right: 10px;
	background: #F5F8FC;
	border-radius: 20px;
	padding: 32px;
}

.service_times_price:last-child {
	margin-right: 0px;
}

.service_times_price_header {
	display: flex;
	align-items: center;
	margin-bottom: 24px;
}

.service_times_price_img {
	width: 40px;
	height: 40px;
	background: #FFFFFF;
	border-radius: 6px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.service_times_price_header h2 {
	padding: 0 !important;
	margin: 0;
	margin-left: 12px;
}

.service_times_price p {
	font-variation-settings: 'wght' 450;
	font-size: 16px;
	line-height: 140%;
	color: rgba(26, 26, 26, 0.7);
}

.service_text_block li h3 {
	font-weight: 500;
	font-size: 20px;
	line-height: 120%;
	color: #1A1A1A;
	margin-bottom: 12px;
}

.service_text_block ol {
	padding-left: 0;
	list-style-type: none;
	counter-reset: example 0;
	margin-bottom: 0;
}

.service_text_block ol > li {
	margin-bottom: 14px;
	counter-increment: example 1;
	padding-left: 40px;
}

.service_text_block ol > li:before {
	content: counter(example);
	font-weight: 500;
	font-size: 22px;
	line-height: 100%;
	color: #444746;
	top: 0;
	min-width: 24px;
	text-align: center;
    background-image: none;
}

.service_text_block li:last-child {
	margin-bottom: 0;
}

.service_text_block li b,
.service_text_block li strong {
	color: #1A1A1A;
}

.block_service_last {
	margin-top: 104px;
	margin-bottom: 96px;
}

.block_service_last_banner {
	background: #F5F8FC;
	border-radius: 20px;
	padding: 32px;
	height: 280px;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	position: relative;
	overflow: hidden;
}

.block_service_last_banner:before {
	content: '';
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background-image: url(/images/noise.svg);
	opacity: 0.8;
	z-index: 1;
	mix-blend-mode: soft-light;
}

.block_service_last_banner:after {
	content: '';
	background-image: url(/images/tell.png);
	position: absolute;
	width: 379px;
	height: 390px;
	right: 31px;
	top: -58px;
	background-size: contain;
}

.block_service_last_banner h2 {
	padding-left: 0px;
	z-index: 2;
	position: relative;
}

.block_service_last_banner .banner_productdetail_button {
	z-index: 2;
	position: relative;
}

.home_page_services h2 {
	font-weight: 500;
	font-size: 42px;
	line-height: 120%;
	color: #1A1A1A;
	padding: 42px;
	max-width: 780px;
	height: 378px;
}

.home_page_services {
	width: 100%;
	height: auto;
	background-image: url(/images/illustration4.png);
	background-color: #F5F8FC;
	border-radius: 20px;
	box-sizing: border-box;
	background-size: 923px 507px;
	background-position: right top;
	background-repeat: no-repeat;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	overflow: hidden;
	margin-bottom: 56px;
}

.home_page_services .service_list_item {
	background-color: #fff;
}

.service_list_item:hover {
	background-color: #EAF1FB;
}

.home_page_services .news_list_item_content,
.home_page_services .news_list_item_text {
	margin-bottom: 0px;
	padding-right: 0;
}

@media (max-width: 1199px) {
	.home_page_services h2 {
		height: 344px;
	}

	.home_page_services {
		height: auto;
		background-position: right -200px top;
	}

	.block_service_times_price {
		margin-top: 64px;
		margin-bottom: 64px;
	}

	.block_service_last_banner h2 {
		padding: 0;
		max-width: 388px;
	}

	.block_service_last_banner h2 br {
		display: none;
	}

	.block_service_last {
		margin-bottom: 0;
	}
}

.home_page_services .new_list_icon {
	padding: 14px;
}

.new_list_icon img {
	max-width: none;
	max-height: none;
	width: 100%;
	height: auto;
}

@media (max-width: 959px) {
	.block_service_one {
		margin-top: 74px;
	}

	.home_page_services {
		background-position: right -200px top 0px;
	}

	.header_desktop_logo {
		margin-bottom: 0;
	}
}

@media (max-width: 839px) {
	.block_service_one {
		margin: 74px 10px 10px;
		padding: 32px 28px 64px;
	}

	.block_service_one .new_list_icon {
		position: static;
		margin-bottom: 29px;
	}

	.service_desc_block {
		padding: 28px;
	}

	.block_service_one .body_content {
		padding-left: 28px;
		padding-right: 28px;
		margin: 0;
	}

	.block_service h2 {
		font-size: 26px;
		padding: 0px 28px;
	}

	.service_text_block h2 {
		padding: 0 !important;
	}

	.block_service_one h1 {
		font-size: 36px;
		line-height: 130%;
	}

	.block_service_inner_text {
		padding-left: 28px;
		padding-right: 28px;
	}

	.service_times_price {
		width: 100%;
		margin-right: 0;
		padding: 28px;
		margin-bottom: 10px;
	}

	.service_text_block li h3 {
		font-size: 18px;
	}

	.service_text_block ol li:before {
		font-size: 20px;
	}

	.block_service_last_banner h2 {
		padding: 0 !important;
		margin: 0 !important;
		max-width: 348px;
	}

	.block_service_last_banner h2 br {
		display: none;
	}

	.block_service_last_banner {
		padding: 28px;
	}

	.block_service_last_banner:after {
		right: 0;
	}

	.home_page_services h2 {
		max-width: none;
		height: auto;
		font-size: 36px;
		padding: 36px;
		padding-bottom: 96px;
	}

	.home_page_services {
		background-size: 615px 338px;
		background-position: right -111px top 0px;
	}

	.home_page_services .news_list_services {
		display: flex;
		padding: 0px 10px 10px;
	}

	.home_page_services .service_list_item .news_list_item_content {
		width: 100%;
	}

	.home_page_services .service_list_item {
		flex: 0 0 100%;
	}

	.home_page_services .service_list_item .news_list_item_text p {
		font-size: 16px;
	}
}

@media (max-width: 599px) {
	#services_page_banner .banner_toppage.banner_newsmain .banner_toppage_header p {
		font-size: 15px;
	}

	#services_page_banner .banner_toppage.banner_newsmain .banner_toppage_header p br {
		display: none;
	}

	#services_page_banner .banner_toppage_items {
		padding-top: 88px;
		padding-bottom: 104px;
		background-image: url(/images/illustration3.jpg);
	}
}

@media (max-width: 599px) {
	.home_page_services h2 {
		font-size: 28px;
		line-height: 120%;
		padding: 176px 24px 32px;
	}
}

@media (max-width: 599px) {
	.service_list_item {
		padding: 24px;
	}

	.home_page_services {
		background-size: auto 256px;
		background-position: top center;
		margin-bottom: 40px;
	}

	.block_service_last_banner .banner_productdetail_button {
		margin-top: 32px;
	}

	.block_service h2 {
		font-size: 22px;
	}

	.block_service_last_banner {
		display: block;
		height: auto;
		padding: 24px;
		padding-top: 182px;
	}

	.block_service_last_banner:after {
		content: '';
		background-image: url(/images/illustration6.svg);
		position: absolute;
		width: 285px;
		height: 233px;
		right: 0px;
		top: 0px;
		background-repeat: no-repeat;
	}

	.block_service_one h1 {
		font-size: 30px;
		line-height: 36px;
	}

	.block_service_one .body_content {
		padding-left: 24px;
		padding-right: 24px;
		margin: 0;
	}

	.block_service_one {
		padding: 24px 0px 56px;
	}

	.block_service_two {
		padding: 0px 10px;
		margin-top: 88px;
	}

	.service_desc_block,
	.service_times_price {
		padding: 24px;
	}

	.block_service h2 {
		padding: 0px 24px;
	}

	.block_service_times_price,
	.block_service_last {
		padding: 0px 10px;
	}

	.block_service_one .body_content {
		padding-left: 24px !important;
		padding-right: 24px !important;
	}

	.home_page_services .service_list_item .news_list_item_text p {
		display: -webkit-box;
	}

	.service_desc_block.service_text_block {
		font-size: 15px;
		line-height: 140%;
	}

	.block_service_inner_text {
		padding-left: 34px;
		padding-right: 34px;
	}

	.service_text_block p,
	.service_text_block ul li,
	.service_text_block ol li {
		font-size: 15px;
		line-height: 140%;
	}

	.service_times_price p {
		font-size: 15px;
	}

	.service_text_block li h3 {
		font-size: 15px;
	}

	.service_text_block ol li:before {
		top: 1px;
	}
}

.home_page_services:before {
	content: '';
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background-image: url(/images/noise.svg);
	opacity: 0.8;
	z-index: 1;
	mix-blend-mode: soft-light;
}

.home_page_services h2,
.home_page_services .news_list_services {
	position: relative;
	z-index: 2;
}

.home_page_services {
	position: relative;
}

@media (max-width: 1400px) {
	.block_service_one .body_content {
		padding-left: 142px;
	}

	.block_service_one .new_list_icon {
		left: 0;
	}
}

@media (max-width: 839px) {
	.block_service_one .body_content {
		padding-left: 0px;
	}
}

.service_list_item_all {
	display: flex;
	justify-content: space-between;
}
.partners_page .tablink_news a {padding: 0px 15px;}
.partners_page_list .list_partners .list_partner:nth-child(5) {display: none;}
@media (max-width: 600px){
.partners_page_list .list_partners .list_partner:nth-child(3), .partners_page_list .list_partners .list_partner:nth-child(4) {display: none;}
}
.header_sections_services {
    padding: 30px 12px !important;
    border-left: 1px solid rgba(26, 26, 26, 0.1);
    display: none;
    position: absolute;
    left: 100%;
    top: 0;
    background: #F5F8FC;
    box-shadow: 0px 0px 4px rgb(0 0 0 / 4%), 4px 0px 8px rgb(0 0 0 / 6%);
    border-radius: 0px;
    padding: 44px 32px;
    height: 100vh;
    max-width: 295px;
    width: 295px;
}
/*.header_sections_services.active {*/
/*    display: block;*/
/*    -webkit-animation: fade-in 0.2s cubic-bezier(0.390, 0.575, 0.565, 1.000) both;*/
/*    animation: fade-in 0.2s cubic-bezier(0.390, 0.575, 0.565, 1.000) both;*/
/*}*/
.header_sections_news.active {
	display: block;
	-webkit-animation: slide-in-left 0.15s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
	animation: slide-in-left 0.15s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
}

.header_sections_services.active {
	display: block;
	-webkit-animation: slide-in-left 0.15s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
	animation: slide-in-left 0.15s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
}

.product_property_price {
	font-weight: 600;
	color: #1A1A1A;
}
