<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">:root {
	--grid-gap: 64px;

	--color-primary: #0265DA;
	--color-primary-dark: #024EA8;
    --color-medium-gray: #999999;
    --color-middle-gray: #e6e6e6;
    --color-dark-gray: #5b5b5b;
    --color-dark-snow: #F4F4F4;
	--color-green-accent: #00c614;
	--color-red-accent: #F1192D;
	--color-red-accent--hover: #D60E20;
	--color-red: #D00310;
	--color-contrast: #fff;
	--color-text: #000;

	--border-radius--default: 5px;
}

::-webkit-input-placeholder {
    color: var(--color-text--muted);
    font-family: var(--font-family-default);
    /*font-size: var(--font-size-default);
    font-weight: 600;*/
}
:-ms-input-placeholder {
    color: var(--color-text--muted);
    font-family: var(--font-family-default);
    /*font-size: var(--font-size-default);
    font-weight: 600;*/
}
:-moz-placeholder {
    color: var(--color-text--muted);
    font-family: var(--font-family-default);
    /*font-size: var(--font-size-default);
    font-weight: 600;*/
}
::-moz-placeholder {
    color: var(--color-text--muted);
    font-family: var(--font-family-default);
   /* font-size: var(--font-size-default);
    font-weight: 600;*/
}

::selection {
    background: var(--color-primary);
	color: var(--color-contrast);
}

::-webkit-scrollbar {
    width: calc(var(--grid-gap) / 8 + 2px);
}
::-webkit-scrollbar-track {
    background-color: var(--color-middle-gray);
}
::-webkit-scrollbar-thumb {
    background-color: var(--color-primary);
	cursor: grab;
	border-radius: 4px;
}
::-webkit-scrollbar-thumb:hover {
    background-color: var(--color-primary-dark);
}
::-webkit-scrollbar-thumb:active {
	cursor: grabbing;
}

/*resets*/
/** {
    margin: 0; 
    padding: 0; 
    -webkit-tap-highlight-color: transparent;
}
*, *::before, *::after{
    box-sizing: border-box; 
}*/

.trf-home-slider .flickity-slider &gt; *:nth-child(9) {
	display: none !important;
}

@media (max-width: 687.99px) {
    .trf-home-slider-wrapper {
        overflow: visible !important;
    }
    .trf-home-slider {
        width: calc(100% + 40px) !important;
        margin: 0 -20px !important;
    }
    .trf-grid.trf-home-slider .flickity-viewport &gt; .flickity-slider &gt; div[class^="trf-col-"] {
        padding: 0 20px !important;
    }
    
    .foot2 a {
        margin-right: 0px !important;
    }
}

fieldset {
    border: 0;
    padding: 0;
    margin: 0;
}
ul[role='list'], ol[role='list']{
    list-style: none; 
}
html:focus-within{
    scroll-behavior: smooth; 
}
a:not([class]){
    text-decoration-skip-ink: auto; 
}
img, picture, svg, video, canvas{
  max-width: 100%;
  height: auto;
}
img, picture, svg, video, canvas{
  vertical-align: middle; 
}
input, button, textarea, select{
  font: inherit; 
}
textarea:focus, 
input:focus{
    outline: none;
}
*:focus {
    outline: none;
}
/*@media (prefers-reduced-motion: reduce){
    html:focus-within {
        scroll-behavior: auto;
    }
    *, *::before, *::after {
        animation-duration: 0.01ms !important;
        animation-iteration-count: 1 !important;
        transition-duration: 0.01ms !important;
        scroll-behavior: auto !important;
        transition: none;
    }
}*/
body, html, .trf-page-wrapper{
    min-height: 100vh; 
    scroll-behavior: smooth; 
}

.trf-page-wrapper * {
    margin: 0; 
    padding: 0; 
    -webkit-tap-highlight-color: transparent;
    font-family: 'din-condensed-light', sans-serif;
}
.b1 .section {
    font-family: 'din-condensed-light', sans-serif;
}
*[class^="trf-"] *,
.trf-grid,
.trf-grid *,
.trf-grid *::before,
.trf-grid *::after,
.trf-page-wrapper *, 
.trf-page-wrapper *::before, 
.trf-page-wrapper *::after{
    box-sizing: border-box; 
}
    
}

*[class^="trf-"] {
    font-family: 'din-condensed-light', sans-serif;
}

.header {
    z-index: 990;
}

.trf-page-wrapper{
    margin-bottom: 40px;
}

.slider #bx-pager,
.header__top .backcall-block .backcall-link {
    box-sizing: content-box;
}

.trf-bg-primary {
    background: var(--color-primary);
}
.trf-bg-primary-gradient {
	background: linear-gradient(180deg, var(--color-primary) 0%, var(--color-primary-dark) 100%);
}
.trf-bg-primary&gt;h2,
.trf-bg-primary&gt;h3 {
    color: var(--color-contrast);
}
.trf-bg-dark-snow {
    background: var(--color-dark-snow);
}
.trf-container {	
	margin: auto;
    width: min(calc(100vw - calc(var(--grid-gap)* 2)), 1428px);
    margin: 0 auto;
}
.trf-container * {
    /*font-family: 'din-condensed-light' !important;*/
	font-family: 'din-condensed-light', sans-serif;
}
.trf-text-center {
	text-align: center;
}

.trf-padding-remove {
	padding: 0 !important;
}
.trf-padding-remove-x {
	padding-right: 0 !important;
	padding-left: 0 !important;
}
.trf-padding-remove-bottom {
	padding-bottom: 0 !important;
}


/*grid*/
.trf-grid,
.trf-page-wrapper .grid-products {
    display: flex;
    flex-wrap: wrap;
    /* margin-left: calc(var(--grid-gap) * -1); */
    margin-left: calc(var(--grid-gap) / 2 * -1);
    position: relative;
    /* row-gap: var(--grid-gap); */
    row-gap: calc(var(--grid-gap) / 2);
}
.trf-grid&gt;* {
    /*padding-left: var(--grid-gap);*/
    padding-left: calc(var(--grid-gap) / 2);
}
.trf-grid-double {
    display: flex;
    flex-wrap: wrap;
    /* margin-left: calc(var(--grid-gap) * -1); */
    margin-left: calc(var(--grid-gap) * -1);
    position: relative;
    /* row-gap: var(--grid-gap); */
    row-gap: var(--grid-gap);
}
.trf-grid-double&gt;* {
    /*padding-left: var(--grid-gap);*/
    padding-left: var(--grid-gap);
}
.trf-grid-condenced {
    margin-left: calc(var(--grid-gap) / 4 * -1);
    row-gap: calc(var(--grid-gap) / 4);
}
.trf-grid-condenced&gt;* {
    padding-left: calc(var(--grid-gap) / 4);
}
.trf-grid-half {
    margin-left: calc(var(--grid-gap) / 2 * -1);
    row-gap: calc(var(--grid-gap) / 2);
}
.trf-grid-half&gt;* {
    padding-left: calc(var(--grid-gap) / 2);
}
.trf-grid-small {
    margin-left: calc(var(--grid-gap) / 8 * 3 * -1);
    row-gap: calc(var(--grid-gap) / 8 * 3);
}
.trf-grid-small&gt;* {
    padding-left: calc(var(--grid-gap) / 8 * 3);
}
.trf-grid-xsmall,
.trf-page-wrapper .grid-products {
    margin-left: -12px;
    row-gap: 12px;
}
/*.trf-product-grid.trf-product-recent-grid-slider {
    gap: 12px;
}*/
.trf-page-wrapper .grid-products {
    grid-gap: initial !important;
}
.trf-grid-xsmall&gt;*,
.trf-page-wrapper .grid-products&gt;* {
    padding-left: 12px;
}
.trf-grid-collapsed {
    margin-left: 0;
    row-gap: 0;
}
.trf-grid-collapsed&gt;*,
.trf-grid-space-between&gt;* {
    padding-left: 0;
}
.trf-grid-space-between {
    justify-content: space-between;
    margin-left: 0;
}
.trf-col-1-5 {
    width: 20%;
    flex: 0 20%;
}
.trf-col-2-5 {
    width: 40%;
    flex: 0 40%;
}
.trf-col-3-5 {
    width: 60%;
    flex: 0 60%;
}
.trf-col-4-5 {
    width: 80%;
    flex: 0 80%;
}
.trf-col-1-12 {
    width: calc(100% / 12);
    flex: 0 8.33%;
}
.trf-col-1-6,
.trf-col-2-12 {
    width: calc(100% / 6);
    flex: 0 16.66%;
}
.trf-col-1-4,
.trf-col-3-12 {
    width: 25%;
    flex: 0 25%;
}
.trf-col-1-3,
.trf-col-4-12 {
    width: calc(100% / 3);
    flex: 0 33.33%;
}
.trf-col-5-12 {
    width: calc(100% / 2.4);
    flex: 0 41.66%;
}
.trf-col-1-2,
.trf-col-2-4,
.trf-col-6-12 {
    width: 50%;
    flex: 0 50%;
}
.trf-col-7-12 {
    width: calc(100% / 12 * 7);
    flex: 0 58.33%;
}
.trf-col-2-3,
.trf-col-8-12 {
    width: calc(100% / 3 * 2);
    flex: 0 66.66%;
}
.trf-col-3-4,
.trf-col-9-12 {
    width: 75%;
    flex: 0 75%;
}
.trf-col-10-12 {
    width: calc(100% / 6 * 5);
    flex: 0 83.33%;
}
.trf-col-11-12 {
    width: calc(100% / 12 * 11);
    flex: 0 91.66%;
}
.trf-col-1-1,
.trf-col-4-4,
.trf-col-5-5,
.trf-col-12-12 {
    width: 100%;
    flex: 0 100%;
}
.trf-col-1-7 {
    width: calc(100% / 7);
    flex: 0 calc(100% / 7);
}
.trf-col-5-7 {
    width: calc(100% / 7 * 5);
    flex: 0 calc(100% / 7 * 5);
}

.trf-grid + .trf-grid {
    margin-top: 42px;
}

.trf-grid-jusify {
    justify-content: space-between;
}

/*desktop*/
@media screen and (max-width: 1440px) {
    .trf-col-1-3-medium {
        width: calc(100% / 3);
        flex: 0 33.33%;
    }
    .trf-col-2-3-medium {
        width: calc(100% / 3 * 2);
        flex: 0 66.66%;
	}
}

/*tablets*/
@media (max-width: 991.99px) {
    .trf-col-1-2-medium {
        width: 50%;
        flex: 0 50%;
    }
    .trf-col-1-1-medium {
        width: 100%;
        flex: 0 100%;
    }
}

