

/* Start:/local/templates/oldNewTopSalut/components/bitrix/sale.basket.basket.line/template1/style.css?17408627254402*/
.bx-basket { }

.bx-basket-block {
	position: relative;
	padding-bottom: 5px;
	padding-left: 20px;
	white-space: nowrap;
	font-size: 12px;
}

.bx-basket-block > .fa {
	position: absolute;
	top: 3px;
	left: 0;
	width: 12px;
	color: #97a1ab;
}

.bx-basket-block a { margin-right: 10px; }

/*FIXED BASKET*/

@media (min-width: 768px) {
	.bx-basket-fixed {
		position: fixed;
		z-index: 998;
		overflow: hidden;
		padding-top: 10px;
		width: 200px;
		border: 1px solid #f0f0f0;
		border-radius: 1px;
		background: #fff;
		box-shadow: 0 7px 10px rgba(0, 0, 0, 0.15);
	}

	.bx-basket-fixed.top { top: 10px }

	.bx-basket-fixed.right { right: 10px }

	.bx-basket-fixed.bottom { bottom: 10px }

	.bx-basket-fixed.left { left: 10px }

	.bx-basket-fixed.bx-max-height { top: 10px; bottom: 10px; }
}

@media (max-width: 767px) {
	.bx-basket-fixed {
		position: fixed;
		right: 0;
		bottom: 0;
		left: 0;
		z-index: 998;
		overflow: hidden;
		padding-top: 10px;
		border: 1px solid #f0f0f0;
		border-radius: 1px;
		background: #fff;
		box-shadow: 0 7px 10px rgba(0, 0, 0, 0.15);
	}

	.bx-basket-item-list { display: none; }

	/*.bx-basket-fixed */
}

.bx-basket-fixed .bx-basket-block { margin-left: 10px; }

.bx-basket-item-list {
	position: relative;
	overflow: hidden;
	padding-bottom: 20px;
	border-top: 1px solid #f7f7f7;
}

.bx-opener .bx-basket-item-list { padding-bottom: 75px; }

.bx-max-height .bx-basket-item-list {
	position: absolute;
	right: 0;
	bottom: 0;
	left: 0;
}

.bx-closed .bx-basket-item-list {
	overflow: hidden;
	height: 20px;
}

.bx-basket-item-list-action {
	position: absolute;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 120;
	padding: 3px 0;
	height: 20px;
	background: #f7f7f7;
	color: #4f4f4f;
	vertical-align: middle;
	text-align: center;
	font-size: 12px;
	line-height: 14px;
	cursor: pointer;
}

.bx-basket-item-list-button-container {
	position: absolute;
	right: 0;
	bottom: 20px;
	left: 0;
	padding: 10px 0;
	border-top: 1px solid #f7f7f7;
	background: #fff;
	text-align: center;
}

.bx-basket-item-list-container {
	overflow-y: auto;
	max-height: 100%
}

.bx-basket-item-list-item {
	position: relative;
	margin-bottom: 15px;
	padding-top: 15px;
	padding-right: 10px;
	padding-left: 10px;
	border-bottom: 1px solid #f7f7f7;
}

.bx-basket-item-list-container .bx-basket-item-list-item:last-child {
	margin-bottom: 0;
	border-bottom: none;
}

.bx-basket-item-list-item-status {
	margin: 0 10px 20px;
	padding: 3px;
	border-radius: 3px;
	background: #ebebeb;
	text-align: center;
	white-space: normal;
	font-weight: bold;
	font-size: 12px;
	line-height: 16px;
}

.bx-basket-item-list-item-img {
	position: relative;
	padding-bottom: 5px;
	text-align: center;
}

.bx-basket-item-list-item-img img {
	max-width: 90px;
	height: auto;
	border: 1px solid #e6e6e6;
}

.bx-basket-item-list-item-name { padding-bottom: 5px; }

.bx-basket-item-list-item-name a {
	font-size: 13px;
	line-height: 16px;
}

.bx-basket-item-list-item-remove {
	position: absolute;
	top: -7px;
	right: 10px;
	width: 20px;
	height: 20px;
	opacity: .5;
	cursor: pointer;
	transition: 250ms linear all;
}

.bx-basket-item-list-item-remove:after,
.bx-basket-item-list-item-remove:before {
	position: absolute;
	top: 50%;
	left: 50%;
	display: block;
	width: 10px;
	height: 2px;
	border-radius: 1px;
	background-color: #333;
	content: '';
	transform: translate(-50%, -50%);
}

.bx-basket-item-list-item-remove:after {
	-webkit-transform: translate(-50%, -50%) rotate(45deg);
	-moz-transform: translate(-50%, -50%) rotate(45deg);
	-ms-transform: translate(-50%, -50%) rotate(45deg);
	-o-transform: translate(-50%, -50%) rotate(45deg);
	transform: translate(-50%, -50%) rotate(45deg);
}

.bx-basket-item-list-item-remove:before {
	-webkit-transform: translate(-50%, -50%) rotate(135deg);
	-moz-transform: translate(-50%, -50%) rotate(135deg);
	-ms-transform: translate(-50%, -50%) rotate(135deg);
	-o-transform: translate(-50%, -50%) rotate(135deg);
	transform: translate(-50%, -50%) rotate(135deg);
}

.bx-basket-item-list-item-remove:hover { opacity: .7; }

.bx-basket-item-list-item-price-block {
	padding-bottom: 5px;
	font-size: 12px;
}

.bx-basket-item-list-item-price {
	display: inline-block;
	margin-right: 5px;
}

.bx-basket-item-list-item-price-old {
	display: inline-block;
	margin-right: 5px;
	color: #b0b0b0;
	text-decoration: line-through
}

.bx_cart_login_top .bx-hdr-profile { line-height: 1.44em; }

/* End */


/* Start:/bitrix/components/twofingers/location/templates/.default/style.css?174086269011121*/
.tfl__link-container:hover,
.tfl__link-container{
    text-decoration:none;
    display: flex;
}

.tfl__link:hover,
.tfl__link {
    border-bottom:1px dashed;
    cursor: pointer;
}

.tfl__link-label{
    margin-right: 5px;
}

.tfl__link.tfl__link_order {
    font-weight: bold;
    line-height: 2;
}

.tfl-define-popup{
    background-color: #fff;
    text-align: center;
}

.tfl-define-popup__desktop{
    border-radius: 0.3em;
    -webkit-box-shadow: 0px 1px 10px 0px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0px 1px 10px 0px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 1px 10px 0px rgba(0, 0, 0, 0.1);
    transform: translateX(-50%);
    z-index: 1001;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    position: absolute;
}

.tfl-define-popup__text{
    padding-left: 20px;
    padding-right: 20px;
}

.tfl-define-popup__mobile{
    width: 100%;
    position: relative;
    z-index: 9999999;
    border-radius: 0!important;
}

.tfl-define-popup__mobile .tfl-define-popup__buttons{
    border-radius: 0!important;
}

.tfl-define-popup__desktop:before{
    position: absolute;
    width: 11px;
    height: 11px;
    transform: rotate(45deg);
    content: '';
    background-color: #fff;
    left: calc(50% - 5px);
    top: -5px;
}

.tfl-define-popup__buttons{
    text-align: center;
    overflow: hidden;
    display: grid;

}
.tfl-define-popup__button{
    /*width: 50%;*/
    display: block;
    padding: 10px 20px;
   /* float: left;*/
    box-sizing: border-box;
}

.tfl-define-popup__main{
    font-weight: bold;
}

.tfl-define-popup__second{
    background-color: #f5f5f5;
}

.tfl-popup{
    position: fixed;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    background-color: #fff;
    z-index: 2001;
    max-width: 100%;
    overflow: hidden;
    left: 50%;
    top: 42%;
    transform: translate(-50%, -50%);
    -webkit-box-shadow: -1px 2px 13px 0px rgba(0, 0, 0, 0.25);
    -moz-box-shadow: -1px 2px 13px 0px rgba(0, 0, 0, 0.25);
    box-shadow: -1px 2px 13px 0px rgba(0, 0, 0, 0.25);
    display: grid;
    grid-template-rows: auto auto minmax(0, 1fr);
    grid-template-columns: 1fr;
    grid-gap: 0;
    box-sizing: border-box;
    opacity: 0;
    transition: opacity .2s ease-in, top .2s ease-out;
}

.tfl-popup.tfl-popup_loaded{
    opacity: 1;
    top: 45%;
}

.tfl-popup.tfl-popup_loading {
    background:url(/bitrix/components/twofingers/location/templates/.default/img/preloader.svg) center center no-repeat #ffffff;
}

.tfl-popup__title-container{
    position: relative;
    width: 100%;
}

.tfl-popup__search-wrapper{
    margin-bottom: 20px;
}

.tfl-popup__title{
    font-weight: 400;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: 1;
    width: calc(100% - 40px);
}

.tfl-popup__search{
    position: relative;
    padding: 0;
    margin-bottom: 15px;
    margin-top: 26px;
}

