:root {
	--tmr-primary: #3e457c;
	--tmr-blue: #2e2069;
	--tmr-hover: #bebebe;
	--tmr-line: rgba(238, 238, 238, 0.1);
}

::-webkit-scrollbar {
	width: 8px;
	height: 8px;
}

::-webkit-scrollbar-track {
	background: #F8F8F8;
}

::-webkit-scrollbar-thumb {
	background: #222222;
}

.row {
	gap: 24px 0;
}

.blog_thumb a img {
	height: 225px;
	width: 100%;
	object-fit: cover;
}

._sale .blog_thumb a img {
	height: 310px;
	width: 100%;
	object-fit: cover;
}

@media (min-width: 992px) and (max-width: 1360px) {
	._sale .blog_thumb a img {
		height: calc(220px + (310 - 220) * ((100vw - 992px) / (1360 - 992)));
	}
}

@media (min-width: 320px) and (max-width: 992px) {
	._sale .blog_thumb a img {
		height: calc(215px + (330 - 215) * ((100vw - 320px) / (992 - 320)));
	}
}

.single_blog,
.single_blog>figure {
	height: 100%;
}

.single_blog>figure {
	display: flex;
	flex-direction: column;
}

.blog_content {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	flex: 1;
}

.single_brand {
	padding: 12px;
	transition: .3s;
}

.single_brand img {
	width: 100%;
	height: 80px;
	object-fit: contain;
	transition: transform .3s;
}

.brand_list._not-border {
	border-left: none;
}

.single_brand:hover {
	background: #fff;
	box-shadow: 0 10px 20px 0 rgba(0, 0, 0, .1);
}

.single_brand:hover img {
	transform: scale(1.05);
}

.single_brand:hover h4 {
	color: var(--tmr-primary);
}

.post_meta p {
	color: var(--tmr-primary);
}

._certifications img {
	width: 100%;
	height: 400px;
	object-fit: cover;
}

._gallery-item {
	position: relative;
}

._gallery-item:before {
	content: '\f002';
	position: absolute;
	top: 0;
	left: 0;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	height: 100%;
	background: rgba(34, 34, 34, 0.8);
	color: #fff;
	font-size: 32px;
	font-family: "FontAwesome", sans-serif;
	transition: .3s;
	opacity: 0;
}

._gallery-item:hover:before {
	opacity: 1;
}

.about_thumb img {
	width: 100%;
	max-height: 90vh;
	object-fit: cover;
}

.about_content p,
ul li p {
	max-width: unset;
	text-align: left;
	margin: 0;
}

ul li:not(.menu_item_children):not(.offcanvas_menu .menu-item-has-children) {
	padding-right: 12px;
	display: flex;
	gap: 8px;
}

._list li:before,
._content ul li:before {
	content: '\f105';
	color: #222222;
	font-family: "FontAwesome", sans-serif;
	flex: 0 0 auto;
	margin-top: 1px;
	font-weight: 600;
	font-size: inherit;
}

.chose_icone .fa {
	font-size: 55px;
	color: var(--tmr-primary);
}

.chose_content a:hover {
	color: var(--tmr-primary);
}

header li:before,
footer li:before,
.pagination li:before,
.widget_categories li:before,
.tag_widget li:before,
.widget_list li:before,
.nav li:before,
.list li:before,
ul li.menu_item_children:before {
	display: none;
}

.pagination li {
	padding-right: 0;
}

.categories_product_thumb i {
	display: block;
	font-size: 60px;
	line-height: 60px;
	transition: .3s;
	text-align: center;
}

.categories_product_thumb a {
	display: flex;
	justify-content: center;
}

.categories_product_four .single_categories_product:hover {
	border-color: var(--tmr-primary);
}

.categories_product_four .single_categories_product:hover .categories_product_content h4 a,
.categories_product_four .single_categories_product:hover .categories_product_thumb i {
	color: var(--tmr-primary);
}

.categories_product_inner .owl-stage {
	display: flex;
}

.categories_product_four .single_categories_product {
	height: 100%;
}

.single_categories_product {
	padding: 15px;
}

.faq-client_title h2 {
	text-transform: unset;
	border-color: var(--tmr-primary);
}

.comments_form form input {
	margin-bottom: 0;
}

.partners-page__form-check {
	position: relative;
	display: flex;
	align-items: center;
	gap: 12px;
	grid-column: span 3;
	width: 100%;
}

.partners-page__form-check p {
	margin-bottom: 0;
}

.comments_form form input[type="checkbox"] {
	width: 16px;
	height: 16px;
}

input[type="checkbox"],
input[type="radio"] {
	accent-color: var(--tmr-primary);
}

.shipping_inner._four .single_shipping {
	width: 25%;
	transition: .3s;
	padding: 10px;
	align-items: flex-start;
}

@media (max-width: 1050px) {
	.shipping_inner._four .single_shipping {
		width: 50%;
	}
}

@media (max-width: 768px) {
	.shipping_inner._four .single_shipping {
		width: 100%;
	}
}

.shipping_inner._four .single_shipping:hover {
	box-shadow: 0 10px 20px 0 rgba(0, 0, 0, .1);
}

.shipping_content h4 {
	text-transform: unset;
}

.shipping_inner._four .shipping_icone i {
	flex: 0 0 auto;
	font-size: 45px;
	color: var(--tmr-primary);
}

._programs .single_blog>figure {
	flex-direction: row;
}