/*mobile*/
@media (max-width: 687.99px) {
    .trf-col-1-1-small {
        width: 100%;
        flex: 0 100%;
    }
    .trf-col-1-2-small {
        width: 50%;
        flex: 0 50%;
    }
	.trf-col-2-3-small,
	.trf-col-8-12-small {
		width: calc(100% / 3 * 2);
		flex: 0 66.66%;
	}
	.trf-col-7-12-small {
		width: calc(100% / 12 * 7);
		flex: 0 58.33%;
	}
	.trf-grid {
		margin-left: calc(var(--grid-gap) / 2 * -1);
		row-gap: var(--grid-gap);
		/* row-gap: calc(var(--grid-gap) / 2); */
	}
	.trf-grid:not(.trf-grid-collapsed):not(.trf-grid-xsmall)&gt;* {
		padding-left: calc(var(--grid-gap) / 2);
	}
	.trf-grid.trf-grid-xsmall {
	    margin-left: -12px;
	}
	.trf-grid.trf-grid-xsmall&gt;* {
        padding-left: 12px;
	}
	.trf-product-recent-grid-slider .trf-product-recent {
	    display: flex;
        align-items: center;
	}
	.trf-product-recent-grid-slider .trf-product-recent h3 {
	    margin-top: 0;
	}
}


/*panels*/
.trf-panel {
	border-radius: var(--border-radius--default);
	width: 100%;
	padding: 24px;
}
.trf-panel:not([class*="trf-bg-"]) {
	background-color: var(--color-contrast);
	border-radius: var(--border-radius--default);
	width: 100%;
	padding: 24px;
	height: 100%;
}
.trf-panel:not([class*="trf-bg-"]).trf-padding-bottom-half {
	padding-bottom: 12px;
}
.trf-panel:not([class*="trf-bg-"]).trf-padding-half {
	padding: 12px;
}
.trf-panel.trf-padding-double-y {
	padding-top: 42px;
	padding-bottom: 42px;
}


/*inputs*/
.trf-form input:not([type]), 
.trf-form input[type=text], 
.trf-form input[type=password], 
.trf-form input[type=email], 
.trf-form input[type=url], 
.trf-form input[type=search], 
.trf-form input[type=tel], 
.trf-form input[type=number], 
.trf-form input[type=datetime], 
.trf-form input[type=datetime-local], 
.trf-form input[type=date], 
.trf-form input[type=month], 
.trf-form input[type=time], 
.trf-form input[type=week], 
.trf-form input[type=color],
.trf-form select,
.trf-form textarea {
    background: transparent;
    border: 1px solid var(--color-medium-gray);
    border-radius: 8px;
	color: var(--color-text);
    font-family: 'din-condensed-light' !important;
    /*font-size: var(--font-size-nav);
    font-weight: 600;*/
    padding: calc(var(--grid-gap) / 8) calc(var(--grid-gap) / 8);
    outline: 0px solid transparent;
    transition: var(--transition--static);
}
.trf-form input[type=reset] {
    /* background: transparent;
    border: 1px solid var(--color-primary--light);
	color: var(--color-text); */
}
.trf-form input:not([type]), 
.trf-form input[type=text]:focus, 
.trf-form input[type=password]:focus, 
.trf-form input[type=email]:focus, 
.trf-form input[type=url]:focus, 
.trf-form input[type=search]:focus, 
.trf-form input[type=tel]:focus, 
.trf-form input[type=number]:focus, 
.trf-form input[type=datetime]:focus, 
.trf-form input[type=datetime-local]:focus, 
.trf-form input[type=date]:focus, 
.trf-form input[type=month]:focus, 
.trf-form input[type=time]:focus, 
.trf-form input[type=week]:focus, 
.trf-form input[type=color]:focus, 
.trf-form select:focus, 
.trf-form textarea:focus {
    border: 1px solid var(--color-primary);
	color: var(--color-primary);
	/* outline: 3px solid var(--color-secondary); */
	/* outline: 10px solid var(--color-secondary); */
    outline: 6px solid rgba(81,151,247,.2);
    transition: var(--transition--static);
}


/*quantity*/
/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
/* Firefox */
input[type=number] {
  -moz-appearance: textfield;
}
.quantity {
	position: relative;
}
.quantity input[type="number"] {
    padding-left: calc(var(--grid-gap) / 2);
    padding-right: calc(var(--grid-gap) / 2);
	text-align: center;
	width: 100%;
	font-size: 22px;
	font-weight: 600;
}
.quantity:hover input[type="number"] {
    border: 1px solid var(--color-primary) !important;
    transition: border .3s ease-out;
}
.quantity .cart-number {
	position: absolute;
	width: 48px;
	height: calc(var(--grid-gap) / 2 - 2px);
	margin: 0;
	border: none;
	cursor: pointer;
}
.quantity .cart-number:hover {
	background-color: rgba(var(--color-primary-rgb),.1);
}
.quantity .cart-number.add {
	right: 0;
}
.quantity .cart-number::before,
.quantity .cart-number::after {
	content: '';
	display: block;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	background-color: var(--color-dark-gray);
	height: 2px;
	width: 12px;
}
.quantity .cart-number.add::after {
	transform: translate(-50%, -50%) rotate(-90deg);
}
.quantity .cart-number:hover::before,
.quantity .cart-number:hover::after {
	background-color: var(--color-primary);
}

.fancybox-content.addtocart_modal .row.ms2_product.modifi {
    border-radius: 10px;
}
.fancybox-content.addtocart_modal .row.ms2_product.modifi .count-group .modifi_cost {
    justify-content: normal;
}
.fancybox-content.addtocart_modal .row.ms2_product.modifi .count-group .modifi_cost button {
    width: calc(100% / 3 - 20px);
    flex: 0 calc(100% / 3 - 20px);
}

/*breadcrumbs*/
.trf-breadcrumbs {
    position: relative;
    align-items: center;
    display: flex;
    padding: calc(var(--grid-gap) / 4) 0 0;
    /* padding: var(--grid-gap) 0 0; */
	margin-bottom: 14px;
}
.trf-breadcrumbs&gt;ul {
    display: flex;
	flex-direction: row;
    font-size: 0;
    list-style-type: none;
	margin: 0;
	padding: 0 !important;
}
.trf-breadcrumbs&gt;ul&gt;li&gt;* {
    color: var(--color-medium-gray);
	font-size: 14px;
	line-height: 16px;
    margin-right: 0;
    text-decoration: none;
    display: block;
    text-align: center;
    text-decoration: none;
    padding: 0;
    position: relative;
}
/*.trf-breadcrumbs&gt;ul&gt;li&gt;a {
	color: var(--color-primary);
}*/
.trf-breadcrumbs&gt;ul&gt;li:last-child&gt;a {
	color: var(--color-text);
}
.trf-breadcrumbs&gt;ul&gt;li:hover&gt;a {
    color: var(--color-primary--hover);
}
.trf-breadcrumbs&gt;ul&gt;li:nth-child(n + 2) {
    padding-left: 24px;
}
.trf-breadcrumbs&gt;ul&gt;li:nth-child(n + 2)&gt;*::before {
	content: "вЂ”";
    color: var(--color-medium-gray);
    transform: translateX(-16px);
    position: absolute;
}

/*tabs*/
.trf-nav-tabs {
	list-style-type: none;
}
.trf-nav-tabs img.trf-thumb {
	max-width: 60px;
}
.trf-nav-tabs,
.trf-nav-tabs a {
	text-decoration: none;
	color: var(--color-text);
}
.trf-nav-tabs &gt; *:not(.trf-accessories-grid-element-thumb) {
	padding: 0 !important;
}
.trf-nav-tabs:not(.trf-nav-accessories-grid) a {
	padding: 6px 15px;
	display: block;
	font-size: 20px;
}
.trf-nav-tabs &gt; *:not(.trf-accessories-grid-element-thumb).active * {
	color: var(--color-contrast);
}
.trf-nav-tabs &gt; *:not(.trf-accessories-grid-element-thumb):not(.flickity-viewport):hover {
    border: 1px solid #666;
    transition: border .3s ease-out;
}
.trf-tabs-content &gt; * {
    display: none;
    pointer-events: none;
}
.trf-tabs-content &gt; *.active {
    display: block;
    pointer-events: all;
}

/*accordeon*/
.trf-according-list {
    font-size: 0;
    list-style-type: none;
    overflow: hidden;
    margin: 0;
    padding: 0;
}
.trf-according-list &gt; li,
.block-filter {
    font-size: var(--font-size-default);
    padding: 0;
    transition: var(--transition--static);
	font-weight: 600;
	font-size: 12px;
	line-height: 18px;
}
/* .trf-according-list &gt; li:nth-child(n + 2) {
    border-top: 1px solid var(--color-primary--light);
} */
.trf-according-list &gt; li &gt; *,
.block-filter &gt; * {
    overflow: hidden;
}
.trf-according-list &gt; li &gt; *:first-child,
.block-filter &gt; *:first-child {
	font-weight:bold;
    font-size: 16px;
    line-height: 14px;
    margin: 0;
    padding: 17px 0;
    padding-right: calc(var(--grid-gap) / 2);
    position: relative;
    /* border-bottom: 1px solid var(--color-primary--light); */
    border-top: 1px solid var(--color-primary--light);
    transform: translateY(-1px);
	cursor: pointer;
}
.trf-according-list &gt; li &gt; *:first-child::after,
.block-filter &gt; *:first-child::after {
    background: var(--color-secondary);
    content: '';
    display: block;
    height: 6px;
    width: 12px;
    pointer-events: none;
    position: absolute;
    right: 0;
    transition: var(--transition--hover);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center center;	
}
.trf-according-list &gt; li &gt; *:first-child::after,
.block-filter &gt; *:first-child::after {
	background-image: url(../ico/ico-chevron.svg);
	top: 50%;
    transform: rotate(-90deg);
    transition: transform .2s ease-in;
}
.trf-according-list &gt; li.active &gt; *:first-child::after,
.block-filter.active &gt; *:first-child::after {
    transform: rotate(0deg);
    transition: transform .2s ease-in;
}
.trf-according-list &gt; li.active &gt; *:first-child,
.block-filter.active &gt; *:first-child {
    color: var(--color-secondary);
}
.trf-according-list &gt; li:not(.active) &gt; *:first-child,
.block-filter:not(.active) &gt; *:first-child {
    cursor: pointer;
}
.trf-according-list &gt; li &gt; *:last-child,
.block-filter &gt; *:last-child {
    font-size: calc(var(--grid-gap) / 4 - 2px);
    line-height: calc(var(--grid-gap) / 4 + 2px);
    height: 0;
}
.trf-according-list &gt; li.active,
.block-filter.active {
    background: var(--color-primary--light);
    transition: var(--transition--hover);
}
.trf-according-list &gt; li.active &gt; *:last-child,
.block-filter.active &gt; *:last-child {
    height: auto;
    padding-bottom: 17px;
}

