html,
body {
	scroll-behavior: smooth;
}
.ref-card__info .old_price,
.product__title-price .old_price {
	position: relative;
}
.ref-card__info .old_price:before,
.product__title-price .old_price:before {
	position: absolute;
	content: '';
	left: -5px;
	top: 50%;
	right: -5px;
	border-top: 1px solid;
	border-color: var(--main-color);

	-webkit-transform: rotate(-5deg);
	-moz-transform: rotate(-5deg);
	-ms-transform: rotate(-5deg);
	-o-transform: rotate(-5deg);
	transform: rotate(-5deg);
}
.product__title-price .old_price {
	color: #212529;
	opacity: 70%;
	font-size: 26px;
}
.header__topline {
	background-color: var(--secondary);
}
.header__topline .header__nav {
	justify-content: space-between;
}
.header__topline .header__nav li {
	padding: 10px 0;
}
.header__topline .header__nav li a {
	color: #fff;
}
.work-time .time {
	margin-left: 29px;
}
.footer__nav a::before {
	margin-right: 5px;
}
.footer__btns {
	width: 162px;
}
.footer .messangers {
	width: 75%;
	justify-content: center;
	flex-wrap: wrap;
}
.footer .messangers li {
	margin-bottom: 10px;
}
.product__list .pay {
	max-width: 365px;
}
.product__list .pay img {
	max-width: 100%;
	height: auto;
}

.faq {
	padding-top: 40px;
}
.faq-item {
	box-shadow: 0px 10px 50px rgb(0 129 226 / 8%);
	margin-bottom: 20px;
	padding: 15px;
	cursor: pointer;
}
.faq-item__question .faq-question {
	font-weight: 600;
	color: #1e2e3b;
	font-size: 18px;
	display: flex;
	width: 100%;
	justify-content: space-between;
	align-items: center;
}
.faq-item__question .faq-question svg {
	stroke: #217fe1;
	transition: 0.3s;
	transform: rotate(180deg);
}
.faq-item__question.unfolded .faq-question svg {
	transform: rotate(0deg);
}
.faq-item__answer {
	padding-top: 15px;
	font-size: 16px;
	color: #445a6d;
	padding-bottom: 15px;
	cursor: default;
}
.price_content span {
	display: none;
	padding: 15px 10px;
	text-align: center;
	font-size: 20px;
	font-weight: 600;
	color: var(--secondary);
}

@media (max-width: 1291.98px) {
	.header__top .work-time {
		display: none !important;
	}
	.footer__btns {
		flex-direction: column;
	}
	.footer__btns .btn {
		width: 100%;
	}
	.footer__nav {
		margin-left: 20px !important;
	}
}
@media (min-width: 992px) and (max-width: 1291.98px) {
	.footer__btns,
	.footer .messangers {
		width: 100%;
	}
}
@media (max-width: 991.98px) {
	.price_content span {
		display: block;
	}
	.footer .messangers {
		width: 100%;
	}
}
@media (max-width: 767.98px) {
	.messangers {
		display: flex !important;
		margin: 0 auto;
	}
	.header__srch-btn {
		margin-left: unset;
	}
	.footer__copyright {
		width: 190px;
	}
	.footer__nav {
		width: calc(30% - 5px);
	}
}
@media (max-width: 499.98px) {
	.footer__btns {
		width: 100%;
	}
	.footer .messangers li {
		margin-right: 7px;
	}
	#menu-footer-menu-col-one,
	#menu-footer-menu-col-three {
		width: 42%;
	}
	#menu-footer-menu-col-two {
		width: 100%;
		margin-top: 15px;
	}
	#menu-footer-menu-col-two a {
		justify-content: center;
	}
}