._programs.blog_wrapper .blog_thumb img {
	width: 100%;
}

._career.blog_wrapper .blog_thumb {
	width: 35%;
}

._career.blog_wrapper .blog_thumb {
	width: 35%;
}

._career-slider.blog_wrapper .blog_thumb {
	width: 25%;
}

._career-slider.blog_wrapper .blog_thumb img {
	height: 350px;
}

@media (max-width: 1020px) {
	._programs .single_blog>figure {
		flex-direction: column;
		gap: 24px 0;
	}

	._programs.blog_wrapper .blog_content {
		width: 100%;
		padding-left: 0;
	}

	._programs.blog_wrapper .blog_thumb,
	._career.blog_wrapper .blog_thumb,
	._career-slider.blog_wrapper .blog_thumb {
		width: 100%;
	}

	._career-slider.blog_wrapper .blog_thumb img {
		height: auto;
	}
}

._logo-title {
	height: 50px;
	display: block;
	margin: 0 auto 16px;
}

.education__links {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 8px 12px;
}

.education__links .button {
	height: auto;
	text-align: center;
	line-height: 1.2rem;
	background: var(--tmr-primary);
	padding-top: 12px;
	padding-bottom: 12px;
}

.education__links .button:hover {
	background: #222222;
	color: #fff;
}

p a {
	color: var(--tmr-primary);
}

.education__webinars {
	display: flex;
	flex-direction: column;
	gap: 24px;
}

.education__item {
	padding: 12px;
	background: #fff;
}

.education__item .btn-primary, .btn-success {
	background: var(--tmr-primary);
}

.education__item .btn:hover, .education__item .btn-primary:hover {
	background: #222222!important;
}

.education__item-info {
	display: flex;
	gap: 24px;
	justify-content: space-between;
	align-items: center;
}

.education__item p,
.education__item h4 {
	margin: 0;
}

.education__item .widget-body {
	padding-bottom: 0;
}

.education__item .widget-title {
	display: flex;
	align-items: center;
	gap: 8px;
	padding-bottom: 0;
	border-bottom: none;
	font-size: 1.4rem;
	color: #749A4A;
}

.education__item .widget-title span {
	display: inline-block;
	width: 6px;
	height: 6px;
	border-right: 2px solid #749A4A;
	border-bottom: 2px solid #749A4A;
	transform: rotate(225deg) translateY(-2px) translateX(-2px);
	transition: .3s;
}

.education__item .widget-title.collapsed span {
	transform: rotate(45deg) translateY(-2px);
}

.education__item .toggle-btn {
	display: none !important;
}

.education__item-info-date {
	text-align: center;
}

.education__item-info-btn {
	flex: 0 0 auto;
	display: flex;
	gap: 32px;
	align-items: center;
}

.education__item-accordion-wrap {
	max-height: 0;
	overflow: hidden;
	transition: max-height .3s;
}

.education__item-accordion>p {
	color: var(--tmr-primary);
	margin-top: 12px;
	cursor: pointer;
	width: fit-content;
	display: flex;
	gap: 4px;
	align-items: center;
}

.education__item-accordion>p:after {
	content: '\f107';
	font-family: "FontAwesome", sans-serif;
	margin-top: 1px;
	transition: .3s;
}

.education__item-accordion>p._active:after {
	content: '\f106';
}

@media (max-width: 750px) {

	.education__item-info,
	.education__item-info-btn {
		flex-direction: column;
		gap: 18px;
		text-align: center;
	}

	.education__item .widget-title {
		justify-content: center;
	}
}

.career__rating {
	display: flex;
	align-items: center;
	gap: 24px;
}

._career-slider p:not(:last-of-type) {
	margin-bottom: 12px;
}

.widget_search button:hover {
	background: var(--tmr-primary);
}

.widget_list>ul>li>label:hover {
	color: var(--tmr-primary);
}

.widget_list>ul>li input:checked~.checkmark {
	background-color: var(--tmr-primary);
	border: 1px solid var(--tmr-primary);
}

.document__links {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	grid-gap: 24px;
}

.document__links._brands {
	grid-template-columns: repeat(3, 1fr);
}

@media (max-width: 768px) {
	.document__links._brands {
		grid-template-columns: repeat(2, 1fr);
	}
}

@media (max-width: 470px) {
	.document__links._brands {
		grid-template-columns: 1fr;
	}
}

.document__links-item {
	display: flex;
	gap: 16px;
	border: 1px solid rgb(238, 238, 238);
	padding: 12px;
	transition: .3s;
}

.document__links-item i {
	flex: 0 0 auto;
	font-size: 32px;
}

.document__links-item div {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}

.document__links-item p:first-of-type {
	margin-bottom: 0;
	font-weight: 600;
	color: var(--tmr-primary);
}

.document__links-item:hover {
	box-shadow: 0 10px 20px 0 rgba(0, 0, 0, .1);
}

.document__links-item:hover {
	color: #222222;
}

@media (max-width: 767px) {
	.document__links {
		grid-template-columns: 1fr;
	}
}

.pagination ul li.current,
.pagination ul li a:hover,
.comments_form form button:hover,
.product_tab_btn ul li a::before {
	background: var(--tmr-primary);
}

.product_tab_btn ul li a.active,
.product_tab_btn ul li a:hover {
	color: var(--tmr-primary);
}


.delivery_table {
	border-collapse: collapse;
	width: 100%;
}