.trf-according-list fieldset {
	width: 100%;
	padding: 0;
	margin: 0;
	/*margin-bottom: 8px;*/
	margin-bottom: 16px;
	border: none;
}
.trf-according-list fieldset:not(.active)&gt;*:not(h4) {
	display: none !important;
}
/* .filter_title::after {
	content: '';
	display: block;
	position: absolute;
	right: 0;
	top: 50%;
	height: calc(var(--grid-gap) / 3);
	width: calc(var(--grid-gap) / 3);
	background-image: url(../images/ico-filter-arrow.svg);
	background-size: contain;
	transform: translateY(-50%);
	transition: transform .3s ease-in;
}
.trf-according-list fieldset.active .filter_title::after {
	transform: translateY(-50%) rotate(-180deg);
	transition: transform .2s ease-out;
} */

/*pagination*/
.trf-pagination {
    /*margin-top: calc(var(--grid-gap) / 3 * 2);*/
	align-items: center;
    display: flex;
    flex-direction: column;
	margin-bottom: calc(var(--grid-gap) / 3 * 2);
}
.trf-pagination&gt;ul {
    display: flex;
	flex-direction: row;
    font-size: 0;
    list-style-type: none;
    gap: calc(var(--grid-gap) / 6);
	margin: 0;
	padding: 0;
	flex-wrap: wrap;
}
.trf-pagination&gt;ul&gt;li&gt;* {
    color: var(--color-dark-gray);
    display: block;
	font-weight:bold;
	font-size: 16px;
	line-height: 16px;
    text-align: center;
    text-decoration: none;
    background: transparent;
    position: relative;
	border: none;	
	transition: var(--transition--static);
	padding: 10px;
	border-radius: 4px;
	background-color: var(--color-contrast);
	min-width: 36px;
	min-height: 36px;
}
.trf-pagination&gt;ul&gt;li:hover&gt;*:not(span) {
    /*background: transparent;*/
    color: var(--color-primary);
	border: none;
	transition: var(--transition--static);
    background-color: var(--color-contrast);
}
.trf-pagination&gt;ul&gt;li:first-child,
.trf-pagination&gt;ul&gt;li:last-child {
	height: 36px;
	/*width: 36px;*/
}
/*.trf-pagination&gt;ul&gt;li:first-child&gt;*,
.trf-pagination&gt;ul&gt;li:last-child&gt;* {
    padding: 0;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 8px;
	background-image: url(../ico/ico-chevron.svg);
}
.trf-pagination&gt;ul&gt;li:first-child&gt;* {
    transform: rotate(90deg);
}
.trf-pagination&gt;ul&gt;li:last-child&gt;* {
    transform: rotate(-90deg);
}*/
/*.trf-pagination&gt;ul&gt;li:nth-child(2)&gt;* {
	font-size: 0;
    background-image: url(../images/arrow-back-ico-blue.svg);
	background-repeat: no-repeat;
    background-size: 86px 16px;
    background-position: center center;
	width: 120px;
}
.trf-pagination&gt;ul&gt;li:nth-last-child(2)&gt;* {
	font-size: 0;
    background-image: url(../images/arrow-next-ico.svg);
	background-repeat: no-repeat;
    background-size: 86px 16px;
    background-position: center center;
	width: 120px;
}*/
/*.trf-pagination&gt;ul&gt;li:first-child:not(.disabled)&gt;*,
.trf-pagination&gt;ul&gt;li:last-child:not(.disabled)&gt;* {
    background-color: var(--color-secondary);
	color: var(--color-contrast);
	border: 1px solid var(--color-secondary);
}
.trf-pagination&gt;ul&gt;li:first-child:not(.disabled):hover&gt;*,
.trf-pagination&gt;ul&gt;li:last-child:not(.disabled):hover&gt;* {
    background-color: var(--color-secondary--hover);
    border: 1px solid var(--color-secondary--hover);
}*/
.trf-pagination&gt;ul&gt;li.active&gt;* {
    background: var(--color-primary);
	border: none;
    color: var(--color-contrast);
}
.trf-pagination&gt;ul&gt;li&gt;span,
.trf-pagination&gt;ul&gt;li.disabled {
    cursor: default;
    pointer-events: none;
	/*background-color: #DDDDDD;*/
}
.trf-pagination&gt;ul&gt;li.disabled&gt;* {
    /*color:#ccc;
	border: 1px solid #DDDDDD;*/
	opacity: .5;
}




















@media (max-width: 980px) {
    .filter-block.mobile {
        height: inherit !important;
    }
    .menu2 {
        display: block !important;
    }
    .left-side.menu2 .sale.slider-block,
    .filter-block.mobile {
        display: none;
    }
}

.left-side.menu2 {
    height: 100%;
    width: 100%;
}

.filter_parameter svg {
    width: 14px !important;
    margin-left: 4px !important;
}

.trf-nav-tabs.trf-nav-accessories-grid {
	margin-bottom: 0;
}
.trf-nav-tabs.trf-nav-accessories-grid &gt; .flickity-viewport {
	width: 100%;
	margin: 0;
	border: 0;
	border-radius: 0;
}
.trf-nav-tabs.trf-nav-accessories-grid .flickity-prev-next-button {
	margin: 0;	
	height: 25px;
	width: 25px;
	background: var(--color-middle-gray);
	border: none;
}
.trf-nav-tabs.trf-nav-accessories-grid .flickity-prev-next-button:hover {
	border: none;
}
.trf-nav-tabs.trf-nav-accessories-grid .flickity-prev-next-button.previous {
    left: -14px;
}
.trf-nav-tabs.trf-nav-accessories-grid .flickity-prev-next-button.next {
    right: -14px;
}
.flickity-button:disabled {
    opacity: 0;
}
.flickity-prev-next-button .flickity-button-icon {
    position: absolute;
    left: 50%;
    top: 50%;
    width: 8px;
    height: 8px;
	transform: translate(-50%, -50%);
}
.flickity-prev-next-button:hover .flickity-button-icon path {
    fill: var(--color-primary);
}












.prodtitle {
    font-weight: 600;
    font-size: 26px;
    line-height: 28px;
	margin-bottom: 10px;
	float: none;
}
.prod-h2 {
	font-weight: 600;
	font-size: 16px;
	line-height: 14px;
	margin-bottom: 10px;
}

.bannertitle {
	font-weight:bold;
	font-size: 32px;
	line-height: 36px;
}
.bannertitle-large {
	font-weight:bold;
	font-size: 50px;
	line-height: 50px;
}

.trf-prod-meta {
	display: flex;
	align-items: center;
	margin-bottom: 21px;
}
.trf-prod-meta&gt;*:nth-child(n + 2) {
	margin-left: 10px;
}
.trf-prod-article {
	color: var(--color-dark-gray);
	background-color: var(--color-dark-snow);
	padding: 4px 10px;
	border-radius: 4px;
    /*font-weight:bold;*/
    font-size: 14px;
    line-height: 14px;
}
.trf-prod-availability {
	display: flex;
	align-items: center;
}
.trf-prod-availability.true {
	color: var(--color-green-accent);
}
.trf-prod-availability::before {
	content: '';
	display: inline-block;
	width: 5px;
	height: 5px;
	border-radius: 50%;
	margin-right: 10px;
}
.trf-prod-availability.true::before {
	background-color: var(--color-green-accent);
}

.trf-prod-rating {
    display: flex;
    align-items: center;
}
.trf-prod-rating&gt;*:nth-child(n + 2) {
	margin-left: 4px;
}
.trf-prod-rating--star {
	width: 18px;
	height: 18px;
}
.trf-prod-rating--score {
	font-size: 18px;
	line-height: 18px;
	height: 18px;
	font-weight:bold;
}
.trf-prod-rating--meta {
	color: var(--color-medium-gray);
	font-size: 14px;
	line-height: 14px;
}


.trf-center-vertical {
	display: flex;
	flex-direction: column;
	align-items: center;
	text-align: center;
	justify-content: center;
}


.trf-ms-options-radio-group,
.trf-nav-tabs {
	display: flex;
	margin-bottom: 20px;
	flex-wrap: wrap;
}
.trf-ms-options-radio-group label,
.trf-nav-tabs&gt;*:not(.trf-accessories-grid-element-thumb) {
    padding: 10px 15px;
    font-size: 14px;
    /*font-weight: 500;*/
	font-weight:bold;
    /*margin-bottom: 6px;*/
	margin-bottom: 0;
	border: 1px solid var(--color-middle-gray);
    transition: border .3s ease-out;
	cursor: pointer;
	margin-right: 5px;
	margin-bottom: 5px;
	border-radius: 20px;
}
.trf-ms-options-radio-group label:hover {
	border: 1px solid #666;
    transition: border .3s ease-out;
}
.trf-ms-options-radio-group label input[type="radio"] {
	-webkit-appearance: none;
	height: 0;
	width: 0;
	position: absolute;
	z-index: -1;
	opacity: 0;
}
.trf-ms-options-radio-group label.selected,
.trf-nav-tabs&gt;*:not(.trf-accessories-grid-element-thumb).active {
	color: #fff;
	border-color: var(--color-primary);
	background-color: var(--color-primary);
}

.trf-spec-grid {
    list-style-type: none;
    padding: 0;
    margin: 0;
    font-size: 0;
	margin-bottom: 12px;
}
.trf-spec-grid&gt;* {
    display: flex;
    flex-direction: row;
	font-size: 16px;
	line-height: 14px;
}
.trf-spec-grid&gt;*:nth-child(n + 2) {
    margin-top: 11px;
}
.trf-spec-grid&gt;*&gt;*:first-child,
.trf-spec-grid&gt;*&gt;noindex&gt;*:first-child {
    color: rgb(var(--color-muted-text));
	padding-right: 5px;
}
.trf-spec-grid&gt;*&gt;*:nth-child(2),
.trf-spec-grid&gt;*&gt;noindex&gt;*:nth-child(2) {
    flex-grow: 1;
    position: relative;
}
.trf-spec-grid&gt;*&gt;*:nth-child(2)::after,
.trf-spec-grid&gt;*&gt;noindex&gt;*:nth-child(2)::after {
    content: '';
    display: block;
    position: absolute;
    bottom: 6px;
    left: 0;
    right: 0;
    height: 1px;
    border-bottom: 1px dashed #D9D9D9;
}
.trf-spec-grid&gt;*&gt;*:last-child,
.trf-spec-grid&gt;*&gt;noindex&gt;*:last-child {
    text-align: right;
	padding-left: 5px;
}



