

/* Start:/local/components/inter.olsc/order.count/templates/header.menu/style.css?17774556411051*/
.header__promo-icon {
    display: none;
    line-height: 0;
    position: relative;
}

@media screen and (max-width: 767px) {
    .header__promo-icon {
        display: flex;
        align-items: center;
    }
    .header__compare {
        display: none !important;
    }
}

.body-white .header__options a.header__promo-icon svg path.cls-3,
.header--white .header__options a.header__promo-icon svg path.cls-3 {
    fill: none;
    stroke: #000000;
}

.body-white .header__options a.header__promo-icon svg path.cls-4,
.header--white .header__options a.header__promo-icon svg path.cls-4 {
    fill: #000000;
}

.header__options a.header__promo-icon:hover svg path.cls-3,
.header__options a.header__promo-icon:active svg path.cls-3,
.header__options a.header__promo-icon:focus-visible svg path.cls-3 {
    fill: none;
    stroke: #c60b3c;
}

.header__options a.header__promo-icon:hover svg path.cls-4,
.header__options a.header__promo-icon:active svg path.cls-4,
.header__options a.header__promo-icon:focus-visible svg path.cls-4 {
    fill: #c60b3c;
}
/* End */


/* Start:/local/components/ega/apps/templates/menu/style.css?1754641868558*/
.apps-menu {
    margin: 20px 0 !important;
}

.apps-menu__qr-code {
    display: flex;
    align-items: center;
    gap: 32px;
    max-height: 100px;
}

.apps-menu__qr-code a,
.apps-menu__qr-code img {
    height: 100%;
}

.apps-menu__qr-code--text {
    font-weight: 700;
    color: #1f1c1c;
    max-width: 300px;
}

.apps-menu__qr-code--text a {
    color: #c60b3c;
}

@media screen and (max-width: 768px) {
    .apps-menu__qr-code {
        max-height: unset;
    }

    .apps-menu__qr-code a,
    .apps-menu__qr-code img {
        height: unset;
    }
}
/* End */


/* Start:/local/components/ega/apps/templates/footer/style.css?1754641868357*/
.apps-footer__qr-code {
    display: flex;
    flex-direction: column-reverse;
    text-align: center;
}

.apps-footer__qr-code--text {
    font-weight: 700;
    padding-bottom: 15px;
}

.apps-footer__qr-code--text a {
    color: #c60b3c;
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
    .apps-footer {
        max-width: 300px;
    }
}
/* End */


/* Start:/local/components/ega/modal.cookie/templates/.default/style.css?17546418681524*/
.cookie-popup {
    position: fixed;
    display: inline-flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 16px;
    padding: 16px;
    right: 100px;
    bottom: 15px;
    overflow: auto;
    z-index: 22222;
    width: 315px;
    height: 261px;
    flex-shrink: 0;
    background: #FFF;
    box-shadow: 0px 6px 20px 0px rgba(225, 224, 224, 0.50);
    opacity: 0;
    pointer-events: none;
}

.cookie-popup.a {
    transform: none;
    opacity: 1;
    pointer-events: all;
}

.cookie-popup .title {
    color: var(--primary_black, #272424);
    font-family: Manrope;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: 25px;
}

.cookie-popup .desc {
    color: #A7A7A7;
    font-size: 14px;
    font-weight: 300;
    line-height: 18px;
}

.cookie-popup .desc a {
    font-weight: 700;
    color: #C50034;
}

.cookie-popup button.submit {
    display: flex;
    height: 50px;
    padding: 8px 16px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    align-self: stretch;
    border: 1px solid #C50034;
    background: #C50034;
    color: #fff;
}

@media screen and (max-width: 450px) {
    .cookie-popup {
        width: calc(100% - 115px);
        height: max-content;
        gap: 5px;
        padding: 10px;
    }

    .cookie-popup .title {
        font-size: 12px;
        line-height: 16px;
    }

    .cookie-popup .desc {
        font-size: 10px;
    }

    .cookie-popup button.submit {
        font-size: 12px;
        height: 25px;
    }
}
/* End */


/* Start:/local/templates/krona.ru/template_styles.css?17546418695459*/
input {
	-webkit-appearance: none;
	border-radius: 0;
}

.mobile__link:hover {
	color: #1f1c1c;
}

.content-table th,
.content-table tr,
.content-table td {
	border: 1px solid;
}

.contacts__ways .modal-htg__bottom {
	grid-gap: unset;
}

.contacts__ways .modal-htg__description {
	display: flex;
    align-items: center;
    justify-content: center;
    align-items: center;
	padding: 8px 16px;
	margin-bottom: 45px;
	min-height: 52px;
	font-size: 14px;
	color: #272424;
}

.contacts__ways .modal-htg__cell {
	padding: 0 16px;
}

.modal-htg__bottom [data-tab-block].active {
	color: #fff;
	background-color: #272424;
}

.modal-htg__bottom[data-tab-block-content] {
	display: none;
}

.modal-htg__bottom[data-tab-block-content].active {
	display: grid;
}

@media screen and (max-width: 1420px) {
	.contacts__ways .modal-htg__description {
		margin-bottom: unset;
	}

	.contacts__ways .modal-htg__description:last-child {
		margin-bottom: 39px;
	}
}

.attention {
	background-color: rgb(197,0, 52);
	padding: 4px 0;
}
.attention a {
	color: #fff;
	display: flex;
    justify-content: space-around;
}
.attention a span {
	text-align: center;
}

.outlet_price {
	margin-bottom: 1em;
}
.outlet_price a{
	color: rgb(197,0, 52);
	font-size: 28px;
}

.top-card .top-card__left .catalog-item__labels {
	display: flex;
	left: calc(100% - 100px);
	right: unset;
}

.menu__content .button {
	color: #000;
	border-color: #000;
}
.menu__content .button:hover {
	background-color: #000;
	color: #fff;
}

.menu__content .contacts__request.request-contacts {
	grid-column: span 2;
	margin-top: 3em;
}

.menu__content .menu__list:nth-child(3), .menu__content .menu__list:nth-child(4) {
	margin: 3em 0 auto;
}

.menu__content .menu__left {
	display: flex;
    flex-direction: column;
}

.menu__content .info-menu {
	margin-top: auto;
}
.catalog-header__content>.catalog-header__item:last-of-type {
	grid-column-start: 1;
	grid-row-start:3;
}
.catalog-header__content>.catalog-header__item:nth-last-child(3) {
	grid-column-start: 3;
	grid-row-start:3;
}

.card__price-old {
	text-decoration: line-through;
}

.card__condition, .card__markdown {
	font: 400 14px/18px "Manrope", sans-serif;
}

.card__condition b, .card__markdown b {
	color: #1F1C1C;
}

.card__markdown {
	margin-top: 8px;
	margin-bottom: 25px;
}

.catalog-item__label {
	width: max-content;
}

.catalog-item__label.fix-width {
	width: 120px;
	text-align: center;
}

.catalog-item__label.desktop_hidden {
	display: none;
}

.catalog-item__guarantee-icon + .catalog-item__title {
	max-width: 200px;
}

.catalog-item__guarantee-icon img {
	width: 81px;
	float: right;
}

.card .catalog-item__guarantee-icon img {
	width: 144px;
}

.catalog-grid__item--big .catalog-item__guarantee-icon img {
	width: unset;
}

.cell-footer__list a {
	max-width: 300px;
}

@media screen and (max-width: 760px) {
	.catalog-item__guarantee-icon img,
	.catalog-grid__item--big .catalog-item__guarantee-icon img {
		width: 100px;
	}

	.catalog-item__label.desktop_hidden {
		animation: hideLabel 4s infinite;
		display: block;
		visibility: hidden;
		animation-delay: -2s;
	}

	.catalog-item__label.desktop_hidden + .catalog-item__label--exclusive {
		animation: hideLabelTop 4s infinite;
		visibility: visible;
	}

}

@keyframes hideLabel{
	0%, 50% {
		visibility: visible;
	}
	50%, 100% {
		visibility: hidden;
	}
}
@keyframes hideLabelTop{
	0%, 50% {
		visibility: visible;
		position: relative;
		top: -35px;
	}
	50%, 100% {
		visibility: hidden;
	}
}


.sort__filter.active:after {
	content: '';
	background: #c60b3c;
	border: 1px solid #f4f4f4;
	width: 14px;
	height: 14px;
	position: absolute;
	margin-top: -8px;
	margin-left: -8px;
	border-radius: 50%;
}

.sort__extended__icon.active:after {
	content: '';
	background: #c60b3c;
	border: 1px solid #f4f4f4;
	width: 14px;
	height: 14px;
	position: absolute;
	margin-top: -8px;
	margin-left: 14px;
	border-radius: 50%;
}

[data-input-list] {
	position: absolute;
	display: none;
	flex-direction: column;
	align-items: flex-start;
	flex-shrink: 0;
    overflow: hidden;
    overflow-y: scroll;
	width: 100%;
	max-height: 180px;
    margin-top: -17px;
	gap: 10px;
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	line-height: 18px;
	letter-spacing: 0.56px;
	border: 1px solid #262323;
	background: #FFF;
	box-shadow: 0px 6px 20px 0px rgba(225, 224, 224, 0.50);
    z-index: 999;
}

[data-input-list]::-webkit-scrollbar {
	width: 7px;
}
  
[data-input-list]::-webkit-scrollbar-track {
	background-color: #fff;
}
  
[data-input-list]::-webkit-scrollbar-thumb {
	border-radius: 5px;
	background-color: #1f1c1c;
}

[data-input-list] div {
	width: 100%;
}

[data-input-list] [data-input-list-header] {
	color: #717171;
	line-height: 16px;
	letter-spacing: 0.14px;
	padding: 10px 20px;
	align-items: center;
}

[data-input-list] [data-input-list-content] {
	display: flex;
	flex-direction: column;
	align-items: center;
}

[data-input-list] [data-input-list-content] div {
	padding: 10px 20px;
}

[data-input-list] [data-input-list-content] div:hover {
	cursor: pointer;
	background: rgba(167, 167, 167, 0.10);
}

@media screen and (min-width: 1421px) {
	.catalog__list .catalog-item__title {
		display: inline;
		max-width: 250px;
		margin: 0;
		white-space: nowrap;
		overflow: hidden;
		text-overflow: ellipsis;
	}

	.pageSearch .catalog__list .catalog-item__title {
		margin-bottom: 9px;
	}

	.catalog__multibrand .catalog__list .catalog-item__title {
		max-width: 170px;
	}
}
/* End */


/* Start:/local/dev/mockup/css/swiper-bundle.min.css?175464186813920*/
/**
 * Swiper 6.5.3
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * https://swiperjs.com
 *
 * Copyright 2014-2021 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: March 31, 2021
 */

@font-face{font-family:swiper-icons;src:url('data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA') format('woff');font-weight:400;font-style:normal}:root{--swiper-theme-color:#007aff}.swiper-container{margin-left:auto;margin-right:auto;position:relative;overflow:hidden;list-style:none;padding:0;z-index:1}.swiper-container-vertical>.swiper-wrapper{flex-direction:column}.swiper-wrapper{position:relative;width:100%;height:100%;z-index:1;display:flex;transition-property:transform;box-sizing:content-box}.swiper-container-android .swiper-slide,.swiper-wrapper{transform:translate3d(0px,0,0)}.swiper-container-multirow>.swiper-wrapper{flex-wrap:wrap}.swiper-container-multirow-column>.swiper-wrapper{flex-wrap:wrap;flex-direction:column}.swiper-container-free-mode>.swiper-wrapper{transition-timing-function:ease-out;margin:0 auto}.swiper-container-pointer-events{touch-action:pan-y}.swiper-container-pointer-events.swiper-container-vertical{touch-action:pan-x}.swiper-slide{flex-shrink:0;width:100%;height:100%;position:relative;transition-property:transform}.swiper-slide-invisible-blank{visibility:hidden}.swiper-container-autoheight,.swiper-container-autoheight .swiper-slide{height:auto}.swiper-container-autoheight .swiper-wrapper{align-items:flex-start;transition-property:transform,height}.swiper-container-3d{perspective:1200px}.swiper-container-3d .swiper-cube-shadow,.swiper-container-3d .swiper-slide,.swiper-container-3d .swiper-slide-shadow-bottom,.swiper-container-3d .swiper-slide-shadow-left,.swiper-container-3d .swiper-slide-shadow-right,.swiper-container-3d .swiper-slide-shadow-top,.swiper-container-3d .swiper-wrapper{transform-style:preserve-3d}.swiper-container-3d .swiper-slide-shadow-bottom,.swiper-container-3d .swiper-slide-shadow-left,.swiper-container-3d .swiper-slide-shadow-right,.swiper-container-3d .swiper-slide-shadow-top{position:absolute;left:0;top:0;width:100%;height:100%;pointer-events:none;z-index:10}.swiper-container-3d .swiper-slide-shadow-left{background-image:linear-gradient(to left,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-container-3d .swiper-slide-shadow-right{background-image:linear-gradient(to right,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-container-3d .swiper-slide-shadow-top{background-image:linear-gradient(to top,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-container-3d .swiper-slide-shadow-bottom{background-image:linear-gradient(to bottom,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-container-css-mode>.swiper-wrapper{overflow:auto;scrollbar-width:none;-ms-overflow-style:none}.swiper-container-css-mode>.swiper-wrapper::-webkit-scrollbar{display:none}.swiper-container-css-mode>.swiper-wrapper>.swiper-slide{scroll-snap-align:start start}.swiper-container-horizontal.swiper-container-css-mode>.swiper-wrapper{scroll-snap-type:x mandatory}.swiper-container-vertical.swiper-container-css-mode>.swiper-wrapper{scroll-snap-type:y mandatory}:root{--swiper-navigation-size:44px}.swiper-button-next,.swiper-button-prev{position:absolute;top:50%;width:calc(var(--swiper-navigation-size)/ 44 * 27);height:var(--swiper-navigation-size);margin-top:calc(0px - (var(--swiper-navigation-size)/ 2));z-index:10;cursor:pointer;display:flex;align-items:center;justify-content:center;color:var(--swiper-navigation-color,var(--swiper-theme-color))}.swiper-button-next.swiper-button-disabled,.swiper-button-prev.swiper-button-disabled{opacity:.35;cursor:auto;pointer-events:none}.swiper-button-next:after,.swiper-button-prev:after{font-family:swiper-icons;font-size:var(--swiper-navigation-size);text-transform:none!important;letter-spacing:0;text-transform:none;font-variant:initial;line-height:1}.swiper-button-prev,.swiper-container-rtl .swiper-button-next{left:10px;right:auto}.swiper-button-prev:after,.swiper-container-rtl .swiper-button-next:after{content:'prev'}.swiper-button-next,.swiper-container-rtl .swiper-button-prev{right:10px;left:auto}.swiper-button-next:after,.swiper-container-rtl .swiper-button-prev:after{content:'next'}.swiper-button-next.swiper-button-white,.swiper-button-prev.swiper-button-white{--swiper-navigation-color:#ffffff}.swiper-button-next.swiper-button-black,.swiper-button-prev.swiper-button-black{--swiper-navigation-color:#000000}.swiper-button-lock{display:none}.swiper-pagination{position:absolute;text-align:center;transition:.3s opacity;transform:translate3d(0,0,0);z-index:10}.swiper-pagination.swiper-pagination-hidden{opacity:0}.swiper-container-horizontal>.swiper-pagination-bullets,.swiper-pagination-custom,.swiper-pagination-fraction{bottom:10px;left:0;width:100%}.swiper-pagination-bullets-dynamic{overflow:hidden;font-size:0}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transform:scale(.33);position:relative}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active{transform:scale(1)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main{transform:scale(1)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev{transform:scale(.66)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev{transform:scale(.33)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next{transform:scale(.66)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next{transform:scale(.33)}.swiper-pagination-bullet{width:8px;height:8px;display:inline-block;border-radius:50%;background:#000;opacity:.2}button.swiper-pagination-bullet{border:none;margin:0;padding:0;box-shadow:none;-webkit-appearance:none;-moz-appearance:none;appearance:none}.swiper-pagination-clickable .swiper-pagination-bullet{cursor:pointer}.swiper-pagination-bullet-active{opacity:1;background:var(--swiper-pagination-color,var(--swiper-theme-color))}.swiper-container-vertical>.swiper-pagination-bullets{right:10px;top:50%;transform:translate3d(0px,-50%,0)}.swiper-container-vertical>.swiper-pagination-bullets .swiper-pagination-bullet{margin:6px 0;display:block}.swiper-container-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic{top:50%;transform:translateY(-50%);width:8px}.swiper-container-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{display:inline-block;transition:.2s transform,.2s top}.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet{margin:0 4px}.swiper-container-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic{left:50%;transform:translateX(-50%);white-space:nowrap}.swiper-container-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transition:.2s transform,.2s left}.swiper-container-horizontal.swiper-container-rtl>.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transition:.2s transform,.2s right}.swiper-pagination-progressbar{background:rgba(0,0,0,.25);position:absolute}.swiper-pagination-progressbar .swiper-pagination-progressbar-fill{background:var(--swiper-pagination-color,var(--swiper-theme-color));position:absolute;left:0;top:0;width:100%;height:100%;transform:scale(0);transform-origin:left top}.swiper-container-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill{transform-origin:right top}.swiper-container-horizontal>.swiper-pagination-progressbar,.swiper-container-vertical>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite{width:100%;height:4px;left:0;top:0}.swiper-container-horizontal>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,.swiper-container-vertical>.swiper-pagination-progressbar{width:4px;height:100%;left:0;top:0}.swiper-pagination-white{--swiper-pagination-color:#ffffff}.swiper-pagination-black{--swiper-pagination-color:#000000}.swiper-pagination-lock{display:none}.swiper-scrollbar{border-radius:10px;position:relative;-ms-touch-action:none;background:rgba(0,0,0,.1)}.swiper-container-horizontal>.swiper-scrollbar{position:absolute;left:1%;bottom:3px;z-index:50;height:5px;width:98%}.swiper-container-vertical>.swiper-scrollbar{position:absolute;right:3px;top:1%;z-index:50;width:5px;height:98%}.swiper-scrollbar-drag{height:100%;width:100%;position:relative;background:rgba(0,0,0,.5);border-radius:10px;left:0;top:0}.swiper-scrollbar-cursor-drag{cursor:move}.swiper-scrollbar-lock{display:none}.swiper-zoom-container{width:100%;height:100%;display:flex;justify-content:center;align-items:center;text-align:center}.swiper-zoom-container>canvas,.swiper-zoom-container>img,.swiper-zoom-container>svg{max-width:100%;max-height:100%;object-fit:contain}.swiper-slide-zoomed{cursor:move}.swiper-lazy-preloader{width:42px;height:42px;position:absolute;left:50%;top:50%;margin-left:-21px;margin-top:-21px;z-index:10;transform-origin:50%;animation:swiper-preloader-spin 1s infinite linear;box-sizing:border-box;border:4px solid var(--swiper-preloader-color,var(--swiper-theme-color));border-radius:50%;border-top-color:transparent}.swiper-lazy-preloader-white{--swiper-preloader-color:#fff}.swiper-lazy-preloader-black{--swiper-preloader-color:#000}@keyframes swiper-preloader-spin{100%{transform:rotate(360deg)}}.swiper-container .swiper-notification{position:absolute;left:0;top:0;pointer-events:none;opacity:0;z-index:-1000}.swiper-container-fade.swiper-container-free-mode .swiper-slide{transition-timing-function:ease-out}.swiper-container-fade .swiper-slide{pointer-events:none;transition-property:opacity}.swiper-container-fade .swiper-slide .swiper-slide{pointer-events:none}.swiper-container-fade .swiper-slide-active,.swiper-container-fade .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-container-cube{overflow:visible}.swiper-container-cube .swiper-slide{pointer-events:none;-webkit-backface-visibility:hidden;backface-visibility:hidden;z-index:1;visibility:hidden;transform-origin:0 0;width:100%;height:100%}.swiper-container-cube .swiper-slide .swiper-slide{pointer-events:none}.swiper-container-cube.swiper-container-rtl .swiper-slide{transform-origin:100% 0}.swiper-container-cube .swiper-slide-active,.swiper-container-cube .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-container-cube .swiper-slide-active,.swiper-container-cube .swiper-slide-next,.swiper-container-cube .swiper-slide-next+.swiper-slide,.swiper-container-cube .swiper-slide-prev{pointer-events:auto;visibility:visible}.swiper-container-cube .swiper-slide-shadow-bottom,.swiper-container-cube .swiper-slide-shadow-left,.swiper-container-cube .swiper-slide-shadow-right,.swiper-container-cube .swiper-slide-shadow-top{z-index:0;-webkit-backface-visibility:hidden;backface-visibility:hidden}.swiper-container-cube .swiper-cube-shadow{position:absolute;left:0;bottom:0px;width:100%;height:100%;opacity:.6;z-index:0}.swiper-container-cube .swiper-cube-shadow:before{content:'';background:#000;position:absolute;left:0;top:0;bottom:0;right:0;-webkit-filter:blur(50px);filter:blur(50px)}.swiper-container-flip{overflow:visible}.swiper-container-flip .swiper-slide{pointer-events:none;-webkit-backface-visibility:hidden;backface-visibility:hidden;z-index:1}.swiper-container-flip .swiper-slide .swiper-slide{pointer-events:none}.swiper-container-flip .swiper-slide-active,.swiper-container-flip .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-container-flip .swiper-slide-shadow-bottom,.swiper-container-flip .swiper-slide-shadow-left,.swiper-container-flip .swiper-slide-shadow-right,.swiper-container-flip .swiper-slide-shadow-top{z-index:0;-webkit-backface-visibility:hidden;backface-visibility:hidden}
/* End */


/* Start:/local/dev/mockup/css/nouislider.min.css?17546418684055*/
/*! nouislider - 14.0.2 - 6/28/2019 */
.noUi-target,.noUi-target *{-webkit-touch-callout:none;-webkit-tap-highlight-color:transparent;-webkit-user-select:none;-ms-touch-action:none;touch-action:none;-ms-user-select:none;-moz-user-select:none;user-select:none;-moz-box-sizing:border-box;box-sizing:border-box}.noUi-target{position:relative;direction:ltr}.noUi-base,.noUi-connects{width:100%;height:100%;position:relative;z-index:1}.noUi-connects{overflow:hidden;z-index:0}.noUi-connect,.noUi-origin{will-change:transform;position:absolute;z-index:1;top:0;left:0;-ms-transform-origin:0 0;-webkit-transform-origin:0 0;-webkit-transform-style:preserve-3d;transform-origin:0 0;transform-style:flat}.noUi-connect{height:100%;width:100%}.noUi-origin{height:10%;width:10%}html:not([dir=rtl]) .noUi-horizontal .noUi-origin{left:auto;right:0}.noUi-vertical .noUi-origin{width:0}.noUi-horizontal .noUi-origin{height:0}.noUi-handle{-webkit-backface-visibility:hidden;backface-visibility:hidden;position:absolute}.noUi-touch-area{height:100%;width:100%}.noUi-state-tap .noUi-connect,.noUi-state-tap .noUi-origin{-webkit-transition:transform .3s;transition:transform .3s}.noUi-state-drag *{cursor:inherit!important}.noUi-horizontal{height:18px}.noUi-horizontal .noUi-handle{width:34px;height:28px;left:-17px;top:-6px}.noUi-vertical{width:18px}.noUi-vertical .noUi-handle{width:28px;height:34px;left:-6px;top:-17px}html:not([dir=rtl]) .noUi-horizontal .noUi-handle{right:-17px;left:auto}.noUi-target{background:#FAFAFA;border-radius:4px;border:1px solid #D3D3D3;box-shadow:inset 0 1px 1px #F0F0F0,0 3px 6px -5px #BBB}.noUi-connects{border-radius:3px}.noUi-connect{background:#3FB8AF}.noUi-draggable{cursor:ew-resize}.noUi-vertical .noUi-draggable{cursor:ns-resize}.noUi-handle{border:1px solid #D9D9D9;border-radius:3px;background:#FFF;cursor:default;box-shadow:inset 0 0 1px #FFF,inset 0 1px 7px #EBEBEB,0 3px 6px -3px #BBB}.noUi-active{box-shadow:inset 0 0 1px #FFF,inset 0 1px 7px #DDD,0 3px 6px -3px #BBB}.noUi-handle:after,.noUi-handle:before{content:"";display:block;position:absolute;height:14px;width:1px;background:#E8E7E6;left:14px;top:6px}.noUi-handle:after{left:17px}.noUi-vertical .noUi-handle:after,.noUi-vertical .noUi-handle:before{width:14px;height:1px;left:6px;top:14px}.noUi-vertical .noUi-handle:after{top:17px}[disabled] .noUi-connect{background:#B8B8B8}[disabled] .noUi-handle,[disabled].noUi-handle,[disabled].noUi-target{cursor:not-allowed}.noUi-pips,.noUi-pips *{-moz-box-sizing:border-box;box-sizing:border-box}.noUi-pips{position:absolute;color:#999}.noUi-value{position:absolute;white-space:nowrap;text-align:center}.noUi-value-sub{color:#ccc;font-size:10px}.noUi-marker{position:absolute;background:#CCC}.noUi-marker-sub{background:#AAA}.noUi-marker-large{background:#AAA}.noUi-pips-horizontal{padding:10px 0;height:80px;top:100%;left:0;width:100%}.noUi-value-horizontal{-webkit-transform:translate(-50%,50%);transform:translate(-50%,50%)}.noUi-rtl .noUi-value-horizontal{-webkit-transform:translate(50%,50%);transform:translate(50%,50%)}.noUi-marker-horizontal.noUi-marker{margin-left:-1px;width:2px;height:5px}.noUi-marker-horizontal.noUi-marker-sub{height:10px}.noUi-marker-horizontal.noUi-marker-large{height:15px}.noUi-pips-vertical{padding:0 10px;height:100%;top:0;left:100%}.noUi-value-vertical{-webkit-transform:translate(0,-50%);transform:translate(0,-50%);padding-left:25px}.noUi-rtl .noUi-value-vertical{-webkit-transform:translate(0,50%);transform:translate(0,50%)}.noUi-marker-vertical.noUi-marker{width:5px;height:2px;margin-top:-1px}.noUi-marker-vertical.noUi-marker-sub{width:10px}.noUi-marker-vertical.noUi-marker-large{width:15px}.noUi-tooltip{display:block;position:absolute;border:1px solid #D9D9D9;border-radius:3px;background:#fff;color:#000;padding:5px;text-align:center;white-space:nowrap}.noUi-horizontal .noUi-tooltip{-webkit-transform:translate(-50%,0);transform:translate(-50%,0);left:50%;bottom:120%}.noUi-vertical .noUi-tooltip{-webkit-transform:translate(0,-50%);transform:translate(0,-50%);top:50%;right:120%}
/* End */


/* Start:/local/dev/mockup/css/main.min.css?1775116715284166*/
@charset "UTF-8";
.select-title__text {
  margin: 0px !important
}

.pagination {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 57px
}

.pagination__link {
  margin: 0 5px;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 30px;
  height: 30px;
  border: 1px solid #c60b3c;
  background-color: #fff;
  transition: all .5s ease-in-out
}

.pagination__link.active, .pagination__link:hover {
  background-color: #c60b3c;
  color: #fff
}

.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0
}

.slick-list:focus {
  outline: 0
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand
}

.slick-slider .slick-list, .slick-slider .slick-track {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0)
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto
}

.slick-track:after, .slick-track:before {
  content: "";
  display: table
}

.slick-track:after {
  clear: both
}

.slick-loading .slick-track {
  visibility: hidden
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none
}

[dir=rtl] .slick-slide {
  float: right
}

.slick-slide img {
  display: block
}

.slick-slide.slick-loading img {
  display: none
}

.slick-slide.dragging img {
  pointer-events: none
}

.slick-initialized .slick-slide {
  display: block
}

.slick-loading .slick-slide {
  visibility: hidden
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent
}

.slick-arrow.slick-hidden {
  display: none
}

.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: .8
}

.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: 0 !important;
  -webkit-backface-visibility: hidden
}

.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  box-sizing: border-box
}

.mfp-container:before {
  content: "";
  display: inline-block;
  height: 100%;
  vertical-align: middle
}

.mfp-align-top .mfp-container:before {
  display: none
}

.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045
}

.mfp-ajax-holder .mfp-content, .mfp-inline-holder .mfp-content {
  width: 100%;
  cursor: auto
}

.mfp-ajax-cur {
  cursor: progress
}

.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: -moz-zoom-out;
  cursor: -webkit-zoom-out;
  cursor: zoom-out
}

.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in
}

.mfp-auto-cursor .mfp-content {
  cursor: auto
}

.mfp-arrow, .mfp-close, .mfp-counter, .mfp-preloader {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none
}

.mfp-loading.mfp-figure {
  display: none
}

.mfp-hide {
  display: none !important
}

.mfp-preloader {
  color: #ccc;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -.8em;
  left: 8px;
  right: 8px;
  z-index: 1044
}

.mfp-preloader a {
  color: #ccc
}

.mfp-preloader a:hover {
  color: #fff
}

.mfp-s-ready .mfp-preloader {
  display: none
}

.mfp-s-error .mfp-content {
  display: none
}

button.mfp-arrow, button.mfp-close {
  overflow: visible;
  cursor: pointer;
  background: 0 0;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: 0;
  padding: 0;
  z-index: 1046;
  box-shadow: none;
  touch-action: manipulation
}

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

.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: .65;
  padding: 0 0 18px 10px;
  color: #fff;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace
}

.mfp-close:focus, .mfp-close:hover {
  opacity: 1
}

.mfp-close:active {
  top: 1px
}

.mfp-close-btn-in .mfp-close {
  color: #333
}

.mfp-iframe-holder .mfp-close, .mfp-image-holder .mfp-close {
  color: #fff;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%
}

.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #ccc;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap
}

.mfp-arrow {
  position: absolute;
  opacity: .65;
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: transparent
}

.mfp-arrow:active {
  margin-top: -54px
}

.mfp-arrow:focus, .mfp-arrow:hover {
  opacity: 1
}

.mfp-arrow:after, .mfp-arrow:before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  left: 0;
  top: 0;
  margin-top: 35px;
  margin-left: 35px;
  border: medium inset transparent
}

.mfp-arrow:after {
  border-top-width: 13px;
  border-bottom-width: 13px;
  top: 8px
}

.mfp-arrow:before {
  border-top-width: 21px;
  border-bottom-width: 21px;
  opacity: .7
}

.mfp-arrow-left {
  left: 0
}

.mfp-arrow-left:after {
  border-right: 17px solid #fff;
  margin-left: 31px
}

.mfp-arrow-left:before {
  margin-left: 25px;
  border-right: 27px solid #3f3f3f
}

.mfp-arrow-right {
  right: 0
}

.mfp-arrow-right:after {
  border-left: 17px solid #fff;
  margin-left: 39px
}

.mfp-arrow-right:before {
  border-left: 27px solid #3f3f3f
}

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px
}

.mfp-iframe-holder .mfp-content {
  line-height: 0;
  width: 100%;
  max-width: 900px
}

.mfp-iframe-holder .mfp-close {
  top: -40px
}

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%
}

.mfp-iframe-scaler iframe {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  box-shadow: 0 0 8px rgba(0, 0, 0, .6);
  background: #000
}

img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto
}

.mfp-figure {
  line-height: 0
}

.mfp-figure:after {
  content: "";
  position: absolute;
  left: 0;
  top: 40px;
  bottom: 40px;
  display: block;
  right: 0;
  width: auto;
  height: auto;
  z-index: -1;
  box-shadow: 0 0 8px rgba(0, 0, 0, .6);
  background: #444
}

.mfp-figure small {
  color: #bdbdbd;
  display: block;
  font-size: 12px;
  line-height: 14px
}

.mfp-figure figure {
  margin: 0
}

.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto
}

.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #f3f3f3;
  word-wrap: break-word;
  padding-right: 36px
}

.mfp-image-holder .mfp-content {
  max-width: 100%
}

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer
}

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0
  }

  .mfp-img-mobile img.mfp-img {
    padding: 0
  }

  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0
  }

  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px
  }

  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, .6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    box-sizing: border-box
  }

  .mfp-img-mobile .mfp-bottom-bar:empty {
    padding: 0
  }

  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px
  }

  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, .6);
    position: fixed;
    text-align: center;
    padding: 0
  }
}

@media all and (max-width: 900px) {
  .mfp-arrow {
    -webkit-transform: scale(.75);
    transform: scale(.75)
  }

  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    transform-origin: 0
  }

  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    transform-origin: 100%
  }

  .mfp-container {
    padding-left: 6px;
    padding-right: 6px
  }
}

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: 0;
  position: fixed;
  -webkit-tap-highlight-color: transparent;
  top: 0;
  -ms-touch-action: manipulation;
  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(.47, 0, .74, .71)
}

.fancybox-is-open .fancybox-bg {
  opacity: .9;
  transition-timing-function: cubic-bezier(.22, .61, .36, 1)
}

.fancybox-caption, .fancybox-infobar, .fancybox-navigation .fancybox-button, .fancybox-toolbar {
  direction: ltr;
  opacity: 0;
  position: absolute;
  transition: opacity .25s ease, visibility 0s ease .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 .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;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: 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: 0;
  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(.5, 0, .14, 1);
  -webkit-backface-visibility: hidden;
  background: 0 0;
  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;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  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: 0 0;
  border: 0;
  height: 100%;
  left: 0;
  margin: 0;
  max-height: none;
  max-width: none;
  padding: 0;
  position: absolute;
  top: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  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: 0 0;
  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, .6);
  border: 0;
  border-radius: 0;
  box-shadow: none;
  cursor: pointer;
  display: inline-block;
  height: 44px;
  margin: 0;
  padding: 10px;
  position: relative;
  transition: color .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: 0
}

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

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

.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: 0 0;
  border: 0;
  border-radius: 0;
  color: #ccc;
  cursor: pointer;
  opacity: .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;
  left: env(safe-area-inset-left);
  padding: 31px 26px 31px 6px
}

.fancybox-navigation .fancybox-button--arrow_right {
  padding: 31px 6px 31px 26px;
  right: 0;
  right: env(safe-area-inset-right)
}

.fancybox-caption {
  background: linear-gradient(0deg, rgba(0, 0, 0, .85) 0, rgba(0, 0, 0, .3) 50%, rgba(0, 0, 0, .15) 65%, rgba(0, 0, 0, .075) 75.5%, rgba(0, 0, 0, .037) 82.85%, rgba(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
}

@supports (padding:0px) {
  .fancybox-caption {
    padding: 75px max(44px, env(safe-area-inset-right)) max(25px, env(safe-area-inset-bottom)) max(44px, env(safe-area-inset-left))
  }
}

.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: 0 0;
  border: 4px solid #888;
  border-bottom-color: #fff;
  border-radius: 50%;
  height: 50px;
  left: 50%;
  margin: -25px 0 0 -25px;
  opacity: .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, .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(.19, 1, .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(.5, .5, .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(0)
}

.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(.1) skew(-10deg)
}

.fancybox-fx-tube.fancybox-slide--next {
  transform: translate3d(100%, 0, 0) scale(.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
  }

  @supports (padding:0px) {
    .fancybox-caption {
      padding-left: max(12px, env(safe-area-inset-left));
      padding-right: max(12px, env(safe-area-inset-right))
    }
  }
}

.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 .2s;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  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: 0 0;
  border: 0;
  border-bottom: 1px solid #d7d7d7;
  border-radius: 0;
  color: #5d5b5b;
  font-size: 14px;
  margin: 10px 0 0;
  outline: 0;
  padding: 10px 15px;
  width: 100%
}

.fancybox-thumbs {
  background: #ddd;
  bottom: 0;
  display: none;
  margin: 0;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar;
  padding: 2px 2px 4px;
  position: absolute;
  right: 0;
  -webkit-tap-highlight-color: transparent;
  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, .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, .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: 0;
  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 .2s cubic-bezier(.25, .46, .45, .94);
  z-index: 99991
}

.fancybox-thumbs__list a:focus:before {
  opacity: .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)
  }
}

@font-face {
  font-family: swiper-icons;
  src: url("data:application/font-woff;charset=utf-8;base64,d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA") format("woff");
  font-weight: 400;
  font-style: normal
}

:root {
  --swiper-theme-color: #c60b3c
}

.swiper-container {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  z-index: 1
}

.swiper-container-vertical > .swiper-wrapper {
  flex-direction: column
}

.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: flex;
  transition-property: transform;
  box-sizing: content-box
}

.swiper-container-android .swiper-slide, .swiper-wrapper {
  transform: translate3d(0, 0, 0)
}

.swiper-container-multirow > .swiper-wrapper {
  flex-wrap: wrap
}

.swiper-container-multirow-column > .swiper-wrapper {
  flex-wrap: wrap;
  flex-direction: column
}

.swiper-container-free-mode > .swiper-wrapper {
  transition-timing-function: ease-out;
  margin: 0 auto
}

.swiper-container-pointer-events {
  touch-action: pan-y
}

.swiper-container-pointer-events.swiper-container-vertical {
  touch-action: pan-x
}

.swiper-slide {
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  transition-property: transform
}

.swiper-slide-invisible-blank {
  visibility: hidden
}

.swiper-container-autoheight, .swiper-container-autoheight .swiper-slide {
  height: auto
}

.swiper-container-autoheight .swiper-wrapper {
  align-items: flex-start;
  transition-property: transform, height
}

.swiper-container-3d {
  perspective: 1200px
}

.swiper-container-3d .swiper-cube-shadow, .swiper-container-3d .swiper-slide, .swiper-container-3d .swiper-slide-shadow-bottom, .swiper-container-3d .swiper-slide-shadow-left, .swiper-container-3d .swiper-slide-shadow-right, .swiper-container-3d .swiper-slide-shadow-top, .swiper-container-3d .swiper-wrapper {
  transform-style: preserve-3d
}

.swiper-container-3d .swiper-slide-shadow-bottom, .swiper-container-3d .swiper-slide-shadow-left, .swiper-container-3d .swiper-slide-shadow-right, .swiper-container-3d .swiper-slide-shadow-top {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10
}

.swiper-container-3d .swiper-slide-shadow-left {
  background-image: linear-gradient(to left, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0))
}

.swiper-container-3d .swiper-slide-shadow-right {
  background-image: linear-gradient(to right, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0))
}

.swiper-container-3d .swiper-slide-shadow-top {
  background-image: linear-gradient(to top, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0))
}

.swiper-container-3d .swiper-slide-shadow-bottom {
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0))
}

.swiper-container-css-mode > .swiper-wrapper {
  overflow: auto;
  scrollbar-width: none;
  -ms-overflow-style: none
}

.swiper-container-css-mode > .swiper-wrapper::-webkit-scrollbar {
  display: none
}

.swiper-container-css-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: start start
}

.swiper-container-horizontal.swiper-container-css-mode > .swiper-wrapper {
  scroll-snap-type: x mandatory
}

.swiper-container-vertical.swiper-container-css-mode > .swiper-wrapper {
  scroll-snap-type: y mandatory
}

:root {
  --swiper-navigation-size: 44px
}

.swiper-button-next, .swiper-button-prev {
  position: absolute;
  top: 50%;
  width: calc(var(--swiper-navigation-size) / 44 * 27);
  height: var(--swiper-navigation-size);
  margin-top: calc(0px - (var(--swiper-navigation-size) / 2));
  z-index: 10;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--swiper-navigation-color, var(--swiper-theme-color))
}

.swiper-button-next.swiper-button-disabled, .swiper-button-prev.swiper-button-disabled {
  opacity: .35;
  cursor: auto;
  pointer-events: none
}

.swiper-button-next:after, .swiper-button-prev:after {
  font-family: swiper-icons;
  font-size: var(--swiper-navigation-size);
  text-transform: none !important;
  letter-spacing: 0;
  text-transform: none;
  font-variant: initial;
  line-height: 1
}

.swiper-button-prev, .swiper-container-rtl .swiper-button-next {
  left: 10px;
  right: auto
}

.swiper-button-prev:after, .swiper-container-rtl .swiper-button-next:after {
  content: "prev"
}

.swiper-button-next, .swiper-container-rtl .swiper-button-prev {
  right: 10px;
  left: auto
}

.swiper-button-next:after, .swiper-container-rtl .swiper-button-prev:after {
  content: "next"
}

.swiper-button-next.swiper-button-white, .swiper-button-prev.swiper-button-white {
  --swiper-navigation-color: #fff
}

.swiper-button-next.swiper-button-black, .swiper-button-prev.swiper-button-black {
  --swiper-navigation-color: #000
}

.swiper-button-lock {
  display: none
}

.swiper-pagination {
  position: absolute;
  text-align: center;
  transition: .3s opacity;
  transform: translate3d(0, 0, 0);
  z-index: 10
}

.swiper-pagination.swiper-pagination-hidden {
  opacity: 0
}

.swiper-container-horizontal > .swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction {
  bottom: 10px;
  left: 0;
  width: 100%
}

.swiper-pagination-bullets-dynamic {
  overflow: hidden;
  font-size: 0
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transform: scale(.33);
  position: relative
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
  transform: scale(1)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
  transform: scale(1)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
  transform: scale(.66)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
  transform: scale(.33)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
  transform: scale(.66)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
  transform: scale(.33)
}

.swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  display: inline-block;
  border-radius: 50%;
  background: #000;
  opacity: .2
}

button.swiper-pagination-bullet {
  border: none;
  margin: 0;
  padding: 0;
  box-shadow: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none
}

.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer
}

.swiper-pagination-bullet-active {
  opacity: 1;
  background: var(--swiper-pagination-color, var(--swiper-theme-color))
}

.swiper-container-vertical > .swiper-pagination-bullets {
  right: 10px;
  top: 50%;
  transform: translate3d(0, -50%, 0)
}

.swiper-container-vertical > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 6px 0;
  display: block
}

.swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  top: 50%;
  transform: translateY(-50%);
  width: 8px
}

.swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  display: inline-block;
  transition: .2s transform, .2s top
}

.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 4px
}

.swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  left: 50%;
  transform: translateX(-50%);
  white-space: nowrap
}

.swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: .2s transform, .2s left
}

.swiper-container-horizontal.swiper-container-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: .2s transform, .2s right
}

.swiper-pagination-progressbar {
  background: rgba(0, 0, 0, .25);
  position: absolute
}

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  transform: scale(0);
  transform-origin: left top
}

.swiper-container-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  transform-origin: right top
}

.swiper-container-horizontal > .swiper-pagination-progressbar, .swiper-container-vertical > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
  width: 100%;
  height: 4px;
  left: 0;
  top: 0
}

.swiper-container-horizontal > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite, .swiper-container-vertical > .swiper-pagination-progressbar {
  width: 4px;
  height: 100%;
  left: 0;
  top: 0
}

.swiper-pagination-white {
  --swiper-pagination-color: #fff
}

.swiper-pagination-black {
  --swiper-pagination-color: #000
}

.swiper-pagination-lock {
  display: none
}

.swiper-scrollbar {
  border-radius: 10px;
  position: relative;
  -ms-touch-action: none;
  background: rgba(0, 0, 0, .1)
}

.swiper-container-horizontal > .swiper-scrollbar {
  position: absolute;
  left: 1%;
  bottom: 3px;
  z-index: 50;
  height: 5px;
  width: 98%
}

.swiper-container-vertical > .swiper-scrollbar {
  position: absolute;
  right: 3px;
  top: 1%;
  z-index: 50;
  width: 5px;
  height: 98%
}

.swiper-scrollbar-drag {
  height: 100%;
  width: 100%;
  position: relative;
  background: rgba(0, 0, 0, .5);
  border-radius: 10px;
  left: 0;
  top: 0
}

.swiper-scrollbar-cursor-drag {
  cursor: move
}

.swiper-scrollbar-lock {
  display: none
}

.swiper-zoom-container {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center
}

.swiper-zoom-container > canvas, .swiper-zoom-container > img, .swiper-zoom-container > svg {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain
}

.swiper-slide-zoomed {
  cursor: move
}

.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  transform-origin: 50%;
  animation: swiper-preloader-spin 1s infinite linear;
  box-sizing: border-box;
  border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
  border-radius: 50%;
  border-top-color: transparent
}

.swiper-lazy-preloader-white {
  --swiper-preloader-color: #fff
}

.swiper-lazy-preloader-black {
  --swiper-preloader-color: #000
}

@keyframes swiper-preloader-spin {
  100% {
    transform: rotate(360deg)
  }
}

.swiper-container .swiper-notification {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  z-index: -1000
}

.swiper-container-fade.swiper-container-free-mode .swiper-slide {
  transition-timing-function: ease-out
}

.swiper-container-fade .swiper-slide {
  pointer-events: none;
  transition-property: opacity
}

.swiper-container-fade .swiper-slide .swiper-slide {
  pointer-events: none
}

.swiper-container-fade .swiper-slide-active, .swiper-container-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto
}

.swiper-container-cube {
  overflow: visible
}

.swiper-container-cube .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
  visibility: hidden;
  transform-origin: 0 0;
  width: 100%;
  height: 100%
}

.swiper-container-cube .swiper-slide .swiper-slide {
  pointer-events: none
}

.swiper-container-cube.swiper-container-rtl .swiper-slide {
  transform-origin: 100% 0
}

.swiper-container-cube .swiper-slide-active, .swiper-container-cube .swiper-slide-active .swiper-slide-active {
  pointer-events: auto
}

.swiper-container-cube .swiper-slide-active, .swiper-container-cube .swiper-slide-next, .swiper-container-cube .swiper-slide-next + .swiper-slide, .swiper-container-cube .swiper-slide-prev {
  pointer-events: auto;
  visibility: visible
}

.swiper-container-cube .swiper-slide-shadow-bottom, .swiper-container-cube .swiper-slide-shadow-left, .swiper-container-cube .swiper-slide-shadow-right, .swiper-container-cube .swiper-slide-shadow-top {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden
}

.swiper-container-cube .swiper-cube-shadow {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  opacity: .6;
  z-index: 0
}

.swiper-container-cube .swiper-cube-shadow:before {
  content: "";
  background: #000;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  -webkit-filter: blur(50px);
  filter: blur(50px)
}

.swiper-container-flip {
  overflow: visible
}

.swiper-container-flip .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1
}

.swiper-container-flip .swiper-slide .swiper-slide {
  pointer-events: none
}

.swiper-container-flip .swiper-slide-active, .swiper-container-flip .swiper-slide-active .swiper-slide-active {
  pointer-events: auto
}

.swiper-container-flip .swiper-slide-shadow-bottom, .swiper-container-flip .swiper-slide-shadow-left, .swiper-container-flip .swiper-slide-shadow-right, .swiper-container-flip .swiper-slide-shadow-top {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden
}

@font-face {
  font-family: Manrope;
  font-style: normal;
  font-weight: 200;
  font-display: swap;
  src: url(/local/dev/mockup/css/../fonts/Manrope-Light.woff2) format("woff2")
}

@font-face {
  font-family: Manrope;
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(/local/dev/mockup/css/../fonts/Manrope-Regular.woff2) format("woff2")
}

@font-face {
  font-family: Manrope;
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url(/local/dev/mockup/css/../fonts/Manrope-SemiBold.woff2) format("woff2")
}

@font-face {
  font-family: Manrope;
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(/local/dev/mockup/css/../fonts/Manrope-Bold.woff2) format("woff2")
}

@font-face {
  font-family: Manrope;
  font-style: normal;
  font-weight: 800;
  font-display: swap;
  src: url(/local/dev/mockup/css/../fonts/Manrope-ExtraBold.woff2) format("woff2")
}

* {
  box-sizing: border-box;
  border: none
}

a {
  text-decoration: none;
  color: #000;
  outline-color: transparent;
  background-color: transparent
}

a:hover {
  text-decoration: none
}

ul {
  padding: 0;
  margin: 0;
  list-style: none
}

img {
  height: auto;
  max-width: 100%
}

p {
  padding: 0;
  margin: 0
}

button {
  font-family: Manrope, Arial, Helvetica, sans-serif;
  outline: 0
}

input, textarea {
  margin: 0;
  outline-color: transparent;
  outline: 0;
  font-family: Manrope, Arial, Helvetica, sans-serif
}

input:focus::placeholder, textarea:focus::placeholder {
  color: transparent !important
}

.visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  clip: rect(0 0 0 0)
}

body {
  display: flex;
  flex-direction: column;
  height: 100vh;
  margin: 0;
  font-family: Manrope, Arial, Helvetica, sans-serif;
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
  width: 100%;
  color: #fff;
  background-color: #1f1c1c;
  outline-color: transparent;
  scroll-behavior: smooth
}

body::-webkit-scrollbar {
  width: 7px
}

body::-webkit-scrollbar-track {
  background-color: #1f1c1c
}

body::-webkit-scrollbar-thumb {
  border-radius: 5px;
  background-color: #fff
}

textarea {
  resize: vertical
}

main {
  display: block;
  min-height: 59vh;
  flex: 1 0 auto
}

.red-color {
  color: #c60b3c !important
}

section {
  width: 100%;
  margin: 0 auto
}

picture {
  display: flex;
  width: 100%;
  height: 100%
}

.overflow {
  overflow: hidden;
  padding-right: 7px
}

.wrapper {
  max-width: 1408px;
  width: 100%;
  margin: 0 auto
}

.button {
  padding: 12px 23px;
  min-width: 369px;
  font-size: 16px;
  line-height: 20px;
  font-weight: 700;
  color: #fff;
  border: 1px solid #fff;
  background-color: transparent;
  cursor: pointer;
  transition: .4s;
  text-align: center
}

.button:hover {
  background-color: #fff;
  color: #1f1c1c;
  transition: .4s
}

.h1 {
  margin: 0;
  font-size: 90px;
  line-height: 102px;
  font-weight: 700;
  color: #fff
}

.h2 {
  margin: 0;
  font-size: 80px;
  line-height: 90px;
  font-weight: 700;
  color: #fff
}

.h3 {
  margin: 0;
  font-size: 60px;
  line-height: 64px;
  font-weight: 700;
  color: #fff
}

.h4 {
  margin: 0;
  margin-bottom: 38px;
  font-size: 42px;
  line-height: 52px;
  font-weight: 700;
  color: #1f1c1c
}

.red {
  background-color: #c60b3c
}

.slick-slide {
  outline: 0
}

.sliding__image {
  position: relative;
  overflow: hidden
}

.sliding__image:after {
  content: "";
  width: 50%;
  height: 100%;
  background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0, #1f1c1c 10%, #1f1c1c 100%);
  position: absolute;
  right: 0;
  top: 0;
  transition: 2.5s
}

.sliding__image--clear:after {
  right: -100%;
  transition: 2.5s
}

.global-slide {
  width: 100%;
  display: inline-flex;
  position: relative;
  overflow: hidden
}

.global-slide:hover .global-slide__icon {
  opacity: 1;
  pointer-events: all;
  transition: .4s
}

.global-slide:hover img {
  transform: scale(1.05);
  transition: .4s
}

.global-slide img {
  transition: .4s
}

.global-slide__icon {
  cursor: pointer;
  display: flex;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translateY(-50%) translateX(-50%);
  opacity: 0;
  pointer-events: none;
  transition: .4s
}

.swiper-button-next {
  width: 42px;
  height: 42px;
  background-color: #1f1c1c;
  right: 1px
}

.swiper-button-next:after {
  display: none
}

.swiper-button-next svg circle, .swiper-button-next svg path {
  transition: .3s
}

.swiper-button-next:hover svg circle {
  stroke: #c60b3c;
  transition: .3s
}

.swiper-button-next:hover svg path {
  fill: #c60b3c;
  transition: .3s
}

.swiper-button-prev {
  width: 42px;
  height: 42px;
  background-color: #1f1c1c;
  left: 1px
}

.swiper-button-prev:after {
  display: none
}

.swiper-button-prev svg circle, .swiper-button-prev svg path {
  transition: .3s
}

.swiper-button-prev:hover svg circle {
  stroke: #c60b3c;
  transition: .3s
}

.swiper-button-prev:hover svg path {
  fill: #c60b3c;
  transition: .3s
}

.stamp--animation {
  animation: stampAnimation 40s linear both infinite;
  width: auto;
  height: auto
}

.stamp--animation img {
  width: 149px !important;
  height: 156px !important
}

.loader {
  position: relative
}

.loader:after {
  content: "";
  z-index: 9999;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  width: 100px;
  height: 100px;
  border-radius: 50%;
  border: 4px solid;
  border-color: #c60b3c rgba(255, 255, 255, .5) rgba(255, 255, 255, .5);
  animation: spin 1.1s ease infinite
}

.loader:before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  background-color: rgba(248, 248, 248, .8);
  z-index: 9998
}

@keyframes spin {
  0% {
    transform: rotate(0)
  }
  100% {
    transform: rotate(359deg)
  }
}

@keyframes animate2 {
  0% {
    box-shadow: inset #c60b3c 0 0 0 17px;
    transform: rotate(-140deg)
  }
  50% {
    box-shadow: inset #c60b3c 0 0 0 2px
  }
  100% {
    box-shadow: inset #c60b3c 0 0 0 17px;
    transform: rotate(140deg)
  }
}

@keyframes animate {
  0% {
    transform: rotate(0)
  }
  100% {
    transform: rotate(220deg)
  }
}

@keyframes stampAnimation {
  0% {
    transform: rotateZ(0)
  }
  100% {
    transform: rotateZ(360deg)
  }
}

@media screen and (max-width: 1420px) {
  .stamp--animation img {
    width: 127px !important;
    height: 133px !important
  }

  .swiper-button-next, .swiper-button-prev {
    display: none
  }

  .h1 {
    font-size: 42px;
    line-height: 52px
  }

  .wrapper {
    max-width: 768px;
    padding: 0 16px
  }

  .overflow {
    padding-right: 0
  }

  .card__description {
    display: none;
  }

  .card__description.card__description--mobile {
    display: block;
    margin-top: 30px;
  }

}

@media screen and (max-width: 767px) {
  .mobile--hidden {
    display: none
  }

  .global-slide__icon svg {
    width: 92px;
    height: 95px
  }

  main {
    min-height: 22vh
  }

  .wrapper {
    max-width: 450px;
    padding: 0 16px
  }

  .button {
    min-width: auto
  }

  .h1 {
    font-size: 28px;
    line-height: 34px
  }

  .stamp--animation img {
    width: 71px !important;
    height: 75px !important
  }
}

.slick-slide a {
  outline: 0
}

.slick-arrow {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background-color: transparent;
  font-size: 0;
  line-height: 0;
  background-image: url("data:image/svg+xml,%3Csvg width='60' height='60' viewBox='0 0 60 60' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='30' cy='30' r='29.25' stroke='white' stroke-width='1.5'/%3E%3Cpath d='M44.0303 30.5303C44.3232 30.2374 44.3232 29.7626 44.0303 29.4697L39.2574 24.6967C38.9645 24.4038 38.4896 24.4038 38.1967 24.6967C37.9038 24.9896 37.9038 25.4645 38.1967 25.7574L42.4393 30L38.1967 34.2426C37.9038 34.5355 37.9038 35.0104 38.1967 35.3033C38.4896 35.5962 38.9645 35.5962 39.2574 35.3033L44.0303 30.5303ZM18 30.75H43.5V29.25H18V30.75Z' fill='white'/%3E%3C/svg%3E%0A");
  cursor: pointer;
  transition: .3s;
  position: absolute;
  z-index: 3
}

.slick-arrow:hover {
  transition: .3s;
  background-image: url("data:image/svg+xml,%3Csvg width='60' height='60' viewBox='0 0 60 60' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='30' cy='30' r='29.25' stroke='%23C60B3C' stroke-width='1.5'/%3E%3Cpath d='M44.0303 30.5303C44.3232 30.2374 44.3232 29.7626 44.0303 29.4697L39.2574 24.6967C38.9645 24.4038 38.4896 24.4038 38.1967 24.6967C37.9038 24.9896 37.9038 25.4645 38.1967 25.7574L42.4393 30L38.1967 34.2426C37.9038 34.5355 37.9038 35.0104 38.1967 35.3033C38.4896 35.5962 38.9645 35.5962 39.2574 35.3033L44.0303 30.5303ZM18 30.75H43.5V29.25H18V30.75Z' fill='%23C60B3C'/%3E%3C/svg%3E%0A")
}

.header {
  background-color: #1f1c1c;
  position: relative;
  transition: .7s
}

.header__wrapper {
  position: relative
}

@media screen and (min-width: 1420px) {
  .header--fixed {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 98;
    padding-bottom: 20px;
    transition: .2s
  }
}

.header__content {
  position: relative;
  z-index: 2;
  padding: 33px 0 28px;
  display: grid;
  justify-content: space-between;
  align-items: center;
  grid-template-columns:minmax(136px, 312px) minmax(301px, 620px) minmax(max-content, 181px) 1fr
}

.header__options {
  display: grid;
  grid-gap: 28px;
  grid-auto-flow: column;
  justify-content: end;
  align-items: center
}

.header__options a svg path, .header__options div svg path {
  transition: .4s
}

.header__options a:hover svg path, .header__options div:hover svg path {
  fill: #c60b3c;
  transition: .4s
}

.header__logo {
  display: inline-flex;
  justify-self: start
}

.header__search-icon {
  display: flex
}

.header__toggle-menu {
  display: flex
}

.header__compare {
  display: none
}

.header__favourite {
  display: none
}

.header__favourite:hover svg path {
  fill: none !important;
  stroke: #c60b3c
}

.header__login {
  display: flex
}

.header__list {
  margin-right: 105px;
  display: grid;
  grid-auto-flow: column;
  align-items: center;
  justify-content: space-between
}
@media screen and (min-width: 768px) and (max-width: 1420px) {
  .header__list {
    grid-auto-flow: row;
  }
}

.header__list li a {
  font-size: 14px;
  line-height: 18px;
  color: #fff;
  font-weight: 600;
  transition: .4s
}

.header__list li a:hover {
  color: #c60b3c;
  transition: .4s
}

.header .menu-where{
  display: none;
}
.header__phones {
  display: flex;
  flex-direction: column;
  margin-right: 30px;
}
.header__phones .header__tel:first-child{
  margin-bottom: 3px;
}

.popup-phones{
  display: none;
}
.popup_active .popup-phones {
  display: flex;
  max-width: 1100px;
  width: 100%;
  min-height: 96px;
  align-items: center;
  justify-content: center;
}
.popup-phones .header__phones .header__tel:first-child{
  margin-bottom: 10px;
}
.popup-phones  .header__tel{
  color: #000;
}
.footer__phones {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}
.footer__phones .header__tel:first-child {
  margin-bottom: 5px;
}

@media screen and (max-width: 1420px) {
  .header__phones {
    display: flex;
    flex-direction: column;
    margin-right: 0;
    order: 3;
    justify-self: end;
    align-items: flex-end;
  }
  .footer__phones {
    align-items: flex-start;
  }
}
@media screen and (max-width: 767px) {
  .header__phones {
    display: none;
  }
  .popup_active .header__phones {
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .popup_active .header__tel {
    display: block;
  }
  .footer__phones .header__tel {
    display: block;
    text-align: right;
  }
  .footer__phones .info-subfooter__tel {
    font-size: 15px;
  }
}

.header__tel {
  font-size: 14px;
  line-height: 18px;
  font-weight: 600;
  color: #fff;
  transition: .4s
}

.header__tel:hover {
  color: #c60b3c;
  transition: .4s
}

.header__catalog-toggle {
  transition: .4s;
  cursor: pointer
}

.header__catalog-toggle--active {
  color: #c60b3c !important;
  transition: .4s
}

.catalog-header {
  position: absolute;
  left: -100%;
  transition: .7s;
  opacity: 0;
  pointer-events: none;
  z-index: 100
}

.catalog-header .catalog-header__item {
  display: none
}

.catalog-header--active {
  transition: .7s;
  left: 0;
  width: 100%;
  opacity: 1;
  pointer-events: all
}

.catalog-header--active .catalog-header__item {
  display: block;
  flex-basis: calc(50% - 1rem);
  flex-grow: 1;
  margin-bottom: 1em;
  margin-right: 1em;
  justify-content: flex-start;

}

@media screen and (min-width: 1421px) {
  .catalog-header--active .catalog-header__item {
    flex-basis: calc(25% - 1rem);
  }
}

.header__toggle-menu {
  width: 22px;
  height: 22px;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer
}

.header__toggle-menu:hover svg path {
  fill: #c60b3c;
  transition: .4s
}

.header__toggle-menu svg path {
  transition: .4s
}

.header-toggle__close-icon {
  display: none
}

.header-toggle__open-icon {
  display: flex
}

.header__toggle-menu--active .header-toggle__close-icon {
  display: flex
}

.header__toggle-menu--active .header-toggle__open-icon {
  display: none
}

.catalog-header__content {
  display: grid;
  grid-template-columns:repeat(4, 1fr);
  min-height: 440px;
  background-color: #272424;
  position: relative;
  padding: 64px 48px;
  overflow: hidden;
}

@media screen and (max-width: 1420px) {
  .catalog-header__content {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
}

.catalog-header__title {
  min-height: 67px;
  position: relative;
  display: inline-flex;
  margin-bottom: 16px;
  font-size: 28px;
  line-height: 34px;
  color: #fff;
  font-weight: 700;
  transition: .4s;
  z-index: 2
}

.catalog-header__title:hover {
  color: #c60b3c;
  transition: .4s
}

.catalog-header__item {
  min-height: 138px;
  display: flex;
  flex-direction: column
}

.catalog-header__item picture {
  display: initial
}

.catalog-header__item:hover .catalog-header__image {
  opacity: .35;
  transition: .5s
}

.catalog-header__image {
  pointer-events: none;
  width: 50%;
  height: 100%;
  object-fit: cover;
  object-position: left;
  opacity: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  transition: .5s
}

.catalog-header__list {
  position: relative;
  z-index: 2;
  display: flex;
  flex-wrap: wrap
}

.catalog-header__list li {
  margin-right: 12px;
  margin-bottom: 12px
}

.catalog-header__list li:last-child {
  margin-right: 0
}

.catalog-header__list li a {
  display: flex;
  font-size: 14px;
  line-height: 18px;
  font-weight: 300;
  color: #a7a7a7;
  transition: .4s
}

.catalog-header__list li a:hover {
  transition: .4s;
  color: #c60b3c
}

.header__tel-icon {
  display: none
}

.catalog-header__item-1 {
  justify-content: space-between
}

.catalog-header__item-1 .catalog-header__title {
  margin-bottom: 0
}

.header--white {
  transition: .7s
}

.header--white .logo svg .st0 {
  fill: #1f1c1c
}

.header--white .logo path {
  transition: .4s
}

.header--white:after {
  left: 0;
  transition: .7s
}

.header--white .header__list li a {
  color: #1f1c1c;
  font-weight: 600
}

.header--white .header__list li a:hover {
  color: #c60b3c
}

.header--white .header__tel {
  color: #1f1c1c
}

.header--white .header__tel:hover {
  color: #c60b3c
}

.header--white .header__options svg path {
  fill: #1f1c1c
}

.header--white .header__options .header__favourite path {
  fill: none;
  stroke: #1f1c1c
}

.header--white .header__options .header__favourite:hover path {
  stroke: #c60b3c
}


.contentPage__wrapper.no-footer-mobile .contentPage__content {
  padding-bottom: 0;
}

.contentPage__wrapper.no-footer-mobile .total-checkout-container, .contentPage__wrapper.no-footer-mobile .bx-soa-wrapper,
.contentPage__wrapper.no-footer-mobile .basket-checkout-section, .contentPage__wrapper.no-footer-mobile .basket-checkout-container {
  margin-bottom: 0 !important;
}

.from-auth-wrap__text, .from-auth-wrap__year-desc {
  color: #272424;
  font: 300 14px/18px 'Manrope', sans-serif;
}

.from-auth-wrap__years {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 32px;
  margin: 32px 0;
}

.from-auth-wrap__years-wrap {
  width: 161px;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
}

.from-auth-wrap__text-gray {
  font: 300 12px/14px 'Manrope', sans-serif;
  color: #A7A7A7;
  margin-bottom: 32px;
}

.from-auth-wrap .auth-popup-block > i {
  display: none;
}

.from-auth-wrap .auth-popup-block {
  max-width: 568px;
  background: transparent;
  padding: 0;
}

.from-auth-wrap__year {
  font: 600 42px/57px 'Manrope', sans-serif;
  color: #272424;
}

@media screen and (max-width: 1420px) {
  .header__tel {
    order: 3;
    justify-self: end
  }

  .header__list {
    order: 2
  }

  .header__content {
    padding: 46px 32px 25px 30px;
    grid-template-columns:minmax(157px, 259px) 1fr;
    grid-row-gap: 20px
  }

  .header__list {
    margin-right: 0
  }

  .header__list li {
    margin-right: 192px
  }

  .header__list li a {
    font-size: 15px;
    line-height: 22px
  }

  .logo img {
    width: 157px;
    height: 31px
  }

  .catalog-header__content {
    background-repeat: no-repeat;
    background-position: right top;
    background-color: #1f1c1c;
    background-blend-mode: multiply;
    box-shadow: 1px 10px 10px rgba(0, 0, 0, .3);
    background-size: 100% 600px
  }

  .catalog-header__item:first-child .catalog-header__list {
    grid-template-columns:1fr 1fr;
    grid-column-gap: 40px
  }

  .catalog-header {
    margin-top: -19px;
    padding: 0 16px
  }

  .catalog-header--active .catalog-header__content {
    animation: catalogHeaderslider 15s linear infinite alternate
  }

  .catalog-header__item:hover .catalog-header__image {
    display: none
  }

  .catalog-header__title {
    min-height: 67px;
    font-size: 28px;
    line-height: 34px;
    margin-bottom: 26px
  }

  .catalog-header__item {
    max-width: 260px
  }

  .catalog-header__list {
    display: grid;
    grid-template-columns:1fr;
    grid-row-gap: 14px;
    grid-column-gap: 41px
  }

  .catalog-header__item-1 .catalog-header__list {
    grid-template-columns:1fr 1fr
  }
}

@media screen and (max-width: 767px) {
  .logo img {
    width: 120px;
    height: 23px
  }

  .logo svg {
    width: 120px;
    height: 23px
  }

  .header__tel-icon {
    display: flex
  }

  .header__compare {
    display: none
  }

  .header__favourite {
    display: none
  }

  .header__tel {
    display: none
  }

  .header__list {
    display: none
  }

  .header__list li {
    margin-right: 50px
  }

  .header__content {
    padding: 34px 0 18px;
    grid-template-columns:max-content 1fr
  }

  .header__options {
    grid-gap: 19px;
    justify-content: space-around;
    padding-left: 10vw;
  }

  .header__search-icon {
    margin-right: 0
  }

  .header__toggle-menu {
    margin-left: 0
  }

  .catalog-header {
    display: none
  }
}

.menu {
  background-color: #fff;
  position: absolute;
  height: 100vh;
  left: -200%;
  width: 100%;
  transition: .4s;
  z-index: 9999;
  top: 0
}

.menu__header {
  background-color: #fff !important
}

.menu--active {
  left: 0;
  transition: .4s;
  z-index: 9999
}

.menu__content {
  max-width: 1408px;
  margin: 0 auto;
  position: relative;
  display: grid;
  grid-template-columns:595px 1fr;
  grid-gap: 47px;
  padding: 103px 0 194px 48px
}

.menu__title {
  margin-bottom: 48px;
  width: 595px;
  font-size: 60px;
  line-height: 64px;
  font-weight: 700;
  color: #1f1c1c
}

.menu__links {
  margin-bottom: 175px;
  display: grid;
  grid-auto-flow: column;
  grid-gap: 38px;
  justify-content: start
}

.menu__links li a {
  font-size: 14px;
  line-height: 18px;
  color: #1f1c1c;
  font-weight: 600;
  transition: .4s
}

.menu__links li a:hover {
  color: #c60b3c;
  transition: .4s
}

.info-menu {
  display: grid;
  justify-content: start
}

.info-menu__timetable {
  text-transform: uppercase;
  margin-bottom: 10px;
  font-size: 12px;
  line-height: 16px;
  color: #a7a7a7;
  font-weight: 600
}

.info-menu__tel {
  margin-bottom: 22px;
  display: inline-flex;
  font-size: 14px;
  line-height: 18px;
  font-weight: 600;
  color: #1f1c1c
}

.info-menu__mail {
  display: inline-flex;
  margin-bottom: 40px;
  font-size: 14px;
  line-height: 18px;
  font-weight: 600;
  color: #1f1c1c
}

.social-menu {
  display: grid;
  grid-auto-flow: column;
  justify-content: start;
  grid-gap: 40px
}

.menu__right {
  display: grid;
  grid-template-columns:max-content max-content;
  grid-column-gap: 104px
}

.menu__list {
  display: grid;
  align-content: start;
  grid-gap: 22px
}

.menu__list:nth-child(3), .menu__list:nth-child(4) {
  align-self: end
}

.menu__list li {
  display: flex;
  font-size: 28px;
  line-height: 32px;
  font-weight: 700
}

.menu__list li:first-child a {
  font-size: 28px;
  line-height: 32px;
  font-weight: 700
}

.menu__list li:first-child a:hover {
  color: #1f1c1c
}

.menu__list li a {
  font-size: 14px;
  line-height: 18px;
  font-weight: 600;
  color: #1f1c1c;
  transition: .4s;
  max-width: 300px;
}

.menu__list li a:hover {
  color: #c60b3c;
  transition: .4s
}

.menu__accordions {
  display: none
}

.options-menu {
  display: none !important;
  grid-auto-flow: column;
  justify-content: space-between
}

.options-menu__item {
  display: flex;
  align-items: center;
  padding: 6px 0;
  padding-right: 30px;
  border-right: 1px solid #a7a7a7
}

.options-menu__item:last-child {
  border: none;
  padding-right: 0
}

.options-menu__icon {
  display: flex;
  margin-right: 14px
}

.options-menu__text {
  font-size: 14px;
  line-height: 18px
}

.menu__accordion--mobile {
  display: none
}

@media screen and (max-width: 1420px) {
  .menu__accordions {
    display: grid;
    grid-gap: 40px;
    margin-bottom: 180px
  }

  .menu__content {
    max-width: 768px;
    grid-template-columns:1fr;
    padding: 34px 48px 60px 46px
  }

  .menu__right {
    display: none
  }

  .menu__title {
    font-size: 42px;
    line-height: 52px;
    margin-bottom: 28px
  }

  .menu__links {
    margin-bottom: 78px
  }

  .info-menu__timetable {
    margin-bottom: 8px
  }

  .info-menu__tel {
    font-size: 16px;
    line-height: 22px;
    margin-bottom: 18px
  }

  .info-menu__mail {
    font-size: 16px;
    line-height: 22px;
    margin-bottom: 38px
  }

  .menu__list li:first-child a {
    font-size: 14px;
    line-height: 18px;
    font-weight: 600
  }

  .menu__accordion .accordion__body {
    margin-top: 0;
    padding: 20px 0
  }

  .menu__accordion .menu__list {
    grid-gap: 18px
  }

  .menu__accordion .accordion__title {
    padding-left: 0
  }

  .menu__accordion .accordion__header {
    padding-right: 0
  }

  .menu__title {
    width: 100%
  }

  .menu {
    position: fixed;
    overflow-y: scroll;
    display: flex;
    flex-direction: column;
  }

  .menu::-webkit-scrollbar {
    width: 0
  }
}

@media screen and (max-width: 767px) {
  .options-menu__item:nth-child(2n) {
    padding-left: 39px
  }

  .options-menu {
    display: grid;
    grid-template-columns:1fr 1fr;
    grid-auto-flow: dense
  }

  .menu__content {
    max-width: 450px;
    padding: 28px 16px 56px;
    grid-gap: 29px;
    flex-grow: 1;
  }

  .menu__title {
    font-size: 28px;
    line-height: 34px;
    margin-bottom: 22px
  }

  .menu__title br {
    display: none
  }

  .menu__links {
    margin-bottom: 34px;
    grid-gap: 10px;
    justify-content: space-between
  }

  .menu__accordion .accordion__title {
    font-size: 20px;
    line-height: 27px
  }

  .menu__accordion .accordion__icon svg {
    width: 19px;
    height: 19px
  }

  .menu__accordion .accordion__body {
    min-height: auto !important
  }

  .menu__accordions {
    grid-gap: 23px;
    margin-bottom: 39px
  }

  .info-menu__mail {
    margin-bottom: 32px
  }

  .menu__accordion .menu__list {
    padding-left: 25px
  }
}

@media screen and (max-width: 1420px) {
  .menu__accordion--mobile {
    display: grid
  }
}

.page-up {
  display: flex;
  cursor: pointer;
  transition: .4s;
  opacity: 0;
  position: fixed;
  right: 15px;
  bottom: 75px;
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
  outline: 0;
  z-index: 12;
  border-radius: 50%;
  background-color: #1f1c1c
}

.page-up:hover {
  transition: .4s;
  opacity: .7
}

.page-up--visible {
  opacity: 1;
  display: flex !important
}

.page-up--white {
  background-color: #fff
}

.section-header {
  margin-bottom: 32px;
  display: grid;
  grid-template-columns:850px 2fr max-content;
  align-items: center
}

.section-header__title {
  padding-left: 123px
}

.section-header__description {
  padding-bottom: 12px;
  max-width: 234px;
  font-size: 14px;
  line-height: 18px;
  font-weight: 600;
  color: #a7a7a7
}

.section-header__link {
  display: flex;
  align-items: center;
  font-size: 28px;
  line-height: 38px;
  font-weight: 600;
  color: #fff
}

.section-header__link:hover span {
  transform: translateX(10px);
  transition: .4s
}

.section-header__link span {
  display: flex;
  margin-left: 20px;
  transition: .4s
}

.section-header__button {
  padding: 10px 17px;
  font-size: 16px;
  line-height: 22px;
  font-weight: 700;
  color: #1f1c1c;
  border: 2px solid #1f1c1c;
  transition: .2s
}

.section-header__button:hover {
  transition: .2s;
  border: 2px solid #c60b3c;
  color: #c60b3c
}

@media screen and (max-width: 1420px) {
  .section-header__title {
    padding-left: 30px;
    font-size: 28px;
    line-height: 34px
  }

  .section-header {
    grid-template-columns:272px 2fr max-content
  }

  .section-header__description {
    padding-bottom: 0
  }

  .section-header__link {
    font-size: 20px;
    line-height: 27px
  }
}

@media screen and (max-width: 767px) {
  .section-header__description {
    display: none
  }

  .section-header {
    grid-template-columns:1fr min-content;
    margin-bottom: 20px
  }

  .section-header__link {
    font-size: 0;
    line-height: 0;
    color: transparent
  }

  .section-header__title {
    font-size: 20px;
    line-height: 27px;
    padding-left: 16px
  }
}

.every {
  margin-bottom: 35px
}

.every__content {
  display: grid;
  grid-template-columns:880px 1fr;
  grid-gap: 77px
}

.every__image {
  display: block;
  position: relative
}

.every__image img {
  width: 880px;
  height: 868px;
  object-fit: cover
}

.every__look-around {
  display: flex;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  cursor: pointer
}

.every__right {
  padding-top: 49px;
  padding-bottom: 82px;
  display: grid;
  justify-content: space-between
}

.every__description {
  max-width: 323px;
  display: grid;
  grid-gap: 46px;
  align-self: end;
  font-size: 14px;
  line-height: 18px;
  font-weight: 600;
  color: #a7a7a7
}

@media screen and (max-width: 1420px) {
  .every {
    margin-bottom: 0
  }

  .every__content {
    grid-template-columns:1fr;
    grid-gap: 60px
  }

  .every__image img {
    height: 476px;
    width: 100%
  }

  .every__right {
    padding: 0 30px 110px;
    grid-template-columns:1fr 320px
  }

  .every__title {
    font-size: 42px;
    line-height: 52px;
    max-width: 273px
  }
}

@media screen and (max-width: 767px) {
  .every__look-around {
    transform: translateY(-50%) translateX(-50%) scale(.5)
  }

  .every__content {
    grid-gap: 24px
  }

  .every__image img {
    height: 240px
  }

  .every__right {
    padding: 0 0 80px 16px;
    grid-template-columns:1fr
  }

  .every__title {
    font-size: 28px;
    line-height: 34px;
    margin-bottom: 20px
  }

  .every__description {
    grid-gap: 20px
  }
}

@media screen and (min-width: 2000px) {
  .mainImage1__wrapper {
    max-width: 1920px;
    margin: 0 auto;
    height: 758px
  }

  .mainImage1__wrapper .slide-mainImage1__content {
    height: 758px
  }

  .mainImage1__slide--short {
    background-position: center top
  }
}

.mainImage1 {
  margin-bottom: 32px
}

.mainImage1 .swiper-fraction {
  pointer-events: none;
  max-width: 1420px;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 2
}

.mainImage1 .swiper-fraction__content {
  padding-top: 54px;
  padding-left: 127px;
  display: flex;
  align-items: center
}

.mainImage1 .swiper-progress {
  margin: 0 12px;
  width: 165px;
  height: 2px;
  position: relative
}

.mainImage1 .swiper-fraction__number {
  font-size: 16px;
  line-height: 22px;
  font-weight: 700;
  color: #1f1c1c;
  transition: .5s
}

.mainImage1 .swiper-fraction__current {
  color: #c60b3c
}

.mainImage1 .swiper-pagination-progressbar {
  background-color: #1f1c1c;
  transition: .5s
}

.mainImage1 .swiper-pagination-progressbar-fill {
  background-color: #c60b3c;
  transition: .5s
}

.mainImage1 .swiper-progress--light {
  background-color: #a7a7a7;
  transition: .5s
}

.mainImage1 .swiper-progress--light .swiper-pagination-progressbar-fill {
  background-color: #c60b3c;
  transition: .5s
}

.mainImage1 .swiper-fraction__all--light {
  color: #a7a7a7;
  transition: .5s
}

.mainImage1__slide {
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center
}

.slide-mainImage1__title {
  margin-bottom: 31px;
  font-size: 90px;
  line-height: 102px;
  max-width: 650px;
  font-weight: 700;
  color: #1f1c1c
}

.slide-mainImage1__description {
  padding-left: 5px;
  max-width: 650px;
  font-size: 14px;
  line-height: 18px;
  margin-bottom: 19px;
  color: #1f1c1c;
  font-weight: 600
}

.slide-mainImage1__link {
  padding-left: 5px;
  display: inline-flex;
  justify-self: start;
  align-items: center;
  font-size: 28px;
  line-height: 38px;
  font-weight: 600;
  color: #1f1c1c
}

.slide-mainImage1__link:hover, .slide-mainImage1__link:hover * {
  color: rgb(197, 0, 52)
}

.slide-mainImage1__link span {
  margin-left: 12px;
  display: flex;
  align-items: center;
  transition: .3s
}

.slide-mainImage1__link:hover span {
  transform: translateX(10px);
  transition: .3s
}

.slide-mainImage1__content {
  padding: 74px 120px;
  height: 758px;
  position: relative;
  z-index: 9;
  display: grid;
  align-content: start;
  justify-content: end
}

.slide-mainImage1__stamp {
  position: absolute;
  right: 100px;
  bottom: 133px
}

.mainImage1__content {
  position: relative
}

.mainImage1__slider-navigation {
  pointer-events: none;
  position: absolute;
  z-index: 2;
  width: 100%;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  height: 100%
}

.mainImage1__slider-navigation .swiper-button-prev {
  pointer-events: all;
  height: 100%;
  top: 0;
  left: 0;
  margin: 0;
  width: 13%;
  opacity: 0;
  z-index: 2
}

.mainImage1__slider-navigation .swiper-button-prev:hover {
  cursor: url(/local/dev/mockup/css/../img/prev-slide__arrow.svg), auto
}

.mainImage1__slider-navigation .swiper-button-next {
  pointer-events: all;
  height: 100%;
  top: 0;
  margin: 0;
  width: 18%;
  right: 0;
  opacity: 0;
  z-index: 2
}

.mainImage1__slider-navigation .swiper-button-next:hover {
  cursor: url(/local/dev/mockup/css/../img/next-slide__arrow.svg), auto
}

.mainImage1__slider-navigation .swiper-button-disabled {
  pointer-events: none
}

.mainImage1__slide--short {
  background-size: cover;
  background-position: 800px top
}

.mainImage1__slide--short .slide-mainImage1__content {
  justify-content: start;
  padding: 116px 100px 100px 123px
}

.mainImage1__slide--short .slide-mainImage1__title {
  color: #fff
}

.mainImage1__slide--short .slide-mainImage1__description {
  color: #a7a7a7;
  margin-bottom: 90px
}

.mainImage1__slide--short .slide-mainImage1__link {
  color: #fff
}

.mainImage1__slide--short .slide-mainImage1__stamp {
  left: 480px;
  bottom: 113px;
  right: auto
}

.slide-mainImage1__image {
  display: none
}

@media screen and (max-width: 1550px) {
  .mainImage1__slide--short {
    background-position: 620px top
  }
}

@media screen and (max-width: 1420px) {
  .mainImage1 {
    margin-bottom: 70px
  }

  .mainImage1 .swiper-fraction {
    width: auto;
    height: auto;
    transform: none;
    left: 0;
    top: 510px
  }

  .mainImage1 .swiper-fraction__content {
    padding-top: 0;
    padding-left: 30px
  }

  .mainImage1 .swiper-pagination-progressbar {
    background-color: #a7a7a7;
    transition: .5s
  }

  .mainImage1 .swiper-pagination-progressbar-fill {
    background-color: #c60b3c;
    transition: .5s
  }

  .mainImage1 .swiper-progress {
    background-color: #a7a7a7;
    transition: .5s
  }

  .mainImage1 .swiper-progress .swiper-pagination-progressbar-fill {
    background-color: #c60b3c;
    transition: .5s
  }

  .mainImage1 .swiper-fraction__all {
    color: #a7a7a7;
    transition: .5s
  }

  .mainImage1__wrapper {
    max-width: 768px;
    padding: 0 16px;
    margin: 0 auto
  }

  .mainImage1__slide, .mainImage1__slide--short {
    background: 0 0 !important
  }

  .mainImage1__slide .slide-mainImage1__image, .mainImage1__slide--short .slide-mainImage1__image {
    display: block;
    margin-bottom: 72px
  }

  .mainImage1__slide .slide-mainImage1__image img, .mainImage1__slide--short .slide-mainImage1__image img {
    width: 100%;
    height: 476px
  }

  .mainImage1__slide .slide-mainImage1__content, .mainImage1__slide--short .slide-mainImage1__content {
    height: 100%;
    padding: 0;
    justify-content: stretch
  }

  .mainImage1__slide .slide-mainImage1__title, .mainImage1__slide--short .slide-mainImage1__title {
    max-width: 540px;
    padding-left: 30px;
    margin-bottom: 22px;
    font-size: 60px;
    line-height: 64px;
    color: #fff
  }

  .mainImage1__slide .slide-mainImage1__description, .mainImage1__slide--short .slide-mainImage1__description {
    padding-left: 30px;
    margin-bottom: 0;
    font-size: 14px;
    line-height: 18px;
    color: #a7a7a7
  }

  .mainImage1__slide .slide-mainImage1__link, .mainImage1__slide--short .slide-mainImage1__link {
    color: #fff;
    font-size: 20px;
    line-height: 27px;
    position: absolute;
    right: 34px;
    bottom: 7px
  }

  .mainImage1__slide .slide-mainImage1__stamp, .mainImage1__slide--short .slide-mainImage1__stamp {
    top: 404px;
    bottom: auto
  }
}

@media screen and (max-width: 767px) {
  .mainImage1 {
    margin-bottom: 55px
  }

  .mainImage1 .swiper-fraction {
    top: 256px;
    left: 0
  }

  .mainImage1 .swiper-progress {
    width: 122px
  }

  .mainImage1 .swiper-fraction__number {
    font-size: 14px;
    line-height: 18px
  }

  .mainImage1__slide .slide-mainImage1__image, .mainImage1__slide--short .slide-mainImage1__image {
    display: block;
    margin-bottom: 52px
  }

  .mainImage1__slide .slide-mainImage1__image img, .mainImage1__slide--short .slide-mainImage1__image img {
    width: 100%;
    height: auto
  }

  .mainImage1__slide .slide-mainImage1__title, .mainImage1__slide--short .slide-mainImage1__title {
    max-width: 380px;
    padding-left: 14px;
    margin-bottom: 8px;
    font-size: 28px;
    line-height: 34px;
    color: #fff
  }

  .mainImage1__slide .slide-mainImage1__description, .mainImage1__slide--short .slide-mainImage1__description {
    margin-bottom: 25px;
    padding-left: 16px;
    font-size: 14px;
    line-height: 18px;
    color: #a7a7a7
  }

  .mainImage1__slide .slide-mainImage1__link, .mainImage1__slide--short .slide-mainImage1__link {
    position: static;
    padding-left: 16px
  }

  .mainImage1__slide .slide-mainImage1__stamp, .mainImage1__slide--short .slide-mainImage1__stamp {
    top: 200px;
    bottom: auto;
    left: auto;
    right: 16px
  }

  .slide-mainImage1__content {
    max-width: 450px
  }

  .mainImage1__wrapper {
    max-width: 450px;
    padding: 0 16px;
    margin: 0 auto
  }
}

.homeBrands {
  margin-bottom: 104px
}

.homeBrands__content {
  display: grid;
  grid-template-columns:880px 1fr;
  grid-gap: 80px
}

.homeBrands__image img {
  width: 880px;
  height: 868px;
  object-fit: cover
}

.homeBrands__right {
  padding-top: 49px
}

.homeBrands__title {
  margin: 0;
  margin-bottom: 128px;
  max-width: 390px;
  font-size: 28px;
  line-height: 38px;
  font-weight: 600;
  color: #fff
}

.homeBrands__list {
  display: grid;
  grid-gap: 76px
}

.item-homeBrands {
  display: grid;
  grid-auto-flow: column;
  grid-gap: 32px;
  align-items: center;
  justify-content: start;
  justify-self: start
}

.item-homeBrands:hover .item-homeBrands__title {
  transition: .3s;
  color: #c60b3c
}

.item-homeBrands__images {
  display: grid;
  grid-auto-flow: column;
  grid-gap: 32px
}

.item-homeBrands__image {
  width: 72px;
  height: 72px
}

.item-homeBrands__image img {
  width: 100%;
  height: 100%
}

.item-homeBrands__title {
  transition: .3s;
  display: inline-flex;
  max-width: 160px;
  text-transform: uppercase;
  color: #fff;
  font-size: 16px;
  line-height: 22px
}

@media screen and (max-width: 1420px) {
  .homeBrands {
    margin-bottom: 110px
  }

  .homeBrands__content {
    display: grid;
    grid-template-columns:1fr;
    grid-gap: 60px
  }

  .homeBrands__right {
    padding: 0 30px;
    display: grid;
    grid-template-columns:273px 1fr;
    grid-gap: 77px
  }

  .homeBrands__image img {
    width: 100%;
    height: 476px
  }

  .homeBrands__title {
    max-width: 273px
  }

  .item-homeBrands {
    grid-gap: 22px
  }

  .item-homeBrands__images {
    grid-gap: 22px
  }

  .homeBrands__list {
    grid-gap: 40px
  }
}

@media screen and (max-width: 767px) {
  .homeBrands__left {
    display: none
  }

  .homeBrands__right {
    grid-template-columns:1fr;
    grid-gap: 40px
  }

  .homeBrands__right {
    padding: 0 0 0 16px
  }

  .homeBrands__title {
    font-size: 20px;
    line-height: 27px;
    margin-bottom: 0
  }

  .item-homeBrands__image {
    width: 64px;
    height: 64px
  }

  .item-homeBrands {
    grid-gap: 20px
  }

  .item-homeBrands__images {
    grid-gap: 20px
  }

  .item-homeBrands__title {
    font-size: 14px;
    line-height: 20px
  }

  .homeBrands__list {
    grid-gap: 35px
  }
}

.preview__list {
  display: grid;
  grid-gap: 40px;
  margin-top: 100px;
  margin-bottom: 100px
}

.preview__link {
  font-weight: 700;
  font-size: 40px;
  line-height: 50px;
  color: #fff;
  padding-left: 0;
  transition: .4s
}

.preview__link:hover {
  color: #c60b3c;
  transition: .4s
}

@media screen and (max-width: 767px) {
  .preview__list {
    grid-gap: 20px
  }

  .preview__link {
    font-size: 20px;
    line-height: 26px
  }
}

.range {
  margin-bottom: 35px
}

.range__content {
  display: grid;
  grid-template-columns:878px 1fr;
  grid-gap: 80px
}

.range__left {
  display: grid;
  grid-template-columns:1fr 1fr;
  grid-gap: 16px;
  position: relative
}

.range__image {
  display: block;
  position: relative
}

.range__image > img {
  height: 100%;
  width: 431px;
  object-fit: cover
}

.range__stamp {
  position: absolute;
  right: -70px;
  bottom: 262px
}

.image-range__look-around {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  cursor: pointer
}

.range__right {
  padding-top: 65px;
  padding-bottom: 69px;
  display: grid;
  justify-content: space-between
}

.range__title {
  margin: 0;
  margin-bottom: 20px;
  font-size: 28px;
  line-height: 38px;
  color: #fff;
  font-weight: 600
}

.range__description {
  max-width: 369px;
  align-self: end;
  font-size: 14px;
  line-height: 18px;
  font-weight: 600;
  color: #a7a7a7
}

@media screen and (max-width: 1420px) {
  .range {
    margin-bottom: 110px
  }

  .range__stamp {
    right: 9px;
    bottom: -66px
  }

  .range__image img {
    height: 476px;
    width: 360px
  }

  .range__content {
    grid-template-columns:1fr;
    grid-gap: 60px
  }

  .range__right {
    padding: 0 30px
  }

  .range__title {
    margin-bottom: 80px;
    max-width: 561px
  }
}

@media screen and (max-width: 767px) {
  .range {
    margin-bottom: 80px
  }

  .range__right {
    padding: 0 0 0 16px
  }

  .range__image img {
    width: 100%;
    height: 240px
  }

  .range__content {
    grid-gap: 56px
  }

  .range__title {
    font-size: 20px;
    line-height: 27px;
    margin-bottom: 0
  }

  .range__description {
    display: none
  }

  .image-range__look-around {
    transform: translateX(-50%) translateY(-50%) scale(.5)
  }

  .range__stamp {
    right: 42px;
    bottom: -34px
  }

  .range__input-wrapper {
    width: 100%
  }
}

.filter {
  display: block;
  position: fixed;
  top: 0;
  right: -100%;
  width: 0;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0);
  z-index: 99;
  transition: .7s
}

@keyframes fillBlack {
  0% {
    background-color: transparent
  }
  100% {
    background-color: rgba(0, 0, 0, .15)
  }
}

@media screen and (min-width: 1420px) {
  .filter--active {
    transition: 1.1s;
    animation: fillBlack .5s 1s linear forwards;
    right: 0;
    width: 100%
  }

  .filter__wrapper {
    display: flex;
    justify-content: flex-end;
    padding: 0;
    max-width: 100%
  }

  .filter__content {
    max-width: 568px;
    width: 100%;
    background-color: #1f1c1c;
    padding: 40px;
    overflow: auto;
    height: 100vh
  }

  .filter__content::-webkit-scrollbar {
    width: 2px
  }

  .filter__content::-webkit-scrollbar-track {
    background-color: #1f1c1c
  }

  .filter__content::-webkit-scrollbar-thumb {
    border-radius: 5px;
    background-color: #fff
  }

  .filter__header {
    margin-bottom: 53px;
    display: flex;
    align-items: center;
    justify-content: space-between
  }

  .filter__title {
    font-size: 42px;
    line-height: 52px;
    font-weight: 700;
    color: #fff
  }

  .filter__hedliner {
    margin-bottom: 62px;
    display: flex;
    align-items: center;
    justify-content: space-between
  }

  .header-filter__logo {
    display: flex
  }

  .header-filter__logo svg {
    width: 176px;
    height: 33px
  }

  .filter__cancel {
    color: #c60b3c;
    display: flex;
    align-items: center;
    cursor: pointer
  }

  .cancel-filter__icon {
    margin-left: 9px;
    display: flex
  }

  .filter__accordion .accordion__body {
    margin-top: 0;
    background-color: #1f1c1c;
    padding: 36px 0 0 !important;
    min-height: auto !important;
    color: #fff
  }

  .filter__accordion .accordion__header {
    padding-right: 0
  }

  .filter__accordion .accordion__title {
    padding-left: 0;
    color: #fff
  }

  .filter__accordions {
    margin-bottom: 62px;
    display: grid;
    grid-gap: 40px
  }

  .filter__result {
    text-align: center;
    padding: 25px;
    display: block
  }

  .header-filter__close {
    display: flex
  }

  .header-filter__close:hover svg path {
    stroke: #c60b3c
  }

  .cancel-filter__text {
    font-size: 16px;
    line-height: 18px;
    font-weight: 600;
    color: #c60b3c
  }

  .filter__accordions {
    grid-gap: 23px
  }

  .filter__accordion .accordion__title {
    font-size: 20px;
    line-height: 27px
  }

  .filter__accordion .accordion__icon {
    width: 19px;
    height: 19px
  }

  .filter__header {
    margin-bottom: 18px
  }

  .header-filter__logo svg {
    width: 135px;
    height: 26px
  }

  .header-filter__close svg {
    width: 19px;
    height: 19px
  }

  .filter__title {
    font-size: 28px;
    line-height: 34px
  }

  .cancel-filter__text {
    font-size: 14px;
    line-height: 18px
  }

  .filter__accordions {
    margin-bottom: 37px
  }

  .filter__result {
    padding: 11px
  }

  .filter__hedliner {
    margin-bottom: 48px
  }

  .filter__accordion .accordion__body {
    padding-top: 26px !important
  }

  .filter__header {
    display: none
  }

  .filter .bottom-sort__colors {
    grid-template-columns:1fr 1fr 1fr
  }

  .filter .bottom-sort__width {
    padding-left: 0 !important;
    grid-template-columns:1fr 1fr
  }

  .filter .range__inputs {
    grid-gap: 20px;
    display: grid;
    grid-template-columns:1fr 1fr
  }

  .filter .range__input {
    width: 100%;
    height: 42px;
    padding: 10px;
    font-size: 16px;
    line-height: 22px
  }

  .filter .range__bar {
    width: 100%
  }

  .filter .range__input-wrapper:after {
    width: 9px;
    right: -14px
  }

  .filter .bottom-sort__width {
    padding-left: 16px;
    font-size: 16px;
    line-height: 22px;
    grid-gap: 24px
  }

  .filter .select-sort__list {
    width: 100%;
    top: calc(100% + 20px)
  }

  .filter .sort__top {
    grid-template-columns:max-content 1fr
  }
}

@media screen and (max-width: 1420px) {
  .filter {
    display: block;
    position: fixed;
    top: 0;
    left: -200%;
    width: 100%;
    height: 100vh;
    background-color: #1f1c1c;
    z-index: 99;
    transition: .7s
  }

  .filter .range__inputs {
    display: grid;
    grid-template-columns:1fr 1fr;
    grid-gap: 40px
  }

  .filter .range__input {
    width: 100%
  }

  .filter .range__input-wrapper:after {
    right: -30px
  }

  .filter--active {
    transition: .7s;
    left: 0;
    overflow: auto
  }

  .filter--active::-webkit-scrollbar {
    width: 2px
  }

  .filter--active::-webkit-scrollbar-track {
    background-color: #1f1c1c
  }

  .filter--active::-webkit-scrollbar-thumb {
    border-radius: 5px;
    background-color: #fff
  }

  .filter__content {
    padding: 46px 30px 101px
  }

  .filter__header {
    margin-bottom: 53px;
    display: flex;
    align-items: center;
    justify-content: space-between
  }

  .filter__title {
    font-size: 42px;
    line-height: 52px;
    font-weight: 700;
    color: #fff
  }

  .filter__hedliner {
    margin-bottom: 62px;
    display: flex;
    align-items: center;
    justify-content: space-between
  }

  .header-filter__logo {
    display: flex
  }

  .header-filter__logo svg {
    width: 176px;
    height: 33px
  }

  .filter__cancel {
    color: #c60b3c;
    display: flex;
    align-items: center;
    cursor: pointer
  }

  .cancel-filter__icon {
    margin-left: 9px;
    display: flex
  }

  .filter__accordion .accordion__body {
    margin-top: 0;
    background-color: #1f1c1c;
    padding: 36px 0 0 !important;
    min-height: auto !important;
    color: #fff
  }

  .filter__accordion .accordion__header {
    padding-right: 0
  }

  .filter__accordion .accordion__title {
    padding-left: 0;
    color: #fff
  }

  .filter__accordions {
    margin-bottom: 62px;
    display: grid;
    grid-gap: 40px
  }

  .filter__result {
    text-align: center;
    padding: 25px;
    display: block
  }

  .header-filter__close {
    display: flex
  }

  .header-filter__close:hover svg path {
    stroke: #c60b3c
  }

  .cancel-filter__text {
    font-size: 16px;
    line-height: 18px;
    font-weight: 600;
    color: #c60b3c
  }
}

@media screen and (max-width: 767px) {
  .filter--active {
    overflow: auto
  }

  .filter__wrapper {
    padding: 0 16px
  }

  .filter__accordions {
    grid-gap: 23px
  }

  .filter__accordion .accordion__title {
    font-size: 20px;
    line-height: 27px
  }

  .filter__accordion .accordion__icon {
    width: 19px;
    height: 19px
  }

  .filter__content {
    padding: 34px 0 40px
  }

  .filter__header {
    margin-bottom: 18px
  }

  .header-filter__logo svg {
    width: 135px;
    height: 26px
  }

  .header-filter__close svg {
    width: 19px;
    height: 19px
  }

  .filter__title {
    font-size: 28px;
    line-height: 34px
  }

  .cancel-filter__text {
    font-size: 14px;
    line-height: 18px
  }

  .filter__accordions {
    margin-bottom: 37px
  }

  .filter__result {
    padding: 11px
  }

  .filter__hedliner {
    margin-bottom: 48px
  }

  .filter__accordion .accordion__body {
    padding-top: 26px !important
  }
}

.pagePolicy__content {
  padding: 50px 0
}

.pagePolicy__content p {
  font-size: 16px;
  line-height: 26px;
  margin-bottom: 24px
}

.pagePolicy__content table {
  margin-bottom: 24px
}

.pagePolicy__content h2 {
  margin-top: 0;
  font-size: 32px;
  line-height: 48px
}

@media screen and (max-width: 1420px) {
  .pagePolicy__content {
    padding: 0 30px
  }
}

@media screen and (max-width: 767px) {
  .pagePolicy__content {
    padding: 20px 0
  }

  .pagePolicy__content h2 {
    font-size: 24px;
    line-height: 32px
  }
}

.card {
  margin-bottom: 110px
}

.card__middle {
  background-color: #1f1c1c;
  margin-bottom: 103px
}

.card__benefits {
  padding: 65px 58px 66px 59px;
  display: grid;
  grid-template-columns:1fr 1fr 1fr 1fr;
  grid-gap: 48px
}

.crumbs--card {
  display: none
}

.card__labels {
  display: grid;
  grid-gap: 10px;
  position: absolute;
  top: 50px;
  right: 0;
  z-index: 10
}

.card__label {
  font-size: 14px;
  line-height: 14px;
  font-weight: 300;
  padding: 6px 12px;
  color: #c60b3c;
  border-radius: 2px;
  border: 2px solid #c60b3c;
  background-color: #fff;
  text-align: center
}

.card__label:last-child {
  margin-right: 0
}

.benefits-card__icon {
  display: flex;
  margin-right: 20px;
  flex-shrink: 0
}

.benefits-card__icon img, .benefits-card__icon svg {
  max-height: 42px;
  max-width: 42px;
  width: 100%
}

.benefits-card__item {
  display: flex;
  align-items: center;
  border-right: 1px solid #cdcdcd;
  justify-content: center
}

.benefits-card__item:last-child {
  border: none
}

.benefits-card__item:hover .benefits-card__text {
  color: #c60b3c
}

.benefits-card__item:hover .benefits-card__icon {
  filter: invert(111%) sepia(44%) saturate(7344%) hue-rotate(335deg) brightness(77%) contrast(103%)
}

.benefits-card__text {
  font-size: 12px;
  line-height: 16px;
  font-weight: 600;
  color: #fff
}

.bottom-card__title {
  padding-left: 127px;
  margin-bottom: 73px
}

.table-characteristics____row {
  display: grid;
  grid-template-columns:max-content 1fr 583px;
  grid-gap: 16px;
  align-items: center
}

.table-characteristics__property {
  font-size: 14px;
  line-height: 18px;
  font-weight: 600;
  color: #1f1c1c
}

.table-characteristics__value {
  font-size: 16px;
  line-height: 22px;
  font-weight: 700;
  color: #1f1c1c
}

.table-characteristics__border {
  height: 1px;
  width: 100%;
  background-color: #cdcdcd
}

.characteristics__table {
  display: grid;
  grid-gap: 28px
}

.bottom-card__accordions {
  display: grid;
  grid-gap: 40px
}

.instruction__accordion.accordion--active .accordion__body {
  display: grid;
  grid-auto-flow: column;
  grid-gap: 50px;
  justify-content: space-between
}

.instruction__cell {
  display: flex
}

.instruction__cell:hover .instruction__text {
  color: #c60b3c;
  transition: .3s
}

.instruction__icon {
  display: flex;
  margin-right: 20px;
  align-items: center
}

.instruction__text {
  font-size: 16px;
  line-height: 26px;
  color: #1f1c1c;
  font-weight: 700;
  display: flex;
  align-items: center;
  transition: .3s
}

.card__top {
  margin-bottom: 20px;
  background-color: #fff;
  padding: 32px 48px 40px 47px;
  display: grid;
  grid-template-columns:1fr 512px;
  grid-gap: 128px;
  justify-content: space-between;
  position: relative
}

.card__crumbs {
  margin-bottom: 17px
}

.card__crumbs .crumbs-list__item .crumbs-list__link {
  color: #cdcdcd
}

.card__crumbs .crumbs-list__item:last-child .crumbs-list__link {
  color: #a7a7a7
}

.info-card__category {
  font-size: 12px;
  line-height: 16px;
  text-transform: uppercase;
  color: #a7a7a7;
  font-weight: 700
}

.info-card__header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 89px
}

.info-card__option {
  display: flex;
  cursor: pointer
}

.info-card__option:hover svg path, .info-card__option:hover svg rect {
  transition: .4s;
  stroke: #c60b3c
}

.info-card__option svg path, .info-card__option svg rect {
  transition: .4s
}

.info-card__options {
  opacity: 0;
  pointer-events: none;
  display: grid;
  grid-auto-flow: column;
  grid-gap: 32px;
  align-items: center
}

.card__article {
  margin-bottom: 12px;
  font-size: 12px;
  line-height: 16px;
  color: #a7a7a7;
  font-weight: 600
}

.card__title {
  font-size: 42px;
  line-height: 52px;
  margin: 0;
  margin-bottom: 24px;
  color: #1f1c1c;
  font-weight: 700
}

.card__price {
  font-size: 28px;
  line-height: 34px;
  font-weight: 700;
  color: #1f1c1c
}

.card__prices, .slider-cheaper {
  margin-bottom: 48px
}

.slider-cheaper {
  position: relative;
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
}

.slider-cheaper__item {
  border: 1px solid #A7A7A7;
  padding: 8px;
  max-width: 244px;
  width: 100%;
  height: auto;
}

.slider-cheaper__list {
  flex-wrap: wrap;
  width: max-content;
}

.slider-cheaper__link {
  height: 100%;
}

.slider-cheaper__btn-more {
  background: transparent;
  color: #C50034;
}

.slider-cheaper__btn-more:focus, .slider-cheaper__btn-more:active {
  outline: none;
}

.slider-cheaper__btn-more svg {
  margin-left: 14px;
  transition: .3s ease;
}

.slider-cheaper__btn-more.open svg {
  transform: rotate(180deg);
}

.slider-cheaper__link, .slider-cheaper__btn-more {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  padding: 0;
  z-index: 11;
}

.slider-cheaper-img {
  width: 62px;
  height: 50px;
  margin-right: 16px;
}

.slider-cheaper__btn-more.open ~ .slider-cheaper-wrapper {
  display: flex;
  align-items: center;
}

.slider-cheaper-wrapper {
  position: absolute;
  display: none;
  top: -16px;
  left: -32px;
  padding: 62px 32px 32px;
  border: solid 1px #CDCDCD;
  background-color: #fff;
  z-index: 10;
}

.slider-cheaper__prev {
  margin-right: 8px;
}

.slider-cheaper__next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}

.slider-cheaper__prev, .slider-cheaper__next {
  background: transparent;
  outline: none;
  padding: 0;
}

.slider-cheaper__prev:active, .slider-cheaper__next:active {
  outline: none;
}

.slider-cheaper__next.hide,.slider-cheaper__next.hide {
  display: none;
}

.slider-cheaper__prev {
  right: calc(100% + 16px);
}

.slider-cheaper__next {
  left: calc(100% + 16px);
}

.slider-cheaper__prev svg, .slider-cheaper__next svg {
  fill: #C60B3C;
  transition: .3s ease;
}

.slider-cheaper__prev.swiper-button-disabled svg, .slider-cheaper__next.swiper-button-disabled svg {
  fill: #A7A7A7;
}

.slider-cheaper-wrap {
  width: 100%;
  overflow: hidden;
}

.slider-cheaper-info {
  display: grid;
  grid-template-columns: max-content 1fr;
  grid-gap: 4px 8px;
  align-items: flex-end;
}

.slider-cheaper-info__desc-text {
  grid-column: 1/-1;
  color: #1F1C1C;
  font: 400 8px/12px "Manrope", sans-serif;
}

.slider-cheaper-info__desc-text mark, .slider-cheaper-info__title-text {
  font: 700 8px/12px "Manrope", sans-serif;
  color: #1F1C1C;
  background: transparent;
  padding: 0;
}

.slider-cheaper-info__title-text, .slider-cheaper-info__content-text {
  grid-row: 2/3;
}

.slider-cheaper-info__content-text {
  font: 300 8px/12px "Manrope", sans-serif;
  color: #1F1C1C;
}

.slider-cheaper__pagination {
  position: absolute;
  bottom: -30px;
  left: 50%;
  transform: translateX(-50%);
  display: none;
  align-items: center;
  gap: 8px;
}

.slider-cheaper-info__current-price {
  font: 700 12px/16px "Manrope", sans-serif;
  color: #000;
}

.slider-cheaper-info__old-price {
  text-decoration: line-through;
  color: #A7A7A7;
  font: 700 10px/14px "Manrope", sans-serif;
}

.card__sizes {
  display: grid;
  grid-template-columns:repeat(auto-fit, 81px);
  align-items: center;
  grid-gap: 16px
}

.card__size {
  min-width: 81px;
  padding: 6px 10px 8px;
  font-size: 14px;
  line-height: 18px;
  color: #1f1c1c;
  font-weight: 600;
  display: inline-flex;
  justify-self: start;
  border: 2px solid #1f1c1c;
  border-radius: 2px;
  cursor: pointer;
  transition: .4s;
  justify-content: center
}

.card__size:hover {
  transition: .4s;
  color: #c60b3c;
  border: 2px solid #c60b3c
}

.card__size--active {
  color: #c60b3c;
  border: 2px solid #c60b3c
}

.card__parameters {
  display: grid;
  grid-auto-flow: column;
  align-items: center;
  justify-content: start;
  grid-gap: 40px;
}

.card__parameters--full {
  grid-auto-flow: dense;
  grid-gap: 25px;
  justify-content: inherit;
}

.card__parameters--full .color-card__image {
  margin-right: 0;
  margin-bottom: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  border: 2px solid transparent;
  overflow: hidden
}

.card__parameters--full .color-card__image img, .card__parameters--full .color-card__image svg {
  width: 26px;
  height: 26px;
  border-radius: 50%;
  border: 1px solid rgba(167, 167, 167, .9)
}

.card__parameters--full .color-card__image--active {
  margin-bottom: 24px;
  border: 2px solid #c60b3c;
}

.card__parameters--full .color-card__image--active + .color-card__text {
  display: block;
  position: absolute;
  width: max-content;
}

.card__parameters--full .card__colors {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
}

.card__parameters--full .color-card__text {
  display: none;
  bottom: 0;
}

.card__parameters--full .color-card {
  position: relative;
  display: grid;
}

.card__colors {
  display: grid;
  grid-template-columns:repeat(auto-fit, 36px);
  grid-gap: 6px
}

.card__price-old {
  font-size: 16px;
  line-height: 22px;
  color: #a7a7a7;
  font-weight: 700
}

.color-card {
  display: flex;
  align-items: center
}

.color-card__image {
  margin-right: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  border: 2px solid transparent;
  overflow: hidden
}

.color-card__image img, .color-card__image svg {
  width: 26px;
  height: 26px;
  border-radius: 50%;
  border: 1px solid rgba(167, 167, 167, .9)
}

.color-card__text {
  font-size: 12px;
  line-height: 16px;
  font-weight: 600;
  color: #1f1c1c
}

.card__description {
  margin-top: 80px;
  margin-bottom: 27px;
  font-size: 14px;
  line-height: normal;
}

.card__description--mobile {
  display: none;
}

.card__anchor {
  display: inline-flex;
  margin-bottom: 65px;
  font-size: 16px;
  line-height: 22px;
  font-weight: 700;
  color: #1f1c1c;
  justify-self: start
}

.card__anchor:hover {
  color: #c60b3c;
  transition: .4s
}

.buy-card {
  display: flex;
  align-items: center;
  justify-self: end;
  margin-top: 49px;
}

.buy-card:hover .buy-card__icon {
  transform: translateX(10px);
  transition: .2s
}

.buy-card__icon {
  display: flex;
  transition: .2s;
  margin-left: 12px
}

.info-card {
  display: grid
}

.card__info.info-card {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
}

.buy-card__text {
  font-size: 28px;
  line-height: 38px;
  font-weight: 600;
  color: #1f1c1c
}

.top-card__left {
  position: relative
}

.top-card__left .catalog-item__labels {
  display: grid;
  right: 0;
  top: 50px;
  left: auto;
  pointer-events: none
}

.top-card__left .card__label {
  margin-right: 0
}

.top-card__scroll {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 50px;
  display: flex;
  overflow: hidden;
  width: 40px;
  height: 40px;
  align-items: center;
  justify-content: center
}

.top-card__scroll--animated svg {
  animation: cardScroll 1.5s linear infinite both reverse
}

@keyframes cardScroll {
  0% {
    opacity: 1;
    transform: translateY(200%)
  }
  100% {
    opacity: .2;
    transform: none
  }
}

@media screen and (max-width: 1420px) {
  .card__label {
    font-size: 12px;
    line-height: 14px;
    padding: 3px 7px;
    margin: 0;
    justify-self: start
  }

  .card__labels {
    grid-template-columns:1fr;
    grid-gap: 11px;
    display: grid
  }

  .crumbs--card {
    display: block;
    margin-bottom: 13px
  }

  .card__article {
    margin-bottom: 14px
  }

  .card__top {
    grid-template-columns:1fr;
    padding: 33px 33px 60px 32px;
    margin-bottom: 28px;
    grid-gap: 30px
  }

  .card__benefits {
    grid-template-columns:204px 1fr;
    grid-row-gap: 54px;
    grid-column-gap: 96px;
    padding: 48px 85px;
    justify-content: space-between;
    justify-items: start
  }

  .benefits-card__item {
    border-right: none
  }

  .card__middle {
    margin-bottom: 80px
  }

  .bottom-card__title {
    margin-bottom: 58px;
    padding: 0 32px
  }

  .bottom-card__accordions .accordion__title {
    padding-left: 32px
  }

  .bottom-card__accordions .accordion__body {
    padding: 40px 50px 46px 54px
  }

  .bottom-card__accordions .accordion__header {
    padding-right: 26px
  }

  .card__parameters {
    /* margin-bottom: 39px */
  }

   .card__title {
    max-width: 90%
  }

  .info-card__header {
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
    margin-bottom: 0;
    padding: 33px 32px 33px 31px
  }

  .top-card__left .crumbs-list {
    display: none
  }

  .buy-card__text {
    font-size: 20px;
    line-height: 27px
  }

  .top-card__scroll {
    bottom: 28px
  }

  .buy-card__icon {
    margin-left: 20px
  }

  .buy-card {
    margin-top: 30px;
  }

  .card__anchor {
    margin-bottom: 30px;
  }

  .info-card {
    position: relative
  }

  .top-card__left {
    height: 352px
  }

  .table-characteristics____row {
    grid-template-columns:max-content 1fr 200px
  }

  .card__crumbs {
    display: none
  }

  .card__prices {
    margin-bottom: 38px;
    display: grid;
    grid-auto-flow: column;
    justify-content: start;
    grid-gap: 16px;
    align-items: center
  }

  .card__price-old {
    order: 1
  }

  .card__parameters--full .card__colors {
    grid-gap: 20px
  }

  .instruction__accordion.accordion--active .accordion__body {
    grid-auto-flow: dense;
    grid-template-columns:1fr 1fr;
    grid-gap: 20px
  }
}

@media screen and (max-width: 767px) {
  .card__labels {
    top: 65px;
    grid-gap: 8px
  }

  .card__parameters--full {
    grid-auto-flow: row
  }

  .crumbs--card {
    margin-bottom: 10px
  }

  .card {
    margin-bottom: 80px
  }

  .card__benefits {
    grid-template-columns:1fr;
    padding: 33px 16px 51px;
    grid-gap: 30px
  }

  .bottom-card__title {
    font-size: 20px;
    line-height: 27px;
    margin-bottom: 42px;
    padding: 0 14px
  }

  .bottom-card__accordions .accordion__title {
    font-size: 16px;
    line-height: 22px;
    padding-left: 16px
  }

  .bottom-card__accordions .accordion__header {
    grid-gap: 26px
  }

  .bottom-card__accordions {
    grid-gap: 24px
  }

  .bottom-card__accordions .accordion__header {
    padding-right: 0
  }

  .card__top {
    padding: 65px 15px 27px;
    margin-bottom: 31px;
    grid-gap: 10px
  }

  .top-card__right {
    margin-top: 15px
  }

  .info-card__options {
    grid-gap: 25px
  }

  .info-card__header {
    padding: 20px 15px 15px
  }

  .info-card__category {
    max-width: 130px;
    position: relative;
    z-index: 2;
    font-size: 12px;
    line-height: 16px
  }

  .info-card__option svg path, .info-card__option svg rect {
    stroke: #1f1c1c
  }

  .instruction__accordion.accordion--active .accordion__body {
    grid-gap: 25px;
    padding: 20px;
    min-height: auto;
    grid-template-columns:1fr
  }

  .instruction__text {
    font-size: 14px;
    line-height: 18px
  }

  .characteristics__accordion .accordion__body {
    padding: 24px 16px 34px
  }

  .table-characteristics____row {
    grid-template-columns:min-content 2fr minmax(76px, 90px)
  }

  .table-characteristics__property {
    font-size: 14px;
    line-height: 18px
  }

  .characteristics__table {
    grid-gap: 24px
  }

  .table-characteristics__value {
    font-size: 14px;
    line-height: 18px
  }

  .card__title {
    font-size: 20px;
    line-height: 24px;
    max-width: 100%;
    margin-bottom: 16px
  }

  .card__prices {
    margin-bottom: 21px
  }

  .card__price {
    line-height: 22px;
    font-size: 16px
  }

  .card__sizes {
    grid-template-columns:repeat(auto-fit, 72px);
    grid-gap: 20px
  }

  .card__article {
    margin-bottom: 6px
  }

  .top-card__left {
    height: 137px
  }

  .card__size {
    padding: 7px;
    min-width: 72px
  }

  .card__parameters {
    grid-gap: 28px
  }

  .card__parameters--full {
    grid-gap: 22px
  }

  .card__anchor {
    display: none
  }

  .top-card__scroll {
    display: none
  }

  .buy-card {
    position: static;
    justify-self: start
  }

  .buy-card__icon {
    margin-left: 17px
  }
}

.contentPage h1 {
  font-size: 60px;
  line-height: 64px
}

.contentPage h2 {
  font-size: 42px;
  line-height: 50px
}

.contentPage p {
  margin-bottom: 20px
}

.contentPage > picture {
  margin: 50px 0
}

.contentPage ul:not(.iti__country-list) {
  margin: 50px 0
}

.contentPage ul:not(.iti__country-list) li {
  font-size: 14px;
  line-height: 18px;
  font-weight: 600;
  padding-left: 20px;
  position: relative;
  margin-bottom: 15px
}

.contentPage ul:not(.iti__country-list) li:last-child {
  margin-bottom: 0;
  width: 100%
}

.contentPage ul:not(.iti__country-list) li:after {
  content: "";
  width: 10px;
  height: 1px;
  background-color: #fff;
  position: absolute;
  left: 0;
  top: 9px
}

.contentPage a {
  color: #c60b3c
}

.contentPage__image {
  margin-top: 90px;
  margin-bottom: 154px;
  display: flex;
  justify-content: center
}

.contentPage__image img {
  width: auto;
  max-height: 455px;
  height: auto;
  object-fit: contain
}

.contentPage__image--top {
  margin-top: 0
}

.contentPage__content {
  padding: 50px 123px 100px
}

@media screen and (max-width: 1420px) {
  .contentPage__content {
    padding: 20px 0
  }

  .contentPage__image {
    margin-top: 110px;
    margin-bottom: 110px
  }

  .contentPage__image img {
    max-height: 587px
  }

  .contentPage__image--top {
    margin-top: 0
  }
}

@media screen and (max-width: 767px) {
  .contentPage__image {
    margin-bottom: 80px;
    margin-top: 80px
  }

  .contentPage__image img {
    max-height: 355px
  }

  .contentPage__image--top {
    margin-top: 0
  }

  .contentPage__content {
    padding: 20px 0
  }

  .contentPage h1 {
    font-size: 28px;
    line-height: 34px
  }

  .contentPage h2 {
    font-size: 20px;
    line-height: 27px
  }

  .contentPage p {
    font-size: 14px
  }

  .contentPage > picture {
    margin: 35px 0
  }

  .contentPage ul:not(.iti__country-list) {
    margin: 35px 0
  }
}

.news {
  margin: 172px 0
}

.news__list-slider {
  width: 100%
}

.news-item {
  max-width: 458px;
  width: 100%
}

.news-item__image {
  display: flex;
  margin-bottom: 20px
}

.news-item__image img {
  width: 458px;
  height: 458px;
  object-fit: cover
}

.news-item__title {
  display: block;
  margin-bottom: 9px;
  min-height: 56px;
  font-size: 20px;
  line-height: 28px;
  text-transform: uppercase;
  font-weight: 800;
  color: #fff;
  transition: .5s
}

.news-item__title:hover {
  transition: .5s;
  color: #c60b3c
}

.news-item__date {
  font-size: 14px;
  line-height: 18px;
  font-weight: 600;
  color: #a7a7a7
}

@media screen and (max-width: 1420px) {
  .news {
    margin: 110px 0
  }

  .news-item__image img {
    width: 235px;
    height: 235px
  }

  .news-item__image {
    margin-bottom: 12px
  }

  .news-item__title {
    font-size: 16px;
    line-height: 22px;
    margin-bottom: 14px
  }
}

@media screen and (max-width: 767px) {
  .news {
    margin: 80px 0
  }

  .list-news {
    grid-template-columns:1fr
  }

  .news-item__image img {
    width: 100%;
    height: 216px
  }

  .news-item__image {
    margin-bottom: 20px
  }

  .news-item__title {
    font-size: 14px;
    line-height: 18px;
    margin-bottom: 8px;
    min-height: 36px
  }

  .news-item__date {
    font-size: 12px;
    line-height: 16px
  }
}

.about {
  margin-bottom: 110px
}

.about__image:hover img {
  transform: scale(1.3);
  transition: .6s
}

.about__image img {
  width: 748px;
  height: 704px;
  object-fit: cover;
  object-position: 50% 80%;
  transition: .6s
}

.about__content {
  display: flex;
  justify-content: flex-end;
  position: relative;
  align-items: center;
}

.about__left {
  position: absolute;
  left: 0;
  padding-left: 40px;
  z-index: 2
}

.about__left .crumbs-list {
  margin-bottom: 130px
}

.about__title {
  margin: 0;
  margin-bottom: 69px;
  max-width: 602px;
  font-size: 90px;
  line-height: 102px;
  font-weight: 700
}

.about__description {
  max-width: 485px;
  font-size: 14px;
  line-height: 18px;
  font-weight: 600;
  color: #a7a7a7
}

@media screen and (max-width: 1420px) {
  .about {
    margin-bottom: 184px;
    position: relative
  }

  .about__title {
    max-width: 482px;
    font-size: 60px;
    line-height: 64px;
    margin-bottom: 22px
  }

  .about__description {
    max-width: 370px;
    font-size: 14px;
    line-height: 18px
  }

  .about__left {
    position: static;
    padding: 62px 16px 0 30px;
    order: 1
  }

  .about__left .crumbs-list {
    margin-bottom: 28px
  }

  .about__content {
    display: grid;
    justify-content: stretch
  }

  .about__image img {
    width: 100%;
  }

  .about__left .crumbs-list {
    position: absolute;
    top: 0;
    left: 30px
  }

  .about__right {
    padding-top: 44px
  }
}

@media screen and (max-width: 767px) {
  .about__left .crumbs-list {
    left: 16px
  }

  .about__right {
    padding-top: 30px
  }

  .about__title {
    max-width: 192px;
    font-size: 28px;
    line-height: 34px;
    margin-bottom: 12px
  }

  .about__left {
    padding: 25px 16px 0
  }

  .about {
    margin-bottom: 50px
  }
}

.exclusive {
  margin-bottom: 184px
}

.exclusive__title {
  padding-left: 127px;
  margin-bottom: 84px;
  font-size: 80px;
  line-height: 90px;
  font-weight: 700;
  color: #fff
}

.item-exclusive__label {
  position: absolute;
  min-width: 415px;
  padding: 23px 30px 26px;
  font-size: 20px;
  line-height: 24px;
  font-weight: 700;
  text-transform: uppercase;
  color: #fff;
  background-color: #1f1c1c;
  z-index: 2
}

.exclusive__item-1 {
  grid-column-start: 1;
  grid-column-end: 3
}

.exclusive__item-1 .item-exclusive__label {
  left: 0;
  bottom: 80px
}

.exclusive__item-4 {
  grid-column-start: 2;
  grid-column-end: 4
}

.exclusive__item-4 .item-exclusive__label {
  right: 0;
  bottom: 80px
}

.exclusive__item {
  position: relative;
  display: flex
}

.exclusive__list {
  display: grid;
  grid-gap: 16px;
  grid-template-columns:496px 383px 1fr
}

.exclusive__row--mobile {
  display: none
}

.item-exclusive__image img {
  width: 100%;
  height: 480px;
  object-fit: cover
}

@media screen and (max-width: 1420px) {
  .exclusive {
    margin-bottom: 110px
  }

  .exclusive__list {
    grid-gap: 8px;
    grid-template-columns:267px 137px 1fr
  }

  .item-exclusive__image img {
    width: 100%;
    height: 250px;
    object-fit: cover
  }

  .item-exclusive__label {
    min-width: 343px
  }

  .exclusive__item-1 .item-exclusive__label {
    bottom: 25px
  }

  .exclusive__item-4 .item-exclusive__label {
    bottom: 25px
  }

  .exclusive__title {
    font-size: 42px;
    line-height: 52px;
    margin-bottom: 30px;
    padding-left: 30px
  }
}

@media screen and (max-width: 767px) {
  .exclusive {
    margin: 80px 0
  }

  .exclusive__row {
    grid-template-columns:1fr
  }

  .exclusive__title {
    font-size: 28px;
    line-height: 34px;
    margin-bottom: 33px;
    padding-left: 16px
  }

  .item-exclusive__label {
    min-width: 200px;
    padding: 13px 18px;
    font-size: 12px;
    line-height: 16px
  }

  .item-exclusive__image img {
    height: 240px
  }

  .exclusive__row {
    grid-gap: 16px
  }

  .exclusive__list {
    grid-gap: 16px;
    grid-template-columns:1fr 1fr
  }

  .exclusive__item-1 {
    grid-column-start: 1;
    grid-column-end: 3
  }

  .exclusive__item-4 {
    grid-column-start: 1;
    grid-column-end: 3
  }
}

.history {
  margin-bottom: 160px;
  margin-top: 50px
}

.history__content {
  padding: 55px 0 84px
}

.slide-history__left {
  position: relative
}

.slide-history__label {
  position: absolute;
  right: 0;
  bottom: 186px;
  padding: 23px 30px;
  min-width: 194px;
  background-color: #1f1c1c;
  font-size: 20px;
  line-height: 24px;
  font-weight: 700;
  color: #fff;
  text-transform: uppercase
}

.slide-history__images {
  display: grid
}

.history__slider .swiper-slide-active .slide-history__image {
  animation: blackWhiteFilter 4.5s linear 0s both
}

@keyframes blackWhiteFilter {
  0% {
    filter: saturate(0)
  }
  100% {
    filter: saturate(1)
  }
}

.slide-history__image {
  display: block
}

.slide-history__image img {
  width: 100%;
  height: 100%
}

.slide-history__content {
  display: grid;
  grid-template-columns:880px 1fr
}

.slide-history__right {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 57px 50px 60px 77px;
  padding-top: 57px;
  padding-left: 77px
}

.slide-history__title {
  max-width: 403px;
  font-size: 60px;
  line-height: 64px;
  font-weight: 700;
  color: #fff
}

.slide-history__description {
  display: grid;
  grid-gap: 30px;
  font-size: 14px;
  line-height: 18px;
  font-weight: 600;
  color: #a7a7a7
}

.slide-history__stamp {
  position: absolute;
  z-index: 2;
  bottom: 40px;
  right: -85px
}

.history__slide--single .slide-history__image img {
  width: 100%;
  height: 692px;
  object-fit: cover
}

.history__slide--double .slide-history__title {
  font-size: 28px;
  line-height: 38px;
  font-weight: 600
}

.history__slide--double .slide-history__images {
  display: grid;
  grid-gap: 16px;
  grid-template-columns:1fr 1fr
}

.history__slide--double .slide-history__image img {
  width: 100%;
  height: 692px;
  object-fit: cover
}

.history__slide--triple .slide-history__images {
  display: grid;
  grid-template-columns:1fr 1fr;
  grid-gap: 16px
}

.history__slide--triple .slide-history__image:first-child {
  grid-row-start: 1;
  grid-row-end: 3
}

.history__slide--triple .slide-history__title {
  font-size: 28px;
  line-height: 38px;
  font-weight: 600
}

@keyframes arrowRight {
  0% {
    transform: translateX(0) translateY(-50%)
  }
  10% {
    transform: translateX(12px) translateY(-50%)
  }
  20% {
    transform: translateX(0) translateY(-50%)
  }
  100% {
    transform: translateX(0) translateY(-50%)
  }
}

.history__slider-options {
  display: flex;
  justify-content: flex-end
}

.history__slider-options:hover .swiper-button-next {
  animation: none
}

.history__slider-options .history-options__wrapper {
  position: relative;
  padding-right: 126px;
  display: flex
}

.history__slider-options .swiper-button-next {
  animation: arrowRight 5s linear infinite both;
  margin: 0;
  right: 80px;
  width: 18px;
  height: 18px;
  top: 50%;
  transform: translateY(-50%)
}

.history__slider-options .swiper-button-prev {
  margin: 0;
  left: -44px;
  transform: rotateY(180deg) translateY(-50%);
  width: 18px;
  height: 18px;
  top: 50%
}

.history__slider-options .swiper-pagination {
  position: static;
  display: grid;
  grid-auto-flow: column;
  grid-gap: 60px
}

.history__slider-options .swiper-button-disabled {
  opacity: 0
}

.history__thumbs .swiper-wrapper {
  width: 350px;
  justify-content: flex-end
}

.history__thumbs .swiper-slide-active .swiper-slide-container {
  color: #fff
}

.history__thumbs .swiper-slide-container {
  font-size: 20px;
  line-height: 24px;
  text-transform: uppercase;
  font-weight: 700;
  color: #a7a7a7;
  cursor: pointer;
  text-align: center
}

.custom-gallery {
  background-color: #1f1c1c
}

.custom-gallery .mfp-figure img.mfp-img {
  max-height: 100% !important
}

.custom-gallery .mfp-figure:after {
  display: none
}

.custom-gallery .mfp-figure figure {
  width: 1200px;
  height: 80vh;
  display: flex;
  align-items: center;
  justify-content: center
}

.custom-gallery .mfp-close {
  display: block;
  width: 26px;
  height: 26px;
  top: -50px;
  right: 0;
  font-size: 0;
  color: transparent;
  cursor: pointer !important;
  z-index: 99;
  padding: 0;
  background-image: url("data:image/svg+xml,%3Csvg width='26' height='26' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 1l24 24M25 1L1 25' stroke='%23fff' stroke-width='1.94'/%3E%3C/svg%3E")
}

.custom-gallery .mfp-counter {
  position: absolute;
  bottom: -72px;
  right: 0;
  top: auto;
  font-size: 18px;
  line-height: 25px;
  font-weight: 800;
  color: #fff
}

.custom-gallery .mfp-arrow {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  margin: 0
}

.custom-gallery .mfp-arrow:before {
  display: none
}

.custom-gallery .mfp-arrow:after {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  margin: 0;
  border: none
}

.custom-gallery .mfp-arrow-right {
  background-image: url("data:image/svg+xml,%3Csvg width='19' height='12' viewBox='0 0 19 12' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M18.5303 6.53033C18.8232 6.23744 18.8232 5.76256 18.5303 5.46967L13.7574 0.696699C13.4645 0.403806 12.9896 0.403806 12.6967 0.696699C12.4038 0.989593 12.4038 1.46447 12.6967 1.75736L16.9393 6L12.6967 10.2426C12.4038 10.5355 12.4038 11.0104 12.6967 11.3033C12.9896 11.5962 13.4645 11.5962 13.7574 11.3033L18.5303 6.53033ZM0 6.75H18V5.25H0V6.75Z' fill='%23CDCDCD'/%3E%3C/svg%3E%0A");
  right: 43%;
  transform: translateX(-50%);
  top: auto;
  bottom: 40px;
  background-repeat: no-repeat;
  background-size: contain
}

.custom-gallery .mfp-arrow-left {
  left: 46%;
  transform: translateX(-50%);
  top: auto;
  bottom: 40px;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url("data:image/svg+xml,%3Csvg width='19' height='12' viewBox='0 0 19 12' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0.469669 5.46967C0.176777 5.76256 0.176777 6.23744 0.469669 6.53033L5.24264 11.3033C5.53553 11.5962 6.01041 11.5962 6.3033 11.3033C6.59619 11.0104 6.59619 10.5355 6.3033 10.2426L2.06066 6L6.3033 1.75736C6.59619 1.46447 6.59619 0.989591 6.3033 0.696698C6.01041 0.403805 5.53553 0.403805 5.24264 0.696698L0.469669 5.46967ZM19 5.25L1 5.25L1 6.75L19 6.75L19 5.25Z' fill='%23CDCDCD'/%3E%3C/svg%3E")
}

.custom-gallery--white.custom-gallery {
  background-color: #fff;
  height: 100vh !important
}

.custom-gallery--white.custom-gallery .mfp-counter {
  display: none;
  color: #1f1c1c
}

.custom-gallery--white.custom-gallery .mfp-close {
  background-image: url("data:image/svg+xml,%3Csvg width='26' height='26' viewBox='0 0 26 26' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 1L25 25' stroke='%231F1C1C' stroke-width='1.94'/%3E%3Cpath d='M25 1L0.999999 25' stroke='%231F1C1C' stroke-width='1.94'/%3E%3C/svg%3E%0A")
}

.custom-gallery--white.custom-gallery .mfp-content:after {
  content: "";
  z-index: 100;
  position: absolute;
  top: -40px;
  transform: translateY(-50%);
  left: 0;
  width: 136px;
  height: 26px;
  background-image: url("/local/dev/mockup/css/../img/logo/logo__black-new.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain
}

.custom-gallery--dark.custom-gallery {
  height: 100vh !important
}

.custom-gallery--dark.custom-gallery .mfp-content:after {
  content: "";
  z-index: 100;
  position: absolute;
  top: -40px;
  transform: translateY(-50%);
  left: 0;
  width: 136px;
  height: 26px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' version='1.1' width='136' height='26' id='Слой_1' x='0' y='0' viewBox='0 0 925 177.3' xml:space='preserve'%3E%3Cstyle%3E .st0 %7B fill: %23fff %7D .st1 %7B fill: %23c50034 %7D %3C/style%3E%3Cpath class='st0' d='M737.2 41.3h-28.8c-2.2 0-3.3 1.1-3.3 3.1v65.7l-81.2-67.6c-.6-.9-1.6-1.4-2.7-1.3h-28.8c-2.2 0-3.3 1.1-3.3 3.1v87.4c0 2 1.1 3.1 3.3 3.1h28.8c1.5.2 2.9-.9 3.1-2.5V65.9l81.1 67.5c.6 1.1 1.8 1.7 3 1.6h28.8c1.5.2 2.9-.9 3.1-2.5V44.4c.2-1.5-.9-2.9-2.5-3.1-.2-.1-.4-.1-.6 0zM310.8 93.3c2.5-1.2 4.9-2.6 7.1-4.3 6.7-5.3 10-12 10-19.8 0-7.6-3.3-14.1-10-19.6-6.9-5.6-15.2-8.2-24.7-8.2H174.4c-2.2 0-3.4 1.1-3.4 3.1v87.4c0 2 1.1 3.1 3.4 3.1h28.8c1.5.2 2.9-.9 3.1-2.5V97h57.2c16 .3 29 13.2 29.2 29.2v8h31.9c2.2 0 3.3-1.1 3.3-3.1v-7.2h-.1c-.6-11.9-6.3-22-17-30.6zM206.3 79.4V58.9h74.8c2.8 0 5.4 1.1 7.4 3.1 1.9 1.9 2.9 4.5 2.9 7.1.2 5.5-4.1 10.1-9.6 10.3h-75.5zM924.4 132.5l-66-88.5c-1-1.7-2.9-2.7-4.9-2.7h-28.7c-2.1-.1-4 .9-5.1 2.7l-64.5 88.5c-1.1 1.6-.7 2.5 1.3 2.5h17.4c2 .1 3.9-.8 5.1-2.5l15.2-21h72.7l15.8 21c1.1 1.6 3 2.5 4.9 2.5h35.7c2-.1 2.2-1 1.1-2.5zM807 93.9l23.2-31.7 23.5 31.7H807zM155.9 124.7c0-12.9-5.8-23.9-17.2-33-8.7-7-19.1-11.5-30.1-13l41.1-34.4c0-2-1.1-3.1-3.4-3.1H109L65 77.9H35.2V41.3H3.3c-2.2 0-3.3 1.1-3.3 3.1v87.4c0 2 1.1 3.1 3.3 3.1h31.9V95.5h56.2c16 .3 29 13.2 29.2 29.2V135h31.9c2.2 0 3.3-1.1 3.3-3.1l.1-7.2z'%3E%3C/path%3E%3Cpath class='st1' d='M381.8 130.3c-9.2-18.1-11-39.2-4.9-58.6 5.9-19.1 19.3-35 37.2-44 36.9-18.6 82.6-2.9 101.7 35 10.1 19.8 11.1 43 3 63.8l1.3.6c21.5-42 4.8-93.4-37.1-114.9C458.7-.2 430-.3 405.7 12c-42.1 21.2-59 72.6-37.8 114.7 13.4 26.5 39.5 44.1 69 46.6l.2-1.4c-24-4.3-44.5-19.8-55.3-41.6z'%3E%3C/path%3E%3Cpath class='st1' d='M554 54.8C543.2 28.1 519.2 9 490.8 4.5l-.3 1.4c22.8 6 41.4 22.5 50.2 44.4 15.6 38.1-1.8 81.5-38.9 96.7s-80-3.5-95.6-41.6c-8.2-19.9-7.5-42.4 1.9-61.8l-1.2-.7c-13.8 22.5-16 50.3-6 74.7 16.9 42.5 65.1 63.2 107.6 46.2s63.2-65.1 46.2-107.6c-.3-.5-.5-.9-.7-1.4z'%3E%3C/path%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain
}

@media screen and (max-width: 1420px) {
  .history {
    margin-bottom: 30px
  }

  .history__slider-options .swiper-button-prev {
    display: flex;
    justify-content: center;
    align-items: center;
    left: -20px
  }

  .history__slider-options .swiper-button-next {
    display: flex;
    justify-content: center;
    align-items: center;
    right: 0
  }

  .history__slider-options .history-options__wrapper {
    padding-right: 44px
  }

  .history__content {
    padding: 42px 0 0
  }

  .history__slide--single .slide-history__image img {
    width: 100%;
    height: 476px
  }

  .slide-history__content {
    grid-template-columns:1fr
  }

  .history__slide--double .slide-history__image img {
    width: 360px;
    height: 476px
  }

  .slide-history__label {
    bottom: 54px;
    right: 0
  }

  .slide-history__right {
    padding: 70px 30px 90px;
    display: grid;
    grid-template-columns:273px 320px;
    justify-content: space-between
  }

  .slide-history__title {
    font-size: 42px;
    line-height: 52px
  }

  .history__slide--triple .slide-history__image:first-child img {
    height: 476px
  }

  .history__slide--triple .slide-history__right {
    grid-template-columns:1fr
  }

  .history__slide--triple .slide-history__title {
    max-width: 100%
  }

  .slide-history__stamp {
    bottom: -48px;
    right: 49px
  }

  .custom-gallery .mfp-content {
    max-width: 723px
  }

  .custom-gallery .mfp-figure figure {
    width: 723px
  }

  .custom-gallery .mfp-arrow-left {
    width: 18px;
    height: 18px
  }

  .custom-gallery .mfp-arrow-right {
    width: 18px;
    height: 18px
  }

  .custom-gallery img.mfp-img {
    padding: 0
  }

  .custom-gallery .mfp-counter {
    bottom: -95px
  }

  .custom-gallery--white.custom-gallery .mfp-content:after {
    width: 157px;
    height: 31px
  }

  .custom-gallery--dark.custom-gallery .mfp-content:after {
    width: 157px;
    height: 31px
  }
}

@media screen and (max-width: 767px) {
  .history__content {
    padding-top: 20px
  }

  .history__thumbs .swiper-slide-container {
    font-size: 16px;
    line-height: 22px
  }

  .history__thumbs .swiper-wrapper {
    width: 320px
  }

  .history__slider-options .history-options__wrapper {
    padding-right: 15px;
    padding-left: 15px
  }

  .history-options__wrapper .swiper-slide {
    max-width: 90px
  }

  .history__slider-options .swiper-button-prev {
    left: 0
  }

  .history__slide--single .slide-history__image img {
    width: 100%;
    height: 240px
  }

  .slide-history__right {
    grid-template-columns:1fr;
    padding: 24px 0 40px 16px
  }

  .slide-history__title {
    margin-bottom: 12px;
    font-size: 28px;
    line-height: 34px;
    font-weight: 700
  }

  .slide-history__description {
    max-width: 300px
  }

  .history__slide--double .slide-history__image img {
    height: 240px;
    width: 100%
  }

  .slide-history__label {
    bottom: 33px;
    min-width: 96px;
    padding: 13px 18px;
    font-size: 12px;
    line-height: 16px
  }

  .history__slide--double .slide-history__title {
    max-width: 280px;
    font-size: 15px;
    line-height: 22px;
    margin-bottom: 22px
  }

  .history__slide--double .slide-history__description p:first-child {
    display: none
  }

  .history__slide--triple .slide-history__image:first-child img {
    height: 240px
  }

  .history__slide--triple .slide-history__image:nth-child(2) img {
    height: 115px
  }

  .history__slide--triple .slide-history__image:nth-child(3) img {
    height: 115px
  }

  .history__slide--double .slide-history__images {
    grid-gap: 10px
  }

  .history__slide--triple .slide-history__images {
    grid-gap: 10px
  }

  .slide-history__stamp {
    bottom: -21px;
    right: 28px
  }

  .history__slide--triple .slide-history__title {
    font-size: 16px;
    line-height: 22px
  }

  .history__slider-options {
    justify-content: center
  }

  .history__thumbs .swiper-wrapper {
    justify-content: center
  }

  .custom-gallery .mfp-figure figure {
    width: 320px
  }

  .custom-gallery .mfp-content {
    max-width: 320px;
    margin-top: -75px
  }

  .custom-gallery--white.custom-gallery .mfp-content:after {
    width: 135px;
    height: 26px
  }

  .custom-gallery--dark.custom-gallery .mfp-content:after {
    width: 135px;
    height: 26px
  }

  .custom-gallery .mfp-close {
    width: 18px;
    height: 18px;
    background-size: contain;
    top: -29px
  }

  .custom-gallery .mfp-arrow-right {
    right: 41%
  }

  .custom-gallery .mfp-arrow-left {
    left: 46%
  }

  .custom-gallery--white.custom-gallery .mfp-content:after {
    top: -19px
  }

  .custom-gallery--dark.custom-gallery .mfp-content:after {
    top: -19px
  }

  .custom-gallery .mfp-counter {
    bottom: -116px
  }

  .custom-gallery .mfp-figure figure {
    height: 75vh
  }
}

.advantages {
  margin-top: 50px;
  margin-bottom: 184px
}

.advantages__list {
  display: grid;
  grid-template-columns:1fr 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 56px
}

.item-advantages {
  position: relative;
  display: grid;
  align-content: end;
  grid-gap: 21px;
  max-width: 696px;
  min-height: 312px;
  padding: 45px 64px 42px;
  background-color: #fff
}

.item-advantages__subtitle {
  margin-bottom: 14px;
  font-size: 28px;
  line-height: 34px;
  color: #a7a7a7
}

.item-advantages__stamp {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  right: 90px;
  top: -40px
}

.item-advantages__value {
  font-size: 90px;
  line-height: 102px;
  font-weight: 700;
  color: #1f1c1c;
  display: flex;
  align-items: flex-end
}

.item-advantages__value p {
  flex-shrink: 0
}

.item-advantages__value span {
  font-size: 28px;
  line-height: 34px;
  color: #a7a7a7;
  margin-left: 29px;
  padding-bottom: 10px
}

.item-advantages__label {
  margin-bottom: 44px;
  display: inline-flex;
  padding: 6px 12px;
  border-radius: 2px;
  border: 2px solid #c60b3c;
  font-size: 14px;
  line-height: 14px;
  font-weight: 600;
  color: #c60b3c
}

@media screen and (max-width: 1420px) {
  .advantages {
    margin-bottom: 110px
  }

  .item-advantages__subtitle {
    margin-bottom: 9px;
    font-size: 16px;
    line-height: 22px;
    max-width: 290px
  }

  .item-advantages__value {
    font-size: 60px;
    line-height: 64px
  }

  .item-advantages__value span {
    font-size: 16px;
    line-height: 22px;
    padding-bottom: 0
  }

  .item-advantages {
    min-height: 226px;
    padding: 27px 27px 33px 33px
  }

  .item-advantages__label {
    margin-bottom: 37px
  }

  .item-advantages__stamp {
    right: 30px;
    top: -67px
  }

  .advantages__list {
    grid-column-gap: 10px;
    grid-row-gap: 26px
  }
}

@media screen and (max-width: 767px) {
  .item-advantages__label {
    display: none
  }

  .advantages {
    margin-top: 40px;
    margin-bottom: 80px
  }

  .advantages__list {
    grid-template-columns:1fr;
    grid-row-gap: 16px
  }

  .item-advantages {
    padding: 30px 18px 32px 14px
  }

  .item-advantages__value span {
    margin-left: 21px
  }

  .item-advantages__stamp {
    top: 15px;
    right: 15px
  }
}

.categorySlider {
  margin-bottom: 45px
}

.categorySlider__wrapper {
  overflow: hidden
}

.categorySlider__content {
  position: relative;
  padding-right: 70px;
  padding-left: 70px
}

.categorySlider__slider {
  width: 100%;
  height: 100%;
  position: static
}

.categorySlider__text {
  max-width: 90%;
  text-align: center;
  font-size: 16px;
  line-height: 22px;
  color: #a7a7a7;
  font-weight: 700;
  transition: .3s
}

.categorySlider__icon {
  display: flex;
  margin-right: 22px
}

.categorySlider__slider-wrapper {
  padding: 1px 0;
  display: flex;
  align-items: center;
  position: static
}

.categorySlider__slide {
  display: grid !important;
  grid-template-columns:65px 1fr;
  justify-content: start;
  align-items: center;
  position: relative
}

.categorySlider__slide::first-child:after {
  display: none
}

.categorySlider__slide:hover .categorySlider__text {
  color: #c60b3c;
  transition: .3s
}

.categorySlider__slide:after {
  content: "";
  height: 33px;
  width: 1px;
  background-color: #a7a7a7;
  position: absolute;
  left: -30px;
  top: 50%;
  transform: translateY(-50%)
}

@media screen and (max-width: 1420px) {
  .categorySlider__slide {
    display: flex;
    width: auto !important
  }

  .categorySlider__text {
    max-width: 100%;
    padding-right: 30px
  }

  .categorySlider__content {
    padding-left: 30px;
    padding-right: 0
  }

  .categorySlider__content .swiper-button-next {
    display: none
  }

  .categorySlider__content .swiper-button-prev {
    display: none
  }
}

@media screen and (max-width: 767px) {
  .categorySlider__content {
    padding-left: 0
  }

  .categorySlider__slide {
    width: 220px !important
  }
}

.new {
  margin-bottom: 184px
}

@media screen and (max-width: 1420px) {
  .new {
    margin-bottom: 110px
  }
}

@media screen and (max-width: 767px) {
  .new {
    margin-bottom: 80px
  }
}

.tape {
  overflow: hidden;
  position: relative;
  margin: 184px 0
}

.tape__info {
  max-width: 600px;
  padding: 80px 50px 0 100px
}

.tape__title {
  margin: 0;
  margin-bottom: 44px;
  font-size: 60px;
  line-height: 64px;
  font-weight: 700;
  color: #fff
}

.tape__image {
  width: auto;
  margin-left: 15px;
  flex-shrink: 0
}

.tape__image .picture {
  display: block
}

.tape__image img {
  width: 512px;
  height: 480px
}

.tape__wrapper {
  height: 480px;
  overflow: hidden
}

.tape__text {
  font-size: 14px;
  line-height: 18px;
  font-weight: 600;
  color: #a7a7a7
}

.tape__content {
  display: flex;
  width: max-content;
  position: absolute;
  top: 0;
  z-index: 2
}

.tape__slider {
  display: none
}

@media screen and (max-width: 1420px) {
  .tape {
    margin: 110px 0
  }

  .tape__image img {
    width: 422px;
    height: 422px
  }

  .tape__content {
    width: max-content;
    position: static;
    transform: translateX(-720px)
  }
}

@media screen and (max-width: 767px) {
  .tape {
    margin: 80px 0
  }

  .tape__title {
    font-size: 28px;
    line-height: 34px;
    margin-bottom: 18px
  }

  .tape__info {
    padding: 0 0 38px 16px
  }

  .tape__image {
    display: none
  }

  .tape__wrapper {
    height: 100%
  }

  .tape__content {
    transform: none;
    position: static;
    display: grid;
    width: 100%
  }

  .tape__slider {
    max-width: 418px;
    width: 100%;
    display: block
  }

  .tape__slide img {
    object-fit: cover;
    width: 100%;
    height: 240px
  }
}

.functional__title {
  height: 186px;
  margin-bottom: 85px;
  max-width: 771px;
  font-size: 74px;
  line-height: 82px;
  font-weight: 800
}

.functional__description {
  max-width: 236px;
  font-size: 14px;
  line-height: 20px;
  font-weight: 500
}

.functional__content {
  padding: 72px 80px 56px 95px;
  position: relative;
  display: grid;
  overflow: hidden;
  grid-template-columns:2fr 1fr
}

.functional__image {
  position: absolute;
  top: 0;
  z-index: 1;
  right: 144px;
  width: auto;
  height: auto
}

.functional__image img {
  width: 684px;
  height: 397px;
  object-fit: contain
}

.functional__left {
  position: relative;
  z-index: 2
}

.functional__section {
  text-transform: uppercase;
  position: relative;
  z-index: 2;
  text-transform: uppercase;
  font-size: 12px;
  line-height: 16px;
  font-weight: 700
}

.functional__item-title {
  padding-right: 15px;
  position: relative;
  z-index: 2;
  text-transform: uppercase;
  font-size: 20px;
  line-height: 27px;
  font-weight: 800
}

.functional__right {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-end
}

.functional__section--mobile {
  display: none
}

.functional {
  margin-top: 78px;
  margin-bottom: 110px
}

.functional .functional__content {
  background-color: #fff
}

.functional .functional__title {
  color: #1f1c1c
}

.functional .functional__section {
  color: #a7a7a7
}

.functional .functional__item-title {
  color: #c60b3c
}

.functional .functional__description {
  color: #a7a7a7
}

@media screen and (max-width: 1420px) {
  .functional--white {
    margin-bottom: 30px
  }

  .functional__title {
    height: auto;
    font-size: 60px;
    line-height: 64px;
    margin-bottom: 283px
  }

  .functional__title br {
    display: none
  }

  .functional__content {
    padding: 75px 37px 50px 32px
  }

  .functional__description {
    font-size: 16px;
    line-height: 22px;
    max-width: 264px
  }

  .functional__image {
    right: -21%
  }

  .functional__item-title {
    padding-bottom: 40px;
    max-width: 260px;
    width: max-content;
    margin-left: -135px
  }
}

@media screen and (max-width: 767px) {
  .functional {
    margin-bottom: 80px
  }

  .functional__content {
    padding: 40px 5px 43px 11px;
    grid-template-columns:1fr
  }

  .functional__title {
    font-size: 28px;
    line-height: 34px;
    margin-bottom: 24px
  }

  .functional__image {
    right: 0
  }

  .functional__image img {
    width: auto;
    height: auto
  }

  .functional__section--desktop {
    display: none
  }

  .functional__section--mobile {
    display: block
  }

  .functional__item-title {
    display: none
  }

  .functional__section {
    margin-bottom: 201px
  }

  .functional__section br {
    display: none
  }

  .functional__description {
    max-width: 203px
  }

  .functional--white {
    margin-bottom: 40px
  }
}

.sales {
  margin-bottom: 86px
}

.sales__content {
  padding: 52px 44px 100px;
  display: grid;
  grid-auto-flow: column;
  grid-column-gap: 71px;
  grid-row-gap: 50px;
  position: relative
}

.sales__description {
  padding-left: 4px;
  max-width: 226px;
  font-size: 14px;
  line-height: 18px;
  font-weight: 600;
  color: #fff
}

.sales__title {
  max-width: 706px;
  margin-bottom: 112px
}

.sales__right {
  padding-top: 91px
}

.sales__form {
  max-width: 369px
}

.sales__form .form__input {
  margin-bottom: 32px
}

.sales__form .form__button {
  margin-bottom: 19px
}

@media screen and (max-width: 1420px) {
  .sales {
    margin-bottom: 60px
  }

  .sales__content {
    grid-template-columns:1fr;
    grid-auto-flow: dense;
    padding: 71px 30px 72px;
    grid-gap: 62px
  }

  .sales__title {
    font-size: 60px;
    line-height: 64px;
    margin-bottom: 28px
  }

  .sales__description {
    padding-left: 0
  }

  .sales__right {
    padding-top: 0
  }

  .sales__form {
    max-width: 100%
  }

  .sales__form .form__input {
    text-align: center;
    margin-bottom: 42px
  }

  .sales__form .form__button {
    padding: 17px 0;
    margin-bottom: 16px
  }

  .sales__form .policy__content {
    max-width: 100%
  }

  .body-white .sales {
    margin-bottom: 60px !important
  }
}

@media screen and (max-width: 767px) {
  .sales__title {
    font-size: 28px;
    line-height: 34px;
    margin-bottom: 0
  }

  .sales__content {
    padding: 41px 14px 47px;
    grid-gap: 42px
  }

  .sales__description {
    display: none
  }

  .sales__form .form__input {
    margin-bottom: 30px;
    padding-bottom: 18px;
    border: none;
    border-radius: 0;
    border-bottom: 1px solid #fff
  }

  .sales__form .form__button {
    margin-bottom: 30px
  }
}

.sort {
  position: relative
}

.select-sort {
  display: inline-flex
}

.select-sort:hover .select-title {
  color: #1f1c1c
}

.select-sort:hover .select-title__icon svg path {
  transition: .4s;
  stroke: #1f1c1c
}

.select-sort__list {
  margin: 0 !important;
  display: none;
  min-width: 248px;
  z-index: 7;
  position: absolute;
  grid-gap: 19px;
  padding: 30px 35px 44px;
  background-color: #1f1c1c;
  top: 100%
}

.select-sort--active .select-sort__list {
  display: grid
}

.select-sort--active .select-title {
  color: #1f1c1c
}

.select-sort--active .select-title__icon svg path {
  transition: .4s;
  stroke: #1f1c1c
}

.catalog__sort .dropdown-sort {
  display: flex;
  align-items: center;
  height: 100%
}

.catalog__sort .sort__dropdowns {
  grid-gap: 48px;
  justify-content: start
}

.catalog__sort .sort__dropdowns--active {
  grid-gap: 20px
}

.sort__extended__icon {
  display: flex
}

.sort__extended__icon svg path {
  transition: .3s
}

.sort__extended {
  display: grid;
  grid-auto-flow: column;
  align-items: center;
  justify-content: end;
  grid-gap: 12px;
  cursor: pointer
}

.sort__extended:hover .sort__extended-text {
  color: #c60b3c;
  transition: .3s
}

.sort__extended:hover .sort__extended__icon svg path {
  fill: #c60b3c;
  transition: .3s
}

.sort__extended-text {
  font-size: 16px;
  line-height: 22px;
  color: #1f1c1c;
  font-weight: 700;
  transition: .3s
}

.sort__select {
  position: relative;
  padding: 20px 0
}

.sort__top {
  margin-top: 74px;
  align-items: center;
  position: relative;
  display: grid;
  grid-template-columns:214px 1fr max-content;
  grid-gap: 20px
}

.dropdown-sort {
  padding: 20px 0;
  position: relative
}

.dropdown-sort--active {
  background-color: #1f1c1c
}

.dropdown-sort--active .dropdown-sort__title {
  color: #fff
}

.dropdown-sort--active .dropdown-sort__icon--close {
  display: block
}

.dropdown-sort--active .dropdown-sort__icon--open {
  display: none
}

.dropdown-sort__title {
  position: relative;
  font-size: 16px;
  line-height: 22px;
  font-weight: 700;
  color: #1f1c1c
}

.dropdown-sort__counter {
  position: absolute;
  top: -15px;
  left: -12px;
  width: 18px;
  height: 18px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  background-color: #c60b3c;
  color: #fff;
  font-size: 10px;
  line-height: 14px;
  font-weight: 800
}

.select-sort__item > a, .select-sort__item {
  font-size: 14px;
  line-height: 18px;
  font-weight: 600;
  cursor: pointer;
  color: #a7a7a7;
  transition: .4s
}

.select-sort__item > a, .select-sort__item:hover {
  color: #fff;
  transition: .4s
}

.select-sort__item > a, .select-sort__item--current {
  color: #c60b3c
}

.select-sort__item > a, .select-sort__item--current:hover {
  color: #c60b3c
}

.select-title {
  display: flex;
  align-items: center;
  font-size: 16px;
  line-height: 22px;
  color: #a7a7a7;
  font-weight: 700;
  cursor: pointer;
  transition: .4s
}

.select-title__icon {
  display: flex;
  margin-left: 12px
}

.select-title__icon svg path {
  transition: .4s
}

.dropdown-sort__header {
  position: relative;
  display: flex;
  align-items: center;
  font-size: 16px;
  line-height: 22px;
  color: #1f1c1c;
  font-weight: 700;
  cursor: pointer;
  transition: .4s
}

.dropdown-sort__icon {
  display: flex;
  margin-left: 12px;
  width: 9px;
  height: 9px;
  display: flex;
  align-items: center;
  justify-content: center
}

.dropdown-sort__icon--open {
  display: flex;
  align-items: center;
  justify-content: center
}

.dropdown-sort__icon--close {
  display: none;
  align-items: center;
  justify-content: center
}

.cancel-sort {
  display: flex;
  align-items: baseline
}

.cancel-sort__icon {
  display: flex;
  margin-left: 8px
}

.cancel-sort__text {
  color: #c60b3c;
  font-size: 16px;
  line-height: 22px;
  font-weight: 700
}

.sort__dropdowns {
  display: grid;
  grid-auto-flow: column;
  grid-gap: 138px;
  align-items: center
}

.cancel-sort {
  display: none
}

.sort__bottom {
  overflow: hidden;
  background-color: #1f1c1c;
  position: static;
  height: 0;
  top: 0;
  pointer-events: none;
  transition: .3s;
  opacity: 0
}

.sort__bottom--active {
  width: 100%;
  margin-bottom: 25px;
  padding: 25px 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: static;
  bottom: 0;
  min-height: 88px;
  height: auto;
  pointer-events: all;
  opacity: 1
}

.sort__dropdowns--active {
  grid-gap: 38px;
  margin-top: 16px
}

.sort__dropdowns--active .dropdown-sort {
  padding: 20px 24px
}

.sort__dropdowns--active .dropdown-sort__icon--close {
  display: flex
}

.sort__dropdowns--active .sort__cancel {
  cursor: pointer;
  display: flex
}

.bottom-sort__colors {
  display: grid;
  align-items: center;
  grid-template-columns:repeat(8, 120px);
  grid-column-gap: 32px;
  grid-row-gap: 16px
}

.bottom-sort__color-top {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 48px;
  height: 48px;
  cursor: pointer;
  border-radius: 50%;
  border: 2px solid transparent;
  transition: .5s
}

.bottom-sort__color-top:hover {
  border: 2px solid #fff
}

.filter-color__checkbox:checked + .bottom-sort__color-top {
  border: 2px solid #c60b3c
}

.filter-color__checkbox:checked + .bottom-sort__color-top + .bottom-sort__color__title {
  color: #c60b3c
}

.bottom-sort__color input {
  display: none;
  appearance: none
}

.bottom-sort__color {
  position: relative;
  display: grid;
  grid-gap: 4px
}

.bottom-sort__color:last-child {
  margin-right: 0
}

.bottom-sort__color:hover .bottom-sort__color__title {
  opacity: 1
}

.bottom-sort__color--active .bottom-sort__color__title {
  display: block;
  color: #c60b3c;
  opacity: 1
}

.bottom-sort__color--active .bottom-sort__color-top {
  border: 2px solid #c60b3c
}

.bottom-sort__color--active .bottom-sort__color-top:hover {
  border: 2px solid #c60b3c
}

.bottom-sort__color-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%
}

.bottom-sort__color-icon img {
  width: 39px;
  height: 39px;
  border-radius: 50%;
  overflow: hidden
}

.bottom-sort__color__title {
  width: 121px;
  min-height: 32px;
  font-size: 12px;
  line-height: 16px;
  font-weight: 600;
  color: #fff
}

.sort-width {
  display: grid;
  justify-content: center;
  grid-template-columns:1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-gap: 20px
}

.sort-width__item {
  display: block;
  color: #a7a7a7;
  font-size: 14px;
  line-height: 18px;
  font-weight: 600;
  cursor: pointer;
  justify-self: start
}

.sort-width__item:hover {
  color: #fff
}

.sort-width__item input {
  display: none
}

.sort-width__item input:checked + p {
  color: #c60b3c;
  position: relative;
  padding-right: 25px
}

.sort-width__item input:checked + p:after {
  content: "";
  width: 8px;
  height: 8px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-image: url("data:image/svg+xml,%3Csvg width='8' height='8' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M2.94 3.53L.47 6l1.06 1.06L4 4.592l2.47 2.47L7.53 6 5.06 3.53l2.47-2.47L6.47 0 4 2.47 1.53 0 .47 1.06l2.47 2.47z' fill='%23C60B3C'/%3E%3C/svg%3E");
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat
}

.bottom-sort__item {
  display: none
}

.bottom-sort__item--active {
  display: block;
  width: 100%
}

.bottom-sort__item--active .sort-width {
  align-items: center
}

.sort__filter {
  display: none;
  cursor: pointer
}

.sort__filter svg path {
  transition: .4s
}

.sort__filter:hover svg path {
  fill: #c60b3c;
  transition: .4s
}

.range__bar {
  margin-bottom: 17px;
  width: 614px;
  height: 2px
}

.range__inputs {
  display: flex;
  justify-content: space-between;
  align-items: center
}

.price-range {
  position: relative;
  max-width: 615px;
  margin: 0 auto
}

.range__input {
  width: 286px;
  padding: 11px 20px 9px;
  font-size: 14px;
  line-height: 18px;
  font-weight: 600
}

.range__input:last-child {
  margin-right: 0
}

.range__input-wrapper {
  position: relative
}

.range__input-wrapper:after {
  content: "";
  position: absolute;
  right: -31px;
  top: 50%;
  transform: translateY(-50%);
  width: 21px;
  height: 2px;
  background-color: #cdcdcd
}

.range__input-wrapper:last-child:after {
  display: none
}

@media screen and (max-width: 1420px) {
  .sort__extended {
    display: none
  }

  .sort__select {
    padding: 0
  }

  .bottom-sort__width {
    grid-template-columns:1fr;
    grid-auto-flow: dense;
    grid-gap: 22px
  }

  .sort-width__item {
    font-size: 20px;
    line-height: 27px;
    font-weight: 700;
    justify-self: start
  }

  .sort-width__item input:checked + p:after {
    width: 12px;
    height: 12px;
    top: 14px
  }

  .bottom-sort__price {
    display: grid
  }

  .range__inputs {
    order: -1;
    margin-bottom: 28px
  }

  .sort__bottom--active {
    display: none
  }

  .range__bar {
    width: 100%
  }

  .range__input {
    width: 312px
  }

  .sort__top .sort__dropdowns {
    display: none
  }

  .sort {
    margin-bottom: 22px
  }

  .sort__filter {
    display: flex;
    justify-self: end
  }

  .select-title__text {
    margin: 0 !important;
    font-size: 14px;
    line-height: 18px
  }

  .range__input-wrapper:after {
    right: -35px
  }

  .bottom-sort__colors {
    grid-template-columns:1fr 1fr 1fr;
    justify-content: space-between
  }

  .bottom-sort__color__title {
    opacity: 1
  }
}

@media screen and (max-width: 767px) {
  .range__inputs {
    grid-gap: 20px
  }

  .range__input {
    width: 100%;
    height: 42px;
    padding: 10px;
    font-size: 16px;
    line-height: 22px
  }

  .range__input-wrapper:after {
    width: 9px;
    right: -14px
  }

  .bottom-sort__width {
    padding-left: 16px;
    font-size: 16px;
    line-height: 22px;
    grid-gap: 24px
  }

  .select-sort__list {
    width: 100%;
    top: calc(100% + 20px)
  }

  .bottom-sort__colors {
    grid-template-columns:1fr 1fr
  }

  .sort__top {
    margin-top: 0px;
    grid-template-columns:max-content 1fr
  }
}

.justImage {
  margin-bottom: 35px
}

.justImage__image img {
  width: 100%;
  height: 868px;
  object-fit: cover
}

.justImage__link {
  display: block
}

@media screen and (max-width: 1420px) {
  .justImage__image img {
    height: 467px
  }

  .justImage {
    margin-bottom: 38px
  }
}

@media screen and (max-width: 767px) {
  .justImage {
    margin-bottom: 28px
  }

  .justImage__image img {
    height: 240px
  }
}

.puzzles {
  margin-bottom: 172px
}

.puzzles__list {
  display: grid;
  grid-gap: 16px
}

.puzzle__row-1 {
  display: grid;
  grid-gap: 16px;
  grid-template-columns:512px 1fr
}

.puzzle__row-2 {
  display: grid;
  grid-gap: 16px;
  grid-template-columns:1fr 1fr
}

.puzzle__row-3 {
  display: grid;
  grid-gap: 16px;
  grid-template-columns:1fr 512px
}

.puzzle__row-4 {
  display: grid;
  grid-gap: 16px;
  grid-template-columns:1fr 1fr
}

.puzzle__row-5 {
  display: grid;
  grid-gap: 16px;
  grid-template-columns:1fr 512px;
}

.item-puzzles {
  padding: 56px 48px 54px;
  height: 481px;
  background-repeat: no-repeat;
  background-color: #272424;
  transition: .4s;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  position: relative;
  overflow: hidden
}

.item-puzzles > * {
  z-index: 2;
  position: relative
}

.item-puzzles:hover .item-puzzles__image {
  transform: scale(1.05);
  transition: .4s
}

.item-puzzles__image {
  position: absolute;
  right: 0;
  top: 0;
  transition: .4s;
  pointer-events: none;
  width: 100%;
  height: 100%
}

.item-puzzles__image img {
  object-fit: scale-down;
  width: 100%;
  object-position: top right
}

.item-puzzles-1 .item-puzzles__list {
  grid-template-columns:max-content max-content;
  grid-column-gap: 22px
}

.item-puzzles-1 .item-puzzles__title {
  font-size: 60px;
  line-height: 64px
}

.item-puzzles-7 .item-puzzles__image img {
  object-position: right bottom
}

.item-puzzles-8 .item-puzzles__image img {
  object-position: right bottom
}

.item-puzzles__title {
  display: block;
  max-width: 90%;
  font-size: 54px;
  line-height: 62px;
  font-weight: 700;
  color: #fff;
  transition: .4s
}

.item-puzzles__title:hover {
  color: #c60b3c;
  transition: .4s
}

.item-puzzles__list {
  display: grid;
  grid-gap: 10px
}

.item-puzzles__list li {
  display: flex
}

.item-puzzles__list li a {
  display: inline-flex;
  font-size: 14px;
  line-height: 18px;
  font-weight: 200;
  color: #a7a7a7;
  transition: .4s
}

.item-puzzles__list li a:hover {
  color: #c60b3c;
  transition: .4s
}

@media screen and (max-width: 1420px) {
  .puzzles {
    margin-bottom: 110px
  }

  .item-puzzles:after {
    width: 64%;
    height: 100%;
    right: 0;
    left: auto;
    background-size: contain
  }

  .item-puzzles {
    height: 250px;
    padding: 30px 25px 25px
  }

  .item-puzzles:hover:after {
    transform: scale(1.1)
  }

  .item-puzzles-1 .item-puzzles__title {
    font-size: 28px;
    line-height: 34px
  }

  .item-puzzles__title {
    font-size: 28px;
    line-height: 34px
  }

  .item-puzzles__list {
    grid-row-gap: 6px
  }

  .puzzle__row {
    grid-gap: 8px
  }

  .puzzles__list {
    grid-gap: 8px
  }

  .puzzle__row-1 {
    grid-template-columns:268px 1fr
  }

  .puzzle__row-2 {
    grid-template-columns:1fr 1fr
  }

  .puzzle__row-3 {
    grid-template-columns:1fr 268px
  }

  .item-puzzles__image {
    width: 100%;
    height: 100%;
    max-width: 300px
  }

  .item-puzzles__image img {
    object-fit: contain;
    object-position: top right
  }

  .item-puzzles-5 .item-puzzles__image img, .item-puzzles-6 .item-puzzles__image img {
    object-position: bottom right
  }

  .item-puzzles-1 .item-puzzles__image {
    height: 170px
  }
}

@media screen and (max-width: 767px) {
  .item-puzzles-1 .item-puzzles__image {
    height: auto
  }

  .item-puzzles__image {
    width: 190px;
    height: 100%
  }

  .puzzles {
    margin-bottom: 80px
  }

  .puzzle__row-1 {
    grid-template-columns:1fr
  }

  .puzzle__row-2 {
    grid-template-columns:1fr
  }

  .puzzle__row-3 {
    grid-template-columns:1fr
  }

  .puzzle__row-4 {
    grid-template-columns:1fr
  }

  .puzzle__row-5 {
    grid-template-columns:1fr
  }

  .item-puzzles {
    height: 176px;
    padding: 29px 15px 15px
  }

  .item-puzzles:after {
    width: 173px;
    height: 100%
  }

  .item-puzzles__list {
    display: none
  }

  .item-puzzles-1:after {
    background-image: url(/local/dev/mockup/css/../img/puzzles/puzzle__item-1--mobile.png);
    background-position: right top
  }

  .item-puzzles-2:after {
    background-image: url(/local/dev/mockup/css/../img/puzzles/puzzle__item-2--mobile.png);
    background-position: right top
  }

  .item-puzzles-3:after {
    background-image: url(/local/dev/mockup/css/../img/puzzles/puzzle__item-3--mobile.png);
    background-position: right top
  }

  .item-puzzles-4:after {
    background-image: url(/local/dev/mockup/css/../img/puzzles/puzzle__item-4--mobile.png);
    background-position: right top
  }

  .item-puzzles-5:after {
    background-image: url(/local/dev/mockup/css/../img/puzzles/puzzle__item-5--mobile.png);
    background-position: right bottom
  }

  .item-puzzles-6:after {
    background-image: url(/local/dev/mockup/css/../img/puzzles/puzzle__item-6--mobile.png);
    background-position: right bottom
  }
}

.recently {
  margin-bottom: 180px
}

.recently__title {
  padding-left: 128px;
  color: #fff;
  margin-bottom: 32px
}

.recently__catalog-grid.catalog-grid {
  display: flex;
  grid-gap: 0
}

.recently__catalog-grid.catalog-grid .catalog-item {
  max-width: 458px;
  width: 100%
}

.viewed {
  display: none
}

@media screen and (max-width: 1420px) {
  .recently__title {
    font-size: 28px;
    line-height: 34px;
    margin-bottom: 22px;
    padding-left: 32px
  }

  .recently {
    margin-bottom: 110px
  }

  .viewed {
    display: block;
    font-size: 14px;
    line-height: 18px;
    color: #a7a7a7;
    margin-top: 18px;
    padding-left: 16px;
    font-weight: 600
  }
}

@media screen and (max-width: 767px) {
  .recently {
    margin-top: 80px;
    margin-bottom: 80px
  }

  .viewed {
    margin-top: 20px
  }

  .recently__title {
    font-size: 20px;
    line-height: 27px;
    padding-left: 16px;
    margin-bottom: 20px
  }
}

.component {
  margin-bottom: 172px
}

.component__slider-navigation {
  pointer-events: none;
  position: absolute;
  z-index: 2;
  width: 100%;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  height: 100%
}

.component__slider-navigation .swiper-button-prev {
  pointer-events: all;
  height: 100%;
  top: 0;
  left: 0;
  margin: 0;
  width: 13%;
  opacity: 0;
  z-index: 2;
  background-color: transparent
}

.component__slider-navigation .swiper-button-prev:hover {
  cursor: url(/local/dev/mockup/css/../img/prev-slide__arrow.svg), auto
}

.component__slider-navigation .swiper-button-next {
  pointer-events: all;
  height: 100%;
  top: 0;
  margin: 0;
  width: 13%;
  right: 0;
  opacity: 0;
  z-index: 2;
  background-color: transparent
}

.component__slider-navigation .swiper-button-next:hover {
  cursor: url(/local/dev/mockup/css/../img/next-slide__arrow.svg), auto
}

.component__slider-navigation .swiper-button-disabled {
  pointer-events: none
}

.component__slider {
  margin-bottom: 80px
}

.component__slider:last-child {
  margin-bottom: 0
}

.video-block__play-button {
  z-index: 4;
  position: absolute;
  width: 224px;
  height: 224px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: rgba(167, 167, 167, .1);
  border-radius: 50%;
  background: rgba(167, 167, 167, .1);
  backdrop-filter: blur(6px);
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%)
}

.video-block__play-button svg {
  margin-left: 10px
}

.video-block {
  display: block;
  position: relative;
  overflow: hidden
}

.video-block:hover img {
  transform: scale(1.07);
  transition: .5s
}

.video-block img {
  transition: .5s;
  width: 880px;
  height: 480px;
  object-fit: cover
}

.component__title {
  margin-bottom: 110px;
  padding-left: 124px
}

.cell-component__image img {
  width: 880px;
  height: 480px;
  object-fit: cover
}

.cell-component {
  display: grid;
  grid-template-columns:880px 1fr;
  grid-gap: 80px
}

.cell-component:last-child {
  margin-bottom: 0;
  padding-left: 50px
}

.cell-component--reverse {
  grid-template-columns:1fr 880px
}

.cell-component--reverse .cell-component__left {
  order: 1
}

.cell-component__right {
  align-self: end;
  padding-bottom: 64px
}

.cell-component__title {
  margin-bottom: 24px;
  display: inline-block;
  font-size: 28px;
  line-height: 38px;
  font-weight: 600;
  color: #fff
}

.cell-component__description {
  font-size: 14px;
  line-height: 18px;
  font-weight: 600;
  color: #a7a7a7
}

.video-block {
  position: relative
}

.video-block img {
  z-index: 2;
  position: relative
}

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

@media screen and (max-width: 1420px) {
  .component {
    margin-bottom: 110px
  }

  .component__title {
    max-width: 670px;
    padding: 0 30px;
    font-size: 42px;
    line-height: 52px;
    margin-bottom: 80px
  }

  .cell-component {
    grid-template-columns:463px 1fr;
    grid-gap: 42px
  }

  .cell-component--reverse {
    grid-template-columns:1fr 463px
  }

  .cell-component__image img {
    width: 463px;
    height: 252px;
    object-fit: cover
  }

  .cell-component__right {
    padding-bottom: 40px
  }

  .cell-component__title {
    max-width: 198px;
    font-size: 20px;
    line-height: 27px;
    margin-bottom: 22px
  }

  .video-block__play-button {
    transform: translateX(-50%) translateY(-50%) scale(.57)
  }

  .cell-component:last-child {
    padding-left: 30px
  }
}

@media screen and (max-width: 767px) {
  .component {
    margin-bottom: 80px
  }

  .component__title {
    font-size: 20px;
    line-height: 27px;
    margin-bottom: 46px;
    padding: 0 0 0 16px
  }

  .cell-component {
    grid-template-columns:1fr;
    grid-gap: 30px
  }

  .cell-component:last-child {
    padding-left: 0
  }

  .cell-component__image img {
    width: 100%;
    height: 240px
  }

  .cell-component__title {
    max-width: 90%;
    font-size: 20px;
    line-height: 27px;
    margin-bottom: 15px
  }

  .cell-component__description {
    max-width: 80%
  }

  .cell-component__right {
    padding-bottom: 0
  }

  .video-block__play-button {
    transform: translateX(-50%) translateY(-50%) scale(.555)
  }

  .cell-component--reverse .cell-component__right {
    order: 1
  }

  .component__slider {
    margin-bottom: 64px
  }
}

.catalog {
  margin-bottom: 182px;
  margin-top: -12px
}

.catalog .wrapper {
  overflow: hidden
}

.catalog-grid {
  display: grid;
  grid-gap: 16px
}

.catalog-item {
  background-color: #fff;
  width: 458px;
  height: 458px;
  z-index: 1
}

.catalog-item:hover .catalog-item__options {
  opacity: 0;
  pointer-events: none;
  transition: .4s
}

.catalog-grid__item--big {
  width: auto;
  height: auto;
  grid-row: span 2;
  grid-column: span 2
}

.catalog-grid__item--big .catalog-item__middle {
  height: 770px
}

.catalog-grid__item--big .catalog-item__middle .catalog-item__image img {
  height: 100%
}

.catalog__header {
  display: none;
  margin-bottom: 52px
}

.catalog__header .section-header__title {
  color: #1f1c1c
}

.catalog__header--active {
  margin-bottom: 37px;
  display: grid !important
}

.catalog__header--results {
  grid-template-columns:784px 1fr;
  grid-gap: 67px
}

.catalog-item__list:not(:hover) > li:first-child > div, .catalog-item__list > li:focus > div, .catalog-item__list > li:hover > div {
  opacity: 1;
  transition: .2
}

.catalog-item__list {
  height: 100%;
  width: 100%;
  display: flex;
  align-items: stretch;
  z-index: 0;
  position: relative
}

.catalog-item__list li {
  display: flex;
  align-items: flex-end;
  flex-basis: 100%
}

.catalog-item__list li div {
  position: absolute;
  z-index: -1;
  top: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  transition: .2s
}

.catalog-item__subtitle {
  font-size: 12px;
  line-height: 16px;
  color: #a7a7a7 !important;
  text-transform: uppercase
}

.catalog-item__content {
  padding: 27px 31px;
  position: relative;
  display: flex;
  justify-content: space-between;
  width: 100%;
  flex-direction: column;
  height: 100%
}

.catalog-item__top {
  display: flex
}

.catalog-item__title {
  display: inline-flex;
  align-items: flex-end;
  margin-bottom: 9px;
  font-size: 20px;
  line-height: 24px;
  color: #1f1c1c;
  text-transform: uppercase;
  font-weight: 700;
  transition: .4s
}

.catalog-item__title:hover {
  color: #c60b3c;
  transition: .4s
}

.catalog-item__bottom {
  display: grid;
  z-index: 1;
}

.catalog-item__prices {
  display: grid;
  grid-auto-flow: column;
  grid-gap: 18px;
  justify-items: start;
  justify-content: start;
  align-items: center
}

.catalog-item__price--new {
  font-size: 16px;
  line-height: 22px;
  font-weight: 700;
  color: #1f1c1c
}

.catalog-item__price--old {
  font-size: 14px;
  line-height: 18px;
  font-weight: 600;
  color: #a7a7a7;
  text-decoration: line-through;
}

.catalog-item__colors {
  display: grid;
  grid-auto-flow: column;
  grid-gap: 4px;
  align-items: center
}

.catalog-item__color {
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  border: 2px solid transparent;
  overflow: hidden
}

.catalog-item__color img, .catalog-item__color svg {
  width: 26px;
  height: 26px;
  border-radius: 50%;
  border: 1px solid rgba(167, 167, 167, .3)
}

.catalogSlider__inner {
  position: relative;
  display: flex
}

.catalogSlider__inner .swiper-button-next, .catalogSlider__inner .swiper-button-prev {
  width: 60px;
  height: 60px;
  outline: 0;
  cursor: pointer;
  position: absolute;
  right: 16px;
  z-index: 10;
  top: 50%;
  background-color: transparent
}

.catalogSlider__inner .swiper-button-prev {
  transform: rotateY(180deg);
  right: auto;
  left: 16px
}

.catalogSlider__inner .swiper-button-prev svg path {
  transition: .3s
}

.catalogSlider__inner .swiper-button-prev svg circle {
  transition: .3s
}

.catalogSlider__inner .swiper-button-prev:hover svg path {
  fill: #c60b3c
}

.catalogSlider__inner .swiper-button-prev:hover svg circle {
  stroke: #c60b3c
}

.catalogSlider {
  position: relative
}

.catalogSlider .slick-prev {
  display: none !important
}

.catalogSlider .slick-next {
  position: absolute;
  right: 16px;
  top: 50%;
  transform: translateY(-50%)
}

.catalogSlider .slick-list {
  overflow: inherit
}

.catalogSlider .slick-track {
  display: flex !important;
  align-items: start;
  justify-content: flex-start
}

.catalogSlider .slick-slide {
  margin-right: 13px;
  display: flex !important;
  align-items: center;
  width: 302px !important
}

.catalog__catalogSlider--hidden {
  display: none
}

.catalogSlider {
  width: 100%;
  height: 100%;
  margin-left: auto;
  margin-right: auto
}

.catalogSlider__slide {
  overflow: hidden;
  max-width: 302px;
  width: 100%;
  height: 152px;
  background-color: #1f1c1c;
  padding: 21px 23px
}

.catalogSlider__slide:hover .catalogSlider__image {
  transform: scale(1.05);
  transition: .2s
}

.catalogSlider__image {
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  display: flex;
  transition: .2s
}

.catalogSlider__image picture {
  justify-content: flex-end
}

.catalogSlider__image img {
  width: 204px;
  height: 136px;
  object-fit: contain;
  object-position: right center
}

.catalogSlider__link {
  font-size: 28px;
  line-height: 34px;
  font-weight: 700;
  color: #fff;
  position: relative;
  z-index: 2;
  transition: .4s
}

.catalogSlider__link:hover {
  transition: .4s;
  color: #c60b3c
}

.catalog-item__color--active {
  border: 2px solid #c60b3c
}

.catalog-item__color--active .catalog-item__color img, .catalog-item__color--active .catalog-item__color svg {
  border: 1px solid transparent
}

.catalog-item__compare {
  display: flex;
  cursor: pointer
}

.catalog-item__compare:hover svg path {
  stroke: #c60b3c;
  transition: .4s
}

.catalog-item__compare svg path {
  transition: .4s
}

.catalog-item__compare--active svg path, .catalog-item__compare--active svg rect {
  fill: #d4486d;
  stroke: #d4486d
}

.catalog-item__favourite {
  display: flex;
  cursor: pointer
}

.catalog-item__favourite svg path {
  transition: .4s
}

.catalog-item__favourite:hover svg path {
  transition: .4s;
  stroke: #c60b3c
}

.catalog-item__favourite--active svg path {
  fill: #c60b3c;
  stroke: #c60b3c
}

.catalog-item__options {
  opacity: 0;
  pointer-events: none;
  position: absolute;
  top: 27px;
  right: 31px;
  display: grid;
  grid-auto-flow: column;
  grid-gap: 27px;
  justify-content: end;
  transition: .4s
}

.catalog-item__title-wrap {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}

.catalog-item__bottom-options {
  display: flex;
  flex-direction: column;
}

.catalog-item__bottom-options .yandex-pay-badge-wrap {
  margin-bottom: 6px;
}

.catalog-item__bottom-options .options-wrap{
  display: flex;
  justify-content: space-between;
}

.catalog-item__middle {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 296px;
  width: 100%
}

.catalog-item__image {
  display: flex;
  justify-content: center;
  width: 100%
}

.catalog-item__image img {
  width: 100%;
  height: 280px;
  object-fit: contain
}

.catalog__list {
  margin-bottom: 74px;
  display: grid;
  grid-template-columns:1fr 1fr 1fr;
  grid-auto-flow: dense;
  grid-auto-rows: 458px;
  grid-gap: 16px
}

.viewed-catalog {
  margin-bottom: 7px;
  font-size: 12px;
  line-height: 16px;
  font-weight: 600;
  color: #a7a7a7;
  text-align: center
}

.catalog__additional {
  display: grid;
  justify-content: center
}

.catalog__show-more {
  font-size: 28px;
  line-height: 38px;
  font-weight: 600;
  color: #1f1c1c !important;
  cursor: pointer;
  text-align: center
}

.catalog__show-more:hover {
  color: #c60b3c;
  transition: .4s
}

.catalog-item__labels {
  display: flex;
  flex-direction: column;
  align-items: start;
  position: absolute;
  top: 56px;
  left: 32px;
  z-index: 100;
}

.sale-products-gift .catalog-item__labels {
  top: 10%;
  left: 0;
}

.catalog-item__label {
  font-size: 14px;
  line-height: 14px;
  color: #c60b3c;
  font-weight: 600;
  padding: 5px 12px;
  border: 2px solid #c60b3c;
  border-radius: 2px;
  text-align: center;
  margin-bottom: 14px;
  cursor: default;
  z-index: 2;
  background-color: #fff
}

.catalog-item__label.catalog-item__label--exclusive {
  color: #a7a7a7;
  border-color: #a7a7a7;
}

.catalog-item__label:last-child {
  margin-bottom: 0
}

@media screen and (max-width: 1420px) {
  .catalog-item__subtitle {
    padding-right: 80px
  }

  .catalogSlider__inner .catalogSlider__button {
    display: none
  }

  .catalogSlider {
    margin-bottom: 40px
  }

  .catalog-item__bottom-options {
    display: grid;
    grid-gap: 8px
  }

  .catalog-item__middle {
    height: 155px
  }

  .catalog__content {
    overflow: hidden
  }

  .catalogSlider .slick-next {
    display: none !important
  }

  .catalogSlider__slide {
    width: 216px !important;
    height: 108px;
    padding: 15px 16px
  }

  .catalogSlider__link {
    font-size: 20px;
    line-height: 27px
  }

  .catalogSlider__image {
    right: -1px
  }

  .catalogSlider__image img {
    width: 146px;
    height: 96px;
    object-fit: contain;
    object-position: top
  }

  .catalog__header {
    grid-template-columns:1fr 300px;
    justify-content: space-between;
    padding-left: 30px;
    padding-right: 30px;
    margin-bottom: 38px
  }

  .catalog__header .section-header__description {
    display: none
  }

  .catalog__header .section-header__title {
    font-size: 42px;
    line-height: 52px;
    padding-left: 0
  }

  .catalog-item {
    max-width: 360px;
    width: auto;
    height: auto
  }

  .catalog-grid__item--big {
    width: auto;
    height: auto;
    grid-row: span 2;
    grid-column: span 1
  }

  .catalog-grid__item--big .catalog-item__middle {
    height: 505px
  }

  .catalog-item__image img {
    width: 100%;
    height: 155px
  }

  .catalog-item__content {
    padding: 19px 16px 16px
  }

  .catalog-item__label {
    font-size: 12px;
    line-height: 16px;
    padding: 3px 7px;
    margin-bottom: 9px
  }

  .catalog-item__options {
    display: none;
    opacity: 0;
    top: 19px;
    right: 16px
  }

  .catalog-item__labels {
    left: 16px;
    top: 48px
  }

  .catalog-item__title {
    font-size: 16px;
    line-height: 20px;
    height: unset;
    margin-bottom: 0;
    max-width: 250px;
  }

  .catalog__list {
    margin-bottom: 50px;
    grid-auto-rows: 330px;
    grid-template-columns:1fr 1fr
  }

  .viewed-catalog {
    margin-bottom: 5px
  }

  .catalog {
    margin-bottom: 110px
  }

  .catalog-item__colors {
    grid-gap: 18px
  }

  .catalog-item__color {
    width: 36px;
    height: 36px;
    display: flex;
    align-items: center;
    justify-content: center
  }

  .catalog-item__color svg {
    width: 26px;
    height: 26px
  }

  .catalog__header--results {
    display: none !important
  }

  .catalog__header--default {
    display: grid !important
  }
}

@media screen and (max-width: 767px) {
  .catalog-grid__item--big {
    grid-row: auto;
    grid-column: auto
  }

  .catalog__list {
    grid-template-columns:1fr;
    grid-auto-rows: auto
  }

  .catalog {
    overflow: hidden
  }

  .catalog .wrapper {
    overflow: initial
  }

  .catalog-grid__item--big .catalog-item__middle {
    height: 155px
  }

  .catalog-item__image img {
    width: 250px
  }

  .catalogSlider {
    margin-bottom: 30px;
    width: 105%
  }

  .catalogSlider__slide {
    width: 142px !important;
    height: 80px;
    padding: 11px
  }

  .catalogSlider__link {
    font-size: 14px;
    line-height: 18px;
    font-weight: 600
  }

  .catalogSlider__image img {
    width: 99px;
    height: 68px;
    object-position: right
  }

  .catalog {
    margin-top: 0
  }

  .catalog__header {
    grid-template-columns:1fr;
    grid-gap: 15px;
    margin-bottom: 30px
  }

  .catalog__header .section-header__title {
    font-size: 28px;
    line-height: 34px;
    padding-left: 14px
  }

  .section-header__button {
    padding: 12px;
    text-align: center
  }

  .catalog__header {
    padding: 0
  }

  .catalog-item {
    max-width: 100%;
    width: 100%;
    height: auto;
  }

  .catalog-item__title {
    margin-bottom: 7px
  }

  .catalog-item__image {
    margin-top: 10px
  }

  .catalog-item__image img {
    height: 100%;
    width: auto;
  }

  .catalog {
    margin-bottom: 80px
  }

  .catalog__content {
    overflow: inherit
  }
}

.gallery {
  display: grid;
  grid-template-columns:50px 1fr;
  position: relative;
  grid-gap: 63px;
  align-items: start
}

.main-gallery {
  margin-bottom: 24px
}

.side-gallery {
  margin-top: 64px;
  max-width: 51px;
  width: 100%;
  position: relative
}

.main-gallery__slide {
  display: flex !important;
  align-items: center;
  justify-content: center;
  position: relative
}

.main-gallery__slide:hover {
  cursor: zoom-in
}

.main-gallery__slide img {
  width: 100%;
  object-fit: contain;
  height: 560px
}

.main-gallery__slide picture {
  justify-content: center;
  display: flex
}

.cloudzoom-zoom-inside {
  pointer-events: none
}

.cloudzoom-zoom-inside img {
  object-fit: contain
}

.gallery__side-button {
  margin: 0;
  padding: 0;
  left: 50%;
  background-color: transparent;
  width: 50px;
  height: 50px;
  outline: 0;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  border-radius: 50%
}

.gallery__side-button:after {
  display: none
}

.gallery__side-button:before {
  display: none
}

.gallery__side-button.swiper-button-disabled {
  opacity: .3;
  filter: grayscale(1)
}

.gallery__side-next {
  top: auto;
  bottom: 0;
  background-image: url(/local/dev/mockup/css/../img/next-slide__arrow.svg);
  transform: translateX(-50%) rotateZ(90deg)
}

.gallery__side-prev {
  top: 0;
  bottom: auto;
  background-image: url(/local/dev/mockup/css/../img/prev-slide__arrow.svg);
  transform: translateX(-50%) rotateZ(-270deg)
}

.side-gallery__slider {
  height: 446px;
  margin-bottom: 74px;
  margin-top: 74px;
  position: relative
}

.side-gallery__slider .swiper-current .side-gallery__image {
  border-bottom: 2px solid #c60b3c !important
}

.js-main-gallery__slider {
  max-height: 560px
}

.side-gallery__slide {
  width: 50px;
  height: 50px !important;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  overflow: hidden
}

.swiper-scrolling {
  overflow: hidden;
  padding-right: 16px
}

.side-gallery__image {
  width: 100%;
  height: 100%;
  object-fit: contain;
  padding: 1px;
  cursor: pointer;
  border-bottom: 2px solid transparent
}

.side-counter {
  display: grid;
  align-items: center;
  grid-auto-flow: column;
  font-size: 18px;
  line-height: 25px;
  font-weight: 800;
  color: #1f1c1c;
  position: absolute;
  right: -64px;
  bottom: 0;
  left: unset;
  width: auto
}

.side-gallery__counter--table {
  display: none
}

@media screen and (max-width: 1420px) {
  .side-gallery__counter--table {
    display: grid;
    position: static;
    margin-right: 200px
  }

  .side-gallery__counter--desktop {
    display: none
  }

  .gallery__side {
    display: none
  }

  .gallery__main, .main-gallery__slider {
    height: 300px
  }

  .main-gallery__slide {
    padding-left: 0
  }

  .main-gallery {
    max-width: 670px
  }

  .gallery {
    max-width: 670px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 452px
  }

  .main-gallery__slide {
    height: 400px !important
  }

  .main-gallery__slide img {
    height: 300px;
    width: 100%;
    object-fit: contain
  }

  .top-card__left {
    height: 400px
  }
}

@media screen and (max-width: 767px) {
  .gallery {
    overflow: hidden
  }

  .gallery, .gallery__main, .main-gallery__slider {
    height: 250px
  }

  .side-gallery__counter--table {
    margin-right: 8px;
    font-size: 12px;
    line-height: 16px
  }

  .main-gallery__slider {
    width: 100%
  }

  .main-gallery__slide {
    height: auto
  }

  .main-gallery__slide img {
    width: 100%;
    height: 250px;
    object-fit: scale-down
  }

  .main-gallery {
    width: 257px;
    margin-bottom: unset
  }

  .gallery {
    align-items: center
  }

  .top-card__left {
    height: 250px
  }
}

.articles {
  margin-bottom: 182px
}

.articles__headliner {
  display: flex;
  align-items: flex-end;
  margin-bottom: 33px;
  padding-left: 123px;
  margin-top: -25px
}

.articles__description {
  margin-left: 160px;
  max-width: 300px;
  font-size: 14px;
  line-height: 18px;
  font-weight: 600;
  color: #a7a7a7;
  padding-bottom: 39px
}

.articles__filter {
  padding-left: 127px;
  margin-bottom: 32px
}

.filter-acticles__list {
  display: grid;
  grid-auto-flow: column;
  justify-content: start;
  grid-gap: 30px
}

.filter-acticles__label {
  display: block;
  cursor: pointer;
  font-size: 14px;
  line-height: 18px;
  font-weight: 600;
  color: #a7a7a7;
  transition: .3s
}

.filter-acticles__label:hover {
  transition: .3s;
  color: #c60b3c
}

.filter-acticles__label p {
  padding-right: 19px
}

.filter-acticles__label input {
  display: none
}

.filter-acticles__label input:checked + p {
  position: relative;
  color: #c60b3c
}

.filter-acticles__label input:checked + p:after {
  content: "";
  width: 8px;
  height: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-image: url("data:image/svg+xml,%3Csvg width='8' height='8' viewBox='0 0 8 8' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M2.46967 3.53033L0 6L1.06066 7.06066L3.53033 4.59099L6 7.06066L7.06066 6L4.59099 3.53033L7.06066 1.06066L6 0L3.53033 2.46967L1.06066 0L3.58297e-07 1.06066L2.46967 3.53033Z' fill='%23C60B3C'/%3E%3C/svg%3E%0A");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  position: absolute;
  right: 0;
  top: 56%;
  transform: translateY(-50%)
}

.filter-acticles__item--active {
  color: #c60b3c;
  position: relative
}

.filter-acticles__item--active:after {
  content: "";
  width: 8px;
  height: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-image: url("data:image/svg+xml,%3Csvg width='8' height='8' viewBox='0 0 8 8' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M2.46967 3.53033L0 6L1.06066 7.06066L3.53033 4.59099L6 7.06066L7.06066 6L4.59099 3.53033L7.06066 1.06066L6 0L3.53033 2.46967L1.06066 0L3.58297e-07 1.06066L2.46967 3.53033Z' fill='%23C60B3C'/%3E%3C/svg%3E%0A");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  position: absolute;
  right: 0;
  top: 56%;
  transform: translateY(-50%)
}

.acticles__item {
  max-width: 458px
}

.acticles__item--wide {
  max-width: 932px
}

.item-articles__top {
  display: flex;
  margin-bottom: 20px
}

.item-articles__image {
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  width: 100%
}

.item-articles__image img {
  width: 100%;
  height: 458px;
  object-fit: cover;
  transition: .3s
}

.item-articles__image img:hover {
  transform: scale(1.06);
  transition: .3s
}

.item-articles__title {
  display: inline-flex;
  margin-bottom: 9px;
  min-height: 56px;
  font-size: 20px;
  line-height: 28px;
  font-weight: 800;
  text-transform: uppercase;
  color: #fff;
  transition: .3s
}

.item-articles__title:hover {
  color: #c60b3c;
  transition: .3s
}

.item-articles__date {
  font-size: 14px;
  line-height: 18px;
  font-weight: 600;
  color: #a7a7a7
}

.articles__list {
  margin-bottom: 74px
}

.articles__list-pack {
  display: grid;
  grid-template-columns:1fr 1fr 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 80px
}

.acticles__item--wide {
  grid-column: span 2
}

.acticles__item--wide .item-articles__image img {
  width: 100%;
  height: 458px
}

.articles__viewed {
  display: flex;
  justify-content: center;
  font-size: 12px;
  line-height: 14px;
  margin-bottom: 9px;
  font-weight: 600;
  color: #a7a7a7
}

.articles__show-more {
  text-align: center;
  margin: 0 auto;
  display: flex;
  justify-content: center
}

.articles__show-more p {
  cursor: pointer;
  font-size: 28px;
  line-height: 38px;
  font-weight: 600;
  color: #fff;
  transition: .3s
}

.articles__show-more p:hover {
  color: #c60b3c;
  transition: .3s
}

@media screen and (max-width: 1420px) {
  .articles__headliner {
    padding-left: 30px;
    padding-right: 64px;
    margin-top: -10px;
    margin-bottom: 31px;
    justify-content: space-between;
    align-items: center
  }

  .articles__description {
    max-width: 226px;
    padding-bottom: 0;
    margin-left: 30px
  }

  .articles__filter {
    padding-left: 30px;
    margin-bottom: 27px
  }

  .filter-acticles__list {
    grid-template-columns:max-content max-content max-content max-content;
    grid-auto-flow: dense;
    grid-row-gap: 15px
  }

  .articles__list {
    margin-bottom: 80px;
    grid-row-gap: 50px
  }

  .item-articles__image img {
    height: 234px
  }

  .item-articles__top {
    margin-bottom: 12px
  }

  .item-articles__title {
    min-height: 66px;
    margin-bottom: 14px;
    font-size: 16px;
    line-height: 22px
  }

  .acticles__item--wide .item-articles__image img {
    height: 234px
  }

  .articles {
    margin-bottom: 110px
  }
}

@media screen and (max-width: 767px) {
  .articles__description {
    display: none
  }

  .articles__headliner {
    margin-top: 0;
    margin-bottom: 16px;
    padding-left: 14px;
    padding-right: 0
  }

  .articles__filter {
    padding-left: 16px;
    margin-bottom: 21px
  }

  .filter-acticles__list {
    grid-row-gap: 16px;
    grid-template-columns:1fr
  }

  .filter-acticles__label p {
    padding-right: 25px
  }

  .filter-acticles__label {
    display: flex;
    justify-self: start;
    font-size: 16px;
    line-height: 22px
  }

  .filter-acticles__label input:checked + p:after {
    width: 14px;
    height: 14px;
    background-size: cover;
    top: 50%
  }

  .articles__list-pack {
    grid-template-columns:1fr;
    grid-row-gap: 32px
  }

  .articles__list {
    margin-bottom: 62px
  }

  .acticles__item--wide {
    grid-column-start: auto;
    grid-column-end: auto
  }

  .item-articles__title {
    font-size: 14px;
    line-height: 18px;
    margin-bottom: 8px;
    min-height: auto
  }

  .item-articles__top {
    margin-left: -16px;
    margin-right: -16px;
    margin-bottom: 20px
  }

  .item-articles__image img {
    height: 216px
  }

  .acticles__item--wide .item-articles__image img {
    height: 216px
  }

  .articles {
    margin-bottom: 80px
  }

  .articles .acticles__item {
    grid-row-start: auto;
    grid-column-start: auto;
    grid-row-end: auto;
    grid-column-end: auto
  }
}

[data-text-compressor] {
  overflow: hidden
}

.text-compressor-button {
  display: inline-flex;
  align-items: center;
  cursor: pointer;
  font-size: 14px;
  line-height: 18px;
  font-weight: 600;
  color: #c60b3c
}

.text-compressor-button:hover:after {
  transform: translateX(10px);
  transition: .4s
}

.text-compressor-button:after {
  content: "";
  width: 19px;
  height: 12px;
  margin-left: 12px;
  background-image: url("data:image/svg+xml,%3Csvg width='19' height='12' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M18.53 6.53a.75.75 0 000-1.06L13.757.697a.75.75 0 00-1.06 1.06L16.939 6l-4.242 4.243a.75.75 0 001.06 1.06L18.53 6.53zM0 6.75h18v-1.5H0v1.5z' fill='%23C60B3C'%3E%3C/path%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  transition: .4s
}

.article__singleImage {
  margin-bottom: 160px;
  display: flex
}

.article__singleImage img {
  width: 100%;
  height: 868px;
  object-fit: cover
}

.article__title {
  padding-left: 124px;
  max-width: 1200px;
  font-size: 60px;
  line-height: 64px;
  margin: 0;
  margin-bottom: 27px;
  margin-top: -10px
}

.article__date {
  margin-bottom: 60px;
  padding-left: 127px;
  font-size: 14px;
  line-height: 18px;
  font-weight: 600;
  color: #a7a7a7
}

.article__textTitle {
  margin-bottom: 160px;
  display: grid;
  grid-template-columns:max-content 448px;
  justify-content: center;
  grid-gap: 130px
}

.textTitle-article__title {
  max-width: 470px;
  font-size: 60px;
  line-height: 64px;
  font-weight: 700;
  color: #fff
}

.textTitle-article__text {
  padding-top: 23px
}

.textTitle-article__text p {
  font-size: 14px;
  line-height: 18px;
  font-weight: 600;
  color: #a7a7a7;
  margin-bottom: 20px
}

.textTitle-article__text p:last-child {
  margin-bottom: 0
}

.article__images {
  margin-bottom: 160px;
  display: grid;
  grid-template-columns:1fr 1fr;
  grid-gap: 16px
}

.article__images img {
  height: 868px;
  width: 100%;
  object-fit: cover
}

.article__justBlock {
  margin-bottom: 160px
}

.article__justBlock ul li {
  position: relative;
  padding-left: 22px
}

.article__justBlock ul li:after {
  content: "";
  width: 6px;
  height: 6px;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  background-color: #c60b3c;
  position: absolute;
  left: 6px;
  top: 10px
}

.article__justBlock h2 {
  padding-left: 127px;
  margin-bottom: 65px;
  font-size: 60px;
  line-height: 64px;
  color: #fff;
  font-weight: 700
}

.article__justBlock p {
  padding-left: 127px;
  max-width: 1073px;
  font-size: 14px;
  line-height: 22px;
  font-weight: 600;
  margin-bottom: 20px
}

.article__justBlock p:last-child {
  margin-bottom: 0
}

.article__justBlock figure {
  margin: 50px 0;
  padding-left: 127px
}

.article__justBlock blockquote {
  margin: 50px 0
}

.article__justBlock h3 {
  padding-left: 127px;
  margin-bottom: 160px;
  padding-left: 127px;
  max-width: 1144px;
  font-size: 42px;
  line-height: 52px;
  font-weight: 700;
  color: #fff
}

.article__justBlock a {
  color: #c60b3c
}

.justBlock-article__button {
  display: none
}

@media screen and (max-width: 1420px) {
  .article__title {
    max-width: 673px;
    margin-bottom: 18px;
    padding-left: 28px;
    font-size: 42px;
    line-height: 52px
  }

  .article__date {
    padding-left: 30px;
    margin-bottom: 50px
  }

  .article__singleImage {
    margin-bottom: 110px
  }

  .article__singleImage img {
    height: 476px
  }

  .textTitle-article__title {
    font-size: 42px;
    line-height: 52px
  }

  .article__textTitle {
    margin-bottom: 110px;
    grid-gap: 80px;
    padding-left: 30px;
    grid-template-columns:1fr 320px
  }

  .textTitle-article__text {
    padding-top: 0
  }

  .textTitle-article__text p {
    font-size: 14px;
    line-height: 18px
  }

  .article__images {
    margin-bottom: 110px
  }

  .article__images img {
    height: 476px
  }

  .article__justBlock {
    margin-bottom: 110px
  }

  .article__justBlock h2 {
    padding-left: 30px;
    font-size: 42px;
    line-height: 52px;
    margin-bottom: 24px
  }

  .article__justBlock p {
    padding-left: 30px;
    max-width: 672px;
    font-size: 14px;
    line-height: 18px
  }

  .article__justBlock h3 {
    padding-left: 30px;
    margin-bottom: 110px;
    padding-left: 30px;
    font-size: 28px;
    line-height: 34px
  }

  .article__justBlock figure {
    padding-left: 30px
  }
}

@media screen and (max-width: 767px) {
  .justBlock-article__text--hidden {
    display: none !important
  }

  .justBlock-article__button {
    margin-top: 20px;
    display: inline-flex;
    font-size: 14px;
    line-height: 18px;
    color: #c60b3c
  }

  .justBlock-article__button svg {
    margin-left: 12px
  }

  .article__title {
    margin-bottom: 32px;
    padding-left: 14px;
    margin-top: 0;
    font-size: 20px;
    line-height: 24px
  }

  .article__date {
    display: none
  }

  .article__singleImage {
    margin-bottom: 80px
  }

  .article__singleImage img {
    height: 240px
  }

  .article__textTitle {
    margin-bottom: 80px;
    grid-template-columns:1fr;
    padding-left: 16px;
    grid-gap: 20px
  }

  .textTitle-article__title {
    max-width: 273px;
    font-size: 28px;
    line-height: 34px
  }

  .article__images {
    margin-bottom: 80px;
    grid-gap: 10px
  }

  .article__images img {
    height: 240px
  }

  .article__justBlock {
    margin-bottom: 80px
  }

  .article__justBlock h2 {
    padding-left: 16px;
    font-size: 28px;
    line-height: 34px;
    margin-bottom: 20px
  }

  .article__justBlock p {
    padding-left: 16px;
    margin-bottom: 80px
  }

  .article__justBlock h3 {
    padding-left: 16px;
    margin-bottom: 80px;
    font-size: 16px;
    line-height: 22px;
    padding-left: 16px
  }
}

.justText {
  margin: 184px 0
}

.justText__content {
  display: grid;
  justify-content: center
}

.justText__text {
  max-width: 1144px;
  font-size: 42px;
  line-height: 52px;
  font-weight: 700;
  color: #fff
}

@media screen and (max-width: 1420px) {
  .justText {
    margin: 110px 0
  }

  .justText__content {
    padding: 0 31px
  }

  .justText__text {
    font-size: 28px;
    line-height: 34px
  }
}

@media screen and (max-width: 767px) {
  .justText {
    margin: 80px 0
  }

  .justText__text {
    font-size: 16px;
    line-height: 22px
  }

  .justText__content {
    padding: 0
  }
}

.imageText {
  margin: 184px 0
}

.imageText__title {
  max-width: 403px;
  font-size: 60px;
  line-height: 64px;
  font-weight: 700;
  color: #fff
}

.imageText__right {
  padding: 50px 70px 74px 77px;
  display: flex;
  flex-direction: column;
  justify-content: space-between
}

.imageText__text {
  max-width: 370px;
  font-size: 14px;
  line-height: 18px;
  color: #a7a7a7;
  font-weight: 600
}

.imageText__image img {
  width: 100%;
  height: 868px;
  object-fit: cover
}

.imageText__content {
  display: grid;
  grid-template-columns:880px 1fr
}

.imageText__left {
  position: relative
}

.imageText__stamp {
  position: absolute;
  display: flex;
  top: 50%;
  right: -76px;
  transform: translateY(-50%)
}

@media screen and (max-width: 1420px) {
  .cards-search__slider {
    overflow-x: scroll !important;
  }

  .imageText {
    margin: 110px 0
  }

  .imageText__image img {
    height: 476px
  }

  .imageText__content {
    grid-template-columns:1fr
  }

  .imageText__stamp {
    top: 82%;
    right: 120px
  }

  .imageText__title {
    font-size: 42px;
    line-height: 52px;
    font-weight: 700
  }

  .imageText__right {
    display: grid;
    grid-template-columns:272px 320px;
    justify-content: space-between;
    padding: 60px 32px 0
  }
}

@media screen and (max-width: 767px) {
  .imageText {
    margin: 80px 0
  }

  .imageText__image img {
    width: 100%;
    height: 240px
  }

  .imageText__right {
    grid-template-columns:1fr;
    padding: 24px 0 0 16px
  }

  .imageText__title {
    max-width: 70%;
    margin-bottom: 20px;
    font-size: 28px;
    line-height: 34px
  }

  .imageText__stamp {
    display: none
  }
}

.search {
  max-width: 1294px;
  padding-left: 113px;
  margin-bottom: 42px;
  transition: .2s
}

.cards-search .swiper-button-next {
  background-color: transparent;
  top: 110px
}

.cards-search .swiper-button-prev {
  background-color: transparent;
  top: 110px
}

@media screen and (min-width: 1420px) {
  .search--fixed {
    position: fixed;
    top: 14px;
    z-index: 99;
    padding-left: 286px;
    max-width: 1294px;
    width: 100%;
    margin-bottom: 0;
    transition: .2s
  }

  .search--fixed .search__input {
    transition: .1s;
    padding: 13px 20px;
    font-size: 20px;
    line-height: 27px
  }

  .search--fixed .search__input-wrapper {
    position: relative;
    max-width: 994px;
    display: flex;
    justify-content: flex-end
  }
}

.search__input-wrapper {
  position: relative;
  border-bottom: 2px solid #1f1c1c
}

.search__button {
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  top: 50%;
  transform: translateY(-50%);
  right: 28px;
  cursor: pointer;
  background-color: transparent
}

.search__button svg circle, .search__button svg path {
  transition: .2s
}

.search__button:hover svg circle, .search__button:hover svg path {
  stroke: #c60b3c;
  transition: .2s
}

.search__input {
  padding: 28px 81px 28px 46px;
  font-size: 28px;
  line-height: 34px;
  color: #1f1c1c;
  font-weight: 700;
  width: 100%;
  background-color: transparent
}

.search__input::placeholder {
  color: #a7a7a7
}

.selects-search__list {
  padding: 36px 46px 13px;
  display: grid;
  grid-gap: 23px
}

.selects-search__item {
  font-size: 20px;
  line-height: 24px;
  font-weight: 700;
  text-transform: uppercase;
  color: #1f1c1c;
  cursor: pointer;
  transition: .3s
}

.selects-search__item:hover {
  color: #c60b3c;
  transition: .3s
}

.selects-search__item--active {
  color: #c60b3c;
  transition: .3s
}

.cards-search__list {
  height: 100% !important;
}

.cards-search {
  margin-top: 38px;
  margin-bottom: 51px;
  position: relative
}

.cards-search__inner {
  position: relative;
  margin-top: 48px;
  overflow: hidden;
}

.cards-search__slider {
  overflow: visible;
  z-index: 10
}

.cards-search__item {
  cursor: pointer;
  max-width: 448px;
  position: relative
}

.cards-search__item.swiper-slide {
  height: 240px;
}

.cards-search__item--active .cards-search__item-inner {
  background: unset;
  background-color: #1f1c1c
}

.cards-search__item--active .cards-search__item-inner:after {
  background: linear-gradient(180deg, rgba(31, 28, 28, .1) 0, #1f1c1c 100%)
}

.cards-search__item--active .cards-search__title {
  color: #fff
}

.cards-search__item--active .cards-search__link {
  color: #fff
}

.cards-search__item--active .cards-search__link:hover {
  color: #c60b3c
}

.cards-search__item--active .cards-search__tel {
  color: #c60b3c
}

.cards-search__item-inner {
  position: absolute;
  overflow: hidden;
  height: 100%;
  width: 100%;
  padding: 30px 30px 29px 47px;
  background: linear-gradient(180deg, #fff 50%, #f7f7f7 100%)
}

.cards-search__item-inner.is-open {
  height: max-content;
  min-height: 100%
}

.cards-search__item-inner:after {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 29px;
  background: linear-gradient(180deg, rgba(247, 247, 247, 0) 0, #f7f7f7 100%)
}

@media screen and (min-width: 1420px) {
  .cards-search__item-inner:hover {
    height: max-content;
    min-height: 100%
  }
}

.cards-search__top {
  display: flex;
  align-items: center;
  margin-bottom: 10px
}

.cards-search__collapser {
  padding: 0;
  border: none;
  height: max-content;
  display: none;
  align-items: center;
  margin-left: auto;
  font: inherit;
  color: inherit;
  background-color: transparent;
  cursor: pointer;
  -webkit-appearance: button
}

.cards-search__collapser.active .cards-search__collapser-vertical-line {
  stroke-width: 0
}

.cards-search__collapser svg {
  width: 30px;
  height: 30px
}

.cards-search__collapser-vertical-line {
  transition: stroke-width .2s linear
}

.cards-search__title {
  font-size: 20px;
  line-height: 24px;
  font-weight: 700;
  padding-right: 20px;
  text-transform: uppercase;
  color: #1f1c1c
}

.cards-search__address {
  margin-bottom: 20px;
  font-size: 14px;
  line-height: 18px;
  font-weight: 600;
  color: #a7a7a7;
  text-align: left;
}

.cards-search__link {
  display: inline-block;
  justify-self: start;
  margin-bottom: 21px;
  font-size: 16px;
  line-height: 22px;
  font-weight: 700;
  color: #1f1c1c;
  transition: .3s
}

.cards-search__link:hover {
  color: #c60b3c;
  transition: .3s
}

.cards-search__tel {
  display: flex;
  justify-self: start;
  width: max-content;
  font-size: 16px;
  line-height: 22px;
  font-weight: 700;
  color: #1f1c1c;
  margin-bottom: 6px
}

.cards-search__schedule {
  display: grid;
  grid-gap: 3px;
  min-height: 35px;
  font-size: 12px;
  line-height: 16px;
  text-transform: uppercase;
  font-weight: 700;
  color: #a7a7a7
}

.js-searchPopupResult {
  margin-bottom: 50px
}

@media screen and (max-width: 1420px) {
  .search {
    padding-left: 0;
    margin-bottom: 57px
  }

  .search__input {
    padding-left: 28px
  }

  .selects-search__list {
    padding-left: 33px;
    grid-gap: 30px;
    padding-bottom: 7px
  }

  .cards-search {
    margin-top: -37px;
    margin-bottom: 28px
  }

  .cards-search__item {
    max-width: 320px
  }

  .cards-search__item.swiper-slide {
    height: 216px
  }

  .cards-search__item-inner {
    padding: 23px 31px 25px
  }

  .cards-search__item-inner:after {
    height: 25px
  }

  .cards-search__top {
    margin-bottom: 4px
  }

  .cards-search__collapser {
    display: flex
  }

  .cards-search__address {
    margin-bottom: 15px
  }

  .cards-search__link {
    margin-bottom: 11px
  }

  .cards-search__tel {
    margin-bottom: 3px
  }
}

@media screen and (max-width: 767px) {
  .search {
    margin-bottom: 25px
  }

  .search__input {
    padding: 14px 30px 14px 14px;
    font-size: 16px;
    line-height: 22px
  }

  .search__button {
    right: 0
  }

  .search__button svg {
    width: 19px;
    height: 19px
  }

  .cards-search__item {
    max-width: 269px
  }

  .cards-search__item.swiper-slide {
    height: 208px
  }

  .cards-search__item-inner {
    padding: 22px 16px
  }

  .cards-search__item-inner:after {
    height: 22px
  }

  .cards-search__collapser svg {
    width: 22px;
    height: 22px
  }

  .cards-search__address {
    margin-bottom: 15px
  }

  .cards-search {
    margin-top: -40px;
    margin-bottom: 20px
  }

  .selects-search__list {
    padding-left: 16px;
    grid-gap: 20px;
    padding: 20px 16px 11px
  }

  .selects-search__item {
    font-size: 16px;
    line-height: 22px
  }

  .cards-search {
    margin-top: -8px
  }
}

.schema__content {
  padding-top: 25px
}

.schema__items {
  position: relative;
  margin-bottom: 37px
}

.schema__title {
  font-size: 60px;
  line-height: 64px;
  font-weight: 700;
  margin-bottom: 24px;
  color: #fff
}

.schema__description {
  max-width: 335px;
  font-size: 14px;
  line-height: 18px;
  color: #a7a7a7
}

.schema__info {
  margin-bottom: 47px;
  padding-left: 80px;
  display: flex;
  justify-content: space-between
}

.schema__right {
  padding-top: 13px
}

.schema__to-home {
  display: inline-flex;
  align-items: center;
  font-size: 28px;
  line-height: 38px;
  font-weight: 600;
  color: #fff
}

.schema__to-home svg {
  margin-left: 20px;
  transition: .3s
}

.schema__to-home:hover svg {
  transform: translateX(10px);
  transition: .3s
}

.page404 .schema__title {
  font-size: 20px;
  line-height: 1.2;
  font-weight: 500;
  margin-bottom: 10px;
  max-width: 100%;
}
.page404 .schema__description {
  font-size: 20px;
  color: #fff;
  max-width: 100%;
  line-height: 1.2;
}
.page404 .discount-text {
  color: #dda427;
  font-size: 26px;
  font-weight: 700;
}

.item-schema__icon {
  display: flex;
  position: relative
}

.item-schema__image {
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
  transition: .3s
}

.schema__static {
  display: flex;
  align-content: flex-end
}

.item-schema {
  display: flex;
  align-items: flex-end;
  align-self: flex-end
}

.schema__item--dotted svg path, .schema__item--dotted svg rect {
  transition: .2s
}

.schema__item--dotted {
  display: inline-flex
}

.schema__item--dotted:hover svg path, .schema__item--dotted:hover svg rect {
  stroke-dasharray: 0 0;
  transition: .2s
}

.schema__item--dotted:hover .item-schema__link {
  opacity: 1;
  pointer-events: all;
  transition: .3s
}

.schema__item--dotted:hover .item-schema__image {
  opacity: 1;
  transition: .3s
}

.item-schema__wrapper {
  position: relative
}

.item-schema__link {
  opacity: 0;
  z-index: 2;
  pointer-events: none;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  right: -150px;
  top: 35%;
  transform: translateY(-50%);
  text-transform: uppercase;
  padding: 17px 29px 20px;
  background-color: #c60b3c;
  cursor: pointer;
  font-size: 20px;
  line-height: 24px;
  font-weight: 700;
  color: #fff;
  text-align: center;
  transition: .3s
}

.schema__item--microwave {
  position: absolute;
  bottom: 174px;
  left: 143px
}

.schema__item--hood {
  position: absolute;
  top: 0;
  left: 50%;
  left: 592px
}

.schema__item--gas {
  position: absolute;
  left: 568px;
  bottom: 187px
}

.schema__item--gas .item-schema__link {
  bottom: -91px;
  top: auto
}

.schema__item--wash .item-schema__link {
  top: auto;
  bottom: -40px
}

.schema--about {
  margin-bottom: 184px
}

.schema--about .schema__title {
  max-width: 1000px;
  margin-bottom: 100px;
  padding-left: 127px;
  font-size: 90px;
  line-height: 102px;
  color: #fff;
  font-weight: 700
}

@media screen and (max-width: 1420px) {
  .schema--about {
    display: none
  }

  .schema__items {
    margin-bottom: 102px
  }

  .schema__wrapper {
    overflow: hidden;
    padding: 0
  }

  .item-schema__link {
    font-size: 18px;
    line-height: 24px;
    padding: 15px
  }

  .schema__items {
    margin-left: -72px
  }

  .schema__item--hood .item-schema__link {
    bottom: 20px;
    left: -50px;
    right: auto;
    top: auto
  }

  .schema__item--wash .item-schema__link {
    top: auto;
    left: -110px;
    right: auto;
    bottom: -40px
  }

  .schema__item--oven .item-schema__link {
    top: auto;
    left: -20px;
    right: auto;
    bottom: 40px
  }

  .schema__item--gas .item-schema__link {
    top: auto;
    left: -20px;
    right: auto;
    bottom: -80px
  }

  .schema__title {
    max-width: 380px;
    margin-bottom: 35px
  }

  .schema__info {
    margin-bottom: 88px;
    padding-left: 30px;
    align-content: end
  }

  .schema__right {
    display: flex;
    align-self: flex-end;
    padding-top: 0;
    padding-bottom: 6px
  }

  .schema__to-home {
    font-size: 20px;
    line-height: 27px
  }

  .schema__content {
    padding-top: 39px
  }
}

@media screen and (max-width: 767px) {
  .item-schema__link {
    display: none
  }

  .schema__item--mobile-off {
    display: none
  }

  .schema__content {
    padding-top: 0
  }

  .schema__items {
    display: grid;
    justify-content: center;
    margin-bottom: 36px;
    margin-left: -219px;
    height: 277px
  }

  .schema__absolute {
    display: grid;
    justify-content: center;
    justify-items: center;
    padding-left: 245px
  }

  .schema__item--hood {
    position: static
  }

  .schema__item--hood svg {
    width: 138px;
    height: 107px
  }

  .schema__item--gas {
    margin-bottom: -24px;
    position: static
  }

  .schema__item--gas svg {
    width: 168px;
    height: 13px
  }

  .schema__item--oven svg {
    width: 168px;
    height: 107px
  }

  .schema__info {
    margin-bottom: 51px;
    padding-left: 16px;
    display: grid;
    grid-gap: 22px
  }

  .schema__description {
    margin-top: 15px;
  }

  .schema__title {
    max-width: 200px;
    font-size: 28px;
    line-height: 34px;
    margin-bottom: 0
  }

  .schema__item--simple-1 svg {
    width: 337px;
    height: 107px
  }

  .schema__item--simple-2 svg {
    height: 107px;
    width: 91px
  }
}

.guarantee__title {
  margin: 0;
  margin-bottom: 50px;
  padding-left: 124px;
  font-size: 60px;
  line-height: 64px;
  font-weight: 700
}

.guarantee__count {
  margin-bottom: 50px;
  padding-right: 124px;
  color: #a7a7a7
}

.guarantee__description {
  margin-bottom: 90px;
  padding-left: 127px;
  max-width: 1073px;
  font-size: 14px;
  line-height: 22px;
  font-weight: 600
}

.preview-guarantee {
  background-color: #fff;
  margin-bottom: 154px
}

.preview-guarantee__content {
  position: relative;
  display: grid;
  grid-gap: 49px;
  padding: 72px 53px 76px 95px
}

.preview-guarantee__image {
  position: absolute;
  top: 0;
  left: 229px;
  width: 700px;
  height: auto
}

.preview-guarantee__image picture {
  margin: 0
}

.preview-guarantee__cell {
  display: grid;
  position: relative;
  z-index: 2
}

.preview-guarantee__title {
  margin-bottom: 28px;
  font-size: 74px;
  line-height: 82px;
  font-weight: 800;
  color: #1f1c1c
}

.preview-guarantee__subtitle {
  font-size: 14px;
  line-height: 20px;
  font-weight: 500;
  color: #a7a7a7
}

.preview-guarantee__cell--right {
  justify-content: end
}

.service-guarantee {
  margin-bottom: 152px
}

.service-guarantee__content {
  padding-left: 127px;
  display: grid;
  grid-template-columns:470px 448px;
  grid-gap: 125px
}

.service-guarantee__right p {
  max-width: 440px;
  font-size: 14px;
  line-height: 18px;
  font-weight: 600;
  color: #a7a7a7
}

.service-guarantee__title {
  margin-bottom: 50px;
  font-size: 60px;
  line-height: 64px;
  font-weight: 700
}

.service-guarantee__find {
  display: inline-flex;
  min-width: auto
}

.guarantee .service-guarantee__find {
  color: #fff
}

.service-guarantee__right ul {
  padding-top: 23px;
  margin-bottom: 67px;
  display: grid;
  grid-gap: 20px
}

.service-guarantee__right li {
  font-size: 14px;
  line-height: 18px;
  font-weight: 600;
  padding-left: 20px;
  position: relative
}

.service-guarantee__right li:after {
  content: "";
  width: 10px;
  height: 1px;
  background-color: #fff;
  position: absolute;
  left: 0;
  top: 9px
}

@media screen and (max-width: 1420px) {
  .guarantee__title {
    margin-bottom: 30px;
    padding-left: 28px;
    font-size: 42px;
    line-height: 52px
  }

  .guarantee__count {
    margin-bottom: 30px;
    padding-right: 28px;
    color: #a7a7a7
  }

  .guarantee__description {
    max-width: 672px;
    padding-left: 30px;
    margin-bottom: 110px
  }

  .preview-guarantee__content {
    padding: 84px 49px;
    min-height: 587px;
    display: block
  }

  .preview-guarantee__title {
    margin-bottom: 18px;
    font-size: 60px;
    line-height: 64px;
    font-weight: 700
  }

  .preview-guarantee__subtitle {
    font-size: 16px;
    line-height: 22px;
    font-weight: 700
  }

  .preview-guarantee__cell {
    display: block;
    margin-bottom: 56px
  }

  .preview-guarantee__cell:last-child {
    margin-bottom: 0
  }

  .preview-guarantee__image {
    left: auto;
    right: 0;
    top: 0;
    width: 100%;
    height: 100%
  }

  .preview-guarantee__image picture {
    justify-content: flex-end
  }

  .preview-guarantee__image img {
    object-fit: scale-down;
    object-position: right top
  }

  .preview-guarantee {
    margin-bottom: 110px
  }

  .service-guarantee__content {
    padding-left: 30px;
    grid-gap: 30px;
    grid-template-columns:325px 322px
  }

  .service-guarantee__title {
    font-size: 42px;
    line-height: 52px
  }

  .service-guarantee__right {
    margin-bottom: 41px;
    padding-top: 6px
  }

  .service-guarantee {
    margin-bottom: 110px
  }

  .service-guarantee__find {
    padding: 26px 23px
  }
}

@media screen and (max-width: 767px) {
  .guarantee__count {
    margin-bottom: 18px;
    padding-right: 16px
  }

  .guarantee__title {
    padding-left: 16px;
    font-size: 20px;
    line-height: 27px;
    margin-bottom: 18px
  }

  .guarantee__description {
    margin-bottom: 80px;
    padding-left: 16px;
    font-size: 14px;
    line-height: 22px;
    font-weight: 600
  }

  .preview-guarantee__content {
    min-height: 480px;
    padding: 70px 25px 56px
  }

  .preview-guarantee__title {
    font-size: 28px;
    line-height: 34px;
    margin-bottom: 6px
  }

  .preview-guarantee__subtitle {
    font-size: 14px;
    line-height: 22px;
    font-weight: 600
  }

  .preview-guarantee__cell {
    margin-bottom: 230px
  }

  .preview-guarantee {
    margin-bottom: 80px
  }

  .service-guarantee__content {
    padding-left: 16px;
    grid-template-columns:1fr;
    grid-gap: 18px
  }

  .service-guarantee__find {
    display: none
  }

  .service-guarantee__title {
    font-size: 20px;
    line-height: 27px;
    margin-bottom: 0
  }

  .service-guarantee__right ul {
    margin-bottom: 35px
  }

  .service-guarantee {
    margin-bottom: 80px
  }

  .preview-guarantee__image img {
    width: 264px;
    height: 355px
  }

  .slider-cheaper-wrapper {
    position: relative;
    width: 100%;
    top: unset;
    left: unset;
    padding: unset;
    border: unset;
    background-color: unset;
  }
}

#centersMap {
  width: 100%;
  height: 498px
}

.centers__title {
  margin: 0;
  padding-left: 124px;
  font-size: 60px;
  line-height: 64px;
  color: #1f1c1c;
  font-weight: 700;
  margin-bottom: 33px;
  margin-top: -10px
}

.centers__content {
  overflow: hidden
}

.centers__filter {
  margin: 64px auto;
  display: grid;
  grid-gap: 48px;
  max-width: 1181px;
}

.centers__filter-slider {
  width: 100%;
  position: relative;
}

.centers__filter-slider .swiper {
  width: 934px;
  padding: 10px 0;
  margin: 0 auto;
  overflow: hidden;
}

.centers__filter-slide {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.centers__filter-title {
  color: #000;
  font: 700 28px/34px "Manrope", sans-serif;
}

.slide-centers:last-child {
  margin-right: 0 !important
}

.slide-centers__label {
  cursor: pointer;
  display: grid;
  grid-gap: 4px;
  justify-items: center;
  justify-content: center
}

.slide-centers__label:hover .slide-centers__title {
  color: #c60b3c
}

.slide-centers__label:hover .slide-centers__icon img {
  filter: invert(111%) sepia(44%) saturate(7344%) hue-rotate(335deg) brightness(77%) contrast(103%)
}

.slide-centers__icon {
  display: flex;
  justify-content: center;
  height: auto
}

.slide-centers__icon img {
  width: 42px;
  height: 42px;
  object-fit: contain
}

.slide-centers__title {
  font-size: 12px;
  line-height: 14px;
  font-weight: 200;
  color: #a7a7a7;
  text-align: center
}

.slide-centers__input {
  display: none;
  appearance: none
}

.slide-centers__input:checked + .slide-centers__icon img {
  filter: invert(111%) sepia(44%) saturate(7344%) hue-rotate(335deg) brightness(77%) contrast(103%)
}

.slide-centers__input:checked + .slide-centers__icon + .slide-centers__title {
  color: #c60b3c
}

.centers__filter-wrapper {
  justify-content: flex-start;
}

.centers__cards {
  margin-bottom: 0
}

.slider-services__prev, .slider-services__next {
  position: absolute;
  top: 50%;
  transform: translateY(-65%);
  background: transparent;
}

.slider-services__prev:focus, .slider-services__next:focus {
  outline: none;
}

.slider-services__prev {
  left: 0;
}

.slider-services__next {
  right: 0;
}

.slider-services__prev svg, .slider-services__next svg {
  width: 60px;
}

@media screen and (max-width: 1420px) {
  #centersMap {
    height: 296px
  }

  .centers__title {
    padding-left: 30px;
    font-size: 42px;
    line-height: 52px;
    font-weight: 700;
    margin-bottom: 20px
  }

  .centers__filter {
    margin: 20px 0 28px;
    grid-gap: 15px;
    padding: 0;
  }

  .centers__filter-title {
    font-size: 18px;
    line-height: 22px;
  }

  .centers__filter-slider .swiper {
    width: calc(100% - 100px);
  }

  .slider-services__prev svg, .slider-services__next svg {
    width: 40px;
  }


  .centers__filter-slider {
    padding: 0 50px;
  }
}



@media screen and (max-width: 767px) {
  .centers__title {
    margin-top: 0;
    margin-bottom: 11px;
    padding-left: 14px;
    font-size: 28px;
    line-height: 34px;
    font-weight: 700
  }

  .centers__filter-slider {
    padding: 10px 16px
  }

  .centers__filter-title {
    padding-left: 16px
  }

  .centers__filter {
    margin: 17px 0 20px;
    grid-gap: 10px
  }

  .centers__filter-title {
    font-size: 16px;
    line-height: 18px;
  }
}

.reviews {
  margin-bottom: 172px
}

.reviews__list-slider {
  width: 100%;
  display: none
}

.reviews__list-desktop .reviews__list {
  display: grid;
  grid-template-columns:1fr 1fr;
  grid-gap: 16px
}

.item-reviews {
  max-width: 696px;
  width: 100%
}

.item-reviews:hover .item-reviews__image img {
  transform: scale(1.07);
  transition: .4s
}

.item-reviews__top {
  position: relative;
  overflow: hidden
}

.item-reviews__image img {
  width: 100%;
  height: 340px;
  object-fit: cover;
  transition: .4s
}

.item-reviews__logo {
  position: absolute;
  top: 36px;
  right: 32px;
  display: flex
}

.item-reviews__bottom {
  background-color: #fff;
  padding: 24px 46px 33px
}

.item-reviews__title {
  display: flex;
  align-items: start;
  min-height: 54px;
  max-width: 410px;
  text-transform: uppercase;
  margin-bottom: 11px;
  font-size: 20px;
  line-height: 27px;
  font-weight: 700;
  color: #1f1c1c;
  transition: .3s
}

.item-reviews__title:hover {
  color: #c60b3c;
  transition: .3s
}

.item-reviews__date {
  font-size: 14px;
  line-height: 18px;
  font-weight: 600;
  color: #a7a7a7
}

.reviews__list-slider {
  display: grid
}

.reviews__list-slider .reviews__list {
  display: grid;
  grid-template-columns:1fr 1fr;
  grid-gap: 16px
}

@media screen and (max-width: 1420px) {
  .item-reviews__image img {
    height: 146px
  }

  .item-reviews__bottom {
    padding: 15px 17px 14px
  }

  .item-reviews__title {
    font-size: 16px;
    line-height: 22px;
    margin-bottom: 14px;
    min-height: 44px
  }

  .reviews {
    margin-bottom: 110px
  }

  .item-reviews__logo {
    width: 70px;
    height: 14px;
    top: 18px;
    right: 17px
  }

  .item-reviews__logo img {
    height: 100%;
    width: 100%
  }

  .item-reviews {
    max-width: 360px
  }
}

@media screen and (max-width: 767px) {
  .reviews {
    margin-bottom: 80px
  }

  .reviews__list-desktop {
    display: none
  }

  .reviews__list-slider {
    display: block
  }

  .item-reviews__logo {
    width: 57px;
    height: 12px;
    top: 16px;
    right: 14px
  }

  .item-reviews__image img {
    height: 130px
  }

  .item-reviews__title {
    margin-bottom: 8px;
    font-size: 14px;
    line-height: 18px;
    min-height: 36px
  }

  .item-reviews__date {
    font-size: 12px;
    line-height: 14px
  }

  .item-reviews__bottom {
    padding: 13px 13px 16px
  }

  .reviews__list-slider {
    display: grid
  }

  .reviews__list-slider .reviews__list {
    display: flex;
    grid-gap: 0
  }
}

.crumbs {
  margin-bottom: 32px;
  margin-top: 16px
}

.crumbs-list {
  display: flex;
  align-items: center;
  flex-wrap: wrap
}

.crumbs__wrapper {
  padding-left: 127px;
  display: grid
}

.crumbs-list__item {
  position: relative;
  display: flex;
  padding-right: 17px
}

.crumbs-list__item:last-child {
  padding-right: 0
}

.crumbs-list__item:last-child .crumbs-list__link {
  color: #cdcdcd
}

.crumbs-list__item:last-child:after {
  display: none
}

.crumbs-list__item:after {
  content: "";
  position: absolute;
  width: 8px;
  height: 8px;
  background-image: url("data:image/svg+xml,%3Csvg width='5' height='8' viewBox='0 0 5 8' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0.75 0.625L4.125 4L0.75 7.375' stroke='%23A7A7A7'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center;
  right: 4px;
  top: 50%;
  transform: translateY(-50%)
}

.crumbs-list__item .crumbs-list__link {
  color: #a7a7a7;
  font-size: 12px;
  line-height: 16px;
  font-weight: 600
}

a.crumbs-list__link {
  transition: .5s
}

a.crumbs-list__link:hover {
  color: #c60b3c;
  transition: .5s
}

@media screen and (max-width: 1420px) {
  .crumbs {
    margin-top: 0;
    margin-bottom: 25px
  }

  .crumbs__wrapper {
    padding-left: 46px
  }
}

@media screen and (max-width: 767px) {
  .crumbs {
    margin-top: 0;
    margin-bottom: 5px
  }

  .crumbs-list__item {
    margin-bottom: 10px
  }

  .crumbs__wrapper {
    padding-left: 30px;
    padding-right: 30px
  }
}

.buy__title {
  margin: 0;
  padding-left: 124px;
  font-size: 60px;
  line-height: 64px;
  color: #1f1c1c;
  font-weight: 700;
  margin-bottom: 33px;
  margin-top: -10px
}

.buy__content {
  overflow: hidden
}

.buy__partners {
  margin-bottom: 13px;
  padding-left: 127px;
  display: grid;
  grid-auto-flow: column;
  grid-gap: 54px;
  justify-content: start;
  align-items: center
}

.partners-buy__title {
  font-size: 20px;
  line-height: 24px;
  font-weight: 700;
  text-transform: uppercase;
  color: #1f1c1c
}

.partners-buy__item {
  max-width: 200px;
  width: 100% !important
}

.partners-buy__link {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 200px;
  height: 110px;
  background-color: #fff
}

.partners-buy__link img {
  width: 100%;
  height: 100%;
  object-fit: contain
}

@media screen and (max-width: 1420px) {
  .buy__title {
    padding-left: 30px;
    font-size: 42px;
    line-height: 52px;
    font-weight: 700;
    margin-bottom: 29px
  }

  .buy__partners {
    padding-left: 30px;
    grid-auto-flow: dense;
    grid-gap: 25px
  }
}

@media screen and (max-width: 767px) {
  .buy__title {
    margin-top: 0;
    margin-bottom: 18px;
    padding-left: 14px;
    font-size: 28px;
    line-height: 34px;
    font-weight: 700
  }

  .buy__partners {
    padding-left: 0;
    grid-gap: 13px;
    margin-bottom: 5px
  }

  .partners-buy__title {
    padding-left: 16px;
    font-size: 16px;
    line-height: 22px
  }

  .partners-buy__item {
    max-width: 120px
  }

  .partners-buy__link {
    width: 120px;
    height: 66px;
    padding: 9px
  }

  .partners-buy__link img {
    object-fit: contain
  }
}

.form {
  display: grid
}

.form__input, .form__textarea {
  padding: 0 32px 21px;
  font-size: 14px;
  line-height: 18px;
  font-weight: 600;
  color: #fff;
  border-bottom: 1px solid #fff;
  background-color: transparent;
  font-family: Manrope, Arial, Helvetica, sans-serif
}

.form__input:hover::placeholder, .form__textarea:hover::placeholder {
  color: rgba(255, 255, 255, .8);
  transition: .5s
}

.form__input::placeholder, .form__textarea::placeholder {
  color: #fff;
  transition: .5s
}

.form__input:focus::placeholder, .form__textarea:focus::placeholder {
  color: transparent
}

.form__textarea {
  padding: 19px 32px
}

.form__select {
  width: 100%;
  outline: 0;
  cursor: pointer;
  appearance: none;
  padding: 0 51px 21px 32px;
  font-size: 14px;
  line-height: 18px;
  font-weight: 600;
  color: #fff;
  border-bottom: 2px solid #1f1c1c;
  background-color: transparent;
  color: #1f1c1c;
  font-family: Manrope, Arial, Helvetica, sans-serif
}

.form__select:hover::placeholder {
  color: rgba(255, 255, 255, .8);
  transition: .5s
}

.form__select-wrapper {
  position: relative
}

.form__select-wrapper:after {
  content: "";
  position: absolute;
  right: 31px;
  bottom: 26px;
  width: 10px;
  height: 10px;
  background-image: url("data:image/svg+xml,%3Csvg width='9' height='6' viewBox='0 0 9 6' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 1L4.625 4.625L8.25 1' stroke='%231F1C1C' stroke-width='1.5'/%3E%3C/svg%3E%0A");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  z-index: 2
}

.download-form__title {
  font-size: 16px;
  line-height: 22px;
  font-weight: 700;
  color: #1f1c1c;
  margin-bottom: 24px
}

.download-form__label {
  display: inline-flex;
  margin-bottom: 21px;
  width: 100%
}

.download-form__area {
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px dashed #cdcdcd;
  padding: 27px;
  width: 100%;
  font-size: 16px;
  line-height: 22px;
  font-weight: 700;
  color: #a7a7a7;
  transition: .2s
}

.download-form__area.active, .download-form__area:hover {
  color: #1f1c1c;
  transition: .3s;
  border: 2px dashed #1f1c1c
}

.download-form__input {
  appearance: none;
  display: none
}

.download-form__description {
  margin-bottom: 22px;
  font-size: 12px;
  line-height: 14px;
  font-weight: 200;
  color: #a7a7a7
}

.download-form__description--error {
  color: #c60b3c
}

.download-form__list {
  display: flex;
  flex-wrap: wrap
}

.download-form__item-title {
  font-size: 14px;
  line-height: 18px;
  color: #1f1c1c
}

.download-form__item {
  margin-bottom: 15px;
  margin-right: 15px;
  display: grid;
  grid-auto-flow: column;
  grid-template-columns:1fr;
  grid-gap: 14px;
  align-items: center;
  justify-content: start
}

.download-form__item-delete {
  display: flex;
  cursor: pointer;
  background-color: transparent;
  border: none;
  padding: 0
}

.download-form__item-delete svg path {
  transition: .3s
}

.download-form__item-delete:hover svg path {
  fill: #c60b3c;
  transition: .3s
}

.ymaps-2-1-79-ground-pane, .ymaps-2-1-80-ground-pane, .ymaps-2-1-81-ground-pane {
  filter: grayscale(.8) !important
}

.map-services {
  margin: 32px auto 0;
  max-width: 1181px;
}

.cards-search {
  max-width: 1181px;
  margin: 38px auto 0;
}

.map {
  position: relative;
  margin-bottom: 110px;
}

.map__frame {
  display: flex
}

.map__mark {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #c60b3c;
  width: 58px;
  height: 58px;
  border: 3px solid #fff;
  border-radius: 50%;
  font-size: 20px;
  line-height: 24px;
  font-weight: 700;
  text-transform: uppercase
}

.map__mark-1 {
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 2
}

.mark-detail {
  display: flex;
  align-items: center;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateY(-50%);
  z-index: 2
}

.mark-detail__text {
  max-width: 300px;
  width: max-content;
  padding: 23px 27px 26px 30px;
  font-size: 20px;
  line-height: 24px;
  font-weight: 700;
  text-transform: uppercase;
  color: #fff;
  background-color: #1f1c1c
}

.mark-detail__icon {
  display: flex;
  margin-right: 10px
}

@media screen and (max-width: 1420px) {
  .map {
    margin-bottom: 80px
  }

  .map__frame iframe {
    height: 296px
  }
}

@media screen and (max-width: 767px) {
  .map {
    margin-bottom: 56px
  }

  .map__mark {
    width: 38px;
    height: 38px;
    font-size: 16px;
    line-height: 20px
  }

  .mark-detail {
    left: 30%
  }

  .mark-detail__text {
    font-size: 14px;
    line-height: 18px;
    padding: 10px 15px
  }
}

.pageSearch {
  margin-bottom: 123px;
  position: relative
}

.pageSearch .catalog__list {
  margin-bottom: 56px
}

.pageSearch__header {
  margin-top: -10px;
  padding-left: 127px;
  padding-right: 127px;
  margin-bottom: 60px;
  display: flex;
  align-items: center;
  justify-content: space-between
}

.pageSearch__title {
  margin: 0;
  font-size: 60px;
  line-height: 64px;
  color: #1f1c1c;
  font-weight: 700
}

.pageSearch__to-catalog {
  font-size: 28px;
  line-height: 38px;
  font-weight: 600;
  color: #1f1c1c;
  display: inline-flex;
  align-items: center
}

.pageSearch__to-catalog svg {
  margin-left: 12px;
  transition: .3s
}

.pageSearch__to-catalog:hover svg {
  transform: translateX(10px);
  transition: .3s
}

.search__autocomplete-content {
  position: relative
}

.search__autocomplete-content .search__button {
  top: 34px;
  transform: none
}

.autocomplete-form .search__input-wrapper {
  border: none
}

.autocomplete-form .search__input {
  border-bottom: 2px solid #1f1c1c
}

.autocomplete-form .autocomplete-items {
  margin-top: 36px
}

.autocomplete-form .autocomplete-items > div {
  cursor: pointer;
  font-size: 20px;
  line-height: 24px;
  color: #1f1c1c;
  font-weight: 700;
  transition: .3s;
  padding: 0 46px;
  margin-bottom: 23px
}

.autocomplete-form .autocomplete-items > div:last-child {
  margin-bottom: 0
}

.autocomplete-form .autocomplete-items > div:hover {
  color: #c60b3c;
  transition: .3s
}

.pageSearch__nothing {
  margin-top: 67px;
  display: grid;
  padding-bottom: 60px
}

.pageSearch__nothing-title {
  font-size: 42px;
  line-height: 52px;
  font-weight: 700;
  color: #1f1c1c;
  text-align: center;
  margin-bottom: 24px
}

.pageSearch__nothing-description {
  font-size: 14px;
  line-height: 18px;
  color: #898888;
  max-width: 250px;
  justify-content: center;
  text-align: center;
  justify-self: center
}

.pageSearch__nothing-title {
  font-size: 42px;
  line-height: 52px;
  font-weight: 700
}

@media screen and (max-width: 1420px) {
  .pageSearch__nothing-title {
    font-size: 20px;
    line-height: 34px;
    font-weight: 700;
    margin-bottom: 10px
  }

  .pageSearch__nothing {
    margin-top: 24px;
    padding-bottom: 55px
  }

  .autocomplete-form .autocomplete-items > div {
    padding: 0 28px
  }

  .pageSearch .catalog-item:last-child {
    display: block
  }

  .pageSearch__header {
    padding-left: 30px;
    margin-bottom: 20px;
    padding-right: 0
  }

  .pageSearch__title {
    font-size: 42px;
    line-height: 52px
  }

  .pageSearch__to-catalog {
    font-size: 28px;
    line-height: 38px
  }

  .pageSearch {
    margin-bottom: 63px
  }

  .pageSearch .search {
    margin-bottom: 20px
  }
}

@media screen and (max-width: 767px) {
  .pageSearch__nothing {
    padding-bottom: 0
  }

  .search__autocomplete-content .search__button {
    top: 18px
  }

  .search__autocomplete-content .header__toggle-menu {
    top: 18px;
    right: 35px;
  }

  .autocomplete-form .autocomplete-items {
    margin-top: 24px
  }

  .autocomplete-form .autocomplete-items > div {
    padding: 0 16px;
    margin-bottom: 20px;
    font-size: 16px;
    line-height: 22px
  }

  .pageSearch {
    margin-bottom: 74px
  }

  .pageSearch__header {
    margin-top: 0;
    padding-left: 16px;
    margin-bottom: 0
  }

  .pageSearch__title {
    font-size: 28px;
    line-height: 34px
  }

  .pageSearch__to-catalog {
    font-size: 16px;
    line-height: 22px
  }

  .pageSearch .search {
    margin-bottom: 26px
  }

  .pageSearch .catalog__list {
    margin-bottom: 38px
  }
}

.noUi-handle:after {
  display: none !important
}

.noUi-handle:before {
  display: none !important
}

.noUi-horizontal .noUi-handle {
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background-color: #c60b3c;
  box-shadow: none;
  outline: 0;
  border: none;
  top: -9px;
  cursor: pointer
}

.noUi-horizontal .noUi-handle-upper {
  right: 0 !important
}

.noUi-target {
  border: none
}

.noUi-connect {
  background-color: #c60b3c
}

.accordion {
  position: relative
}

.accordion:hover .accordion__title {
  color: #c60b3c;
  transition: .4s
}

.accordion__header {
  display: grid;
  grid-template-columns:2fr min-content;
  padding-right: 131px;
  align-items: center;
  cursor: pointer
}

.accordion__title {
  padding-left: 127px;
  display: flex;
  align-items: center;
  font-size: 28px;
  line-height: 34px;
  color: #1f1c1c;
  font-weight: 700;
  transition: .4s;
  cursor: pointer
}

.accordion__title p {
  position: relative
}

.accordion__icon {
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  position: relative;
  z-index: 2
}

.accordion__icon svg {
  transition: .4s
}

.accordion__icon svg path {
  transition: .4s
}

.balloon-accordion__icon {
  display: flex;
  margin-left: 20px
}

.balloon-accordion__icon svg circle, .balloon-accordion__icon svg path {
  transition: .4s
}

.balloon-accordion__icon:hover + .balloon-accordion__content {
  display: block
}

.balloon-accordion__icon:hover svg circle {
  stroke: #c60b3c;
  transition: .4s
}

.balloon-accordion__icon:hover svg path {
  fill: #c60b3c;
  transition: .4s
}

.balloon-accordion {
  position: relative
}

.balloon-accordion__content {
  display: none;
  position: absolute;
  left: calc(100% + 15px);
  top: 0;
  background-color: #fff;
  width: 402px;
  min-height: 122px;
  padding: 15px 24px 18px 23px;
  font-size: 12px;
  line-height: 16px;
  color: #a7a7a7;
  font-weight: 600;
  box-shadow: 0 6px 20px rgba(225, 224, 224, .5);
  z-index: 10
}

.balloon-accordion__content--active {
  display: block
}

.accordion__body {
  display: none;
  margin-top: 18px;
  background-color: #fff;
  width: 100%;
  color: #1f1c1c;
  transition: .4s;
  padding: 39px 160px 37px
}

.accordion--active {
  transition: .5s
}

.icon-accordion__minus {
  display: none
}

.accordion--active .accordion__body {
  min-height: 152px;
  display: block;
  transition: .4s
}

.accordion--active .accordion__icon .icon-accordion__plus {
  display: none
}

.accordion--active .accordion__icon .icon-accordion__minus {
  display: flex
}

.accordion__circle {
  position: absolute;
  right: -20px;
  top: -2px;
  width: 18px;
  height: 18px;
  background-color: #c60b3c;
  border-radius: 50%;
  color: #fff;
  font-weight: 700;
  font-size: 10px;
  line-height: 14px;
  display: flex;
  align-items: center;
  justify-content: center
}

.balloon-accordion__close {
  display: none
}

@media screen and (max-width: 1420px) {
  .balloon-accordion__icon:hover + .balloon-accordion__content {
    display: none
  }

  .balloon-accordion__content--clicked {
    display: block !important
  }

  .balloon-accordion__content--active {
    display: none
  }

  .balloon-accordion__content {
    padding: 49px 24px 33px 23px;
    top: calc(100% + 12px);
    z-index: 99;
    left: -108px
  }

  .balloon-accordion__content:hover svg path {
    fill: #a7a7a7;
    transition: .4s
  }

  .balloon-accordion__content-wrapper {
    position: relative
  }

  .balloon-accordion__close {
    right: -7px;
    top: -33px;
    display: flex;
    position: absolute
  }

  .balloon-accordion__close:hover svg path {
    fill: #c60b3c;
    transition: .4s
  }
}

@media screen and (max-width: 768px) {
  .balloon-accordion {
    position: static
  }

  .bottom-card__accordions .accordion__header {
    position: relative
  }

  .balloon-accordion__content {
    padding: 59px 17px 31px 15px;
    width: 100%;
    left: 0;
    font-size: 14px;
    line-height: 18px
  }

  .balloon-accordion__close {
    right: 7px
  }
}

.filterCalculation__content {
  display: grid;
  grid-auto-flow: column;
  grid-gap: 32px;
  justify-content: start
}

.calculation__filter--active .filterCalculation__results {
  display: block
}

.calculation__filter--active .filterCalculation__item-value {
  display: none
}

.filterCalculation__list {
  display: grid;
  grid-template-columns:max-content max-content max-content max-content;
  justify-self: start;
  grid-gap: 48px
}

.filterCalculation__item {
  min-height: 62px;
  padding: 19px 26px 0;
  cursor: pointer
}

.filterCalculation__item-title {
  font-size: 16px;
  line-height: 22px;
  font-weight: 700;
  color: #1f1c1c;
  position: relative;
  padding-right: 20px
}

.filterCalculation__item-title:after {
  content: "";
  position: absolute;
  width: 8px;
  height: 8px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  background-image: url("data:image/svg+xml,%3Csvg width='9' height='6' viewBox='0 0 9 6' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0.734375 0.6875L4.35938 4.3125L7.98438 0.6875' stroke='%231F1C1C' stroke-width='1.5'/%3E%3C/svg%3E%0A")
}

.filterCalculation__item--active {
  background-color: #1f1c1c
}

.filterCalculation__item--active .filterCalculation__item-title {
  color: #fff
}

.filterCalculation__item--active .filterCalculation__item-value {
  display: none
}

.filterCalculation__item--active .filterCalculation__item-subtitle {
  display: block
}

.filterCalculation__item--active .filterCalculation__item-title:after {
  background-image: url("data:image/svg+xml,%3Csvg width='9' height='9' viewBox='0 0 9 9' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M3.41498 4.50006L0.945312 6.96973L2.00597 8.03039L4.47564 5.56072L6.94531 8.03039L8.00597 6.96973L5.5363 4.50006L8.00597 2.03039L6.94531 0.969727L4.47564 3.4394L2.00597 0.969727L0.945313 2.03039L3.41498 4.50006Z' fill='white'/%3E%3C/svg%3E%0A")
}

.filterCalculation__item-subtitle {
  display: none;
  margin-top: 4px;
  font-size: 14px;
  line-height: 18px;
  font-weight: 600;
  color: #a7a7a7
}

.filterCalculation__button {
  padding: 26px 58px;
  background-color: #fff;
  border: 2px solid #1f1c1c;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  font-size: 16px;
  line-height: 22px;
  font-weight: 700;
  color: #1f1c1c;
  cursor: pointer;
  transition: .3s
}

.filterCalculation__button:hover {
  transition: .3s;
  color: #fff;
  background-color: #1f1c1c
}

.filterCalculation__right {
  padding-top: 13px
}

.filterCalculation__item-value {
  margin-top: 21px;
  font-size: 14px;
  line-height: 18px;
  font-weight: 600;
  color: #a7a7a7
}

.modal-calculation__total {
  display: grid;
  grid-auto-flow: column;
  align-items: center;
  grid-gap: 38px;
  justify-content: start;
  margin-bottom: 32px;
  margin-top: 75px;
  font-size: 42px;
  line-height: 52px;
  font-weight: 700;
  color: #1f1c1c
}

.filterCalculation__results {
  display: none;
  margin-top: -1px;
  min-height: 88px;
  background-color: #1f1c1c
}

.modal-calculation__to-options {
  display: inline-flex;
  align-items: center;
  font-size: 28px;
  line-height: 38px;
  font-weight: 600;
  color: #1f1c1c
}

.modal-calculation__to-options:hover svg {
  transform: translateX(10px);
  transition: .3s
}

.modal-calculation__to-options svg {
  margin-left: 20px;
  transition: .3s
}

.filterCalculation__results-item {
  display: none
}

.filterCalculation__results-item--active {
  display: block
}

.filterCalculation__results-content {
  padding: 37px 30px
}

.filterCalculation__value {
  font-size: 12px;
  line-height: 14px;
  font-weight: 600;
  color: #a7a7a7;
  cursor: pointer;
  transition: .3s
}

.filterCalculation__value:hover {
  color: #c60b3c;
  transition: .3s
}

.filterCalculation__value input {
  display: none
}

.filterCalculation__value input:checked + p {
  color: #c60b3c
}

.filterCalculation__values {
  flex-wrap: wrap;
  display: flex;
  justify-content: space-between
}

@media screen and (max-width: 1420px) {
  .filterCalculation__content {
    grid-auto-flow: dense;
    grid-gap: 25px;
    justify-content: stretch
  }

  .filterCalculation__button {
    width: 100%
  }

  .filterCalculation__list {
    grid-gap: 0;
    grid-template-columns:1fr 1fr 1fr 1fr
  }

  .filterCalculation__item-title {
    font-size: 14px;
    line-height: 18px;
    padding-right: 17px
  }

  .filterCalculation__item {
    padding: 19px 10px 0 18px
  }

  .filterCalculation__right {
    padding-top: 0
  }

  .modal-calculation__total {
    grid-gap: 10px;
    margin-bottom: 79px;
    justify-content: space-between;
    margin-top: 81px;
    font-size: 28px;
    line-height: 34px
  }

  .filterCalculation__results-content {
    padding: 37px 19px
  }
}

.policy {
  justify-self: center
}

.policy__content {
  max-width: 330px;
  display: flex;
  text-align: center;
  justify-self: center
}

.policy__text {
  display: inline;
  font-size: 12px;
  line-height: 16px;
  font-weight: 600;
  color: #a7a7a7
}

.policy__link {
  display: inline;
  font-size: 12px;
  line-height: 16px;
  font-weight: 600;
  color: #fff
}

.textTitle__content {
  margin-top: 188px;
  margin-bottom: 208px
}

.textTitle__left {
  padding-left: 128px
}

.textTitle__title {
  max-width: 464px
}

.textTitle__content {
  display: grid;
  grid-auto-flow: column
}

.textTitle__text {
  margin-bottom: 25px;
  max-width: 448px;
  font-size: 14px;
  line-height: 18px;
  font-weight: 600;
  color: #000
}

.textTitle__text ul {
  display: grid;
  grid-gap: 8px
}

.textTitle__text ul li {
  position: relative;
  padding-left: 20px
}

.textTitle__text ul li:after {
  content: "";
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background-color: #c60b3c;
  position: absolute;
  left: 6px;
  top: 8px
}

.textTitle__text p {
  margin-bottom: 21px
}

.textTitle__text p:last-child {
  margin-bottom: 0
}

.textTitle__link {
  cursor: pointer;
  font-size: 14px;
  line-height: 18px;
  font-weight: 600;
  color: #c60b3c
}

.textTitle__link span {
  display: inline-flex;
  margin-left: 12px;
  transition: .4s
}

.textTitle__link:hover span {
  transform: translateX(10px);
  transition: .4s
}

.textTitle--black {
  margin-bottom: 186px
}

.textTitle--black .textTitle__content {
  background-color: #1f1c1c;
  grid-gap: 76px;
  margin-top: 149px;
  margin-bottom: 133px
}

.textTitle--black .textTitle__title {
  color: #fff !important;
  max-width: 518px
}

.textTitle--black .textTitle__left {
  display: flex;
  justify-content: flex-start
}

.textTitle__text--hidden {
  display: none
}

.text-compressor-button {
  position: absolute;
  bottom: -15px;
  left: 0
}

.textTitle__right {
  position: relative
}

.textTitle__text {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 10
}

.textTitle__text--active {
  -webkit-line-clamp: initial
}

@media screen and (max-width: 1420px) {
  .textTitle {
    padding: 0 !important
  }

  .textTitle__content {
    grid-auto-flow: dense;
    grid-template-columns:355px 1fr;
    grid-gap: 30px;
    margin-top: 110px !important;
    margin-bottom: 110px !important
  }

  .textTitle__left {
    padding-left: 30px
  }

  .textTitle__title {
    max-width: 325px;
    width: 100%;
    font-size: 42px;
    line-height: 52px
  }

  .textTitle__text {
    margin-bottom: 60px
  }

  .textTitle__text {
    padding-right: 20px
  }

  .textTitle--black {
    margin-bottom: 110px
  }

  .textTitle--black .textTitle__content {
    grid-gap: 30px
  }
}

@media screen and (max-width: 767px) {
  .text-compressor-button {
    left: 16px
  }

  .textTitle--black {
    margin-bottom: 80px
  }

  .textTitle__content {
    grid-template-columns:1fr;
    grid-gap: 20px
  }

  .textTitle__left {
    padding-left: 16px
  }

  .textTitle__right {
    padding-left: 16px;
    padding-right: 16px
  }

  .textTitle__title {
    font-size: 28px;
    line-height: 34px
  }

  .textTitle__text {
    margin-bottom: 32px;
    padding-right: 0
  }

  .textTitle__text p {
    margin-bottom: 15px
  }

  .textTitle__content {
    margin-top: 80px !important;
    margin-bottom: 80px !important
  }
}

.mfp-wrap:not(.mfp-gallery) .mfp-content {
  position: static
}

.modal__wrapper {
  background-color: #fff;
  pointer-events: all
}

.mfp-iframe-holder {
  background-color: rgba(31, 28, 28, .9)
}

.mfp-iframe-holder .mfp-content {
  max-width: 1200px
}

.mfp-iframe-holder .mfp-iframe-scaler iframe {
  box-shadow: none
}

.mfp-iframe-holder .mfp-close {
  display: block;
  width: 26px;
  height: 26px;
  top: -50px;
  right: 0;
  font-size: 0;
  color: transparent;
  cursor: pointer !important;
  z-index: 99;
  padding: 0;
  background-image: url("data:image/svg+xml,%3Csvg width='26' height='26' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 1l24 24M25 1L1 25' stroke='%23fff' stroke-width='1.94'/%3E%3C/svg%3E")
}

.mfp-container {
  padding: 0 !important
}

.modal {
  position: fixed;
  top: 120px;
  z-index: 99;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%)
}

.html5-video-player {
  background-color: rgba(11, 11, 11, .8) !important
}

.mfp-iframe-scaler {
  position: relative;
  overflow: initial;
  margin: 0 auto
}

.mfp-iframe-scaler iframe {
  z-index: 99
}

.mfp-iframe-holder .mfp-close {
  top: -50px;
  right: -10px;
  font-size: 40px
}

.mfp-iframe-holder button.mfp-close {
  display: block
}

button.mfp-close {
  display: none
}

.modal__content {
  position: relative
}

.modal__close {
  display: flex;
  position: absolute;
  right: 39px;
  top: 39px;
  padding: 2px;
  cursor: pointer
}

.modal-htg__title {
  color: #1f1c1c;
  margin-bottom: 21px
}

.modal-htg__content {
  padding: 61px 48px 93px 76px
}

.modal-htg__description {
  margin-bottom: 67px;
  max-width: 369px;
  font-weight: 600;
  font-size: 14px;
  line-height: 18px;
  color: #a7a7a7
}

.modal-htg__bottom {
  display: grid;
  grid-template-columns:350px 350px;
  grid-gap: 100px
}

.modal-htg__subtitle {
  margin-bottom: 14px;
  font-size: 20px;
  line-height: 24px;
  text-transform: uppercase;
  font-weight: 700;
  color: #1f1c1c
}

.modal-htg__text {
  font-size: 14px;
  line-height: 18px;
  font-weight: 600;
  color: #a7a7a7
}

.modal-htg {
  max-width: 928px
}

.mfp-title {
  display: none !important
}

.modal-callback {
  max-width: 100%;
  top: 50%
}

.modal-callback .header {
  background-color: #fff !important
}

.modal-callback__wrapper {
  max-width: 100%;
  background-color: #fff;
  height: 100vh;
  overflow: auto
}

.modal-callback__wrapper::-webkit-scrollbar {
  width: 4px
}

.modal-callback__wrapper::-webkit-scrollbar-track {
  background-color: #fff
}

.modal-callback__wrapper::-webkit-scrollbar-thumb {
  border-radius: 5px;
  background-color: #1f1c1c
}

.modal-callback__header {
  background-color: #fff
}

.modal-callback__content {
  max-width: 1408px;
  margin: 0 auto;
  padding: 52px 139px 50px
}

.modal-callback__top {
  display: flex;
  align-items: center;
  margin-bottom: 81px
}

.modal-callback__title {
  margin: 0;
  font-size: 90px;
  line-height: 102px;
  font-weight: 700;
  color: #1f1c1c;
  margin-right: 111px
}

.modal-callback__description {
  max-width: 296px;
  font-size: 14px;
  line-height: 18px;
  font-weight: 200;
  color: #a7a7a7
}

.modal-callback__inputs-right {
  display: grid;
  grid-gap: 50px;
  align-items: start;
  align-content: start
}

.modal-callback__inputs-left {
  display: grid;
  grid-gap: 50px;
  align-items: start;
  align-content: start
}

.modal-callback__inputs {
  margin-bottom: 85px;
  display: grid;
  grid-template-columns:399px 448px;
  grid-column-gap: 112px
}

.modal-callback__inputs .form__select {
  font-weight: 200
}

.modal-callback__inputs .form__input {
  border-bottom: 2px solid #000;
  color: #1f1c1c;
  font-weight: 200
}

.modal-callback__inputs .form__input::placeholder {
  color: #a7a7a7
}

.modal-callback__inputs .form__input:hover::placeholder {
  color: #1f1c1c
}

.modal-callback__inputs .form__textarea {
  font-weight: 200;
  border: 2px solid #000;
  height: 224px;
  color: #1f1c1c
}

.modal-callback__inputs .form__textarea::placeholder {
  color: #a7a7a7
}

.modal-callback__inputs .form__textarea:hover::placeholder {
  color: #1f1c1c
}

.modal-callback__button {
  margin-bottom: 21px;
  max-width: 960px;
  border: 2px solid #000;
  color: #1f1c1c;
  padding: 16px 23px
}

.modal-callback__button:hover {
  background-color: #1f1c1c;
  color: #fff
}

.modal-callback__policy .policy__text {
  font-weight: 200
}

.modal-callback__policy .policy__link {
  font-weight: 200
}

.modal-callback__policy {
  font-size: 12px;
  line-height: 16px;
  color: #a7a7a7;
  font-weight: 600
}

.modal-callback__policy .policy__content {
  max-width: 100%
}

.modal-callback__policy .policy__text {
  display: flex
}

.modal-callback__policy .policy__link {
  margin-left: 4px;
  display: block;
  color: #a7a7a7;
  transition: .4s
}

.modal-callback__policy .policy__link:hover {
  color: #c60b3c;
  transition: .4s
}

.modal-callback__close {
  display: flex;
  cursor: pointer
}

.modal-calculation__content {
  padding: 70px 110px;
  min-height: 686px
}

.modal-calculation__title {
  max-width: 900px;
  margin-bottom: 29px;
  font-size: 60px;
  line-height: 64px;
  color: #1f1c1c;
  font-weight: 700
}

.modal-calculation__description {
  max-width: 370px;
  margin-bottom: 33px;
  font-size: 14px;
  line-height: 18px;
  font-weight: 600;
  color: #a7a7a7
}

.modal-calculation__content--mobile {
  display: none
}

.modal-thanks__wrapper {
  max-width: 632px
}

.modal-thanks__content {
  padding: 87px 50px;
  max-width: 632px;
  display: grid;
  justify-items: center
}

.modal-thanks__title {
  text-align: center;
  font-size: 60px;
  line-height: 64px;
  color: #1f1c1c;
  font-weight: 700;
  margin-bottom: 21px
}

.modal-thanks__description {
  margin: 0 auto;
  text-align: left;
  max-width: 350px;
  font-size: 14px;
  line-height: 18px;
  color: #a7a7a7;
  font-weight: 600
}

.modal-thanks__description p {
  text-align: center
}

.modalInstruction {
  display: none;
  background-color: #fff;
  width: 100%;
  height: 100%;
  padding: 33px 48px 40px 33px;
  cursor: default !important
}

.modalInstruction .fancybox-close-small {
  display: none
}

.fancybox-slide--html {
  padding: 0
}

.modalInstruction__content {
  display: grid;
  grid-gap: 20px
}

.modalInstruction__logo {
  display: inline-flex
}

.modalInstruction__logo img {
  max-width: 136px;
  width: 100%;
  height: auto
}

.modalInstruction__top {
  display: flex;
  align-items: center;
  justify-content: space-between
}

.modalInstruction__options {
  display: grid;
  grid-auto-flow: column;
  align-items: center;
  justify-content: end;
  grid-gap: 40px
}

.modalInstruction__picture {
  display: flex;
  align-items: center;
  justify-content: center
}

.modalInstruction__picture img {
  max-height: 704px;
  max-width: 704px;
  width: 100%;
  height: 100%;
  object-fit: contain
}

.modalInstruction__slide {
  display: flex;
  justify-content: center
}

.modalInstruction__option {
  cursor: pointer;
  display: flex
}

.modalInstruction__option:hover svg path {
  stroke: #c60b3c;
  transition: .3s
}

.modalInstruction__option svg path {
  transition: .3s
}

.modalInstruction__slider {
  padding-top: 45px;
  padding-bottom: 60px
}

.modalInstruction__slider .swiper-arrow {
  display: block;
  background-color: transparent;
  margin: 0;
  bottom: 0;
  transform: none;
  width: auto;
  height: auto;
  z-index: 3
}

.modalInstruction__slider .swiper-arrow:after {
  display: none
}

.modalInstruction__slider .swiper-arrow:before {
  display: none
}

.modalInstruction__slider .swiper-button-prev {
  left: 47%;
  top: auto
}

.modalInstruction__slider .swiper-button-next {
  right: 47%;
  top: auto
}

.modalRequest {
  max-width: 560px;
  padding: 60px 80px 75px
}

.modalRequest__title {
  font-size: 60px;
  line-height: 64px;
  font-weight: 700;
  color: #1f1c1c;
  margin-bottom: 20px
}

.modalRequest__description {
  margin-bottom: 51px;
  font-size: 14px;
  line-height: 20px;
  font-weight: 200;
  color: #a7a7a7
}

.fancybox-content {
  padding: 0
}

.modalRequest__form {
  display: grid;
  grid-gap: 51px
}

.modalRequest__form .form__input {
  color: #1f1c1c;
  font-size: 14px;
  line-height: 18px;
  font-weight: 300;
  border-bottom: 1.5px solid #1f1c1c
}

.modalRequest__form .form__input::placeholder {
  color: #a7a7a7
}

.modalRequest__form .form__button {
  color: #1f1c1c;
  border-color: #1f1c1c;
  font-size: 16px;
  line-height: 22px;
  padding: 16px 20px;
  transition: .3s
}

.modalRequest__form .form__button:hover {
  border-color: #c60b3c;
  color: #c60b3c;
  transition: .3s
}

.modalRequest__form .form__policy {
  margin-top: -30px;
  font-size: 12px;
  line-height: 14px;
  font-weight: 200;
  color: #a7a7a7;
  text-align: center
}

.modalRequest__form .form__policy a {
  color: #a7a7a7;
  transition: .2s
}

.modalRequest__form .form__policy a:hover {
  color: #c60b3c;
  transition: .2s
}

@media screen and (max-width: 1420px) {
  .modalRequest {
    max-width: 505px;
    padding: 50px 70px
  }

  .modalRequest__title {
    font-size: 42px;
    line-height: 52px;
    margin-bottom: 22px
  }

  .modalRequest__description {
    margin-bottom: 62px
  }

  .modalInstruction__slider {
    padding-top: 80px;
    padding-bottom: 80px
  }

  .modalRequest__form {
    grid-gap: 46px
  }

  .modalInstruction__slider .swiper-button-arrow {
    display: block
  }

  .mfp-iframe-scaler {
    max-width: 750px
  }

  .modal-callback__content {
    max-width: 768px;
    padding: 9px 46px 76px
  }

  .modal-callback__title {
    font-size: 42px;
    line-height: 52px;
    margin-bottom: 16px
  }

  .modal-callback__top {
    display: grid;
    margin-bottom: 34px
  }

  .modal-callback__inputs .form__textarea {
    max-width: 448px;
    grid-column-start: auto;
    grid-column-end: auto;
    grid-row-start: auto;
    grid-row-end: auto
  }

  .modal-callback__inputs-left {
    grid-gap: 46px
  }

  .modal-callback__inputs-right {
    grid-gap: 46px
  }

  .modal-callback__inputs {
    max-width: 400px;
    margin-bottom: 50px;
    grid-template-columns:1fr;
    grid-row-gap: 46px
  }

  .modal-callback__inputs .form__input {
    max-width: 399px
  }

  .modal-callback__button {
    margin-bottom: 17px;
    padding: 24px
  }

  .modal__close {
    top: 46px;
    right: 41px
  }

  .modal-htg__content {
    padding: 70px 50px 100px
  }

  .modal-htg__bottom {
    grid-template-columns:1fr;
    grid-gap: 58px
  }

  .modal-htg__title {
    font-size: 42px;
    line-height: 52px;
    margin-bottom: 22px
  }

  .modal-htg__description {
    margin-bottom: 62px;
    max-width: 264px
  }

  .modal-htg {
    max-width: 710px
  }

  .modal-htg__text {
    max-width: 350px
  }

  .modal__wrapper {
    padding: 0
  }

  .modal-calculation__content {
    max-width: 710px;
    min-height: 870px;
    padding: 77px 50px 50px
  }

  .modal-calculation__title {
    max-width: 561px;
    font-size: 42px;
    line-height: 52px;
    margin-bottom: 24px
  }

  .modal-calculation__description {
    margin-bottom: 48px
  }

  .modal-calculation__to-options {
    font-size: 20px;
    line-height: 27px
  }

  .modal-calculation__close {
    top: 40px;
    right: 40px
  }
}

@media screen and (max-width: 767px) {
  .modalRequest {
    padding: 60px 24px;
    max-width: 375px
  }

  .modalRequest__description {
    margin-bottom: 40px
  }

  .modalRequest__form .form__button {
    padding: 10px 20px
  }

  .modalRequest__title {
    font-size: 28px;
    line-height: 34px;
    margin-bottom: 16px
  }

  .modalInstruction__slider {
    padding-top: 75px;
    padding-bottom: 100px
  }

  .modalInstruction__picture img {
    max-width: 297px;
    max-height: 297px
  }

  .modalInstruction__logo img {
    max-width: 120px
  }

  .modalInstruction__close svg {
    width: 20px;
    height: 20px
  }

  .modalInstruction {
    padding: 34px 10px
  }

  .modalInstruction__options {
    grid-gap: 24px
  }

  .modalInstruction__slider .swiper-button-next {
    right: 36%
  }

  .modalInstruction__slider .swiper-button-prev {
    left: 36%
  }

  .modal-thanks__description p {
    text-align: left
  }

  .modal-callback__bottom {
    padding: 0 16px
  }

  .modal-htg__content {
    padding: 59px 25px 52px
  }

  .modal__close {
    top: 20px;
    right: 19px
  }

  .modal-htg__title {
    font-size: 28px;
    line-height: 34px;
    margin-bottom: 16px
  }

  .modal-htg__description {
    margin-bottom: 39px
  }

  .modal-htg {
    max-width: 300px
  }

  .modal-htg__bottom {
    grid-gap: 38px
  }

  .modal-callback {
    height: 100.1%
  }

  .modal-callback__content {
    max-width: 450px;
    padding: 2px 0 62px
  }

  .modal-callback__wrapper {
    overflow-y: scroll
  }

  .modal-callback__title {
    padding-left: 16px;
    font-size: 28px;
    line-height: 34px;
    margin-bottom: 16px;
    max-width: 100%;
    margin-right: 0
  }

  .modal-callback__description {
    padding-left: 16px;
    max-width: 233px
  }

  .modal-callback__inputs {
    grid-row-gap: 40px;
    margin-bottom: 17px;
    grid-gap: 45px
  }

  .modal-callback__inputs-left {
    grid-gap: 40px
  }

  .modal-callback__inputs-right {
    grid-gap: 40px
  }

  .modal-callback__button {
    padding: 10px 10px 12px;
    margin-bottom: 26px
  }

  .modal-callback__policy .policy__text {
    max-width: 288px;
    display: block
  }

  .modal-callback__policy .policy__text p {
    display: inline
  }

  .modal-callback__policy .policy__text a {
    display: inline
  }

  .modal-calculation__content--mobile {
    display: block
  }

  .modal-calculation__content--desktop {
    display: none
  }

  .modal-calculation {
    width: 100%;
    height: 100%;
    background-color: #1f1c1c
  }

  .modal-calculation__wrapper {
    background-color: #1f1c1c
  }

  .modal-calculation__content {
    padding: 34px 15px 36px;
    min-height: 568px;
    position: relative
  }

  .modal-calculation__close {
    padding: 0;
    position: static
  }

  .modal-calculation__header {
    margin-bottom: 20px;
    display: flex;
    align-items: center;
    justify-content: space-between
  }

  .modal-calculation__title {
    margin-bottom: 14px;
    font-size: 20px;
    line-height: 27px;
    color: #fff
  }

  .modal-calculation__description {
    max-width: 290px;
    font-size: 14px;
    line-height: 18px
  }

  .modal-calculation__total {
    max-width: 88%;
    margin-bottom: 54px;
    margin-top: 87px;
    font-size: 20px;
    line-height: 27px;
    color: #fff;
    grid-gap: 14px;
    grid-auto-flow: dense
  }

  .modal-calculation__total-value {
    font-size: 42px;
    line-height: 52px
  }

  .modal-calculation__to-options {
    font-size: 20px;
    line-height: 27px;
    color: #fff
  }

  .modal-calculation__slide {
    max-width: 420px
  }

  .modal-calculation__back {
    cursor: pointer;
    font-size: 16px;
    line-height: 22px;
    font-weight: 700;
    color: #fff;
    display: inline-flex;
    align-items: center
  }

  .modal-calculation__back svg {
    margin-right: 14px
  }

  .modal-calculation__slider-inner {
    position: static
  }

  .modal-calculation__slider-inner .swiper-pagination {
    position: absolute;
    bottom: 0
  }

  .modal-calculation__slider-inner .swiper-slide {
    position: static;
    padding-right: 1px;
    padding-left: 1px
  }

  .modal-calculation__slider-inner .swiper-wrapper {
    position: static
  }

  .modal-calculation__slider-inner .swiper-pagination-bullet {
    cursor: pointer;
    overflow: hidden;
    width: 11px;
    height: 11px;
    font-size: 0;
    line-height: 0;
    background-color: #1f1c1c;
    border: 2px solid #fff;
    border-radius: 50%;
    opacity: 1
  }

  .modal-calculation__slider-inner .swiper-pagination-bullet-active {
    background-color: #fff
  }

  .modal-calculation {
    overflow-y: scroll
  }

  .modal-calculation .filter__accordions {
    margin-bottom: 43px
  }

  .modal-calculation .accordion__title {
    display: grid;
    grid-template-columns:154px 1fr max-content
  }

  .modal-calculation .accordion__title-value {
    font-size: 14px;
    line-height: 18px;
    font-weight: 600;
    color: #a7a7a7
  }

  .modal-calculation .accordion__body {
    padding-top: 2px !important
  }

  .modal-calculation .accordion__body-subtitle {
    margin-bottom: 11px;
    font-size: 14px;
    line-height: 18px;
    color: #a7a7a7
  }

  .modal-calculation .accordion__body-list {
    padding: 10px 16px 23px;
    display: grid;
    grid-template-columns:1fr 1fr;
    grid-gap: 28px
  }

  .modal-calculation .accordion__body-list label {
    font-size: 16px;
    line-height: 22px;
    color: #fff;
    font-weight: 700
  }

  .filterCalculation__button {
    padding: 11px 15px;
    border: 2px solid #fff;
    background-color: #1f1c1c;
    font-size: 16px;
    line-height: 22px;
    color: #fff
  }

  .filterCalculation__button:hover {
    background-color: #fff;
    color: #1f1c1c
  }

  .modal-thanks__wrapper {
    max-width: 288px
  }

  .modal-thanks__content {
    padding: 59px 18px 51px 24px
  }

  .modal-thanks__title {
    font-size: 28px;
    line-height: 34px;
    margin-bottom: 16px;
    text-align: left
  }

  .modal-thanks__description {
    font-size: 14px;
    line-height: 18px;
    color: #a7a7a7;
    font-weight: 600
  }
}

.same {
  margin-bottom: 186px
}

.same__header {
  margin-bottom: 38px;
  display: flex;
  align-items: baseline;
  justify-content: space-between
}

.same__header .section-header__title {
  margin-bottom: 0
}

.same__header .section-header__link {
  color: #1f1c1c;
  font-size: 28px;
  line-height: 38px
}

.same__header .section-header__link span {
  margin-left: 10px
}

@media screen and (max-width: 1420px) {
  .same__header {
    margin-bottom: 22px
  }

  .same__header .section-header__link {
    font-size: 20px;
    line-height: 27px;
    font-weight: 700
  }

  .same__header .section-header__link span {
    margin-left: 20px
  }

  .same {
    margin-bottom: 110px
  }
}

@media screen and (max-width: 767px) {
  .same__header {
    margin-bottom: 20px
  }

  .same__header .section-header__link {
    font-size: 0;
    line-height: 0;
    color: transparent
  }

  .same {
    margin-bottom: 80px
  }
}

.cardPuzzle {
  margin-bottom: 186px
}

.cardPuzzle__content {
  display: grid;
  grid-template-columns:1fr 1fr;
  grid-gap: 16px
}

.cardPuzzle__image {
  display: flex;
  position: relative
}

.cardPuzzle__image img {
  width: 696px;
  height: 868px;
  object-fit: cover
}

.cardPuzzle__video {
  grid-column-start: 1;
  grid-column-end: 3
}

.image-cardPuzzle__label {
  position: absolute;
  width: 415px;
  padding: 23px 30px 26px;
  background-color: #1f1c1c;
  font-size: 20px;
  line-height: 24px;
  text-transform: uppercase;
  font-weight: 700;
  color: #fff
}

.cardPuzzle__image-1 .image-cardPuzzle__label {
  top: 472px;
  left: 0;
  text-align: right
}

.cardPuzzle__image-2 .image-cardPuzzle__label {
  bottom: 51px;
  right: 0;
  text-align: right
}

.cardPuzzle__video {
  overflow: hidden;
  position: relative
}

.cardPuzzle__video:hover img {
  transform: scale(1.05);
  transition: .5s
}

.cardPuzzle__video img {
  transition: .5s
}

@media screen and (max-width: 1420px) {
  .cardPuzzle__video img {
    width: 100%;
    height: 476px
  }

  .cardPuzzle__image img {
    width: 360px;
    height: 476px
  }

  .cardPuzzle__image-1 .image-cardPuzzle__label {
    top: 147px
  }

  .image-cardPuzzle__label {
    font-size: 16px;
    line-height: 22px;
    width: 336px;
    padding: 23px 28px 28px
  }

  .cardPuzzle__image-2 .image-cardPuzzle__label {
    text-align: left
  }

  .cardPuzzle {
    margin-bottom: 110px
  }
}

@media screen and (max-width: 767px) {
  .cardPuzzle {
    margin-bottom: 80px
  }

  .cardPuzzle__video img {
    height: 240px
  }

  .cardPuzzle__image img {
    width: 100%;
    height: 240px
  }

  .image-cardPuzzle__label {
    width: 100%;
    bottom: 0 !important;
    top: auto !important;
    font-size: 12px;
    line-height: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 8px;
    min-height: 57px
  }

  .cardPuzzle__image-1 .image-cardPuzzle__label {
    text-align: left
  }
}

.contacts {
  margin-bottom: 92px
}

.contacts__top {
  padding-left: 123px;
  margin-bottom: 91px;
  display: grid;
  align-items: end;
  grid-template-columns:minmax(430px, 517px) minmax(318px, 425px) 1fr
}

.contacts__left {
  display: grid
}

.contacts__right {
  align-self: end
}

.contacts__title {
  margin: 0;
  margin-bottom: 68px;
  font-size: 90px;
  line-height: 102px;
  font-weight: 700;
  color: #fff
}

.contacts__tel {
  margin-bottom: 18px;
  font-size: 42px;
  line-height: 52px;
  color: #fff;
  font-weight: 700;
  transition: .4s
}

.contacts__tel:hover {
  color: #c60b3c;
  transition: .4s
}

.contacts__mail {
  font-size: 42px;
  line-height: 52px;
  color: #fff;
  font-weight: 700;
  transition: .4s
}

.contacts__mail:hover {
  color: #c60b3c
}

.contacts__time {
  text-transform: uppercase;
  display: block;
  margin-bottom: 128px;
  font-size: 14px;
  line-height: 18px;
  font-weight: 600;
  color: #a7a7a7
}

.contacts__time--mobile {
  display: none
}

.support-contacts__title {
  margin-bottom: 12px;
  font-size: 20px;
  line-height: 27px;
  font-weight: 700;
  color: #fff;
  text-transform: uppercase
}

.support-contacts__cell {
  display: flex;
  align-items: baseline;
  margin-bottom: 8px
}

.support-contacts__cell:last-child {
  margin-bottom: 0
}

.support-contacts__link {
  margin-right: 5px;
  font-size: 14px;
  line-height: 20px;
  font-weight: 500;
  color: #fff;
  transition: .4s;
  white-space: nowrap;
}

.support-contacts__link:hover {
  color: #c60b3c;
  transition: .4s
}

.support-contacts__subtitle {
  font-size: 14px;
  line-height: 20px;
  font-weight: 500;
  color: #a7a7a7
}

.request-contacts__title {
  margin-bottom: 32px;
  max-width: 294px;
  font-size: 14px;
  line-height: 18px;
  font-weight: 600;
  color: #a7a7a7
}

.request-contacts__button {
  min-width: auto;
  width: 295px;
  display: block;
  text-align: center
}

.contacts__bottom {
  display: grid;
  grid-template-columns:880px 1fr;
  grid-gap: 78px
}

.info-contacts__title {
  max-width: 246px;
  margin-bottom: 28px
}

.contacts__info {
  padding-top: 47px
}

.info-contacts__description {
  margin-bottom: 82px;
  max-width: 369px;
  font-size: 14px;
  line-height: 18px;
  font-weight: 600;
  color: #a7a7a7
}

.info-contacts__description p {
  margin-bottom: 15px
}

.info-contacts__description p:last-child {
  margin-bottom: 0
}

.info-contacts__time {
  margin-bottom: 17px;
  font-size: 14px;
  line-height: 18px;
  font-weight: 600;
  color: #a7a7a7;
  text-transform: uppercase
}

.info-contacts__tel {
  display: inline-flex;
  margin-bottom: 72px;
  font-size: 42px;
  line-height: 52px;
  font-weight: 700;
  color: #fff;
  transition: .4s
}

.info-contacts__tel:hover {
  color: #c60b3c;
  transition: .4s
}

.info-contacts__htg {
  display: flex;
  align-items: center;
  font-size: 28px;
  line-height: 38px;
  font-weight: 600;
  color: #fff;
  transition: .4s
}

.info-contacts__htg:hover {
  color: #c60b3c;
  transition: .4s
}

.info-contacts__htg svg {
  margin-left: 5px
}

.contacts__map {
  display: flex;
  width: 100%;
  height: 650px
}

@media screen and (max-width: 1420px) {
  .contacts__time--mobile {
    display: block
  }

  .contacts__time--desktop {
    display: none
  }

  .contacts__title {
    margin-bottom: 15px;
    font-size: 42px;
    line-height: 54px;
    color: #fff
  }

  .contacts__top {
    padding-left: 30px;
    padding-right: 30px;
    grid-template-columns:minmax(252px, 354px) 1fr
  }

  .contacts__time {
    margin-bottom: 28px
  }

  .contacts__tel {
    margin-bottom: 16px;
    font-size: 28px;
    line-height: 34px
  }

  .contacts__mail {
    font-size: 28px;
    line-height: 34px
  }

  .request-contacts__title {
    max-width: 100%;
    text-align: center;
    margin-bottom: 20px
  }

  .contacts__right {
    grid-column-start: 1;
    grid-column-end: 3
  }

  .request-contacts__button {
    width: 100%;
    padding: 25px
  }

  .support-contacts__title {
    font-size: 20px;
    line-height: 24px;
    margin-bottom: 15px
  }

  .contacts__middle {
    margin-bottom: -31px
  }

  .contacts__request {
    margin-top: 83px
  }

  .contacts__map {
    width: 736px;
    height: 296px
  }

  .contacts__bottom {
    grid-template-columns:1fr;
    grid-gap: 31px
  }

  .contacts__info {
    padding: 0 30px;
    position: relative;
    display: grid
  }

  .info-contacts__title {
    max-width: 450px;
    margin-bottom: 13px
  }

  .info-contacts__htg {
    position: absolute;
    right: 0;
    top: 13px
  }

  .info-contacts__htg svg {
    margin-left: 18px
  }

  .info-contacts__description {
    order: 2;
    margin-bottom: 32px
  }

  .info-contacts__tel {
    order: 3;
    font-size: 28px;
    line-height: 34px;
    margin-bottom: 0
  }

  .contacts {
    margin-bottom: 83px
  }

  .info-contacts__time {
    margin-bottom: 30px
  }
}

@media screen and (max-width: 767px) {
  .contacts__top {
    padding-right: 0
  }

  .contacts__map {
    width: 100%;
    height: 296px
  }

  .contacts__title {
    font-size: 20px;
    line-height: 27px;
    margin-bottom: 8px
  }

  .contacts__top {
    grid-template-columns:1fr;
    padding-left: 0;
    margin-bottom: 19px
  }

  .contacts__right {
    grid-column-start: auto;
    grid-column-end: auto
  }

  .contacts__time {
    margin-bottom: 22px
  }

  .contacts__tel {
    font-size: 20px;
    line-height: 24px;
    margin-bottom: 14px
  }

  .contacts__mail {
    font-size: 20px;
    line-height: 24px;
    margin-bottom: 37px
  }

  .contacts__left {
    padding: 0 16px
  }

  .contacts__middle {
    padding: 0 16px;
    margin-bottom: 0
  }

  .support-contacts__cell {
    margin-bottom: 12px
  }

  .contacts__request {
    margin-top: 28px
  }

  .request-contacts__title {
    margin-bottom: 15px
  }

  .request-contacts__button {
    padding: 10px 10px 12px
  }

  .contacts__info {
    padding: 0 16px
  }

  .info-contacts__title {
    font-size: 28px;
    line-height: 34px;
    margin-bottom: 7px
  }

  .info-contacts__htg {
    position: static;
    order: 4
  }

  .info-contacts__time {
    margin-bottom: 20px
  }

  .info-contacts__description {
    margin-bottom: 29px
  }

  .info-contacts__tel {
    margin-bottom: 27px;
    font-size: 20px;
    line-height: 24px
  }

  .contacts {
    margin-bottom: 61px
  }

  .support-contacts__cell {
    flex-wrap: wrap
  }
}

.subfooter {
  margin-bottom: 35px
}

.subfooter__content {
  display: grid;
  grid-auto-flow: column;
  justify-content: space-between;
  align-items: start
}

.subfooter__logo {
  display: flex
}

.subfooter__link {
  display: inline-flex;
  font-size: 16px;
  line-height: 22px;
  font-weight: 700;
  color: #fff;
  transition: .4s
}

.subfooter__link:hover {
  transition: .4s;
  color: #c60b3c
}

.subfooter__mail {
  display: inline-flex;
  font-size: 16px;
  line-height: 22px;
  font-weight: 700;
  color: #fff;
  transition: .4s
}

.subfooter__mail:hover {
  transition: .4s;
  color: #c60b3c
}

.info-subfooter {
  display: grid;
  grid-gap: 7px
}

.info-subfooter__tel {
  display: inline-flex;
  font-size: 16px;
  line-height: 22px;
  font-weight: 700;
  color: #fff;
  transition: .4s
}

.info-subfooter__tel:hover {
  transition: .4s;
  color: #c60b3c
}

.info-subfooter__timetable {
  font-size: 12px;
  line-height: 16px;
  color: #a7a7a7;
  font-weight: 700;
  text-align: right
}

@media screen and (max-width: 1420px) {
  .subfooter {
    margin-bottom: 33px
  }

  .subfooter__logo {
    grid-column-start: 1;
    grid-column-end: 5
  }

  .subfooter__content {
    justify-content: space-between;
    grid-row-gap: 20px;
    padding: 0 30px;
    grid-auto-flow: dense;
    grid-template-columns:repeat(4, max-content)
  }

  .info-subfooter {
    grid-gap: 4px;
    justify-items: start;
  }
}

@media screen and (max-width: 767px) {
  .subfooter {
    margin-bottom: 36px
  }

  .subfooter__content {
    grid-template-columns:1fr 1fr;
    padding: 0;
    grid-row-gap: 19px
  }

  .subfooter__logo {
    grid-column-start: auto;
    grid-column-end: auto
  }

  .subfooter__link--mobile-hidden {
    display: none
  }

  .subfooter__link {
    justify-self: end
  }

  .info-subfooter__tel {
    text-align: right;
    justify-content: flex-end
  }
  .info-subfooter {
    justify-items: end;
  }
}

.footer {
  background-color: #272424
}

.footer__content {
  padding: 31px 0 45px
}

.footer__top {
  display: grid;
  grid-row-gap: 43px;
  grid-template-columns:1fr 1fr 1fr 1fr .67fr;
  justify-content: space-between
}

.cell-footer__title {
  margin-bottom: 13px;
  font-size: 20px;
  line-height: 27px;
  font-weight: 700;
  color: #fff;
  text-transform: uppercase
}

.footer__cell:last-child {
  margin-right: 0
}

.cell-footer__list {
  display: grid;
  grid-template-columns:max-content;
  grid-gap: 14px;
  align-items: center
}

.cell-footer__list li {
  display: flex
}

.cell-footer__list li a {
  font-size: 12px;
  line-height: 16px;
  font-weight: 600;
  color: #fff;
  transition: .5s
}

.cell-footer__list li a:hover {
  transition: .5s;
  color: #c60b3c
}

.footer__bottom {
  grid-column-start: 1;
  grid-column-end: 6;
  grid-row-start: 2;
  display: grid;
  align-items: center;
  grid-template-columns:minmax(230px, 365px) minmax(379px, 514px) 1fr max-content
}

.footer__copyright {
  font-size: 12px;
  line-height: 16px;
  font-weight: 600;
  color: #fff
}

.footer__policy {
  font-size: 12px;
  line-height: 16px;
  font-weight: 600;
  color: #fff;
  transition: .5s
}

.footer__policy:hover {
  color: #c60b3c;
  transition: .5s
}

.footer__creator {
  font-size: 12px;
  line-height: 16px;
  font-weight: 600;
  color: #a7a7a7
}

.social-footer {
  display: grid;
  grid-auto-flow: column;
  grid-gap: 40px;
  justify-items: start;
  justify-content: start
}

.social-footer__link {
  display: flex
}

.social-footer__item {
  display: flex;
  align-items: center
}


@media screen and (max-width: 1420px) {
  .social-footer {
    margin-bottom: 27px
  }

  .footer__top {
    grid-template-columns:max-content max-content;
    grid-auto-flow: dense;
    grid-row-gap: 65px;
    grid-column-gap: 113px;
    justify-content: start;
    margin-bottom: 0
  }

  .footer__content {
    padding: 47px 30px 57px
  }

  .cell-footer__list li a {
    font-size: 16px;
    line-height: 22px
  }

  .cell-footer__list {
    grid-gap: 12px
  }

  .cell-footer__title {
    margin-bottom: 16px
  }

  .footer__bottom {
    grid-column-start: auto;
    grid-column-end: auto;
    grid-row-start: auto;
    grid-template-columns:1fr
  }

  .footer__copyright {
    margin-bottom: 26px
  }

  .footer__policy {
    max-width: 209px;
    margin-bottom: 26px
  }

  .footer-hide .wrapper {
    max-width: calc(100% - 32px);
  }

  .footer-hide .footer__top {
    width: 100%;
    display: block;
  }

  .footer-hide .footer__bottom {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }

  .footer-hide .footer__policy, .footer-hide .footer__copyright {
    margin-bottom: 0;
  }
}

@media screen and (max-width: 1000px) {
  .footer-hide .wrapper {
    max-width: 768px;
  }

  .footer-hide .footer__bottom {
    display: grid;
    grid-template-columns: repeat(2, max-content);
    grid-gap: 30px;
  }
}

@media screen and (max-width: 767px) {
  .social-footer {
    margin-bottom: 31px;
    grid-gap: 35px
  }

  .footer__top {
    grid-template-columns:1fr;
    grid-row-gap: 50px
  }

  .footer__content {
    padding: 30px 16px 32px
  }

  .cell-footer__title {
    margin-bottom: 14px
  }

  .cell-footer__list {
    grid-gap: 16px
  }

  .footer__copyright {
    margin-bottom: 31px
  }

  .footer__policy {
    margin-bottom: 32px
  }
}

.body-white {
  background-color: #f8f8f8;
  color: #1f1c1c
}

.body-white .logo .st0 {
  fill: #000
}

.body-white .filter .logo .st0 {
  fill: #fff
}

.body-white::-webkit-scrollbar {
  width: 7px
}

.body-white::-webkit-scrollbar-track {
  background-color: #fff
}

.body-white::-webkit-scrollbar-thumb {
  border-radius: 5px;
  background-color: #1f1c1c
}

.body-white .header {
  background-color: #f8f8f8
}

.body-white .header__list li a {
  color: #1f1c1c;
  font-weight: 600
}

.body-white .header__list li a:hover {
  color: #c60b3c
}

.body-white .header__tel {
  color: #1f1c1c
}

.body-white .header__tel:hover {
  color: #c60b3c
}

.body-white .header__options svg path {
  fill: #1f1c1c
}

.body-white .header__options .header__favourite path {
  fill: none;
  stroke: #1f1c1c
}

.body-white .header__options .header__favourite:hover path {
  stroke: #c60b3c
}

.body-white .sales {
  margin-bottom: 110px
}

.body-white .sales .sales__content {
  background-color: #1f1c1c
}

.body-white .footer {
  background-color: #f1f1f1
}

.body-white .footer .cell-footer__title {
  color: #1f1c1c
}

.body-white .footer .cell-footer__list li a {
  color: #1f1c1c
}

.body-white .footer .cell-footer__list li a:hover {
  color: #c60b3c
}

.body-white .footer__copyright {
  color: #1f1c1c
}

.body-white .footer__policy {
  color: #1f1c1c
}

.body-white .footer__policy:hover {
  color: #c60b3c
}

.body-white .subfooter a {
  color: #1f1c1c
}

.body-white .subfooter a:hover {
  color: #c60b3c
}

.body-white .textTitle__title {
  color: #1f1c1c
}

.body-white .social-footer__link svg path {
  fill: #1f1c1c
}

.body-white .recently__title {
  color: #1f1c1c
}

.body-white .functional {
  margin-bottom: 110px
}

.body-white .functional .functional__content {
  background-color: #1f1c1c
}

.body-white .functional .functional__title {
  color: #fff
}

.body-white .functional .functional__section {
  color: #312d2d
}

.body-white .functional .functional__item-title {
  color: #312d2d
}

.body-white .functional .functional__description {
  color: #fff
}

.body-white .textTitle__content {
  padding-top: 100px
}

.body-white .h3 {
  color: #1f1c1c
}

.label-archive {
  max-width: 130px
}

.warning-fields {
  color: #c60b3c;
  font-size: 16px;
  font-weight: 700
}

.no-active-map {
  width: 100%;
  height: 100%;
  opacity: .5;
  position: absolute;
  z-index: 999;
  top: 0;
  left: 0;
  background-color: #fff
}

.powercalc-error-text {
  font-size: 13px;
  line-height: 1.4;
  color: #c60b3c;
  margin-bottom: 5px
}

.popup-buy-shops {
  width: 850px
}

.popup-buy-shops .popup__close {
  position: relative
}

.modalRequest__tabs {
  padding: 0 0 0 60px;
  display: flex
}

.modalRequest__tabs .modalRequest__tab {
  display: inline-block;
  padding: 8px 20px;
  font-size: 14px;
  line-height: 28px;
  background: #f4f4f4;
  text-transform: uppercase;
  font-style: normal;
  font-weight: 500;
  cursor: pointer
}

.modalRequest__tabs .modalRequest__tab.active {
  background: #c60b3c;
  color: #fff
}

.modalRequest__tabs_content {
  border-top: 1px solid #e7e6e6;
  background: #f4f4f4
}

.modalRequest__tabs_content .modalRequest__tab_content {
  display: none
}

.modalRequest__tabs_content .modalRequest__tab_content.active {
  display: block
}

.popup-buy-shops .modalRequest__title {
  font-size: 32px;
  line-height: 28px;
  margin: 37px 0 37px 60px
}

.popup-buy-shops .prod-item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  min-height: 96px;
  padding: 0 35px 0 60px;
  box-shadow: 0px 5px 15px rgba(28, 29, 31, .1)
}

.popup-buy-shops .prod-item .prod-name {
  margin-left: 15px;
  margin-right: 15px;
  font-weight: 700;
  font-size: 14px;
  line-height: 28px
}

.popup-buy-shops .prod-item .prod-name .prod-price {
  display: none
}

.popup-buy-shops .prod-item .prod-price {
  font-weight: 700;
  font-size: 20px;
  line-height: 28px;
  text-transform: uppercase
}

.popup-buy-shops .shops-items {
  padding: 20px 60px 30px
}

.popup-buy-shops .shops-items .shop-item-wrap {
  display: flex;
  flex-wrap: wrap
}

.popup-buy-shops .shop-item-wrap .shop-item {
  display: flex;
  width: 229px;
  height: 140px;
  background-color: #fff;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  justify-content: space-evenly;
}

.popup-buy-shops .shop-item-wrap .shop-item .shop-name {
  font-weight: 400;
  font-size: 14px;
  line-height: 28px
}

.popup-buy-shops .shop-item-wrap .shop-item .shop-logo {
  width: 134px;
  height: 40px;
  margin-top: 10px
}

.popup-buy-shops .shop-item-wrap .shop-item .shop-link {
  font-weight: 700;
  font-size: 18px;
  line-height: 28px;
  margin-top: 15px
}

.popup-buy-shops .shop-item-wrap .shop-item .shop-link .shop-link-card__icon {
  margin-left: 5px
}

@media screen and (min-width: 768px) {
  .popup-buy-shops .shop-item-wrap .shop-item:not(:nth-child(3n)) {
    margin: 0 10px 10px 0
  }
  
  .catalog-item__guarantee-icon {
    position: absolute;
    right: 5%;
  }
}

@media screen and (max-width: 899px) {
  .popup-buy-shops {
    width: 768px
  }

  .popup__table.buy-shop-product {
    padding: 40px 0
  }

  .popup-buy-shops .shop-item-wrap .shop-item {
    width: 227px
  }

  .popup-buy-shops .prod-item {
    padding: 0 35px 0 32px
  }

  .popup-buy-shops .shops-items {
    padding: 20px 32px 30px
  }

  .modalRequest__tabs {
    padding: 0 0 0 32px
  }
}

@media screen and (max-width: 767px) {
  .popup-buy-shops {
    width: 320px
  }

  .popup__table.buy-shop-product {
    padding: 40px 0;
    max-width: 320px;
    margin: 0 auto
  }

  .popup-buy-shops .modalRequest__title {
    margin: 25px 0 25px 16px;
    font-size: 28px;
    line-height: 28px
  }

  .modalRequest__tabs .modalRequest__tab {
    padding: 8px 14px;
    font-size: 11px;
    line-height: 28px
  }

  .popup-buy-shops .prod-item {
    padding: 0 16px
  }

  .popup-buy-shops .prod-item .prod-name {
    font-size: 12px;
    line-height: 16px
  }

  .popup-buy-shops .prod-item .prod-logo {
    width: 42px;
    height: 42px
  }

  .popup-buy-shops .prod-item .prod-name .prod-price {
    display: block;
    font-weight: 700;
    font-size: 16px;
    line-height: 28px;
    margin-top: 10px
  }

  .popup-buy-shops .prod-item .prod-price.right-price {
    display: none
  }

  .popup-buy-shops .shop-item-wrap .shop-item {
    width: 139px;
    height: 115px
  }

  .popup-buy-shops .shop-item-wrap .shop-item:not(:nth-child(2n)) {
    margin: 0 10px 10px 0
  }

  .popup-buy-shops .shops-items {
    padding: 20px 16px 30px
  }

  .modalRequest__tabs {
    padding: 0 0 0 16px
  }

  .popup-buy-shops .shop-item-wrap .shop-item .shop-logo {
    width: 85px;
    height: 30px
  }

  .popup-buy-shops .shop-item-wrap .shop-item .shop-name {
    font-size: 12px
  }

  .popup-buy-shops .shop-item-wrap .shop-item .shop-link {
    font-size: 16px;
    margin-top: 10px
  }
}

.offline-items .cards-search {
  margin-top: 0;
  margin-bottom: 0;
  position: absolute;
  top: 0;
  left: 0;
  width: 306px;
  height: 100%;
  z-index: 10;
  overflow: auto
}

.offline-items .cards-search__slider {
  height: 100%
}

.offline-items .cards-search::-webkit-scrollbar {
  width: 6px;
  height: 6px;
  background-color: #fff
}

.offline-items .cards-search::-webkit-scrollbar-thumb {
  background-color: #c4c4c4;
  width: 6px;
  height: 155px
}

.offline-items .cards-search-additionally {
  height: 100%;
  z-index: 15;
  padding: 30px 30px 0 35px;
  background: #fff
}

.cards-search-additionally .to-back {
  cursor: pointer;
  font-weight: 600;
  font-size: 12px;
  line-height: 28px;
  text-transform: uppercase;
  padding: 0 0 25px 50px;
  position: relative
}

.cards-search-additionally .to-back:before {
  content: "";
  position: absolute;
  background: url("/local/dev/mockup/css/../img/arrow-left.png") no-repeat;
  width: 8px;
  height: 12px;
  top: 7px;
  left: 35px
}

.offline-items .cards-search__item-inner {
  position: relative
}

.cards-search__item_ {
  cursor: pointer;
  position: relative;
  padding: 30px 30px 0 25px;
  background: #fff
}

.cards-search__item_.cards-search__item--active {
  box-shadow: 0px 5px 15px rgba(28, 29, 31, .1);
  z-index: 1
}

.cards-search__item-inner_ {
  position: relative;
  overflow: hidden;
  height: 100%;
  width: 100%;
  padding: 0 0 25px 35px
}

.cards-search__item-inner_:not(.cards-item-inner-additionally):before {
  content: "";
  position: absolute;
  background: url("/local/dev/mockup/css/../img/map_marker 2.png") no-repeat;
  width: 25px;
  height: 30px;
  top: 0;
  left: 0
}

.cards-search__item_:not(.cards-search__item--active) .cards-search__item-inner_:after {
  content: "";
  position: absolute;
  width: 90%;
  border-bottom: 1px solid #e7e6e6;
  bottom: 0;
  left: 0
}

.search__ttl {
  padding-right: 20px;
  color: #1f1c1c;
  font-weight: 700;
  font-size: 16px;
  line-height: 28px;
  text-transform: uppercase
}

.cards-search__addr {
  margin-bottom: 7px;
  font-size: 16px;
  line-height: 20px;
  font-weight: 400;
  color: #a7a7a7
}

.cards-item-inner-additionally .cards-search__addr {
  position: relative;
  padding-left: 0
}

.cards-item-inner-additionally .cards-search__addr:before {
  content: "";
  position: absolute;
  background: url("/local/dev/mockup/css/../img/map_marker 2.png") no-repeat;
  width: 25px;
  height: 30px;
  top: 0;
  left: -35px
}

.cards-item-inner-additionally .cards-search__ttl {
  font-weight: 700;
  font-size: 20px;
  line-height: 25px
}

.cards-item-inner-additionally .cards-search__link {
  font-weight: 700;
  font-size: 16px;
  line-height: 22px;
  color: #c60b3c;
  margin-bottom: 10px
}

.cards-item-inner-additionally .cards-search__tels {
  position: relative;
  margin-bottom: 20px
}

.cards-search__item-inner_.cards-item-inner-additionally .cards-search__tels:before {
  content: "";
  position: absolute;
  background: url("/local/dev/mockup/css/../img/phone-map-red.png") no-repeat;
  width: 16px;
  height: 16px;
  top: 0;
  left: -35px
}

.cards-item-inner-additionally .cards-search__phone {
  font-weight: 700;
  font-size: 18px;
  line-height: 20px;
  padding-left: 0
}

.cards-item-inner-additionally hr {
  margin-bottom: 20px;
  height: 1px;
  background-color: #e7e6e6;
  width: 100%;
  display: block;
  margin-left: -30px
}

.cards-search__phone {
  display: flex;
  justify-self: start;
  width: max-content;
  font-size: 16px;
  line-height: 28px;
  font-weight: 400;
  color: #1f1c1c;
  margin-bottom: 6px;
  position: relative;
  padding-left: 20px
}

.cards-search__item-inner_:not(.cards-item-inner-additionally) .cards-search__phone:before {
  content: "";
  position: absolute;
  background: url("/local/dev/mockup/css/../img/phone-map.png") no-repeat;
  width: 13px;
  height: 13px;
  top: 7px;
  left: 0
}

.cards-search__show-in-map {
  font-weight: 600;
  font-size: 16px;
  line-height: 28px;
  color: #1f1c1c;
  position: relative;
  padding-right: 25px;
  display: inline-block
}

.cards-search__show-in-map:after {
  content: "";
  position: absolute;
  background: url("/local/dev/mockup/css/../img/arrow-right.png") no-repeat;
  width: 16px;
  height: 14px;
  top: 8px;
  right: 0
}

.cards-search__schedule-ttl {
  font-weight: 600;
  font-size: 14px;
  line-height: 28px
}

.cards-search__schedule-p {
  display: grid;
  grid-gap: 3px;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  color: #a7a7a7;
  margin-bottom: 5px
}

.cards-search__ttl {
  font-size: 16px;
  line-height: 28px;
  font-weight: 700;
  padding-right: 20px;
  text-transform: uppercase;
  color: #1f1c1c
}

.balloon-shop-name {
  font-weight: 700;
  font-size: 16px;
  line-height: 28px;
  margin-bottom: 8px
}

.balloon-address {
  position: relative;
  font-weight: 400;
  font-size: 16px;
  line-height: 20px;
  padding: 0 0 10px 35px;
  max-width: 265px;
  min-height: 30px
}

.balloon-address:before {
  content: "";
  position: absolute;
  background: url("/local/dev/mockup/css/../img/map_marker 2.png") no-repeat;
  width: 25px;
  height: 30px;
  top: 0;
  left: 0
}

.hidden {
  display: none
}

.offline-items .map {
  margin-bottom: 0
}

@media screen and (max-width: 767px) {
  .offline-items .wrapper {
    padding: 0
  }

  .offline-items .map {
    margin-bottom: 0;
    height: 450px
  }

  .offline-items .cards-search::-webkit-scrollbar {
    width: 3px
  }

  .offline-items .cards-search::-webkit-scrollbar-thumb {
    width: 3px;
    height: 55px
  }

  .offline-items .cards-search {
    bottom: 0;
    top: auto;
    width: 100%;
    height: 300px
  }

  .cards-search__item_ {
    padding: 30px 20px 0
  }

  .cards-search__item-inner_ {
    padding: 0 0 15px 25px
  }

  .cards-search__top, .cards-search__addr, .cards-search__phone {
    margin-bottom: 0
  }

  .cards-item-inner-additionally.cards-search__item-inner_ {
    padding: 0 0 15px 5px
  }

  .cards-item-inner-additionally .cards-search__ttl {
    font-size: 18px;
    line-height: 25px
  }

  .cards-search__ttl {
    font-size: 14px;
    line-height: 28px
  }

  .cards-search__item-inner_:not(.cards-item-inner-additionally):before {
    width: 16px;
    height: 20px;
    background-size: cover;
    top: 3px
  }

  .cards-search__addr {
    font-size: 14px;
    line-height: 20px
  }

  .cards-search__phone {
    font-size: 14px;
    line-height: 28px
  }

  .cards-search__schedule-ttl {
    font-size: 12px;
    line-height: 28px
  }

  .cards-search__schedule-p {
    font-size: 12px;
    line-height: 18px;
    margin-bottom: 2px
  }

  .cards-search__show-in-map {
    font-size: 14px;
    line-height: 28px
  }

  .offline-items .cards-search-additionally {
    padding: 10px 10px 0
  }

  .cards-search-additionally .to-back {
    color: #a7a7a7;
    padding: 0 0 20px 20px
  }

  .cards-search-additionally .to-back:before {
    background: url("/local/dev/mockup/css/../img/arrow-left-gray.png") no-repeat;
    left: 5px
  }

  .cards-item-inner-additionally .cards-search__link {
    margin-bottom: 5px;
    font-size: 14px;
    line-height: 22px
  }

  .cards-item-inner-additionally hr {
    margin-bottom: 17px;
    margin-left: 0
  }

  .cards-item-inner-additionally .cards-search__tels {
    margin-bottom: 7px
  }

  .cards-item-inner-additionally .cards-search__phone {
    font-size: 16px;
    padding-left: 30px;
    margin-bottom: 6px
  }

  .cards-search__item-inner_.cards-item-inner-additionally .cards-search__tels:before {
    width: 14px;
    height: 14px;
    top: 2px;
    left: 0;
    background-size: contain
  }

  .cards-item-inner-additionally .cards-search__addr {
    color: #1f1c1c;
    margin-bottom: 20px;
    padding-left: 30px
  }

  .cards-item-inner-additionally .cards-search__addr:before {
    width: 15px;
    height: 19px;
    top: 3px;
    left: 0;
    background-size: contain
  }

  .cards-item-inner-additionally .cards-search__schedule-p {
    padding-left: 30px
  }
}

.popup-geo {
  position: absolute;
  background: #fff;
  width: 440px;
  height: 220px;
  top: 25px;
  z-index: 15;
  box-shadow: 0px 5px 15px rgba(28, 29, 31, .1);
  padding: 47px 68px 37px;
  left: 50%;
  margin-left: -220px
}

.popup-geo .popup-geo-mess {
  padding-bottom: 30px;
  font-weight: 700;
  font-size: 16px;
  line-height: 22px;
  font-family: "Manrope";
  font-style: normal;
  display: flex;
  align-items: center;
  text-align: center
}

.menu__content .menu__left .contacts__request.request-contacts, .menu__content .menu__left .menu-select-city {
  display: none
}

.popup-geo .popup-geo-buttons {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center
}

.popup-geo .btn {
  padding: 6px 20px;
  font-weight: 700;
  font-size: 16px;
  line-height: 28px;
  cursor: pointer;
  width: 190px;
  text-align: center
}

.popup-geo .popup-geo-ok {
  color: #fff;
  background: #c60b3c;
  border: 1px solid #c60b3c
}

.popup-geo .popup-geo-cancel {
  background: #fff;
  border: 1px solid #fff
}

.popup-geo .popup-geo-cancel:hover {
  border: 1px solid #c60b3c
}

.cell-footer__title-wrap svg {
  width: 17px;

  stroke: #fff;
  stroke-width: 1.5;
  display: none;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
}

.body-white .footer .cell-footer__title-wrap svg {
  stroke: #1F1C1C;
}

.subfooter-hide, .footer-hide .footer__cell, .footer-hide .social-footer, .footer__mail, .footer__job-wrap {
  display: none;
}

.footer-hide .footer__mail, .footer__phone {
  display: inline-block;
  color: #1F1C1C;
  font: 700 16px/22px "Manrope", sans-serif;
  transition: .3s;
}

.footer-hide .footer__mail:hover, .footer__phone:hover {
  color: #c60b3c;
}

.footer-hide .footer__job-wrap {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-end;
}

.footer__time-job {
  text-transform: uppercase;
  color: #A7A7A7;
  font: 700 12px/16px "Manrope", sans-serif;
  display: inline-block;
  margin-top: 7px;
}

.footer-hide .footer-bottom {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

@media screen and (max-width: 767px) {
  .popup-geo {
    width: 288px;
    height: 260px;
    left: 50%;
    margin-left: -144px;
    padding: 31px 40px 31px 35px
  }

  .popup-geo .popup-geo-mess {
    font-size: 14px;
    line-height: 19px
  }

  .popup-geo .popup-geo-buttons {
    flex-direction: column
  }

  .popup-geo .btn {
    padding: 4px 20px;
    width: 213px;
    font-size: 14px
  }

  .menu__content .menu__left .contacts__request.request-contacts {
    display: block;
    margin-top: 0px;
    margin-bottom: 22px;
  }

  .menu__content .menu__left .menu-select-city {
    display: block
  }

  .cell-footer__title-wrap.hidde + .cell-footer__list {
		height: 0;
		overflow: hidden;
	}

  .cell-footer__title-wrap.open + .cell-footer__list {
    height: max-content;
  }

  .cell-footer__title-wrap {
    padding-right: 20px;
    position: relative;
    cursor: pointer;
  }

  .cell-footer__title-wrap svg {
    display: block;
  }

  .cell-footer__title-wrap svg path {
    transition: .3s;
  }

  .cell-footer__title-wrap.open svg path:last-child {
    opacity: 0;
  }

  .footer-hide {
    display: none;
  }
}

body .b24-widget-button-position-bottom-right {
  right: 12px;
  bottom: 15px;
}

body .page-up {
  right: 20px;
  bottom: 200px;
}

@media only screen and (hover: none) and (pointer: coarse){
  body .page-up {
    bottom: 90px;
  }
}

@media screen and (max-width: 390px) {
  .catalog-item__subtitle {
    padding-right: 0px;
  }

  .catalog-item__compare.js-compare {
    width: 20px;
  }
}

@media screen and (max-width: 310px) {
  .catalog-item__subtitle {
    font-size: 10px;
  }
}

.mfp-container .modal {
  display: block;
}
.grecaptcha-badge {
    visibility: hidden;
}

#basket-root.no-visible .basket-coupon-section {
  display: none;
}

@media screen and (max-width: 600px) {
  .slider-cheaper__item {
    max-width: 100%;
  }

  .slider-cheaper-wrap {
    width: 100%;
  }

  .slider-cheaper {
    width: calc(100vw - 60px);
    margin-bottom: 32px;
  }

  .slider-cheaper__btn-more {
    font-weight: bold;
    padding: 0;
  }

  .slider-cheaper__list {
    flex-wrap: nowrap;
    width: auto;
  }

  .slider-cheaper__pagination {
    display: flex;
  }

  .slider-cheaper__prev, .slider-cheaper__next {
    display: none;
  }
  
  .sale-products-gift .catalog-item__bottom-options .options-wrap {
    flex-direction: column;
  }

  .sale-products-gift .add-product-to-basket.section-prod {
    width: 100%;
  }
}
/* End */


/* Start:/local/dev/mockup/css/custom.css?177511671550919*/
@media screen and (min-width:1281px){
    .card__content:hover .info-card__options {
        opacity: 1;
        pointer-events: auto;
    }
    .catalog-grid__item:hover .catalog-item__options {
        opacity: 1;
        pointer-events: auto;
    }
}
@media screen and (max-width:1280px){
    .card__content .info-card__options {
        opacity: 1;
        pointer-events: auto;
    }
    .catalog-grid__item .catalog-item__options {
        opacity: 1;
        pointer-events: auto;
    }
}

.bx-touch .card__content .info-card__options, .bx-touch .catalog-grid__item .catalog-item__options{
    opacity: 1;
    display: grid;
    pointer-events: auto;
}
.g-recaptcha > div {
    margin: 16px auto;
}
.modal-callback__form .recaptcha__wrap {
    display: flex;
    justify-content: center;
    max-width: 960px;
}
.modal-callback__form .recaptcha__wrap .g-recaptcha>div {
    margin: 16px;
}
.modal-callback__form .recaptcha__wrap .g-recaptcha.g-recaptcha-error {
    border: 2px solid #e03127;
    margin-bottom: 5px;
}
.js-add2favorite{
    display: none;
}
.header__options-mobile {
    display: none;
}
.header__compare {
    display: block;
    position: relative;
}
.header__compare.active:after {
    content: '';
    background: #c60b3c;
    border: 1px solid #f4f4f4;
    width: 14px;
    height: 14px;
    position: absolute;
    top: -8px;
    left: 25px;
    border-radius: 50%;
}
.popup.popup-compare {
    overflow-x: auto;
    overflow-y: auto;
    height: auto;
    background: none;
    transition: none;
    z-index: 99999;
}
.popup-compare .popup__overlay{
    display: none;
}
.popup-compare .popup__table{
    width: 100%;
    height: auto;
    padding: 0;
    color: #1f1c1c;
}
.popup-compare .popup__block {
    box-shadow: 0 5px 15px rgba(28, 29, 31, 0.1);
    margin: 0 0 20px 0;
    width: 100%;
}
.popup-compare .popup-buy-shops {
    max-width: 1100px;
    width: 100%;
}
.popup-compare .popup-buy-shops .prod-item{
    box-shadow: none;
    justify-content: space-evenly;
    padding: 7px 35px 7px 60px;
}
.popup-compare .mess-text {
    font-weight: 700;
    font-size: 18px;
    line-height: 22px;
    text-transform: uppercase;
    margin-bottom: 6px;
}
.popup-compare .link-action {
    font-weight: 700;
    font-size: 14px;
    line-height: 16px;
    color: #c60b3c;
    cursor: pointer;
}
.popup-compare .prod-wrap{
    margin-left: 46px;
    margin-right: 15px;
    flex-basis: 60%;
}
.popup-compare .popup-buy-shops .prod-item .prod-logo {
    width: 75px;
    height: 75px;
}
.popup-compare .popup-buy-shops .prod-item .prod-name{
    margin-left: 0;
    margin-right: 0;
}
.popup-compare .popup-buy-shops .prod-item .prod-price{
    flex-basis: 20%;
}
.popup-compare .popup-buy-shops .popup__close {
    flex-basis: 10%;
}
.popup-compare .arrow_icon {
    transition: .2s;
    margin-left: 10px;
}


@media screen and (max-width: 1000px){
    .popup-compare .popup-buy-shops .prod-item .prod-price {
        text-align: center;
    }
}
@media screen and (max-width: 768px){
    
    .popup-compare .popup-buy-shops .prod-item {
        padding: 7px 30px 7px 30px;
    }
    .popup-compare .popup-buy-shops .prod-item .prod-logo {
        width: 75px;
        height: 75px;
    }
    .popup-compare .prod-wrap {
        margin-left: 32px;
        flex-basis: 90%;
    }

    .popup-compare .popup-buy-shops .prod-item .prod-name {
        font-size: 14px;
        line-height: 18px;
    }
    .popup-compare .popup-buy-shops .prod-item .prod-price {
        text-align: left;
    }
    .popup-compare .popup-buy-shops .prod-item .prod-name .prod-price {
        font-size: 20px;
        line-height: 28px;
    }
    .popup-compare .popup-buy-shops .popup__close {
        flex-basis: 5%;
    }
}
@media screen and (max-width: 650px){
    .popup-compare .popup-buy-shops .prod-item {
        padding: 7px 15px 7px 15px;
    }
    .popup-compare .prod-wrap {
        margin-left: 15px;
        flex-basis: 90%;
    }
}
@media screen and (max-width: 470px){
    .popup-compare .popup-buy-shops .prod-item {
        padding: 7px 12px 7px 12px;
    }
    .popup-compare .prod-wrap {
        margin-left: 12px;
        flex-basis: 90%;
    }
    .popup-compare .popup-buy-shops .prod-item .prod-logo {
        width: 45px;
        height: 45px;
    }
    .popup-compare .mess-text {
        font-size: 12px;
        line-height: 15px;
    }
    .popup-compare .popup-buy-shops .prod-item .prod-name {
        font-size: 8px;
        line-height: 10px;
    }
    .popup-compare .popup-buy-shops .prod-item .prod-name .prod-price {
        display: none;
    }
    .popup-compare .link-action {
        font-size: 10px;
        line-height: 13px;
    }
    .popup-compare .mess-text {
        margin-bottom: 4px;
    }
    .header__compare {
		display: block;
		margin-left: 0;
	}
    .header__options-mobile {
        display: flex;
        justify-content: space-between;
        margin-top: 5px;
    }
    .header__options-mobile .header__compare {
        margin-left: 0;
        display: flex;
        align-items: center;
		display: none;
    }
    .header__options-mobile .header__compare span{
        font-weight: 700;
        font-size: 14px;
        line-height: 18px;
        margin-left: 18px;
    }
    
    .body-white .header__options-mobile svg path {
        fill: #1f1c1c;
    }
    .header__options-mobile a svg path, .header__options-mobile div svg path {
        transition: .4s;
    }
}

.crumbs-compare .crumbs__wrapper{
    padding-left: 0;
}
.wrapper .compare__title,
.wrapper .compare-tab-content{
    color: #1f1c1c
}
.wrapper .compare__title{
    font-weight: 700;
    font-size: 42px;
    line-height: 56px;
    margin: 20px 0 35px;
}
.compare-empty{
    margin: 30px 0 70px;
    text-align: center;
}
.compare-empty .compare-ttl{
    font-size: 28px;
    line-height: 35px;
    margin-bottom: 20px;
    font-weight: 700;
}
.compare-empty .compare-add-whith{
    font-weight: 400;
    font-size: 16px;
    line-height: 25px;
    margin-bottom: 20px;
}
.compare-empty .compare-add-whith svg{
    margin-left: 10px;
}
.compare-empty .compare-catalog-link {
    font-weight: 700;
    font-size: 16px;
    line-height: 22px;
    color: #1f1c1c;
    border: 1.5px solid #1f1c1c;
    padding: 9px;
    width: 90%;
    max-width: 720px;
    display: inline-block;
    border-radius: 2px;
}

.categorySlider.compare .categorySlider__slide {
    cursor: pointer;
    padding-bottom: 21px;
}
.categorySlider.compare .categorySlider__slide.active{
    padding-bottom: 18px;
    border-bottom: 3px solid #c60b3c;
}

.categorySlider.compare .categorySlider__slide:after{
    display: none;
}

.categorySlider.compare .categorySlider__text {
    
}
.categorySlider.compare .categorySlider__text .item-count{
    color: #a7a7a7;
    margin-left: 5px;
}

.categorySlider.compare .categorySlider__slide.active .categorySlider__text,
.categorySlider.compare .categorySlider__slide:hover .categorySlider__text{
    color: #1f1c1c;
}

.compare-tab-content{
    display: none;
}
.compare-tab-content.active{
    display: block;
}

.js-compare svg path{
    fill: #1f1c1c;
}
.js-compare svg rect{
    stroke: #1f1c1c;
}

.js-compare:hover svg path{
    fill: #c60b3c;
}
.js-compare:hover svg rect{
    stroke: #c60b3c;
}
.js-compare.catalog-item__compare--active svg rect{
    stroke: #c60b3c;
}

.catalog-item__compare--active svg path,
.catalog-item__compare--active svg rect {
    fill: #c60b3c;
    stroke: #c60b3c;
}

.categorySlider.compare .categorySlider__slide.active .categorySlider__icon svg path,
.categorySlider.compare .categorySlider__slide:hover .categorySlider__icon svg path{
    fill: #1f1c1c;
}
.categorySlider.compare .swiper-button-prev svg circle,
.categorySlider.compare .swiper-button-next svg circle {
    stroke: #c60b3c;
}
.categorySlider.compare .swiper-button-prev svg path,
.categorySlider.compare .swiper-button-next svg path {
    fill: #c60b3c;
}

.categorySlider.compare .categorySlider__content {
    position: relative;
    padding-right: 70px;
    padding-left: 70px;
    border-bottom: 1px solid #dedede;
}
.categorySlider.compare .categorySlider__content.no-navigation {
    padding-right: 20px;
    padding-left: 20px;
}

.categorySlider.compare .swiper-button-next,
.categorySlider.compare .swiper-button-prev {
    width: 42px;
    height: 42px;
    border-radius: 50%;
    background-color: #f8f8f8;
    right: 1px;
}

.categorySlider.compare .swiper-button-prev:hover svg path,
.categorySlider.compare .swiper-button-next:hover svg path {
    fill: #c60b3c;
    stroke: #c60b3c;
}
.categorySlider.compare .swiper-button-disabled,
.categorySlider.compare  .swiper-button-disabled {
    filter: grayscale(1);
}


.add-product-to-basket {
    padding: 0 16px;
    background: #c60b3c;
    width: 100%;
    max-width: 320px;
    height: 40px;
    font-weight: 600;
    font-size: 16px;
    line-height: 40px;
    text-align: center;
    letter-spacing: .02em;
    text-transform: uppercase;
    color: #fff;
    cursor: pointer;
}
.add-product-to-basket.on-order,
.add-product-to-basket.eol {
    max-width: 100%;
    margin-top: unset;
    cursor: default;
    background: #e3e3e3;
    color: #272424;
}
.info-card .add-product-to-basket {
    display: block;
}
.add-product-to-basket.buy_onclick{
    background: #1f1c1c;
}
@media screen and (min-width: 1025px){
    .info-card .add-product-to-basket:not(.eol) {
        max-width: 200px;
    }
}
@media screen and (max-width: 768px){
    .info-card .action-product-to-basket-wrap {
        display: grid;
        grid-gap: 20px;
    }

    .info-card .action-product-to-basket-wrap .action-product-to-basket-btns {
        order: 1;
    }
}

.add-product-to-basket.section-prod {
    display: inline-block;
    width: auto;
    height: 30px;
    font-size: 14px;
    line-height: 30px;
    color: #fff;
}
a.add-product-to-basket:hover{
    color: #fff;
}
a.header-basket-icon{
    color: #000;
    margin-left: 30px;
    position: relative;
}
@media screen and (max-width: 470px){
    a.header-basket-icon{
        margin-left: 0px;
    }
    .header__options {
        grid-gap: 15px;
    }
}
@media screen and (max-width: 360px){
    .header__options {
        grid-gap: 7px;
    }
}
.header__options a.header-basket-icon svg path {
    stroke: #fff;
}
.body-white .header__options a.header-basket-icon svg path {
    stroke: #1f1c1c;
}
.body-white .header__options a.header-basket-icon svg path {
    fill: inherit;
}
.header__options a.header-basket-icon:hover svg path {
    stroke: #c60b3c;
}

.header-basket-icon span {
    position: absolute;
    width: 19px;
    height: 20px;
    left: 15px;
    top: -7px;
    background: #C50034;
    border-radius: 100px;
    font-weight: 700;
    font-size: 11px;
    line-height: 20px;
    color: #fff;
    text-align: center;
}





.menu__mobile_links {
    margin: 20px 0;
}
.menu__mobile_links p {
    margin: 22px 0;
}
.menu__mobile_links p a {
    display: flex;
    align-items: center;
}
.menu__mobile_links p a:hover {
    color: #c60b3c;
}
.menu__mobile_links p a i {
    width: 25px;
    margin: 0 15px 0 0;
}
.menu__mobile_links p a i svg {
    display: block;
    margin: 0 auto;
}
.menu__mobile_links p a:hover i svg path {
    fill: #c60b3c;
    color: #c60b3c;
}
.menu__mobile_links p a span {
    font-size: 16px;
    font-weight: 500;
}

.articles__title {
}
.body-white .articles__title, .body-white .filter-acticles__label, .body-white .item-articles__title, .body-white .textTitle-article__title, .body-white .article__justBlock h2, .body-white .article__justBlock h3 {
    color: #1f1c1c;
}
.body-white .article__justBlock h2, .body-white .article__justBlock h3 {
    max-width: 1073px;
    margin: 1em 0 .8em;
}
.body-white .acticles__item {
    padding: 27px 31px;
    background: #fff;
}
.body-white .item-articles__image img {
    object-fit: contain;
}
.article__justBlock ul, .article__justBlock ol {
    max-width: 1073px;
    padding: 0 0 0 127px;
    font-size: 14px;
    line-height: 22px;
    font-weight: 600;
    margin: 0 0 20px;
}
.article__justBlock ol li {
    margin: 0 0 0 22px;
}
@media screen and (max-width: 1420px){
    .article__justBlock ul, .article__justBlock ol {
        padding: 0 0 0 30px;
    }
}
@media screen and (max-width: 767px){
    .article__justBlock ul, .article__justBlock ol {
        padding: 0 0 0 16px;
    }
    .article__justBlock p {
        margin: 0 0 20px;
    }
}


.cabinet-tabs {
    display: flex;
    max-width: 1150px;
    gap: 16px;
    margin: 10px 0 30px;
}
.cabinet-tabs a {
    flex: 1;
    height: 150px;
    padding: 21px;
    background: #1f1c1c;
    font-size: 28px;
    line-height: 1.2;
    font-weight: 700;
    color: #fff;
}
.cabinet-tabs a.a {
    background: #c50034;
}

.cabinet {
    max-width: 1150px;
}
.cabinet .personal-data {
}
.cabinet .personal-data > form, .cabinet .personal-data > section {
    display: flex;
    flex-wrap: wrap;
    margin: 0 0 40px;
}
.cabinet .personal-data > form strong, .cabinet .personal-data > section strong {
    width: 100%;
    font-size: 18px;
    font-weight: 600;
    margin: 0 0 1em;
}
.cabinet .personal-data > form aside, .cabinet .personal-data > section aside {
    width: 386px;
    margin: 0 18px 0 0;
    position: relative;
}
.cabinet .personal-data > form aside.three, .cabinet .personal-data > section aside.three {
    display: flex;
    gap: 18px;
}
.cabinet .personal-data > form aside.three div, .cabinet .personal-data > section aside.three div {
    position: relative;
}
.cabinet .personal-data > form aside label, .cabinet .personal-data > section aside label {
    display: block;
    font-size: 14px;
    font-weight: 700;
    margin: 0 0 10px;
}
.cabinet .personal-data > form aside > i,
.cabinet .personal-data > form aside div > i,
.cabinet .personal-data > section aside > i,
.cabinet .personal-data > section aside form > i,
.auth-popup-block .input-block > i,
.check-popup form .input-block > i {
    position: absolute;
    top: 13px;
    right: 20px;
    width: 24px;
    height: 24px;
    background: #272424;
    border-radius: 50%;
    cursor: pointer;
    z-index: 330;
    opacity: 0;
    pointer-events: none;
    transform: rotate(-30deg) scale(.8);
    transition: all .5s;
}
.cabinet .personal-data > form aside label+i,
.cabinet .personal-data > section aside label+i,
.auth-popup-block .input-block label+i,
.check-popup form .input-block label+i {
    top: 47px;
}
.cabinet .personal-data > form aside > i:before, .cabinet .personal-data > form aside > i:after,
.cabinet .personal-data > form aside div > i:before, .cabinet .personal-data > form aside div > i:after,
.cabinet .personal-data > section aside > i:before, .cabinet .personal-data > section aside > i:after,
.cabinet .personal-data > section aside div > i:before, .cabinet .personal-data > section aside div > i:after,
.cabinet .personal-data > section aside form > i:before, .cabinet .personal-data > section aside form > i:after,
.auth-popup-block .input-block > i:before, .auth-popup-block .input-block > i:after,
.check-popup form .input-block > i:before, .check-popup form .input-block > i:after {
    content: '';
    width: 12px;
    height: 2px;
    background: #fff;
    position: absolute;
    top: 11px;
    left: 6px;
}
.cabinet .personal-data > form aside > i:before,
.cabinet .personal-data > form aside div > i:before,
.cabinet .personal-data > section aside > i:before,
.cabinet .personal-data > section aside div > i:before,
.cabinet .personal-data > section aside form > i:before,
.auth-popup-block .input-block > i:before,
.check-popup form .input-block > i:before {
    transform: rotate(45deg);
}
.cabinet .personal-data > form aside > i:after,
.cabinet .personal-data > form aside div > i:after,
.cabinet .personal-data > section aside > i:after,
.cabinet .personal-data > section aside div > i:after,
.cabinet .personal-data > section aside form > i:after,
.auth-popup-block .input-block > i:after,
.check-popup form .input-block > i:after {
    transform: rotate(-45deg);
}
.cabinet .personal-data > form aside i.eye-show,
.cabinet .personal-data > section aside i.eye-show,
.auth-popup-block .input-block i.eye-show,
.check-popup form .input-block i.eye-show {
    top: 1px;
    right: 1px;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 68px;
    height: 48px;
    background: #fff;
    transition: none;
}
.cabinet .personal-data > form aside i.eye-show img,
.cabinet .personal-data > section aside i.eye-show img,
.auth-popup-block .input-block i.eye-show img,
.check-popup form .input-block i.eye-show img {
}
.cabinet .personal-data > form aside i.eye-show.a,
.cabinet .personal-data > section aside i.eye-show.a,
.auth-popup-block .input-block i.eye-show.a,
.check-popup form .input-block i.eye-show.a {
    border-radius: 0;
}
.cabinet .personal-data > form aside i.eye-show.s img,
.cabinet .personal-data > section aside i.eye-show.s img,
.auth-popup-block .input-block i.eye-show.s img,
.check-popup form .input-block i.eye-show.s img {
    opacity: .2;
}
.cabinet .personal-data > form aside i.eye-show:before,
.cabinet .personal-data > form aside i.eye-show:after,
.cabinet .personal-data > section aside i.eye-show:before,
.cabinet .personal-data > section aside i.eye-show:after,
.auth-popup-block .input-block i.eye-show:before,
.auth-popup-block .input-block i.eye-show:after,
.check-popup form .input-block i.eye-show:before,
.check-popup form .input-block i.eye-show:after {
    display: none;
}
.cabinet .personal-data > form aside i.a,
.cabinet .personal-data > section aside i.a,
.auth-popup-block .input-block i.a,
.check-popup form .input-block i.a {
    opacity: 1;
    pointer-events: all;
    transform: none;
}
.cabinet .personal-data > form aside input,
.cabinet .personal-data > section aside input,
.auth-popup-block .input-block input,
.check-popup form .input-block input {
    display: block;
    width: 100%;
    height: 50px;
    padding: 0 20px;
    border: 1px solid #272424;
    margin: 0 0 16px;
}
.cabinet input[type="password"]::-webkit-contacts-auto-fill-button,
.cabinet input[type="password"]::-webkit-credentials-auto-fill-button,
.auth-popup-block input[type="password"]::-webkit-contacts-auto-fill-button,
.auth-popup-block input[type="password"]::-webkit-credentials-auto-fill-button,
.check-popup form input[type="password"]::-webkit-contacts-auto-fill-button,
.check-popup form input[type="password"]::-webkit-credentials-auto-fill-button {
    visibility: hidden;
    display: none !important;
    pointer-events: none;
    height: 0;
    width: 0;
    margin: 0;
}
.cabinet .input-error,
.auth-popup-block .input-error {
    display: block;
    position: relative;
    padding: 8px 20px;
    background: #eb32230d;
    font-size: 14px;
    line-height: 1.2;
    color: #eb3223;
    margin: -16px 0 16px;
}
.cabinet .input-error.bb-error,
.auth-popup-block .input-error.bb-error {
    margin: 0 0 16px;
}
.code-error {
    display: flex;
    justify-content: center;
    margin: 0 0 -16px;
}
.cabinet .personal-data > form aside input[readonly],
.cabinet .personal-data > form aside input[disabled],
.cabinet .personal-data > section aside input[readonly],
.cabinet .personal-data > section aside input[disabled],
.auth-popup-block .input-block input[readonly],
.auth-popup-block .input-block input[disabled],
.check-popup form .input-block input[readonly],
.check-popup form .input-block input[disabled] {
    background: #dedede;
    border-color: #c2c2c2;
    color: #717171;
    cursor: not-allowed;
}
input.custom-date-input[readonly] {
    background: #fff!important;
    border-color: #272424!important;
    color: #212529!important;
    cursor: text!important;
}
.cabinet .personal-data > form aside input.error,
.cabinet .personal-data > section aside input.error,
.auth-popup-block .input-block input.error,
.check-popup form .input-block input.error {
    border-color: #eb3223;
}
.auth-popup-block input.auth-code-full.error {
    color: #eb3223;
}
.cabinet .personal-data > form aside input::placeholder,
.cabinet .personal-data > section aside input::placeholder,
.auth-popup-block .input-block input::placeholder,
.check-popup form .input-block input::placeholder {
    text-transform: uppercase;
}
.cabinet .personal-data > form hr, .cabinet .personal-data > section hr {
    width: 100%;
    height: 0;
    margin: 0;
}
.cabinet .personal-data > form aside label.agree,
.cabinet .personal-data > section aside label.agree,
.auth-popup-block label.agree,
.reviews-modal label.agree,
.check-popup form label.agree {
    display: flex;
    align-items: start;
    margin: -7px 0 12px;
}
.cabinet .personal-data > form aside label.agree input,
.cabinet .personal-data > section aside label.agree input,
.auth-popup-block label.agree input,
.check-popup form label.agree input,
.subscribe-form label.agree input {
    display: none;
}
input.kitchen_only+i,
.cabinet .personal-data > form aside label.agree input+i,
.cabinet .personal-data > section aside label.agree input+i,
.auth-popup-block label.agree input+i,
.check-popup form label.agree input+i,
.subscribe-form label.agree input+i{
    min-width: 16px;
    height: 16px;
    border: 1px solid #272424;
    margin: 0 10px 0 0;
    cursor: pointer;
}
input.kitchen_only:checked+i,
.cabinet .personal-data > form aside label.agree input:checked+i,
.cabinet .personal-data > section aside label.agree input:checked+i,
.auth-popup-block label.agree input:checked+i,
.check-popup form label.agree input:checked+i,
.subscribe-form label.agree input:checked+i {
    background: #272424;
    position: relative;
}
input.kitchen_only:checked+i:after,
.cabinet .personal-data > form aside label.agree input:checked+i:after,
.cabinet .personal-data > section aside label.agree input:checked+i:after,
.auth-popup-block label.agree input:checked+i:after,
.check-popup form label.agree input:checked+i:after,
.subscribe-form label.agree input+i:after {
    content: '';
    width: 11px;
    height: 8px;
    background: url(/local/dev/mockup/css/../img/checked.svg);
    position: absolute;
    top: 3px;
    left: 2px;
}
.cabinet .personal-data > form aside label.agree span,
.cabinet .personal-data > section aside label.agree span,
.auth-popup-block label.agree span,
.reviews-modal label.agree span,
.check-popup form label.agree span {
    font-size: 10px;
    line-height: 1.2;
    margin: -2px 0 0;
}
.cabinet .personal-data > form aside label.agree span a,
.cabinet .personal-data > section aside label.agree span a,
.auth-popup-block label.agree span a,
.reviews-modal label.agree span a,
.check-popup form label.agree span a {
    font-weight: 700;
    color: #c50034;
}
.cabinet .personal-data > form button, .cabinet .personal-data > form input[type="submit"], .cabinet .personal-data > form input[type="button"], .cabinet .personal-data > form input[type="reset"],
.cabinet .personal-data > section button, .cabinet .personal-data > section input[type="submit"], .cabinet .personal-data > section input[type="button"], .cabinet .personal-data > section input[type="reset"],
.auth-popup-block button, .auth-popup-block input[type="submit"], .auth-popup-block input[type="button"], .auth-popup-block input[type="reset"],
.check-popup form button, .auth-popup-block input[type="submit"], .check-popup form input[type="button"], .check-popup form input[type="reset"] {
    height: 50px;
    padding: 0 60px;
    background: #272424;
    border: 0;
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    color: #fff;
}
.cabinet .personal-data > form button[disabled], .cabinet .personal-data > form input[type="submit"][disabled], .cabinet .personal-data > form input[type="button"][disabled], .cabinet .personal-data > form input[type="reset"][disabled],
.cabinet .personal-data > section button[disabled], .cabinet .personal-data > section input[type="submit"][disabled], .cabinet .personal-data > section input[type="button"][disabled], .cabinet .personal-data > section input[type="reset"][disabled],
.auth-popup-block button[type="submit"][disabled], .auth-popup-block input[type="submit"][disabled], .auth-popup-block input[type="button"][disabled], .auth-popup-block input[type="reset"][disabled],
.check-popup form button[type="submit"][disabled], .check-popup form input[type="submit"][disabled], .check-popup form input[type="button"][disabled], .check-popup form input[type="reset"][disabled] {
    background: #dedede;
    border: 1px solid #c2c2c2;
    color: #717171;
    cursor: not-allowed;
}
.auth-popup-block button[type="submit"].wait, .auth-popup-block input[type="submit"].wait,
.check-popup form button[type="submit"].wait, .check-popup form input[type="submit"].wait,
.personal-data button[type="submit"].wait, .personal-data input[type="submit"].wait {
    background: url(/local/dev/mockup/css/../img/wait.gif) no-repeat 50% 50%, #dedede!important;
    font-size: 0!important;
}

.auth-popup-block .iti {
    width: 100%;
}

.auth-popup-block .iti .iti__search-input {
    display: none;
}

.auth-popup-block .iti button {
    height: 100%;
    padding: 0 0 2px 0;
    background: unset;
    font-size: unset;
    font-weight: unset;
    text-transform: unset;
    color: unset;
}

.easy-filter {
    display: inline-flex;
    vertical-align: top;
    height: 55px;
    margin: 0 0 32px;
}
.easy-filter a, #check-button {
    display: flex;
    align-items: center;
    padding: 0 16px;
    background: #fff;
    font-weight: 600;
    color: #272424;
}
.easy-filter a.a, #check-button {
    background: #272424;
    color: #fff;
}

.check-block {
    display: inline-flex;
    vertical-align: top;
    height: 55px;
    margin: 0 0 20px 30px;
    transition: all .5s;
}
.no-warranties+.check-block {
    margin: 30px 0 0;
}
#check-button {
    text-transform: uppercase;
    cursor: pointer;
}
#check-info,
.check-info {
    align-self: center;
    position: relative;
    margin: 0 0 0 16px;
    z-index: 100;
}
#check-info i {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 24px;
    height: 24px;
    border: 2px solid #1f1c1c;
    border-radius: 50%;
    cursor: pointer;
    transition: all .3s;
}
#check-info i:after {
    content: '';
    width: 2px;
    height: 14px;
    background: #1f1c1c;
    border-top: 2px solid #1f1c1c;
    box-shadow: 0 2px 0 #f8f8f8 inset;
    transition: all .3s;
}
#check-info.a i {
    border-color: #c50034;
}
#check-info.a i:after {
    background: #c50034;
    border-color: #c50034;
}
#check-info div {
    position: absolute;
    top: -40px;
    left: 40px;
    width: 400px;
    padding: 16px 24px;
    background: #fff;
    box-shadow: 0px 6px 20px #e1e0e080;
    font-size: 12px;
    line-height: 1.24;
    color: #a7a7a7;
    transition: all .3s;
    opacity: 0;
    pointer-events: none;
}
#check-info.a div {
    opacity: 1;
    pointer-events: all;
}


.tippy-box {
    background-color: unset;
}
.tippy-content {
    padding: 16px 24px;
    background: #fff;
    box-shadow: 0px 6px 20px #e1e0e080;
    font-size: 12px;
    line-height: 1.24;
    color: #a7a7a7;
}

@media screen and (max-width: 767px) {
    .tippy-box {
        margin-right: 12px;
    }
}

.orders, .warranties {
}
.orders[data-tab-type="actual"] .finished {
    display: none !important;
}
.orders[data-tab-type="finished"] .actual {
    display: none !important;
}
.orders section, .warranties section {
    display: flex;
    align-items: center;
    font-size: 14px;
    font-weight: 300;
}
.warranties section:not(:first-child) {
    background: #2724241a;
    margin: 0 0 10px;
}
.warranties section.actual {
    background: #74a9731a;
}
.warranties section.finished {
    background: #c500341a;
}
.orders section b, .warranties section b {
    font-weight: 600;
    color: #1f1c1c;
}
.orders section > *, .warranties section > * {
    line-height: 1.2;
    padding: 16px 0;
    flex: 3;
}
.warranties section > * {
    padding: 16px 8px;
}
.orders section > :nth-child(5) {
    flex: 5;
}
.warranties section > :nth-child(4) {
    flex: 5;
}
.orders section > :last-child {
    max-width: 16px;
}
.orders section > span strong, .warranties section > span strong {
    display: none;
}
.orders section > a.open {
    height: 16px;
    position: relative;
}
.orders section > a.open:before, .orders section > a.open:after, .warranties section > a.open:before, .warranties section > a.open:after {
    content: '';
    width: 100%;
    height: 2px;
    background: #a7a7a7;
    position: absolute;
    top: 7px;
    left: 0;
}
.orders section > a.open:before, .warranties section > a.open:before {
}
.orders section > a.open:after, .warranties section > a.open:after {
    transform: rotate(90deg);
}
.orders section.a > a.open:after {
    display: none;
}
.orders section.details {
    height: auto;
    border-top: 1px solid #2724241a;
    border-bottom: 1px solid #2724241a;
    margin: 15px 0 30px;
    display: none;
}
.orders section.details.a, .orders section.a+section.details {
    display: flex;
}
.orders section.details > b {
    flex: 3;
    font-size: 0;
}
.orders section.details div.details-container {
    flex: 17;
}
.orders section.details ul {
    margin: 0;
}
.orders section.details ul li {
    padding: 0;
    font-weight: 300;
}
.orders section.details ul li:after {
    display: none;
}
.orders section.details .customer-info {
    display: flex;
    padding: 24px 0;
}
.orders section.details .customer-info li {
    width: 300px;
    margin: 0 30px 0 0;
}
.orders section.details .customer-info li b {
}
.orders section.details .customer-info li p {
    margin: .7em 0 0;
}
.orders section.details .order-info {
    padding: 24px 0 0;
    border-top: 1px solid #2724241a;
}
.orders section.details .order-info p {
    padding: 16px 0 0;
}
.orders section.details .order-info li {
    display: flex;
    align-items: center;
    margin: 0 0 40px;
}
.orders section.details .order-info li i {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 120px;
    margin: 0 20px 0 0;
}
.orders section.details .order-info li i img {
    display: block;
    max-width: 100%;
}
.orders section.details .order-info li div {
    display: flex;
    flex-direction: column;
    gap: 16px;
}
.orders section.details .order-info li div p {
    margin: 0;
}
.orders section.details .order-info li div p b {
    font-weight: 600;
}
.orders section.details .order-info li div p span {
}
.orders-more, .warranties-more {
    text-align: center;
    margin: 30px 0 0;
}
.orders-more p, .warranties-more p {
    font-size: 12px;
    font-weight: 500;
    color: #a7a7a7;
    margin: 0;
}
.orders-more p span, .warranties-more p span {
}
.orders-more b, .warranties-more b {
    display: block;
    font-size: 28px;
    font-weight: 600;
}
.orders-more b a, .warranties-more b a {
    color: #1f1c1c;
}

.no-orders, .no-warranties {
}
.no-orders strong, .no-warranties strong {
    display: block;
    font-size: 25px;
    font-weight: 400;
    color: #000;
    margin: 0 0 1em;
}
.no-orders p, .no-warranties p {
    color: #000;
    margin: 0;
}
.no-orders p a, .no-warranties p a {
    font-weight: 700;
}

.auth-popup, .check-popup {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #0004;
    overflow: auto;
    z-index: 22222;
    color: #212529;
    transition: all .5s;
    transform: scale(1.1) translateY(5%);
    opacity: 0;
    pointer-events: none;
}
.auth-popup.a, .check-popup.a {
    transform: none;
    opacity: 1;
    pointer-events: all;
}
.auth-popup-block, .check-popup form, .check-popup section {
    width: 100%;
    max-width: 450px;
    padding: 32px;  
    background: #fff;
    margin: 10px;
    position: relative;
    display: none;
}
.auth-popup-block.a, .check-popup form {
    display: block;
}
.auth-popup-block > i, .check-popup form > i, .check-popup section > i {
    position: absolute;
    top: 32px;
    right: 32px;
    width: 20px;
    height: 20px;
    background: url(/local/dev/mockup/css/../img/close.svg);
    cursor: pointer;
}
.auth-popup-block > strong, .check-popup form > strong, .check-popup section > strong {
    display: block;
    font-size: 25px;
    margin: 0 0 30px;
}
.auth-popup-block > p, .check-popup form > p, .check-popup section > p {
    font-size: 14px;
    line-height: 1.2;
    color: #717171;
    margin: 0 0 30px;
}
.auth-popup-block > p a, .check-popup form > p a, .check-popup section > p a {
    font-weight: 700;
}
.auth-popup-block .input-block, .check-popup form .input-block {
    position: relative;
}
.auth-popup-block .input-block input, .check-popup form .input-block input {
}
.auth-popup-block button[type="submit"], .check-popup form button[type="submit"] {
    display: block;
    width: 100%;
    margin: 16px 0 0;
}
.auth-popup-block label.agree,
.reviews-modal label.agree,
.check-popup form label.agree {
    margin: 15px 0 0;
}
.auth-popup-block .bottom-block {
    text-align: center;
    margin: 30px 0 0;
}
.auth-popup-block .bottom-block p {
    color: #212529;
    margin: 15px 0 0;
}
.auth-popup-block .bottom-block p a {
    color: #212529;
    text-decoration: underline;
    cursor: pointer;
}
.auth-popup-block .bottom-block p.auth-popup-send-again+p {
    display: none;
}
.auth-popup-block .bottom-block p.auth-popup-send-again.e {
    display: none;
}
.auth-popup-block .bottom-block p.auth-popup-send-again.e+p {
    display: block;
}
.sms-code-input-block {
    display: flex;
    justify-content: center;
    margin: 0 0 30px;
}
.sms-code-input-block input {
    width: 100%;
    padding: 0;
    font-size: 25px;
    text-align: center;
    margin: 0;
    letter-spacing: 20px;
}

.from-auth-wrap .sms-code-input-block, .from-auth-wrap  .sms-code-input-block input {
    background: transparent;
}

.custom-input-widget {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 50px;
    padding: 0 20px;
    border: 1px solid #272424;
    line-height: 48px;
    z-index: 300;
    cursor: text;
    opacity: 0;
}
.custom-date-input.error+.custom-input-widget {
    border-color: #eb3223;
}
.custom-input-widget.a {
    opacity: 1;
}
.custom-input-widget span {
}
.custom-input-widget span.focus {
    background: #c50034;
    border-radius: 2px;
    outline: 3px solid #c5003422;
    color: #fff;
}
.custom-input-widget input {
    position: fixed;
    top: -9vh;
    left: -9vw;
}



#custom-file-uploader {
    border: 1px dashed #0005;
}
#custom-file-uploader > div {
    display: flex;
    align-items: center;
    min-height: 50px;
    padding: 10px 20px;
    background: #0001;
    border-radius: 0;
    position: relative;
    font-size: 14px;
    line-height: 1.2;
    transition: all .5s;
}
#custom-file-uploader > div > * {
    position: relative;
    z-index: 20;
}
#custom-file-uploader > div i {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 20px;
    height: 20px;
    margin: 0 10px 0 0;
    cursor: pointer;
    display: none;
}
#custom-file-uploader > div i img {
}
#custom-file-uploader > div div {
    color: #222;
    display: none;
}
#custom-file-uploader > div.empty div.cfu-status-select, #custom-file-uploader > div.progress div.cfu-status-loading, #custom-file-uploader > div.done div.cfu-status-loaded, #custom-file-uploader > div.wrong div.cfu-status-notloaded {
    display: block;
}
#custom-file-uploader > div.wrong div.cfu-status-notloaded {
    color: #eb3223;
}
#custom-file-uploader > div p {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 0;
    background: #0001;
    margin: 0;
    z-index: 10;
    display: none;
}
#custom-file-uploader > div p span {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    width: 100px;
    background: #0002;
}
#custom-file-uploader > div input {
    display: none;
}
#custom-file-uploader .empty {
    background: transparent;
    cursor: pointer;
}
#custom-file-uploader .empty div span {
    color: #858585;
}
#custom-file-uploader .empty.hover {
    background: #0002;
}
#custom-file-uploader .empty.error {
    background: #c50034;
    opacity: .5;
}
#custom-file-uploader .empty i.cfu-upload {
    display: block;
}
#custom-file-uploader .progress {
}
#custom-file-uploader .progress p {
    display: block;
}
#custom-file-uploader .done {
}
#custom-file-uploader .wrong {
}
#custom-file-uploader .progress i.cfu-del, #custom-file-uploader .done i.cfu-del, #custom-file-uploader .wrong i.cfu-del {
    display: block;
}

#bx-soa-paysystem .bx-soa-pp-company, .bx-soa-pp-delivery {
    width: auto!important;
    flex: 1;
}



.catalog__multibrand {
    display: grid;
    grid-template-columns: 264px 1fr;
    grid-gap: 43px 31px;
    margin-top: 68px;
}

.catalog__multibrand .kitchen_only_cntr, .catalog__multibrand .js-sort__extended, .catalog__multibrand .filter__hedliner {
    display: none;
}

.catalog__multibrand .textTitle {
    grid-column: 2/3;
    grid-row: 1/2;
    margin: 0!important;
    overflow: hidden;
}

.catalog__multibrand .textTitle {
    position: relative;
}

.textTitle .swiper-button-next,
.textTitle .swiper-button-prev {
    display: none;
}

.catalog__multibrand .textTitle .swiper-button-next,
.catalog__multibrand .textTitle .swiper-button-prev {
    background-color: unset;
}

.catalog__multibrand .textTitle .swiper-button-prev {
    transform: rotateY(180deg);
}

.catalog__multibrand .sort__top, .catalog__multibrand .sort__select{
    margin: 0;
    padding: 0;
}

.catalog__multibrand .filter {
    position: static;
    width: 100%;
    height: auto;
}

.catalog__multibrand .catalog-item {
    width: 100%;
    max-width: 360px;
}

.catalog__multibrand .filter__content {
    padding: 0;
    background: transparent;
    max-width: 100%;
    overflow: visible;
    height: auto;
}

.catalog__multibrand .accordion__title p {
    color: #1F1C1C;
    font: 700 20px/24px 'Manrope', sans-serif;
}

.catalog__multibrand .filter__accordion .accordion__body {
    background: transparent;
}

.catalog__multibrand .filter__accordion .accordion__body {
    padding-top: 16px!important;
}

.catalog__multibrand .bottom-sort__color__title, .catalog__multibrand .bx-filter-param-text {
    color: #1F1C1C;
    font: 700 16px/22px 'Manrope', sans-serif;
    width: 100%;
}

.catalog__multibrand .bottom-sort__color-top {
    width: 29px;
    height: 29px;
}

.catalog__multibrand .bottom-sort__color-icon img {
    width: 21px;
    height: 21px;
}

.catalog__multibrand .filter .bottom-sort__colors {
    grid-template-columns: 1fr;
}

.catalog__multibrand .bottom-sort__color {
    grid-template-columns: 29px 1fr;
    grid-gap: 16px;
}

.catalog__multibrand .filter .filter__wrapper {
    overflow: visible;
}

.catalog__multibrand .filter__accordions {
    margin: 0;
}

.catalog__multibrand .filter__result {
    width: 100%;
    min-width: auto;
    height: 50px;
    color: #fff;
    text-transform: uppercase;
    background: #C50034;
    padding: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 32px;
}

.catalog__multibrand .select-title__text {
    color: #1F1C1C;
    font: 700 16px/22px 'Manrope', sans-serif;
}

.catalog__multibrand .select-title__icon svg {
    fill: #1F1C1C;
}

.catalog__multibrand .range__input:last-child {
    height: 50px;
    border: 1px solid #272424;
}

.catalog__multibrand .wrapper.textTitle__wrapper {
    width: 90%;
}

.catalog__multibrand .wrapper.textTitle__wrapper .swiper-wrapper, .catalog__multibrand .tag_link {
    width: max-content;
}

.catalog__multibrand .catalog-item__list li div {
    width: 70%;
    left: 50%;
    transform: translateX(-50%);
}

.catalog__multibrand .accordion__icon svg path {
    stroke: #000!important;
}

.catalog__multibrand .filter .range__input-wrapper:after {
    background: #272424;
}

.catalog__multibrand .filter .range__bar {
    margin: 0;
}

.catalog__multibrand .sort-width {
    grid-template-columns: 1fr;
}

.catalog__multibrand .accordion--active .accordion__icon svg {
    transform: rotate(0);
}

.catalog__multibrand .accordion__icon svg {
    transform: rotate(180deg);
}

.catalog__multibrand .filter-labels {
    width: 100%;
    display: none;
    flex-wrap: wrap;
    gap: 16px;
}

.catalog__multibrand .vis-clear .filter-labels {
    display: flex;
}

.catalog__multibrand .filter__hedliner .filter-labels {
    grid-column: 1/3;
    grid-row: 2/3;
}

.catalog__multibrand .filter-labels li {
    width: max-content;
    background: #E7E7E7;
    color: #1F1C1C;
    padding: 0 15px 0 36.6px;
    height: 34px;
    display: flex;
    justify-content: center;
    align-items: center;
    font: 500 16px/22px 'Manrope', sans-serif;
    position: relative;
}

.catalog__multibrand .filter-labels li::before {
    content: "";
    background: center/cover url("/local/dev/mockup/css/../img/close-label.svg") no-repeat;
    width: 11.6px;
    height: 11.6px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 15px;
}

.catalog__multibrand .filter__hedliner.vis-clear .filter-labels {
    margin: 32px 0;
}

.catalog__multibrand .vis-clear .filter__cancel {
    display: flex;
    color: #C60B3C;
    border-bottom: 1px dotted #C60B3C;
    width: max-content;
    font: 500 16px/22px 'Manrope', sans-serif;
    margin-bottom: 9px;
}

.catalog__multibrand .filter__cancel {
    display: none;
}

.catalog__multibrand .filter-reset, .catalog__multibrand .filter-apply {
    width: 100%;
    height: 50px;
    justify-content: center;
    align-items: center;
    text-transform: uppercase;
    font: 700 14px/18px 'Manrope', sans-serif;
    color: #272424;
    margin-top: 16px;
    border: 1px solid #272424;
    transition: .3s ease;
    display: none;
}

.catalog__multibrand .filter-reset:hover, .catalog__multibrand .filter-apply {
    background: #C60B3C;
    border-color: #C60B3C;
    color: #fff;
}

.catalog__multibrand .filter-apply {
    margin-top: 32px;
    display: flex;
}

.catalog__multibrand .vis-clear ~ .filter-reset {
    display: flex;
}

.catalog__multibrand .sort-width__item.disabled {
    opacity: .5;
    cursor: default;
}

.catalog__multibrand .sort-width__item input + p {
    padding-left: 40px;
    position: relative;
}

.catalog__multibrand .sort-width__item input + p::before {
    content: "";
    width: 24px;
    height: 24px;
    border: 1px solid #272424;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}

.sort-width__item input:checked + p:after {
    width: 16px;
    height: 16px;
    top: calc(50% + 1px);
}

.catalog__multibrand .sort-width__item input:checked + p:after {
    left: 4px;
}

.prod-price__price-not-relevant {
    color: #a7a7a7;
    text-decoration: line-through;
    margin-left: 20px;
    font: 600 20px/24px 'Manrope', sans-serif;
}

.popup-buy-shops .prod-item .prod-price {
    display: flex;
    align-items: center;
    text-wrap: nowrap;
}

.addguarantee-wrap {
    display: grid;
    grid-template: auto / 1fr 1fr;
    align-items: center;
    gap: 50px;
}


.addguarantee-wrap__text {
    order: 3;
    grid-column: 1 / 3;
}

.addguarantee-wrap .auth-popup-block,
.addguarantee-wrap .check-popup form,
.addguarantee-wrap .check-popup section {
    margin-top: 32px;
}

.catalog__banner {
    position: relative;
    display: flex;
    align-items: center;
}

.catalog__banner--content {
    position: absolute;
    right: 10%;
}

ul.catalog__banner--list {
    width: max-content;
    margin: 0 auto;
    color: #fff;
    font-size: 24px;
    line-height: 31.2px;
    font-weight: 700;
}

ul.catalog__banner--list ol {
    position: relative;
    margin-bottom: 20px;
}

ul.catalog__banner--list ol:last-child {
    margin-bottom: unset;
}

ul.catalog__banner--list ol:before {
    content: "—";
    position: absolute;
    left: -5px;
    color: #c60b3c;;
}

@media screen and (max-width: 1420px){
    .cabinet-tabs {
        max-width: none;
        overflow: auto;
        scrollbar-width: none;
    }
    .cabinet-tabs::-webkit-scrollbar {
        display: none;
    }
    .cabinet-tabs a {
        flex: auto;
        min-width: 280px;
    }
    .cabinet .personal-data > section aside+aside {
        margin: 20px 0 0;
    }
    .cabinet .personal-data > form button, .cabinet .personal-data > form input[type="submit"] {
        width: 386px;
    }

    .catalog__multibrand {
        grid-template-columns: 1fr;
        grid-gap: 30px;
    }

    .catalog__multibrand .textTitle {
        grid-row: 1/2;
        grid-column: 1/2;
    }

    .catalog__multibrand .wrapper.textTitle__wrapper {
        padding: 0;
        width: 100%;
    }

    .catalog__multibrand .sort__top {
        display: flex;
        justify-content: space-between;
        align-items: center;
        gap: 0;
    }

    .catalog__multibrand .bx-filter {
        position: fixed;
        transform: translateX(-100%);
        left: 0;
        top: 0;
        width: 320px;
        z-index: 100;
        height: 100%;
    }

    .catalog__multibrand .filter  {
        background: #f4f4f4;
        padding: 32px 16px;
        height: 100%;
    }

    .catalog__multibrand .bx-filter.open {
        transform: translateX(0);
    }

    .catalog__multibrand .filter__title {
        font: 700 28px/34px "Manrope", sans-serif;
        color: #1F1C1C;
    }

    .catalog__multibrand .header-filter__close svg path {
        stroke: #1F1C1C!important;
        width: 19.5px!important;
        height: 19.5px!important;
    }

    .catalog__multibrand .filter__accordions {
        gap: 32px;
    }

    .catalog__multibrand .filter__hedliner {
        display: grid;
        grid-template-columns: auto 1fr;
        justify-content: space-between;
        margin-bottom: 34px;
    }

    .catalog__multibrand .filter__header {
        display: none;
    }

    .catalog__multibrand .filter__hedliner .filter__cancel {
        grid-column: 1/3;
        grid-row: 3/4;
        display: none;
    }

    .catalog__multibrand .filter__hedliner {
        margin-bottom: 32px;
    }

    .catalog__multibrand .filter__wrapper {
        padding: 0;
    }

    .catalog__multibrand .header-filter__close {
        margin: 0 0 0 auto;
    }

    .popup-buy-shops .prod-item .prod-price {
        flex-direction: column;
        justify-content: center;
    }

    .addguarantee-wrap {
        display: block;
    }

    .addguarantee-wrap .auth-popup-block,
    .addguarantee-wrap .check-popup form,
    .addguarantee-wrap .check-popup section {
        margin-top: unset;
    }

    .catalog__banner img {
        min-height: 250px;
        object-fit: cover;
    }
}
@media screen and (max-width: 767px){
    .cabinet .personal-data > form aside, .cabinet .personal-data > section aside {
        width: 100%;
        margin: 0;
    }
    .cabinet .personal-data > form button, .cabinet .personal-data > form input[type="submit"] {
        width: 100%;
    }
    .orders section, .warranties section {
        display: block;
        height: auto;
        background: #fff;
        padding: 13px 16px;
        position: relative;
        margin: 0 0 16px;
    }
    .orders > section:first-child, .warranties > section:first-child {
        display: none!important;
    }
    .orders section span, .warranties section span {
        display: block;
        padding: 0;
        margin: 0 0 .8em;
    }
    .orders section span:nth-child(1), .warranties section span:nth-child(1) {
        display: none;
    }
    .orders section span:nth-child(2) {
        font-size: 0;
        margin: 0 0 5px;
    }
    .orders section span:nth-child(6) {
        font-weight: 600;
        margin: 0;
    }
    .orders section span:nth-child(2) strong {
        font-size: 14px;
    }
    .warranties section span:nth-child(2) strong {
        margin: 0 0 .8em;
    }
    .warranties section span:nth-child(3) {
        display: none;
    }
    .orders section span:nth-child(3) strong, .orders section span:nth-child(6) strong {
        display: none;
    }
    .orders section > span strong, .warranties section > span strong {
        display: block;
        font-weight: 600;
        margin: 0 0 .3em;
    }
    .orders section > a.open {
        position: absolute;
        bottom: 16px;
        right: 16px;
        width: 16px;
    }
    .orders section.details {
        padding: 0 16px;
        border: 0;
        margin: -32px 0 32px;
    }
    .orders section.details > b, .orders section.details > :last-child {
        display: none;
    }
    .orders section.details .customer-info {
        display: block;
        padding: 16px 0;
    }
    .orders section.details .customer-info li {
        width: auto;
        margin: 0 0 .8em;
    }
    .orders section.details .order-info {
        padding: 0;
        border: 0;
        margin: -10px 0 0;
    }
    .orders section.details .order-info li {
        margin: 0 0 20px;
    }
    .orders section.details .order-info li i {
        width: 60px;
    }
    .check-block {
        margin: 0 0 20px;
    }
    #check-info div {
        max-width: calc(100vw - 32px);
        left: -50vw;
    }
    .auth-popup-block, .check-popup form, .check-popup section {
        max-height: 100%;
        overflow: auto;
        margin: 0;
    }
    .easy-filter {
        width: 100%;
        background: #fff;
    }
    .easy-filter a {
        flex: auto;
        justify-content: center;
        padding: 0;
    }
    #bx-soa-paysystem .bx-soa-pp-company, .bx-soa-pp-delivery {
        flex: auto!important;
        width: 100%!important;
    }

    .catalog__multibrand .kitchen_only_cntr_m {
        display: none;
    }

    .from-auth-wrap__years {
        flex-wrap: wrap;
    }

    .catalog__banner {
        margin-bottom: 30px;
    }

    .catalog__banner img {
        width: 100%;
        min-height: 150px;
        object-fit: cover;
    }

    .catalog__banner--content {
        left: 15%;
    }

    ul.catalog__banner--list {
        width: unset;
        font-size: 16px;
        line-height: 20.8px;
    }

    ul.catalog__banner--list ol {
        margin-bottom: 12px;
    }
}
@media screen and (max-width: 450px){
    .cabinet-tabs {
        margin: 10px -20px 30px;
    }
    .easy-filter {
        width: calc(100% + 40px);
        padding: 0 20px;
        background: #fff;
        margin: 20px -20px;
    }
}

.prod-price__price-not-relevant {
    color: #a7a7a7;
    text-decoration: line-through;
    margin-left: 20px;
    font: 600 20px/24px 'Manrope', sans-serif;
}
@media screen and (max-width: 1024px) {
    .catalog__multibrand .bx-filter {
        width: 100%;
    }
}

@media screen and (max-width: 546px) {
    .ismb__overlay.ismb_hidden .ismb__reviews {
        visibility: hidden;
        opacity: 0;
    }
}

@media screen and (min-width: 1421px) and (max-width: 1600px) {
    .slide-mainImage1__content {
        height: 635px;
    }
}
/* End */


/* Start:/local/dev/mockup/css/intlTelInput.css?175464186819004*/
:root {
  --iti-hover-color: rgba(0, 0, 0, 0.05);
  --iti-border-color: #ccc;
  --iti-dialcode-color: #999;
  --iti-dropdown-bg: white;
  --iti-spacer-horizontal: 8px;
  --iti-flag-height: 15px;
  --iti-flag-width: 20px;
  --iti-border-width: 1px;
  --iti-arrow-height: 4px;
  --iti-arrow-width: 6px;
  --iti-triangle-border: calc(var(--iti-arrow-width) / 2);
  --iti-arrow-padding: 6px;
  --iti-arrow-color: #555;
  --iti-input-padding: 6px;
  --iti-right-hand-selected-country-padding: calc(var(--iti-spacer-horizontal) + var(--iti-spacer-horizontal) + var(--iti-flag-width));
  --iti-selected-country-arrow-padding: calc(var(--iti-arrow-padding) + var(--iti-arrow-padding) + var(--iti-flag-width) + var(--iti-spacer-horizontal) + var(--iti-arrow-width) + var(--iti-input-padding));
  --iti-path-flags-1x: url("/local/dev/mockup/css/../img/flags/flags.webp");
  --iti-path-flags-2x: url("/local/dev/mockup/css/../img/flags/flags@2x.webp");
  --iti-path-globe-1x: url("/local/dev/mockup/css/../img/flags/globe.webp");
  --iti-path-globe-2x: url("/local/dev/mockup/css/../img/flags/globe@2x.webp");
  --iti-flag-sprite-width: 5938px;
  --iti-flag-sprite-height: 15px;
  --iti-mobile-popup-margin: 30px;
}

.iti {
  position: relative;
  display: inline-block;
}
.iti * {
  box-sizing: border-box;
}
.iti__hide {
  display: none;
}
.iti__v-hide {
  visibility: hidden;
}
.iti__a11y-text {
  width: 1px;
  height: 1px;
  clip: rect(1px, 1px, 1px, 1px);
  overflow: hidden;
  position: absolute;
}
.iti input.iti__tel-input,
.iti input.iti__tel-input[type=text],
.iti input.iti__tel-input[type=tel] {
  position: relative;
  z-index: 0;
  margin-top: 0 !important;
  margin-bottom: 0 !important;
  padding-right: var(--iti-right-hand-selected-country-padding);
  margin-right: 0;
}
.iti__country-container {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  padding: var(--iti-border-width);
}
.iti__selected-country {
  z-index: 1;
  position: relative;
  display: flex;
  align-items: center;
  height: 100%;
  background: none;
  border: 0;
  margin: 0;
  padding: 0;
  font-family: inherit;
  font-size: inherit;
  color: inherit;
  border-radius: 0;
  font-weight: inherit;
  line-height: inherit;
  text-decoration: none;
}
.iti__selected-country-primary {
  display: flex;
  align-items: center;
  height: 100%;
  padding: 0 var(--iti-arrow-padding) 0 var(--iti-spacer-horizontal);
}
.iti__arrow {
  margin-left: var(--iti-arrow-padding);
  width: 0;
  height: 0;
  border-left: var(--iti-triangle-border) solid transparent;
  border-right: var(--iti-triangle-border) solid transparent;
  border-top: var(--iti-arrow-height) solid var(--iti-arrow-color);
}
[dir=rtl] .iti__arrow {
  margin-right: var(--iti-arrow-padding);
  margin-left: 0;
}
.iti__arrow--up {
  border-top: none;
  border-bottom: var(--iti-arrow-height) solid var(--iti-arrow-color);
}
.iti__dropdown-content {
  border-radius: 3px;
  background-color: var(--iti-dropdown-bg);
}
.iti--inline-dropdown .iti__dropdown-content {
  position: absolute;
  z-index: 2;
  margin-top: 3px;
  margin-left: calc(var(--iti-border-width) * -1);
  border: var(--iti-border-width) solid var(--iti-border-color);
  box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.2);
}
.iti__search-input {
  width: 100%;
  border-width: 0;
  border-radius: 3px;
  padding: 9px 12px;
}
.iti__search-input + .iti__country-list {
  border-top: 1px solid var(--iti-border-color);
}
.iti__country-list {
  list-style: none;
  padding: 0;
  margin: 0;
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
}
.iti--inline-dropdown .iti__country-list {
  max-height: 185px;
}
.iti--flexible-dropdown-width .iti__country-list {
  white-space: nowrap;
}
@media (max-width: 500px) {
  .iti--flexible-dropdown-width .iti__country-list {
    white-space: normal;
  }
}
.iti__flag-box {
  display: inline-block;
  width: var(--iti-flag-width);
}
.iti__country {
  display: flex;
  align-items: center;
  padding: 8px var(--iti-spacer-horizontal);
  outline: none;
}
.iti__dial-code {
  color: var(--iti-dialcode-color);
}
.iti__country.iti__highlight {
  background-color: var(--iti-hover-color);
}
.iti__flag-box, .iti__country-name {
  margin-right: var(--iti-spacer-horizontal);
}
[dir=rtl] .iti__flag-box, [dir=rtl] .iti__country-name {
  margin-right: 0;
  margin-left: var(--iti-spacer-horizontal);
}
.iti--allow-dropdown input.iti__tel-input,
.iti--allow-dropdown input.iti__tel-input[type=text],
.iti--allow-dropdown input.iti__tel-input[type=tel] {
  padding-right: var(--iti-input-padding);
  padding-left: var(--iti-selected-country-arrow-padding);
  margin-left: 0;
}
[dir=rtl] .iti--allow-dropdown input.iti__tel-input,
[dir=rtl] .iti--allow-dropdown input.iti__tel-input[type=text],
[dir=rtl] .iti--allow-dropdown input.iti__tel-input[type=tel] {
  padding-right: var(--iti-selected-country-arrow-padding);
  padding-left: var(--iti-input-padding);
  margin-right: 0;
}
.iti--allow-dropdown .iti__country-container {
  right: auto;
  left: 0;
}
[dir=rtl] .iti--allow-dropdown .iti__country-container {
  right: 0;
  left: auto;
}
.iti--allow-dropdown .iti__country-container:not(:has(+ input[disabled])):not(:has(+ input[readonly])):hover, .iti--allow-dropdown .iti__country-container:not(:has(+ input[disabled])):not(:has(+ input[readonly])):hover button {
  cursor: pointer;
}
.iti--allow-dropdown .iti__country-container:not(:has(+ input[disabled])):not(:has(+ input[readonly])) .iti__selected-country-primary:hover,
.iti--allow-dropdown .iti__country-container:not(:has(+ input[disabled])):not(:has(+ input[readonly])) .iti__selected-country:has(+ .iti__dropdown-content:hover) .iti__selected-country-primary {
  background-color: var(--iti-hover-color);
}
.iti .iti__selected-dial-code {
  margin-left: 4px;
}
[dir=rtl] .iti .iti__selected-dial-code {
  margin-left: 0;
  margin-right: 4px;
}
.iti--container {
  position: fixed;
  top: -1000px;
  left: -1000px;
  z-index: 1060;
  padding: var(--iti-border-width);
}
.iti--container:hover {
  cursor: pointer;
}

.iti--fullscreen-popup.iti--container {
  background-color: rgba(0, 0, 0, 0.5);
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  position: fixed;
  padding: var(--iti-mobile-popup-margin);
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
}
.iti--fullscreen-popup .iti__dropdown-content {
  display: flex;
  flex-direction: column;
  max-height: 100%;
  position: relative;
}
.iti--fullscreen-popup .iti__country {
  padding: 10px 10px;
  line-height: 1.5em;
}

.iti__flag {
  --iti-flag-offset: 100px;
  --iti-flag-width: 20px;
  --iti-flag-height: 15px;
  height: var(--iti-flag-height);
  width: var(--iti-flag-width);
  box-shadow: 0px 0px 1px 0px #888;
  background-image: var(--iti-path-flags-1x);
  background-repeat: no-repeat;
  background-position: var(--iti-flag-offset) 0;
  background-size: var(--iti-flag-sprite-width) var(--iti-flag-sprite-height);
}

.iti__ad {
  --iti-flag-offset: 0px;
}

.iti__ae {
  --iti-flag-offset: -22px;
}

.iti__af {
  --iti-flag-offset: -44px;
}

.iti__ag {
  --iti-flag-offset: -66px;
}

.iti__ai {
  --iti-flag-offset: -88px;
}

.iti__al {
  --iti-flag-offset: -110px;
}

.iti__am {
  --iti-flag-offset: -132px;
}

.iti__ao {
  --iti-flag-offset: -154px;
}

.iti__aq {
  --iti-flag-offset: -176px;
}

.iti__ar {
  --iti-flag-offset: -198px;
}

.iti__arab {
  --iti-flag-offset: -220px;
}

.iti__as {
  --iti-flag-offset: -242px;
}

.iti__at {
  --iti-flag-offset: -264px;
}

.iti__au {
  --iti-flag-offset: -286px;
}

.iti__aw {
  --iti-flag-offset: -308px;
}

.iti__ax {
  --iti-flag-offset: -330px;
}

.iti__az {
  --iti-flag-offset: -352px;
}

.iti__ba {
  --iti-flag-offset: -374px;
}

.iti__bb {
  --iti-flag-offset: -396px;
}

.iti__bd {
  --iti-flag-offset: -418px;
}

.iti__be {
  --iti-flag-offset: -440px;
}

.iti__bf {
  --iti-flag-offset: -462px;
}

.iti__bg {
  --iti-flag-offset: -484px;
}

.iti__bh {
  --iti-flag-offset: -506px;
}

.iti__bi {
  --iti-flag-offset: -528px;
}

.iti__bj {
  --iti-flag-offset: -550px;
}

.iti__bl {
  --iti-flag-offset: -572px;
}

.iti__bm {
  --iti-flag-offset: -594px;
}

.iti__bn {
  --iti-flag-offset: -616px;
}

.iti__bo {
  --iti-flag-offset: -638px;
}

.iti__bq {
  --iti-flag-offset: -660px;
}

.iti__br {
  --iti-flag-offset: -682px;
}

.iti__bs {
  --iti-flag-offset: -704px;
}

.iti__bt {
  --iti-flag-offset: -726px;
}

.iti__bv {
  --iti-flag-offset: -748px;
}

.iti__bw {
  --iti-flag-offset: -770px;
}

.iti__by {
  --iti-flag-offset: -792px;
}

.iti__bz {
  --iti-flag-offset: -814px;
}

.iti__ca {
  --iti-flag-offset: -836px;
}

.iti__cc {
  --iti-flag-offset: -858px;
}

.iti__cd {
  --iti-flag-offset: -880px;
}

.iti__cefta {
  --iti-flag-offset: -902px;
}

.iti__cf {
  --iti-flag-offset: -924px;
}

.iti__cg {
  --iti-flag-offset: -946px;
}

.iti__ch {
  --iti-flag-offset: -968px;
}

.iti__ci {
  --iti-flag-offset: -990px;
}

.iti__ck {
  --iti-flag-offset: -1012px;
}

.iti__cl {
  --iti-flag-offset: -1034px;
}

.iti__cm {
  --iti-flag-offset: -1056px;
}

.iti__cn {
  --iti-flag-offset: -1078px;
}

.iti__co {
  --iti-flag-offset: -1100px;
}

.iti__cp {
  --iti-flag-offset: -1122px;
}

.iti__cr {
  --iti-flag-offset: -1144px;
}

.iti__cu {
  --iti-flag-offset: -1166px;
}

.iti__cv {
  --iti-flag-offset: -1188px;
}

.iti__cw {
  --iti-flag-offset: -1210px;
}

.iti__cx {
  --iti-flag-offset: -1232px;
}

.iti__cy {
  --iti-flag-offset: -1254px;
}

.iti__cz {
  --iti-flag-offset: -1276px;
}

.iti__de {
  --iti-flag-offset: -1298px;
}

.iti__dg {
  --iti-flag-offset: -1320px;
}

.iti__dj {
  --iti-flag-offset: -1342px;
}

.iti__dk {
  --iti-flag-offset: -1364px;
}

.iti__dm {
  --iti-flag-offset: -1386px;
}

.iti__do {
  --iti-flag-offset: -1408px;
}

.iti__dz {
  --iti-flag-offset: -1430px;
}

.iti__eac {
  --iti-flag-offset: -1452px;
}

.iti__ec {
  --iti-flag-offset: -1474px;
}

.iti__ee {
  --iti-flag-offset: -1496px;
}

.iti__eg {
  --iti-flag-offset: -1518px;
}

.iti__eh {
  --iti-flag-offset: -1540px;
}

.iti__er {
  --iti-flag-offset: -1562px;
}

.iti__es-ct {
  --iti-flag-offset: -1584px;
}

.iti__es-ga {
  --iti-flag-offset: -1606px;
}

.iti__es-pv {
  --iti-flag-offset: -1628px;
}

.iti__es {
  --iti-flag-offset: -1650px;
}

.iti__et {
  --iti-flag-offset: -1672px;
}

.iti__eu {
  --iti-flag-offset: -1694px;
}

.iti__fi {
  --iti-flag-offset: -1716px;
}

.iti__fj {
  --iti-flag-offset: -1738px;
}

.iti__fk {
  --iti-flag-offset: -1760px;
}

.iti__fm {
  --iti-flag-offset: -1782px;
}

.iti__fo {
  --iti-flag-offset: -1804px;
}

.iti__fr {
  --iti-flag-offset: -1826px;
}

.iti__ga {
  --iti-flag-offset: -1848px;
}

.iti__gb-eng {
  --iti-flag-offset: -1870px;
}

.iti__gb-nir {
  --iti-flag-offset: -1892px;
}

.iti__gb-sct {
  --iti-flag-offset: -1914px;
}

.iti__gb-wls {
  --iti-flag-offset: -1936px;
}

.iti__gb {
  --iti-flag-offset: -1958px;
}

.iti__gd {
  --iti-flag-offset: -1980px;
}

.iti__ge {
  --iti-flag-offset: -2002px;
}

.iti__gf {
  --iti-flag-offset: -2024px;
}

.iti__gg {
  --iti-flag-offset: -2046px;
}

.iti__gh {
  --iti-flag-offset: -2068px;
}

.iti__gi {
  --iti-flag-offset: -2090px;
}

.iti__gl {
  --iti-flag-offset: -2112px;
}

.iti__gm {
  --iti-flag-offset: -2134px;
}

.iti__gn {
  --iti-flag-offset: -2156px;
}

.iti__gp {
  --iti-flag-offset: -2178px;
}

.iti__gq {
  --iti-flag-offset: -2200px;
}

.iti__gr {
  --iti-flag-offset: -2222px;
}

.iti__gs {
  --iti-flag-offset: -2244px;
}

.iti__gt {
  --iti-flag-offset: -2266px;
}

.iti__gu {
  --iti-flag-offset: -2288px;
}

.iti__gw {
  --iti-flag-offset: -2310px;
}

.iti__gy {
  --iti-flag-offset: -2332px;
}

.iti__hk {
  --iti-flag-offset: -2354px;
}

.iti__hm {
  --iti-flag-offset: -2376px;
}

.iti__hn {
  --iti-flag-offset: -2398px;
}

.iti__hr {
  --iti-flag-offset: -2420px;
}

.iti__ht {
  --iti-flag-offset: -2442px;
}

.iti__hu {
  --iti-flag-offset: -2464px;
}

.iti__ic {
  --iti-flag-offset: -2486px;
}

.iti__id {
  --iti-flag-offset: -2508px;
}

.iti__ie {
  --iti-flag-offset: -2530px;
}

.iti__il {
  --iti-flag-offset: -2552px;
}

.iti__im {
  --iti-flag-offset: -2574px;
}

.iti__in {
  --iti-flag-offset: -2596px;
}

.iti__io {
  --iti-flag-offset: -2618px;
}

.iti__iq {
  --iti-flag-offset: -2640px;
}

.iti__ir {
  --iti-flag-offset: -2662px;
}

.iti__is {
  --iti-flag-offset: -2684px;
}

.iti__it {
  --iti-flag-offset: -2706px;
}

.iti__je {
  --iti-flag-offset: -2728px;
}

.iti__jm {
  --iti-flag-offset: -2750px;
}

.iti__jo {
  --iti-flag-offset: -2772px;
}

.iti__jp {
  --iti-flag-offset: -2794px;
}

.iti__ke {
  --iti-flag-offset: -2816px;
}

.iti__kg {
  --iti-flag-offset: -2838px;
}

.iti__kh {
  --iti-flag-offset: -2860px;
}

.iti__ki {
  --iti-flag-offset: -2882px;
}

.iti__km {
  --iti-flag-offset: -2904px;
}

.iti__kn {
  --iti-flag-offset: -2926px;
}

.iti__kp {
  --iti-flag-offset: -2948px;
}

.iti__kr {
  --iti-flag-offset: -2970px;
}

.iti__kw {
  --iti-flag-offset: -2992px;
}

.iti__ky {
  --iti-flag-offset: -3014px;
}

.iti__kz {
  --iti-flag-offset: -3036px;
}

.iti__la {
  --iti-flag-offset: -3058px;
}

.iti__lb {
  --iti-flag-offset: -3080px;
}

.iti__lc {
  --iti-flag-offset: -3102px;
}

.iti__li {
  --iti-flag-offset: -3124px;
}

.iti__lk {
  --iti-flag-offset: -3146px;
}

.iti__lr {
  --iti-flag-offset: -3168px;
}

.iti__ls {
  --iti-flag-offset: -3190px;
}

.iti__lt {
  --iti-flag-offset: -3212px;
}

.iti__lu {
  --iti-flag-offset: -3234px;
}

.iti__lv {
  --iti-flag-offset: -3256px;
}

.iti__ly {
  --iti-flag-offset: -3278px;
}

.iti__ma {
  --iti-flag-offset: -3300px;
}

.iti__mc {
  --iti-flag-offset: -3322px;
}

.iti__md {
  --iti-flag-offset: -3344px;
}

.iti__me {
  --iti-flag-offset: -3366px;
}

.iti__mf {
  --iti-flag-offset: -3388px;
}

.iti__mg {
  --iti-flag-offset: -3410px;
}

.iti__mh {
  --iti-flag-offset: -3432px;
}

.iti__mk {
  --iti-flag-offset: -3454px;
}

.iti__ml {
  --iti-flag-offset: -3476px;
}

.iti__mm {
  --iti-flag-offset: -3498px;
}

.iti__mn {
  --iti-flag-offset: -3520px;
}

.iti__mo {
  --iti-flag-offset: -3542px;
}

.iti__mp {
  --iti-flag-offset: -3564px;
}

.iti__mq {
  --iti-flag-offset: -3586px;
}

.iti__mr {
  --iti-flag-offset: -3608px;
}

.iti__ms {
  --iti-flag-offset: -3630px;
}

.iti__mt {
  --iti-flag-offset: -3652px;
}

.iti__mu {
  --iti-flag-offset: -3674px;
}

.iti__mv {
  --iti-flag-offset: -3696px;
}

.iti__mw {
  --iti-flag-offset: -3718px;
}

.iti__mx {
  --iti-flag-offset: -3740px;
}

.iti__my {
  --iti-flag-offset: -3762px;
}

.iti__mz {
  --iti-flag-offset: -3784px;
}

.iti__na {
  --iti-flag-offset: -3806px;
}

.iti__nc {
  --iti-flag-offset: -3828px;
}

.iti__ne {
  --iti-flag-offset: -3850px;
}

.iti__nf {
  --iti-flag-offset: -3872px;
}

.iti__ng {
  --iti-flag-offset: -3894px;
}

.iti__ni {
  --iti-flag-offset: -3916px;
}

.iti__nl {
  --iti-flag-offset: -3938px;
}

.iti__no {
  --iti-flag-offset: -3960px;
}

.iti__np {
  --iti-flag-offset: -3982px;
}

.iti__nr {
  --iti-flag-offset: -4004px;
}

.iti__nu {
  --iti-flag-offset: -4026px;
}

.iti__nz {
  --iti-flag-offset: -4048px;
}

.iti__om {
  --iti-flag-offset: -4070px;
}

.iti__pa {
  --iti-flag-offset: -4092px;
}

.iti__pc {
  --iti-flag-offset: -4114px;
}

.iti__pe {
  --iti-flag-offset: -4136px;
}

.iti__pf {
  --iti-flag-offset: -4158px;
}

.iti__pg {
  --iti-flag-offset: -4180px;
}

.iti__ph {
  --iti-flag-offset: -4202px;
}

.iti__pk {
  --iti-flag-offset: -4224px;
}

.iti__pl {
  --iti-flag-offset: -4246px;
}

.iti__pm {
  --iti-flag-offset: -4268px;
}

.iti__pn {
  --iti-flag-offset: -4290px;
}

.iti__pr {
  --iti-flag-offset: -4312px;
}

.iti__ps {
  --iti-flag-offset: -4334px;
}

.iti__pt {
  --iti-flag-offset: -4356px;
}

.iti__pw {
  --iti-flag-offset: -4378px;
}

.iti__py {
  --iti-flag-offset: -4400px;
}

.iti__qa {
  --iti-flag-offset: -4422px;
}

.iti__re {
  --iti-flag-offset: -4444px;
}

.iti__ro {
  --iti-flag-offset: -4466px;
}

.iti__rs {
  --iti-flag-offset: -4488px;
}

.iti__ru {
  --iti-flag-offset: -4510px;
}

.iti__rw {
  --iti-flag-offset: -4532px;
}

.iti__sa {
  --iti-flag-offset: -4554px;
}

.iti__sb {
  --iti-flag-offset: -4576px;
}

.iti__sc {
  --iti-flag-offset: -4598px;
}

.iti__sd {
  --iti-flag-offset: -4620px;
}

.iti__se {
  --iti-flag-offset: -4642px;
}

.iti__sg {
  --iti-flag-offset: -4664px;
}

.iti__ac {
  --iti-flag-offset: -4686px;
}

.iti__sh-hl {
  --iti-flag-offset: -4708px;
}

.iti__sh-ta {
  --iti-flag-offset: -4730px;
}

.iti__sh {
  --iti-flag-offset: -4752px;
}

.iti__si {
  --iti-flag-offset: -4774px;
}

.iti__sj {
  --iti-flag-offset: -4796px;
}

.iti__sk {
  --iti-flag-offset: -4818px;
}

.iti__sl {
  --iti-flag-offset: -4840px;
}

.iti__sm {
  --iti-flag-offset: -4862px;
}

.iti__sn {
  --iti-flag-offset: -4884px;
}

.iti__so {
  --iti-flag-offset: -4906px;
}

.iti__sr {
  --iti-flag-offset: -4928px;
}

.iti__ss {
  --iti-flag-offset: -4950px;
}

.iti__st {
  --iti-flag-offset: -4972px;
}

.iti__sv {
  --iti-flag-offset: -4994px;
}

.iti__sx {
  --iti-flag-offset: -5016px;
}

.iti__sy {
  --iti-flag-offset: -5038px;
}

.iti__sz {
  --iti-flag-offset: -5060px;
}

.iti__tc {
  --iti-flag-offset: -5082px;
}

.iti__td {
  --iti-flag-offset: -5104px;
}

.iti__tf {
  --iti-flag-offset: -5126px;
}

.iti__tg {
  --iti-flag-offset: -5148px;
}

.iti__th {
  --iti-flag-offset: -5170px;
}

.iti__tj {
  --iti-flag-offset: -5192px;
}

.iti__tk {
  --iti-flag-offset: -5214px;
}

.iti__tl {
  --iti-flag-offset: -5236px;
}

.iti__tm {
  --iti-flag-offset: -5258px;
}

.iti__tn {
  --iti-flag-offset: -5280px;
}

.iti__to {
  --iti-flag-offset: -5302px;
}

.iti__tr {
  --iti-flag-offset: -5324px;
}

.iti__tt {
  --iti-flag-offset: -5346px;
}

.iti__tv {
  --iti-flag-offset: -5368px;
}

.iti__tw {
  --iti-flag-offset: -5390px;
}

.iti__tz {
  --iti-flag-offset: -5412px;
}

.iti__ua {
  --iti-flag-offset: -5434px;
}

.iti__ug {
  --iti-flag-offset: -5456px;
}

.iti__um {
  --iti-flag-offset: -5478px;
}

.iti__un {
  --iti-flag-offset: -5500px;
}

.iti__us {
  --iti-flag-offset: -5522px;
}

.iti__uy {
  --iti-flag-offset: -5544px;
}

.iti__uz {
  --iti-flag-offset: -5566px;
}

.iti__va {
  --iti-flag-offset: -5588px;
}

.iti__vc {
  --iti-flag-offset: -5610px;
}

.iti__ve {
  --iti-flag-offset: -5632px;
}

.iti__vg {
  --iti-flag-offset: -5654px;
}

.iti__vi {
  --iti-flag-offset: -5676px;
}

.iti__vn {
  --iti-flag-offset: -5698px;
}

.iti__vu {
  --iti-flag-offset: -5720px;
}

.iti__wf {
  --iti-flag-offset: -5742px;
}

.iti__ws {
  --iti-flag-offset: -5764px;
}

.iti__xk {
  --iti-flag-offset: -5786px;
}

.iti__xx {
  --iti-flag-offset: -5808px;
}

.iti__ye {
  --iti-flag-offset: -5830px;
}

.iti__yt {
  --iti-flag-offset: -5852px;
}

.iti__za {
  --iti-flag-offset: -5874px;
}

.iti__zm {
  --iti-flag-offset: -5896px;
}

.iti__zw {
  --iti-flag-offset: -5918px;
}

.iti__globe {
  background-image: var(--iti-path-globe-1x);
  background-size: contain;
  background-position: right;
  box-shadow: none;
  height: 19px;
}

@media (min-resolution: 2x) {
  .iti__flag {
    background-image: var(--iti-path-flags-2x);
  }
  .iti__globe {
    background-image: var(--iti-path-globe-2x);
  }
}
/* End */


/* Start:/local/templates/krona.ru/css/style_k.css?17863080038672*/
.noLine {
  border: none !important;
}
.hide {
  display: none !important;
}
.show {
  display: block !important;
}
.BadPols2 {
	border-color: #e03127 !important;
}

.BadPols {
	border-color: #e03127 !important;
}

div.BadPols,
span.BadPols {
	color: #e03127 !important;
}

input.BadPols,
textarea.BadPols {
	/*background: #fef0f0;*/
}
.alert-good {
  color: #009b67;
  margin-bottom: 15px;
}
.alert-danger {
  font-size: 12px;
  color: #e03127;
  margin-bottom: 15px;
}

.clear2 {
  clear: both !important;
  margin: 0px 0px 0px 0px !important;
  padding: 0px 0px 0px 0px;
  position: static !important;
  height: 0px;
  line-height: 0px;
  font-size: 0px;
  float: none !important;
  background: none;
}
button {
	cursor:pointer;
}
.b-center {
	text-align: center;
	-webkit-box-pack:center;
	    -ms-flex-pack:center;
	        justify-content:center;
}
.b-left {
	text-align: left;
}
font.notetext {
	text-align: center;
	display: block;
	color: #000;
	font-size: 30px;
	font-weight: 400;
	margin-bottom: 35px;

}

#ajax-loader img{
	width:20px; 
	height:20px; 
	vertical-align: middle;
	display: none;
}


form {
	display: block;
}

/*
.benefits-card__icon path {
	color: blue;
	background: blue;
	stroke: blue;
	
}
*/


.menu__links li a.menu__link-red {
	color:#c60a3c;
}

.form__mess-text {
	
	
	margin-bottom: 25px;
	padding: 75px 0 0;
	display: block;
	font-size: 18px;
	
}

.search__button svg path {
	color: #000;
	fill: #000;
}



.mess-noFindProducts {
	font-size: 24px;
	margin: 0 0 30px;
	padding-top: 30px;
	
	text-align: center;
}



/* ################################################################## */
/* ################################################################## */

.k-loader_container {
	position: relative;
}

.k-loader_container.active::before {	
	content: ' ';
	display: block;
	
	
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0-;
	top: 0;
	
	background: #FFF;
	opacity: 0.5;
	
	z-index: 10;
	/*
	-webkit-box-shadow: 0px 0px 15px 5px rgba(50, 50, 50, 1);
	-moz-box-shadow:    0px 0px 15px 5px rgba(50, 50, 50, 1);
	box-shadow:         0px 0px 15px 5px rgba(50, 50, 50, 1);
*/
}


/* ################################################################## */
/* ################################################################## */



.order-form .form__row.basket-form__field_address textarea {
	height: 46px;
	padding: 10px 15px;
}
@media (max-width:768px) {
	.order-form .form__row.basket-form__field_address textarea {
		height: 60px;
		padding: 5px 15px;
	}
}
/* ################################################################## */
/* ################################################################## */





.pic_left {
	float: left;
	margin: 0 20px 20px 0;
}

.pic_right {
	float: right;
	margin: 0 0 20px 20px;
}


.product-mess_offer {	
	font-size: 10px;
	line-height: 12px;
	margin-top: -25px;
}


.order-form .form__payment {
	padding-bottom: 0;
	
}
.basket {
	margin-bottom: 80px;
}

.order-form .border {
	width: auto;
}

.tag_link {
  border: none;
  padding: 6px 15px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 16px;
  background-color: #e7e7e7; 
  color: black;
  margin-bottom: 5px;
}

.tag_link:hover {
	opacity: 0.7;
}


/* 2026-08-08: keep KRONA layout wide on laptop/desktop widths after cutover. */
@media screen and (min-width: 1025px) and (max-width: 1420px) {
    .wrapper,
    .mainImage1__wrapper {
        max-width: calc(100% - 64px);
    }

    .mainImage1__slide .slide-mainImage1__image img,
    .mainImage1__slide--short .slide-mainImage1__image img,
    .every__image img,
    .cardPuzzle__video img {
        width: 100%;
        object-fit: cover;
    }
}

/* 2026-08-08: KRONA desktop header/menu polish after production cutover. */
@media screen and (min-width: 1025px) and (max-width: 1420px) {
    .header__content {
        grid-template-columns: minmax(157px, 220px) minmax(320px, 1fr) max-content max-content;
        column-gap: 24px;
        row-gap: 0;
        padding: 33px 0 28px;
    }

    .header__list {
        order: initial;
        display: grid;
        grid-auto-flow: column;
        grid-auto-columns: max-content;
        align-items: center;
        justify-content: start;
        gap: 28px;
        min-width: 0;
        margin-right: 0;
    }

    .header__list li {
        margin-right: 0;
        white-space: nowrap;
    }

    .header__list li a {
        line-height: 20px;
    }

    .header__phones {
        order: initial;
        justify-self: end;
        align-items: flex-end;
        min-width: 250px;
        margin-right: 0;
    }

    .header__tel {
        font-size: 12px;
        line-height: 16px;
    }

    .header__options {
        order: initial;
        justify-self: end;
        grid-gap: 20px;
        padding-left: 0;
    }
}

@media screen and (min-width: 1025px) and (max-width: 1190px) {
    .header__content {
        grid-template-columns: minmax(157px, 200px) minmax(320px, 1fr) max-content;
        column-gap: 20px;
    }

    .header__phones {
        display: none;
    }

    .header__options {
        grid-column: 3;
    }

    .header__list {
        gap: 22px;
    }
}

.catalog-item__image img,
.card-product__image img,
.productDetail__image img,
.detail-slider__image img {
    max-width: 100%;
    height: auto;
    object-fit: contain;
}

.mainImage1__slide .slide-mainImage1__image img,
.mainImage1__slide--short .slide-mainImage1__image img,
.every__image img,
.cardPuzzle__video img {
    object-fit: cover;
}

.cookie-popup {
    max-height: calc(100vh - 32px);
    border-radius: 4px;
}

@media screen and (max-width: 450px) {
    .cookie-popup {
        right: 12px;
        left: 12px;
        bottom: 12px;
        width: auto;
    }
}

@media screen and (min-width:1025px) and (max-width:1420px){.mainImage1__slide{background-size:contain !important;background-position:center center !important;background-repeat:no-repeat !important;height:531px !important;}.mainImage1__slide .slide-mainImage1__image{display:none !important;}.mainImage1__slide[style*="grafik_Montazhnaya-oblast-1_23.webp"]{background-image:url('/upload/iblock/a8d/135a3xylbczmo1k8szdacw5gsvgftgaw/grafik_Montazhnaya-oblast-1_23.webp') !important;}.mainImage1__slide[style*="chaynaya-para_Montazhnaya-oblast-1_20-_3_.webp"]{background-image:url('/upload/iblock/826/hlfsw4xwfdkdl6rcqffx705o28mqp3zw/chaynaya-para_Montazhnaya-oblast-1_20-_3_.webp') !important;}.mainImage1__slide[style*="_Montazhnaya-oblast-1-_6_.webp"]{background-image:url('/upload/iblock/8ee/a34t0r4u8f44xqo0639cm3vji5rp9qr0/_Montazhnaya-oblast-1-_6_.webp') !important;}.mainImage1__slide[style*="glav.webp"]{background-image:url('/upload/iblock/402/6x9e1w8o0twobquu5rk0ymi6052hrlsz/glav.webp') !important;}.mainImage1__slide[style*="mbt-v-podarok_Montazhnaya-oblast-1_18-_1_.webp"]{background-image:url('/upload/iblock/e82/mh1liu6dqchu95384hccfbjh8u620xzz/mbt-v-podarok_Montazhnaya-oblast-1_18-_1_.webp') !important;}.mainImage1__slide[style*="razdel-aktsii_Montazhnaya-oblast-1_18-_2_.webp"]{background-image:url('/upload/iblock/056/cpie3dae0yhf3hjvua23ics3hnk6m27p/razdel-aktsii_Montazhnaya-oblast-1_18-_2_.webp') !important;}.mainImage1__slide[style*="12_desc.webp"]{background-image:url('/upload/iblock/4d0/eswiq0oc4ohn12jv3ue3moqlrh7qe6hp/12_desc.webp') !important;}.mainImage1__slide[style*="Karta_khalva_yas_Montazhnaya_oblast_1_01.webp"]{background-image:url('/upload/iblock/ffd/xvw7iu0qn5qzufwssrg7am33q8hiwawa/Karta_khalva_yas_Montazhnaya_oblast_1_01.webp') !important;}.mainImage1__slide[style*="Misterium_Montazhnaya_oblast_1_05.webp"]{background-image:url('/upload/iblock/6dd/qrtfa7yutqlonovgfe5coh7dayg6c0v2/Misterium_Montazhnaya_oblast_1_05.webp') !important;}}

/* 2026-08-09: KRONA product card laptop warranty/layout fix. */
@media screen and (min-width: 1025px) and (max-width: 1420px) {
    .card__top.top-card {
        grid-template-columns: minmax(500px, 670px) minmax(340px, 1fr);
        grid-gap: clamp(28px, 4vw, 56px);
        align-items: start;
    }

    .card__top.top-card .top-card__left {
        height: auto;
        min-height: 452px;
    }

    .card__top.top-card .top-card__right {
        min-width: 0;
    }

    .card__top.top-card .gallery {
        width: 100%;
        max-width: 670px;
        margin-left: 0;
        margin-right: 0;
    }

    .card__top.top-card .catalog-item__guarantee-icon:not(.mobile) {
        z-index: 3;
    }
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
    .card__top.top-card .top-card__left {
        height: 500px;
    }

    .card__top.top-card .gallery {
        margin-left: auto;
        margin-right: auto;
    }
}


/* End */


/* Start:/local/css/manticore-search.css?1786179063750*/
.header-search__form{position:relative}.manticore-suggest{position:absolute;z-index:1000;top:calc(100% + 8px);left:0;right:0;min-width:320px;max-height:390px;overflow:auto;background:#fff;border:1px solid #e2e2e2;border-radius:10px;box-shadow:0 14px 35px rgba(0,0,0,.15)}.manticore-suggest[hidden]{display:none}.manticore-suggest a{display:flex;align-items:center;justify-content:space-between;gap:20px;padding:11px 14px;color:#1f1c1c;text-decoration:none;border-bottom:1px solid #eee}.manticore-suggest a:last-child{border-bottom:0}.manticore-suggest a:hover{background:#f7f7f7}.manticore-suggest span{color:#777;font-size:12px;white-space:nowrap}@media(max-width:650px){.manticore-suggest{position:fixed;left:12px;right:12px;top:70px;min-width:0}}

/* End */


/* Start:/local/templates/krona.ru/css/popup.css?17546418686036*/
.popup {
	position: fixed;
	overflow-x: hidden;
	overflow-y: scroll;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1200;
	-webkit-overflow-scrolling: touch;
	-moz-overflow-scrolling: touch;
	-o-overflow-scrolling: touch;
	-ms-overflow-scrolling: touch;
	overflow-scrolling: touch;
	opacity: 0;
	pointer-events: none;
	background: rgba(24, 17, 34, 0.7);
	transition: opacity 500ms;
}

.popup_iphone,
  .popup_iphone body {
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
}

.popup_ie10, .popup_ie9 {
	display: none;
}

.popup_dopclass {
	position: absolute;
	overflow: visible;
}

.popup_active {
	opacity: 1;
	pointer-events: auto;
}

.popup_ie10.popup_active, .popup_ie9.popup_active {
	display: block;
}

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

.popup__table {
	display: table;
	width: 100%;
	height: 100%;
	padding: 40px 30px;
}

.popup__cell {
	height: 100%;
	height: 100%;
	display: table-cell;
	vertical-align: middle;
	text-align: center;
}

.popup__block {
	display: inline-block;
	text-align: left;
	position: relative;
	background: #fff;
	box-shadow: 1px 1px 5px 2px #555;
}

.popup_dopclass .popup__block {
	background: #ccc;
	box-shadow: none;
}

.popup_dopclass .popup__block:before {
	position: absolute;
	width: 20px;
	height: 20px;
	background: #ccc;
	transform: rotate(45deg);
	left: -10px;
	top: 21px;
	content: '';
}

.popup__ajax {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: rgba(255, 255, 255, 0.8) url(data:image/svg+xml;base64,PHN2ZyBjbGFzcz0ibGRzLXNwaW5uZXIiIHdpZHRoPSI2NHB4IiAgaGVpZ2h0PSI2NHB4IiAgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgdmlld0JveD0iMCAwIDEwMCAxMDAiIHByZXNlcnZlQXNwZWN0UmF0aW89InhNaWRZTWlkIiBzdHlsZT0iYmFja2dyb3VuZDogbm9uZTsiPjxnIHRyYW5zZm9ybT0icm90YXRlKDAgNTAgNTApIj4gIDxyZWN0IHg9IjQ3IiB5PSIyNyIgcng9IjIyLjA5IiByeT0iMTIuNjkiIHdpZHRoPSI2IiBoZWlnaHQ9IjYiIGZpbGw9IiNjYzAwMDAiPiAgICA8YW5pbWF0ZSBhdHRyaWJ1dGVOYW1lPSJvcGFjaXR5IiB2YWx1ZXM9IjE7MCIga2V5VGltZXM9IjA7MSIgZHVyPSIxcyIgYmVnaW49Ii0wLjlzIiByZXBlYXRDb3VudD0iaW5kZWZpbml0ZSI+PC9hbmltYXRlPiAgPC9yZWN0PjwvZz48ZyB0cmFuc2Zvcm09InJvdGF0ZSgzNiA1MCA1MCkiPiAgPHJlY3QgeD0iNDciIHk9IjI3IiByeD0iMjIuMDkiIHJ5PSIxMi42OSIgd2lkdGg9IjYiIGhlaWdodD0iNiIgZmlsbD0iI2NjMDAwMCI+ICAgIDxhbmltYXRlIGF0dHJpYnV0ZU5hbWU9Im9wYWNpdHkiIHZhbHVlcz0iMTswIiBrZXlUaW1lcz0iMDsxIiBkdXI9IjFzIiBiZWdpbj0iLTAuOHMiIHJlcGVhdENvdW50PSJpbmRlZmluaXRlIj48L2FuaW1hdGU+ICA8L3JlY3Q+PC9nPjxnIHRyYW5zZm9ybT0icm90YXRlKDcyIDUwIDUwKSI+ICA8cmVjdCB4PSI0NyIgeT0iMjciIHJ4PSIyMi4wOSIgcnk9IjEyLjY5IiB3aWR0aD0iNiIgaGVpZ2h0PSI2IiBmaWxsPSIjY2MwMDAwIj4gICAgPGFuaW1hdGUgYXR0cmlidXRlTmFtZT0ib3BhY2l0eSIgdmFsdWVzPSIxOzAiIGtleVRpbWVzPSIwOzEiIGR1cj0iMXMiIGJlZ2luPSItMC43cyIgcmVwZWF0Q291bnQ9ImluZGVmaW5pdGUiPjwvYW5pbWF0ZT4gIDwvcmVjdD48L2c+PGcgdHJhbnNmb3JtPSJyb3RhdGUoMTA4IDUwIDUwKSI+ICA8cmVjdCB4PSI0NyIgeT0iMjciIHJ4PSIyMi4wOSIgcnk9IjEyLjY5IiB3aWR0aD0iNiIgaGVpZ2h0PSI2IiBmaWxsPSIjY2MwMDAwIj4gICAgPGFuaW1hdGUgYXR0cmlidXRlTmFtZT0ib3BhY2l0eSIgdmFsdWVzPSIxOzAiIGtleVRpbWVzPSIwOzEiIGR1cj0iMXMiIGJlZ2luPSItMC42cyIgcmVwZWF0Q291bnQ9ImluZGVmaW5pdGUiPjwvYW5pbWF0ZT4gIDwvcmVjdD48L2c+PGcgdHJhbnNmb3JtPSJyb3RhdGUoMTQ0IDUwIDUwKSI+ICA8cmVjdCB4PSI0NyIgeT0iMjciIHJ4PSIyMi4wOSIgcnk9IjEyLjY5IiB3aWR0aD0iNiIgaGVpZ2h0PSI2IiBmaWxsPSIjY2MwMDAwIj4gICAgPGFuaW1hdGUgYXR0cmlidXRlTmFtZT0ib3BhY2l0eSIgdmFsdWVzPSIxOzAiIGtleVRpbWVzPSIwOzEiIGR1cj0iMXMiIGJlZ2luPSItMC41cyIgcmVwZWF0Q291bnQ9ImluZGVmaW5pdGUiPjwvYW5pbWF0ZT4gIDwvcmVjdD48L2c+PGcgdHJhbnNmb3JtPSJyb3RhdGUoMTgwIDUwIDUwKSI+ICA8cmVjdCB4PSI0NyIgeT0iMjciIHJ4PSIyMi4wOSIgcnk9IjEyLjY5IiB3aWR0aD0iNiIgaGVpZ2h0PSI2IiBmaWxsPSIjY2MwMDAwIj4gICAgPGFuaW1hdGUgYXR0cmlidXRlTmFtZT0ib3BhY2l0eSIgdmFsdWVzPSIxOzAiIGtleVRpbWVzPSIwOzEiIGR1cj0iMXMiIGJlZ2luPSItMC40cyIgcmVwZWF0Q291bnQ9ImluZGVmaW5pdGUiPjwvYW5pbWF0ZT4gIDwvcmVjdD48L2c+PGcgdHJhbnNmb3JtPSJyb3RhdGUoMjE2IDUwIDUwKSI+ICA8cmVjdCB4PSI0NyIgeT0iMjciIHJ4PSIyMi4wOSIgcnk9IjEyLjY5IiB3aWR0aD0iNiIgaGVpZ2h0PSI2IiBmaWxsPSIjY2MwMDAwIj4gICAgPGFuaW1hdGUgYXR0cmlidXRlTmFtZT0ib3BhY2l0eSIgdmFsdWVzPSIxOzAiIGtleVRpbWVzPSIwOzEiIGR1cj0iMXMiIGJlZ2luPSItMC4zcyIgcmVwZWF0Q291bnQ9ImluZGVmaW5pdGUiPjwvYW5pbWF0ZT4gIDwvcmVjdD48L2c+PGcgdHJhbnNmb3JtPSJyb3RhdGUoMjUyIDUwIDUwKSI+ICA8cmVjdCB4PSI0NyIgeT0iMjciIHJ4PSIyMi4wOSIgcnk9IjEyLjY5IiB3aWR0aD0iNiIgaGVpZ2h0PSI2IiBmaWxsPSIjY2MwMDAwIj4gICAgPGFuaW1hdGUgYXR0cmlidXRlTmFtZT0ib3BhY2l0eSIgdmFsdWVzPSIxOzAiIGtleVRpbWVzPSIwOzEiIGR1cj0iMXMiIGJlZ2luPSItMC4ycyIgcmVwZWF0Q291bnQ9ImluZGVmaW5pdGUiPjwvYW5pbWF0ZT4gIDwvcmVjdD48L2c+PGcgdHJhbnNmb3JtPSJyb3RhdGUoMjg4IDUwIDUwKSI+ICA8cmVjdCB4PSI0NyIgeT0iMjciIHJ4PSIyMi4wOSIgcnk9IjEyLjY5IiB3aWR0aD0iNiIgaGVpZ2h0PSI2IiBmaWxsPSIjY2MwMDAwIj4gICAgPGFuaW1hdGUgYXR0cmlidXRlTmFtZT0ib3BhY2l0eSIgdmFsdWVzPSIxOzAiIGtleVRpbWVzPSIwOzEiIGR1cj0iMXMiIGJlZ2luPSItMC4xcyIgcmVwZWF0Q291bnQ9ImluZGVmaW5pdGUiPjwvYW5pbWF0ZT4gIDwvcmVjdD48L2c+PGcgdHJhbnNmb3JtPSJyb3RhdGUoMzI0IDUwIDUwKSI+ICA8cmVjdCB4PSI0NyIgeT0iMjciIHJ4PSIyMi4wOSIgcnk9IjEyLjY5IiB3aWR0aD0iNiIgaGVpZ2h0PSI2IiBmaWxsPSIjY2MwMDAwIj4gICAgPGFuaW1hdGUgYXR0cmlidXRlTmFtZT0ib3BhY2l0eSIgdmFsdWVzPSIxOzAiIGtleVRpbWVzPSIwOzEiIGR1cj0iMXMiIGJlZ2luPSIwcyIgcmVwZWF0Q291bnQ9ImluZGVmaW5pdGUiPjwvYW5pbWF0ZT4gIDwvcmVjdD48L2c+PC9zdmc+) no-repeat center center;
	opacity: 0;
	pointer-events: none;
	z-index: 1000;
	transition: opacity 300ms;
}

.popup__ajax.show {
	opacity: 1;
}

.popup__close {
	display: none;
	position: absolute;
	top: 0;
	right: 0;
	width: 30px;
	height: 30px;
	cursor: pointer;
	z-index: 2;
}

.popup__close:before, .popup__close:after {
	position: absolute;
	left: 50%;
	margin: -1px 0 0 -8px;
	top: 50%;
	height: 2px;
	width: 16px;
	background: #000;
	content: '';
	transform-origin: 50% 50%;
}

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

.popup__close:after {
	transform: rotate(45deg);
}

.popup_active .popup__close {
	display: block;
}

.popup__change > div {
	display: block;
}

.popup__body_hidden {
	overflow: hidden;
	-webkit-overflow-scrolling: auto;
	-moz-overflow-scrolling: auto;
	-o-overflow-scrolling: auto;
	-ms-overflow-scrolling: auto;
	overflow-scrolling: auto;
}
/* End */


/* Start:/local/templates/krona.ru/css/kitchen.css?17546418681007*/
.kitchen_only_cntr {
	display: flex;
    justify-content: center;
}
.kitchen_only_chk {
	cursor: pointer;
	display: flex;
    align-items: center;
}
.kitchen_only {
	cursor: pointer;
}
input.kitchen_only {
    display: none;
}
.kitchen_only_chk:hover ._tx {
   color: #1f1c1c;
}
.kitchen_only_cntr ._tx {
    font-size: 16px;
    color: #a7a7a7;
    font-weight: 700;
    font-family: Manrope,Arial,Helvetica,sans-serif;
	padding-left: 5px;
	padding-top: 2px;
}
.kitchen_only:hover+i+._tx {
	color: #1f1c1c;
}
.kitchen_only:checked+i+._tx {
	color: #1f1c1c;
}

.kitchen_only_cntr_m{
    display: none;
}
@media screen and (max-width: 767px){
    .kitchen_only_cntr{
        display: none;
    }
    .kitchen_only_cntr_m{
        display: flex;
        justify-content: center;
    }
    .kitchen_only_cntr_m ._tx {
        font-size: 16px;
        color: #a7a7a7;
        font-weight: 700;
        font-family: Manrope,Arial,Helvetica,sans-serif;
        padding-left: 8px;
        padding-top: 2px;
    }
}
/* End */


/* Start:/bitrix/components/neti/select.city/templates/popup.ajax/jquery-ui.css?170486620839497*/
/*! jQuery UI - v1.12.1 - 2016-09-14
* http://jqueryui.com
* Includes: core.css, accordion.css, autocomplete.css, menu.css, button.css, controlgroup.css, checkboxradio.css, datepicker.css, dialog.css, draggable.css, resizable.css, progressbar.css, selectable.css, selectmenu.css, slider.css, sortable.css, spinner.css, tabs.css, tooltip.css, theme.css
* To view and modify this theme, visit http://jqueryui.com/themeroller/?ffDefault=Verdana%2CArial%2Csans-serif&fwDefault=normal&fsDefault=1.1em&cornerRadius=4px&bgColorHeader=cccccc&bgTextureHeader=highlight_soft&bgImgOpacityHeader=75&borderColorHeader=aaaaaa&fcHeader=222222&iconColorHeader=222222&bgColorContent=ffffff&bgTextureContent=flat&bgImgOpacityContent=75&borderColorContent=aaaaaa&fcContent=222222&iconColorContent=222222&bgColorDefault=e6e6e6&bgTextureDefault=glass&bgImgOpacityDefault=75&borderColorDefault=d3d3d3&fcDefault=555555&iconColorDefault=888888&bgColorHover=dadada&bgTextureHover=glass&bgImgOpacityHover=75&borderColorHover=999999&fcHover=212121&iconColorHover=454545&bgColorActive=ffffff&bgTextureActive=glass&bgImgOpacityActive=65&borderColorActive=aaaaaa&fcActive=212121&iconColorActive=454545&bgColorHighlight=fbf9ee&bgTextureHighlight=glass&bgImgOpacityHighlight=55&borderColorHighlight=fcefa1&fcHighlight=363636&iconColorHighlight=2e83ff&bgColorError=fef1ec&bgTextureError=glass&bgImgOpacityError=95&borderColorError=cd0a0a&fcError=cd0a0a&iconColorError=cd0a0a&bgColorOverlay=aaaaaa&bgTextureOverlay=flat&bgImgOpacityOverlay=0&opacityOverlay=30&bgColorShadow=aaaaaa&bgTextureShadow=flat&bgImgOpacityShadow=0&opacityShadow=30&thicknessShadow=8px&offsetTopShadow=-8px&offsetLeftShadow=-8px&cornerRadiusShadow=8px
* Copyright jQuery Foundation and other contributors; Licensed MIT */

/* Layout helpers2
----------------------------------*/
.ui-helper-hidden {
    display: none;
}
.ui-helper-hidden-accessible {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}
.ui-helper-reset {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    line-height: 1.3;
    text-decoration: none;
    font-size: 100%;
    list-style: none;
}
.ui-helper-clearfix:before,
.ui-helper-clearfix:after {
    content: "";
    display: table;
    border-collapse: collapse;
}
.ui-helper-clearfix:after {
    clear: both;
}
.ui-helper-zfix {
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    position: absolute;
    opacity: 0;
    filter:Alpha(Opacity=0); /* support: IE8 */
}

.ui-front {
    z-index: 100;
}


/* Interaction Cues
----------------------------------*/
.ui-state-disabled {
    cursor: default !important;
    pointer-events: none;
}


/* Icons
----------------------------------*/
.ui-icon {
    display: inline-block;
    vertical-align: middle;
    margin-top: -.25em;
    position: relative;
    text-indent: -99999px;
    overflow: hidden;
    background-repeat: no-repeat;
}

.ui-widget-icon-block {
    left: 50%;
    margin-left: -8px;
    display: block;
}

/* Misc visuals
----------------------------------*/

/* Overlays */
.ui-widget-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.ui-accordion .ui-accordion-header {
    display: block;
    cursor: pointer;
    position: relative;
    margin: 2px 0 0 0;
    padding: .5em .5em .5em .7em;
    font-size: 100%;
}
.ui-accordion .ui-accordion-content {
    padding: 1em 2.2em;
    border-top: 0;
    overflow: auto;
}
.ui-autocomplete {
    position: absolute;
    top: 0;
    left: 0;
    cursor: default;
}
.ui-menu {
    list-style: none;
    padding: 0;
    margin: 0;
    display: block;
    outline: 0;
}
.ui-menu .ui-menu {
    position: absolute;
}
.ui-menu .ui-menu-item {
    margin: 0;
    cursor: pointer;
    /* support: IE10, see #8844 */
    list-style-image: url("data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7");
}
.ui-menu .ui-menu-item-wrapper {
    position: relative;
    padding: 3px 1em 3px .4em;
}
.ui-menu .ui-menu-divider {
    margin: 5px 0;
    height: 0;
    font-size: 0;
    line-height: 0;
    border-width: 1px 0 0 0;
}
.ui-menu .ui-state-focus,
.ui-menu .ui-state-active {
    /*margin: -1px;*/
}

/* icon support */
.ui-menu-icons {
    position: relative;
}
.ui-menu-icons .ui-menu-item-wrapper {
    padding-left: 2em;
}

/* left-aligned */
.ui-menu .ui-icon {
    position: absolute;
    top: 0;
    bottom: 0;
    left: .2em;
    margin: auto 0;
}

/* right-aligned */
.ui-menu .ui-menu-icon {
    left: auto;
    right: 0;
}
.ui-button {
    padding: .4em 1em;
    display: inline-block;
    position: relative;
    line-height: normal;
    margin-right: .1em;
    cursor: pointer;
    vertical-align: middle;
    text-align: center;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;

    /* Support: IE <= 11 */
    overflow: visible;
}

.ui-button,
.ui-button:link,
.ui-button:visited,
.ui-button:hover,
.ui-button:active {
    text-decoration: none;
}

/* to make room for the icon, a width needs to be set here */
.ui-button-icon-only {
    width: 2em;
    box-sizing: border-box;
    text-indent: -9999px;
    white-space: nowrap;
}

/* no icon support for input elements */
input.ui-button.ui-button-icon-only {
    text-indent: 0;
}

/* button icon element(s) */
.ui-button-icon-only .ui-icon {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -8px;
    margin-left: -8px;
}

.ui-button.ui-icon-notext .ui-icon {
    padding: 0;
    width: 2.1em;
    height: 2.1em;
    text-indent: -9999px;
    white-space: nowrap;

}

input.ui-button.ui-icon-notext .ui-icon {
    width: auto;
    height: auto;
    text-indent: 0;
    white-space: normal;
    padding: .4em 1em;
}

/* workarounds */
/* Support: Firefox 5 - 40 */
input.ui-button::-moz-focus-inner,
button.ui-button::-moz-focus-inner {
    border: 0;
    padding: 0;
}
.ui-controlgroup {
    vertical-align: middle;
    display: inline-block;
}
.ui-controlgroup > .ui-controlgroup-item {
    float: left;
    margin-left: 0;
    margin-right: 0;
}
.ui-controlgroup > .ui-controlgroup-item:focus,
.ui-controlgroup > .ui-controlgroup-item.ui-visual-focus {
    z-index: 9999;
}
.ui-controlgroup-vertical > .ui-controlgroup-item {
    display: block;
    float: none;
    width: 100%;
    margin-top: 0;
    margin-bottom: 0;
    text-align: left;
}
.ui-controlgroup-vertical .ui-controlgroup-item {
    box-sizing: border-box;
}
.ui-controlgroup .ui-controlgroup-label {
    padding: .4em 1em;
}
.ui-controlgroup .ui-controlgroup-label span {
    font-size: 80%;
}
.ui-controlgroup-horizontal .ui-controlgroup-label + .ui-controlgroup-item {
    border-left: none;
}
.ui-controlgroup-vertical .ui-controlgroup-label + .ui-controlgroup-item {
    border-top: none;
}
.ui-controlgroup-horizontal .ui-controlgroup-label.ui-widget-content {
    border-right: none;
}
.ui-controlgroup-vertical .ui-controlgroup-label.ui-widget-content {
    border-bottom: none;
}

/* Spinner specific style fixes */
.ui-controlgroup-vertical .ui-spinner-input {

    /* Support: IE8 only, Android < 4.4 only */
    width: 75%;
    width: calc( 100% - 2.4em );
}
.ui-controlgroup-vertical .ui-spinner .ui-spinner-up {
    border-top-style: solid;
}

.ui-checkboxradio-label .ui-icon-background {
    box-shadow: inset 1px 1px 1px #ccc;
    border-radius: .12em;
    border: none;
}
.ui-checkboxradio-radio-label .ui-icon-background {
    width: 16px;
    height: 16px;
    border-radius: 1em;
    overflow: visible;
    border: none;
}
.ui-checkboxradio-radio-label.ui-checkboxradio-checked .ui-icon,
.ui-checkboxradio-radio-label.ui-checkboxradio-checked:hover .ui-icon {
    background-image: none;
    width: 8px;
    height: 8px;
    border-width: 4px;
    border-style: solid;
}
.ui-checkboxradio-disabled {
    pointer-events: none;
}
.ui-datepicker {
    width: 17em;
    padding: .2em .2em 0;
    display: none;
}
.ui-datepicker .ui-datepicker-header {
    position: relative;
    padding: .2em 0;
}
.ui-datepicker .ui-datepicker-prev,
.ui-datepicker .ui-datepicker-next {
    position: absolute;
    top: 2px;
    width: 1.8em;
    height: 1.8em;
}
.ui-datepicker .ui-datepicker-prev-hover,
.ui-datepicker .ui-datepicker-next-hover {
    top: 1px;
}
.ui-datepicker .ui-datepicker-prev {
    left: 2px;
}
.ui-datepicker .ui-datepicker-next {
    right: 2px;
}
.ui-datepicker .ui-datepicker-prev-hover {
    left: 1px;
}
.ui-datepicker .ui-datepicker-next-hover {
    right: 1px;
}
.ui-datepicker .ui-datepicker-prev span,
.ui-datepicker .ui-datepicker-next span {
    display: block;
    position: absolute;
    left: 50%;
    margin-left: -8px;
    top: 50%;
    margin-top: -8px;
}
.ui-datepicker .ui-datepicker-title {
    margin: 0 2.3em;
    line-height: 1.8em;
    text-align: center;
}
.ui-datepicker .ui-datepicker-title select {
    font-size: 1em;
    margin: 1px 0;
}
.ui-datepicker select.ui-datepicker-month,
.ui-datepicker select.ui-datepicker-year {
    width: 45%;
}
.ui-datepicker table {
    width: 100%;
    font-size: .9em;
    border-collapse: collapse;
    margin: 0 0 .4em;
}
.ui-datepicker th {
    padding: .7em .3em;
    text-align: center;
    font-weight: bold;
    border: 0;
}
.ui-datepicker td {
    border: 0;
    padding: 1px;
}
.ui-datepicker td span,
.ui-datepicker td a {
    display: block;
    padding: .2em;
    text-align: right;
    text-decoration: none;
}
.ui-datepicker .ui-datepicker-buttonpane {
    background-image: none;
    margin: .7em 0 0 0;
    padding: 0 .2em;
    border-left: 0;
    border-right: 0;
    border-bottom: 0;
}
.ui-datepicker .ui-datepicker-buttonpane button {
    float: right;
    margin: .5em .2em .4em;
    cursor: pointer;
    padding: .2em .6em .3em .6em;
    width: auto;
    overflow: visible;
}
.ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current {
    float: left;
}

/* with multiple calendars */
.ui-datepicker.ui-datepicker-multi {
    width: auto;
}
.ui-datepicker-multi .ui-datepicker-group {
    float: left;
}
.ui-datepicker-multi .ui-datepicker-group table {
    width: 95%;
    margin: 0 auto .4em;
}
.ui-datepicker-multi-2 .ui-datepicker-group {
    width: 50%;
}
.ui-datepicker-multi-3 .ui-datepicker-group {
    width: 33.3%;
}
.ui-datepicker-multi-4 .ui-datepicker-group {
    width: 25%;
}
.ui-datepicker-multi .ui-datepicker-group-last .ui-datepicker-header,
.ui-datepicker-multi .ui-datepicker-group-middle .ui-datepicker-header {
    border-left-width: 0;
}
.ui-datepicker-multi .ui-datepicker-buttonpane {
    clear: left;
}
.ui-datepicker-row-break {
    clear: both;
    width: 100%;
    font-size: 0;
}

/* RTL support */
.ui-datepicker-rtl {
    direction: rtl;
}
.ui-datepicker-rtl .ui-datepicker-prev {
    right: 2px;
    left: auto;
}
.ui-datepicker-rtl .ui-datepicker-next {
    left: 2px;
    right: auto;
}
.ui-datepicker-rtl .ui-datepicker-prev:hover {
    right: 1px;
    left: auto;
}
.ui-datepicker-rtl .ui-datepicker-next:hover {
    left: 1px;
    right: auto;
}
.ui-datepicker-rtl .ui-datepicker-buttonpane {
    clear: right;
}
.ui-datepicker-rtl .ui-datepicker-buttonpane button {
    float: left;
}
.ui-datepicker-rtl .ui-datepicker-buttonpane button.ui-datepicker-current,
.ui-datepicker-rtl .ui-datepicker-group {
    float: right;
}
.ui-datepicker-rtl .ui-datepicker-group-last .ui-datepicker-header,
.ui-datepicker-rtl .ui-datepicker-group-middle .ui-datepicker-header {
    border-right-width: 0;
    border-left-width: 1px;
}

/* Icons */
.ui-datepicker .ui-icon {
    display: block;
    text-indent: -99999px;
    overflow: hidden;
    background-repeat: no-repeat;
    left: .5em;
    top: .3em;
}
.ui-dialog {
    position: absolute;
    top: 0;
    left: 0;
    padding: .2em;
    outline: 0;
}
.ui-dialog .ui-dialog-titlebar {
    padding: .4em 1em;
    position: relative;
}
.ui-dialog .ui-dialog-title {
    float: left;
    margin: .1em 0;
    white-space: nowrap;
    width: 90%;
    overflow: hidden;
    text-overflow: ellipsis;
}
.ui-dialog .ui-dialog-titlebar-close {
    position: absolute;
    right: .3em;
    top: 50%;
    width: 20px;
    margin: -10px 0 0 0;
    padding: 1px;
    height: 20px;
}
.ui-dialog .ui-dialog-content {
    position: relative;
    border: 0;
    padding: .5em 1em;
    background: none;
    overflow: auto;
}
.ui-dialog .ui-dialog-buttonpane {
    text-align: left;
    border-width: 1px 0 0 0;
    background-image: none;
    margin-top: .5em;
    padding: .3em 1em .5em .4em;
}
.ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset {
    float: right;
}
.ui-dialog .ui-dialog-buttonpane button {
    margin: .5em .4em .5em 0;
    cursor: pointer;
}
.ui-dialog .ui-resizable-n {
    height: 2px;
    top: 0;
}
.ui-dialog .ui-resizable-e {
    width: 2px;
    right: 0;
}
.ui-dialog .ui-resizable-s {
    height: 2px;
    bottom: 0;
}
.ui-dialog .ui-resizable-w {
    width: 2px;
    left: 0;
}
.ui-dialog .ui-resizable-se,
.ui-dialog .ui-resizable-sw,
.ui-dialog .ui-resizable-ne,
.ui-dialog .ui-resizable-nw {
    width: 7px;
    height: 7px;
}
.ui-dialog .ui-resizable-se {
    right: 0;
    bottom: 0;
}
.ui-dialog .ui-resizable-sw {
    left: 0;
    bottom: 0;
}
.ui-dialog .ui-resizable-ne {
    right: 0;
    top: 0;
}
.ui-dialog .ui-resizable-nw {
    left: 0;
    top: 0;
}
.ui-draggable .ui-dialog-titlebar {
    cursor: move;
}
.ui-draggable-handle {
    -ms-touch-action: none;
    touch-action: none;
}
.ui-resizable {
    position: relative;
}
.ui-resizable-handle {
    position: absolute;
    font-size: 0.1px;
    display: block;
    -ms-touch-action: none;
    touch-action: none;
}
.ui-resizable-disabled .ui-resizable-handle,
.ui-resizable-autohide .ui-resizable-handle {
    display: none;
}
.ui-resizable-n {
    cursor: n-resize;
    height: 7px;
    width: 100%;
    top: -5px;
    left: 0;
}
.ui-resizable-s {
    cursor: s-resize;
    height: 7px;
    width: 100%;
    bottom: -5px;
    left: 0;
}
.ui-resizable-e {
    cursor: e-resize;
    width: 7px;
    right: -5px;
    top: 0;
    height: 100%;
}
.ui-resizable-w {
    cursor: w-resize;
    width: 7px;
    left: -5px;
    top: 0;
    height: 100%;
}
.ui-resizable-se {
    cursor: se-resize;
    width: 12px;
    height: 12px;
    right: 1px;
    bottom: 1px;
}
.ui-resizable-sw {
    cursor: sw-resize;
    width: 9px;
    height: 9px;
    left: -5px;
    bottom: -5px;
}
.ui-resizable-nw {
    cursor: nw-resize;
    width: 9px;
    height: 9px;
    left: -5px;
    top: -5px;
}
.ui-resizable-ne {
    cursor: ne-resize;
    width: 9px;
    height: 9px;
    right: -5px;
    top: -5px;
}
.ui-progressbar {
    height: 2em;
    text-align: left;
    overflow: hidden;
}
.ui-progressbar .ui-progressbar-value {
    margin: -1px;
    height: 100%;
}
.ui-progressbar .ui-progressbar-overlay {
    background: url("data:image/gif;base64,R0lGODlhKAAoAIABAAAAAP///yH/C05FVFNDQVBFMi4wAwEAAAAh+QQJAQABACwAAAAAKAAoAAACkYwNqXrdC52DS06a7MFZI+4FHBCKoDeWKXqymPqGqxvJrXZbMx7Ttc+w9XgU2FB3lOyQRWET2IFGiU9m1frDVpxZZc6bfHwv4c1YXP6k1Vdy292Fb6UkuvFtXpvWSzA+HycXJHUXiGYIiMg2R6W459gnWGfHNdjIqDWVqemH2ekpObkpOlppWUqZiqr6edqqWQAAIfkECQEAAQAsAAAAACgAKAAAApSMgZnGfaqcg1E2uuzDmmHUBR8Qil95hiPKqWn3aqtLsS18y7G1SzNeowWBENtQd+T1JktP05nzPTdJZlR6vUxNWWjV+vUWhWNkWFwxl9VpZRedYcflIOLafaa28XdsH/ynlcc1uPVDZxQIR0K25+cICCmoqCe5mGhZOfeYSUh5yJcJyrkZWWpaR8doJ2o4NYq62lAAACH5BAkBAAEALAAAAAAoACgAAAKVDI4Yy22ZnINRNqosw0Bv7i1gyHUkFj7oSaWlu3ovC8GxNso5fluz3qLVhBVeT/Lz7ZTHyxL5dDalQWPVOsQWtRnuwXaFTj9jVVh8pma9JjZ4zYSj5ZOyma7uuolffh+IR5aW97cHuBUXKGKXlKjn+DiHWMcYJah4N0lYCMlJOXipGRr5qdgoSTrqWSq6WFl2ypoaUAAAIfkECQEAAQAsAAAAACgAKAAAApaEb6HLgd/iO7FNWtcFWe+ufODGjRfoiJ2akShbueb0wtI50zm02pbvwfWEMWBQ1zKGlLIhskiEPm9R6vRXxV4ZzWT2yHOGpWMyorblKlNp8HmHEb/lCXjcW7bmtXP8Xt229OVWR1fod2eWqNfHuMjXCPkIGNileOiImVmCOEmoSfn3yXlJWmoHGhqp6ilYuWYpmTqKUgAAIfkECQEAAQAsAAAAACgAKAAAApiEH6kb58biQ3FNWtMFWW3eNVcojuFGfqnZqSebuS06w5V80/X02pKe8zFwP6EFWOT1lDFk8rGERh1TTNOocQ61Hm4Xm2VexUHpzjymViHrFbiELsefVrn6XKfnt2Q9G/+Xdie499XHd2g4h7ioOGhXGJboGAnXSBnoBwKYyfioubZJ2Hn0RuRZaflZOil56Zp6iioKSXpUAAAh+QQJAQABACwAAAAAKAAoAAACkoQRqRvnxuI7kU1a1UU5bd5tnSeOZXhmn5lWK3qNTWvRdQxP8qvaC+/yaYQzXO7BMvaUEmJRd3TsiMAgswmNYrSgZdYrTX6tSHGZO73ezuAw2uxuQ+BbeZfMxsexY35+/Qe4J1inV0g4x3WHuMhIl2jXOKT2Q+VU5fgoSUI52VfZyfkJGkha6jmY+aaYdirq+lQAACH5BAkBAAEALAAAAAAoACgAAAKWBIKpYe0L3YNKToqswUlvznigd4wiR4KhZrKt9Upqip61i9E3vMvxRdHlbEFiEXfk9YARYxOZZD6VQ2pUunBmtRXo1Lf8hMVVcNl8JafV38aM2/Fu5V16Bn63r6xt97j09+MXSFi4BniGFae3hzbH9+hYBzkpuUh5aZmHuanZOZgIuvbGiNeomCnaxxap2upaCZsq+1kAACH5BAkBAAEALAAAAAAoACgAAAKXjI8By5zf4kOxTVrXNVlv1X0d8IGZGKLnNpYtm8Lr9cqVeuOSvfOW79D9aDHizNhDJidFZhNydEahOaDH6nomtJjp1tutKoNWkvA6JqfRVLHU/QUfau9l2x7G54d1fl995xcIGAdXqMfBNadoYrhH+Mg2KBlpVpbluCiXmMnZ2Sh4GBqJ+ckIOqqJ6LmKSllZmsoq6wpQAAAh+QQJAQABACwAAAAAKAAoAAAClYx/oLvoxuJDkU1a1YUZbJ59nSd2ZXhWqbRa2/gF8Gu2DY3iqs7yrq+xBYEkYvFSM8aSSObE+ZgRl1BHFZNr7pRCavZ5BW2142hY3AN/zWtsmf12p9XxxFl2lpLn1rseztfXZjdIWIf2s5dItwjYKBgo9yg5pHgzJXTEeGlZuenpyPmpGQoKOWkYmSpaSnqKileI2FAAACH5BAkBAAEALAAAAAAoACgAAAKVjB+gu+jG4kORTVrVhRlsnn2dJ3ZleFaptFrb+CXmO9OozeL5VfP99HvAWhpiUdcwkpBH3825AwYdU8xTqlLGhtCosArKMpvfa1mMRae9VvWZfeB2XfPkeLmm18lUcBj+p5dnN8jXZ3YIGEhYuOUn45aoCDkp16hl5IjYJvjWKcnoGQpqyPlpOhr3aElaqrq56Bq7VAAAOw==");
    height: 100%;
    filter: alpha(opacity=25); /* support: IE8 */
    opacity: 0.25;
}
.ui-progressbar-indeterminate .ui-progressbar-value {
    background-image: none;
}
.ui-selectable {
    -ms-touch-action: none;
    touch-action: none;
}
.ui-selectable-helper {
    position: absolute;
    z-index: 100;
    border: 1px dotted black;
}
.ui-selectmenu-menu {
    padding: 0;
    margin: 0;
    position: absolute;
    top: 0;
    left: 0;
    display: none;
}
.ui-selectmenu-menu .ui-menu {
    overflow: auto;
    overflow-x: hidden;
    padding-bottom: 1px;
}
.ui-selectmenu-menu .ui-menu .ui-selectmenu-optgroup {
    font-size: 1em;
    font-weight: bold;
    line-height: 1.5;
    padding: 2px 0.4em;
    margin: 0.5em 0 0 0;
    height: auto;
    border: 0;
}
.ui-selectmenu-open {
    display: block;
}
.ui-selectmenu-text {
    display: block;
    margin-right: 20px;
    overflow: hidden;
    text-overflow: ellipsis;
}
.ui-selectmenu-button.ui-button {
    text-align: left;
    white-space: nowrap;
    width: 14em;
}
.ui-selectmenu-icon.ui-icon {
    float: right;
    margin-top: 0;
}
.ui-slider {
    position: relative;
    text-align: left;
}
.ui-slider .ui-slider-handle {
    position: absolute;
    z-index: 2;
    width: 1.2em;
    height: 1.2em;
    cursor: default;
    -ms-touch-action: none;
    touch-action: none;
}
.ui-slider .ui-slider-range {
    position: absolute;
    z-index: 1;
    font-size: .7em;
    display: block;
    border: 0;
    background-position: 0 0;
}

/* support: IE8 - See #6727 */
.ui-slider.ui-state-disabled .ui-slider-handle,
.ui-slider.ui-state-disabled .ui-slider-range {
    filter: inherit;
}

.ui-slider-horizontal {
    height: .8em;
}
.ui-slider-horizontal .ui-slider-handle {
    top: -.3em;
    margin-left: -.6em;
}
.ui-slider-horizontal .ui-slider-range {
    top: 0;
    height: 100%;
}
.ui-slider-horizontal .ui-slider-range-min {
    left: 0;
}
.ui-slider-horizontal .ui-slider-range-max {
    right: 0;
}

.ui-slider-vertical {
    width: .8em;
    height: 100px;
}
.ui-slider-vertical .ui-slider-handle {
    left: -.3em;
    margin-left: 0;
    margin-bottom: -.6em;
}
.ui-slider-vertical .ui-slider-range {
    left: 0;
    width: 100%;
}
.ui-slider-vertical .ui-slider-range-min {
    bottom: 0;
}
.ui-slider-vertical .ui-slider-range-max {
    top: 0;
}
.ui-sortable-handle {
    -ms-touch-action: none;
    touch-action: none;
}
.ui-spinner {
    position: relative;
    display: inline-block;
    overflow: hidden;
    padding: 0;
    vertical-align: middle;
}
.ui-spinner-input {
    border: none;
    background: none;
    color: inherit;
    padding: .222em 0;
    margin: .2em 0;
    vertical-align: middle;
    margin-left: .4em;
    margin-right: 2em;
}
.ui-spinner-button {
    width: 1.6em;
    height: 50%;
    font-size: .5em;
    padding: 0;
    margin: 0;
    text-align: center;
    position: absolute;
    cursor: default;
    display: block;
    overflow: hidden;
    right: 0;
}
/* more specificity required here to override default borders */
.ui-spinner a.ui-spinner-button {
    border-top-style: none;
    border-bottom-style: none;
    border-right-style: none;
}
.ui-spinner-up {
    top: 0;
}
.ui-spinner-down {
    bottom: 0;
}
.ui-tabs {
    position: relative;/* position: relative prevents IE scroll bug (element with position: relative inside container with overflow: auto appear as "fixed") */
    padding: .2em;
}
.ui-tabs .ui-tabs-nav {
    margin: 0;
    padding: .2em .2em 0;
}
.ui-tabs .ui-tabs-nav li {
    list-style: none;
    float: left;
    position: relative;
    top: 0;
    margin: 1px .2em 0 0;
    border-bottom-width: 0;
    padding: 0;
    white-space: nowrap;
}
.ui-tabs .ui-tabs-nav .ui-tabs-anchor {
    float: left;
    padding: .5em 1em;
    text-decoration: none;
}
.ui-tabs .ui-tabs-nav li.ui-tabs-active {
    margin-bottom: -1px;
    padding-bottom: 1px;
}
.ui-tabs .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor,
.ui-tabs .ui-tabs-nav li.ui-state-disabled .ui-tabs-anchor,
.ui-tabs .ui-tabs-nav li.ui-tabs-loading .ui-tabs-anchor {
    cursor: text;
}
.ui-tabs-collapsible .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor {
    cursor: pointer;
}
.ui-tabs .ui-tabs-panel {
    display: block;
    border-width: 0;
    padding: 1em 1.4em;
    background: none;
}
.ui-tooltip {
    padding: 8px;
    position: absolute;
    z-index: 9999;
    max-width: 300px;
}
body .ui-tooltip {
    border-width: 2px;
}
/* Component containers
----------------------------------*/
.ui-widget {
    font-family: Verdana,Arial,sans-serif;
    font-size: 1.1em;
}
.ui-widget .ui-widget {
    font-size: 1em;
}
.ui-widget input,
.ui-widget select,
.ui-widget textarea,
.ui-widget button {
    font-family: Verdana,Arial,sans-serif;
    font-size: 1em;
}
.ui-widget.ui-widget-content {
    border: 1px solid #C60B3C;
    border-top: none;
    z-index: 999999;
    font-size: 16px;
    font-weight: 600;
    font-family: Manrope,Arial,Helvetica,sans-serif;
}
.ui-widget-content {
    color: #C60B3C;
    background: #ffffff;
    color: #222222;
}
.ui-widget-content a {
    color: #222222;
}
.ui-widget-header {
    border: 1px solid #C60B3C;
    background: #cccccc url("/bitrix/components/neti/select.city/templates/popup.ajax/images/ui-bg_highlight-soft_75_cccccc_1x100.png") 50% 50% repeat-x;
    color: #222222;
    font-weight: bold;
}
.ui-widget-header a {
    color: #222222;
}

/* Interaction states
----------------------------------*/
.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default,
.ui-button,

    /* We use html here because we need a greater specificity to make sure disabled
    works properly when clicked or hovered */
html .ui-button.ui-state-disabled:hover,
html .ui-button.ui-state-disabled:active {
    border: 1px solid #d3d3d3;
    background: #e6e6e6 url("/bitrix/components/neti/select.city/templates/popup.ajax/images/ui-bg_glass_75_e6e6e6_1x400.png") 50% 50% repeat-x;
    font-weight: normal;
    color: #555555;
}
.ui-state-default a,
.ui-state-default a:link,
.ui-state-default a:visited,
a.ui-button,
a:link.ui-button,
a:visited.ui-button,
.ui-button {
    color: #555555;
    text-decoration: none;
}
.ui-state-hover,
.ui-widget-content .ui-state-hover,
.ui-widget-header .ui-state-hover,
.ui-state-focus,
.ui-widget-content .ui-state-focus,
.ui-widget-header .ui-state-focus,
.ui-button:hover,
.ui-button:focus {
    border: 1px solid #999999;
    background: #dadada url("/bitrix/components/neti/select.city/templates/popup.ajax/images/ui-bg_glass_75_dadada_1x400.png") 50% 50% repeat-x;
    font-weight: normal;
    color: #212121;
}
.ui-state-hover a,
.ui-state-hover a:hover,
.ui-state-hover a:link,
.ui-state-hover a:visited,
.ui-state-focus a,
.ui-state-focus a:hover,
.ui-state-focus a:link,
.ui-state-focus a:visited,
a.ui-button:hover,
a.ui-button:focus {
    color: #212121;
    text-decoration: none;
}

.ui-visual-focus {
    box-shadow: 0 0 3px 1px rgb(94, 158, 214);
}
.ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active,
a.ui-button:active,
.ui-button:active,
.ui-button.ui-state-active:hover {
    color: #C60B3C;
}
.ui-icon-background,
.ui-state-active .ui-icon-background {
    border: #aaaaaa;
    background-color: #212121;
}
.ui-state-active a,
.ui-state-active a:link,
.ui-state-active a:visited {
    color: #212121;
    text-decoration: none;
}

/* Interaction Cues
----------------------------------*/
.ui-state-highlight,
.ui-widget-content .ui-state-highlight,
.ui-widget-header .ui-state-highlight {
    border: 1px solid #fcefa1;
    background: #fbf9ee url("/bitrix/components/neti/select.city/templates/popup.ajax/images/ui-bg_glass_55_fbf9ee_1x400.png") 50% 50% repeat-x;
    color: #363636;
}
.ui-state-checked {
    border: 1px solid #fcefa1;
    background: #fbf9ee;
}
.ui-state-highlight a,
.ui-widget-content .ui-state-highlight a,
.ui-widget-header .ui-state-highlight a {
    color: #363636;
}
.ui-state-error,
.ui-widget-content .ui-state-error,
.ui-widget-header .ui-state-error {
    border: 1px solid #cd0a0a;
    background: #fef1ec url("/bitrix/components/neti/select.city/templates/popup.ajax/images/ui-bg_glass_95_fef1ec_1x400.png") 50% 50% repeat-x;
    color: #cd0a0a;
}
.ui-state-error a,
.ui-widget-content .ui-state-error a,
.ui-widget-header .ui-state-error a {
    color: #cd0a0a;
}
.ui-state-error-text,
.ui-widget-content .ui-state-error-text,
.ui-widget-header .ui-state-error-text {
    color: #cd0a0a;
}
.ui-priority-primary,
.ui-widget-content .ui-priority-primary,
.ui-widget-header .ui-priority-primary {
    font-weight: bold;
}
.ui-priority-secondary,
.ui-widget-content .ui-priority-secondary,
.ui-widget-header .ui-priority-secondary {
    opacity: .7;
    filter:Alpha(Opacity=70); /* support: IE8 */
    font-weight: normal;
}
.ui-state-disabled,
.ui-widget-content .ui-state-disabled,
.ui-widget-header .ui-state-disabled {
    opacity: .35;
    filter:Alpha(Opacity=35); /* support: IE8 */
    background-image: none;
}
.ui-state-disabled .ui-icon {
    filter:Alpha(Opacity=35); /* support: IE8 - See #6059 */
}

/* Icons
----------------------------------*/

/* states and images */
.ui-icon {
    width: 16px;
    height: 16px;
}
.ui-icon,
.ui-widget-content .ui-icon {
    background-image: url("/bitrix/components/neti/select.city/templates/popup.ajax/images/ui-icons_222222_256x240.png");
}
.ui-widget-header .ui-icon {
    background-image: url("/bitrix/components/neti/select.city/templates/popup.ajax/images/ui-icons_222222_256x240.png");
}
.ui-state-hover .ui-icon,
.ui-state-focus .ui-icon,
.ui-button:hover .ui-icon,
.ui-button:focus .ui-icon {
    background-image: url("/bitrix/components/neti/select.city/templates/popup.ajax/images/ui-icons_454545_256x240.png");
}
.ui-state-active .ui-icon,
.ui-button:active .ui-icon {
    background-image: url("/bitrix/components/neti/select.city/templates/popup.ajax/images/ui-icons_454545_256x240.png");
}
.ui-state-highlight .ui-icon,
.ui-button .ui-state-highlight.ui-icon {
    background-image: url("/bitrix/components/neti/select.city/templates/popup.ajax/images/ui-icons_2e83ff_256x240.png");
}
.ui-state-error .ui-icon,
.ui-state-error-text .ui-icon {
    background-image: url("/bitrix/components/neti/select.city/templates/popup.ajax/images/ui-icons_cd0a0a_256x240.png");
}
.ui-button .ui-icon {
    background-image: url("/bitrix/components/neti/select.city/templates/popup.ajax/images/ui-icons_888888_256x240.png");
}

/* positioning */
.ui-icon-blank { background-position: 16px 16px; }
.ui-icon-caret-1-n { background-position: 0 0; }
.ui-icon-caret-1-ne { background-position: -16px 0; }
.ui-icon-caret-1-e { background-position: -32px 0; }
.ui-icon-caret-1-se { background-position: -48px 0; }
.ui-icon-caret-1-s { background-position: -65px 0; }
.ui-icon-caret-1-sw { background-position: -80px 0; }
.ui-icon-caret-1-w { background-position: -96px 0; }
.ui-icon-caret-1-nw { background-position: -112px 0; }
.ui-icon-caret-2-n-s { background-position: -128px 0; }
.ui-icon-caret-2-e-w { background-position: -144px 0; }
.ui-icon-triangle-1-n { background-position: 0 -16px; }
.ui-icon-triangle-1-ne { background-position: -16px -16px; }
.ui-icon-triangle-1-e { background-position: -32px -16px; }
.ui-icon-triangle-1-se { background-position: -48px -16px; }
.ui-icon-triangle-1-s { background-position: -65px -16px; }
.ui-icon-triangle-1-sw { background-position: -80px -16px; }
.ui-icon-triangle-1-w { background-position: -96px -16px; }
.ui-icon-triangle-1-nw { background-position: -112px -16px; }
.ui-icon-triangle-2-n-s { background-position: -128px -16px; }
.ui-icon-triangle-2-e-w { background-position: -144px -16px; }
.ui-icon-arrow-1-n { background-position: 0 -32px; }
.ui-icon-arrow-1-ne { background-position: -16px -32px; }
.ui-icon-arrow-1-e { background-position: -32px -32px; }
.ui-icon-arrow-1-se { background-position: -48px -32px; }
.ui-icon-arrow-1-s { background-position: -65px -32px; }
.ui-icon-arrow-1-sw { background-position: -80px -32px; }
.ui-icon-arrow-1-w { background-position: -96px -32px; }
.ui-icon-arrow-1-nw { background-position: -112px -32px; }
.ui-icon-arrow-2-n-s { background-position: -128px -32px; }
.ui-icon-arrow-2-ne-sw { background-position: -144px -32px; }
.ui-icon-arrow-2-e-w { background-position: -160px -32px; }
.ui-icon-arrow-2-se-nw { background-position: -176px -32px; }
.ui-icon-arrowstop-1-n { background-position: -192px -32px; }
.ui-icon-arrowstop-1-e { background-position: -208px -32px; }
.ui-icon-arrowstop-1-s { background-position: -224px -32px; }
.ui-icon-arrowstop-1-w { background-position: -240px -32px; }
.ui-icon-arrowthick-1-n { background-position: 1px -48px; }
.ui-icon-arrowthick-1-ne { background-position: -16px -48px; }
.ui-icon-arrowthick-1-e { background-position: -32px -48px; }
.ui-icon-arrowthick-1-se { background-position: -48px -48px; }
.ui-icon-arrowthick-1-s { background-position: -64px -48px; }
.ui-icon-arrowthick-1-sw { background-position: -80px -48px; }
.ui-icon-arrowthick-1-w { background-position: -96px -48px; }
.ui-icon-arrowthick-1-nw { background-position: -112px -48px; }
.ui-icon-arrowthick-2-n-s { background-position: -128px -48px; }
.ui-icon-arrowthick-2-ne-sw { background-position: -144px -48px; }
.ui-icon-arrowthick-2-e-w { background-position: -160px -48px; }
.ui-icon-arrowthick-2-se-nw { background-position: -176px -48px; }
.ui-icon-arrowthickstop-1-n { background-position: -192px -48px; }
.ui-icon-arrowthickstop-1-e { background-position: -208px -48px; }
.ui-icon-arrowthickstop-1-s { background-position: -224px -48px; }
.ui-icon-arrowthickstop-1-w { background-position: -240px -48px; }
.ui-icon-arrowreturnthick-1-w { background-position: 0 -64px; }
.ui-icon-arrowreturnthick-1-n { background-position: -16px -64px; }
.ui-icon-arrowreturnthick-1-e { background-position: -32px -64px; }
.ui-icon-arrowreturnthick-1-s { background-position: -48px -64px; }
.ui-icon-arrowreturn-1-w { background-position: -64px -64px; }
.ui-icon-arrowreturn-1-n { background-position: -80px -64px; }
.ui-icon-arrowreturn-1-e { background-position: -96px -64px; }
.ui-icon-arrowreturn-1-s { background-position: -112px -64px; }
.ui-icon-arrowrefresh-1-w { background-position: -128px -64px; }
.ui-icon-arrowrefresh-1-n { background-position: -144px -64px; }
.ui-icon-arrowrefresh-1-e { background-position: -160px -64px; }
.ui-icon-arrowrefresh-1-s { background-position: -176px -64px; }
.ui-icon-arrow-4 { background-position: 0 -80px; }
.ui-icon-arrow-4-diag { background-position: -16px -80px; }
.ui-icon-extlink { background-position: -32px -80px; }
.ui-icon-newwin { background-position: -48px -80px; }
.ui-icon-refresh { background-position: -64px -80px; }
.ui-icon-shuffle { background-position: -80px -80px; }
.ui-icon-transfer-e-w { background-position: -96px -80px; }
.ui-icon-transferthick-e-w { background-position: -112px -80px; }
.ui-icon-folder-collapsed { background-position: 0 -96px; }
.ui-icon-folder-open { background-position: -16px -96px; }
.ui-icon-document { background-position: -32px -96px; }
.ui-icon-document-b { background-position: -48px -96px; }
.ui-icon-note { background-position: -64px -96px; }
.ui-icon-mail-closed { background-position: -80px -96px; }
.ui-icon-mail-open { background-position: -96px -96px; }
.ui-icon-suitcase { background-position: -112px -96px; }
.ui-icon-comment { background-position: -128px -96px; }
.ui-icon-person { background-position: -144px -96px; }
.ui-icon-print { background-position: -160px -96px; }
.ui-icon-trash { background-position: -176px -96px; }
.ui-icon-locked { background-position: -192px -96px; }
.ui-icon-unlocked { background-position: -208px -96px; }
.ui-icon-bookmark { background-position: -224px -96px; }
.ui-icon-tag { background-position: -240px -96px; }
.ui-icon-home { background-position: 0 -112px; }
.ui-icon-flag { background-position: -16px -112px; }
.ui-icon-calendar { background-position: -32px -112px; }
.ui-icon-cart { background-position: -48px -112px; }
.ui-icon-pencil { background-position: -64px -112px; }
.ui-icon-clock { background-position: -80px -112px; }
.ui-icon-disk { background-position: -96px -112px; }
.ui-icon-calculator { background-position: -112px -112px; }
.ui-icon-zoomin { background-position: -128px -112px; }
.ui-icon-zoomout { background-position: -144px -112px; }
.ui-icon-search { background-position: -160px -112px; }
.ui-icon-wrench { background-position: -176px -112px; }
.ui-icon-gear { background-position: -192px -112px; }
.ui-icon-heart { background-position: -208px -112px; }
.ui-icon-star { background-position: -224px -112px; }
.ui-icon-link { background-position: -240px -112px; }
.ui-icon-cancel { background-position: 0 -128px; }
.ui-icon-plus { background-position: -16px -128px; }
.ui-icon-plusthick { background-position: -32px -128px; }
.ui-icon-minus { background-position: -48px -128px; }
.ui-icon-minusthick { background-position: -64px -128px; }
.ui-icon-close { background-position: -80px -128px; }
.ui-icon-closethick { background-position: -96px -128px; }
.ui-icon-key { background-position: -112px -128px; }
.ui-icon-lightbulb { background-position: -128px -128px; }
.ui-icon-scissors { background-position: -144px -128px; }
.ui-icon-clipboard { background-position: -160px -128px; }
.ui-icon-copy { background-position: -176px -128px; }
.ui-icon-contact { background-position: -192px -128px; }
.ui-icon-image { background-position: -208px -128px; }
.ui-icon-video { background-position: -224px -128px; }
.ui-icon-script { background-position: -240px -128px; }
.ui-icon-alert { background-position: 0 -144px; }
.ui-icon-info { background-position: -16px -144px; }
.ui-icon-notice { background-position: -32px -144px; }
.ui-icon-help { background-position: -48px -144px; }
.ui-icon-check { background-position: -64px -144px; }
.ui-icon-bullet { background-position: -80px -144px; }
.ui-icon-radio-on { background-position: -96px -144px; }
.ui-icon-radio-off { background-position: -112px -144px; }
.ui-icon-pin-w { background-position: -128px -144px; }
.ui-icon-pin-s { background-position: -144px -144px; }
.ui-icon-play { background-position: 0 -160px; }
.ui-icon-pause { background-position: -16px -160px; }
.ui-icon-seek-next { background-position: -32px -160px; }
.ui-icon-seek-prev { background-position: -48px -160px; }
.ui-icon-seek-end { background-position: -64px -160px; }
.ui-icon-seek-start { background-position: -80px -160px; }
/* ui-icon-seek-first is deprecated, use ui-icon-seek-start instead */
.ui-icon-seek-first { background-position: -80px -160px; }
.ui-icon-stop { background-position: -96px -160px; }
.ui-icon-eject { background-position: -112px -160px; }
.ui-icon-volume-off { background-position: -128px -160px; }
.ui-icon-volume-on { background-position: -144px -160px; }
.ui-icon-power { background-position: 0 -176px; }
.ui-icon-signal-diag { background-position: -16px -176px; }
.ui-icon-signal { background-position: -32px -176px; }
.ui-icon-battery-0 { background-position: -48px -176px; }
.ui-icon-battery-1 { background-position: -64px -176px; }
.ui-icon-battery-2 { background-position: -80px -176px; }
.ui-icon-battery-3 { background-position: -96px -176px; }
.ui-icon-circle-plus { background-position: 0 -192px; }
.ui-icon-circle-minus { background-position: -16px -192px; }
.ui-icon-circle-close { background-position: -32px -192px; }
.ui-icon-circle-triangle-e { background-position: -48px -192px; }
.ui-icon-circle-triangle-s { background-position: -64px -192px; }
.ui-icon-circle-triangle-w { background-position: -80px -192px; }
.ui-icon-circle-triangle-n { background-position: -96px -192px; }
.ui-icon-circle-arrow-e { background-position: -112px -192px; }
.ui-icon-circle-arrow-s { background-position: -128px -192px; }
.ui-icon-circle-arrow-w { background-position: -144px -192px; }
.ui-icon-circle-arrow-n { background-position: -160px -192px; }
.ui-icon-circle-zoomin { background-position: -176px -192px; }
.ui-icon-circle-zoomout { background-position: -192px -192px; }
.ui-icon-circle-check { background-position: -208px -192px; }
.ui-icon-circlesmall-plus { background-position: 0 -208px; }
.ui-icon-circlesmall-minus { background-position: -16px -208px; }
.ui-icon-circlesmall-close { background-position: -32px -208px; }
.ui-icon-squaresmall-plus { background-position: -48px -208px; }
.ui-icon-squaresmall-minus { background-position: -64px -208px; }
.ui-icon-squaresmall-close { background-position: -80px -208px; }
.ui-icon-grip-dotted-vertical { background-position: 0 -224px; }
.ui-icon-grip-dotted-horizontal { background-position: -16px -224px; }
.ui-icon-grip-solid-vertical { background-position: -32px -224px; }
.ui-icon-grip-solid-horizontal { background-position: -48px -224px; }
.ui-icon-gripsmall-diagonal-se { background-position: -64px -224px; }
.ui-icon-grip-diagonal-se { background-position: -80px -224px; }


/* Misc visuals
----------------------------------*/

/* Corner radius */
.ui-corner-all,
.ui-corner-top,
.ui-corner-left,
.ui-corner-tl {
    border-top-left-radius: 4px;
}
.ui-corner-all,
.ui-corner-top,
.ui-corner-right,
.ui-corner-tr {
    border-top-right-radius: 4px;
}
.ui-corner-all,
.ui-corner-bottom,
.ui-corner-left,
.ui-corner-bl {
    border-bottom-left-radius: 4px;
}
.ui-corner-all,
.ui-corner-bottom,
.ui-corner-right,
.ui-corner-br {
    border-bottom-right-radius: 4px;
}

/* Overlays */
.ui-widget-overlay {
    background: #aaaaaa;
    opacity: .3;
    filter: Alpha(Opacity=30); /* support: IE8 */
}
.ui-widget-shadow {
    -webkit-box-shadow: -8px -8px 8px #aaaaaa;
    box-shadow: -8px -8px 8px #aaaaaa;
}
/* End */


/* Start:/bitrix/components/neti/select.city/templates/popup.ajax/custom-style.css?17048662084123*/
.popup-select-city .city-list{
    display: flex;
    /*flex-direction: column;*/
    max-height: 350px;
    flex-wrap: wrap;
    align-content: flex-start;
    max-height: 290px;
    overflow-y: auto;
}

.city-list_box{
    max-width: 25%;
    min-width: 25%;
    padding: 10px;
    display: flex;
}

.city-list_title{
    min-width: 20%;
    color: #C60B3C;
}

.city-list_content ul li{
    cursor: pointer;
}
.city-list_content ul li:hover{
    color: #C60B3C;
}

.fancybox-container .fancybox-bg{
    background-color: transparent;
}
.fancybox-container {
    transform: translateX(-100%);
    transition: transform .7s ease-out;
}

.fancybox-container.fancybox-is-open {
    transform: translateX(0);
}

.fancybox-container.fancybox-is-closing {
    transform: translateX(-100%);
    transition: transform .7s ease-out;
}

.popup-select-city .header-select-city{
    margin: 0px 0px 25px 0px;
}
.popup-select-city .select-city{
    margin: 0px 0px 25px 0px;
}
.popup-select-city .header-select-city .title{
    font-weight: 600;
    font-size: 18px;
    line-height: 28px;
    color: #000000;
    opacity: 0.3;
    cursor: default;
}
.popup-select-city .header-select-city .exit{
    float: right;
    cursor: pointer;
}



.popup-select-city .select-city-input{
    padding: 10px;
    width: 100%;
    height: 45px;
    border: 1px solid red;
    border: 1px solid #C60B3C;
    box-sizing: border-box;
    font-size: 16px;

    font-family: Manrope,Arial,Helvetica,sans-serif;
}

.global-city-list{
    margin: 10px 0px 10px 0px;
}

.global-city_box{
    cursor: pointer;
    display: inline-block;
    background: rgba(31, 28, 28, 0.1);
    margin: 5px 5px 5px 5px;
    padding: 5px 10px 5px 10px;
}

.global-city_box:hover{
    color: #C60B3C;
}

.global-city_box.select{
    color: #C60B3C;
    font-weight: 550;
}
.city-list_content .select{
    color: #C60B3C;
    font-weight: 550;
}

.popup-select-city{
    color: black;
    /* display: none; */
    position: absolute;
    /* display: block; */
    width: 100%;
    /* height: 600px; */

    background-color: white;
    padding: 40px;
    z-index: 999;
    position: absolute;
    left: -100%;
    transition: .7s;
    opacity: 0;
    pointer-events: none;
    z-index: 99999;
}

.popup-select-city.active{
    transition: .7s;
    left: 0;
    width: 100%;
    opacity: 1;
    pointer-events: all;
}

.popup-select-city .city-list::-webkit-scrollbar {
    width: 7px
}

.popup-select-city .city-list::-webkit-scrollbar-track {
    background-color: #fff;
}

.popup-select-city .city-list::-webkit-scrollbar-thumb {
    background-color: #1f1c1c4d;
}

.popup-select-city .fancybox-button {
    display: none;
}

.header-select-city_mobile{
    display: none;
}

.header-select-city_mobile .title{
    margin: 10px 0px 10px 0px;
    display: block;
    color: #000000;
    opacity: 0.3;
    cursor: default;
    font-size: 18px;
}

.header-select-city_mobile .close-wrap{
    text-align: center;
    margin-bottom: 5px;
}

.fancybox-content {
    padding: 40px;
}

.opacity-blur{
    opacity: 0.2;
}
@media screen and (max-width: 1000px) {
    .header-select-city{
        display: none;
    }
    .header-select-city_mobile{
        display: block;
    }
    .city-list_box{
        display: none;
    }

    .fancybox-content {
        vertical-align: bottom;
        padding: 20px;
    }
    .header.position-mobile{
        position: initial;
    }
    .header__wrapper.position-mobile{
        position: initial;
    }

    .popup-select-city{
        width: 100%;
        height: 80%;
        border: 2px solid #e8e8e8;
        border-top-left-radius: 20px;
        border-top-right-radius: 20px;
        left: 0;
        bottom: -100%;
        padding: 20px;
    }


    .popup-select-city.active{
        transition: .7s;
        bottom: 0%;
        width: 100%;
        opacity: 1;
        left: 0;
        pointer-events: all;
    }
}
/* End */


/* Start:/bitrix/components/neti/select.city/templates/header.point.mobile/custom-style.css?1761893288694*/
.mobile-city-point{
    display: none;
    font-family: Manrope;
    font-style: normal;
    font-weight: 600;
    font-size: 20px;
    line-height: 28px;
    color: #989595;
}

.mobile-city-point::after {
    content: "";
    position: relative;
    float: left;
    margin: 2px 15px 0 0;
    width: 17px;
    height: 22px;
    background: url("/local/dev/mockup/img/point-marker.png") no-repeat;
}

@media screen and (max-width: 1420px){
    .mobile-city-point{
        display: block;
    }
}

@media screen and (max-width: 767px){
    .mobile-city-point{
        font-size: 15px;
    }

    .mobile-city-point::after {
        margin: 2px 10px 0 0;
    }
}
/* End */


/* Start:/local/templates/krona.ru/components/neti/select.city/header.point/custom-style.css?1776434949737*/
.menu__content .menu__left .menu__mobile_links .header-city-point {
    display: flex;
    align-items: center;
    width: 100%;
    padding: 0;
    border: 0;
    background: transparent;
    color: #1f1c1c;
    font: inherit;
    text-align: left;
    cursor: pointer;
}

.menu__content .menu__left .menu__mobile_links .header-city-point:hover {
    color: #c60b3c;
}

.menu__content .menu__left .menu__mobile_links .header-city-point__icon {
    flex: 0 0 25px;
    width: 25px;
    height: 22px;
    margin: 0 15px 0 0;
    background: url("/local/dev/mockup/img/point-marker.png") center / 17px 22px no-repeat;
}

.menu__content .menu__left .menu__mobile_links .header-city-point span {
    font-size: 16px;
    font-weight: 500;
}

/* End */
/* /local/components/inter.olsc/order.count/templates/header.menu/style.css?17774556411051 */
/* /local/components/ega/apps/templates/menu/style.css?1754641868558 */
/* /local/components/ega/apps/templates/footer/style.css?1754641868357 */
/* /local/components/ega/modal.cookie/templates/.default/style.css?17546418681524 */
/* /local/templates/krona.ru/template_styles.css?17546418695459 */
/* /local/dev/mockup/css/swiper-bundle.min.css?175464186813920 */
/* /local/dev/mockup/css/nouislider.min.css?17546418684055 */
/* /local/dev/mockup/css/main.min.css?1775116715284166 */
/* /local/dev/mockup/css/custom.css?177511671550919 */
/* /local/dev/mockup/css/intlTelInput.css?175464186819004 */
/* /local/templates/krona.ru/css/style_k.css?17863080038672 */
/* /local/css/manticore-search.css?1786179063750 */
/* /local/templates/krona.ru/css/popup.css?17546418686036 */
/* /local/templates/krona.ru/css/kitchen.css?17546418681007 */
/* /bitrix/components/neti/select.city/templates/popup.ajax/jquery-ui.css?170486620839497 */
/* /bitrix/components/neti/select.city/templates/popup.ajax/custom-style.css?17048662084123 */
/* /bitrix/components/neti/select.city/templates/header.point.mobile/custom-style.css?1761893288694 */
/* /local/templates/krona.ru/components/neti/select.city/header.point/custom-style.css?1776434949737 */