.delivery_table tr td {
	width: 100px;
	text-align: center;
	border: 1px solid rgb(238, 238, 238);
	padding: 0 0 0 0;
	background: #fff;
}

.delivery_table tr td:first-child {
	width: 150px;
	text-align: left;
	padding: 0 0 0 10px;
}

.delivery_table tr td.gr {
	background-color: var(--tmr-primary);
	color: #ffffff;
}

ol {
	padding-left: 15px;
}

.categories_product_content p {
	line-height: 15px;
	margin-top: 8px;
}

._img-social {
	height: 210px !important;
	object-fit: cover
}

@media (max-width: 1020px) {
	._img-social {
		height: auto !important;
		max-height: 600px;
	}
}

.blog_content h4 a:hover,
.blog_content .post_readmore a:hover {
	color: var(--tmr-primary);
}

.blog_column4 .owl-stage {
	display: flex;
}

.blog_column4 .owl-stage .owl-item>div {
	height: 100%;
}

#place_list {
	width: 100%;
	height: 500px;
	overflow-y: auto;
	padding: 12px;
	background: #fff;
}

.map-item {
	padding: 8px;
	margin-bottom: 12px;
	transition: .3s;
	cursor: pointer;
}

.map-item:hover {
	box-shadow: 0 10px 20px 0 rgba(0, 0, 0, .1);
}

.map-item p {
	margin-bottom: 0;
	font-size: 13px;
	line-height: 15px;
}

.map-item h4 {
	margin-bottom: 0;
}

._contacts .nice-select {
	width: 100%;
	margin-bottom: 16px;
}

._contacts .nice-select.open .list {
	width: 100%;
	max-height: 350px;
	overflow-y: auto;
}

.sidebar__menu {
	max-height: 0;
	overflow: hidden;
	transition: max-height .3s;
}

.sidebar__menu-btn h3 {
	position: relative;
}

.sidebar__menu-btn h3:before,
.sidebar__menu-btn h3:after {
	content: '';
	position: absolute;
	top: 50%;
	right: 0;
	width: 10px;
	height: 2px;
	background: #000;
	transition: .3s;
}

.sidebar__menu-btn h3:before {
	transform: translateY(-150%);
}

.sidebar__menu-btn h3:after {
	transform: translateY(-150%) rotate(90deg);
}

.sidebar__menu-btn._active h3:after {
	transform: translateY(-150%) rotate(0deg);
}

.breadcrumb_content ul {
	display: flex;
	flex-wrap: wrap;
}

._policy {
	text-align: right;
}

.blog_container .owl-stage {
	padding-bottom: 18px;
}

.media-content {
	position: relative;
}

.media-content img,
.media-content iframe {
	width: 100%;
	min-height: 420px;
	height: 100%;
}

@media (max-width: 850px) {

	.media-content img,
	.media-content iframe {
		min-height: 350px;
	}
}

@media (max-width: 650px) {

	.media-content img,
	.media-content iframe {
		min-height: 250px;
	}
}

.media-content span {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 80px;
	height: 80px;
	border-radius: 50%;
	background: #FF4A04;
	transition: .3s;
	transform: translate(-50%, -50%);
	box-shadow: 4px 4px 8px 0 rgba(34, 60, 80, 0.5);
	cursor: pointer;
}

.media-content span:before {
	content: '';
	position: absolute;
	top: 50%;
	left: 50%;
	width: 25px;
	height: 30px;
	margin-left: 3px;
	background: #fff;
	clip-path: polygon(0 0, 0% 100%, 100% 50%);
	transform: translate(-50%, -50%);
}

.media-content:hover span {
	transform: translate(-50%, -50%) scale(1.1);
}

._index-products .owl-stage {
	padding-bottom: 18px;
}

._index-products .owl-nav {
	position: unset;
}

._index-products .owl-prev,
._index-products .owl-next {
	position: absolute;
	top: 50%;
	transform: translateY(-100%);
	width: 40px;
	height: 40px;
	background: #fff;
	border-radius: 50%;
	display: flex;
	justify-content: center;
	align-items: center;
	z-index: 10;
}

._index-products._brand .owl-prev,
._index-products._brand .owl-next {
	background: #f8f8f8;
	transform: translateY(-50%);
}


._index-products .owl-prev {
	left: -50px;
}

._index-products .owl-next {
	right: -50px;
}

@media (max-width: 1600px) {
	._index-products .owl-prev {
		left: 0px;
	}

	._index-products .owl-next {
		right: 0px;
	}

	._index-products .owl-prev,
	._index-products .owl-next {
		box-shadow: 4px 4px 8px 0px rgba(34, 60, 80, 0.2);
	}
}

._index-products .product_name a {
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
}

._lk {
	display: flex;
	justify-content: flex-end;
}

._lk .call_support i {
	margin-right: 0;
}

._lk a {
	color: #fff;
}

._lk a:hover {
	color: var(--tmr-hover) !important;
}

._lk a {
	font-size: 24px;
	vertical-align: middle;
	margin-right: 7px;
}

.header_bottom.sticky ._lk a {
	color: #fff;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
	._lk a {
		font-size: 20px;
	}
}

@media only screen and (max-width: 767px) {
	._lk a {
		font-size: 20px;
	}
}

footer .widgets_container h3 a {
	color: #fff;
}

footer .widgets_container h3 a:hover {
	color: var(--tmr-hover);
}

footer .contact_text a:hover {
	color: var(--tmr-hover);
}

.font-weight-bold {
	font-weight: 600;
}