.trf-prod-price-wrapper {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-bottom: 22px;
}
.trf-prod-price-wrapper--inner {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}
.trf-prod-price-dumping {
	color: var(--color-contrast);
	background-color: var(--color-primary);
	text-decoration: none;
	padding: 10px 8px 10px 24px;
	margin-left: -24px;
	position: relative;
    display: block;
	margin-right: calc(18px + 24px);
	max-width: 128px;
}
.trf-prod-price-dumping--arrow {
	content: '';
	display: block;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	height: 100%;
	transform: translateX(calc(100% - 1px));
}
.trf-prod-price-dumping span {
	white-space: nowrap;
	border-bottom: 1px dotted var(--color-contrast);
	transition: border-bottom-color .2s ease-in;
	line-height: 13px;
    display: inline-block;
	font-weight:bold;
}
.trf-prod-price-dumping:hover span {
	border-bottom-color: transparent;
	transition: border-bottom-color .3s ease-out;
}
*[class*=trf-price] {
	display: flex;
	align-items: baseline;	
	font-weight:bold;
}
.price {
	font-size: 45px;
	white-space: nowrap;
	font-weight:bold;
}
.trf-price .trf-price-currency {
	font-size: 30px;
	margin-left: 6px;
}
.trf-price-old {
	font-size: 18px;
	position: relative;
}
.trf-price-old::before {
	content: '';
	position: absolute;
	display: block;
	top: 50%;
	left: 50%;
	height: 2px;
	width: calc(100% + 4px);
	transform: translate(-50%, -50%) rotate(-10deg);
	background-color: var(--color-red);
}
.trf-price-old .trf-price-currency {
	margin-left: 6px;
}
.trf-price-old,
.trf-price-meta {
	color: var(--color-medium-gray);
	font-weight: 400;
}

.trf-prod-price-wrapper--inner .trf-price-meta {
	padding-bottom: 15px;
}
.quantity input[type="number"],
.count-row .quantity input[type="number"],
.trf-prod-details .quantity input[type="number"] {
	height: 52px;
	border: 1px solid var(--color-medium-gray);
	border-radius: 26px;
	z-index: 0;
	position: relative;
}
.count-row .quantity .cart-number,
.trf-prod-details .quantity .cart-number {
	background-color: transparent;
	height: 52px;
	top: 0;
	display: block;
	z-index: 2;
}
.trf-btn,
.trf-btn-round {
	transition: color .2s ease-in, 
				background-color .2s ease-in, 
				background .2s ease-in, 
				border .2s ease-in;
}
.trf-btn:hover,
.trf-btn-round:hover,
.trf-btn-round.active {
	transition: color .3s ease-out, 
				background-color .3s ease-out, 
				background .3s ease-out, 
				border .3s ease-out;
}
.trf-btn {
	display: inline-flex;
	text-align: center;
	justify-content: center;
	align-items: center;
	height: 52px;
	text-decoration: none;
	border-radius: 26px;
	cursor: pointer;
	border: none;
	font-size: 22px;
	font-weight:bold;
}
.trf-btn.trf-btn-ghost {
	display: inline-flex;
	background: var(--color-contrast);
    border: 1px solid var(--color-red);
	color: var(--color-text);
}
.trf-btn.trf-btn-ghost:hover {
	background: #FFEFEF;
}
.trf-btn-red {
	background: var(--color-red-accent);
	color: var(--color-contrast);
}
.trf-btn-red:hover {
	background: var(--color-red-accent--hover);
}

.trf-prod-details--inner-wrapper {
	margin-bottom: 31px;
}

.fancybox-content.addtocart_modal .row.ms2_product.modifi .count-group .modifi_cost button {
    display: inline-flex;
    text-align: center;
    justify-content: center;
    align-items: center;
    height: 52px;
    text-decoration: none;
    border-radius: 26px;
    cursor: pointer;
    border: none;
    font-size: 22px;
    font-weight:bold;
    background: var(--color-red-accent);
    color: var(--color-contrast);
    transition: color .2s ease-in, background-color .2s ease-in, background .2s ease-in, border .2s ease-in;
    font-family: 'din-condensed-light', sans-serif;
}
.fancybox-content.addtocart_modal .row.ms2_product.modifi .count-group .modifi_cost button :hover, 
.fancybox-content.addtocart_modal .row.ms2_product.modifi .count-group .modifi_cost button .active {
    background: var(--color-red-accent--hover);
    transition: color .3s ease-out, background-color .3s ease-out, background .3s ease-out, border .3s ease-out;
}
.fancybox-content.addtocart_modal .row.ms2_product.modifi .count-group .modifi_cost .tags-row {
	display: none;
}




.trf-more {
	color: var(--color-primary);
	text-decoration: none;
	white-space: nowrap;
}

.trf-header-ico-container {
	display: flex;
	/*justify-content: center;*/
	align-items: center;
	padding: 6px 24px;
	font-weight:bold;
}
.trf-bg-primary&gt;.trf-header-ico-container h2 {
	color: var(--color-contrast);
	margin: 0;
	font-weight:bold;
	padding: 8px 0;
}
.trf-header-ico {
	width: 19px;
	height: 24px;
	margin-right: 10px;
}

.trf-list-check {
	list-style-type: none;
	margin: 0;
	padding: 0;
}
.trf-list-check&gt;li {
    position: relative;
    display: flex;
    align-items: center;
	font-weight:bold;
	font-size: 16px;
	line-height: 16px;	
}
.trf-list-check&gt;li:nth-child(n + 2) {
    margin-top: 19px;	
}
.trf-list-check:not(.trf-list-check--radio)&gt;li::before {
	content: '';
	display: flex;
	width: 24px;
	height: 24px;
	flex: 0 0 24px;
	background-image: url(../ico/ico-check.svg);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: contain;
	margin-right: 23px;
}
.trf-list-check--radio&gt;li::before {
	content: '';
	display: flex;
	width: 6px;
	height: 6px;
	border-radius: 3px;
	flex: 0 0 6px;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: contain;
	margin-right: 26px;
	background: var(--color-primary);
}
.trf-list-check.trf-list-check-compact&gt;li {
	font-weight: 300;
}
.trf-list-check.trf-list-check-compact&gt;li:nth-child(n + 2) {
    margin-top: 5px;	
}
.trf-list-check.trf-list-check-compact&gt;li::before {
	margin-right: 12px;
}
.trf-list-check.trf-list-check-inline {
	display: flex;
	flex-direction: row;
}
.trf-list-check.trf-list-check-inline&gt;li {
    margin-right: 16px;
    margin-bottom: 5px;
}
.trf-list-check.trf-list-check-inline&gt;li:nth-child(n + 2) {
    margin-top: 0;	
}

.trf-benefits-grid {
	color: var(--color-contrast);
	padding: 24px 48px 48px;
}
.trf-benefits-grid .trf-grid-check&gt;* {
	position: relative;
}
.trf-benefits-grid .trf-grid-check&gt;*::before {
	content: '';
	display: flex;
	width: 24px;
	height: 24px;
	background-image: url(../ico/ico-check-red.svg);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: contain;
	margin-bottom: 10px;
	align-items: center;
	width: 100%;
}
.trf-benefits-grid h3 {
	min-height: 48px;
    font-weight: 600;
	font-size: 18px;
	line-height: 20px;
}
.trf-benefits-grid p {
	font-size: 16px;
	line-height: 16px;
}

.trf-btn-consultation {
	color: var(--color-contrast);
	background-color: var(--color-primary);
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: var(--border-radius--default) !important;
}
.trf-btn-consultation span {
	border-bottom: 1px dotted var(--color-contrast);
    transition: border-bottom-color .2s ease-in;
	line-height: 18px;
}
.trf-btn-consultation:hover {
	background-color: var(--color-primary-dark);
}
.trf-btn-consultation:hover span {
	border-bottom-color: transparent;
    transition: border-bottom-color .3s ease-out;
}




.trf-thumb-overlay {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 2;
	cursor: pointer;
}


.trf-accessories-grid {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	    overflow: hidden;
}

.trf-accessories-grid .aks_spoiler {
	flex-wrap: wrap;
	align-items: center;
}
/*.trf-accessories-grid .aks_spoiler[style="display: block;"] {
    display: flex !important;
}*/

.trf-accessories-grid-element {
	position: relative;
	margin-right: 7px;
	margin-bottom: 7px;
}
.trf-accessories-grid-element-thumb {
	position: relative;
	/*border-radius: 6px;
	border: 1px solid var(--color-middle-gray);*/
	padding: 6px;
    display: flex;
    flex-direction: column;
    align-items: center;
    transition: border-color .2s ease-in;
}
.trf-accessories-grid-element-thumb .trf-thumb-overlay {
	border-radius: 6px;
	border: 1px solid var(--color-middle-gray);
}
/*.trf-accessories-grid-element-thumb:hover .trf-thumb-overlay,*/
.trf-accessories-grid-element-thumb .trf-thumb-overlay.active,
.trf-accessories-grid-element-thumb:hover .trf-thumb-overlay.active,
.trf-accessories-grid-element-thumb.active .trf-thumb-overlay {
	border: 1px solid var(--color-primary);
    transition: border-color .3s ease-out;
}
.trf-accessories-grid-element-thumb:hover .trf-thumb-overlay {
	border: 1px solid var(--color-contrast);
    transition: border-color .3s ease-out;
}
/*.trf-accessories-grid-element-thumb:hover,
.trf-accessories-grid-element-thumb.active {
	border: 1px solid var(--color-primary);
    transition: border-color .3s ease-out;
}*/
.trf-accessories-grid-element-thumb .trf-thumb {
	height: 54px;
	width: 54px;
}
.trf-accessories-grid-dropdown {
	position: absolute;
	background: #FFFFFF;
	box-shadow: 0px 0px 12px rgba(0, 0, 0, 0.25);
	border-radius: 6px;
	padding: 20px;
	left: 50%;
	bottom: 0;
	transform: translate(-50%, calc(100% + 12px));
	width: 390px;
	opacity: 0;
	pointer-events: none;
    transition: opacity .2s ease-in, transform .2s ease-in;
	z-index: 10;
}
.trf-accessories-grid-dropdown.active {
	opacity: 1;
	pointer-events: all;
	transform: translate(-50%, calc(100% + 12px));
    transition: opacity .3s ease-out, transform .3s ease-out;
}
.trf-accessories-grid-dropdown h3 {
	margin-bottom: 24px;
}
.trf-accessories-grid-element-thumb h3 {
	margin-bottom: 0;
	font-size: 14px;
}
.trf-nav-accessories-grid .trf-accessories-grid-element-thumb {
	margin-right: 7px;
}
.trf-accessories-grid-dropdown form {
    margin-top: 8px;
}

.quantity.small,
.quantity.small input[type="number"],
.quantity.small .cart-number,
.trf-btn.small {
	height: 34px;
	font-size: 16px;
}
.quantity.small .cart-number {
	width: 28px;
}
.quantity.small .cart-number::before, 
.quantity.small .cart-number::after {
	width: 8px;
}