.tfl-popup .tfl-popup__search-input {
    color: #333;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    -khtml-border-radius: 0;
    border-radius: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    line-height: 1;
    padding: 10px 5px 12px;
    width: 100%;
    position: relative;
    border: 0;
    background-color: transparent;
    background-repeat: no-repeat;
   /* background-position-x: center 50%;
    background-position-y: bottom calc(100% - 1px);*/
    background: bottom no-repeat,50% 100%/*calc(100% - 1px)*/;
    transition: background ease-out;
    background-size: 0 100%,100% 100%;
    background-image:
        linear-gradient(to top, #1f2949 2px, rgba(255, 86, 5, 0) 2px),
        linear-gradient(to top, rgb(189, 189, 189) 1px, rgba(189, 189, 189, 0) 1px);
}

.tfl-popup .tfl-popup__search-input:focus{
    background-size: 100% 100%, 100% 100%;
    transition: .3s;
    outline: none;
}

.tfl-popup__search-input::-webkit-input-placeholder {color: #bbb;}
.tfl-popup__search-input::-moz-placeholder {color: #bbb;}
.tfl-popup__search-input:-ms-input-placeholder {color: #bbb;}
.tfl-popup__search-input:-moz-placeholder {color: #bbb;}

.tfl-popup__search-input:focus::-webkit-input-placeholder {color: #d5d5d5;}
.tfl-popup__search-input:focus::-moz-placeholder {color: #d5d5d5;}
.tfl-popup__search-input:focus:-ms-input-placeholder {color: #d5d5d5;}
.tfl-popup__search-input:focus:-moz-placeholder {color: #d5d5d5;}

.tfl-popup__clear-field {
    /*background: url("/bitrix/components/twofingers/location/templates/.default/img/clear_field.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);*/
    height: 14px;
    position: absolute;
    right: 35px;
    top: calc(50%);
    transform: translateY(-50%);
    width: 14px;
    display:none;
}

.tfl-popup__search-icon{
    height: 40%;
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
    width: auto;
    text-align: right;
}

.tfl-popup__search-icon svg{
    fill: #d5d5d5;
    background-color: transparent;
    width: auto;
    height: 100%;
}

.tfl-popup__search-icon svg path{
    fill: #d5d5d5;
}

.tfl-popup__container{
    position: relative;
    display: grid;
    grid-template-rows: 1fr;
    grid-template-columns: 1fr;
}

.tfl-popup__container:before {
    position: absolute;
    content: '';
    width: 100%;
    height: 18px;
    bottom: 0;
    z-index: 1;
    background-image: -moz-linear-gradient(top, rgba(255,255,255,0.001) 0%, #fff);
    background-image: -webkit-linear-gradient(top, rgba(255,255,255,0.001) 0%, #fff);
    background-image: -o-linear-gradient(top, rgba(255,255,255,0.001) 0%, #fff);
    background-image: -ms-linear-gradient(top, rgba(255,255,255,0.001) 0%, #fff);
    background-image: linear-gradient(top, rgba(255,255,255,0.001) 0%, #fff);
}

.tfl-popup__container.tfl-popup__container_no-found:before{
    content: none;
}

.favorites-right-locations.tfl-popup__with-locations.tfl-popup__with-defaults .tfl-popup__container{
    grid-template-columns: 2fr 1fr;
}

.favorites-left-locations.tfl-popup__with-locations.tfl-popup__with-defaults .tfl-popup__container{
    grid-template-columns: 1fr 2fr;
}

.tfl-popup__scroll-container{
    overflow: hidden;
    overflow-y: auto;
    position: relative;
    display: none;
}

.tfl-popup__scroll-container + .tfl-popup__scroll-container{
    padding-left: 10px;
}

.tfl-popup__with-locations .tfl-popup__scroll-container.tfl-popup__locations,
.tfl-popup__with-defaults .tfl-popup__scroll-container.tfl-popup__defaults{
    display: block;
}

.tfl-popup__list {
    list-style: none outside none;
    padding: 0;
    line-height: 1.25;
    margin-bottom: 15px;
    -webkit-column-width: 150px;
    -moz-column-width: 150px;
    column-width: 150px;
    -webkit-column-count: 3;
    -moz-column-count: 3;
    column-count: 3;
    -webkit-column-gap: 10px;
    -moz-column-gap: 10px;
    column-gap: 10px;
    -webkit-column-rule: 0px solid #ccc;
    -moz-column-rule: 0 solid #ccc;
    column-rule: 0px solid #ccc;
    display: block;
}

.favorites-under-search .tfl-popup__defaults .tfl-popup__list{
    margin-top: 15px;
    margin-bottom: 0;
}

.tfl-popup__search-wrapper .tfl-popup__defaults .tfl-popup__list{
    margin-top: 30px;
    margin-bottom: 0;
}

.tfl-popup__list li {
    padding-bottom: 7.5px;
    overflow: hidden;
    list-style: none;
    page-break-inside: avoid;
    break-inside: avoid;
    padding-left: 0;
}

.tfl-popup__list li:before,
.tfl-popup__list li:after {
    content: none;
}

.tfl-popup__location-link {
    color: #333;
    text-decoration: none;
    border-bottom: 1px dashed #777;
}

.tfl-popup__location-link:hover {
    color: #333;
    border-bottom: 1px dotted #333;
}

.tfl-popup__defaults .tfl-popup__location-link {
    font-weight: 700;
    border-bottom: 1px dotted #333;
}

.tf-location__region {
    display: block;
    font-size: 0.7em;
    color: #999;
    line-height: 1;
    margin-top: 0.3em;
}

.tfl-popup-overlay{
    display: none;
    position: fixed;
    margin: 0;
    padding: 0;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: url('/bitrix/components/twofingers/location/templates/.default/img/custom-popup-overlay.png') repeat;
    z-index: 10000;
}

@-webkit-keyframes animate-circle {
    from {
        transform: scale(0);
        opacity: 1;
    }
    to {
        transform: scale(1);
        opacity: 0;
    }
}

@keyframes animate-circle {
    from {
        transform: scale(0);
        opacity: 1;
    }
    to {
        transform: scale(1);
        opacity: 0;
    }
}

.tfl-popup-overlay__loader {
    --size: 10rem;

    position: fixed;
    top: 50%;
    left: 50%;
    height: var(--size);
    width: var(--size);
    transform: translateX(-50%) translateY(-50%);
}

.tfl-popup-overlay__loader > .tfl-popup-overlay__circle {
    --duration: 2s;

    position: absolute;
    height: inherit;
    width: inherit;
    /*background: #FFA5AB;*/
    background: #FFFFFF;
    border-radius: 50%;
    -webkit-animation: animate-circle var(--duration) cubic-bezier(.9,.24,.62,.79) infinite;
    animation: animate-circle var(--duration) cubic-bezier(.9,.24,.62,.79) infinite;
}

.tfl-popup-overlay__loader > .tfl-popup-overlay__circle:nth-of-type(1) {
    -webkit-animation-delay: 0s;
    animation-delay: 0s;
}

.tfl-popup-overlay__loader > .tfl-popup-overlay__circle:nth-of-type(2) {
    -webkit-animation-delay: calc(var(--duration) / -3);
    animation-delay: calc(var(--duration) / -3);
}

.tfl-popup-overlay__loader > .tfl-popup-overlay__circle:nth-of-type(3) {
    -webkit-animation-delay: calc(var(--duration) / -6);
    animation-delay: calc(var(--duration) / -6);
}

.tfl-popup__close{
    display: flex;
    position: absolute;
    cursor: pointer;
    opacity: 0.2;
    width: 40px;
    height: 40px;
    top: 20px;
    right: 20px;
    align-items: center;
    justify-content: center;
}



.tfl-define-popup .tfl-popup__close{
    top: 0;
    right: 0;
}

.tfl-popup__close:hover {
    opacity: 0.5;
}

.tfl-popup__close:before,
.tfl-popup__close:after {
    position: absolute;
    content: '';
    width: 2px;
    background-color: #333;
    height: 20px;
}

.tfl-popup__close:before {
    transform: rotate(45deg);
}

.tfl-popup__close:after {
    transform: rotate(-45deg);
}
.tfl-popup__clear-field .tfl-popup__close{
    width: 100%;
    height: 100%;
    top: 0;
    right: 0;
}
.tfl-popup__clear-field .tfl-popup__close:before,
.tfl-popup__clear-field .tfl-popup__close:after {
    width: 2px;
    height: 15px;
    top: 0;
    left: 6px;
}

.tfl-define-popup .tfl-popup__close {
    width: 30px;
    height: 30px;

}

.tfl-define-popup .tfl-popup__close:before,
.tfl-define-popup .tfl-popup__close:after {
    width: 2px;
    height: 15px;
    top: 7px;
    left: 15px;
}

.tfl-body-freeze{
    overflow-y: hidden;
    margin-right: calc(-1 * (100vw - 100%));
    height: auto;
}

.tfl-body-blur {
    -webkit-filter: blur(2px);
    -moz-filter: blur(2px);
    -o-filter: blur(2px);
    -ms-filter: blur(2px);
    filter: blur(2px);
}

.tfl-popup__nofound-mess{
    display: none;
    font-size: 20px;
    text-align: center;
    position: absolute;
    top: 50%;
    width: 100%;
    color: #d5d5d5;
    transform: translateY(-50%);
}

.tfl-popup__container_no-found .tfl-popup__nofound-mess{
    display: block;
}
/* End */


/* Start:/local/templates/oldNewTopSalut/assets/css/style.css?174086272568526*/
@charset "UTF-8";
* {
  outline: none;
  margin: 0;
  padding: 0;
}

html {
  font-family: sans-serif;
  touch-action: manipulation;
  box-sizing: border-box;
}

ol, ul {
  list-style: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

[data-src],
[data-srcset] {
  min-width: 1px;
  min-height: 1px;
  opacity: 0;
  transition: opacity 1s;
}

[data-background-image] {
  opacity: 0;
  transition: opacity 1s;
}

[data-loaded=true] {
  opacity: 1 !important;
}

img {
  border: 0;
  max-width: 100%;
  vertical-align: bottom;
  height: auto;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

input,
button,
textarea,
select {
  font-family: var(--font-family);
  resize: none;
  font-size: var(--font-size);
  font-weight: 400;
}

*,
*::before,
*::after {
  box-sizing: inherit;
}

@font-face {
  font-family: "Balloon";
  src: url("/local/templates/oldNewTopSalut/assets/css/../fonts/BalloonXBdTL-ExtraBold.woff2") format("woff2"), url("/local/templates/oldNewTopSalut/assets/css/../fonts/BalloonXBdTL-ExtraBold.woff") format("woff");
  font-weight: bold;
  font-style: italic;
  font-display: swap;
}
.container {
  max-width: 1352px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: var(--gutter-site);
  padding-right: var(--gutter-site);
}

.column {
  padding-left: var(--gutter);
  padding-right: var(--gutter);
}

.columns {
  margin-left: calc(var(--gutter) * -1);
  margin-right: calc(var(--gutter) * -1);
  display: flex;
  flex-wrap: wrap;
}

.col-1 {
  width: 8.33333333%;
}

.col-2 {
  width: 16.66666666%;
}

.col-3 {
  width: 24.99999999%;
}

.col-4 {
  width: 33.33333332%;
}

.col-5 {
  width: 41.66666665%;
}

.col-6 {
  width: 49.99999998%;
}

.col-7 {
  width: 58.33333331%;
}

.col-8 {
  width: 66.66666664%;
}

.col-9 {
  width: 74.99999997%;
}

.col-10 {
  width: 83.3333333%;
}

.col-11 {
  width: 91.66666663%;
}

.col-12 {
  width: 99.99999996%;
}

.col-2-5 {
  width: 20%;
}

svg:not(:root) {
  overflow: hidden;
}

.symbols {
  display: none;
}

.nowrap {
  white-space: nowrap;
}

.center {
  text-align: center;
}

.absolute-block {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}

.tab-pane:not(.active) {
  display: none;
}

.modal {
  display: none;
}
.modal.is-open {
  display: block;
}
.modal-overlay {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.6);
  display: flex;
  padding: 20px;
  overflow-y: auto;
  z-index: 1000;
}
.modal-main {
  margin: auto;
  background-color: #fff;
  padding: 30px;
  width: 100%;
  max-width: 600px;
  border-radius: 10px;
  position: relative;
}
@media (max-width: 767px) {
  .modal-main {
    padding: 20px;
  }
}
.modal-title {
  font-weight: 600;
  font-size: 24px;
  line-height: 32px;
  margin-bottom: 30px;
  display: flex;
  gap: 10px;
}
.modal-title__return {
  cursor: pointer;
  width: 24px;
  height: 24px;
  flex-shrink: 0;
  display: flex;
  margin-top: 4px;
}
.modal-title__return svg {
  stroke: var(--color-text);
  margin: auto;
  pointer-events: none;
}
@media (max-width: 767px) {
  .modal-title {
    font-size: 20px;
    line-height: 28px;
    margin-bottom: 15px;
  }
}
.modal-footer {
  display: flex;
  justify-content: space-between;
  gap: 10px 20px;
  margin-top: 30px;
}
@media (max-width: 767px) {
  .modal-footer {
    flex-direction: column;
  }
}
.modal-close {
  width: 24px;
  height: 24px;
  position: absolute;
  right: 10px;
  top: 10px;
  border: none;
  cursor: pointer;
  background: transparent url("data:image/svg+xml,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M15 5L5 15' stroke='%23909090' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M5 5L15 15' stroke='%23909090' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") 50% no-repeat;
  z-index: 2;
}
.modal[aria-hidden=false] .modal-overlay {
  animation: modal-fadeIn 0.3s cubic-bezier(0, 0, 0.2, 1);
}
.modal[aria-hidden=false] .modal-main {
  animation: modal-slideIn 0.3s cubic-bezier(0, 0, 0.2, 1);
}
.modal[aria-hidden=true] .modal-overlay {
  animation: modal-fadeOut 0.3s cubic-bezier(0, 0, 0.2, 1);
}
.modal[aria-hidden=true] .modal-main {
  animation: modal-slideOut 0.3s cubic-bezier(0, 0, 0.2, 1);
}

@keyframes modal-fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes modal-fadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@keyframes modal-slideIn {
  from {
    transform: translateY(15%);
  }
  to {
    transform: translateY(0);
  }
}
@keyframes modal-slideOut {
  from {
    transform: translateY(0);
  }
  to {
    transform: translateY(-10%);
  }
}
.notify {
  display: none;
  right: 0;
  position: relative;
  padding: 10px 20px;
  border-radius: 5px;
  background-color: #ccc;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
  color: var(--color-text);
  transition: right 0.3s;
  margin-bottom: 10px;
}
.notify.default {
  background-color: #1FCA23;
}
.notify.error {
  background-color: red;
  color: #fff;
}
.notify.is-show {
  right: 20px;
}
.notify-wrap {
  position: fixed;
  right: 0;
  top: 20px;
  z-index: 1000;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}

.splide {
  position: relative;
}
.splide--visible .splide__track {
  overflow: visible;
}
@media (min-width: 1024px) {
  .splide--visible .splide__slide:not(.is-visible) {
    opacity: 0;
    pointer-events: none;
  }
}
@media (min-width: 1024px) {
  .splide--panel {
    padding-bottom: 44px;
  }
  .splide--panel .splide__arrows {
    position: absolute;
    right: 0;
    bottom: 0;
  }
  .splide--panel .splide__pagination {
    position: absolute;
    left: 0;
    bottom: 17px;
    width: auto;
  }
}
.splide--dark .splide__arrow {
  background-color: var(--color-dark);
  color: #fff;
}
.splide--slide {
  position: relative;
}
.splide__track {
  position: relative;
  overflow: hidden;
}
.splide__list {
  display: flex;
}
.splide__slide {
  flex-shrink: 0;
}
.splide__sr {
  display: none;
}
.splide__arrows {
  display: flex;
  gap: 15px;
}
.splide__arrow {
  width: 44px;
  height: 44px;
  border: none;
  background-color: #F8F8F8;
  border-radius: 10px;
  display: flex;
  cursor: pointer;
  color: var(--color-text);
  transition: 0.15s;
  z-index: 2;
}
.splide__arrow:hover {
  background-color: var(--color-link);
  color: #fff;
}
.splide__arrow svg {
  margin: auto;
  width: 14px;
  height: 14px;
  fill: currentColor;
}
.splide__arrow--prev {
  left: 0;
  transform: scaleX(-1);
}
.splide__arrow--next {
  right: 0;
}
.splide__pagination {
  width: 100%;
  display: flex;
  justify-content: center;
  gap: 8px;
  padding: 1px 0;
}
.splide__pagination li {
  display: flex;
}
.splide__pagination__page {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  border: none;
  cursor: pointer;
  background-color: #F2F2F2;
  transition: 0.15s;
}
.splide__pagination__page.is-active {
  background-color: var(--color-link);
  box-shadow: 0 0 0 1px var(--color-link);
}

.btn {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  height: 44px;
  padding: 0 20px;
  border-radius: 10px;
  background-color: var(--color-link);
  font-size: 16px;
  font-weight: 500;
  color: #fff;
  border: none;
  text-decoration: none;
  cursor: pointer;
  white-space: nowrap;
  user-select: none;
  gap: 5px;
  transition: background-color 0.15s, color 0.15s;
}
.btn svg {
  stroke: currentColor;
}
.btn:hover {
  background-color: #B5005C;
  color: #fff;
}
.btn--white {
  background-color: #fff;
  color: var(--color-grey);
}
.btn--white:hover {
  background-color: var(--color-link);
}
.btn--grey {
  background-color: var(--color-light);
  color: var(--color-text);
}
.btn--grey:hover {
  background-color: var(--color-link);
}
.btn--dark {
  background-color: var(--color-dark);
  color: #fff;
}
.btn[disabled] {
  background-color: var(--color-light);
  color: #DEDEDE;
  cursor: not-allowed;
}
@media (min-width: 768px) {
  .btn--large {
    height: 54px;
    padding: 0 25px;
    font-size: 16px;
  }
  .btn--large.btn--icon {
    padding: 0 15px;
  }
}
.btn--icon {
  padding: 0 10px;
  color: var(--color-grey);
}
.btn--full {
  width: 100%;
}
@media (max-width: 767px) {
  .btn--mobile {
    width: 100%;
  }
}

.input {
  width: 100%;
  height: 50px;
  display: block;
  border-radius: 6px;
  background: #FFFFFF;
  border: 1px solid var(--color-grey);
  padding: 0 10px;
}
@media (min-width: 1024px) {
  .input {
    max-width: 538px;
  }
}
.input:focus {
  border-color: #151C28;
}
.input-label {
  position: absolute;
  left: 12px;
  color: var(--color-grey);
  top: 13px;
  pointer-events: none;
}
.input-group {
  position: relative;
  margin-bottom: 20px;
}
.input-group.required .input-label::after {
  content: "*";
  color: var(--color-link);
}
.input-group.valid .input {
  border-color: #151C28;
  padding-top: 14px;
}
.input-group.valid .input[readonly] {
  border-color: #DEDEDE;
}
.input-group.valid .input[readonly] + .input-label {
  color: #DEDEDE;
}
.input-group.valid .input[readonly] + .input-label::after {
  color: inherit;
}
.input-group.valid .input-label {
  font-size: 12px;
  line-height: 16px;
  top: 2px;
}
.input[readonly] {
  border-color: #DEDEDE;
  background-color: #F2F2F2;
}
.input-remember {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 20px;
}
.input-remember-btn {
  text-decoration: underline;
  border: none;
  cursor: pointer;
  background-color: transparent;
}
.input-footer {
  padding-top: 10px;
}

.textarea {
  height: 190px;
  padding-top: 20px !important;
}
.textarea--min {
  height: 120px;
}

.checkbox {
  position: absolute;
  opacity: 0;
}
.checkbox:checked + .checkbox-text:before {
  background-color: var(--color-link);
  border-color: var(--color-link);
}
.checkbox:checked + .check-box__content {
  box-shadow: 0 0 0 1px var(--color-link);
}
.checkbox:checked + .check-box__content .check-box__title {
  color: var(--color-link);
}
.checkbox:checked + .check-box__content .check-box__title::before {
  box-shadow: inset 0 0 0 4px var(--color-link);
}
.checkbox-label {
  display: block;
  user-select: none;
}
.checkbox-label:hover .checkbox-text::before {
  border-color: var(--color-link);
}
.checkbox-text {
  position: relative;
  padding-left: 28px;
  cursor: pointer;
  display: block;
}
.checkbox-text a {
  color: currentColor;
  text-decoration: underline;
}
@media (max-width: 767px) {
  .checkbox-text {
    padding-left: 26px;
  }
}
.checkbox-text:before {
  content: "";
  position: absolute;
  width: 22px;
  height: 22px;
  border: 1px solid var(--color-dark);
  background: #fff url("data:image/svg+xml,%3Csvg width='12' height='10' viewBox='0 0 12 10' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M11 1L6.18781 7.15961C5.51966 8.01484 5.18558 8.44246 4.72584 8.46315C4.2661 8.48384 3.89496 8.08796 3.15269 7.2962L1 5' stroke='white' stroke-width='2' stroke-linecap='round'/%3E%3C/svg%3E") 50% no-repeat;
  border-radius: 4px;
  left: 0;
  top: 1px;
}
@media (max-width: 767px) {
  .checkbox-text:before {
    width: 18px;
    height: 18px;
  }
}

.select {
  appearance: none;
  -webkit-appearance: none;
}

.check-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}
@media (max-width: 1023px) {
  .check-grid {
    grid-template-columns: repeat(1, 1fr);
  }
}
.check-box {
  display: flex;
  user-select: none;
}
.check-box__content {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  background: #FFFFFF;
  border-radius: 10px;
  padding: 20px;
  gap: 15px;
  cursor: pointer;
}
.check-box__title {
  font-weight: 500;
  font-size: 18px;
  display: flex;
  gap: 12px;
  position: relative;
}
.check-box__title::before {
  content: "";
  width: 22px;
  height: 22px;
  border-radius: 50%;
  box-shadow: inset 0 0 0 1px var(--color-grey);
  flex-shrink: 0;
}

:root {
  --gutter: 10px;
  --gutter-site: 16px;
  --color-text: #18202E;
  --color-grey: #909090;
  --color-light: #F8F8F8;
  --color-link: #FF0283;
  --color-green: #46B03D;
  --color-yellow: #FFEE00;
  --color-dark: #1F293A;
  --font-size: 16px;
  --line-height: 24px;
  --header-height: 90px;
  --font-family: Inter, system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  --font-balloon: "Balloon", sans-serif;
  --heightCard: auto;
}
@media (max-width: 1023px) {
  :root {
    --header-height: 60px;
  }
}
@media (max-width: 767px) {
  :root {
    --header-height: 60px;
    --font-size: 14px;
    --line-height: 20px;
  }
}

body {
  height: 100vh;
  font-size: var(--font-size);
  line-height: var(--line-height);
  font-family: var(--font-family);
  color: var(--color-text);
  font-weight: 400;
  background-color: var(--color-light);
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
  overflow-x: hidden;
}
body.overflow-modal {
  overflow: hidden;
}

a {
  color: var(--color-link);
  text-decoration: none;
  outline: none;
}
a:hover {
  text-decoration: none;
}

h1 {
  font-weight: 700;
  font-size: 42px;
  line-height: 52px;
}
@media (max-width: 1023px) {
  h1 {
    font-size: 32px;
    line-height: 40px;
  }
}
@media (max-width: 767px) {
  h1 {
    font-size: 24px;
    line-height: 30px;
  }
}

h2 {
  font-size: 36px;
  line-height: 46px;
  font-weight: 700;
  margin-bottom: 20px;
}
@media (max-width: 1023px) {
  h2 {
    font-size: 28px;
    line-height: 34px;
  }
}
@media (max-width: 767px) {
  h2 {
    font-size: 20px;
    line-height: 28px;
  }
}

h3 {
  font-weight: 600;
  font-size: 24px;
  line-height: 32px;
  margin-bottom: 20px;
}
@media (max-width: 767px) {
  h3 {
    font-size: 18px;
    line-height: 26px;
  }
}

h4 {
  font-weight: 600;
  font-size: 18px;
  line-height: 26px;
  margin-bottom: 10px;
}
@media (max-width: 767px) {
  h4 {
    font-size: 16px;
    line-height: 22px;
  }
}

.wrapper {
  min-width: 320px;
  min-height: 100vh;
  position: relative;
  display: flex;
  flex-direction: column;
}
@media (max-width: 1023px) {
  .wrapper {
    overflow: hidden;
  }
}

.wrap {
  flex: 1 0 auto;
  position: relative;
  background-color: #fff;
  padding: 30px 0 40px;
}
@media (max-width: 767px) {
  .wrap {
    padding-top: 15px;
  }
}
.wrap--glass {
  background-color: transparent;
  padding-top: 0;
}

.offset-wrap {
  margin-bottom: -40px;
}

.header {
  position: relative;
  padding: 20px 0 30px;
  z-index: 10;
}
@media (max-width: 1023px) {
  .header {
    padding: 10px 0 15px;
  }
}
.header-main {
  background-color: #151C28;
  box-shadow: 0 0 2px rgba(0, 0, 0, 0.08), 0 2px 24px rgba(0, 0, 0, 0.08);
  border-radius: 10px;
  display: flex;
  align-items: center;
  line-height: 24px;
  gap: 30px;
  position: relative;
  z-index: 3;
}
@media (max-width: 1023px) {
  .header-main {
    justify-content: space-between;
    gap: 10px;
  }
}
.header-block {
  position: relative;
}

.logotype {
  margin-right: auto;
  flex-shrink: 0;
  display: block;
  margin-top: -4px;
  width: 217px;
}
@media (max-width: 1023px) {
  .logotype {
    width: 140px;
    margin: -4px auto 0;
  }
}

.header-menu-button {
  background-color: var(--color-dark);
  border-radius: 10px 0 0 10px;
  display: flex;
  cursor: pointer;
  width: 84px;
  height: var(--header-height);
  flex-shrink: 0;
  stroke: #fff;
  transition: background-color 0.15s, box-shadow 0.15s;
}
@media (max-width: 767px) {
  .header-menu-button {
    width: 50px;
  }
}
.header-menu-button:hover {
  background: #28354b;
}
.header-menu-button .m-close {
  display: none;
}
.header-menu-button svg {
  margin: auto;
  display: block;
}

.header-search {
  position: relative;
  max-width: 415px;
  flex-grow: 1;
  margin: 0 auto;
}
.header-search__form {
  position: relative;
}
.header-search__form svg {
  position: absolute;
  left: 15px;
  top: 13px;
  stroke: #fff;
  pointer-events: none;
}
@media (max-width: 767px) {
  .header-search__form svg {
    top: 12px;
    left: 10px;
    width: 20px;
    height: 20px;
  }
}
.header-search__input {
  width: 100%;
  height: 50px;
  display: block;
  border-radius: 10px;
  background-color: var(--color-dark);
  border: none;
  padding: 0 15px 0 50px;
  color: #fff;
  transition: background-color 0.15s;
}
.header-search__input:focus {
  background: #28354b;
}
@media (max-width: 767px) {
  .header-search__input {
    height: 44px;
    padding: 0 10px 0 40px;
  }
}

.header-basket {
  position: relative;
}
.header-basket__price {
  font-weight: 500;
  font-size: 14px;
  white-space: nowrap;
}
@media (max-width: 767px) {
  .header-basket__price {
    display: none;
  }
}
/*.header-basket__link {
  height: var(--header-height);
  padding: 0 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 5px;
  color: #fff;
  background: #1F293A;
  border-radius: 0 10px 10px 0;
  transition: background-color 0.15s;
}*/
/*@media (max-width: 767px) {
  .header-basket__link {
    width: 50px;
    padding: 0;
  }
}*/
/*.header-basket__link:hover {
  background: #28354b;
}
.header-basket__link svg {
  stroke: #fff;
}*/
.header-basket__count {
  background-color: var(--color-link);
  min-width: 18px;
  text-align: center;
  height: 18px;
  line-height: 18px;
  font-weight: 500;
  font-size: 12px;
  border-radius: 10px;
}
@media (max-width: 767px) {
  .header-basket__count {
    font-size: 0;
    width: 5px;
    height: 5px;
    min-width: auto;
    position: absolute;
    right: 16px;
    top: 20px;
  }
}

.header-user {
  display: flex;
  gap: 20px;
}
@media (max-width: 1023px) {
  .header-user {
    display: none;
    margin-left: auto;
    gap: 0;
  }
}
.header-user__item {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-shrink: 0;
  background-color: transparent;
  border: none;
  cursor: pointer;
  position: relative;
}
@media (min-width: 1024px) {
  .header-user__item:hover::before {
    background: #28354b;
  }
  .header-user__item::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    transform: scale(1.5);
    border-radius: 50%;
    z-index: -1;
    transition: background-color 0.15s;
  }
}
@media (max-width: 1023px) {
  .header-user__item {
    padding: 0 10px;
    height: var(--header-height);
  }
}
.header-user__item svg {
  stroke: #fff;
}

.header-city {
  cursor: pointer;
  display: flex;
  align-items: center;
  gap: 5px;
  color: #fff;
}
.header-city::after {
  content: "";
  width: 16px;
  height: 16px;
  flex-shrink: 0;
  background-image: url("data:image/svg+xml,%3Csvg width='16' height='16' viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M6 4L10 8L6 12' stroke='white' stroke-width='2'/%3E%3C/svg%3E");
}
.header-city__name {
  font-size: 14px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 120px;
}
.header-city svg {
  stroke: #fff;
}

.header-popup {
  position: absolute;
  width: 100%;
  background: #18202E;
  border-radius: 10px;
  left: 0;
  top: calc(100% + 5px);
  padding: 30px;
  color: #fff;
  display: none;
  z-index: 2;
}
@media (max-width: 1023px) {
  .header-popup {
    top: -10px;
    border-radius: 0 0 10px 10px;
    width: auto;
    left: calc(var(--gutter-site) * -1);
    right: calc(var(--gutter-site) * -1);
    padding: calc(var(--header-height) + 30px) var(--gutter-site) 30px;
  }
}
.header-popup__items {
  display: flex;
  flex-direction: column;
  gap: 40px;
}
@media (max-width: 767px) {
  .header-popup__items {
    gap: 20px;
  }
}
.header-popup__title {
  font-weight: 600;
  color: var(--color-yellow);
  margin-bottom: 10px;
}
@media (min-width: 768px) {
  .header-popup__title {
    font-size: 18px;
    margin-bottom: 20px;
  }
}

.header-menu {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
@media (max-width: 1023px) {
  .header-menu {
    flex-direction: column;
  }
}
.header-menu__item {
  display: block;
  color: #fff;
  background: #1F293A;
  border-radius: 10px;
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
  white-space: nowrap;
  padding: 12px 20px;
  transition: background-color 0.15s;
}
.header-menu__item:hover {
  background: #28354b;
}

.header-shop {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 10px;
}
@media (max-width: 1199px) {
  .header-shop {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (max-width: 1023px) {
  .header-shop {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 767px) {
  .header-shop {
    grid-template-columns: repeat(1, 1fr);
  }
}
.header-shop__item {
  background-color: var(--color-dark);
  border-radius: 10px;
  padding: 15px;
  display: flex;
  flex-direction: column;
  gap: 5px;
  transition: background-color 0.15s;
}
.header-shop__item:hover {
  background: #28354b;
}
.header-shop__title {
  font-weight: 700;
  font-size: 16px;
  text-transform: uppercase;
}
@media (max-width: 767px) {
  .header-shop__title {
    font-size: 14px;
  }
}
.header-shop__address {
  font-size: 14px;
  line-height: 20px;
  margin-bottom: 5px;
}
@media (max-width: 767px) {
  .header-shop__address {
    font-size: 12px;
  }
}
.header-shop__link {
  margin-top: auto;
  font-weight: 600;
  font-size: 14px;
  line-height: 20px;
}
@media (max-width: 767px) {
  .header-shop__link {
    font-size: 12px;
  }
}

.category {
  display: grid;
  grid-template-columns: repeat(8, 1fr);
  gap: 10px;
}
@media (max-width: 1199px) {
  .category {
    grid-template-columns: repeat(4, 1fr);
  }
}
@media (max-width: 767px) {
  .category {
    grid-template-columns: repeat(2, 1fr);
  }
}
/*.category-item {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  text-align: center;
  color: #fff;
  background-color: var(--color-dark);
  height: 240px;
  padding: 20px 15px;
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
  border-radius: 10px;
  overflow: hidden;
  position: relative;
  transition: background-color 0.15s;
}
.category-item:hover, .category-item.active {
  background: #28354b;
}*/

@media (max-width: 767px) {
  .category-item {
    height: 160px;
    font-size: 12px;
    line-height: 18px;
    padding: 10px;
  }
}
/*.category-item:hover {
  background: #28354b;
}*/
.category-item__image {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: 50% 0 no-repeat;
  background-size: auto 240px;
}
@media (max-width: 767px) {
  .category-item__image {
    background-size: auto 160px;
  }
}
.category-item__title {
  position: relative;
}

.header-category {
  margin-top: 5px;
  height: 40px;
}
.header-category .category {
  flex-grow: 1;
  flex-basis: 0;
}
.header-category .category-item {
  height: 40px;
  padding: 10px 15px;
}
.header-category .category-item__image {
  background-size: auto 100%;
  display: none;
}
.header-category .category-item__title {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.header-category .category-item:hover {
  height: 150px;
}
.header-category .category-item:hover .category-item__image {
  display: block;
}

.head {
  padding-bottom: 30px;
}
.head-title {
  font-weight: 700;
  font-size: 42px;
  line-height: 52px;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px 15px;
}
@media (max-width: 1023px) {
  .head-title {
    font-size: 32px;
    line-height: 40px;
  }
}
@media (max-width: 767px) {
  .head-title {
    font-size: 24px;
    line-height: 32px;
    gap: 10px;
    flex-wrap: wrap;
  }
}
.head-count {
  font-size: 12px;
  line-height: 16px;
  font-weight: normal;
  padding: 4px 8px;
  background-color: var(--color-grey);
  color: #fff;
  border-radius: 12px;
  margin-top: 4px;
  white-space: nowrap;
  align-self: center;
  text-align: center;
}
@media (max-width: 767px) {
  .head-count {
    padding: 2px 5px;
    font-size: 12px;
    line-height: 14px;
    min-width: 18px;
    margin-top: 2px;
  }
}
.head-count.active {
  background-color: var(--color-link);
}
@media (min-width: 768px) {
  .head-aside {
    margin-left: auto;
  }
}

.breadcrumbs {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 15px;
}
.breadcrumbs li {
  font-size: 14px;
  line-height: 20px;
  color: var(--color-grey);
}
@media (max-width: 767px) {
  .breadcrumbs li {
    font-size: 12px;
  }
}
.breadcrumbs li:not(:last-child)::after {
  content: "—";
  margin: 0 5px;
}
.breadcrumbs a:hover {
  text-decoration: underline;
}

.show-catalog .header-menu-button {
  background-color: var(--color-yellow);
  stroke: var(--color-text);
  box-shadow: 0 0 0 1px var(--color-yellow);
}
.show-catalog .header-menu-button .m-close {
  display: block;
}
.show-catalog .header-menu-button .m-open {
  display: none;
}
.show-catalog .header-popup {
  display: block;
}
@media (max-width: 1023px) {
  .show-catalog .logotype {
    display: none;
  }
  .show-catalog .header-user {
    display: flex;
  }
}

.footer {
  flex: 0 0 auto;
  position: relative;
  background-color: var(--color-text);
  color: #fff;
}
.footer-bottom {
  background-color: #151C28;
}
.footer-bottom__content {
  display: flex;
  justify-content: space-between;
  gap: 5px 20px;
  padding: 30px 0;
}
@media (max-width: 767px) {
  .footer-bottom__content {
    flex-direction: column;
    padding: 20px 0;
  }
}
.footer-bottom__text {
  font-size: 14px;
  line-height: 20px;
  color: var(--color-grey);
}
@media (max-width: 1023px) {
  .footer-bottom__text {
    font-size: 12px;
  }
}
.footer-bottom__text a {
  color: var(--color-grey);
}
.footer-bottom__text a:hover {
  text-decoration: underline;
}
.footer-bottom__text b {
  color: var(--color-link);
}
.footer-main {
  position: relative;
  padding: 50px 0 40px;
  background: url(/local/templates/oldNewTopSalut/assets/css/../img/footer-left.svg) 0 100% no-repeat, url(/local/templates/oldNewTopSalut/assets/css/../img/footer-right.svg) 100% 100% no-repeat;
}
@media (max-width: 1199px) {
  .footer-main {
    padding-top: 30px;
  }
}
@media (max-width: 1023px) {
  .footer-main {
    background-image: url(/local/templates/oldNewTopSalut/assets/css/../img/footer-left.svg);
  }
}
.footer-main__content {
  position: relative;
}
@media (max-width: 767px) {
  .footer-main__content {
    padding-bottom: 80px;
  }
}
.footer-logotype {
  margin-bottom: 50px;
}
@media (max-width: 767px) {
  .footer-logotype {
    margin-bottom: 30px;
    width: 160px;
  }
}
.footer-title {
  font-weight: 700;
  font-size: 18px;
  margin-bottom: 20px;
  color: var(--color-yellow);
}
@media (max-width: 767px) {
  .footer-title {
    font-size: 16px;
    margin-bottom: 10px;
  }
}
.footer-list {
  margin-bottom: 30px;
}
.footer-list li {
  margin-bottom: 20px;
}
@media (max-width: 767px) {
  .footer-list li {
    margin-bottom: 10px;
  }
}
.footer-list a {
  color: #fff;
}
.footer-list a:hover {
  text-decoration: underline;
}
@media (max-width: 1199px) {
  .footer-contact {
    columns: 2;
  }
}
@media (max-width: 767px) {
  .footer-contact {
    columns: auto;
  }
}
.footer-contact li {
  margin-bottom: 10px;
}
@media (max-width: 1199px) {
  .footer-social {
    position: absolute;
    right: 0;
    top: 10px;
  }
}
@media (max-width: 767px) {
  .footer-social {
    position: absolute;
    left: 0;
    top: auto;
    bottom: 0;
  }
}

.messenger {
  display: flex;
  flex-wrap: wrap;
  gap: 5px;
}
.messenger a {
  display: block;
  font-size: 14px;
  line-height: 20px;
  padding: 5px 15px;
  color: #fff;
  background-color: #151C28;
  border-radius: 15px;
  white-space: nowrap;
  user-select: none;
  transition: 0.15s;
}
.messenger a:hover {
  color: var(--color-text);
  background-color: var(--color-yellow);
}

.social {
  display: flex;
  gap: 10px;
}
.social-item {
  width: 44px;
  height: 44px;
  border-radius: 10px;
  background-color: var(--color-yellow);
  display: flex;
}
.social-item svg {
  fill: var(--color-text);
  margin: auto;
}

.showcase {
  position: relative;
  margin-top: -215px;
}
@media (max-width: 1199px) {
  .showcase {
    margin-top: -170px;
  }
}
@media (max-width: 1023px) {
  .showcase {
    margin-top: -100px;
  }
}
.showcase-slider .splide__arrows {
  position: absolute;
  left: 80px;
  right: 80px;
  top: 50%;
  justify-content: space-between;
}
.showcase-slider .splide__pagination {
  position: absolute;
  left: 0;
  bottom: 10px;
  width: 100%;
}
@media (min-width: 1024px) {
  .showcase-slider .splide__pagination {
    display: none;
  }
}
.showcase-slide {
  position: relative;
  height: 940px;
  display: flex;
  align-items: center;
  padding: 150px 0 230px;
  background: 50% no-repeat;
  background-size: cover;
}
@media (max-width: 1199px) {
  .showcase-slide {
    height: 500px;
    padding: 80px 0 40px;
  }
}
@media (max-width: 767px) {
  .showcase-slide {
    height: 350px;
  }
}
.showcase-content {
  max-width: 480px;
}
.showcase-content__title {
  font-weight: 700;
  font-size: 48px;
  line-height: 58px;
  margin-bottom: 20px;
}
@media (max-width: 1023px) {
  .showcase-content__title {
    font-size: 36px;
    line-height: 44px;
  }
}
@media (max-width: 767px) {
  .showcase-content__title {
    font-size: 28px;
    line-height: 34px;
    margin-bottom: 10px;
  }
}
.showcase-content__text {
  font-weight: 500;
}
@media (min-width: 768px) {
  .showcase-content__text {
    font-size: 18px;
    line-height: 26px;
  }
}
.showcase-content__footer {
  margin-top: 30px;
}
@media (max-width: 767px) {
  .showcase-content__footer {
    margin-top: 20px;
  }
}
.showcase-category {
  margin-top: 15px;
}
@media (min-width: 1200px) {
  .showcase-category {
    position: absolute;
    left: 0;
    width: 100%;
    bottom: 30px;
  }
}
@media (min-width: 1200px) {
  .showcase-slider--single .showcase-slide {
    padding-bottom: 150px;
  }
}
@media (min-width: 1024px) {
  .showcase-slider--single .showcase-panel {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-direction: row-reverse;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 20px;
    z-index: 1;
  }
  .showcase-slider--single .splide__pagination {
    display: flex;
    position: static;
    width: auto;
  }
  .showcase-slider--single .splide__arrows {
    position: static;
  }
}

.white-block {
  background: url(/local/templates/oldNewTopSalut/assets/css/../img/fireworks-light-left.svg) 0 20px repeat-y, url(/local/templates/oldNewTopSalut/assets/css/../img/fireworks-light-right.svg) 100% 20px repeat-y, #fff;
}

.light-block {
  background: url(/local/templates/oldNewTopSalut/assets/css/../img/fireworks-white-left.svg) 0 20px repeat-y, url(/local/templates/oldNewTopSalut/assets/css/../img/fireworks-white-right.svg) 100% 20px repeat-y, #F8F8F8;
}

.dark-block {
  background: url(/local/templates/oldNewTopSalut/assets/css/../img/fireworks-dark-left.svg) 0 20px repeat-y, url(/local/templates/oldNewTopSalut/assets/css/../img/fireworks-dark-right.svg) 100% 20px repeat-y, #151C28;
  color: #fff;
}

.yellow-block {
  background: url(/local/templates/oldNewTopSalut/assets/css/../img/fireworks-white-left.svg) 0 20px repeat-y, url(/local/templates/oldNewTopSalut/assets/css/../img/fireworks-white-right.svg) 100% 20px repeat-y, var(--color-yellow);
}

.offset {
  padding-top: 40px;
  padding-bottom: 50px;
}
@media (max-width: 767px) {
  .offset {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}
.offset-bottom {
  padding-bottom: 50px;
}
@media (max-width: 767px) {
  .offset-bottom {
    padding-bottom: 30px;
  }
}
.offset-top {
  padding-top: 40px;
}
@media (max-width: 767px) {
  .offset-top {
    padding-top: 40px;
  }
}

.header-head {
  display: flex;
  align-items: center;
  gap: 10px 60px;
  margin-bottom: 30px;
}
@media (max-width: 1023px) {
  .header-head {
    gap: 10px 20px;
    flex-wrap: wrap;
  }
}
@media (max-width: 767px) {
  .header-head {
    margin-bottom: 15px;
  }
}
.header-head__title {
  font-weight: 700;
  font-size: 42px;
  line-height: 48px;
}
@media (max-width: 1023px) {
  .header-head__title {
    font-size: 32px;
    line-height: 40px;
    width: 100%;
  }
}
@media (max-width: 767px) {
  .header-head__title {
    font-size: 24px;
    line-height: 32px;
  }
}
.header-head__title.small {
  font-size: 36px;
  line-height: 46px;
}
@media (max-width: 1023px) {
  .header-head__title.small {
    font-size: 28px;
    line-height: 34px;
  }
}
@media (max-width: 767px) {
  .header-head__title.small {
    font-size: 20px;
    line-height: 28px;
  }
}
.header-head__tabs {
  display: flex;
  gap: 0 30px;
}
@media (max-width: 767px) {
  .header-head__tabs {
    gap: 0 15px;
    overflow: hidden;
    overflow-x: auto;
    margin-right: auto;
  }
}
.header-head__tabs li {
  cursor: pointer;
  font-weight: 600;
  font-size: 18px;
  display: flex;
  gap: 5px;
  white-space: nowrap;
  border-bottom: 2px solid transparent;
  padding-bottom: 2px;
}
.header-head__tabs li a {
  color: inherit;
}
@media (max-width: 767px) {
  .header-head__tabs li {
    font-size: 14px;
  }
}
.header-head__tabs li.active {
  border-bottom-color: var(--color-link);
}
.header-head__tabs li.active .header-head__count {
  display: none;
}
.header-head__count {
  background-color: var(--color-link);
  color: #fff;
  font-size: 12px;
  line-height: 16px;
  align-self: center;
  padding: 2px 8px;
  border-radius: 10px;
}
.header-head__count.white {
  background-color: #fff;
  color: var(--color-link);
}
.header-head__aside {
  font-weight: 600;
}
@media (min-width: 768px) {
  .header-head__aside {
    margin-left: auto;
    font-size: 18px;
  }
}
.header-head__aside a:hover {
  text-decoration: underline;
}

.advantages {
  background-color: #fff;
  border-radius: 10px;
  padding: 20px;
  min-height: 100%;
}
@media (max-width: 767px) {
  .advantages {
    padding: 10px;
  }
}
.advantages-icon {
  width: 70px;
  height: 70px;
  border-radius: 50%;
  margin-bottom: 20px;
  background-color: var(--color-yellow);
  display: flex;
  align-items: center;
  padding-left: 20px;
}
.advantages-icon img {
  width: 50px;
  flex-shrink: 0;
  max-width: none;
}
@media (max-width: 767px) {
  .advantages-icon {
    width: 50px;
    height: 50px;
    margin-bottom: 10px;
  }
  .advantages-icon img {
    width: 36px;
  }
}
.advantages-title {
  font-weight: 600;
  margin-bottom: 10px;
  word-break: break-word;
}
@media (max-width: 767px) {
  .advantages-title {
    margin-bottom: 5px;
  }
}
.advantages-text {
  font-size: 14px;
  line-height: 20px;
}
@media (max-width: 767px) {
  .advantages-text {
    font-size: 12px;
    line-height: 18px;
  }
}
.advantages-columns {
  gap: 20px 0;
}

.article {
  position: relative;
  background-color: #fff;
  box-shadow: 0 0 2px rgba(0, 0, 0, 0.08), 0 2px 24px rgba(0, 0, 0, 0.08);
  border-radius: 6px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  min-height: calc(100% - 20px);
  margin-bottom: 20px;
}
.article-image {
  padding-bottom: 70%;
  position: relative;
  background: 50% 0 no-repeat;
  background-size: cover;
}
.article-content {
  padding: 20px;
  display: flex;
  flex-direction: column;
  gap: 10px;
  flex-grow: 1;
}
.article-title {
  font-weight: 600;
  font-size: 18px;
  line-height: 26px;
}
.article-text {
  -webkit-line-clamp: 2;
  display: -webkit-box;
  overflow: hidden;
  -webkit-box-orient: vertical;
}
.article-date {
  padding-top: 10px;
  margin-top: auto;
  font-size: 12px;
  line-height: 16px;
  color: var(--color-grey);
}

.sticker {
  font-size: 12px;
  line-height: 16px;
  color: #fff;
  padding: 4px 10px;
  border-radius: 12px;
  font-weight: normal;
  background-color: var(--color-grey);
}
@media (min-width: 768px) {
  .sticker--large {
    font-size: 14px;
    padding: 7px 12px;
    border-radius: 15px;
  }
}
@media (max-width: 767px) {
  .sticker {
    font-size: 10px;
    padding: 3px 6px;
  }
}
.sticker--new {
  background-color: #4BDFAA;
}
.sticker--hit {
  background-color: #FF8A00;
}
.sticker--action {
  background-color: var(--color-yellow);
  color: var(--color-text);
}
.sticker--sale {
  background-color: #FFE7EF;
  color: var(--color-link);
}
.sticker-list {
  display: flex;
  flex-wrap: wrap;
  position: absolute;
  top: 20px;
  left: 20px;
  pointer-events: none;
  gap: 5px;
  z-index: 2;
}
.sticker-list--normal {
  position: static;
}

.shops {
  display: flex;
  position: relative;
  border-radius: 10px;
  overflow: hidden;
  --height-shops: 550px;
}
@media (max-width: 1023px) {
  .shops {
    --height-shops: 400px;
    flex-direction: column;
  }
}
@media (max-width: 767px) {
  .shops {
    --height-shops: 300px;
  }
}
.shops-aside {
  width: 420px;
  flex-shrink: 0;
  display: flex;
  padding: 5px;
  flex-direction: column;
  height: var(--height-shops);
  background-color: #fff;
}
@media (max-width: 1023px) {
  .shops-aside {
    width: auto;
    order: 1;
  }
}
.shops-content {
  width: 100%;
  height: var(--height-shops);
  position: relative;
  background-color: #E8E8E8;
}
.shops-cites {
  padding: 15px 15px 15px;
  display: flex;
  flex-wrap: wrap;
  gap: 5px;
}
.shops-cites--select {
  padding: 0;
}
.shops-cites__item {
  background-color: var(--color-light);
  font-size: 14px;
  line-height: 20px;
  border: none;
  cursor: pointer;
  white-space: nowrap;
  padding: 5px 15px;
  border-radius: 15px;
  color: var(--color-text);
}
@media (max-width: 767px) {
  .shops-cites__item {
    font-size: 12px;
    line-height: 18px;
    padding: 4px 10px;
  }
}
.shops-cites__item.active {
  background-color: var(--color-text);
  color: #fff;
}
.shops-list {
  height: 100%;
  overflow-y: auto;
  padding: 0 15px 10px;
}
.shops-list::-webkit-scrollbar-track {
  background-color: var(--color-light);
  border-radius: 3px;
}
.shops-list::-webkit-scrollbar {
  width: 6px;
  cursor: pointer;
}
.shops-list::-webkit-scrollbar-thumb {
  border-radius: 3px;
  background-color: var(--color-grey);
}
.shops-item {
  margin-bottom: 5px;
  background: var(--color-light);
  border-radius: 10px;
  padding: 15px;
  font-size: 14px;
  line-height: 20px;
}
@media (max-width: 767px) {
  .shops-item {
    font-size: 12px;
    line-height: 18px;
  }
}
.shops-item__title {
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 5px;
}
@media (max-width: 767px) {
  .shops-item__title {
    font-size: 14px;
  }
}
.shops-item__address {
  margin-bottom: 5px;
}
.shops-item__link {
  font-weight: 600;
  color: var(--color-link);
  cursor: pointer;
}

.about-block {
  gap: 20px 0;
}
@media (min-width: 768px) {
  .about-block__text {
    font-size: 18px;
    line-height: 26px;
  }
}
.about-block__logo {
  margin-top: 20px;
}
@media (max-width: 767px) {
  .about-block__logo {
    width: 170px;
  }
}
.about-block p {
  margin-bottom: 20px;
}

.reviews {
  position: relative;
  margin: 20px 0;
  background-color: #F8F8F8;
  box-shadow: 0 0 2px rgba(0, 0, 0, 0.08), 0 2px 24px rgba(0, 0, 0, 0.08);
  border-radius: 6px;
  min-height: calc(100% - 40px);
  display: flex;
  flex-direction: column;
  padding: 20px;
  gap: 20px;
}
.reviews--dark {
  background-color: var(--color-dark);
  color: #fff;
}
.reviews-header {
  display: flex;
  justify-content: flex-end;
}
.reviews-rating {
  font-size: 14px;
  line-height: 20px;
  gap: 8px;
  display: flex;
  white-space: nowrap;
}
.reviews-rating.empty {
  filter: grayscale(100%);
  color: var(--color-grey);
}
.reviews-name {
  font-weight: 600;
  margin-bottom: 10px;
}
.reviews-text {
  flex-grow: 1;
}
.reviews-date {
  font-size: 14px;
  line-height: 20px;
  color: var(--color-grey);
}
.reviews-status {
  position: absolute;
  left: 20px;
  top: -20px;
  background: var(--color-yellow);
  width: 60px;
  height: 60px;
  border-radius: 50%;
  display: flex;
}
.reviews-status img {
  margin: auto;
}
.reviews-panel {
  position: relative;
}
.reviews-add {
  font-weight: 600;
  font-size: 18px;
  color: var(--color-link);
  cursor: pointer;
  display: inline-flex;
  margin-bottom: 20px;
}
@media (min-width: 1024px) {
  .reviews-add {
    position: absolute;
    right: 0;
    margin-bottom: 0;
    bottom: calc(100% + 34px);
  }
}

.rating {
  width: 100px;
  height: 20px;
  position: relative;
  flex-shrink: 0;
  background-image: url(/local/templates/oldNewTopSalut/assets/css/../img/star.svg);
}
.rating span {
  display: block;
  height: 20px;
  background-image: url(/local/templates/oldNewTopSalut/assets/css/../img/star.svg);
  background-position: 0 -20px;
}

.element {
  position: relative;
  margin-bottom: 20px;
  display: flex;
  min-height: calc(100% - 20px);
  height: var(--heightCard);
}
.element-slider .splide__track {
  z-index: 3;
}
@media (min-width: 1024px) {
  .element.hover {
    z-index: 5;
  }
  .element.hover .element-image__arrow,
  .element.hover .element-footer {
    display: block;
  }
  .element.hover .element-image {
    height: 295px;
  }
  .element.hover .element-block {
    position: absolute;
    left: -10px;
    right: -10px;
    width: auto;
    top: -10px;
    min-height: 100%;
  }
  .element.hover .element-info li:nth-child(n+5) {
    display: block;
  }
}
.element-block {
  width: 100%;
  background: #FFFFFF;
  box-shadow: 0 0 2px rgba(0, 0, 0, 0.08), 0 2px 24px rgba(0, 0, 0, 0.08);
  border-radius: 6px;
  padding: 20px;
  display: flex;
  flex-direction: column;
}
.element-image {
  height: 275px;
  position: relative;
  display: flex;
  margin-bottom: 20px;
}
@media (max-width: 767px) {
  .element-image {
    height: 240px;
  }
}
.element-image__item {
  margin: auto;
  display: none;
  max-height: 100%;
}

.element-image__item.current {
  display: block;
}
.element-image__arrow {
  position: absolute;
  top: 50%;
  width: 24px;
  height: 24px;
  margin-top: -12px;
  border: none;
  background: #fff url("data:image/svg+xml,%3Csvg width='9' height='14' viewBox='0 0 9 14' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M8 1L2 7L8 13' stroke='%23909090' stroke-width='2'/%3E%3C/svg%3E") 50% no-repeat;
  cursor: pointer;
  z-index: 2;
  display: none;
}
.element-image__arrow.prev {
  left: -12px;
}
.element-image__arrow.next {
  right: -12px;
  transform: scaleX(-1);
}
.element-footer {
  margin-top: 10px;
}
@media (min-width: 1024px) {
  .element-footer {
    margin-top: 20px;
    display: none;
  }
}
.element-footer__row {
  display: flex;
  gap: 10px;
}
.element-btn-icon {
  width: 40px;
  height: 44px;
  border: none;
  cursor: pointer;
  background: transparent;
  display: flex;
  border-radius: 6px;
  transition: background-color 0.15s;
  color: var(--color-grey);
}
.element-btn-icon.active {
  color: var(--color-link);
}
.element-btn-icon svg {
  margin: auto;
  stroke: currentColor;
}
.element-btn-icon:hover {
  background-color: var(--color-light);
}
.element-title {
  font-weight: 700;
  margin-bottom: 10px;
  text-transform: uppercase;
  flex-grow: 1;
}
.element-title a {
  color: var(--color-text);
  display: block;
  transition: color 0.15s;
}
.element-title a:hover {
  color: var(--color-link);
}
.element-price {
  display: flex;
  gap: 10px;
  margin-bottom: 15px;
}
.element-info {
  display: flex;
  flex-wrap: wrap;
  gap: 5px;
  margin-bottom: 15px;
}
@media (max-width: 767px) {
  .element-info {
    margin-bottom: 10px;
  }
}
.element-info li {
  padding: 5px;
  white-space: nowrap;
  font-size: 12px;
  line-height: 16px;
  background: var(--color-light);
  border-radius: 6px;
  text-align: center;
}
@media (max-width: 767px) {
  .element-info li {
    font-size: 10px;
  }
}
.element-info li:nth-child(n+5) {
  display: none;
}
.element-info li span {
  display: block;
  font-size: 14px;
  line-height: 20px;
  font-weight: bold;
}
@media (max-width: 767px) {
  .element-info li span {
    font-size: 12px;
  }
}

.price {
  font-weight: 700;
  font-size: 18px;
  white-space: nowrap;
}
@media (max-width: 767px) {
  .price {
    font-size: 16px;
  }
}
.price--new {
  color: var(--color-link);
}
.price--old {
  font-size: 14px;
  color: var(--color-grey);
  text-decoration: line-through;
  font-weight: normal;
}
@media (max-width: 767px) {
  .price--old {
    font-size: 12px;
  }
}

.map {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}

@media (max-width: 1199px) {
  .filter {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 100;
  }
  .filter:not(.show) {
    display: none;
  }
  .filter-overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background-color: rgba(0, 0, 0, 0.4);
  }
}
.filter-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px 20px 0;
}
.filter-return {
  cursor: pointer;
  font-weight: 600;
  font-size: 14px;
  line-height: 20px;
  color: var(--color-link);
  display: flex;
  align-items: center;
}
.filter-return svg {
  stroke: currentColor;
}
.filter-block {
  background-color: #F8F8F8;
  position: relative;
  border-radius: 6px;
}
@media (max-width: 1199px) {
  .filter-block {
    height: 100%;
    border-radius: 0;
    overflow-y: auto;
    max-width: 324px;
    z-index: 2;
  }
}
.filter-item {
  padding: 20px;
}
.filter-item:not(:last-child) {
  border-bottom: 1px solid #EAEAEA;
}
.filter-item__title {
  font-weight: 600;
  font-size: 18px;
  display: flex;
  cursor: pointer;
  gap: 5px;
}
.filter-item__title.active::after {
  transform: none;
}
@media (max-width: 767px) {
  .filter-item__title {
    font-size: 16px;
  }
}
.filter-item__title::after {
  content: "";
  width: 24px;
  height: 24px;
  flex-shrink: 0;
  background: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M18 15L12 9L6 15' stroke='%23151C28' stroke-width='2'/%3E%3C/svg%3E") 50% no-repeat;
  transform: rotate(180deg);
}
@media (max-width: 767px) {
  .filter-item__title::after {
    width: 20px;
    height: 20px;
  }
}
.filter-item__content {
  padding-top: 16px;
  display: none;
}
.filter-item__list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 12px;
}
.filter-field {
  display: flex;
  gap: 10px;
  align-items: center;
}
.filter-field .input-group {
  margin-bottom: 0;
}

.noUi-base {
  position: relative;
  height: 2px;
  background-color: #EAEAEA;
  border-radius: 1px;
  margin: 24px 10px 0;
}
.noUi-connects {
  position: relative;
  height: 2px;
  overflow: hidden;
  z-index: 0;
}
.noUi-connect {
  background-color: red;
  border-radius: 1px;
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  width: 100%;
  transform-origin: 0 0;
}
.noUi-origin {
  position: absolute;
  width: 100%;
  top: 0;
  right: 0;
  transform-origin: 0 0;
}
.noUi-handle {
  width: 20px;
  height: 20px;
  position: absolute;
  right: -10px;
  top: -10px;
  border: 2px solid var(--color-grey);
  border-radius: 50%;
  background-color: #fff;
}
.noUi-touch-area {
  height: 100%;
  width: 100%;
  touch-action: none;
}

.pagination {
  display: flex;
  gap: 10px;
}
.pagination-item {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 44px;
  height: 44px;
  border-radius: 10px;
  background-color: var(--color-light);
  color: var(--color-text);
  font-size: 14px;
}
.pagination-item svg {
  stroke: currentColor;
}
.pagination-item.active {
  background-color: var(--color-text);
  color: #fff;
}
.pagination-block {
  margin-top: 20px;
  display: flex;
  gap: 10px 20px;
  justify-content: space-between;
}
@media (max-width: 767px) {
  .pagination-block {
    flex-direction: column;
  }
}
.pagination--dark .pagination-item {
  background-color: var(--color-dark);
  color: #fff;
}
.pagination--dark .pagination-item.active {
  background-color: #fff;
  color: var(--color-dark);
}

.catalog-panel {
  position: relative;
  border-radius: 10px;
  background-color: var(--color-light);
  margin-bottom: 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 13px 20px;
}
@media (min-width: 1200px) {
  .catalog-panel {
    padding: 0;
    margin-bottom: 0;
  }
}

.filter-button {
  display: flex;
  align-items: center;
  border-radius: 6px;
  cursor: pointer;
  gap: 5px;
  font-weight: 500;
  color: var(--color-text);
}
@media (min-width: 1200px) {
  .filter-button {
    display: none;
  }
}
.filter-button svg {
  stroke: currentColor;
}
.filter-button__count {
  background-color: var(--color-link);
  min-width: 18px;
  text-align: center;
  height: 18px;
  line-height: 18px;
  font-weight: 500;
  font-size: 12px;
  border-radius: 10px;
  color: #fff;
  flex-shrink: 0;
}

.sort {
  display: flex;
  align-items: center;
  gap: 5px;
  position: relative;
  margin-left: auto;
}
@media (min-width: 1200px) {
  .sort {
    position: absolute;
    right: 0;
    bottom: calc(100% + 70px);
  }
}
.sort-popup {
  position: absolute;
  right: 0;
  top: calc(100% + 5px);
  background-color: #fff;
  box-shadow: 0 0 2px rgba(0, 0, 0, 0.08), 0 2px 24px rgba(0, 0, 0, 0.08);
  border-radius: 6px;
  padding: 10px 0;
  z-index: 10;
}
.sort-popup:not(.show) {
  display: none;
}
.sort-popup a {
  display: block;
  padding: 8px 20px;
  white-space: nowrap;
  color: var(--color-text);
}
.sort-popup a:hover {
  background-color: var(--color-light);
}
.sort svg {
  stroke: var(--color-text);
  transform: rotate(90deg);
}
.sort-name {
  color: var(--color-grey);
}
@media (max-width: 767px) {
  .sort-name {
    display: none;
  }
}
.sort-title {
  cursor: pointer;
  font-weight: 500;
}

.card-columns {
  gap: 20px 0;
  margin-bottom: 40px;
}
.card-image {
  border-radius: 10px;
  border: 1px solid var(--color-light);
  padding: 20px;
  display: flex;
  gap: 20px;
}
@media (max-width: 767px) {
  .card-image {
    padding: 12px;
  }
  .card-image .splide__pagination {
    margin-top: 10px;
  }
}
.card-image .sticker-list {
  left: 0;
  top: 0;
}
.card-image__aside {
  width: 100px;
  flex-shrink: 0;
}
@media (max-width: 767px) {
  .card-image__aside {
    display: none;
  }
}
.card-image__content {
  width: 100%;
  min-width: 0;
  position: relative;
}
.card-image__slide {
  height: 480px;
  display: flex;
}
@media (max-width: 767px) {
  .card-image__slide {
    height: 240px;
  }
}
.card-image__slide img {
  margin: auto;
  max-height: 100%;
}
.card-preview {
  max-height: 480px;
  overflow: hidden;
  overflow-y: auto;
}
.card-preview li {
  margin-bottom: 10px;
  width: 100px;
  height: 100px;
  border: 1px solid transparent;
  display: flex;
  cursor: pointer;
  border-radius: 10px;
  overflow: hidden;
}
.card-preview li.active {
  border-color: var(--color-link);
}
.card-preview li img {
  margin: auto;
  max-height: 100%;
}
.card-video {
  position: absolute;
  right: 0;
  top: 0;
  width: 54px;
  height: 54px;
  background-color: var(--color-light);
  border-radius: 10px;
  display: flex;
  color: var(--color-grey);
  transition: 0.15s;
  z-index: 5;
}
@media (max-width: 767px) {
  .card-video {
    width: 24px;
    height: 24px;
    background-color: #fff;
  }
}
.card-video:hover {
  background-color: var(--color-link);
  color: #fff;
}
.card-video svg {
  margin: auto;
  stroke: currentColor;
}
.card-block {
  background: #FFFFFF;
  box-shadow: 0 0 2px rgba(0, 0, 0, 0.08), 0 2px 24px rgba(0, 0, 0, 0.08);
  border-radius: 10px;
  padding: 40px;
  min-height: 100%;
  display: flex;
  flex-direction: column;
  gap: 20px;
}
@media (max-width: 767px) {
  .card-block {
    padding: 15px;
    gap: 15px;
  }
}
.card-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px 20px;
}
@media (max-width: 767px) {
  .card-header {
    flex-direction: column;
    align-items: normal;
  }
}
.card-available {
  display: flex;
  align-items: center;
  gap: 10px;
  color: var(--color-green);
  font-size: 14px;
}
.card-available::before {
  content: "";
  width: 18px;
  height: 18px;
  flex-shrink: 0;
  border-radius: 50%;
  background: var(--color-green) url("data:image/svg+xml,%3Csvg width='10' height='8' viewBox='0 0 10 8' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 4L2.45139 5.45139C3.17549 6.17549 3.53755 6.53755 3.97812 6.51756C4.41869 6.49758 4.74647 6.10423 5.40205 5.31754L9 1' stroke='white' stroke-width='2' stroke-linecap='round'/%3E%3C/svg%3E") 50% no-repeat;
}
.card-params {
  display: flex;
  flex-direction: column;
  gap: 10px;
  color: var(--color-grey);
}
@media (max-width: 767px) {
  .card-params {
    gap: 5px;
  }
}
.card-params span {
  font-weight: 500;
  color: var(--color-text);
}
.card-params--white span {
  color: #fff;
}
.card-info {
  display: flex;
  gap: 10px;
}
.card-info__list {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
.card-info__list li {
  border-radius: 10px;
  padding: 10px 20px;
  white-space: nowrap;
  background-color: var(--color-light);
  text-align: center;
}
.card-info__list li:not(.more):nth-child(n+5) {
  display: none;
}
@media (max-width: 767px) {
  .card-info__list li {
    padding: 4px 8px;
  }
}
.card-info__list li.more {
  cursor: pointer;
}
.card-info__list li.more svg {
  display: block;
  margin: 0 auto;
  stroke: var(--color-text);
  transform: rotate(90deg);
}
.card-info__list li span {
  display: block;
  font-weight: 700;
}
.card-info__list.active li:not(.more):nth-child(n+5) {
  display: block;
}
.card-footer {
  display: flex;
  gap: 10px 20px;
}
@media (max-width: 767px) {
  .card-footer {
    flex-direction: column;
  }
}
.card-footer__list {
  display: flex;
  gap: 10px;
  position: relative;
}
@media (max-width: 767px) {
  .card-footer__list {
    order: 1;
  }
  .card-footer__list .btn {
    flex-grow: 1;
    flex-basis: 0;
  }
}
@media (max-width: 1023px) {
  .card-colors {
    margin-top: 20px;
  }
}

.colors {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
.colors-item {
  min-width: 140px;
  height: 40px;
  border-radius: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  padding: 0 15px;
  background-color: var(--color-grey);
  font-weight: 500;
  font-size: 14px;
}
@media (max-width: 767px) {
  .colors-item {
    min-width: 100px;
    height: 30px;
    font-size: 12px;
  }
}
.colors-item--white {
  background-color: #FFFFFF;
  color: var(--color-text);
}
.colors-item--yellow {
  background-color: #FFEE00;
  color: var(--color-text);
}
.colors-item--red {
  background-color: #FF0202;
}
.colors-item--purple {
  background-color: #8B50EC;
}
.colors-item--green {
  background-color: #46B03D;
}
.colors-item--blue {
  background-color: #3662FF;
}
.colors-item--gold {
  background-color: #D49954;
}
.colors-item--silver {
  background-color: #B1B1B1;
}

.shared-popup {
  position: absolute;
  right: 0;
  bottom: calc(100% + 10px);
  background-color: #fff;
  box-shadow: 0 0 2px rgba(0, 0, 0, 0.08), 0 2px 24px rgba(0, 0, 0, 0.08);
  border-radius: 6px;
  padding: 10px;
  z-index: 10;
}
.shared-popup:not(.show) {
  display: none;
}

.likely {
  display: flex;
  gap: 5px;
}
.likely__widget {
  width: 34px;
  height: 34px;
  background-color: var(--color-text);
  border-radius: 4px;
  display: flex;
  cursor: pointer;
}
.likely__widget_twitter {
  background-color: #00ACED;
}
.likely__widget_vkontakte {
  background-color: #0077FF;
}
.likely__widget_odnoklassniki {
  background-color: #EB722E;
}
.likely__widget_telegram {
  background-color: #64A9DC;
}
.likely__widget_whatsapp {
  background-color: #65BC54;
}
.likely__widget_viber {
  background-color: #7B519D;
}
.likely__icon {
  margin: auto;
  display: flex;
}
.likely__icon svg {
  width: 20px;
  height: 20px;
  fill: #fff;
}

.card-buy {
  display: flex;
  align-items: center;
  gap: 10px 30px;
  padding: 20px 0;
  border-top: 1px solid var(--color-light);
  border-bottom: 1px solid var(--color-light);
}
@media (max-width: 767px) {
  .card-buy {
    flex-direction: column;
    align-items: normal;
    padding: 15px 0;
  }
  .card-buy .value {
    width: 100%;
  }
}
@media (min-width: 768px) {
  .card-buy .price {
    font-size: 20px;
  }
  .card-buy .price--old {
    font-size: 16px;
  }
}
@media (max-width: 767px) {
  .card-buy__price {
    display: flex;
    gap: 10px;
  }
  .card-buy__price .price--old {
    order: 1;
  }
}
.card-buy__pin {
  width: 24px;
  height: 24px;
  border-radius: 50%;
  background-color: var(--color-light);
  display: flex;
}
.card-buy__pin svg {
  margin: auto;
  stroke: var(--color-grey);
}

.value {
  width: 162px;
  position: relative;
  flex-shrink: 0;
}
.value-input {
  width: 100%;
  height: 50px;
  border: 1px solid var(--color-text);
  text-align: center;
  border-radius: 6px;
  display: block;
}
.value-btn {
  position: absolute;
  width: 48px;
  height: 48px;
  display: flex;
  top: 1px;
  border-radius: 6px;
  cursor: pointer;
  transition: background-color 0.15s;
}
.value-btn.minus {
  left: 1px;
}
.value-btn.plus {
  right: 1px;
}
.value-btn:hover {
  background-color: var(--color-light);
}
.value-btn svg {
  margin: auto;
  stroke: var(--color-text);
}

.video-frame {
  position: relative;
  padding-bottom: 56.8%;
  margin-bottom: 20px;
}
.video-frame iframe {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  border: none;
}

.certificate {
  display: flex;
  min-height: calc(100% - 20px);
  margin-bottom: 20px;
}
.certificate img {
  margin: auto;
  max-height: 100%;
}

.order-column {
  margin-bottom: 30px;
}
.order-final {
  background-color: #FFE6F3;
  border-radius: 10px;
  padding: 30px;
  display: flex;
  gap: 20px;
}
@media (max-width: 767px) {
  .order-final {
    flex-direction: column;
  }
}
.order-final__content {
  width: 100%;
}
@media (min-width: 768px) {
  .order-final__aside {
    width: 285px;
    flex-shrink: 0;
  }
}
.order-list {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.order-list li {
  font-weight: 500;
  font-size: 18px;
  line-height: 26px;
}
@media (max-width: 767px) {
  .order-list li {
    font-size: 16px;
  }
}
.order-list li b {
  color: var(--color-link);
  font-weight: 600;
}

.basket {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.basket-item {
  background: var(--color-light);
  border-radius: 10px;
  padding: 20px;
  display: flex;
  gap: 20px;
}
@media (max-width: 767px) {
  .basket-item {
    flex-wrap: wrap;
  }
}
.basket-image {
  width: 160px;
  flex-shrink: 0;
}
@media (max-width: 767px) {
  .basket-image {
    width: 150px;
  }
}
.basket-image img {
  border-radius: 6px;
  display: block;
}
.basket-aside {
  width: 72px;
  border-left: 1px solid #DEDEDE;
  padding-left: 28px;
  flex-shrink: 0;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
@media (max-width: 767px) {
  .basket-aside {
    border: none;
    width: 44px;
    padding-left: 0;
    margin-left: auto;
  }
}
.basket-content {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 20px;
}
@media (max-width: 767px) {
  .basket-content {
    order: 1;
  }
}
.basket-title {
  font-weight: 700;
  font-size: 18px;
  margin-bottom: 10px;
  display: block;
  color: var(--color-text);
}
.basket-top {
  display: flex;
  gap: 20px;
}
@media (max-width: 1199px) {
  .basket-top {
    flex-direction: column;
  }
}
@media (min-width: 768px) {
  .basket-bottom {
    width: fit-content;
  }
}
.basket-value__title {
  color: var(--color-grey);
  margin-bottom: 10px;
}
.basket-value__list {
  display: flex;
  gap: 10px 20px;
}
@media (max-width: 767px) {
  .basket-value__list {
    flex-direction: column;
  }
}
.basket-value__list li {
  width: 200px;
}
.basket-value__list li:first-child, .basket-value__list li:last-child {
  width: 110px;
  flex-shrink: 0;
}
@media (max-width: 1023px) {
  .basket-value__list li:nth-child(2) {
    width: 160px;
  }
}

.contact-box {
  padding: 40px;
  border-radius: 10px;
  background-color: #fff;
}
.contact-box--shadow {
  box-shadow: 0 0 2px rgba(0, 0, 0, 0.08), 0 2px 24px rgba(0, 0, 0, 0.08);
}
@media (max-width: 767px) {
  .contact-box {
    padding: 15px;
  }
}
.contact-columns {
  gap: 20px 0;
}

.page {
  color: var(--color-grey);
}
.page p:not(:last-child) {
  margin-bottom: 15px;
}
.page ul {
  list-style-type: disc;
  margin: 0 0 15px 20px;
}

.red {
  color: var(--color-link);
}

.black {
  color: var(--color-text);
}

.dealer {
  display: flex;
  align-items: center;
  gap: 20px 40px;
}
@media (max-width: 1199px) {
  .dealer {
    flex-direction: column;
  }
}
.dealer-aside {
  text-align: center;
}
@media (min-width: 1200px) {
  .dealer-content {
    padding-left: 40px;
    border-left: 1px solid var(--color-light);
  }
}
@media (max-width: 1199px) {
  .dealer-content {
    padding-top: 20px;
    border-top: 1px solid var(--color-light);
  }
}
.dealer-content__text {
  margin-bottom: 30px;
}
.dealer-content__text p {
  margin-bottom: 20px;
}
@media (min-width: 1024px) {
  .dealer-content__text {
    font-size: 18px;
    line-height: 26px;
  }
}
.dealer-contact {
  background-color: var(--color-light);
  padding: 30px;
  border-radius: 10px;
}
@media (max-width: 767px) {
  .dealer-contact {
    padding: 20px;
  }
}
.dealer-contact ul {
  margin-bottom: 20px;
}
.dealer-contact ul li {
  margin-bottom: 10px;
}

.article-detail-image {
  position: relative;
  min-height: 40px;
  margin-bottom: 40px;
}
@media (max-width: 767px) {
  .article-detail-image {
    margin-bottom: 15px;
  }
}
.article-detail-image img {
  border-radius: 10px;
}
.article-detail-layout {
  display: flex;
  justify-content: space-between;
  gap: 20px;
}
@media (max-width: 1023px) {
  .article-detail-layout {
    flex-direction: column;
  }
}
@media (min-width: 1200px) {
  .article-detail-content {
    font-size: 18px;
    line-height: 26px;
  }
}
.article-detail-content p {
  margin-bottom: 15px;
}
.article-detail-aside {
  width: 315px;
  flex-shrink: 0;
}
@media (max-width: 767px) {
  .article-detail-aside {
    width: auto;
  }
}
.article-detail-info {
  padding: 20px;
  border-radius: 10px;
  position: sticky;
  top: 20px;
  background-color: var(--color-light);
}
.article-detail-info__footer {
  position: relative;
  margin-top: 30px;
}

.company {
  display: flex;
  padding: 20px;
  background: #FFFFFF;
  box-shadow: 0 0 2px rgba(0, 0, 0, 0.08), 0 2px 24px rgba(0, 0, 0, 0.08);
  border-radius: 10px;
  margin-bottom: 20px;
}
.company img {
  margin: auto;
  max-height: 100%;
}

.number {
  display: flex;
  flex-direction: column;
  margin-bottom: 24px;
  gap: 5px;
}
.number-count {
  font-family: var(--font-balloon);
  color: var(--color-yellow);
  font-size: 96px;
  line-height: 100px;
  white-space: nowrap;
}
@media (max-width: 1199px) {
  .number-count {
    font-size: 80px;
    line-height: 90px;
  }
}
@media (max-width: 767px) {
  .number-count {
    font-size: 48px;
    line-height: 64px;
  }
}
.number-title {
  font-weight: 700;
  font-size: 20px;
  line-height: 28px;
  color: var(--color-link);
}
@media (max-width: 767px) {
  .number-title {
    font-size: 16px;
    line-height: 24px;
  }
}

.compare-slider {
  box-shadow: 0 0 2px rgba(0, 0, 0, 0.08), 0 2px 24px rgba(0, 0, 0, 0.08);
  border-radius: 10px;
  overflow-x: auto;
}
.compare-table th {
  text-align: left;
  font-weight: bold;
  padding: 12px 0 12px 20px;
  position: sticky;
  left: 0;
  background-color: #fff;
}
.compare-table td {
  padding: 12px 0 12px 20px;
  background-color: #fff;
}
.compare-table tr:first-child th,
.compare-table tr:first-child td {
  padding-top: 20px;
  padding-bottom: 20px;
}
.compare-table tr:nth-child(odd) td,
.compare-table tr:nth-child(odd) th {
  background-color: var(--color-light);
}
.compare-table tr:last-child th,
.compare-table tr:last-child td {
  padding-top: 18px;
  padding-bottom: 18px;
}
.compare-table tr:last-child td {
  padding-right: 20px;
}
.compare-header {
  display: flex;
  gap: 15px;
}
.compare-image {
  width: 150px;
  flex-shrink: 0;
}
.compare-footer {
  display: flex;
  gap: 10px;
}

.lk-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  min-height: calc(100% - 20px);
  margin-bottom: 30px;
  background: #FFFFFF;
  box-shadow: 0 0 2px rgba(0, 0, 0, 0.08), 0 2px 24px rgba(0, 0, 0, 0.08);
  border-radius: 10px;
  padding: 30px;
}
@media (max-width: 767px) {
  .lk-item {
    padding: 20px;
  }
}
.lk-item__icon {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  display: flex;
  background-color: var(--color-yellow);
  margin-bottom: 20px;
}
.lk-item__icon.grey {
  background-color: var(--color-light);
}
.lk-item__icon svg {
  stroke: var(--color-text);
  margin: auto;
}
.lk-item__title {
  font-weight: 600;
  margin-bottom: 10px;
}
.lk-item__footer {
  padding-top: 30px;
  margin-top: auto;
}

.lk-order {
  padding: 20px;
  display: flex;
  flex-direction: column;
  min-height: calc(100% - 20px);
  margin-bottom: 20px;
  background-color: var(--color-light);
  gap: 20px;
  align-items: flex-start;
  border-radius: 10px;
}
.lk-order__title {
  font-weight: 600;
  font-size: 18px;
}

.action {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  position: relative;
  border-radius: 10px;
  height: 540px;
  margin-bottom: 20px;
  background: 50% no-repeat;
  background-size: cover;
  overflow: hidden;
  padding: 20px;
}
@media (max-width: 1023px) {
  .action {
    height: 440px;
  }
}
@media (max-width: 767px) {
  .action {
    height: 350px;
  }
}
.action::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 50%;
  background: linear-gradient(359.08deg, rgba(0, 0, 0, 0.8) 0.5%, rgba(0, 0, 0, 0) 98.93%);
}
.action-date {
  font-size: 12px;
  line-height: 16px;
  padding: 4px 10px;
  border-radius: 12px;
  white-space: nowrap;
  color: var(--color-text);
  background-color: var(--color-yellow);
  position: relative;
}
.action-title {
  font-weight: 600;
  font-size: 24px;
  line-height: 32px;
  color: #fff;
  position: relative;
}
@media (max-width: 1023px) {
  .action-title {
    font-size: 20px;
    line-height: 28px;
  }
}
@media (max-width: 767px) {
  .action-title {
    font-size: 16px;
    line-height: 24px;
  }
}

.star {
  width: 30px;
  height: 30px;
  flex-shrink: 0;
  background-image: url(/local/templates/oldNewTopSalut/assets/css/../img/star.svg);
  cursor: pointer;
  background-size: 30px;
}
.star.active, .star--active {
  background-position: 0 -30px;
}
.star-rating {
  display: flex;
}

@media (max-width: 1351px) {
  .container {
    max-width: 1200px;
  }
  .xl-col-1 {
    width: 8.33333333%;
  }
  .xl-col-2 {
    width: 16.66666666%;
  }
  .xl-col-3 {
    width: 24.99999999%;
  }
  .xl-col-4 {
    width: 33.33333332%;
  }
  .xl-col-5 {
    width: 41.66666665%;
  }
  .xl-col-6 {
    width: 49.99999998%;
  }
  .xl-col-7 {
    width: 58.33333331%;
  }
  .xl-col-8 {
    width: 66.66666664%;
  }
  .xl-col-9 {
    width: 74.99999997%;
  }
  .xl-col-10 {
    width: 83.3333333%;
  }
  .xl-col-11 {
    width: 91.66666663%;
  }
  .xl-col-12 {
    width: 99.99999996%;
  }
  .xl-hidden {
    display: none;
  }
}
@media (max-width: 1199px) {
  .container {
    max-width: 1024px;
  }
  .lg-col-1 {
    width: 8.33333333%;
  }
  .lg-col-2 {
    width: 16.66666666%;
  }
  .lg-col-3 {
    width: 24.99999999%;
  }
  .lg-col-4 {
    width: 33.33333332%;
  }
  .lg-col-5 {
    width: 41.66666665%;
  }
  .lg-col-6 {
    width: 49.99999998%;
  }
  .lg-col-7 {
    width: 58.33333331%;
  }
  .lg-col-8 {
    width: 66.66666664%;
  }
  .lg-col-9 {
    width: 74.99999997%;
  }
  .lg-col-10 {
    width: 83.3333333%;
  }
  .lg-col-11 {
    width: 91.66666663%;
  }
  .lg-col-12 {
    width: 99.99999996%;
  }
  .lg-hidden {
    display: none;
  }
}
@media (max-width: 1023px) {
  .container {
    max-width: 768px;
  }
  .md-col-1 {
    width: 8.33333333%;
  }
  .md-col-2 {
    width: 16.66666666%;
  }
  .md-col-3 {
    width: 24.99999999%;
  }
  .md-col-4 {
    width: 33.33333332%;
  }
  .md-col-5 {
    width: 41.66666665%;
  }
  .md-col-6 {
    width: 49.99999998%;
  }
  .md-col-7 {
    width: 58.33333331%;
  }
  .md-col-8 {
    width: 66.66666664%;
  }
  .md-col-9 {
    width: 74.99999997%;
  }
  .md-col-10 {
    width: 83.3333333%;
  }
  .md-col-11 {
    width: 91.66666663%;
  }
  .md-col-12 {
    width: 99.99999996%;
  }
  .md-hidden {
    display: none;
  }
}
@media (max-width: 767px) {
  .sm-col-1 {
    width: 8.33333333%;
  }
  .sm-col-2 {
    width: 16.66666666%;
  }
  .sm-col-3 {
    width: 24.99999999%;
  }
  .sm-col-4 {
    width: 33.33333332%;
  }
  .sm-col-5 {
    width: 41.66666665%;
  }
  .sm-col-6 {
    width: 49.99999998%;
  }
  .sm-col-7 {
    width: 58.33333331%;
  }
  .sm-col-8 {
    width: 66.66666664%;
  }
  .sm-col-9 {
    width: 74.99999997%;
  }
  .sm-col-10 {
    width: 83.3333333%;
  }
  .sm-col-11 {
    width: 91.66666663%;
  }
  .sm-col-12 {
    width: 99.99999996%;
  }
  .sm-hidden {
    display: none;
  }
}
@media (min-width: 1352px) {
  .xl-visible {
    display: none;
  }
  .xl-flex {
    display: flex;
  }
}
@media (min-width: 1200px) {
  .lg-visible {
    display: none;
  }
  .lg-flex {
    display: flex;
  }
}
@media (min-width: 1024px) {
  .md-visible {
    display: none;
  }
  .md-flex {
    display: flex;
  }
}
@media (min-width: 768px) {
  .sm-visible {
    display: none;
  }
  .sm-flex {
    display: flex;
  }
}
/* End */


/* Start:/local/templates/oldNewTopSalut/assets/css/jquery.fancybox.css?174086272514585*/
body.compensate-for-scrollbar {
  overflow: hidden;
}

.fancybox-active {
  height: auto;
}

.fancybox-is-hidden {
  left: -9999px;
  margin: 0;
  position: absolute !important;
  top: -9999px;
  visibility: hidden;
}

.fancybox-container {
  -webkit-backface-visibility: hidden;
  height: 100%;
  left: 0;
  outline: none;
  position: fixed;
  -webkit-tap-highlight-color: transparent;
  top: 0;
  touch-action: manipulation;
  transform: translateZ(0);
  width: 100%;
  z-index: 99992;
}

.fancybox-container * {
  box-sizing: border-box;
}

.fancybox-bg, .fancybox-inner, .fancybox-outer, .fancybox-stage {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}

.fancybox-outer {
  -webkit-overflow-scrolling: touch;
  overflow-y: auto;
}

.fancybox-bg {
  background: #1e1e1e;
  opacity: 0;
  transition-duration: inherit;
  transition-property: opacity;
  transition-timing-function: cubic-bezier(0.47, 0, 0.74, 0.71);
}

.fancybox-is-open .fancybox-bg {
  opacity: 0.9;
  transition-timing-function: cubic-bezier(0.22, 0.61, 0.36, 1);
}

.fancybox-caption, .fancybox-infobar, .fancybox-navigation .fancybox-button, .fancybox-toolbar {
  direction: ltr;
  opacity: 0;
  position: absolute;
  transition: opacity 0.25s ease, visibility 0s ease 0.25s;
  visibility: hidden;
  z-index: 99997;
}

.fancybox-show-caption .fancybox-caption, .fancybox-show-infobar .fancybox-infobar, .fancybox-show-nav .fancybox-navigation .fancybox-button, .fancybox-show-toolbar .fancybox-toolbar {
  opacity: 1;
  transition: opacity 0.25s ease 0s, visibility 0s ease 0s;
  visibility: visible;
}

.fancybox-infobar {
  color: #ccc;
  font-size: 13px;
  -webkit-font-smoothing: subpixel-antialiased;
  height: 44px;
  left: 0;
  line-height: 44px;
  min-width: 44px;
  mix-blend-mode: difference;
  padding: 0 10px;
  pointer-events: none;
  top: 0;
  -webkit-touch-callout: none;
  user-select: none;
}

.fancybox-toolbar {
  right: 0;
  top: 0;
}

.fancybox-stage {
  direction: ltr;
  overflow: visible;
  transform: translateZ(0);
  z-index: 99994;
}

.fancybox-is-open .fancybox-stage {
  overflow: hidden;
}

.fancybox-slide {
  -webkit-backface-visibility: hidden;
  display: none;
  height: 100%;
  left: 0;
  outline: none;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  padding: 44px;
  position: absolute;
  text-align: center;
  top: 0;
  transition-property: transform, opacity;
  white-space: normal;
  width: 100%;
  z-index: 99994;
}

.fancybox-slide:before {
  content: "";
  display: inline-block;
  font-size: 0;
  height: 100%;
  vertical-align: middle;
  width: 0;
}

.fancybox-is-sliding .fancybox-slide, .fancybox-slide--current, .fancybox-slide--next, .fancybox-slide--previous {
  display: block;
}

.fancybox-slide--image {
  overflow: hidden;
  padding: 44px 0;
}

.fancybox-slide--image:before {
  display: none;
}

.fancybox-slide--html {
  padding: 6px;
}

.fancybox-content {
  background: #fff;
  display: inline-block;
  margin: 0;
  max-width: 100%;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  padding: 44px;
  position: relative;
  text-align: left;
  vertical-align: middle;
}

.fancybox-slide--image .fancybox-content {
  animation-timing-function: cubic-bezier(0.5, 0, 0.14, 1);
  -webkit-backface-visibility: hidden;
  background: transparent;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  left: 0;
  max-width: none;
  overflow: visible;
  padding: 0;
  position: absolute;
  top: 0;
  transform-origin: top left;
  transition-property: transform, opacity;
  user-select: none;
  z-index: 99995;
}

.fancybox-can-zoomOut .fancybox-content {
  cursor: zoom-out;
}

.fancybox-can-zoomIn .fancybox-content {
  cursor: zoom-in;
}

.fancybox-can-pan .fancybox-content, .fancybox-can-swipe .fancybox-content {
  cursor: grab;
}

.fancybox-is-grabbing .fancybox-content {
  cursor: grabbing;
}

.fancybox-container [data-selectable=true] {
  cursor: text;
}

.fancybox-image, .fancybox-spaceball {
  background: transparent;
  border: 0;
  height: 100%;
  left: 0;
  margin: 0;
  max-height: none;
  max-width: none;
  padding: 0;
  position: absolute;
  top: 0;
  user-select: none;
  width: 100%;
}

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

.fancybox-slide--iframe .fancybox-content, .fancybox-slide--map .fancybox-content, .fancybox-slide--pdf .fancybox-content, .fancybox-slide--video .fancybox-content {
  height: 100%;
  overflow: visible;
  padding: 0;
  width: 100%;
}

.fancybox-slide--video .fancybox-content {
  background: #000;
}

.fancybox-slide--map .fancybox-content {
  background: #e5e3df;
}

.fancybox-slide--iframe .fancybox-content {
  background: #fff;
}

.fancybox-iframe, .fancybox-video {
  background: transparent;
  border: 0;
  display: block;
  height: 100%;
  margin: 0;
  overflow: hidden;
  padding: 0;
  width: 100%;
}

.fancybox-iframe {
  left: 0;
  position: absolute;
  top: 0;
}

.fancybox-error {
  background: #fff;
  cursor: default;
  max-width: 400px;
  padding: 40px;
  width: 100%;
}

.fancybox-error p {
  color: #444;
  font-size: 16px;
  line-height: 20px;
  margin: 0;
  padding: 0;
}

.fancybox-button {
  background: rgba(30, 30, 30, 0.6);
  border: 0;
  border-radius: 0;
  box-shadow: none;
  cursor: pointer;
  display: inline-block;
  height: 44px;
  margin: 0;
  padding: 10px;
  position: relative;
  transition: color 0.2s;
  vertical-align: top;
  visibility: inherit;
  width: 44px;
}

.fancybox-button, .fancybox-button:link, .fancybox-button:visited {
  color: #ccc;
}

.fancybox-button:hover {
  color: #fff;
}

.fancybox-button:focus {
  outline: none;
}

.fancybox-button.fancybox-focus {
  outline: 1px dotted;
}

.fancybox-button[disabled], .fancybox-button[disabled]:hover {
  color: #888;
  cursor: default;
  outline: none;
}

.fancybox-button div {
  height: 100%;
}

.fancybox-button svg {
  display: block;
  height: 100%;
  overflow: visible;
  position: relative;
  width: 100%;
}

.fancybox-button svg path {
  fill: currentColor;
  stroke-width: 0;
}

.fancybox-button--fsenter svg:nth-child(2),
.fancybox-button--fsexit svg:first-child,
.fancybox-button--pause svg:first-child,
.fancybox-button--play svg:nth-child(2) {
  display: none;
}

.fancybox-progress {
  background: #ff5268;
  height: 2px;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  transform: scaleX(0);
  transform-origin: 0;
  transition-property: transform;
  transition-timing-function: linear;
  z-index: 99998;
}

.fancybox-close-small {
  background: transparent;
  border: 0;
  border-radius: 0;
  color: #ccc;
  cursor: pointer;
  opacity: 0.8;
  padding: 8px;
  position: absolute;
  right: -12px;
  top: -44px;
  z-index: 401;
}

.fancybox-close-small:hover {
  color: #fff;
  opacity: 1;
}

.fancybox-slide--html .fancybox-close-small {
  color: currentColor;
  padding: 10px;
  right: 0;
  top: 0;
}

.fancybox-slide--image.fancybox-is-scaling .fancybox-content {
  overflow: hidden;
}

.fancybox-is-scaling .fancybox-close-small, .fancybox-is-zoomable.fancybox-can-pan .fancybox-close-small {
  display: none;
}

.fancybox-navigation .fancybox-button {
  background-clip: content-box;
  height: 100px;
  opacity: 0;
  position: absolute;
  top: calc(50% - 50px);
  width: 70px;
}

.fancybox-navigation .fancybox-button div {
  padding: 7px;
}

.fancybox-navigation .fancybox-button--arrow_left {
  left: 0;
  padding: 31px 26px 31px 6px;
}

.fancybox-navigation .fancybox-button--arrow_right {
  padding: 31px 6px 31px 26px;
  right: 0;
}

.fancybox-caption {
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.85) 0, rgba(0, 0, 0, 0.3) 50%, rgba(0, 0, 0, 0.15) 65%, rgba(0, 0, 0, 0.075) 75.5%, rgba(0, 0, 0, 0.037) 82.85%, rgba(0, 0, 0, 0.019) 88%, transparent);
  bottom: 0;
  color: #eee;
  font-size: 14px;
  font-weight: 400;
  left: 0;
  line-height: 1.5;
  padding: 75px 44px 25px;
  pointer-events: none;
  right: 0;
  text-align: center;
  z-index: 99996;
}

.fancybox-caption--separate {
  margin-top: -50px;
}

.fancybox-caption__body {
  max-height: 50vh;
  overflow: auto;
  pointer-events: all;
}

.fancybox-caption a, .fancybox-caption a:link, .fancybox-caption a:visited {
  color: #ccc;
  text-decoration: none;
}

.fancybox-caption a:hover {
  color: #fff;
  text-decoration: underline;
}

.fancybox-loading {
  animation: a 1s linear infinite;
  background: transparent;
  border: 4px solid #888;
  border-bottom-color: #fff;
  border-radius: 50%;
  height: 50px;
  left: 50%;
  margin: -25px 0 0 -25px;
  opacity: 0.7;
  padding: 0;
  position: absolute;
  top: 50%;
  width: 50px;
  z-index: 99999;
}

@keyframes a {
  to {
    transform: rotate(1turn);
  }
}
.fancybox-animated {
  transition-timing-function: cubic-bezier(0, 0, 0.25, 1);
}

.fancybox-fx-slide.fancybox-slide--previous {
  opacity: 0;
  transform: translate3d(-100%, 0, 0);
}

.fancybox-fx-slide.fancybox-slide--next {
  opacity: 0;
  transform: translate3d(100%, 0, 0);
}

.fancybox-fx-slide.fancybox-slide--current {
  opacity: 1;
  transform: translateZ(0);
}

.fancybox-fx-fade.fancybox-slide--next, .fancybox-fx-fade.fancybox-slide--previous {
  opacity: 0;
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
}

.fancybox-fx-fade.fancybox-slide--current {
  opacity: 1;
}

.fancybox-fx-zoom-in-out.fancybox-slide--previous {
  opacity: 0;
  transform: scale3d(1.5, 1.5, 1.5);
}

.fancybox-fx-zoom-in-out.fancybox-slide--next {
  opacity: 0;
  transform: scale3d(0.5, 0.5, 0.5);
}

.fancybox-fx-zoom-in-out.fancybox-slide--current {
  opacity: 1;
  transform: scaleX(1);
}

.fancybox-fx-rotate.fancybox-slide--previous {
  opacity: 0;
  transform: rotate(-1turn);
}

.fancybox-fx-rotate.fancybox-slide--next {
  opacity: 0;
  transform: rotate(1turn);
}

.fancybox-fx-rotate.fancybox-slide--current {
  opacity: 1;
  transform: rotate(0deg);
}

.fancybox-fx-circular.fancybox-slide--previous {
  opacity: 0;
  transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0);
}

.fancybox-fx-circular.fancybox-slide--next {
  opacity: 0;
  transform: scale3d(0, 0, 0) translate3d(100%, 0, 0);
}

.fancybox-fx-circular.fancybox-slide--current {
  opacity: 1;
  transform: scaleX(1) translateZ(0);
}

.fancybox-fx-tube.fancybox-slide--previous {
  transform: translate3d(-100%, 0, 0) scale(0.1) skew(-10deg);
}

.fancybox-fx-tube.fancybox-slide--next {
  transform: translate3d(100%, 0, 0) scale(0.1) skew(10deg);
}

.fancybox-fx-tube.fancybox-slide--current {
  transform: translateZ(0) scale(1);
}

@media (max-height: 576px) {
  .fancybox-slide {
    padding-left: 6px;
    padding-right: 6px;
  }
  .fancybox-slide--image {
    padding: 6px 0;
  }
  .fancybox-close-small {
    right: -6px;
  }
  .fancybox-slide--image .fancybox-close-small {
    background: #4e4e4e;
    color: #f2f4f6;
    height: 36px;
    opacity: 1;
    padding: 6px;
    right: 0;
    top: 0;
    width: 36px;
  }
  .fancybox-caption {
    padding-left: 12px;
    padding-right: 12px;
  }
}
.fancybox-share {
  background: #f4f4f4;
  border-radius: 3px;
  max-width: 90%;
  padding: 30px;
  text-align: center;
}

.fancybox-share h1 {
  color: #222;
  font-size: 35px;
  font-weight: 700;
  margin: 0 0 20px;
}

.fancybox-share p {
  margin: 0;
  padding: 0;
}

.fancybox-share__button {
  border: 0;
  border-radius: 3px;
  display: inline-block;
  font-size: 14px;
  font-weight: 700;
  line-height: 40px;
  margin: 0 5px 10px;
  min-width: 130px;
  padding: 0 15px;
  text-decoration: none;
  transition: all 0.2s;
  user-select: none;
  white-space: nowrap;
}

.fancybox-share__button:link, .fancybox-share__button:visited {
  color: #fff;
}

.fancybox-share__button:hover {
  text-decoration: none;
}

.fancybox-share__button--fb {
  background: #3b5998;
}

.fancybox-share__button--fb:hover {
  background: #344e86;
}

.fancybox-share__button--pt {
  background: #bd081d;
}

.fancybox-share__button--pt:hover {
  background: #aa0719;
}

.fancybox-share__button--tw {
  background: #1da1f2;
}

.fancybox-share__button--tw:hover {
  background: #0d95e8;
}

.fancybox-share__button svg {
  height: 25px;
  margin-right: 7px;
  position: relative;
  top: -1px;
  vertical-align: middle;
  width: 25px;
}

.fancybox-share__button svg path {
  fill: #fff;
}

.fancybox-share__input {
  background: transparent;
  border: 0;
  border-bottom: 1px solid #d7d7d7;
  border-radius: 0;
  color: #5d5b5b;
  font-size: 14px;
  margin: 10px 0 0;
  outline: none;
  padding: 10px 15px;
  width: 100%;
}

.fancybox-thumbs {
  background: #ddd;
  bottom: 0;
  display: none;
  margin: 0;
  -webkit-overflow-scrolling: touch;
  padding: 2px 2px 4px;
  position: absolute;
  right: 0;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  top: 0;
  width: 212px;
  z-index: 99995;
}

.fancybox-thumbs-x {
  overflow-x: auto;
  overflow-y: hidden;
}

.fancybox-show-thumbs .fancybox-thumbs {
  display: block;
}

.fancybox-show-thumbs .fancybox-inner {
  right: 212px;
}

.fancybox-thumbs__list {
  font-size: 0;
  height: 100%;
  list-style: none;
  margin: 0;
  overflow-x: hidden;
  overflow-y: auto;
  padding: 0;
  position: absolute;
  position: relative;
  white-space: nowrap;
  width: 100%;
}

.fancybox-thumbs-x .fancybox-thumbs__list {
  overflow: hidden;
}

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar {
  width: 7px;
}

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-track {
  background: #fff;
  border-radius: 10px;
  box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
}

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-thumb {
  background: #2a2a2a;
  border-radius: 10px;
}

.fancybox-thumbs__list a {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  background-color: rgba(0, 0, 0, 0.1);
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  cursor: pointer;
  float: left;
  height: 75px;
  margin: 2px;
  max-height: calc(100% - 8px);
  max-width: calc(50% - 4px);
  outline: none;
  overflow: hidden;
  padding: 0;
  position: relative;
  -webkit-tap-highlight-color: transparent;
  width: 100px;
}

.fancybox-thumbs__list a:before {
  border: 6px solid #ff5268;
  bottom: 0;
  content: "";
  left: 0;
  opacity: 0;
  position: absolute;
  right: 0;
  top: 0;
  transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  z-index: 99991;
}

.fancybox-thumbs__list a:focus:before {
  opacity: 0.5;
}

.fancybox-thumbs__list a.fancybox-thumbs-active:before {
  opacity: 1;
}

@media (max-width: 576px) {
  .fancybox-thumbs {
    width: 110px;
  }
  .fancybox-show-thumbs .fancybox-inner {
    right: 110px;
  }
  .fancybox-thumbs__list a {
    max-width: calc(100% - 10px);
  }
}
/* End */


/* Start:/local/templates/oldNewTopSalut/assets/css/custom.css?178091310016692*/
.reviews.mgt-45{
    margin: 45px 0;
}

.header-user__item.authorized svg{
    stroke: var(--color-link) !important;
}

.header-user__item.favoriteItems svg{
    stroke: var(--color-link) !important;
}

.header-user__item.compareItem svg{
    stroke: var(--color-link) !important;
}

.sticker--blog {
    background-color: var(--color-link);
}



.colors-item--belyy {
    background-color: #FFFFFF;
    color: var(--color-text);
}
.colors-item--zheltyy {
    background-color: #FFEE00;
    color: var(--color-text);
}
.colors-item--krasnyy {
    background-color: #FF0202;
}
.colors-item--fioletovyy {
    background-color: #8B50EC;
}
.colors-item--zelenyy {
    background-color: #46B03D;
}
.colors-item--siniy {
    background-color: #3662FF;
}
.colors-item--zolotoy {
    background-color: #D49954;
}
.colors-item--serebryanyy {
    background-color: #B1B1B1;
}


.value-btn:focus, .value-btn:active, .value-input:focus, .value-input:active, .value:focus, .value:active,.card-buy,.value-input {
    -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
    -webkit-tap-highlight-color: transparent;
    outline:0;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none;
}


/*
.notify {
    position: fixed;
    width: 100%;
    max-width: 300px;
    right: 0;
    top: 20px;
    transition: right .3s;
    display: none;
    z-index: 1000; }
.notify-text {
    position: relative;
    padding: 10px 20px;
    border-radius: 5px;
    background-color: #fff;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    color: var(--color-text); }
.notify:before {
    content: '';
    position: fixed;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background-color: rgba(0, 0, 0, 0.2);
    pointer-events: none; }
.notify.is-show {
    right: 20px; }
*/

.success{
    background: #3ABF68;
    color: #fff;
}

.btn--grey .btn--icon{
    color: var(--color-grey) !important;
}

.btn--icon:not(.btn--grey){
    color: #fff !important;
}

.basket .btn--icon:not(.btn--grey){
    color: var(--color-grey) !important;
}


.error{
    border: 1px solid var(--color-link);
    border-color:var(--color-link) !important;
}

.basket-aside .btn--white:hover{
    color: #fff!important;
    background-color: var(--color-link);
}

.basket-aside .btn--white.active:hover{
    color: #a8a8a8 !important;
    background-color: var(--color-link);
}

.basket .btn--icon.active{
    color: #fff!important;
    background-color: var(--color-link);
}


.basket .btn--icon .active{

}


.text-error,
.text-error-payment,
.text-error-shipping{
    margin-bottom: 20px;
    display: inline-block;
    color: var(--color-link);
}



.con-success{
    text-align: center;
}

.order-success{
    font-size: 40px;
    text-transform: uppercase;
    font-weight: 700;
}

.order-success-num{
    font-size: 40px;
    text-transform: uppercase;
    font-weight: 700;
    line-height: 95px;
}

.privacy h4{
    margin-top: 20px;
}

.login-page{
    width: 500px;
}

.basket-image{
    text-align: center;
}
.basket-image img{
    height: 160px;
    display: inline-block!important;
}

@media (max-width: 767px) {
    .showcase-slide {
        height: 320px!important;
    }
    .order-success{
        font-size: 25px;
    }
}
@media (max-width: 375px) {
    .showcase-slide {
        height: 270px!important;
        margin-top: 35px;
    }

    .order-success{
        font-size: 25px;
    }
}
@media (max-width: 320px) {
    .showcase-slide {
        height: 240px!important;
        margin-top: 35px;
    }
}




/*new index*/
.social-item{
    background-color: #fff;
}

.footer-main{
    padding: 30px 0 20px;
}

.footer-title{
    margin-top: 20px;
    color: var(--color-link);
}

.footer-list li {
    margin-bottom: 5px;
}

.splide .element-image{
    height: 215px;
}

.custom-shops{
    background:#151C28;
    color: #fff;
}

.custom-shops .shops .shops-aside{
    background-color: unset;
}

.custom-shops .shops .shops-list .shops-item{
    background: #10151e;
}

.custom-reviews{
    background: #fff;
}

.custom-reviews .reviews--dark{
    background: #fff;
    color: var(--color-dark);
    border: 1px solid #dedede;
}



.element.hover .element-block{
    left: 0;
    right: 0;
    top: 0;
}
.element.hover .element-image,
.element .element-image{
    margin-bottom: 10px;
    height: 215px;
}

.element.hover .article-cod,
.element .article-cod{
    display: flex;
    flex-wrap: wrap;
    position: absolute;
    top: 20px;
    right: 20px;
    pointer-events: none;
    gap: 5px;
    z-index: 2;
    background: #dedede;
    padding: 0px 10px;
    font-size: 12px;
    border-radius: 10px;
}

.element-image__item img{
    margin: auto;
    display: none;
    max-height: 100%;
}

.element-image__item.current img{
    display: block;
}

/*.element.hover .element-image__item,
.element .element-image__item{
    max-height: 80%;
}*/

.element.hover .element-image__item img,
.element .element-image__item img{
    max-height: 80%;
    /*width: 80%;*/
}

.element .element-title,
.element.hover .element-title{
    margin-bottom: 5px;
}

.element .element-info,
.element.hover .element-info{
    margin-bottom: 10px;
}

.element .element-price,
.element.hover .element-price{
    margin-bottom: 10px;
}
.element .element-footer,
.element.hover .element-footer{
    margin-top: 10px;
}

.wrap{
    padding: 30px 0 0;
}


.js-cut{
    font-size: 16px;
}

.js-cut:not(.open) {
    height: 180px;
    overflow: hidden;
    position: relative;
}

.js-cut:after {
    content: '';
    position: absolute;
    width: 100%;
    height: 35px;
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0)), to(#F8F8F8));
    background: linear-gradient(rgba(255, 255, 255, 0), #F8F8F8);
    bottom: 0;
    left: 0;
    z-index: 5;
}

.js-cut.open:after {
    content:unset;
}



.js-cut-button {
    color: var(--color-link);
    font-size: 13px;
    line-height: 50px;
    font-weight: 600;
    border-bottom: 1px dashed var(--color-link);
    cursor: pointer;
}


.footer{
    background-color: #151C28;
}

.header-head__title{
    font-size: 32px;/*42*/
}

.offset{
    padding-top: 25px;
    padding-bottom: 15px;
}

.reviews-text .reviews-name{
    font-size: 16px;
}
.reviews-text{
    font-size: 14px;
}

.header-head{
    margin-bottom: 15px;
}

.header-main{
    background-color: unset;
    box-shadow: unset;
}

.header-basket__link {
    width: 52px;
    height: 52px;
    flex-shrink: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    background: var(--color-link);
    border-radius: 8px;
    box-shadow: 0 3px 0 #940A50;
}

.header-basket__link:hover {
    background: var(--color-link);
}

@media (max-width: 1023px) {
    .header-basket__link {
        width: 38px;
        height: 38px;
    }
    .header-basket__link svg {
        width: 20px;
        height: 20px;
    }
}
.header-basket__link:active {
    box-shadow: none;
    transform: translateY(3px);
}
.header-basket__link svg {
    fill: #fff;

}
.header-basket__count {
    background-color: var(--color-link);
    min-width: 18px;
    text-align: center;
    height: 18px;
    line-height: 18px;
    font-weight: 500;
    font-size: 12px;
    border-radius: 10px;
    position: absolute;
    right: -5px;
    top: -5px;
    color: #fff;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.5);
}


.header-menu-button{
    width: 52px;
    height: 52px;
    flex-shrink: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    background: var(--color-link);
    border-radius: 8px;
    box-shadow: 0 3px 0 #940A50;
}

.header-menu-button:hover {
    background: var(--color-link);
}

.show-catalog .header-menu-button{
    stroke: white;
    background-color: var(--color-link);
    box-shadow:0 0 0 1px var(--color-link);
}

.header-contact {
    white-space: nowrap;
    display: flex;
    flex-direction: column;
    gap: 5px;
}
@media (max-width: 1023px) {
    .header-contact {
        margin-bottom: 14px;
    }

    .header {
        /*padding: 0 0 15px;*/
    }

    .showcase{
        margin-top: calc((var(--header-height) + 30px) * -1.3);
    }

    .header-contact{
        display: none;
    }

    .header-menu-button {
        width: 38px;
        height: 38px;
    }

    .logotype{
        width: 170px;
    }

}
.header-contact a {
    display: flex;
    align-items: center;
    gap: 5px;
    color: #fff;
}
.header-contact a svg {
    stroke: #fff;
}
.header-contact span {
    color: #fff;
    font-size: 12px;
    line-height: 14px;
    opacity: 0.5;
}

.header-search__input{
    background-color: rgba(43, 43, 43, 0.5);
}

@media (max-width: 1366px) {
    .category-item__title {
        font-size: 11px;
        line-height: 11px;
    }
}



.category-item {
    /*display: flex;
    flex-direction: column;
    justify-content: flex-end;
    text-align: center;
    color: #fff;
    background-color: var(--color-dark);
    height: 240px;
    padding: 20px 15px;
    font-weight: 500;
    font-size: 14px;
    line-height: 20px;
    border-radius: 10px;
    overflow: hidden;
    position: relative;
    transition: background-color 0.15s;*/


    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    text-align: center;
    color: #fff;
    background-color: var(--color-dark);
    height: 240px;
    padding: 20px 15px;
    font-weight: 500;
    font-size: 14px;
    line-height: 20px;
    border-radius: 10px;
    overflow: hidden;
    position: relative;
    background: linear-gradient(153deg, #FFF -6%, rgba(255, 255, 255, 0) 14%, rgba(255, 255, 255, 0) 80%, #FFF 110%);


    /*display: flex;
    flex-direction: column;
    justify-content: flex-end;
    text-align: center;
    color: #fff;
    height: 240px;
    padding: 20px 15px;
    font-weight: 500;
    font-size: 14px;
    line-height: 20px;
    border-radius: 10px;
    overflow: hidden;
    position: relative;*/
    /*background: linear-gradient(153deg, #FFF -6%, rgba(255, 255, 255, 0) 14%, rgba(255, 255, 255, 0) 80%, #FFF 110%);*/
}
.category-item::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 200%;
    left: 0;
    top: 0;
    background: linear-gradient(90deg, rgba(31, 31, 31, 0) 0%, rgba(255, 255, 255, 0.24) 100%);
    pointer-events: none;
    z-index: 2;
    transform: rotate(45deg) translateX(-215%);
}

.category-item::after {
    content: "";
    left: 1px;
    top: 1px;
    right: 1px;
    bottom: 1px;
    position: absolute;
    border-radius: 10px;
    background-color: var(--color-dark);
    transition: background-color 0.15s;
}

.category-item__image {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: 50% 0 no-repeat;
    background-size: auto 240px;
    z-index: 1;
}
@media (max-width: 767px) {
    .category-item__image {
        background-size: auto 250px;
    }
    .review_title_desc{
        display: none;
    }
    .review_title_mobile{
        display: block;
    }
}


.category-item:hover::after, .category-item.active::after {
    background: var(--color-dark);
}

.category-item__title{
    z-index: 1;
}
@media (min-width: 1024px) {
    .category-item:hover::before {
        animation: item-hover 1.5s;
    }

    .review_title_desc{
        display: block;
    }
    .review_title_mobile{
        display: none;
    }
}

@keyframes item-hover {
    from {
        transform: rotate(45deg) translateX(-200%);
    }
    to {
        transform: rotate(45deg) translateX(200%);
    }
}

.shops-cites__item.active{
    background-color: var(--color-light);
    color: var(--color-text);
}

.shops-cites__item{
    background-color: var(--color-text);
    color: white;

}

.social-item:hover svg,
.social-item:hover svg path{
    fill:#fff!important;
}

.vk-social:hover{
    background-color:#71aaeb;
}

.tg-social:hover{
    background-color:#0088cc;
}

.wa-social:hover{
    background-color: #25d366;
}

.viber-social:hover{
    background-color: #59267c;
}

.inst-social:hover{
    background: radial-gradient(circle at 33% 100%, #fed373 4%, #f15245 30%, #d92e7f 62%, #9b36b7 85%, #515ecf)
}
.mobile-box-btn{
    display: none;
}



.menu {
    display: none;
}
.menu__nav {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    z-index: -150;
    overflow: hidden;
    background-color: #ffffff;
    display: flex;
    flex-direction: column;
    justify-content: start;
    align-items: start;
    padding: 20px 30px;
    transform: translateY(100vh);
    transition: all .5s;
    opacity: 0;
}
.menu__buttons {
    display: none;
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: #151C28;
    z-index: 50;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 12px 14px;
    max-height: 57px;
}
.menu__buttons-item {
    width: 100%;
    height: 100%;
}
.menu__buttons-link {
    color: white;
    text-align: center;
    font-family: "Nunito Sans", sans-serif;
    font-size: 10px;
    font-weight: 400;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    height: 33px;
    white-space: nowrap;
    position: relative;
}
.menu__buttons-item:not(:last-child) {
    margin-right: 5px;
}
.menu__buttons-link--price {
    margin-bottom: 0;
}

@media (max-width: 767px){

    .menu__buttons {
        padding: 12px 0;
    }

    .showcase-advantages{
        display: none!important;
    }

    .review_index3{
        display: none!important;
    }
    .about_indexNew{
        display: none!important;
    }

    .category-item{
        height: 160px;
    }
    .category-item__image{
        background-size: auto 150px;
    }

    .element-slider .sticker-list{
        top: 5px;
        left: 5px;
    }
    .element-slider .sticker-list .sticker{
        font-size: 8px;
        padding: 0 5px;
    }
    .element-slider .article-cod,
    .element.hover .article-cod{
        top: 5px;
        right: 5px;
        padding: 0 5px;
        font-size: 8px;
        text-transform: lowercase;
        line-height: 16px;
    }

    .element-slider .element-image,
    .element.hover .element-image{
        margin-bottom: 0;
        height: 100px;
    }
    .element-slider .element-title a{
        font-size: 10px;
        font-weight: 500;
    }
    .element-slider .element-info,
    .element-slider .reviews-rating{
        display: none;
    }

    .element-slider .element .element-price,
    .element-slider .element.hover .element-price{
        position: relative;
    }

    .element-slider .element .element-price .price,
    .element-slider .element.hover .element-price .price{
        font-size: 12px;
    }
    .element-slider .element .element-price .price.price--old,
    .element-slider .element.hover .element-price .price.price--old{
        position: absolute;
        font-size: 10px;
        top: -13px;
        right: -10px;
    }
    .mobile-box-btn{
        display: block;
    }
    .mobile-box-btn .btn{
        margin-right: 10px;
    }


    .mobile-box-btn .element-btn-icon{
        width: unset;
        display: block;
    }

    .btn-desk,
    .element-btn-icon-detail-desk,
    .icon-compare-mini-desk,
    .icon-heart-mini-desk{
        display: none;
    }

    .mobile-box-btn .btn svg{
        fill: white;
    }

    .mobile-box-btn .btn{
        width: 60px;
        float: left;
    }
    .menu {
        display: block;
    }

    .menu .header-basket__link{
        width: 100% !important;
        position: relative;
    }

    .element-slider .element.hover .element-image__item img,
    .element-slider .element .element-image__item img{
        width: 85px;
    }
    .showcase{
        min-height: 60vh!important;
    }

    .showcase-content{
        padding: 85px 0 10px!important;
    }
    .showcase-title{
        margin: 5px 0 10px!important;
    }

    .showcase-footer{
        margin-top: 95px!important;
        gap: 10px!important;
    }



}


@media (min-width: 420px) and (max-width: 767px) {
    .showcase-footer{
        margin-top: 145px!important;
        gap: 10px!important;
    }
}


.shops-item__work{
    text-align: right;
    float: right;
}

.messenger {
    display: flex;
    flex-wrap: wrap;
    gap: 5px;
}
.messenger a {
    display: block;
    font-size: 14px;
    line-height: 20px;
    padding: 5px 15px;
    color: #fff!important;
    background-color: var(--color-dark);
    border-radius: 15px;
    white-space: nowrap;
    user-select: none;
    transition: 0.15s;
}
.messenger a:hover {
    background-color: var(--color-link);
}
/* End */
/* /local/templates/oldNewTopSalut/components/bitrix/sale.basket.basket.line/template1/style.css?17408627254402 */
/* /bitrix/components/twofingers/location/templates/.default/style.css?174086269011121 */
/* /local/templates/oldNewTopSalut/assets/css/style.css?174086272568526 */
/* /local/templates/oldNewTopSalut/assets/css/jquery.fancybox.css?174086272514585 */
/* /local/templates/oldNewTopSalut/assets/css/custom.css?178091310016692 */