._coop .blog_thumb a img {
	height: 360px;
}

._fw {
	flex-wrap: wrap;
}

.m_contact a,
.m_contact p {
	display: block;
	font-weight: 500;
	width: fit-content;
}

.m_contact a:hover {
	color: var(--tmr-primary);
}

._green {
	color: #749A4D;
}

.maintenance__city {
	position: relative;
	display: grid;
	grid-template-columns: repeat(5, 1fr);
	width: 100%;
}

.maintenance__city:after {
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 2px;
	background: #fff;
}

.maintenance__city div {
	padding: 14px 14px 14px 0;
	border-bottom: 1px solid #CBCBCB;
}

.maintenance__city h4 {
	margin-bottom: 1rem;
}

.maintenance__city p {
	margin-bottom: 0;
}

@media (max-width: 768px) {
	.maintenance__city {
		grid-template-columns: repeat(4, 1fr);
	}
}

@media (max-width: 560px) {
	.maintenance__city {
		grid-template-columns: repeat(3, 1fr);
	}
}

@media (max-width: 400px) {
	.maintenance__city {
		grid-template-columns: repeat(2, 1fr);
	}
}

.m-slider ._certifications img {
	object-fit: contain;
}

.m_minibanners img {
	height: 250px;
	width: 100%;
	object-fit: cover;
}

.m_minibanners .single_banner {
	position: relative;
}

.m_minibanners .single_banner:after {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: linear-gradient(to bottom, rgba(125, 185, 232, 0) 0%, rgba(0, 0, 0, .7) 100%);
}

.m_minibanners h4 {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	text-align: center;
	z-index: 2;
	color: #fff;
	padding: 8px;
	margin-bottom: 0;
}

.m-miniform button {
	width: 100%;
	padding: 0 8px;
}

.m-miniform {
	margin: 24px 0;
	padding: 18px;
	border: 1px solid #ebebeb;
	border-radius: 4px;
}

.m-miniform input {
	height: 100% !important;
	min-height: 40px;
}

.m-miniform label {
	margin-bottom: 0 !important;
}

.m-errors .single_categories_product {
	display: flex;
	flex-direction: column;
	align-items: center;
}

.m-errors path {
	fill: var(--tmr-primary);
}

.maintenance__price div {
	display: flex;
	justify-content: space-between;
	align-items: center;
	gap: 24px;
	padding: 8px;
	transition: .3s;
}

.maintenance__price div:nth-child(2n + 2) {
	background: #F5F5F5;
}

.maintenance__price div:hover {
	background: rgba(62, 69, 124, 0.3);
}

.maintenance__price p {
	margin-bottom: 0;
}

.maintenance__price p:last-of-type {
	flex: 0 0 auto;
}

.m-serv .single_categories_product {
	height: 100%;
	background: #fff;
}

.m-serv .icon-box-icon {
	width: 80px;
	height: 80px;
	display: flex;
	justify-content: center;
	align-items: center;
	background: var(--tmr-primary);
	border-radius: 50%;
}

.m-serv .icon-box-icon i {
	font-size: 28px;
}

.m-serv .categories_product_thumb {
	display: flex;
	justify-content: center;
}

.m-cat a:hover {
	color: #fff !important;
}

.m-cat img {
	max-width: 100%;
	width: 210px !important;
	height: 130px;
	object-fit: contain;
	margin-bottom: 16px;
}

.m-cat .categories_product_thumb {
	display: flex;
	justify-content: center;
}

.m-form form {
	display: flex;
	flex-direction: column;
	align-items: center;
}

._lk-item {
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 4px;
	padding: 24px 0 20px !important;
	height: auto !important;
	background: #fff !important;
	opacity: 1 !important;
	border-radius: 7px !important;
	border: 1px solid var(--tmr-blue);
	transition: .3s;
}

._lk-item h2 {
	margin-bottom: 0;
}

._lk-item h2,
._lk-item i {
	color: var(--tmr-blue);
	transition: .3s;
}

._lk-item:hover {
	background: var(--tmr-blue) !important;
}

._lk-item:hover h2,
._lk-item:hover i {
	color: #fff;
}


.product__basket {
	display: flex;
	flex-wrap: wrap;
	gap: 12px 20px;
}

._wishlist {
	display: flex;
	justify-content: center;
	align-items: center;
	border: none;
	width: 42px;
	height: 42px;
	font-size: 20px;
	padding: 4px;
}

._wishlist:hover {
	background: #3E444A;
}

.product__slide-mini {
	height: 80px;
	border: none !important;
	padding-right: 0 !important;
}

.product__slide-mini .elevatezoom-gallery {
	padding: 12px;
	transition: .3s;
	border: 1px solid #ddd;
}

.product__slide-mini img {
	width: 100%;
	height: 100%;
	object-fit: contain;
}

.product__slide-mini .elevatezoom-gallery.zoomGalleryActive {
	border-color: var(--tmr-blue);
}

.accord-content__btn {
	display: flex;
	align-items: center;
	gap: 8px;
	cursor: pointer;
	transition: .3s;
}

.accord-content__btn:after {
	content: '';
	width: 6px;
	height: 6px;
	border-right: 1px solid #222;
	border-bottom: 1px solid #222;
	transform: rotate(45deg);
	transition: .3s;
	margin-bottom: 2px;
}

.accord-content__btn:hover,
.accord-content__btn._active,
.accord-content__btn:hover:after,
.accord-content__btn._active:after {
	color: var(--tmr-blue);
}