.trf-prod-thumb-overlay {
    position: absolute;
    /*width: calc(100% - 128px);*/
	height: 100%;
    top: 0;
    /*left: 128px;*/
    width: calc(100% - 95px);
    left: 95px;
	z-index: 1;
	pointer-events: none;
}
.trf-overlay-link {
    position: absolute;
    top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 1;
}
.trf-badge-wrapper {
	display: flex;
	position: absolute;
	/*left: 0;
	top: 0;*/
	/*right: 0px;*/
	left: 0;
    top: 10px;
    max-width: 100%;
	align-items: flex-start;
    flex-wrap: wrap;
}
.trf-badge-wrapper .hit-product {
    position: initial;
    border: none;
}
.trf-badge {
	background-color: var(--color-red-accent);
	color: var(--color-contrast);
	margin-right: 10px;
	margin-bottom: 5px;
	border-radius: 5px;
	padding: 3px 8px;
	font-size: 12px;
	line-height: 14px;
	font-weight:bold;
	text-transform: uppercase;
	letter-spacing: .5px;
}
.trf-badge svg {
	max-width: 13px;
	max-height: 13px;
	position: absolute;
	left: 8px;
}
.trf-badge svg path {
	fill: var(--color-contrast);
}
.trf-badge.trf-badge-ico {
	padding-left: 24px;
}
.trf-prod-thumb-overlay-buttons-wrapper {
	display: flex;
	flex-direction: column;
	position: absolute;
	right: 10px;
	top: 10px;
	/*right: 0;
	top: 0;*/
}
.trf-btn-round {
	width: 38px;
	height: 38px;
	border-radius: 19px;
	border: 1px solid var(--color-medium-gray);
	display: flex;
	align-items: center;
	justify-content: center;
	background-color: var(--color-contrast);
	cursor: pointer;	
	pointer-events: all;
	position: relative;
	left: inherit;
	bottom: inherit;
}
.trf-btn-round:hover {
	border: 1px solid var(--color-contrast);
	background-color: var(--color-contrast);
}
.trf-btn-round.active,
.trf-btn-round._active_ {
	border: 1px solid var(--color-primary);
	background-color: var(--color-primary);
}
.trf-prod-thumb-overlay-buttons-wrapper .trf-btn-round {
	margin-bottom: 10px;
}
.trf-btn-round img, 
.trf-btn-round svg {
	max-width: 17px;
	max-height: 17px;
} 
.trf-btn-round._active_ svg path,
.trf-btn-round.active svg path {
	fill: var(--color-contrast);
	/*stroke: var(--color-contrast);*/
}

.trf-fotorama-wrapper {
	transform: translateX(-26px);
}

@media (min-width: 688px) {
	.trf-fotorama-wrapper .fotorama__nav__shaft {
	  display: block;
	}
	.trf-fotorama-wrapper .fotorama__thumb-border {
		height: 4px !important;
		width: 58px !important;
		border: none !important;
		border-radius: 2px;
		background-color: var(--color-primary) !important;
		/*background-image: linear-gradient(to bottom right, var(--coilor-primary), var(--coilor-primary));*/
		margin-top: calc(17px + 58px + 16px) !important;
	}
	.trf-fotorama-wrapper .fotorama__wrap {
		position: relative;
	}
	.trf-fotorama-wrapper .fotorama__stage {
		margin-left: 95px;
        width: calc(100% - 95px) !important;
	}
	.trf-fotorama-wrapper .fotorama__stage__shaft,
	.trf-fotorama-wrapper .fotorama__stage__frame .fotorama__img {
		width: 100% !important;
	}
	.trf-fotorama-wrapper .fotorama__stage__frame .fotorama__img {
		height: auto !important;
		left: 0 !important;
	}
	.trf-fotorama-wrapper .fotorama__stage__shaft {
        border-radius: 6px;
        overflow: hidden;
    }
	.trf-fotorama-wrapper .fotorama__nav {
		height: 95px;
	}
	.trf-fotorama-wrapper .fotorama__nav-wrap {
		transform: rotate(90deg) translateX(-100%);
		position: absolute;
		left: 0;
		transform-origin: left bottom;
	}
	.trf-fotorama-wrapper .fotorama__thumb {
		transform: rotate(-90deg);
		border-radius: 6px;
	}
	/*.trf-fotorama-wrapper .fotorama__nav__frame--thumb {
		padding-right: 17px !important;
		padding-left: 17px !important;
	}*/
}
.trf-prod-details-warranty-wrapper {
	margin-left: 128px;
	margin-top: 48px;
}
.trf-prod-details-warranty {
	font-size: 16px;
	line-height: 16px;
	justify-content: center;
	display: flex;
	align-items: center;
	font-weight:bold;
}
.trf-prod-details-warranty &gt; svg {
	width: 28px;
	height: 28px;
	margin-right: 10px;
}

.trf-prod-details-warranty__new {
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 600;
    font-size: 16px;
    line-height: 14px;
    margin-bottom: 10px;
    padding: 16px 24px;
}

.trf-btn-more {
    padding: 10px 15px;
    font-size: 14px;
    font-weight:bold;
    margin-bottom: 6px;
    margin-bottom: 0;
    border: 1px solid var(--color-middle-gray);
    transition: border .3s ease-out;
    cursor: pointer;
    margin-right: 5px;
    margin-bottom: 5px;
    border-radius: 20px;
	display: inline-block;
	text-decoration: none;
	color: var(--color-text);
	margin-top: 24px;
}
.trf-btn-more:hover {
    border: 1px solid var(--color-primary);
	color: var(--color-primary);
}

.trf-panel &gt; .prodtitle {
	margin-bottom: 24px;
}
.trf-panel &gt; * + .prodtitle {
	margin-top: 32px;
}
.trf-panel &gt; p + p {
	margin-top: 12px;
}
.trf-panel &gt; .trf-list-check-compact + * {
	margin-top: 24px;
}

ul:not([class^="trf-"]):not(.grid-products) {
	
}

/*
.cbk-phone-pulse .cbk-phone-circle {
    animation-duration: 12s;
    animation-iteration-count: infinite;
    animation-name: envybox-circle-pulse;
    animation-play-state: running;
    animation-timing-function: ease-in;
    background-color: #a71933;
    border: 2px solid transparent;
    border-radius: 100%;
    bottom: 0;
    display: none;
    left: 0;
    margin: auto;
    opacity: 0;
    pointer-events: none;
    position: absolute !important;
    right: 0;
    top: 0;
}
.cbk-multi-button-circle, .cbk-phone-circle {
    transform-origin: center center !important;
    -moz-transform-origin: center center !important;
    -webkit-transform-origin: center center !important;
    -o-transform-origin: center center !important;
    -ms-transform-origin: center center !important;
}
.callbackkiller.cbk-phone.cbk-phone-pulse .cbk-phone-circle {
    background-color: rgba(28, 173, 20, 1) !important;
}
*/
@media screen and (min-width: 1024px) {
	.trf-column-2-large {
		column-count: 2;
		column-gap: 36px;
	}
}

.fancybox-content {
    border-radius: 8px;
}

.trf-panel-heading {
	margin: -24px -24px 0 -24px;
	padding: 24px;
	border-bottom: 1px solid var(--color-middle-gray);
	font-weight:bold;
	font-size: 16px;
	line-height: 14px;	
}
.trf-product-grid.trf-product-grid-slider div[class^="trf-col-"] {
    padding-right: 15px;
}
.trf-product-grid-slider &gt; .flickity-viewport {
	width: 100%;
}
.trf-product-recent-grid-slider .flickity-slider &gt; * {
	padding-left: 12px;
}
.trf-product-grid-slider .flickity-prev-next-button,
.trf-product-recent-grid-slider .flickity-prev-next-button {
    top: 50%;
    width: 50px;
    height: 50px;
	background-color: var(--color-middle-gray);
	opacity: 1;
}
.trf-product-grid-slider .flickity-prev-next-button .flickity-button-icon,
.trf-product-recent-grid-slider .flickity-prev-next-button .flickity-button-icon {
    width: 12px;
    height: 12px;
}
.trf-product-grid-slider .flickity-prev-next-button:disabled,
.trf-product-recent-grid-slider .flickity-prev-next-button:disabled {
	opacity: 0;
}
.trf-product-grid-slider .flickity-prev-next-button.previous {
    left: -14px;
}
.trf-product-grid-slider .flickity-prev-next-button.next {
    right: -16px;
}
.trf-product-recent-grid-slider .flickity-prev-next-button.previous {
    left: -13px;
}
.trf-product-recent-grid-slider .flickity-prev-next-button.next {
    right: -25px;
}
@media (min-width: 992px) {
    .trf-product-grid.trf-product-recent-grid-slider {
        padding-bottom: 6px;
    }
    .trf-panel .trf-product-grid-element {
        display: flex;
        flex-direction: column;
        height: 100%;
    }
    .trf-panel .trf-product-grid-element .trf-prod-card-data {
        flex-grow: 1;
    }
}

.sort {
    position: relative;
    padding-right: 18px;
}
.sort&gt;*:last-child {
    position: absolute !important;
    right: 0;
    top: 50% !important;
    transform: translateY(-50%);
}

.trf-product-grid-element .price,
.trf-product-grid-element .trf-price .trf-price-currency {
    font-size: 22px;
}
.trf-product-grid-element .trf-price-old::before {
	height: 1px;
}
.trf-product-grid-element .trf-price-old,
.trf-product-grid-element .trf-price-old .trf-price-currency {
    font-size: 16px;
}
.trf-product-grid-element .trf-prod-price-wrapper--inner,
.trf-product-grid-element h3 {
	margin-bottom: 10px;
}
.trf-product-grid-element h3,
.trf-product-grid-element h3 * {
	font-size: 14px;
	line-height: 16px;
	text-decoration: none;
	color: var(--color-text);
}
.trf-product-grid-element-thumb-wrapper {
	border-radius: 5px;
	overflow: visible;
	position: relative;	
}
.trf-product-grid-element-thumb-wrapper .trf-prod-thumb-overlay {
	margin: 0;
	width: 100%;
	height: 100%;
	left: 0;
	padding: 10px;
	margin-bottom: 10px;
}
.trf-product-grid-element-thumb-wrapper .trf-prod-thumb-overlay .trf-badge-wrapper {
	flex-direction: column;
	align-items: flex-start;
    left: 10px;
    top: 10px;
}

