body.showing_modal {
    padding-right: 0 !important;
}

[x-cloak] { display: none !important; }

body.modal-opened {
    overflow: hidden;
}

[x-cloak] { display: none !important; }

.transition {
    transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter;
    transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
    transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter;
    transition-timing-function: cubic-bezier(.4,0,.2,1);
    transition-duration: .15s;
}

.transition-opacity-z-index {
	transition-property: opacity, z-index;
}

.z-1 {
	z-index: 1;
}
.-z-1 {
	z-index: -1;
}

.duration-500 {
    transition-duration: .5s;
}

.duration-600 {
    transition-duration: .6s;
}

.linear-step-end {
	transition-timing-function: linear, step-end;
}

.linear-step-start {
	transition-timing-function: linear, step-start;
}

.ease-in {
    transition-timing-function: cubic-bezier(.4,0,1,1);
}

.ease-out {
    transition-timing-function: cubic-bezier(0,0,.2,1);
}

.ease-in-out {
    transition-timing-function: cubic-bezier(.4,0,.2,1);
}

.opacity-0 {
	opacity: 0;
}

.opacity-100 {
	opacity: 1;
}


header.n-header {
	width: 100%;
	background: #fff;
	z-index: 302;
}

.showing_modal header.n-header {
    position: static;
    z-index: 1;
}

.showing_modal .n-main {
    padding-top: 30px !important;
}

.n-header-top-row {
	background: #2C5692;
	color: #fff;
}
.n-container {
	width: 1400px;
	margin: 0 auto;
	padding: 0 20px;
}

.n-container-breadcrumbs {
	padding: 0;
}

.post-container {
	width: 100%;
	max-width: 874px;
}

.sale-slider-container,
.blog-slider-container {
	width: 100%;
	padding: 0;
	padding-left: 260px;
	margin-right: 0;
}

.mobile-burger__n-container {
	display: grid;
	grid-template-columns: repeat(2,1fr);
}

.n-container.n-mobile-cities-wrap {
	grid-column: span 2;
	margin-bottom: 5px;
	display: flex;
	align-items: flex-end;
	justify-content: space-between;
}

@media (min-width: 1400px) {


    .n-header .n-container {
        width: 1400px;
        padding-left: 0px;
        padding-right: 0;
    }
}

.n-header-top-row {
	display: flex;
}
.n-catalog-menu .n-catalog-menu-item > a {
    color: inherit;
}
.n-catalog-menu.n-auto-height .n-catalog-menu-item:hover span {
    height: auto;
}
.n-imgd-link-sm.n-imgd-link-sm:not(.n-imgd-link-sm.n-imgd-link-sm-cart) {
	display: none;
}
.n-header-icon {
	font-family: 'Manrope';
	font-style: normal;
	font-weight: 800;
	font-size: 12px;
	line-height: 16px;
	color: #FFFFFF;
	display: inline-block;
	padding-left: 20px;
	background-repeat: no-repeat;
	background-position: left center;
}
.n-header-top-wrap {
	display: flex;
	padding: 10px 0;
}
.n-header-top-left {
	display: flex;
}
.n-header-icon.n-header-icon-phone {
	margin-left: 20px;
}
.n-header-icon.n-header-icon-phone a {
	color :inherit;
	text-decoration: none;
}

.n-header-top-right {
	margin-left: auto;
}

ul.n-header-menu {
	margin: 0 0;
	padding: 0;
}

ul.n-header-menu li {
	display: inline-block;
	margin-left: 20px;
}

ul.n-header-menu li a,
ul.n-header-menu li span  {
	font-family: 'Manrope';
	font-style: normal;
	font-weight: 800;
	font-size: 12px;
	line-height: 16px;
	color: #FFFFFF;
    cursor: pointer;
	text-decoration: none;
}

.n-header-mid-wrap {
	display: flex;
	align-items: center;
	font-size: 0;
	padding: 10px 0;
    justify-content: space-between;
}

.n-header-search-bar {
	flex: 1 1 auto;
}