.accord-content__btn._active:after {
	transform: rotate(225deg);
	margin-bottom: -7px;
}

.product__advantages {
	display: flex;
	justify-content: space-between;
	gap: 12px;
}

.product__advantages-item {
	position: relative;
	display: flex;
	gap: 12px;
	padding: 16px;
	border: 1px solid #ebebeb;
	border-radius: 5px;
	width: 100%;
	overflow: hidden;
}

.product__advantages-item h3 {
	font-size: 17px;
	line-height: 22px;
	margin-bottom: 4px;
	font-weight: 500;
	color: var(--tmr-blue);
}

.product__advantages-item p {
	font-size: 13px;
	line-height: 16px;
}

.product__advantages-item svg {
	position: absolute;
	bottom: -15px;
	right: -10px;
	height: 100%;
	width: auto;
	opacity: .1;
}

@media (max-width: 1150px) {
	.product__advantages {
		flex-wrap: wrap;
	}

	.product__advantages-item:not(:first-child) {
		width: calc(50% - 6px);
	}
}

@media (max-width: 500px) {
	.product__advantages-item:not(:first-child) {
		width: 100%;
	}
}


._quantity {
	position: relative;
}

._quantity input {
	padding-right: 21px !important;
}

._quantity ._plus,
._quantity ._minus {
	position: absolute;
	right: 4px;
	width: 15px;
	height: 15px;
	background: #eee;
	border-radius: 2px;
	z-index: 2;
	display: flex;
	justify-content: center;
	align-items: center;
	cursor: pointer;
	transition: .3s;
	user-select: none;
}

._quantity ._plus:hover,
._quantity ._minus:hover {
	background: #3E444A;
	color: #fff;
}

._quantity ._plus {
	top: 4px;
}

._quantity ._minus {
	bottom: 4px;
}

._card-basket {
	display: flex;
	flex-direction: column;
}

._card-basket>li {
	width: 100%;
}

._card-basket .product-item-info-container {
	width: 100%;
}

._card-basket .product-item-amount-field-container {
	display: flex;
	flex-wrap: wrap;
}

._card-basket .product-item-amount-field-container input {
	width: calc(100% - 44px);
	max-width: unset;
	border: 1px solid #f2f2f2;
	height: 30px;
}

._card-basket .product-item-amount-field-container .product-item-amount-description-container {
	width: 100%;
}

._card-basket .product-item-amount-field-btn-plus,
._card-basket .product-item-amount-field-btn-minus {
	height: 30px;
}

._card-basket .btn {
	background: var(--tmr-blue) !important;
	transition: .3s;
}

._card-basket .btn:hover {
	background: #3E444A !important;
}

._wish-card {
	position: absolute;
	top: 0;
	right: 15px;
	z-index: 2;
}

._wish-card button {
	font-size: 24px;
	line-height: 24px;
	padding: 0;
	background: none;
	border: none;
}

._wish-card button:hover {
	color: background: var(--tmr-blue);
}

._wish-card button._active {
	color: red;
}

.label_product-wrap {
	position: relative;
	z-index: 99;
	width: 75%;
	height: auto;
	display: flex;
	position: absolute;
	height: 0;
	flex-flow: row wrap;
	padding: 0 0 0 15px;
}
.shop_wrapper .label_product-wrap .label_product {
	float: left;
	bottom: unset;
	position: relative;
	display: inline-block;
}

.label_product span.label_sale {
	right: unset;
	/* left: 15px; */
}


.search_container {
	z-index: 1000;
}

.search-popup {
	position: absolute;
	bottom: 0;
	left: 50%;
	display: none;
	width: 1406px;
	padding: 15px;
	transform: translate(-50%, 100%);
}

@media (max-width: 1470px) {
	.search-popup {
		width: calc(870px + (1406 - 870) * ((100vw - 992px) / (1470 - 992)));
	}
}

.search-popup h3 {
	font-size: 18px;
	font-weight: 500;
}

.search-popup a:hover {
	color: var(--tmr-blue);
}

.search-popup__wrap {

	border-radius: 5px;
	background: #fff;
	box-shadow: 4px 4px 8px 0px rgba(34, 60, 80, 0.2);
	border: 1px solid rgba(34, 60, 80, 0.2);
	padding: 16px;
	display: flex;
	flex-direction: column;
}

.search-popup__lists,
.search-popup__skeleton-top {
	display: grid;
	grid-template-columns: 1fr 1fr;
	grid-gap: 16px;
	padding-bottom: 16px;
	border-bottom: 1px solid rgba(34, 60, 80, 0.2);
}

.search-popup__lists>div {
	height: 200px;
	display: flex;
	flex-direction: column;
}

.search-popup__lists ul {
	overflow-y: auto;
	height: 100%;
}

.search-popup__wrap *::-webkit-scrollbar {
	width: 5px;
}

.search-popup__wrap *::-webkit-scrollbar-track {
	-webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.1);
	border-radius: 10px;
}

.search-popup__wrap *::-webkit-scrollbar-thumb {
	border-radius: 10px;
	background: var(--tmr-blue);
}

.search-popup__lists a {
	display: flex;
	gap: 8px;
	margin-bottom: 3px;
}

.search-popup__lists a i {
	padding-top: 5px;
}

.search-popup__results,
.search-popup__skeleton-bottom {
	padding-top: 16px;
	display: flex;
	gap: 16px;
	flex: 1;
}

