@media only screen and (max-width: 1023px) {
	html {
        font-size: 16px;
    }	
	:root {
		--f-h1: 400 1.75rem/120% "amplesoft", sans-serif;			
		--f-h2: 400 1.375rem/120% "amplesoft", sans-serif;
		--f-h3: 400 1.25rem/130% "amplesoft", sans-serif;
		--f-h4: 400 1.125rem/130% "amplesoft", sans-serif;
		--f-h5: 400 1rem/150% "amplesoft", sans-serif;
		--f-h6: 400 1rem/150% "amplesoft", sans-serif;		
		--f-light:  300 0.9375rem/130% "graphik", sans-serif;
		--f-base:   400 0.9375rem/150% "graphik", sans-serif;
		--f-base-txt:  400 0.9375rem/150% "graphik", sans-serif;	
		--header-height: 4rem;
		--grid-gap: 2rem;
		--row-gap: 2rem;
	}
	.bx-panel {
		display: none;
	}
	html.fixed {
		height: 100%;
		overflow: hidden;
	}
	header {		
        position: fixed;
        top: 0;
        left: 0;
        z-index: 1000;
		grid-template-areas: "hdr-logo-fx menu-tools-fx";
        grid-template-columns: auto 2fr;
	}
	.logo img {
        width: 6rem;
        height: 0.8125rem;
	}
	.icon.menu {
		display: block;
		content: "";
		background-image: url('/css/icons.svg#u-menu');
        width: 1.25rem;
        height: 1.25rem;	
	}
	.menu-tools-fx {
		display: flex;
		flex: 0;
		justify-content: flex-end;
	}
	.menu-tools-fx > div+div {
		margin-left: 1.5rem;
	}
	.icon.search {
		height: 1.25rem;
        width: 1.25rem;
        margin-top: 0;
	}	
	.search-link-fx.mobile {
	    margin-left: 0.5rem;
	}
	.search-block.active {
		width: 10rem;
	}
	.subhdr-block .content, .hdr-layout .content {
		max-width: 100%;
	}
	.hdr-layout { 
		padding-top: 1rem;
		padding-bottom: 1rem;	
	}
    .hdr-layout .menu {
        flex-flow: row nowrap;
        max-width: 100%;		
		white-space: nowrap;
    }
	.hdr-layout .menu li.active {
		border-bottom: none;
		color: var(--c-active);
	}
	.split-layout {
		grid-template-columns: 1fr !important;	
	}
	.split-layout.-tile .content {
		padding-left: 0;
		padding-right: 0;	
	}
	.split-layout.-tile > * {
		  grid-column-start: 1 !important;
	}
	.split-layout.-install .bg {
		background-size: contain;
		height: 60vh;
	}
	.split-layout .content h2 {
		font: var(--f-h2);
	}	
	.split-layout .content h3 {
		font: var(--f-h3);
	}	
	.item-list.main-feat {
		grid-template-columns: repeat(3, minmax(2rem, 1fr));
	}
    .item-list.main-feat .note {
		/*
        font: var(--f-s3);
        line-height: 1.375;
        letter-spacing: normal;
        max-width: 6rem;
        text-transform: none;	
		*/
		display: none;
	}
	.main-banner {
		height: 40vh;
		margin-top: 0;
	}
	.hdr-layout.-promo {
	    padding-top: calc(var(--grid-gap) / 2);
		padding-bottom: calc(var(--grid-gap) / 2);
	}
	.hdr-layout.-promo h1 {
	    font: var(--f-h2);
	}
	main {
		overflow: hidden;
		padding-top: var(--header-height);
	}
	[class*="-unmobl"] {
		display: none;
	}
	[class*="-mobl"] {
		display: inherit;
	}
	[class*="-fx -mobl"] {
		display: flex;
	}
	.hdr-phone-fx {
		justify-content: flex-end;
		flex: 2;	
		margin-top: -0.125rem;
	}
	.menu-tools-fx.active .hdr-phone-fx {
		opacity: 0;
	}
	.hdr-phone-fx.hide {
		display: none;	
	}	
	.menu-main-fx {
		grid-area: unset;
		display: none;
	}
	.menu-mode .menu-main-fx {
        display: block;
        position: fixed;
        top: var(--header-height);
        left: 0;
        width: 100%;
        height: 100%;
        max-height: calc(100svh - var(--header-height));
        padding: var(--row-gap) var(--wrap-pdd);
        background-color: var(--c-grey);
        overflow-y: scroll;
        z-index: 1100;
	}		
	.menu-main-fx > ul {
		flex-flow: column nowrap;
		align-items: flex-start;
		justify-content: flex-start;
	}
	.menu-main-fx > ul li {
		display: block;		
		width: 100%;
		height: auto;
		font: var(--f-h3);		
	}
	.menu-main-fx > ul li a {
        display: inline !important;	
	}
	.menu-main-fx > ul > li.mark:after {
		content: "";
        position: absolute;
        top: 0;
        right: 0;		
		width: 1.5rem;
		height: 1.5rem;
		background-image: url('/css/icons.svg#u-right');
	}
	.menu-main-fx > ul li+li {
        margin: 1rem 0 0;
	}
	.menu-main-fx > ul > li ul {
		display: none;
        position: relative;
        top: unset;
        left: unset;
        padding: 1rem 0 0 var(--grid-gap);
        background-color: transparent;
        box-shadow: none;
        border: none;
	}
	.menu-main-fx > ul > li > ul li {
		font: var(--f-h4); 
	}	
	.hdr-tools-fx {
		justify-content: space-between;
		padding: 0 1rem;
	}
	.hdr-tools-fx  > *+* {
		margin-left: 1.25rem;
	}
	.path ul li {
		padding-top: 0.875rem;
	}
	.path .dtx-scroll {
		height: 2.625rem;
	}	
    .dtx-scroll.simplebar-scrollable-x {
        padding-right: 0;  
    }	
	.dtx-scroll.simplebar-scrollable-x .simplebar-content ul:last-child,
	.dtx-scroll.simplebar-scrollable-x .simplebar-content a:last-child,
	.dtx-scroll.simplebar-scrollable-x .simplebar-content li:last-child {
		padding-right: 1rem;
	}  
	.tbl-grid {
        min-width: unset;
       /* overflow-x: auto;*/
    }	
	.tbl-grid.file-list {
		padding: 0;
		margin: 0;
	}
	.tbl-grid .simplebar-track.simplebar-horizontal {
		top: 0;
		bottom: unset;
	}
	.tbl-grid .dtx-scroll.simplebar-scrollable-x {
		margin: 0;
	}
	.tbl-grid:not(.file-list), .tbl-grid:not(.file-list) .tbl-row {
		container-type: unset !important;
	}
    .tbl-grid .tbl-row {
		width: calc(50vw * 5);
        grid-auto-columns: 50vw;
        grid-template-columns: repeat(auto-fit, minmax(30vw, 44vw));
		grid-template-rows: minmax(5rem, 1fr);
    }	
	.tbl-row > div {
		padding: .5rem 0;
	}		
	.tbl-grid .tbl-row.head {
        font: var(--f-s3);
        grid-template-rows: minmax(3rem, 1fr);
    }	
	.tbl-row.sticky {
		top: unset !important;
	}
	.tbl-row div.sticky {
        width: 100%;
        border-right: var(--b-grey);
        padding-right: 0.5rem;
    }	
	.price-ctrl-fx {
		flex-flow: column;
	}
	.price-group-fx +.btn {
		margin-left: 0;
	}	
	.tbl-grid .tbl-row .price-ctrl-fx {
		text-align: right;
		margin-bottom: 0.5rem;
	}
	.tbl-grid .tbl-row .price-group-fx i {
		padding-bottom: 0.25rem;
	}
	.tbl-grid .dtx-scroll.simplebar-scrollable-x:after {
		height: 1.75rem;
		top: 1rem;
	}
	.item-list .pic {
		padding-top: 80%;
	}
	.item-list {
		grid-template-columns: repeat(1, minmax(2rem, 1fr));
		column-gap: 0;
		row-gap: var(--row-gap);
		margin: 0;		
	}
	.col-layout {
		-webkit-column-count: 1 !important;
		-moz-column-count: 1 !important;
		column-count: 1 !important;
	}
	.model-layout {
		display: grid;
		grid-template-columns: 1fr;
		grid-template-rows: 1fr;
		grid-template-areas: "model-pic"
		 					"model-desc";
		justify-content: space-between;
		column-gap: 0;
		row-gap: var(--row-gap);
	}	
	.item-layout {
		grid-template-columns: 1fr;
		grid-auto-rows: auto;
		grid-template-areas: 	"item-gallery"
								"item-desc"
								"item-content";
		row-gap: var(--row-gap);								
	}
	.item-content {
		margin: 0
	}
	.hdr-layout .item-feat-fx {	
		flex-wrap: wrap;
		margin-top: var(--grid-gap);
	}
	.hdr-layout .item-feat-fx > * {
		margin-right: 0.5rem;
	}	
	.item-feat-fx .dash, .note .dash {
		width: 1.75rem;	
	}
	.item-thumb .thumb {
		height: 2rem;
	}
	.item-param {
		margin-bottom: 1rem;	
	}
	.item-param dt {
		width: 58%;
	}
	.item-param dd {
		width: 40%;
	}
	.item-layout .price-group-fx {
		margin-bottom: 1rem;
		font: var(--f-h2);	
	}
	.split-layout.-install .pic-frame {
		padding-top: 65vh;
	}	
	.btn {
		padding: 0.5rem 0.75rem;
		font: var(--f-s2);
		letter-spacing: 0;
		width: 100%;
	}	
	.btn-block .btn, .form-ctrl .btn, .price-ctrl-fx .btn {
		width: 100%;
	}
	footer .footer-main {
		grid-template-columns: 1fr;		
		grid-template-areas:
			"footer-logo"
			"footer-contact-fx"
			"footer-menu-fx";
		padding-top: 2.5rem;
		padding-bottom: 2.5rem;	
	}
	footer .footer-logo {	
		display: flex;
        align-items: center;
        justify-content: center;
	}
	footer .footer-menu-fx {
        flex-flow: column;		
        align-items: center;
        justify-content: center;
        margin-top: var(--row-gap);	
	}
	.footer-menu-fx > * {
		text-align: center;
	}
	.footer-menu-fx > *+* {
		margin: var(--row-gap) 0 0;
	}	
	footer .title {
		font: var(--f-h3);
	}
	footer .footer-contact-fx {
		margin: 0;
		justify-content: center;
		align-items: center;
	}
	footer .footer-contact-line-fx {
		justify-content: center;
		align-items: center;
	}
	footer .footer-contact-line-fx > * {
		text-align: center;
	}

	footer .footer-copy-fx > * {
		margin: 0 0 0.25rem;
	}

	.mfp-wrap .mfp-arrow:before {
		text-shadow: 0px -1px 0px #555;		
	}
	.mfp-wrap .mfp-arrow {
		width: 3rem;		
	}
	.mfp-arrow.right {
		right: -0.75rem;	
	}
	.mfp-arrow.left {
		left: -0.75rem;	
	}	
	.mfp-wrap .mfp-close {
		height: 2.5rem;
		width: 2.5rem;
	}	
	.mfp-img-frame {
		padding: 1em;
	}
	.mfp-iframe-holder .mfp-content {
		width: 100%;
	}
	.mfp-img-frame {
		padding: 0;
	}
	.mfp-iframe-modal {
		padding: 1.25rem 1.5rem;
		width: 100% !important;
	}
	.mfp-iframe-modal.short {
		padding: 1.5rem 1.75rem;
	}	
	.mfp-glr {
		padding: 1rem 0;
	    flex-flow: row wrap;
	}
	.mfp-glr .thumb {
		width: 60px;
		height: 36px;
		margin: 0 0.25rem 0.5rem;
	}
	.mfp-glr .thumb img {
		width: auto;
		width: 58px;
		height: 34px;
	}
	.thumb.video:after {
		width: 1.75rem;
		height: 1.75rem;
	}
	.mfp-arrow.mobile {
		display: inline-block !important;
	}

	.part-data {
		display: block;
		margin: 0;
	}	
	.part-data-sub {
		display: none;
	}	
    .part-data-wrap {
        display: flex;
        flex-flow: row nowrap;
        justify-content: space-between;
        align-items: center;
        margin: 0;
        padding: 1rem 0;
        border-bottom: var(--b-grey);
    }
    .part-data-wrap.active {
        color: var(--c-hover);
    }
    .part-data-wrap + .part-data-section {
        opacity: 0;
        width: auto;
        height: 0;
        margin: 0;
        padding: 0;
        transform: scaleY(0);
        transition: 0.3s ease-in-out;
    }	
    .part-data-wrap.active + .part-data-section {
        transform: scaleY(1);
        transform-origin: top;
        height: auto;
        width: auto;
        visibility: visible;
        opacity: 1;
        transition: 0.3s ease-in-out;
        padding: 1rem 0;
    }	
	.city-list > * {
		width: 50%;
		padding-right: 0;
	}
	.city-list > *::nth-child(even) {	
		padding-right: 0.5rem;
	}
	.city-list > *::nth-child(odd) {	
		padding-left: 0.5rem;
	}
	.dealer-list {
	    display: block;
	}	
	.dealer-list li + li {
		margin-top: 1.5rem;
	}
}

@media only screen and (max-width: 360px) {
	html {
		font-size: 15px;
	}	
	footer .btn span {
		display: none;
	}
	footer .btn-fx > *+* {
		margin-left: 0;
	}
	footer .logo-fx .logo {
		width: 8.375rem;
	}
}