.n-header-btn {
	background: #2C5692;
	border-radius: 12px;
	font-family: 'Manrope';
	font-style: normal;
	font-weight: 600;
	font-size: 16px;
	line-height: 20px;
	letter-spacing: 0.2px;
	color: #FFFFFF;
	padding: 15px 21px;
	cursor: pointer;
}
.n-header-btn span {
	display: inline-block;
	width: 12px;
	height: 10px;
	background-image: url(/site/images/template/ard.svg);
	background-size: contain;
	background-position: center;
	background-repeat: no-repeat;
	margin-left: 5px;
}
.n-header-logo {
	display: inline-block;
	width: 140px;
	height: 55px;
	background-image: url(/site/images/template/logolg.png);
	background-size: contain;
	background-position: left;
	background-repeat: no-repeat;
	margin-right: 20px;
}
.ny-theme .n-header-logo{
    background-image: url(/site/images/new_year/logo_ny.png);
}
.ny-theme {
    position: relative;
}
.ny-theme:after, .ny-theme:before {
    content: " ";
    position: absolute;
    max-width: 292px;
    height: 100%;
    top:0px;
    background-repeat: repeat-y;
    background-size: contain;
    z-index: -1;
    width: 7%;
	opacity: 0.4;
}

.ny-theme:before {
    left: 0px;
    background-image: url(/site/images/new_year/ny_left.jpg);
}

.ny-theme:after {
    right: 0px;
	background-position: top right !important;
    background-image: url(/site/images/new_year/ny_right.jpg);
}

@media (max-width: 992px) {
    .ny-theme:before {
        display: none;
    }

    .ny-theme:after {
        display: none;
    }
}

@media (max-width: 1250px) {
    .ny-theme:after, .ny-theme:before {
        opacity: 0.7;
    }
}

@media (min-width: 1750px) {
    .ny-theme:after, .ny-theme:before {
        width: 292px;
    }
}
.footer {
    z-index: 10;
}

.n-header-autobonus {
  margin-top: 4px;
  width: 157px;
  height: 38px;
  border: 1px solid #F4BC67;
  border-radius: 31px;
  display: flex;
  align-items:center;
}
@media (min-width: 500px) {
  .n-header-autobonus {
    display: none
  }
}