.search-popup__category,
.search-popup__skeleton-category {
	display: flex;
	flex-direction: column;
	gap: 8px;
	width: 30%;
	flex: 0 0 auto;
	height: 100%;
	max-height: 450px;
	overflow-y: auto;
	padding-right: 12px;
}

.search-popup__category a {
	display: flex;
	justify-content: space-between;
	align-items: center;
	gap: 16px;
	padding: 12px 16px;
	border-radius: 5px;
	background: #F8F8F8;
}

.search-popup__category a:hover {
	box-shadow: 0px 5px 10px 2px rgba(34, 60, 80, 0.2);
}

.search-popup__category p {
	flex: 1;
	margin-bottom: 0;
}

.search-popup__category img {
	width: 50px;
	height: 50px;
	object-fit: contain;
	mix-blend-mode: multiply;
	flex: 0 0 auto;
}

.search-popup__category i {
	font-size: 20px;
	font-weight: 600;
	color: #ababab;
}

.search-popup__products,
.search-popup__skeleton-product {
	flex: 1;
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 16px;
}

.search-popup__products .button:hover {
	color: #fff;
	background: #222222;
}

.search-popup__products-wrap {
	display: flex;
	flex-direction: column;
	gap: 8px;
	width: 100%;
	height: 100%;
	max-height: 390px;
	overflow-y: auto;
	padding-right: 12px;
}

.search-popup__products-wrap a {
	display: flex;
	align-items: center;
	gap: 16px;
	width: 100%;
	border-radius: 5px;
	border: 1px solid rgba(34, 60, 80, 0.2);
	padding: 12px 16px;
}

.search-popup__products-wrap a:hover {
	box-shadow: 0px 5px 10px 2px rgba(34, 60, 80, 0.2);
}

.search-popup__products-wrap img {
	width: 70px;
	height: 70px;
	object-fit: contain;
	mix-blend-mode: multiply;
	flex: 0 0 auto;
}

.search-popup__products-wrap div {
	flex: 1;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.search-popup__products-wrap p {
	margin-bottom: 0;
}

.search-popup__products-wrap p:first-child {
	width: 100%;
}

.search-popup__products-wrap ._article {
	color: var(--tmr-blue);
}

.search-popup__products-wrap ._price {
	font-size: 16px;
	font-weight: 500;
}

.search-popup__skeleton span {
	position: relative;
	display: block;
	width: 100%;
	border-radius: 5px;
	background: rgba(215, 215, 215, 0.53);
	overflow: hidden;
}

.search-popup__skeleton span:before {
	content: '';
	position: absolute;
	top: 0;
	height: 100%;
	width: 45px;
	transform: skewX(-45deg);
	left: -150%;
	background: linear-gradient(90deg, rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0.4));
	animation: flareAnimation 3s infinite linear;
}

@keyframes flareAnimation {
	0% {
		left: -150%;
	}

	100% {
		left: 150%;
	}
}

.search-popup__skeleton-top div {
	display: flex;
	flex-direction: column;
	gap: 8px;
}

.search-popup__skeleton-top span {
	height: 30px;
}

.search-popup__skeleton-category span {
	height: 32px;
}

.search-popup__skeleton-product span {
	height: 68px;
}


.categories_column7 .owl-dot {
	width: 15px;
	height: 15px;
	background: rgba(0, 0, 0, 0.1);
	border-radius: 50%;
}

.categories_column7 .owl-dot.active {
	background: #2E2069;
}

.categories_column7 .owl-dots {
	margin-top: 18px;
	display: flex;
	flex-wrap: wrap;
	gap: 12px;
	justify-content: center;
}

.categories_column7 .single_categories_product {
	height: 100%;
}

.smart-filter-parameters-box {
	padding-top: 5px;
	padding-bottom: 5px;

}

