body input:focus:required:invalid,
body textarea:focus:required:invalid {
	
}
body input:required:valid,
body textarea:required:valid {
	
}

html.js .loader {
	background: none repeat scroll 0 0 #ffffff;
	bottom: 0;
	height: 100%;
	left: 0;
	position: fixed;
	right: 0;
	top: 0;
	width: 100%;
	z-index: 9999;
}
html.js .loader_inner {
	background-image: url("../img/preloader.gif");
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
	background-color: #fff;
	height: 60px;
	width: 60px;
	margin-top: -30px;
	margin-left: -30px;
	left: 50%;
	top: 50%;
	position: absolute;
}
:root {
  --white-color: #E8E4E1;
  --gray-color: #333333;
  --green-color: #EEF5BC;
}
body {
	color: var(--gray-color);
	font-size: 16px;
	font-family: Montserrat;
	font-weight: 400;
	min-width: 320px;
	position: relative;
	line-height: 1.5;
	overflow-x: hidden;
	margin: 0px auto;
	background: var(--white-color);
}
.hidden {
	display: none;
}
h1, h2, h3, h4, p, a, span, li {
	line-height: 1.5;
}
*:before, *:after, .btn, .icon, a, .accordion-item, .ani, .img-svg path, label, .form_submit {
    -webkit-transition: 0.5s ease all;
    -o-transition: 0.5s ease all;
	transition: 0.5s ease all;
}
ul, li, a, button, input, textarea, p, span, i, b, strong, img, h1, h2, h3, h4, h5 {
    margin: 0;
    padding: 0;
    border: 0;
    background: none;
}

p:not(:last-child) {
    margin-bottom: 15px;
}
*::-moz-selection {
    color: var(--gray-color);
    background: var(--white-color);
}
*::selection {
    color: var(--gray-color);
    background: var(--white-color);
}
body::-webkit-scrollbar, .form_popup_content::-webkit-scrollbar {
    width: 5px;
    background-color: var(--white-color);
}

body::-webkit-scrollbar-thumb, .form_popup_content::-webkit-scrollbar-thumb {
    background-color: var(--gray-color);
}
*, 
*:active, 
*:focus, a:focus {
    outline: none;
}
section, footer {
    position: relative;
    /* overflow: hidden; */
}
main {
    display: block;
    overflow: hidden;
}
.work_width, .header_work_width, .footer_work_width {
    position: relative;
    width: 100%;
    display: block;
    line-height: 0;
}
.content_width, .header_content {
    width: 1160px;
    margin: 0px auto;
    position: relative;
    height: 100%;
}
h1 {
    color: var(--white-color);
	font-size: 56px;
	font-family: Playfair Display;
	text-transform: uppercase;
	word-wrap: break-word;
	letter-spacing: 2.80px;
	font-weight: 400;
}
h2 {
    color: var(--gray-color);
	font-size: 34px;
	font-family: Playfair Display;
	text-transform: uppercase;
	word-wrap: break-word;
	letter-spacing: 1.70px;
	font-weight: 400;
}
h3 {
    color: var(--gray-color);
	font-size: 28px;
	font-family: Playfair Display;
	word-wrap: break-word;
	letter-spacing: 1.40px;
	font-weight: 400;
	text-transform: uppercase;
}
a {
    text-decoration: none;
}
a:hover {
    text-decoration: none;
}
a.no_click {
    pointer-events: none;
}
.no_list {
    list-style: none;
}
.btn_base {
    display: inline-block;
    font-size: 15px;
    line-height: 1.3;
    color: var(--gray-color);
    letter-spacing: 1.50px;
    position: relative;
    text-transform: uppercase;
    font-weight: 400;
}
.btn_base.btn_has_line:before {
    content: '';
    display: block;
    position: absolute;
    bottom: -5px;
    width: 100%;
    height: 1px;
    background: var(--gray-color);
    cursor: pointer;
    opacity: 0.5;
}
header {
    height: 63px;
    position: absolute;
    z-index: 2;
    margin-top: 0px;
    left: 0;
    right: 0;
}
.header_left {
    position: relative;
}
header a {
    color: var(--white-color);
	font-size: 15px;
	font-family: Playfair Display;
	text-transform: uppercase;
	letter-spacing: 0.75px;
}
.header_content {
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: center;
    height: 100%;
}
.header_work_width {
    height: 100%;
}
.section_home_top .content_width {
    position: absolute;
    top: 0;
    height: 100%;
    left: 0;
    right: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}