.trf-catalog-grid .trf-product-grid-element-thumb-wrapper .trf-prod-thumb-overlay .trf-badge-wrapper {
    left: 0px;
    top: 0px;
}
.trf-catalog-grid .trf-product-grid-element .trf-product-grid-element-thumb-wrapper {
	margin-bottom: 16px;
}
.trf-catalog-grid .trf-product-grid-element .trf-readmore {
	font-weight:bold;
	font-size: 14px;
	line-height: 14px;
	text-decoration: none;
	color: var(--color-text);
	    white-space: nowrap;
}
.trf-catalog-grid .trf-product-grid-element h3 {
	margin-bottom: 16px;
}
.trf-catalog-grid .trf-product-grid-element .trf-spec-grid&gt;* {
	color: #6E6E6D;
	font-size: 14px;
	line-height: 16px;
}
.trf-catalog-grid .trf-product-grid-element .trf-spec-grid&gt;*:nth-child(n + 2) {
    margin-top: 5px;
}
.trf-catalog-grid .trf-product-grid-element .trf-spec-grid {
	margin-bottom: 22px;
}
.trf-catalog-grid .trf-product-grid-element h3,
.trf-catalog-grid .trf-product-grid-element h3 * {
	font-weight:bold;
	font-size: 16px;
	line-height: 18px;
}
.trf-catalog-grid .trf-product-grid-element .trf-product-grid-element-buttons {
	display: flex;
	flex-direction: column;
	align-items: center;
}
.trf-catalog-grid .trf-product-grid-element .trf-product-grid-element-buttons noindex {
	width: 100%;
	text-align: center;
}
.trf-catalog-grid .trf-product-grid-element .trf-product-grid-element-buttons &gt; *:first-child {
	margin-bottom: 10px;
	height: 34px;
	font-size: 14px;
	line-height: 14px;
}
.trf-product-grid-element-thumb-wrapper .trf-btn-round {
    width: 28px;
    height: 28px;
    border-radius: 14px;
}
.trf-product-grid-element-thumb-wrapper .trf-btn-round img, 
.trf-product-grid-element-thumb-wrapper .trf-btn-round svg {
    max-width: 13px;
    max-height: 13px;
}
.trf-btn.trf-product-grid-element-quick-view {
	position: absolute;
	left: 50%;
	top: 50%;
	/*transform: translate(-50%, calc(-50% + 4px));*/
	transform: translate(-50%, -50%);
	height: 34px;
	background-color: var(--color-primary);
	border-radius: 17px;
	color: var(--color-contrast);
	text-decoration: none;
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 0 14px;
	font-weight: 600;
	z-index: 5;
	white-space: nowrap;
	font-size: 14px;
	letter-spacing: .3px;
	opacity: 0;
	transition: color .2s ease-in, 
				background-color .2s ease-in, 
				background .2s ease-in, 
				border .2s ease-in, 
				transform .2s ease-in, 
				opacity .2s ease-in;
}
.trf-product-grid-element-quick-view:hover {
	background-color: var(--color-primary-dark);
}
.trf-product-grid-element-thumb-wrapper:hover .trf-product-grid-element-quick-view {
	opacity: 1;
	transition: color .3s ease-out, 
				background-color .3s ease-out, 
				background .3s ease-out, 
				border .3s ease-out, 
				transform .3s ease-out, 
				opacity .3s ease-out;
}


.trf-product-recent {
	box-shadow: 0px 0px 0px rgba(0, 0, 0, 0);
	transition: box-shadow .2s ease-in;
}
.trf-product-recent&gt;* {
	align-items: center;
}
.trf-product-recent .price,
.trf-product-recent *[class*=trf-price] {
	font-size: 22px;
	line-height: 22px;
}
.trf-product-recent h3 {
	margin-bottom: 10px;
}
.trf-product-recent h3,
.trf-product-recent h3 * {	
	font-size: 16px;
	line-height: 16px;
	text-decoration: none;
	color: var(--color-dark-gray);
	transition: color .2s ease-in;
}
.trf-product-recent:hover {
	box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.15);
	transition: box-shadow .3s ease-out;
}
.trf-product-recent:hover h3,
.trf-product-recent:hover h3 * {
	color: var(--color-text);
	transition: color .3s ease-out;
}
.trf-product-recent-grid {
	margin: 0 -24px 0 -36px;
}

.trf-padding-remove-bottom {
	padding-bottom: 0;
}

.trf-callback-banner {
	padding-top: 102px;
	padding-bottom: 90px;
	margin-top: 45px;
}
.trf-callback-banner .bannertitle-large {
	margin-bottom: 32px;
}
.trf-callback-banner p {
	color: var(--color-contrast);
	font-weight: 400;
	font-size: 24px;
	line-height: 24px;
	margin-bottom: 46px;
}
.trf-callback-banner form {
	margin-bottom: 46px;
}
.trf-text-meta,
p.trf-text-meta {
	font-size: 14px;
	line-height: 16px;
	margin-bottom: 0;
}
.trf-callback-banner .trf-text-meta a {
	color: var(--color-contrast);
}
.trf-callback-form {
	display: flex;
	flex-direction: row;
}
.trf-callback-form &gt; * &gt; * {
	height: 60px;
}
.trf-callback-form .trf-btn {
	border-radius: 30px;
}
/*.trf-callback-form &gt; *:nth-child(n + 2) {
	margin-left: 28px;
}*/
.trf-callback-form input:not([type="image" i], [type="range" i], [type="checkbox" i], [type="radio" i]) {
    border-radius: 3px;
	border: none;
	padding-left: 20px;
	padding-right: 20px;
	
}

.trf-banner-vertical {
	color: var(--color-text);
	transition: color .2s ease-in,
				background-color .2s ease-in;
	padding-top: 60px !important;
}
.trf-banner-vertical:hover {
	color: var(--color-contrast);
	background-color: var(--color-primary);
	transition: color .3s ease-out,
				background-color .3s ease-out;
}
.trf-banner-vertical .bannertitle {
	margin-bottom: 26px;
}
.trf-banner-vertical a[href^="tel"] {
	font-size: 28px;	
    font-weight:bold;
	text-decoration: none;
	color: var(--color-text)
}
.trf-banner-vertical a {
	margin-bottom: 36px;
	transition: color .2s ease-in,
				background-color .2s ease-in,
				transform .2s ease-in;
}
.trf-banner-vertical a[class^="trf-btn"] {
	padding-right: 60px;
	padding-left: 60px;
}
.trf-banner-vertical:hover a[href^="tel"] {
	color: var(--color-contrast);
	transition: color .3s ease-out,
				background-color .3s ease-out;
}
.trf-banner-vertical .trf-messanger-grid svg path {
	transition: fill .2s ease-in;
}
.trf-banner-vertical:hover .trf-messanger-grid svg path {
	fill: var(--color-contrast);
	transition: fill .3s ease-out;
}


.trf-banner-horizontal.trf-bg-primary-gradient {
	padding: 48px 86px;
}
.trf-banner-horizontal {
	flex-direction: row;
	justify-content: space-between;
	align-items: center;
}
.trf-banner-horizontal&gt;div:first-child {
	align-items: flex-start;
	text-align: left;
}

.trf-banner-horizontal--details {
    display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: center;
	padding: 48px 48px 48px 64px;
}
.trf-banner-horizontal--details .trf-btn-red {
    padding: 12px 42px;
}
.trf-banner-horizontal--details__contacts-grid {
    display: flex;
	flex-direction: row;
	align-items: center;
}
.trf-banner-horizontal--details__contacts-grid .trf-messanger-grid {
    margin-right: 12px;
}
.trf-banner-horizontal--details__contacts-grid .trf-messanger-grid&gt;* {
    margin-bottom: 0 !important;
}
.trf-messanger-grid--phone {
    font-weight:bold;
    font-size: 28px;
    line-height: 16px;
    text-decoration: none;
    color: var(--color-contrast);
}

.trf-bg-primary-gradient .bannertitle {
	font-weight:bold;
	font-size: 40px;
	line-height: 50px;
}
.trf-bg-primary-gradient .bannertitle,
.trf-banner-horizontal.trf-bg-primary-gradient a {
    color: var(--color-contrast);
	text-decoration: none;
}
.trf-banner-horizontal.trf-bg-primary-gradient a {
    font-weight: 400;
	font-size: 14px;
	line-height: 14px;
	margin-bottom: 0 !important;
}
.trf-banner-horizontal.trf-bg-primary-gradient svg {
	margin-right: 10px;
}
.trf-banner-horizontal.trf-bg-primary-gradient svg.svg path {
	fill: var(--color-contrast);
}
.trf-banner-horizontal.trf-bg-primary-gradient a.trf-btn {
	padding-right: 40px;
	padding-left: 40px;
	font-weight:bold;
	font-size: 22px;
	line-height: 25px;
	margin-top: 16px;
}


.trf-messanger-grid {
	display: flex;
}
.trf-messanger-grid&gt;* {
	margin-bottom: 10px !important;
	transition: transform .2s ease-in;
}
.trf-messanger-grid&gt;*:hover {
	transform: scale(1.1);
	transition: transform .3s ease-out;
}
.trf-messanger-grid&gt;*:not(:last-child) {
	margin-right: 18px;
}
.trf-messanger-grid img,
.trf-messanger-grid svg {
	width: 48px;
	height: 48px;
}