.n-header-autobonus-img {
  width: 23px;
	height: 23px;
	margin-left: 5px;
  margin-right: 5px;
	background-size: contain;
	background-position: center;
	background-repeat: no-repeat;
}
.n-header-autobonus-text {
  font-family: 'Manrope';
  font-style: normal;
  font-weight: 800;
  font-size: 15px;
  line-height: 91.1%;
  background: linear-gradient(97.02deg, #D9A14D 14.14%, #F8C16F 81.21%, #D9A14D 104.83%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}
.n-header-autobonus-vector{
  margin-right: 6px;
}
.n-header-btn-wrap {
	margin-right: 10px;
	position: relative;
}
.n-header-imgd-links {
	display: flex;
	margin-left: 15px;
}

.n-header-top-wrap {
	display: flex;
	padding: 10px 0;
	font-size: 0;
}

.n-header-imgd-links a, .n-header-imgd-links > span {
	font-family: 'Manrope';
	font-style: normal;
	font-weight: 800;
	font-size: 12px;
	line-height: 16px;
	color: #18191B;
	background-repeat: no-repeat;
	background-position: top center;
	padding: 22px 0 0;
	margin: 0 10px;
	position: relative;
	text-decoration: none;
}
.n-header-imgd-links a span {
	position: absolute;
	right: 0;
	top: -4px;
}
.n-header-imgd-links a:last-child {
	margin-right: 0;
}

.n-header-imgd-links .header-cart {
	flex-direction: column;
}

.n-header-search-bar .header__top__search__input {
	padding: 14px 39px 14px 40px;
	border-radius: 12px;
	border-color: #ccc;
	font-family: 'Manrope';
	font-style: normal;
	font-weight: 600;
	font-size: 16px;
	line-height: 20px;
	letter-spacing: 0.2px;
	color: #94959A;
	text-transform: none;
	background-image: url(/site/images/template/search.svg);
	background-repeat: no-repeat;
	background-position: 15px center;
}

.n-header-bottom-wrap {
	display: flex;
	align-items: center;
	justify-content: space-between;
	height: 24px;
}

.n-header-bottom-left {
	line-height: 16px;
}

.n-header-bottom-right {
	display: flex;
	align-items: center;
	transition: .3s ease-in-out;
    margin-bottom: 0;
}

.n-header-bottom-right.hidden {
   opacity: 0;
   visibility: hidden;
    display: none;
}

.n-header-bottom-right .header-cart {
	align-items: center;
	font-size: 13px;
	font-weight: 800;
}

.n-header-bottom-right .header-cart .header-cart__icon {
	 margin-right: 5px;
}

.n-header-bottom-right .header-cart span {
	margin-left: 5px;
	margin-right: 0;
	order: 1;
}

.n-header-bottom-right-item:not(:last-child) {
	padding-right: 24px;
}

.n-header__profile-link {
	display: flex;
	align-items: center;
	padding: 0 !important;
}

.n-header__profile-link.column {
	flex-direction: column;
}

.n-header__profile-link__icon {
	background: url(/site/images/template/user.svg) no-repeat center/contain;
	width: 20px;
	height: 20px;
	margin: auto;
}

.n-header__profile-link-top-icon {
	background: url(/site/images/template/user.svg) no-repeat center/contain;
	width: 20px;
	height: 22px;
	margin: auto;
	position: relative;
}

.n-header-bottom-right-item .n-header__profile-link {
	font-size: 13px;
	font-weight: 800;
}

.n-header-bottom-right-item .n-header__profile-link #n-header-autobonus-text {
	display: none;
}

.n-header-bottom-right-item .n-header__profile-link__icon {
	margin-right: 5px;
}

.n-header-bottom-right-item__search-btn {
	display: grid;
	grid-template-columns: max-content 1fr;
	gap: 5px;
	font-size: 13px;
	font-weight: 800;
	font-family: 'Manrope';
	cursor: pointer;
	margin-top: 2px;
	line-height: normal;
}

.n-header-bottom-row {
	padding: 15px 0 15px;
	transition: 0.3s ease-in-out;
	position: sticky;
	z-index: 2;
	top: 0;
	left: 0;
	background-color: white;
	box-shadow: 1px 1px 8px 0px #e7e7e7;
}

.showing_modal .n-header-bottom-row {
	position: static;
	z-index: 1;
}

.n-header-bottom-row.sticky {
    z-index: 302;
}

.n-header-bottom-row__container {
	padding: 0;
}

.n-header-bottom-imgd {
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 24px;
}

.n-header-bottom-wrap a, .n-header-bottom-wrap span {
	font-family: 'Manrope';
	font-style: normal;
	font-weight: 600;
	font-size: 15px;
	line-height: 22px;
	/* identical to box height */
	letter-spacing: 0.2px;
	color: #18191B;
    cursor: pointer;
	text-decoration: none;
}

.n-header-bottom-left a, .n-header-bottom-wrap span {
    white-space: nowrap;
	margin-right: 14px;
}
.n-header-bottom-imgd.n-header-bottom-imgd-underline {
	color: #2C5692;
	padding-left: 35px;
}

.n-header-bottom-imgd.n-header-bottom-imgd-underline span {
	border-bottom: 2px dotted;
}
main.n-main {
	padding: 30px 0 30px;
	padding-top: 30px;
    z-index: 1;
}
a.n-header-bottom-active {
	color: #E9863F;
}

.n-header-icon img {
	margin-left: 8px;
}

.n-header-icon:hover {
	color: #fff;
	cursor: pointer;
}

a.avtoapp_login_icon {
	padding: 0;
}

.city-select-item {
	display: block;
	color: #fff;
	white-space: nowrap;
	padding: 5px;
	cursor: pointer;
}
.region-selector .n-selector,
.phone-selector .n-selector {
    padding: 22px 0px;
}

.phone-selector .phone-selector-item {
	padding: 5px 22px;
	margin: 0;
}

.region-selector .city-select-item {
    padding-left: 22px;
    padding-right: 22px;
}

.city-select-item:hover,
.phone-selector-item:hover {
    background-color: #3092ff;
}

.search_quick_results a {
	color : #18191B !important;
	font-size: 15px;
	font-family: 'Manrope';
}
.n-selector {
	z-index: 10;
	font-size: 13px;
	position: absolute;
	top: 24px;
	font-family: 'Manrope';
	background: #2c5692;
	font-weight: 700;
	padding: 22px;
}

.n-selector-wrap {
	position: relative;
}

.n-selector div {
	margin: 8px 0;
	white-space: nowrap;
	cursor: pointer;
}
.n-catalog-menu {
	position: absolute;
	top: 100%;
	margin-top: 5px;
	left: 0;
	z-index: 10;
	border-top-left-radius: 15px;
	border-bottom-left-radius: 15px;
	background-color: #F6F7F8;
	box-shadow: 0px 4px 40px 0px rgba(0, 0, 0, 0.1);
}
.n-catalog-menu-sm	{
	display: none;
}
.n-header-btn.active span {
	background-image: url(/site/images/template/cross.svg);
}
.n-catalog-menu .n-catalog-menu-item {
	font-family: 'Manrope';
	font-style: normal;
	font-weight: 600;
	font-size: 16px;
	line-height: 22px;
	letter-spacing: 0.2px;
	color: #18191B;
	display: flex;
	padding: 16px 20px;
	white-space: nowrap;
	background-repeat: no-repeat;
	background-position: 24px center;
	border-bottom: 1px solid #E5E5E5;
	background-color: #F6F7F8;
	justify-content: space-between;
	align-items: center;
	width: 258px;
	cursor: pointer;
}

.n-catalog-menu .n-catalog-menu-item:first-child {
	border-top-left-radius: inherit;
}

.n-catalog-menu .n-catalog-menu-item:last-child {
	border-bottom-left-radius: inherit;
}

.n-catalog-menu .n-catalog-menu-item:after {
	content: '';
	display: inline-block;
	width: 6px;
	height: 10px;
	background-image: url(/site/images/template/arr.svg);
	background-position: center;
	background-repeat: no-repeat;
}

.n-catalog-menu .n-catalog-menu-item.no-arrow:after {
    content: none;
}

.n-catalog-menu .n-catalog-menu-item:hover {
	background-color: #dae5ef;
	/* color: #2C5692; */
}

.n-catalog-menu .n-catalog-menu-item.promotions:hover {
	background-color: rgba(233, 134, 63, 0.1);
}

.n-catalog-menu:has(.n-catalog-menu-item:hover) {
	min-height: 600px;
}

.n-catalog-menu:has(.n-catalog-menu-item:hover) .n-catalog-menu-item:last-child {
	border-bottom-left-radius: 0;
}

.n-catalog-menu .n-catalog-menu-item.n-header-bottom-last {
	background: #2C5692;
	color: #fff;
	border-radius: 0px 0px 15px 15px;
	border-top: 30px solid #F6F7F8;
	border-bottom: none;
}

.n-catalog-menu .n-catalog-menu-item.n-header-bottom-last:after {
	display: none;
}

.n-catalog-menu .n-catalog-menu-item.n-header-bottom-active {
	color: #E9863F;
}
.n-catalog-menu .n-catalog-menu-item span {
	display: none;
	position: absolute;
	left: 100%;
	white-space: normal;
	top: 0;
	background: #fff;
	height: 100%;
	min-width: 770px;
	box-shadow: 0px 4px 40px rgba(0, 0, 0, 0.1);
	padding: 32px 40px;
	border-radius: 0px 15px 15px 0;
	cursor: auto;
}

.n-catalog-menu .n-catalog-menu-item:hover span {
	display: block;
}

.n-catalog-menu .n-catalog-menu-item.promotions span {
	padding-right: 8px;
	padding-bottom: 0;
}

.n-catalog-menu-item.promotions > a {
	color: #E9863F;
}
.n-a-menu-title {
    white-space: nowrap;
	font-family: 'Manrope';
	font-style: normal;
	font-weight: 700;
	font-size: 24px;
	line-height: 28.8px;
	color: #18191B;
	margin-bottom: 28px;
}

.n-a-menu-row {
	display: flex;
	margin-bottom: 20px;
	max-height: 490px;
	max-width: 760px;
    overflow-y: auto;
    overflow-x: hidden;
	scrollbar-width: 5px;
	scrollbar-color: #D9D9D9;
}

.n-a-menu-row::-webkit-scrollbar {
	width: 5px;
}

.n-a-menu-row::-webkit-scrollbar-thumb {
    background: #D9D9D9;
    border-radius: 13px;
    opacity: 0.4;
}

.n-a-menu-row::-webkit-scrollbar-track {
    background: white;
}


.n-a-list-title {
	font-family: 'Manrope';
	font-style: normal;
	font-weight: 700;
	font-size: 18px;
	line-height: 25px;
	letter-spacing: 0.2px;
	white-space: nowrap;
	margin: 0 0 20px;
}

.n-a-menu-list a {
	font-family: 'Manrope';
	font-style: normal;
	font-weight: 600;
	font-size: 16px;
	line-height: 31px;
	letter-spacing: 0.2px;
	color: #2C5692;
	display: block;
	white-space: nowrap;
}

.n-a-menu-col {
	margin-right: 12px;
	padding-right: 1rem;
	scrollbar-width: none;
}

.n-a-menu-col::-webkit-scrollbar {
	width: 4px;
	display: none;
}
.n-a-menu-col::-webkit-scrollbar-thumb {
	background-color: #D9D9D9;
    border-radius: 13px;
    opacity: 0.4;
}
.n-a-menu-col::-webkit-scrollbar-track {
	background-color: white;
}
.n-a-menu-col + .n-a-menu-col {
	margin-right: 0;
}

.n-a-menu-list {
	column-count: 2;
	column-gap: 35px;
}
.n-a-menu-list.n-a-menu-list-three {
	column-count: 3;
	column-gap: 35px;
}

a.n-a-underline-link {
	font-family: 'Manrope';
	font-style: normal;
	font-weight: 600;
	font-size: 16px;
	line-height: 22px;
	letter-spacing: 0.2px;
	color: #2C5692;
	border-bottom: 1px dashed;
}
/*footer*/
.picture__icon__fb {
	background-image: url(/site/images/template/fb.svg);
	background-repeat: no-repeat;
}

.picture__icon__dzen {
	background-image: url(https://storage.yandexcloud.net/nik-auto/vezemkolesa/www/assets/template_vlad/common/icons/social/dzen.svg);
	background-repeat: no-repeat;
}

.picture__icon__tg {
	background-image: url(https://storage.yandexcloud.net/nik-auto/vezemkolesa/www/assets/template_vlad/common/icons/social/telegram.svg);
	background-repeat: no-repeat;
}

.footer__socials div {
	width: 50px;
	height: 50px;
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
	cursor: pointer;
}
a.n-btn-footer {
	font-family: 'Open Sans Condensed';
	font-style: normal;
	font-weight: 700;
	font-size: 18px;
	line-height: 100%;
	/* identical to box height, or 18px */
	display: flex;
	align-items: center;
	text-align: center;
	text-transform: uppercase;
	color: #2C5692;
	border: 2px solid #959494;
	border-radius: 4px;
	padding: 14px 28px;
}
.n-selector-footer {
    position: absolute;
    left: 0;

    background: #374046;
    top: 32px;
    box-shadow: 4px 4px 4px 0px #262626;
    border-radius: 4px;
    padding: 20px;
    z-index: 1;
}

.footer-menu_right {
    position: relative;
}

.n-selector-footer a {
    color: #fff;
    display: block;

    font-family: "Open Sans Condensed", "Roboto", sans-serif;
    font-size: 22px;
    margin: 0 0 8px;
}
.btn-custom.btn-custom-invert {
    display: inline-block;
    position: relative;
    z-index: 10;
    background: #fff;
    font-family: 'Manrope';
    font-style: normal;
    font-weight: 600;
    font-size: 17px;
    line-height: 20px;
    color: #0a365b;
    padding: 12px 35px;
    border-radius: 12px;
    border: 2px solid #79d2ff;
    text-decoration: none !important;
    text-align: center;
    order: 1000;
}
.n-right-body-block {
    position: fixed;
    right: -100%;
    top: 0;
    bottom: 0;
    -moz-transition: all .8s ease-in-out;
    -ms-transition: all .8s ease-in-out;
    -o-transition: all .8s ease-in-out;
    transition: all .8s ease-in-out;
    z-index: 1000;
    width: calc((100% - 1360px)/2 + 1360px);
    max-width: 100%;
    background: #fff;
}
.order-form-opened .n-right-body-block {
	right: 0;
}
.n-right-body-block-close {
    position: absolute;
    top: 4px;
    width: 15px;
    height: 15px;
    background-image: url(/site/images/cross.svg);
    right: 6px;
    cursor: pointer;
    z-index: 10;
    background-color: #fff;
    padding: 16px;
    background-position: center;
    background-repeat: no-repeat;
    border-radius: 26px;
    border: 1px solid #ddd;
}
iframe.n-widget-frame {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}
h1.title-ns {
    color: #18191B;
    font-family: Manrope;
    font-size: 32px;
    font-style: normal;
    font-weight: 700;
    line-height: 100%; /* 32px */
    margin: 0 0 30px;
}

.ns-sales-wrap {
    margin: 35px 0 0;
    display: flex;
    flex-wrap: wrap;
    gap: 1%;
}

a.ns-sale-item {
    display: inline-block;
    max-width: 32.5%;
    width: 32.5%;
    margin: 0 0 1%;
}
.sale-img-sm {
	display: none;
}
a.ns-sale-item img {
    width: 100%;
}
.n-filter-togglers.n-filter-togglers-ns a {
    margin-right: 22px;
}

.header-menu-promotions {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    column-gap: 18px;
    row-gap: 16px;
    max-height: 497px;
    overflow-y: auto;
    overflow-x: hidden;
    padding-right: 27px;
    width: 100%;
    scrollbar-width: 5px;
    scrollbar-color: #d9d9d9;
}

.header-menu-promotions::-webkit-scrollbar {
	width: 5px;
}

.header-menu-promotions::-webkit-scrollbar-thumb, 
.header-menu-promotions::-webkit-scrollbar-thumb {
    background: #d9d9d9;
    border-radius: 13px;
    opacity: 0.4;
}

.header-menu-promotions::-webkit-scrollbar-track {
    background-color: white;
}

.header-menu-promotions__item-img {
	width: 100%;
	height: 100%;
	max-height: 175px;
	object-fit: cover;
	border-radius: 5px;
}
@media (max-width: 1400px) {
	.n-container {
		width: 1200px;
	}
	a.n-btn-footer {
		padding: 15px;
	}
	.footer__wrapper .footer__wrapper-right .footer__phones__flex-container .footer__phone {
		font-size: 24px;
	}
    .n-header-bottom-row {
        padding: 10px 0 20px;
        position: static;
    }
}
@media (max-width: 1200px) {
	.n-container {
		width: 992px;
	}
	.n-catalog-menu .n-catalog-menu-item span {
		min-width: 550px;
		height: auto;
		padding: 25px 35px;
	}

	.sale-slider-container,
	.blog-slider-container {
		padding-right: 0;
	}

	.n-a-menu-list a {
		font-size: 15px;
	}

	.n-a-menu-list {
		column-gap: 15px;
		height: 100%;
	}
	a.ns-sale-item {
    max-width: 49.5%;
    width: 49.5%;
}
.n-filter-togglers.n-filter-togglers-ns a {
    width: auto;
}

.n-filter-togglers.n-filter-togglers-ns {
    display: block;
}
	.n-a-menu-list.n-a-menu-list-three {
		-webkit-column-count: 2;
		-webkit-column-gap: 20px;
		-moz-column-count: 2;
		-moz-column-gap: 20px;
		column-count: 2;
		column-gap: 20px;
	}

	.n-a-menu-title {
		font-size: 25px;
	}

	.n-a-list-title {
		font-size: 16px;
	}

	.n-a-menu-col {
		margin-right: 25px;
		max-height: 100%;
		overflow: unset;
	}

	.n-a-menu-col.avtobonus a {
		margin-top: 39px;
	}
	.n-header-bottom-wrap {
		height: auto;
	}
	.n-header-bottom-left a, .n-header-bottom-wrap span {
		margin-right: 10px;
		font-size: 18px;
        white-space: nowrap;
	}

	.n-header-bottom-imgd.n-header-bottom-imgd-underline {
		font-size: 14px;
	}



	.footer__wrapper .footer__wrapper-right .footer__phones__flex-container .footer__phone__collection {
		flex-direction: column;
		gap: 10px;
	}
}
@media (max-width: 992px) {
	.n-container {
		width: 100%;
		padding: 0 10px;
	}
	.n-catalog-menu .n-catalog-menu-item span {
		min-width: 460px;
	}
	.sale-slider-container,
	.blog-slider-container {
		padding-right: 0;
	}
	ul.n-header-menu li {
		margin-left: 10px;
	}

	.n-header-imgd-links a {
		font-size: 11px;
		margin: 0 6px;
	}

	.n-header-btn {
		white-space: nowrap;
	}

	.n-header-search-bar .header__top__search__input {
		padding: 14px 13px 14px 37px;
		background-size: 14px;
	}

	.header__top__search__submit {
		display: none;
	}

	.n-header-bottom-wrap {
		flex-wrap: wrap;
	}

	.n-header-bottom-left {
		flex: 1 1 auto;
		display: flex;
		justify-content: space-between;
		white-space: nowrap;
		overflow-x: auto;
		overflow-y: hidden;
		scrollbar-width: none;
	}

	.n-header-bottom-left::-webkit-scrollbar {
		display: none;
	}

	.n-header-bottom-imgd.n-header-bottom-imgd-underline {
		display: none;
	}

	.n-header-bottom-row {
		padding: 10px 0;
	}

	main.n-main {
		padding: 0px 0 0;
		padding-top: 20px;
        overflow-x: hidden;
        -webkit-overflow-scrolling: touch;
	}

	.footer-menu .footer-menu_left {
		gap: 10px;
	}

	.footer-menu .footer-menu__link {
		font-size: 20px;
	}

	.footer-menu .footer-menu__link_grey {
		margin-left: 10px;
	}
	.n-header-imgd-links {
		align-items: center;
	}
	.n-catalog-menu {
		left: auto;
		right: 0;
	}
	.n-header-btn.active {
    background-image: url(/site/images/cross.svg);
    border: none !important;
    background-size: 25px;
    background-position: center;
    background-repeat: no-repeat;
    opacity: .5;
}

.n-header-btn.active span {
    height: 0;
}
}

@media (max-width: 768px) {
	.n-container {
		width: 576px;
	}
	.n-header-top-row {
		display: none;
	}

	.n-header-imgd-links {
		display: none;
	}

	.n-header-mid-wrap {
		flex-wrap: wrap;
	}

	.n-header-search-bar {
		width: 100%;
		margin: 11px 0 0;
	}

	.n-header-btn-wrap {
		margin-right: 0;
		margin-left: 0;
	}
	a.ns-sale-item {
    max-width: 100%;
    width: 100%;
}
	.n-header-btn {
		padding: 0;
		width: 30px;
		border-top: 4px solid #181918;
		border-radius: 0;
		background: unset;
		font-size: 0;
		border-bottom: 4px solid #181918;
		display: flex;
		align-items: center;
		letter-spacing: 0;
		line-height: 1;
		height: 25px;
		margin: 10px;
	}
	.n-header-btn span {
	background: unset !important;
	height: 4px;
	width: 100%;
	background-color: #181918 !important;
	margin: 0 !important;
	}

	.n-header-logo {
		height: 46px;
	}

	.n-header-bottom-left a, .n-header-bottom-wrap span {
		white-space: nowrap;
        padding-top: 10px;
        padding-bottom: 10px;

	}

	.n-header-bottom-left {
		overflow: auto;
		-ms-overflow-style: none;  /* Internet Explorer 10+ */
    	scrollbar-width: none;  /* Firefox */
	}
	.n-header-bottom-left::-webkit-scrollbar {
	    display: none;  /* Safari and Chrome */
	}

	.n-header-bottom-row {
		padding: 0 0 10px;
	}
	.footer-menu .footer-menu_right {
		flex-direction: column;
		gap: 10px;
	}
	.n-catalog-menu {
		display: none;
	}
	.n-catalog-menu-sm	{
		display: block;
	}
	.n-catalog-menu-sm {
		position: fixed;
		right: 0;
		width: 100%;
		background: #fff;
		z-index: 999;
		top: 128px;
		bottom: 0;
		padding: 15px 0 100px;
		overflow: auto;
	}

	.n-a-menu-list {
		column-count: 1;
		column-gap: 0;
		display: flex;
		flex-direction: column;
		align-items: flex-start;
	}

	.n-a-menu-col {
		margin: 0 0 40px;
		display: inline-block;
	}

	a.n-colored-link {
		color: #2c5692;
	}

	.n-a-menu-list a {
		display: inline-block;
	}
	.n-link-bg {
		font-family: 'Manrope';
		font-style: normal;
		font-weight: 600;
		font-size: 16px;
		line-height: 22px;
		letter-spacing: 0.2px;
		color: #FFFFFF;
		background: #2C5692;
		border-radius: 4px;
		width: 100%;
		display: block;
		padding: 15px 0;
		text-align: center;
		background-image: url(/site/images/template/car.svg);
		background-repeat: no-repeat;
		background-position: 0 0;
		cursor: pointer;
		grid-column: span 2;
	}
	.search_quick_results {
		z-index: 302;
	}
}
@media (max-width: 576px) {
	.n-container {
		width: 100%;
	}
	.n-a-menu-col {
		margin: 0 0 20px;
	}
	.n-a-menu-col {
		margin: 0 0 20px;
	}
	.sale-img-sm {
		display: block;
	}
	.sale-img-lg {
		display: none;
	}
	.footer-menu .footer-menu_left, .footer-menu .footer-menu_right {
		width: 50%;
	}
	a.ns-sale-item {
    margin: 0 0 15px;
}

h1.title-ns {
    font-size: 24px;
    text-align: center;
}

.n-filter-togglers.n-filter-togglers-ns a.active {
    background: none;
    color: #2C5692;
    border-bottom: 2px solid;
    border-radius: 0;
    padding-left: 0;
    padding-right: 0;
}

.n-filter-togglers.n-filter-togglers-ns {
    text-align: center;
}

.n-filter-togglers.n-filter-togglers-ns a {
    padding: 9px 0;
    font-size: 18px;
    border: none;
    color: rgba(24, 25, 27, 1);
    margin: 0 10px;
}


	.footer-menu {
		align-items: flex-start;
	}

	a.n-btn-footer {
		color: #0E8ECF;
	}
	.n-header-imgd-links {
		display: flex;
		position: fixed;
		bottom: 0;
		left: 0;
		z-index: 302;
		width: 100%;
		background: #fff;
		margin: 0;
		align-items: center;
		justify-content: space-between;
		padding: 12px 10px;
		box-shadow: 0px 4px 12px rgba(0, 0, 0, 0.3);
	}
	.n-header-imgd-links a {
		display: none;
	}

	.n-header-imgd-links .n-imgd-link-sm {
		display: block !important;
		font-style: normal;
		font-weight: 600;
		font-size: 12px;
		line-height: 16px;
		text-align: center;
		color: #18191B;
		padding-top: 26px;
	}

	.mgo-mcw-widget_mobile-view {
		bottom: 80px !important;
	}
	.n-header-imgd-links .header-cart__icon {
		background-image: url(/site/images/template/m_cart.svg) !important;
		margin-bottom: 5px !important;
	}
}

@media (min-width:992px) {
	.n-header-imgd-links .n-header__profile-link {
		min-width: 50px;
	}
}