.grid-list {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(350px, 1fr));
    grid-gap: 32px;
}
.grid-list__item {
    min-width: 0px;
}
.tizers-list__item{display:flex;height:100%;flex-direction:row}
.tizers-list__item--column{flex-direction:column}
.tizers-list__item--column.tizers-list__item--centered{text-align:center;align-items:center}
.tizers-list__item--vertical-centered{align-items:center}
.tizers-list__item-image-wrapper{flex-shrink:0}
.tizers-list__item-wrapper.bordered{border-radius:4px}
.tizers-list__item-wrapper.tizers-list__item-wrapper-close.bordered{margin-right:-1px;margin-bottom:-1px;border-radius:0}
@media (max-width: 450px) {
.tizers-list__item{flex-direction:column}
.tizers-list__item--images-position-LEFT .tizers-list__item-image-wrapper{margin-bottom:15px}
}
.tizers-list__item-image-wrapper--TEXT.tizers-list__item-image-wrapper--position-TOP{margin-bottom:19px}
.tizers-list__item-image-wrapper--TEXT.tizers-list__item-image-wrapper--position-LEFT{margin-top:4px;margin-right:21px}
.tizers-list__item-image-text{font-size:45px;line-height:45px}
.tizers-list__item-image-text--size-50{font-size:50px;line-height:50px}
.tizers-list__item-image-wrapper--PICTURES{overflow:hidden;border-radius:50%}
.tizers-list__item-image-wrapper--PICTURES.tizers-list__item-image-wrapper--position-TOP{width:140px;height:140px;margin-bottom:26px}
.tizers-list__item-image-wrapper--PICTURES.tizers-list__item-image-wrapper--position-LEFT{width:80px;height:80px;margin-right:27px}
.tizers-list__item-image-picture{width:100%;height:100%;background-size:cover;background-position:center}
.tizers-list__item-image-wrapper--ICONS{width:50px;height:50px;display:flex;align-items:center;justify-content:center}
.tizers-list__item-image-wrapper--ICONS svg{max-width:100%;max-height:100%}
.tizers-list__item-image-wrapper--position-TOP.tizers-list__item-image-wrapper--ICONS{margin-bottom:26px}
.tizers-list__item-image-wrapper--position-LEFT.tizers-list__item-image-wrapper--ICONS{margin-right:28px}
.tizers-list__item-text-wrapper{display:flex;flex-direction:column;margin-top:-.25em}
.bx-ie .tizers-list__item-text-wrapper{flex-grow:1}
@media (min-width: 451px) {
.bx-ie .tizers-list__item-text-wrapper{flex-basis:0}
}
.tizers-list__item-descr{margin-top:8px}
.tizers-list__item--with-bg{background-color:#fff;background-color:var(--card_bg_black)}
.tizers-list__item--with-bg:hover{background-color:#fff;background-color:var(--card_bg_hover_black)}
.tizers-list__item--narrow-with-bg{padding:48px}
.tizers-list__item--wide-with-bg{padding:56px}
.tizers-list__item--with-bg .tizers-list__item-image-wrapper--TEXT.tizers-list__item-image-wrapper--position-TOP{margin-bottom:13px}
.tizers-list__item--with-bg.tizers-list__item--images-PICTURES.tizers-list__item--images-position-TOP{padding:47px 47px 42px}
.detail-block.tizers{margin:-1px 0 0}
.detail-block .tizers-list{padding:40px 0 35px;background-color:var(--card_bg_black)}
.detail-block .tizers-list__item-name{font-size:1em}
.detail-block .tizers-list__item-descr{margin-top:3px;font-size:.86667em}
.detail-block .tizers-list__item-image-wrapper--ICONS{width:40px;height:40px}


ul.tabs_im_caption{display: flex;align-items: center;gap:15px;margin-left: 0;padding-left: 0;}
ul.tabs_im_caption li{
    cursor: pointer;
    display: block;
    margin: 0;
    padding: 14px 21px 14px 22px;
    color: #666;
    border: none;
    border-radius: 3px;
    border:1px solid #999;
    font-weight: 600;
}
ul.tabs_im_caption li:before{display: none;}
ul.tabs_im_caption li.active{color:#598234;border:1px solid #598234;background: #fff;}
.tabs_im_content{display: none;margin-bottom: 40px;}
.tabs_im_content.active{display: block;}

.mini_char{margin-bottom: 25px;}
.mini_char h6{margin-bottom: 1rem;}
.mini_char p{margin-bottom: 5px;font-size: 14px;}
.scroll_to{color:#598234;text-decoration: underline;}
.product_desc{margin-bottom: 25px;}
.right_form{background: #eee;padding-top: 20px;padding-bottom: 20px;}
.status-icon {
    padding: 0px 0 0 12px;
    position: relative;
    display: inline-block;
    color: #69be15;
    white-space: nowrap;
}
.status-icon:before {
    content: "";
    position: absolute;
    background: #69be15;
    border: 1px solid #5da911;
    width: 6px;
    height: 6px;
    border-radius: 100%;
    top: 8px;
    left: 0px;
}