.trf-list-docs {
	list-style-type: none;
    /*margin: 0;
    padding: 0;*/
}
.trf-list-docs&gt;* {
	/*margin-bottom: 28px;*/
	position: relative;
    display: flex;
    align-items: center;	
	font-size: 16px;
    line-height: 18px;
}
.trf-list-docs&gt;*&gt;a {
	text-decoration: none;
	color: var(--color-primary);
	padding-left: 66px;
	min-height: 56px;
	display: flex;
    align-items: center;
}
.trf-list-docs&gt;*::before {
    content: '';
    display: flex;
    width: 43px;
    height: 56px;
    flex: 0 0 43px;
    background-image: url(../ico/ico-doc.svg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
    margin-right: 23px;
	position: absolute;
	pointer-events: none;
}

.trf-prod-thumb-gift {
	position: absolute;
	right: 0;
	bottom: 0;
	width: 80px;
	height: 80px;
	background: var(--color-red-accent);
    color: var(--color-contrast);
	border-radius: 40px;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	transform: translate(50%, -50%);
}
.trf-prod-thumb-gift div {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}
.trf-prod-thumb-gift svg {
	width: 22px;
	height: 24px;
}
.trf-prod-thumb-gift::before {
	content: '';
	display: block;
	width: 80px;
	height: 80px;
	border-radius: 40px;
	background: var(--color-red-accent);
	transform: scale(1.2);
	flex: 0 0 80px;
	position: absolute;
	z-index: -1;
	opacity: .3;
	
	animation-duration: 12s;
    animation-iteration-count: infinite;
    animation-name: circle-pulse;
    animation-play-state: running;
	animation-timing-function: ease-in;
}


.trf-feedback-grid .trf-panel {
	border: 1px solid var(--color-middle-gray);
}
.trf-feedback-avatar {
	background-color: var(--color-primary);
	width: 100%;
	border-radius: 50%;
    height: 0;
    padding-top: 100%;
	position: relative;
}
.trf-feedback-avatar&gt;span {
	color: var(--color-contrast);
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	font-weight:bold;
    font-size: 30px;
}
.trf-feedback-rating {
    display: flex;
    flex-direction: row;
}
.trf-feedback-rating .trf-prod-rating--star:not(.active) path {
    fill: var(--color-middle-gray);
}
.trf-feedback-name {
	font-weight:bold;
}
.trf-feedback-meta {
	color: var(--color-medium-gray);
}

@keyframes circle-pulse {
    0%,7%,to {
        opacity: 0;
        transform: scale(1)
    }

    2.6%,7.5% {
        opacity: .7;
        transform: scale(1)
    }

    14.5%,6.1% {
        opacity: 0;
        transform: scale(2)
    }
}


.filter_parameter {
    display: inline-flex;
    border: none;
    cursor: pointer;
    min-width: 68px;
    height: 27px;
    box-sizing: border-box;
    margin: 4px 4px 0px 0px;
    text-align: center;
    padding: 0px 9px;
    text-align: center;
    /* padding: 7px 9px; */
    position: relative;
	border-radius: 4px;
	background-color: #F2F2F2;
	
	
	font-weight:bold;
	font-size: 16px;
	line-height: 14px;	
	justify-content: center;
	align-items: center;
	transition: color .2s ease-in,
				background-color .2s ease-in;
}
.filter_parameter:hover,
.filter_parameter.checked_tv {
	background-color: var(--color-primary);
	color: var(--color-contrast);
	transition: color .3s ease-out,
				background-color .3s ease-out;
}
.mse2_number_inputs {
    display: flex;
    justify-content: space-between;
    padding: 0;
}
.mse2_number_inputs&gt;* {
    width: 40%;
    position: relative;
}
.mse2_number_inputs label {
    width: 100%;
	position: relative;
	height: 40px;
	display: flex !important;
	text-transform: lowercase;
	color: var(--color-medium-gray);
	padding: 10px 10px 10px 18px;
	font-weight: 400;
	font-size: 16px;
	line-height: 20px;
	color: #999999;
}
.mse2_number_inputs label &gt; input {
    width: 100%;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    /*z-index: -1;*/
    height: 100%;	
    padding-left: 50px;
    padding-right: calc(var(--grid-gap) / 8);
	background-color: transparent;
	font-weight:bold;
	font-size: 20px;
	line-height: 20px;

	border: 1px solid var(--color-middle-gray);
	border-radius: 6px;
	transition: border-color .2s ease-in;
}
.mse2_number_inputs label &gt; input:hover {
	border: 1px solid var(--color-dark-gray);
	border-radius: 6px;
	transition: border-color .3s ease-out;
}
.mse2_number_inputs label &gt; input:focus,
.mse2_number_inputs label &gt; input:active {
	border: 1px solid var(--color-primary);
	border-radius: 6px;
	transition: border-color .3s ease-out;
}
#filter_content .mse2_number_slider,
#filter_content .ui-widget.ui-widget-content {
    background-color: var(--color-middle-gray);
    height: 2px;
    border: none;
    border-radius: 2px;
    margin-left: 8px;
    margin-right: 8px;
    margin-top: 24px !important;
    margin-bottom: 24px !important;
}
.ui-slider .ui-slider-handle {
    border: none;
    background: var(--color-primary);
    font-weight: normal;
    color: #454545;
	width: 12px;
	height: 12px;
	border-radius: 6px;
}
.ui-slider-horizontal .ui-slider-handle {
    top: -5px;
    margin-left: -.6em;
}
.ui-slider .ui-slider-range {
    background: var(--color-primary);
	opacity: .5;
}
.trf-according-list label[for*="mse2_"] {
    display: flex;
    position: relative;
    min-height: calc(var(--grid-gap) / 4);
    align-items: center;
    padding: 0 12px;
}
.trf-according-list input[type=checkbox] {
    background: transparent;
    border: 0;
    cursor: pointer;
    outline: none;
    width: 0;
    height: 0;
    display: inline-block;
    position: absolute;
    left: 0;
    top: 0;
    margin: 0;
}
.trf-according-list label[for*="mse2_"] &gt; span {
    margin-left: 26px;
	font-weight: 400;
	font-size: 16px;
	line-height: 14px;
	cursor: pointer;
}
.trf-according-list input[type=checkbox]::before {
    content: '';
    display: inline-flex;
    background: transparent;
    height: 17px;
    width: 17px;
    border: 1px solid var(--color-middle-gray);
    border-radius: 4px;
    transition: border-color .2s ease-in;
    position: absolute;
    left: 0;
    /* top: 10px; */
    box-sizing: border-box;
}
.trf-according-list input[type=checkbox]::after {
    content: "";
    width: 12px;
    height: 10px;
    position: absolute;
    left: 2.5px;
    top: 3.5px;
    transition: opacity .2s ease-in;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
	background-image: url(../ico/ico-checkbox.svg);
	background-size: contain;
	background-position: center center;
	background-repeat: no-repeat;
}
.trf-according-list input[type=checkbox]:checked::after {
    opacity: 1;
    transition: opacity .3s ease-out;
}
.trf-checkbox-list label {
	padding-left: 0 !important;
	padding-right: 0 !important;
}
.trf-checkbox-list label:hover input[type=checkbox]::before {
	border: 1px solid var(--color-text);
    transition: border-color .3s ease-out;
}



.popup {
    z-index: 999;
}




.trf-sorting {
	display: flex;
	flex-direction: row;
}
.trf-sorting-title {
	font-weight:bold;
	font-size: 16px;
	line-height: 14px;
	margin-right: 24px;
}
.trf-sorting-list {
	list-style-type: none;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	font-size: 0;
	line-height: 0;
	margin-bottom: 24px;
}
.trf-sorting-list&gt;li {
	font-size: 16px;
	line-height: 14px;
}
.trf-sorting-list&gt;li:not(:last-child) {
	margin-right: 24px;
}
/*.trf-sorting-list&gt;li:nth-child(n + 2) {
	font-size: 16px;
	line-height: 14px;
}*/
.trf-product-recent-grid-slider &gt; .flickity-viewport {
	width: 100%;
}


.trf-filter-multiselect {
	display: flex;
	flex-wrap: wrap;
	/*margin-left: -4px;*/
	grid-gap: 4px;
}
.trf-filter-multiselect&gt;.filter_parameter {
	min-width: inherit;
	flex: 0 0 calc(25% - 4px);
	margin: 0;
}

.trf-filter-toggler {
	padding-right: 33px;
	position: relative;
	
	font-weight:bold;
	font-size: 14px;
	line-height: 14px;
	text-decoration: none;
	color: var(--color-text);
	align-items: center;
}
.trf-filter-toggler::after {
	content: '';
	display: inline-flex;
	width: 18px;
	height: 12px;
	background-image: url(../ico/ico-filter.svg);
	background-repeat: no-repeat;
	background-position: center center;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
}

.trf-visible-small {
	display: none;
}

.trf-panel-heading {
	display: flex;
	justify-content: space-between;
}
.trf-panel-heading .trf-filter-close {
	color: var(--color-dark-gray);
	text-decoration: none;
}

.trf-sort-filter-grid {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
}

.trf-catalog-grid .trf-product-grid-element .trf-product-grid-element-thumb-wrapper {
	overflow: visible;
}
.trf-catalog-grid .trf-product-grid-element .trf-product-grid-element-thumb-wrapper .trf-prod-thumb-gift {
    right: inherit;
	left: 0;
	transform: none;
}
.trf-catalog-grid .trf-product-grid-element .trf-product-grid-element-thumb-wrapper .trf-prod-thumb-gift,
.trf-catalog-grid .trf-product-grid-element .trf-product-grid-element-thumb-wrapper .trf-prod-thumb-gift::before {
	width: 30px;
    height: 30px;
}
.trf-catalog-grid .trf-product-grid-element .trf-product-grid-element-thumb-wrapper .trf-prod-thumb-gift svg {
    width: 16px;
    height: 17px;
}


.b1 .section .trig li {
    box-sizing: content-box;
}
.left-side.menu2 &gt; ul {
    padding-left: 0;
}

.trf-grid .flickity-viewport {
    width: 100%;
}

.trf-grid .flickity-viewport &gt; .flickity-slider &gt; div[class^="trf-col-"] {
    /*height: 100%;*/
    padding-right: 12px;
    min-height:100%;
    display: flex;
    align-items: stretch;
}

.trf-grid .flickity-viewport .trf-panel:not([class*="trf-bg-"]) {
    height: inherit;
}

h3&gt;a {
	color: var(--color-text);
	text-decoration: none;
}
.trf-option-row {
	display: flex;
	align-items: center;
}
.trf-option-row-meta-wrapper {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	justify-content: center;
}
.trf-option-row-meta-wrapper .trf-prod-meta {
	margin-bottom: 0;
	margin-top: 6px;
}
@media (min-width: 688px) {
	.trf-prod-price-wrapper--inner.trf-prod-price-wrapper--inline {
		flex-direction: row;
		align-items: center;
		justify-content: flex-end;
	}
	.trf-prod-price-wrapper--inner.trf-prod-price-wrapper--inline&gt;*:nth-child(n + 2) {
		margin-left: 22px;
		margin-right: 22px;
	}
	.trf-prod-price-wrapper--inner.trf-prod-price-wrapper--inline&gt;.trf-price {
		margin-right: 22px;
	}
}


.filter-19,
.filter-21,
.filter-58,
.filter-59 {

}
.filter-19 &gt; .filter_parameter,
.filter-21 &gt; .filter_parameter,
.filter-58 &gt; .filter_parameter,
.filter-59 &gt; .filter_parameter {
    width: calc(100% / 4 - 4px);
    min-width: inherit;
}