.smart-filter-parameters-box:not(:last-of-type) {
	border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.smart-filter-form>.row {
	gap: 0;
}

.smart-filter-angle {
	display: none !important;
}

.smart-filter-parameters-box-title-text {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 16px;
	width: 100%;

}

.smart-filter-parameters-box-title {
	width: 100%;
	display: block;
}

.smart-filter-parameters-box-title-text:after {
	content: '';
	width: 7px;
	height: 7px;
	border-right: 1px solid #222;
	border-bottom: 1px solid #222;
	transform: rotate(45deg);
	transition: .2s;
}

.bx-active .smart-filter-parameters-box-title-text:after {
	transform: rotate(225deg) translate(-3px, -3px);
}


.offcanvas_menu .contact_text div {
	color: var(--tmr-blue);
}

._mobile-header-bold>a {
	font-weight: 600 !important;
	color: var(--tmr-blue);
}



.line-card {
	padding: 16px;
	border: 1px solid rgba(0, 0, 0, 0.05);
	transition: .3s;
	border-radius: 4px;
}

.line-card:hover {
	box-shadow: 0px 0px 13.5px 1.5px rgba(0, 0, 0, 0.07);
}

.line-card__wrap {
	display: flex;
	gap: 16px;
}

.line-card__wrap>img {
	width: 160px;
	height: 160px;
	object-fit: contain;
}

.line-card__info {
	flex: 1;
	padding-right: 16px;
	border-right: 2px solid rgba(0, 0, 0, 0.05);
}

.line-card__price {
	width: 240px;
}

.line-card__basket {
	display: flex;
	gap: 8px;
	margin-top: 12px;
}

.line-card__price a {
	display: flex;
	justify-content: center;
	align-items: center;
}

.line-card__price a:hover {
	color: #fff;
	background: #222222;
}

.line-card__price ._fs {
	font-size: 18px;
	padding: 0 15px;
}

.line-card__price a:not(._fs) {
	flex: 1;
}

.line-card__price p {
	margin-bottom: 0;
}

.line-card__price p span {
	font-weight: 500;
	color: var(--tmr-blue);
	font-size: 18px;
}

.line-card__info h3 {
	font-size: 21px;
	line-height: 25px;
	overflow: hidden;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	text-overflow: ellipsis;
}

.line-card__info h3 a:hover {
	color: var(--tmr-blue);
}

.line-card__article {
	display: flex;
	flex-wrap: wrap;
	gap: 8px 24px;
	margin-bottom: 16px;
}

.line-card__article span {
	font-weight: 500;
	color: var(--tmr-blue);
}

.line-card__article p {
	margin-bottom: 0;
}

.line-card__description {
	opacity: .5;
	overflow: hidden;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	text-overflow: ellipsis;
	font-size: 14px;
	line-height: 18px;
}

.line-card__tabs {
	display: flex;
	justify-content: space-between;
	gap: 5px 12px;
}

.line-card__tabs button {
	padding: 0;
	background: none;
	border: none;
	font-size: 12px;
	display: flex;
	gap: 5px;
	align-items: center;
}

.line-card__tabs button:hover {
	color: var(--tmr-blue);
}

.line-card__tabs button:after {
	content: '';
	display: block;
	width: 5px;
	height: 5px;
	border-right: 1px solid #000;
	border-bottom: 1px solid #000;
	transform: rotate(45deg);
	margin-bottom: 3px;
	transition: .3s;
}

.line-card__tabs button._active:after {
	transform: rotate(225deg);
	margin-bottom: 0;
	margin-top: 4px;
}

.line-card__tab-content {
	padding: 12px 0;
	margin-top: 12px;
	border-top: 2px solid rgba(0, 0, 0, 0.05);
}

.line-card__tab {
	max-height: 0;
	overflow: hidden;
	transition: max-height .3s;
}

@media (max-width: 1310px) {
	.line-card__price {
		width: 140px;
	}

	.line-card__price p {
		display: flex;
		flex-direction: column;
	}

	.line-card__basket {
		flex-wrap: wrap;
	}

	.line-card__price ._fs {
		flex: 1;
	}

	.line-card__price a:not(._fs) {
		flex: unset;
		width: 100%;
	}
}

@media (max-width: 1140px) {
	.line-card__tabs {
		flex-wrap: wrap;
	}

	.line-card__tabs button {
		width: 45%;
	}
}

@media (max-width: 991px) {
	.line-card__tabs button {
		width: auto;
	}
}

@media (max-width: 850px) {
	.line-card__tabs button {
		width: 45%;
	}
}

@media (max-width: 766px) {
	.line-card__wrap {
		flex-direction: column;
	}

	.line-card__wrap>img {
		order: 1;
		width: 100%;
		height: 220px;
	}

	.line-card__price {
		order: 2;
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
		width: 100%;
	}

	.line-card__price p {
		width: fit-content;
	}

	.line-card__info {
		order: 3;
		padding-right: 0;
		border: none;
	}

	.line-card__basket {
		width: 100%;
	}
}

@media (max-width: 350px) {
	.line-card__tabs button {
		width: 100%;
	}
}

.line-card__quantity {
	width: 100%;
	display: flex;
	margin-top: 16px;
	overflow: hidden;
	border-radius: 4px;
}

.line-card__quantity input {
	width: 100%;
	border-radius: 0;
	border: 1px solid rgba(0, 0, 0, 0.05);
	padding: 4px 12px;
	text-align: center;
}

.line-card__quantity input::-webkit-outer-spin-button,
.line-card__quantity input::-webkit-inner-spin-button {
	-webkit-appearance: none;
	margin: 0;
}

.line-card__quantity span {
	width: 33px;
	flex: 0 0 auto;
	background: rgba(0, 0, 0, 0.15);
	color: #000;
	border-radius: 0;
	display: flex;
	justify-content: center;
	align-items: center;
	cursor: pointer;
}

.blog_content .post_desc p {
	overflow: hidden;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	text-overflow: ellipsis;
	line-height: 18px;
}

.catalog-page {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	grid-gap: 24px;
}

.catalog-page__item {
	display: flex;
	gap: 16px;
	padding: 16px;
	border: 1px solid #ebebeb;
	transition: .3s;
	border-radius: 4px;
}

.catalog-page__item:hover {
	border-color: var(--tmr-blue);
}

.catalog-page__item div {
	display: flex;
	flex-direction: column;
	gap: 12px;
	width: 100%;
}

.catalog-page__item div a:not(h2 a) {
	line-height: 16px;
}

.catalog-page__item h2 {
	text-transform: uppercase;
	font-size: 18px;
	line-height: 24px;
	margin-bottom: 8px;
}

.catalog-page__item img {
	width: 130px;
	height: 130px;
	object-fit: contain;
}

.catalog-page__item a:hover {
	color: var(--tmr-blue);
}

.catalog-page__item-img:hover {
	transform: scale(1.1);
}

.catalog-page__item-img {
	flex: 0 0 auto;
}

@media (max-width: 1160px) {
	.catalog-page {
		grid-template-columns: repeat(2, 1fr);
	}
}

@media (max-width: 767px) {
	.catalog-page {
		grid-template-columns: 1fr;
	}
}

@media (max-width: 440px) {
	.catalog-page__item {
		flex-direction: column;
		align-items: center;
	}
}

._brand .label_product {
	position: absolute;
	top: -12px;
	left: 0;
	width: 100%;
	padding: 0 15px;
	display: flex;
}

.zoomContainer, .zoomWindowContainer {
	display: none!important;
}

.zoomWrapper {
	pointer-events: none;
}

.sale-order-list-container .sale-order-list-button, .sale-order-list-container .sale-order-list-button,
#bx-soa-order .btn, .sale-order-detail-about-order-inner-container-repeat-button,
.subscribe_form #mc-submit,
.sale-order-detail-payment-options-methods-button-element-new-window {
	height: auto;
	text-align: center;
	line-height: 1.2rem;
	background: var(--tmr-primary) !important;
	padding-top: 12px;
	padding-bottom: 12px;
	border: none;
	border-radius: 3px!important;
}

.sale-order-list-container .sale-order-list-button:hover, .sale-order-list-container .sale-order-list-button:hover,
#bx-soa-order .btn:hover, .sale-order-detail-about-order-inner-container-repeat-button:hover,
.sale-order-detail-payment-options-methods-button-element-new-window:hover, .subscribe_form #mc-submit:hover,
.basket-checkout-block-btn .basket-btn-checkout:hover {
	background: #222222!important;
	color: #fff;
}

.bx-soa-section-title-count {
	margin-left: 12px!important;
}

.bx-soa-section.bx-step-completed .bx-soa-section-title-count {
	background: var(--tmr-primary) !important;
	border: none!important;
}

.bx-soa-section.bx-step-completed {
	border-radius: 9px;
	border-width: 1.5px!important;
	overflow: hidden;
	border-color: var(--tmr-primary) !important;
}

.bx-soa-section.bx-selected {
	border-radius: 9px;
	border-width: 1.5px!important;
	overflow: hidden;
}

.bx-soa-section.bx-selected {
	border-color: rgba(0, 0, 0, 0.1) !important;
}

.bx-soa-price-free {
	color: var(--tmr-primary) !important;
}

.alert-success {
	background: rgba(0, 0, 0, 0.1) !important;
	color: var(--tmr-primary) !important;
}

.icon-success, .bx-soa-section-title-count:before {
	background-image: url("data:image/svg+xml,%3Csvg id='Layer_1' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 21 21'%3E%3Cstyle%3E.st0%7Bfill:%233e457c%7D%3C/style%3E%3Cpath id='Forma_1' class='st0' d='M10.5 0C4.7 0 0 4.7 0 10.5S4.7 21 10.5 21 21 16.3 21 10.5 16.3 0 10.5 0zM9 15.4l-5-4.9 2-2 3 3 6-5.9 2 2-8 7.8z'/%3E%3C/svg%3E") !important;

}

.bx-soa-section-title-count:before {
	border: 1px solid #fff;
	border-radius: 50%;
}

.product__basket .in-basket, .js-product-wrap .favorite-btn._active, .line-card__price .in-basket, a.favorite-btn._active {
	background: #222222!important;
}

.sale-order-list-title-container, .sale-order-detail-general-head, .sale-order-detail-payment-options-title,
.sale-order-detail-payment-options-order-content-title{
	background: var(--tmr-primary) !important;
}

.sale-order-list-title, .sale-order-detail-payment-options-title-element, .sale-order-detail-payment-options-order-content-title-element {
	color: #fff!important;
}

.sale-order-detail-about-order-inner-container-repeat-button, .sale-order-detail-payment-options-methods-button-element-new-window {
	font: inherit!important;
	height: auto!important;
}

.inactive-button {
	background: var(--tmr-primary) !important;
	opacity: .5;
}

.sale-order-detail-general {
	border: none!important;
}

.sale-order-detail-payment-options-title-element, .sale-order-detail-payment-options-order-content-title-element, .sale-order-detail-general-item {
	padding: 0 12px!important;
}

.mini_cart {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}

.subscribe_form #mc-submit {
	height: 100%;
}

.bx-soa-section-title-container {
	display: flex;
	justify-content: space-between;
}

.bx-soa-section-title-container .text-right {
	display: flex;
	justify-content: flex-end;
	padding-right: 12px;
}

.bx-soa .form-group {
	margin-bottom: 12px;
}

.bx-sls .dropdown-block {
	padding: 6px 22px 6px 30px!important;
}

.bx-sls .bx-ui-sls-fake, .bx-sls .bx-ui-sls-route {
	height: auto!important;
}

.bx-soa .form-group label input[type="radio"] {
	margin-right: 8px;
}

.bx-soa-custom-label {
	margin-bottom: 8px;
}




.card-check {
	position: relative;
}

.card-check .fa {
	color: green;
}

.card-check > p {
	cursor: pointer;
}

.card-check__wrap {
	position: absolute;
	bottom: 0;
	left: 0;
	width: max-content;
	transform: translateY(100%);
	padding: 12px;
	background: #fff;
	box-shadow: 4px 4px 8px 0 rgba(34, 60, 80, 0.2);
	opacity: 0;
	visibility: hidden;
	transition: .3s;
	z-index: 3;
}

.card-check:hover .card-check__wrap {
	opacity: 1;
	visibility: visible;
}

