.section_home_content {
    width: 520px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
span.pre_home_title {
    color: var(--white-color);
    opacity: 0.5;
    font-size: 20px;
    font-family: Playfair Display;
    font-style: italic;
    letter-spacing: 0.40px;
}
.section_home_content h1 {
    margin-top: 40px;
    text-align: center;
}
.section_home_content p {
    text-align: center;
    margin-top: 10px;
    color: var(--white-color);
    font-size: 18px;
    margin-bottom: 45px;
    display: block;
    width: 100%;
}
.work_width>img {
    width: 100%;
}
section.section_video {
    margin-top: 60px;
}
section.section_card {
    margin-top: 100px;
}

.section_card_item_block {
    width: 1160px;
    margin: 0px auto;
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.section_card_item:not(:last-child) {
    margin-bottom: 40px;
}
.section_card_item:nth-child(even) .section_card_item_block {
	flex-direction: row-reverse;
}
.section_card h2 {
    width: 550px;
    text-align: center;
    margin: 0px auto;
}
.section_card_list {
    margin-top: 60px;
}
.section_card_item_img img {
    position: absolute;
    width: auto;
    height: 100%;
}
.section_card_item_right {
    width: 50%;
}
.section_card_item_img {
    width: 100%;
    position: relative;
    display: flex;
    align-items: center;
    height: 100%;
    overflow: hidden;
}
.section_card_item_left {
    width: 50%;
    background: #D5D2D0;
}
.section_card_item_content {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    padding: 60px 0 55px;
}
.section_card_item {
    overflow: hidden;
}
.section_card_item_content {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    padding: 60px 0 55px;
    width: 370px;
    margin: 0px auto;
}
.section_card_item_content p {
    margin-top: 15px;
    text-align: center;
    letter-spacing: 0.16px;
    margin-bottom: 0;
}
.card_item_price_bloock {
    margin-top: 40px;
    position: relative;
    display: block;
    width: 100%;
    display: flex;
    justify-content: center;
}
.card_item_btn_block {
    margin-top: 50px;
    position: relative;
    display: flex;
    justify-content: center;
}
span.card_item_price {
    font-size: 20px;
    font-family: Playfair Display;
    font-style: italic;
    display: inline-block;
    margin: 0 15px;
    text-transform: uppercase;
}
.card_item_btn_block a {
    margin: 0 15px;
}
section.section_promo {
    margin-top: 130px;
}
.section_dark {
	background: #373737;
}
.section_white {
	background: #D5D2D0;
}
.section_dark h2, .section_dark ul {
    color: var(--white-color);
}
.section_promo_left {
    width: 50%;
}
.section_promo_right {
    width: 50%;
    position: relative;
    display: flex;
    align-items: center;
}
.section_promo_block {
    display: flex;
    overflow: hidden;
    margin-right: calc(50% - 760px);
}
.section_promo_right img {
    position: absolute;
    width: auto;
    height: 100%;
}
.section_promo_left {
    padding: 110px 0 130px;
    width: calc(50% - (760px - 50%));
}
.section_promo_left_content {
    width: 460px;
}
.section_promo_left_content h2 {
    text-align: center;
}
ul.section_promo_list {
    margin-top: 45px;
}
.section_promo_right {
    width: 760px;
    position: relative;
    display: flex;
    align-items: center;
    margin-right: calc(50% - 760px);
}
.section_promo_list li {
    padding-left: 47px;
    display: block;
    position: relative;
}
.section_promo_list li:before {
    content: '';
    display: block;
    position: absolute;
    top: 8px;
    left: 0;
    width: 25px;
    height: 7px;
    background: url(../img/arrow_white.svg);
    background-size: 25px;
}
.section_promo_list li:not(:last-child) {
    margin-bottom: 25px;
}
img.promo_right_circle {
    left: -60px;
}
section.section_ico {
    margin-top: 120px;
}
.section_ico .section_title {
    width: 58%;
    text-align: center;
    margin: 0px auto;
}
.section_ico_list {
    margin-top: 55px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.section_ico_list_4 .section_ico_item {
    width: 256px;
    position: relative;
}
.section_ico_block img {
    width: 50px;
}
.section_ico_block h3 {
    margin-top: 20px;
    font-size: 20px;
    line-height: 1.4;
    letter-spacing: 1px;
    width: 95%;
}
.section_ico_block p {
    margin-top: 15px;
    font-size: 15px;
    letter-spacing: 0.15px;
    opacity: 0.7;
}
section.section_one_tarif {
    margin-top: 130px;
}
section.section_one_tarif {
    margin-top: 130px;
    background: #D5D2D0;
    padding: 100px 0 90px;
}
.section_one_tarif_content {
    width: 560px;
    margin: 0px auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.section_one_tarif_content h2 {
    text-align: center;
}
.section_one_tarif_content p {
    margin-top: 20px;
    text-align: center;
    margin-bottom: 0;
}
.one_tarif_price_btn_bloock * {
    margin: 0 20px;
    margin-bottom: 20px !important;
}
.one_tarif_price_btn_bloock {
    margin-top: 30px;
}
.one_tarif_price_btn_bloock {
    margin-top: 30px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
}
section.section_review {
    margin-top: 120px;
}
.one_tarif_price_btn_bloock a {
    position: relative;
    margin-bottom: 0;
}
.arrows_review .slick-prev:before {
    content: '';
    position: absolute;
    display: block;
    width: 14px;
    height: 27px;
    background: url(../img/slider_rule.svg);
    background-size: 14px;
    top: 0;
    left: -30px;
    bottom: 0;
    margin: auto;
    cursor: pointer;
}
.arrows_review .slick-next:before {
    content: '';
    position: absolute;
    display: block;
    width: 14px;
    height: 27px;
    background: url(../img/slider_rule.svg);
    background-size: 14px;
    top: 0;
    right: -30px;
    bottom: 0;
    margin: auto;
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    cursor: pointer;
}
.arrows_review button.slick-prev:hover {
    left: -5px;
}
.arrows_review button.slick-next:hover {
    left: -5px;
}
.arrows_review button {
    -webkit-transition: 0.5s ease all;
    -o-transition: 0.5s ease all;
    transition: 0.5s ease all;
}
.review_item {
    margin: 0 20px;
    overflow: hidden;
}
.review_list {
    margin-left: -10px;
    margin-right: -10px;
}
.review_item img {
    width: 100%;
}
button.slick-arrow {
    text-indent: -999999px;
}
footer {
    margin-top: 170px;
    background: #373737;
}
.footer_block {
    padding: 80px 0 100px;
}
.footer_block {
    padding: 80px 0 100px;
    display: flex;
    justify-content: space-between;
}
a.footer_logo {
    font-size: 28.27px;
    font-family: Playfair Display;
    color: var(--white-color);
    letter-spacing: 1.41px;
    text-transform: uppercase;
}
ul.footer_menu {
    list-style: none;
    column-count: 3;
    column-gap: 60px;
    margin-top: 8px;
}
ul.footer_menu li a {
    letter-spacing: 0.16px;
    color: var(--white-color);
    margin-bottom: 5px;
    display: block;
}
.copy_block {
    display: flex;
    justify-content: space-between;
    height: 45px;
    align-content: center;
}
.copy_block * {
    color: var(--white-color);
    font-size: 12px;
}
.copy_block a {
	text-decoration: underline;
}
.page_less .section_home_content {
    width: 750px;
}
.page_less .section_home_top .work_width:before {
    display: block;
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    background: #000;
    opacity: 0.4;
}
.btn_oval {
    position: relative;
    width: 338px;
    text-align: center;
    color: var(--white-color);
}
.btn_oval:before {
	content: '';
    position: absolute;
    display: block;
    width: 338px;
    height: 93px;
    background: url(../img/btn_oval.svg);
    background-size: 338px;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    -ms-transform: rotate(-10deg);
    transform: rotate(-10deg);
    -webkit-transform: rotate(-10deg);
    cursor: pointer;
}
.btn_oval:hover:before {
	-ms-transform: rotate(10deg);
    transform: rotate(10deg);
    -webkit-transform: rotate(10deg);
}

.page_less .section_home_content p {
    margin-top: 15px;
    margin-bottom: 0;
}
.btn_top_less.btn_oval {
    margin-top: 80px;
}
.section_home_top_img_back {
    line-height: 0;
}
.page_less section.section_ico {
    margin-top: 95px;
}
.section_ico_list_3 .section_ico_item {
    width: 360px;
    position: relative;
}
.section_promo_revers .section_promo_block {
    flex-direction: row-reverse;
    margin-left: calc(50% - 760px);
    margin-right: auto;
}
.section_promo_revers .section_promo_right {
    overflow: hidden;
    margin-left: calc(50% - 760px);
    margin-right: 0;
}
.section_promo_revers .section_promo_left {
    padding: 70px 0 80px;
    width: calc(50% - (760px - 50%));
}
.section_promo_revers .section_promo_left_content {
    width: 500px;
    float: right;
}
p.section_promo_text {
    margin-top: 25px;
}
.page_less ul.section_promo_list {
    margin-top: 25px;
}
.page_less .section_promo_list li:before {
    background: url(../img/arrow_black.svg);
    background-size: 25px;
}
.page_less .section_promo_list li:not(:last-child) {
    margin-bottom: 10px;
}
.page_less ul.section_promo_list_base {
    margin-top: 10px;
    list-style: disc;
    padding-left: 25px;
}
section.section_vertical_line {
    margin-top: 120px;
}
.section_vertical_line h2.section_title {
    width: 600px;
    text-align: center;
    margin: 0px auto;
}
.section_vertical_line_list {
    margin-top: 60px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.vertical_line_item {
    width: 200px;
    padding: 0 50px;
    position: relative;
}
.vertical_line_item:nth-child(4n) {
    padding-right: 0;
}
.vertical_line_item:nth-child(4n-3) {
    padding-left: 0;
}
.vertical_line_item:before {
    content: '';
    display: block;
    position: absolute;
    width: 1px;
    height: 130%;
    top: -15%;
    background: var(--gray-color);
    right: 0;
    opacity: 0.5;
}
.vertical_line_item:nth-child(4n):before {
	display: none;
}
.page_less .section_promo_right img {
    position: absolute;
    width: auto;
    height: 105%;
}
.section_promo_price .section_promo_left {
    padding: 80px 0 95px;
    width: calc(50% - (760px - 50%));
}
.section_dark * {
	color: var(--white-color);
}
.section_promo_price p {
    text-align: center;
    margin-top: 10px;
    margin-bottom: 0;
    font-size: 15px;
}
.section_promo_price .section_promo_left_content {
    width: 475px;
}
.section_promo_price_block {
    margin-top: 45px;
    display: flex;
    justify-content: space-between;
}
.promo_price_item {
    width: 150px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
span.promo_price_item_spall {
    font-size: 12px;
    text-transform: uppercase;
    opacity: 0.7;
    width: 100%;
    display: block;
    text-align: center;
}
span.promo_price_item_large {
    font-family: Playfair Display;
    font-size: 21px;
    font-style: italic;
    text-transform: uppercase;
}

p.info.promo_price_info {
    margin-top: 20px;
}
p.info {
    font-size: 15px;
    opacity: 0.5;
}
.section_dark .btn_base.btn_has_line:before {
    background: var(--white-color);
}
section.section_tarif {
    margin-top: 110px;
}
.section_tarif h2.section_title {
    width: 550px;
    text-align: center;
    margin: 0px auto;
}
.tarif_list {
    margin-top: 60px;
    display: flex;
    justify-content: space-between;
}
.tarif_item {
    width: 360px;
    border-top: 1px solid var(--gray-color);
    border-bottom: 1px solid var(--gray-color);
}
.tarif_item_block {
    padding: 30px 0 35px;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
}
span.tarif_item_pretitle {
    font-size: 12px;
    opacity: 0.7;
    width: 100%;
    display: block;
    letter-spacing: 1.20px;
}
span.tarif_item_title {
    margin-top: 5px;
    text-transform: uppercase;
    font-family: Playfair Display;
    font-size: 20px;
    letter-spacing: 1px;
}
.tarif_item_price_block {
    justify-content: flex-start;
}
.tarif_item_block span.card_item_price:first-child {
    margin-left: 0;
}
.tarif_item_block .card_item_btn_block {
    margin-top: 38px;
}
.tarif_item_block .card_item_btn_block a {
    margin: 0;
}
p.info.tarif_info {
    margin-top: 20px;
}
.card_item_price_sale {
    opacity: 0.5;
    /*text-decoration: line-through;*/
}
.section_review .section_title {
    text-align: center;
    width: 500px;
    margin: 0px auto 55px;
}
section.section_faq {
    margin-top: 130px;
}
.section_faq h2.section_title {
    text-align: center;
    width: 500px;
    margin: 0px auto;
}
.section_faq_accordeon {
    margin-top: 55px;
}
.accordion {
    padding-top: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin: 0;
    margin-top: auto;
}
.accordion-list {
    display: inline-block;
    position: relative;
    width: 560px;
}
.accordion-item {
    width: 100%;
    min-height: 62px;
    position: relative;
    border-top: 1px solid #333333;
}
.accordion-item.active .content {
    display: block;
    padding: 0 0 40px;
    margin: 0;
    height: auto;
    opacity: 1;
}
.accordion-item .heading {
    display: block;
    text-decoration: none;
    position: relative;
    -webkit-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
    text-align: left;
    padding: 20px 0;
    width: 100%;
    font-size: 16px;
    line-height: 1.5;
    color: var(--gray-color);
    letter-spacing: 0.05em;
}
.accordion-item .content {
    /* display: none; */
    height: 0;
    overflow: hidden;
    opacity: 0;
}
.accordion-item .content p {
    margin-top: 0;
    font-weight: 300;
    font-size: 20px;
    line-height: 27px;
    color: #342431;
    text-align: left;
}
.heading .title:before {
    content: '';
    position: absolute;
    display: block;
    width: 20px;
    height: 20px;
    top: 0;
    left: 0;
    margin: auto;
    background: url(../img/plus.svg);
    background-size: 20px;
    bottom: 0;
}
.active .heading .title:before {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}
.heading .title {
    padding-left: 40px;
}
.accordion-item:last-child {
    border-bottom: 1px solid #333333;
}
section.section_back_top {
    margin-top: 65px;
}
.video_block_mobile, .home_top_img_mobile {
	display: none;
}
.section_card_item_content h3 {
    text-align: center;
}
.review_block {
    position: relative;
}
.section_back_top .card_item_btn_block {
    padding-bottom: 10px;
}
.section_promo_img_2 {
	display: none;
}
span.card_item_price.card_item_price_sale:after {
    content: '';
    display: block;
    position: absolute;
    width: 110%;
    height: 1px;
    background: var(--gray-color);
    top: 0;
    bottom: 0;
    margin: auto;
    transform: rotate(8deg);
    left: -5%;
    opacity: 0.5;
}
span.card_item_price.card_item_price_sale {
    position: relative;
}
a.review_block {
    pointer-events: none;
}

/*FORM*/
.form_popup {
    position: fixed;
    height: 100%;
    width: 100%;
    top: 0;
    background: rgb(213 210 208 / 90%);
    z-index: 3;
    display: flex;
    justify-content: center;
    align-items: center;
}
.form_popup_block {
    width: 600px;
    background: #E8E4E1;
    padding: 70px 40px;
    position: relative;
    height: calc(100% - 140px);
    /* overflow-y: scroll; */
}
.form_popup_content {
    overflow: hidden;
    overflow-y: scroll;
    height: 100%;
}
.form_popup_fields {
    margin-top: 40px;
}
span.wpcf7-form-control-wrap:has(span.wpcf7-form-control) {
    height: auto;
    border-bottom: 0;
}
span.form_after_form {
    width: 100%;
    display: block;
    margin-bottom: 30px;
    margin-top: 30px;
    font-style: italic;
}
.wpcf7-form-control {
    display: flex;
    flex-wrap: wrap;
    margin-top: 10px;
}
span.wpcf7-list-item {
    width: 100%;
}
span.wpcf7-list-item label {
    display: flex;
    align-items: center;
}
span.wpcf7-list-item label input {
    margin-right: 10px;
}
.form_popup_close {
    position: absolute;
    width: 30px;
    height: 30px;
    background: url(../img/plus.svg);
    top: 20px;
    right: 20px;
    background-size: 30px;
    transform: rotate(45deg);
    cursor: pointer;
}
.form_popup_close:hover {
    transform: rotate(0deg);
}
.form_popup_text h2 {
    text-align: center;
}
.form_popup_text p {
    margin-top: 10px;
    font-size: 14px;
}
.wpcf7 br {
    display: none;
}
.form_popup_block:has(.sent) {
    height: auto;
}
span.wpcf7-form-control-wrap {
    width: 100%;
    height: 40px;
    margin-bottom: 20px;
    border-bottom: 1px solid var(--gray-color);
    font-size: 16px;
    display: flex;
    align-items: center;
}
.form_send {
    cursor: pointer;
}
.form_popup_after a {
    color: #000000;
    text-decoration: underline;
}
.form_popup_after {
    margin-top: 40px;
}
.form_modal {
    overflow: hidden;
}
span.wpcf7-not-valid-tip {
    position: absolute;
    display: none;
}
span:has(.wpcf7-not-valid) {
    border-color: #da5050;
}
span:has(.wpcf7-not-valid) placeholder {
    color: #da5050;
}
.wpcf7-not-valid::-webkit-input-placeholder {
    color: #da5050;
}
.wpcf7-not-valid:-moz-placeholder {
    color: #da5050;
}
.wpcf7-not-valid::-moz-placeholder {
    color: #da5050;
}
.wpcf7-not-valid:-ms-input-placeholder {
    color: #da5050;
}
.wpcf7 form .wpcf7-response-output {
    margin: 0 !important;
    padding: 0 !important;
    border: 0 !important;
    font-size: 12px;
    margin-top: 20px;
    display: block;
}
.wpcf7 form.invalid .wpcf7-response-output {
    color: #da5050;
}
.form_popup_done h2 {
    text-align: center;
}
.form_popup_done p {
    margin-top: 10px;
    font-size: 14px;
}



.page_base h1 {
    color: var(--gray-color);
    font-size: 32px;
}
.page_base section.section_content {
    margin-top: 150px;
}
.page_base header.ani {
    background: var(--gray-color);
}
.section_content_content {
    margin-top: 25px;
}
.promo_price_info a {
	color: #fff;
    text-decoration: underline;
}


.promo_price_item_large .card_item_price_sale:after {
    content: '';
    display: block;
    position: absolute;
    width: 110%;
    height: 1px;
    background: var(--white-color);
    top: 0;
    bottom: 0;
    margin: auto;
    transform: rotate(8deg);
    left: -5%;
    opacity: 0.5;
}
.promo_price_item_large .card_item_price_sale {
    position: relative;
}

span.card_item_prices.card_item_price_sale {
    position: relative;
}
.card_item_price_bloock span.card_item_prices.card_item_price_sale:after {
    content: '';
    display: block;
    position: absolute;
    width: 110%;
    height: 1px;
    background: var(--gray-color);
    top: 0;
    bottom: 0;
    margin: auto;
    transform: rotate(8deg);
    left: -5%;
    opacity: 0.5;
}
.section_card span.card_item_prices.card_item_price_sale {
    display: none;
}