@media (max-width: 687.99px) {
    h1 {
        padding: 0 12px;
    }
    
	.trf-prod-thumb-gift {
		right: inherit;
		transform: none;
	}
	
	.trf-grid + .trf-grid {
		margin-top: 34px;
	}

	.trf-product-recent-grid-slider	{
		margin-left: 0;
	}
	/*.trf-product-recent-grid-slider .flickity-slider &gt; * {
		height: 100%;
	}*/
	.trf-product-recent-grid-slider {
		padding-left: 12px;
	}
	/*.trf-product-recent-grid-slider .flickity-slider &gt; *:first-child {
		padding-left: 24px;
	}*/
	
	.trf-breadcrumbs .flickity-viewport {
		width: 100%;
	}
	.trf-breadcrumbs ul {
		display: flex;
		list-style-type: none;
		font-size: 0;
		line-height: 0;
		padding: 0;
	}
	.trf-breadcrumbs ul li {
		margin-right: 10px;
	}
	.trf-breadcrumbs ul li a {
		display: block;
		height: 30px;
		padding: 8px 11px;
		border-radius: 16px;
		background-color: var(--color-contrast);
		text-decoration: none;
		font-weight: 400;
		font-size: 14px;
		line-height: 14px;
		color: #999999;
		white-space: nowrap;
	}
	.trf-breadcrumbs ul li:last-child a {
		color: var(--color-text);
	}
	
    .trf-visible-small {
        display: block;
    }
    .trf-filter-toggler.trf-visible-small {
        display: inline-flex;
    }
	
	.trf-container {
		width: 100%;
	}
	.trf-grid.trf-prod-details,
	.trf-prod-sidebar-data,
	.trf-grid-xsmall {
		row-gap: 10px;
	}
	.trf-panel,
	.trf-panel:not([class*="trf-bg-"]) {
		border-radius: 20px;
	}
	.trf-benefits-grid .trf-grid-check&gt;*::before {
		width: 24px;
	}
	.trf-product-recent-grid {
		margin: 0 -24px 0 -12px;
	}
	.trf-callback-banner {
		margin-top: 30px;
	}
	.flickity-prev-next-button {
		display: none;
	}
	.trf-fotorama-wrapper {
		transform: none;
		position: relative;
	}
	.trf-fotorama-wrapper .fotorama__stage {
		margin-left: 0;
		width: 100% !important;
	}
	.trf-fotorama-wrapper .fotorama__nav-wrap {
		display: none;
	}
	.trf-fotorama-wrapper .fotorama__stage__frame .fotorama__img,
	.trf-fotorama-wrapper .fotorama__stage__shaft {
		height: inherit  !important;
		width: inherit !important;
	}
	.trf-fotorama-wrapper .fotorama__stage__frame .fotorama__img {
	    left: 0 !important;
	}
	.trf-btn-consultation {
		width: calc(100% - 48px);
		margin: 10px auto;
	}
	.trf-product-grid-slider {
        margin-right: -24px;
        margin-left: -24px;
	}
	.trf-product-grid-slider .flickity-slider&gt;*:first-child {
        padding-left: 24px;
	}
	
	.trf-banner-horizontal.trf-bg-primary-gradient {
		padding: 50px 73px;
		flex-direction: column;
		align-items: flex-start;
	}
	.trf-bg-primary-gradient .bannertitle {
		line-height: 42px;
	}
	.trf-banner-horizontal.trf-bg-primary-gradient a.trf-btn,	
	.trf-banner-horizontal.trf-bg-primary-gradient&gt;*:last-child	{
		margin-top: 40px;
	}	
	.trf-banner-horizontal.trf-bg-primary-gradient&gt;*:last-child	{
		align-items: flex-start;
	}
	.trf-messanger-grid img, .trf-messanger-grid svg {
		width: 32px;
		height: 32px;
	}
	.trf-banner-horizontal--details .trf-messanger-grid img, 
	.trf-banner-horizontal--details .trf-messanger-grid svg {
		width: 48px;
		height: 48px;
	}
	.trf-banner-horizontal--details {
	    padding: 48px;
	}
	.trf-banner-horizontal--details .trf-messanger-grid--phone {
	    margin-top: 16px;
	}
	
	.trf-product-grid-element:not(.trf-product-grid-element-compact) {
		display: flex;
		flex-direction: row;
		flex-wrap: wrap;
		row-gap: 10px;
		column-gap: 12px;
		margin-left: -12px;
	}
	.trf-product-grid-element:not(.trf-product-grid-element-compact) &gt; * {
		padding-left: 12px !important;
	}
	.trf-product-grid-element:not(.trf-product-grid-element-compact) .trf-product-grid-element-thumb-wrapper,
	.trf-product-grid-element:not(.trf-product-grid-element-compact) .trf-prod-card-data {
		width: 50%;
        flex: 0 50%;
	}
	.trf-product-grid-element:not(.trf-product-grid-element-compact) .trf-product-grid-element-thumb-wrapper {
		flex: 0 0 calc(50% - 12px);
	}
	.trf-product-grid-element:not(.trf-product-grid-element-compact) .trf-prod-card-data {
		margin-bottom: 16px;
	}
	.trf-product-grid-element:not(.trf-product-grid-element-compact) &gt; *:last-child {
		width: 100%;
        flex: 0 100%;
		margin: 0;
	}
	.trf-product-grid-element:not(.trf-product-grid-element-compact) &gt; *:last-child:not(.trf-prod-rating) &gt; * {
		padding-left: 12px;
	}
	.trf-catalog-grid .trf-product-grid-element:not(.trf-product-grid-element-compact) .trf-prod-card-data {
		display: flex;
		flex-direction: column;
	}
	.trf-catalog-grid .trf-product-grid-element:not(.trf-product-grid-element-compact) .trf-prod-card-data h3 {
		order: 1;
	}
	.trf-catalog-grid .trf-product-grid-element:not(.trf-product-grid-element-compact) .trf-prod-card-data .trf-prod-meta {
		order: 2;
	}
	.trf-catalog-grid .trf-product-grid-element:not(.trf-product-grid-element-compact) .trf-spec-grid {
		order: 3;
	}
	.trf-catalog-grid .trf-product-grid-element:not(.trf-product-grid-element-compact) .trf-product-grid-element-thumb-wrapper .trf-prod-thumb-overlay .trf-badge-wrapper {
		left: 12px;
		top: 5px;
	}
	.trf-filter-block {
		position: fixed;
		top: 0;
		left: 0;
		right: 0;
		bottom: 0;
		overflow-y: auto;
		/*z-index: 10;*/
		z-index: 1000;
		opacity: 0;
		pointer-events: none;
	}
	.trf-filter-block.active {
		opacity: 1;
		pointer-events: all;
	}
	.trf-filter-block .trf-panel-heading {
		display: flex;
		justify-content: space-between;
		position: sticky;
		top: -24px;
		z-index: 5;
		background-color: var(--color-contrast);
	}
	
	/* .trf-filter-block .trf-modal-close {
	    top: 16px;
		right: 16px;
	} */
	
	/*.trf-sort-filter-grid {
		padding: 0 24px;
		margin: 0;
	}*/
	/*
	.trf-breadcrumbs {
		padding-left: 24px;
	}
	*/
	.trf-sort-filter-grid {
		padding-right: 24px;
	}
	.trf-sorting {
		flex-grow: 1;
		margin-right: 26px;
		margin-left: 24px;
	}
	.trf-sorting-title {
		display: none;
	}	
	.trf-sorting-list {
		display: flex;
		flex-direction: column;
		position: relative;
		border-radius: 5px;
		background-color: var(--color-contrast);
		height: 34px;
        flex-grow: 1;
        justify-content: center;
        padding: 10px 10px 10px 15px;
		margin-bottom: 0;
	}
	.trf-sorting-list&gt;li {
		position: absolute;
	}
	.trf-sorting-list&gt;li:not(.active) {
		display: none;
	}
	
	/* ul.trf-sorting-list {
	   height: 30px;
	   width: 150px;
	   border: 1px #000 solid;
	}
	ul.trf-sorting-list li:not(.init) { float: left; width: 130px; display: none; background: #ddd; list-style:none;}
	ul.trf-sorting-list li:not(.init):hover, ul li.selected:not(.init) { background: #09f; }
	li.init { cursor: pointer; list-style:none;} */
	
	
	.trf-catalog-grid .trf-product-grid-element .trf-product-grid-element-thumb-wrapper .trf-prod-thumb-gift {
		right: inherit;
		left: 0;
		transform: translateY(-100%);
		left: 12px;
	}
	
	.trf-prod-thumb-overlay {
		width: 100%;
		left: 0;
	}
	.trf-prod-details-warranty-wrapper {
		display: flex;
		/*margin-left: 128px;
		margin-top: 48px;*/
		margin-left: 0;
		margin-top: 16px;
		justify-content: flex-end;
	}
	.trf-prod-details-warranty-wrapper span {
		max-width: 60px;
	}
	.trf-product-recent-grid-slider {
	    margin-bottom: 34px;
	    padding-left: 0;
        margin-left: -20px !important;
        margin-right: -20px !important;
        width: calc(100% + 40px) !important;
	}
	.trf-grid.trf-product-recent-grid-slider .flickity-viewport &gt; .flickity-slider &gt; div[class^="trf-col-"] {
	    padding-left: 20px;
	    /*padding-right: 20px;*/
	    padding-right: 0;
	}
	.trf-grid.trf-product-recent-grid-slider&gt;.flickity-viewport&gt;.flickity-slider&gt;* {
	   min-width: 80vw;
	}
	.b1 {
	    overflow: hidden;
	}
	.b1 .section {
	    overflow: visible;
	}
	.section &gt; h1.title {
        padding: 0 20px;
        margin-bottom: 34px;
	}
	.trf-page-wrapper {
        overflow-x: hidden;
    }
    .fancybox-content.addtocart_modal .row.ms2_product.modifi .count-group .modifi_cost button {
        width: calc(50% - 20px);
        flex: 0 calc(50% - 20px);
    }
    
    .filter-19 &gt; .filter_parameter,
    .filter-21 &gt; .filter_parameter,
    .filter-58 &gt; .filter_parameter,
    .filter-59 &gt; .filter_parameter {
        /*width: calc(100% / 3 - 4px);*/
        min-width: inherit;
    }
    .trf-banner-horizontal--details,
    .trf-banner-horizontal--details__contacts-grid {
        flex-direction: column;
        align-items: flex-start;
    }
    .trf-banner-horizontal--details&gt;*:not(:last-child) {
        margin-bottom: 48px;
    }
    .trf-messanger-grid--phone {
        line-height: 28px;
    }
}
    
@media (min-width: 360px) and (max-width: 1024px) {
    .filter-19 &gt; .filter_parameter,
    .filter-21 &gt; .filter_parameter,
    .filter-58 &gt; .filter_parameter,
    .filter-59 &gt; .filter_parameter {
        width: calc(100% / 3 - 4px);
        min-width: inherit;
    }
    .filter-57 &gt; .filter_parameter,
    .filter-60 &gt; .filter_parameter,
    .filter-61 &gt; .filter_parameter,
    .filter-62 &gt; .filter_parameter,
    .filter-63 &gt; .filter_parameter,
    .filter-64 &gt; .filter_parameter,
    .filter-65 &gt; .filter_parameter {
        width: 100%;
        text-align: left;
        justify-content: flex-start;
    }
}
@media (max-width: 360px) {
    .trf-banner-horizontal.trf-bg-primary-gradient {
        padding: 16px 32px 48px;
    }
}

.popup-tovar{
    display: grid;
    grid-auto-flow: column;
    grid-template-columns: 300px 500px;
    grid-gap: 40px;
        font-family: 'din-condensed-light';
}
@media (max-width: 900px) {
    .popup-tovar{
            display: flex;
       
        flex-direction: column;
    }
}

@media (max-width:1563px){
    .product-categories &gt; div {
        /*max-width:50%;*/
    }
}
@media (min-width:1564px) {
    .product-categories &gt; div {
        max-width:252px;
    }
}
.row-mine{
    display: grid;
    grid-auto-flow: column;
    grid-template-columns: 300px calc(100% - 320px);
    grid-gap: 2vw;
}

@media (max-width:800px){
    .row-mine{
        display: flex;
        flex-direction: column;
    }
}
.product-categories .trf-panel .trf-padding-half .trf-product-recent{
    padding: 0;
}
.product-categories  .trf-panel:not([class*="trf-bg-"]).trf-padding-half{
     padding: 0;
}
.product-categories .trf-product-grid{
    padding: 10px;
}</pre></body></html>