/*! jQuery UI - v1.12.1 - 2018-05-02
* http://jqueryui.com
* Includes: core.css, slider.css, theme.css
* Copyright jQuery Foundation and other contributors; Licensed MIT */

/* Layout helpers
----------------------------------*/
.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-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;
}

/* Component containers
----------------------------------*/
.ui-widget {
	font-family: Arial,Helvetica,sans-serif;
	font-size: 1em;
}
.ui-widget .ui-widget {
	font-size: 1em;
}
.ui-widget input,
.ui-widget select,
.ui-widget textarea,
.ui-widget button {
	font-family: Arial,Helvetica,sans-serif;
	font-size: 1em;
}
.ui-widget.ui-widget-content {
	border: 1px solid #c5c5c5;
}
.ui-widget-content {
	border: 1px solid #dddddd;
	background: #ffffff;
	color: #333333;
}
.ui-widget-content a {
	color: #333333;
}
.ui-widget-header {
	border: 1px solid #dddddd;
	background: #e9e9e9;
	color: #333333;
	font-weight: bold;
}
.ui-widget-header a {
	color: #333333;
}

/* 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 #c5c5c5;
	background: #f6f6f6; */
	font-weight: normal;
	color: #454545;
}
.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: #454545;
	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 #cccccc;
	background: #ededed;
	font-weight: normal;
	color: #2b2b2b;
}
.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: #2b2b2b;
	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 {
	border: 1px solid #003eff;
	background: #007fff;
	font-weight: normal;
	color: #ffffff;
}
.ui-icon-background,
.ui-state-active .ui-icon-background {
	border: #003eff;
	background-color: #ffffff;
}
.ui-state-active a,
.ui-state-active a:link,
.ui-state-active a:visited {
	color: #ffffff;
	text-decoration: none;
}

/* Interaction Cues
----------------------------------*/
.ui-state-highlight,
.ui-widget-content .ui-state-highlight,
.ui-widget-header .ui-state-highlight {
	border: 1px solid #dad55e;
	background: #fffa90;
	color: #777620;
}
.ui-state-checked {
	border: 1px solid #dad55e;
	background: #fffa90;
}
.ui-state-highlight a,
.ui-widget-content .ui-state-highlight a,
.ui-widget-header .ui-state-highlight a {
	color: #777620;
}
.ui-state-error,
.ui-widget-content .ui-state-error,
.ui-widget-header .ui-state-error {
	border: 1px solid #f1a899;
	background: #fddfdf;
	color: #5f3f3f;
}
.ui-state-error a,
.ui-widget-content .ui-state-error a,
.ui-widget-header .ui-state-error a {
	color: #5f3f3f;
}
.ui-state-error-text,
.ui-widget-content .ui-state-error-text,
.ui-widget-header .ui-state-error-text {
	color: #5f3f3f;
}
.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 */
}

/* Corner radius */
.ui-corner-all,
.ui-corner-top,
.ui-corner-left,
.ui-corner-tl {
	border-top-left-radius: 3px;
}
.ui-corner-all,
.ui-corner-top,
.ui-corner-right,
.ui-corner-tr {
	border-top-right-radius: 3px;
}
.ui-corner-all,
.ui-corner-bottom,
.ui-corner-left,
.ui-corner-bl {
	border-bottom-left-radius: 3px;
}
.ui-corner-all,
.ui-corner-bottom,
.ui-corner-right,
.ui-corner-br {
	border-bottom-right-radius: 3px;
}

/* Overlays */
.ui-widget-overlay {
	background: #aaaaaa;
	opacity: .3;
	filter: Alpha(Opacity=30); /* support: IE8 */
}
.ui-widget-shadow {
	-webkit-box-shadow: 0px 0px 5px #666666;
	box-shadow: 0px 0px 5px #666666;
}
.form-group {
  margin-bottom: 15px;
}

@charset "UTF-8";@import url(https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap);@import url(https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap);@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(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-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(-1 * 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:100%;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:#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:0;width:100%;height:100%;background:#000;opacity:.6;-webkit-filter:blur(50px);filter:blur(50px);z-index:0}.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}/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */html{line-height:1.15;-webkit-text-size-adjust:100%}body{margin:0}main{display:block}h1{font-size:2em;margin:.67em 0}hr{box-sizing:content-box;height:0;overflow:visible}pre{font-family:monospace,monospace;font-size:1em}a{background-color:transparent}abbr[title]{border-bottom:none;text-decoration:underline;text-decoration:underline dotted}b,strong{font-weight:bolder}code,kbd,samp{font-family:monospace,monospace;font-size:1em}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sub{bottom:-.25em}sup{top:-.5em}img{border-style:none}button,input,optgroup,select,textarea{font-family:inherit;font-size:100%;line-height:1.15;margin:0}button,input{overflow:visible}button,select{text-transform:none}[type=button],[type=reset],[type=submit],button{-webkit-appearance:button}[type=button]::-moz-focus-inner,[type=reset]::-moz-focus-inner,[type=submit]::-moz-focus-inner,button::-moz-focus-inner{border-style:none;padding:0}[type=button]:-moz-focusring,[type=reset]:-moz-focusring,[type=submit]:-moz-focusring,button:-moz-focusring{outline:1px dotted ButtonText}fieldset{padding:.35em .75em .625em}legend{box-sizing:border-box;color:inherit;display:table;max-width:100%;padding:0;white-space:normal}progress{vertical-align:baseline}textarea{overflow:auto}[type=checkbox],[type=radio]{box-sizing:border-box;padding:0}[type=number]::-webkit-inner-spin-button,[type=number]::-webkit-outer-spin-button{height:auto}[type=search]{-webkit-appearance:textfield;outline-offset:-2px}[type=search]::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}details{display:block}summary{display:list-item}template{display:none}[hidden]{display:none}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:max(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:max(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)}}[data-simplebar]{position:relative;flex-direction:column;flex-wrap:wrap;justify-content:flex-start;align-content:flex-start;align-items:flex-start}.simplebar-wrapper{overflow:hidden;width:inherit;height:inherit;max-width:inherit;max-height:inherit}.simplebar-mask{direction:inherit;position:absolute;overflow:hidden;padding:0;margin:0;left:0;top:0;bottom:0;right:0;width:auto!important;height:auto!important;z-index:0}.simplebar-offset{direction:inherit!important;box-sizing:inherit!important;resize:none!important;position:absolute;top:0;left:0;bottom:0;right:0;padding:0;margin:0;-webkit-overflow-scrolling:touch}.simplebar-content-wrapper{direction:inherit;box-sizing:border-box!important;position:relative;display:block;height:100%;width:auto;max-width:100%;max-height:100%;scrollbar-width:none;-ms-overflow-style:none}.simplebar-content-wrapper::-webkit-scrollbar,.simplebar-hide-scrollbar::-webkit-scrollbar{width:0;height:0}.simplebar-content:after,.simplebar-content:before{content:' ';display:table}.simplebar-placeholder{max-height:100%;max-width:100%;width:100%;pointer-events:none}.simplebar-height-auto-observer-wrapper{box-sizing:inherit!important;height:100%;width:100%;max-width:1px;position:relative;float:left;max-height:1px;overflow:hidden;z-index:-1;padding:0;margin:0;pointer-events:none;flex-grow:inherit;flex-shrink:0;flex-basis:0}.simplebar-height-auto-observer{box-sizing:inherit;display:block;opacity:0;position:absolute;top:0;left:0;height:1000%;width:1000%;min-height:1px;min-width:1px;overflow:hidden;pointer-events:none;z-index:-1}.simplebar-track{z-index:1;position:absolute;right:0;bottom:0;pointer-events:none;overflow:hidden}[data-simplebar].simplebar-dragging .simplebar-content{pointer-events:none;user-select:none;-webkit-user-select:none}[data-simplebar].simplebar-dragging .simplebar-track{pointer-events:all}.simplebar-scrollbar{position:absolute;left:0;right:0;min-height:10px}.simplebar-scrollbar:before{position:absolute;content:'';background:#000;border-radius:7px;left:2px;right:2px;opacity:0;transition:opacity .2s linear}.simplebar-scrollbar.simplebar-visible:before{opacity:.5;transition:opacity 0s linear}.simplebar-track.simplebar-vertical{top:0;width:11px}.simplebar-track.simplebar-vertical .simplebar-scrollbar:before{top:2px;bottom:2px}.simplebar-track.simplebar-horizontal{left:0;height:11px}.simplebar-track.simplebar-horizontal .simplebar-scrollbar:before{height:100%;left:2px;right:2px}.simplebar-track.simplebar-horizontal .simplebar-scrollbar{right:auto;left:0;top:2px;height:7px;min-height:0;min-width:10px;width:auto}[data-simplebar-direction=rtl] .simplebar-track.simplebar-vertical{right:auto;left:0}.hs-dummy-scrollbar-size{direction:rtl;position:fixed;opacity:0;visibility:hidden;height:500px;width:500px;overflow-y:hidden;overflow-x:scroll}.simplebar-hide-scrollbar{position:fixed;left:0;visibility:hidden;overflow-y:scroll;scrollbar-width:none;-ms-overflow-style:none}/*! nouislider - 14.6.4 - 3/18/2021 */.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}.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;right: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%}.noUi-txt-dir-rtl.noUi-horizontal .noUi-origin{left:0;right:auto}.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;right:-17px;top:-6px}.noUi-vertical{width:18px}.noUi-vertical .noUi-handle{width:28px;height:34px;right:-6px;top:-17px}.noUi-txt-dir-rtl.noUi-horizontal .noUi-handle{left:-17px;right: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%}.noUi-horizontal .noUi-origin>.noUi-tooltip{-webkit-transform:translate(50%,0);transform:translate(50%,0);left:auto;bottom:10px}.noUi-vertical .noUi-origin>.noUi-tooltip{-webkit-transform:translate(0,-18px);transform:translate(0,-18px);top:auto;right:28px}.nice-select{-webkit-tap-highlight-color:transparent;background-color:#fff;border-radius:5px;border:solid 1px #e8e8e8;box-sizing:border-box;clear:both;cursor:pointer;display:block;float:left;font-family:inherit;font-size:14px;font-weight:400;height:42px;line-height:40px;outline:0;padding-left:18px;padding-right:30px;position:relative;text-align:left!important;-webkit-transition:all .2s ease-in-out;transition:all .2s ease-in-out;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;white-space:nowrap;width:auto}.nice-select:hover{border-color:#dbdbdb}.nice-select.open,.nice-select:active,.nice-select:focus{border-color:#999}.nice-select:after{border-bottom:2px solid #999;border-right:2px solid #999;content:'';display:block;height:5px;margin-top:-4px;pointer-events:none;position:absolute;right:12px;top:50%;-webkit-transform-origin:66% 66%;-ms-transform-origin:66% 66%;transform-origin:66% 66%;-webkit-transform:rotate(45deg);-ms-transform:rotate(45deg);transform:rotate(45deg);-webkit-transition:all .15s ease-in-out;transition:all .15s ease-in-out;width:5px}.nice-select.open:after{-webkit-transform:rotate(-135deg);-ms-transform:rotate(-135deg);transform:rotate(-135deg)}.nice-select.open .list{opacity:1;pointer-events:auto;-webkit-transform:scale(1) translateY(0);-ms-transform:scale(1) translateY(0);transform:scale(1) translateY(0)}.nice-select.disabled{border-color:#ededed;color:#999;pointer-events:none}.nice-select.disabled:after{border-color:#ccc}.nice-select.wide{width:100%}.nice-select.wide .list{left:0!important;right:0!important}.nice-select.right{float:right}.nice-select.right .list{left:auto;right:0}.nice-select.small{font-size:12px;height:36px;line-height:34px}.nice-select.small:after{height:4px;width:4px}.nice-select.small .option{line-height:34px;min-height:34px}.nice-select .list{background-color:#fff;border-radius:5px;box-shadow:0 0 0 1px rgba(68,68,68,.11);box-sizing:border-box;margin-top:4px;opacity:0;overflow:hidden;padding:0;pointer-events:none;position:absolute;top:100%;left:0;-webkit-transform-origin:50% 0;-ms-transform-origin:50% 0;transform-origin:50% 0;-webkit-transform:scale(.75) translateY(-21px);-ms-transform:scale(.75) translateY(-21px);transform:scale(.75) translateY(-21px);-webkit-transition:all .2s cubic-bezier(.5,0,0,1.25),opacity .15s ease-out;transition:all .2s cubic-bezier(.5,0,0,1.25),opacity .15s ease-out;z-index:9}.nice-select .list:hover .option:not(:hover){background-color:transparent!important}.nice-select .option{cursor:pointer;font-weight:400;line-height:40px;list-style:none;min-height:40px;outline:0;padding-left:18px;padding-right:29px;text-align:left;-webkit-transition:all .2s;transition:all .2s}.nice-select .option.focus,.nice-select .option.selected.focus,.nice-select .option:hover{background-color:#f6f6f6}.nice-select .option.selected{font-weight:700}.nice-select .option.disabled{background-color:transparent;color:#999;cursor:default}.no-csspointerevents .nice-select .list{display:none}.no-csspointerevents .nice-select.open .list{display:block}/*!Ion.RangeSlider, 2.3.1, © Denis Ineshin, 2010 - 2019, IonDen.com, Build date: 2019-12-19 16:51:02*/.irs{position:relative;display:block;-webkit-touch-callout:none;-webkit-user-select:none;-khtml-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;font-size:12px;font-family:Arial,sans-serif}.irs-line{position:relative;display:block;overflow:hidden;outline:0!important}.irs-bar{position:absolute;display:block;left:0;width:0}.irs-shadow{position:absolute;display:none;left:0;width:0}.irs-handle{position:absolute;display:block;box-sizing:border-box;cursor:default;z-index:1}.irs-handle.type_last{z-index:2}.irs-max,.irs-min{position:absolute;display:block;cursor:default}.irs-min{left:0}.irs-max{right:0}.irs-from,.irs-single,.irs-to{position:absolute;display:block;top:0;left:0;cursor:default;white-space:nowrap}.irs-grid{position:absolute;display:none;bottom:0;left:0;width:100%;height:20px}.irs-with-grid .irs-grid{display:block}.irs-grid-pol{position:absolute;top:0;left:0;width:1px;height:8px;background:#000}.irs-grid-pol.small{height:4px}.irs-grid-text{position:absolute;bottom:0;left:0;white-space:nowrap;text-align:center;font-size:9px;line-height:9px;padding:0 3px;color:#000}.irs-disable-mask{position:absolute;display:block;top:0;left:-1%;width:102%;height:100%;cursor:default;background:rgba(0,0,0,0);z-index:2}.lt-ie9 .irs-disable-mask{background:#000;cursor:not-allowed}.irs-disabled{opacity:.4}.irs-hidden-input{position:absolute!important;display:block!important;top:0!important;left:0!important;width:0!important;height:0!important;font-size:0!important;line-height:0!important;padding:0!important;margin:0!important;overflow:hidden;outline:0!important;z-index:-9999!important;background:0 0!important;border-style:solid!important;border-color:transparent!important}.irs--flat{height:40px}.irs--flat.irs-with-grid{height:60px}.irs--flat .irs-line{top:25px;height:12px;background-color:#e1e4e9;border-radius:4px}.irs--flat .irs-bar{top:25px;height:12px;background-color:#ed5565}.irs--flat .irs-bar--single{border-radius:4px 0 0 4px}.irs--flat .irs-shadow{height:1px;bottom:16px;background-color:#e1e4e9}.irs--flat .irs-handle{top:22px;width:16px;height:18px;background-color:transparent}.irs--flat .irs-handle>i:first-child{position:absolute;display:block;top:0;left:50%;width:2px;height:100%;margin-left:-1px;background-color:#da4453}.irs--flat .irs-handle.state_hover>i:first-child,.irs--flat .irs-handle:hover>i:first-child{background-color:#a43540}.irs--flat .irs-max,.irs--flat .irs-min{top:0;padding:1px 3px;color:#999;font-size:10px;line-height:1.333;text-shadow:none;background-color:#e1e4e9;border-radius:4px}.irs--flat .irs-from,.irs--flat .irs-single,.irs--flat .irs-to{color:#fff;font-size:10px;line-height:1.333;text-shadow:none;padding:1px 5px;background-color:#ed5565;border-radius:4px}.irs--flat .irs-from:before,.irs--flat .irs-single:before,.irs--flat .irs-to:before{position:absolute;display:block;content:"";bottom:-6px;left:50%;width:0;height:0;margin-left:-3px;overflow:hidden;border:3px solid transparent;border-top-color:#ed5565}.irs--flat .irs-grid-pol{background-color:#e1e4e9}.irs--flat .irs-grid-text{color:#999}.irs--big{height:55px}.irs--big.irs-with-grid{height:70px}.irs--big .irs-line{top:33px;height:12px;background-color:#fff;background:linear-gradient(to bottom,#ddd -50%,#fff 150%);border:1px solid #ccc;border-radius:12px}.irs--big .irs-bar{top:33px;height:12px;background-color:#92bce0;border:1px solid #428bca;background:linear-gradient(to bottom,#fff 0,#428bca 30%,#b9d4ec 100%);box-shadow:inset 0 0 1px 1px rgba(255,255,255,.5)}.irs--big .irs-bar--single{border-radius:12px 0 0 12px}.irs--big .irs-shadow{height:1px;bottom:16px;background-color:rgba(66,139,202,.5)}.irs--big .irs-handle{top:25px;width:30px;height:30px;border:1px solid rgba(0,0,0,.3);background-color:#cbcfd5;background:linear-gradient(to bottom,#fff 0,#b4b9be 30%,#fff 100%);box-shadow:1px 1px 2px rgba(0,0,0,.2),inset 0 0 3px 1px #fff;border-radius:30px}.irs--big .irs-handle.state_hover,.irs--big .irs-handle:hover{border-color:rgba(0,0,0,.45);background-color:#939ba7;background:linear-gradient(to bottom,#fff 0,#919ba5 30%,#fff 100%)}.irs--big .irs-max,.irs--big .irs-min{top:0;padding:1px 5px;color:#fff;text-shadow:none;background-color:#9f9f9f;border-radius:3px}.irs--big .irs-from,.irs--big .irs-single,.irs--big .irs-to{color:#fff;text-shadow:none;padding:1px 5px;background-color:#428bca;background:linear-gradient(to bottom,#428bca 0,#3071a9 100%);border-radius:3px}.irs--big .irs-grid-pol{background-color:#428bca}.irs--big .irs-grid-text{color:#428bca}.irs--modern{height:55px}.irs--modern.irs-with-grid{height:55px}.irs--modern .irs-line{top:25px;height:5px;background-color:#d1d6e0;background:linear-gradient(to bottom,#e0e4ea 0,#d1d6e0 100%);border:1px solid #a3adc1;border-bottom-width:0;border-radius:5px}.irs--modern .irs-bar{top:25px;height:5px;background:#20b426;background:linear-gradient(to bottom,#20b426 0,#18891d 100%)}.irs--modern .irs-bar--single{border-radius:5px 0 0 5px}.irs--modern .irs-shadow{height:1px;bottom:21px;background-color:rgba(209,214,224,.5)}.irs--modern .irs-handle{top:37px;width:12px;height:13px;border:1px solid #a3adc1;border-top-width:0;box-shadow:1px 1px 1px rgba(0,0,0,.1);border-radius:0 0 3px 3px}.irs--modern .irs-handle>i:nth-child(1){position:absolute;display:block;top:-4px;left:1px;width:6px;height:6px;border:1px solid #a3adc1;background:#fff;transform:rotate(45deg)}.irs--modern .irs-handle>i:nth-child(2){position:absolute;display:block;box-sizing:border-box;top:0;left:0;width:10px;height:12px;background:#e9e6e6;background:linear-gradient(to bottom,#fff 0,#e9e6e6 100%);border-radius:0 0 3px 3px}.irs--modern .irs-handle>i:nth-child(3){position:absolute;display:block;box-sizing:border-box;top:3px;left:3px;width:4px;height:5px;border-left:1px solid #a3adc1;border-right:1px solid #a3adc1}.irs--modern .irs-handle.state_hover,.irs--modern .irs-handle:hover{border-color:#7685a2;background:#c3c7cd;background:linear-gradient(to bottom,#fff 0,#919ba5 30%,#fff 100%)}.irs--modern .irs-handle.state_hover>i:nth-child(1),.irs--modern .irs-handle:hover>i:nth-child(1){border-color:#7685a2}.irs--modern .irs-handle.state_hover>i:nth-child(3),.irs--modern .irs-handle:hover>i:nth-child(3){border-color:#48536a}.irs--modern .irs-max,.irs--modern .irs-min{top:0;font-size:10px;line-height:1.333;text-shadow:none;padding:1px 5px;color:#fff;background-color:#d1d6e0;border-radius:5px}.irs--modern .irs-from,.irs--modern .irs-single,.irs--modern .irs-to{font-size:10px;line-height:1.333;text-shadow:none;padding:1px 5px;background-color:#20b426;color:#fff;border-radius:5px}.irs--modern .irs-from:before,.irs--modern .irs-single:before,.irs--modern .irs-to:before{position:absolute;display:block;content:"";bottom:-6px;left:50%;width:0;height:0;margin-left:-3px;overflow:hidden;border:3px solid transparent;border-top-color:#20b426}.irs--modern .irs-grid{height:25px}.irs--modern .irs-grid-pol{background-color:#dedede}.irs--modern .irs-grid-text{color:silver;font-size:13px}.irs--sharp{height:50px;font-size:12px;line-height:1}.irs--sharp.irs-with-grid{height:57px}.irs--sharp .irs-line{top:30px;height:2px;background-color:#000;border-radius:2px}.irs--sharp .irs-bar{top:30px;height:2px;background-color:#ee22fa}.irs--sharp .irs-bar--single{border-radius:2px 0 0 2px}.irs--sharp .irs-shadow{height:1px;bottom:21px;background-color:rgba(0,0,0,.5)}.irs--sharp .irs-handle{top:25px;width:10px;height:10px;background-color:#a804b2}.irs--sharp .irs-handle>i:first-child{position:absolute;display:block;top:100%;left:0;width:0;height:0;border:5px solid transparent;border-top-color:#a804b2}.irs--sharp .irs-handle.state_hover,.irs--sharp .irs-handle:hover{background-color:#000}.irs--sharp .irs-handle.state_hover>i:first-child,.irs--sharp .irs-handle:hover>i:first-child{border-top-color:#000}.irs--sharp .irs-max,.irs--sharp .irs-min{color:#fff;font-size:14px;line-height:1;top:0;padding:3px 4px;opacity:.4;background-color:#a804b2;border-radius:2px}.irs--sharp .irs-from,.irs--sharp .irs-single,.irs--sharp .irs-to{font-size:14px;line-height:1;text-shadow:none;padding:3px 4px;background-color:#a804b2;color:#fff;border-radius:2px}.irs--sharp .irs-from:before,.irs--sharp .irs-single:before,.irs--sharp .irs-to:before{position:absolute;display:block;content:"";bottom:-6px;left:50%;width:0;height:0;margin-left:-3px;overflow:hidden;border:3px solid transparent;border-top-color:#a804b2}.irs--sharp .irs-grid{height:25px}.irs--sharp .irs-grid-pol{background-color:#dedede}.irs--sharp .irs-grid-text{color:silver;font-size:13px}.irs--round{height:50px}.irs--round.irs-with-grid{height:65px}.irs--round .irs-line{top:36px;height:4px;background-color:#dee4ec;border-radius:4px}.irs--round .irs-bar{top:36px;height:4px;background-color:#006cfa}.irs--round .irs-bar--single{border-radius:4px 0 0 4px}.irs--round .irs-shadow{height:4px;bottom:21px;background-color:rgba(222,228,236,.5)}.irs--round .irs-handle{top:26px;width:24px;height:24px;border:4px solid #006cfa;background-color:#fff;border-radius:24px;box-shadow:0 1px 3px rgba(0,0,255,.3)}.irs--round .irs-handle.state_hover,.irs--round .irs-handle:hover{background-color:#f0f6ff}.irs--round .irs-max,.irs--round .irs-min{color:#333;font-size:14px;line-height:1;top:0;padding:3px 5px;background-color:rgba(0,0,0,.1);border-radius:4px}.irs--round .irs-from,.irs--round .irs-single,.irs--round .irs-to{font-size:14px;line-height:1;text-shadow:none;padding:3px 5px;background-color:#006cfa;color:#fff;border-radius:4px}.irs--round .irs-from:before,.irs--round .irs-single:before,.irs--round .irs-to:before{position:absolute;display:block;content:"";bottom:-6px;left:50%;width:0;height:0;margin-left:-3px;overflow:hidden;border:3px solid transparent;border-top-color:#006cfa}.irs--round .irs-grid{height:25px}.irs--round .irs-grid-pol{background-color:#dedede}.irs--round .irs-grid-text{color:silver;font-size:13px}.irs--square{height:50px}.irs--square.irs-with-grid{height:60px}.irs--square .irs-line{top:31px;height:4px;background-color:#dedede}.irs--square .irs-bar{top:31px;height:4px;background-color:#000}.irs--square .irs-shadow{height:2px;bottom:21px;background-color:#dedede}.irs--square .irs-handle{top:25px;width:16px;height:16px;border:3px solid #000;background-color:#fff;-webkit-transform:rotate(45deg);-ms-transform:rotate(45deg);transform:rotate(45deg)}.irs--square .irs-handle.state_hover,.irs--square .irs-handle:hover{background-color:#f0f6ff}.irs--square .irs-max,.irs--square .irs-min{color:#333;font-size:14px;line-height:1;top:0;padding:3px 5px;background-color:rgba(0,0,0,.1)}.irs--square .irs-from,.irs--square .irs-single,.irs--square .irs-to{font-size:14px;line-height:1;text-shadow:none;padding:3px 5px;background-color:#000;color:#fff}.irs--square .irs-grid{height:25px}.irs--square .irs-grid-pol{background-color:#dedede}.irs--square .irs-grid-text{color:silver;font-size:11px}*{position:relative;margin:0;padding:0;box-sizing:border-box}a,button,span{display:inline-block}input,textarea{display:block;width:100%}table{width:100%;border-collapse:collapse}a{background-color:transparent;text-decoration:none}img{border:none;max-width:100%;height:auto}a,button{outline:0;cursor:pointer}li{list-style:none}button{background:0 0;border:none}a,button,input,textarea{color:#000;font-weight:inherit;-webkit-appearance:none;transition:all .5s ease}:after,:before{box-sizing:border-box}textarea{resize:none;outline:0;border:none;-webkit-appearance:none;border-radius:0;background:0 0}input{outline:0;border:none;-webkit-appearance:none;border-radius:0;background:0 0}input[type=number]{-moz-appearance:textfield}input::-webkit-inner-spin-button,input::-webkit-outer-spin-button{-webkit-appearance:none}input[type=submit]{cursor:pointer;-webkit-appearance:none;display:inline-block}input[type=search]::-webkit-search-cancel-button{background:0 0;display:none}.text-align-left{text-align:left}.text-align-center{text-align:center}.text-align-right{text-align:right}.full-img img{width:100%}figure{text-align:center;margin-bottom:30px;margin-top:5px;font-size:.75em;opacity:.8}[hidden]{display:none!important}.img-full{width:100%}.clearfix:after{content:'';clear:both;display:block}* div,:after,:before,a,input,span,textarea{transition:.5s}.section{margin-bottom:63px}@media (max-width:1023px){.section{margin-bottom:50px}}.h1,h1{font-weight:700;font-size:35px;line-height:43px;color:#555;margin:0 0 30px 0}@media (max-width:1023px){.h1,h1{font-size:30px;line-height:35px}}@media (max-width:767px){.h1,h1{font-size:20px;line-height:25px;margin-bottom:20px}}.h2,h2{font-style:normal;font-weight:600;font-size:24px;line-height:29px;color:#555;text-align:center;margin:0 auto 30px auto}@media (max-width:1023px){.h2,h2{font-size:20px;line-height:24px;margin:0 auto 16px auto}}.h3,h3{font-weight:700;font-size:22px;line-height:27px;margin-bottom:10px}@media (max-width:1023px){.h3,h3{font-size:18px;line-height:21px}}.h4,h4{margin-bottom:15px}.h5,h5{font-weight:600;font-size:20px;line-height:24px;margin-bottom:8px}.h6,h6{font-weight:500;font-size:16px;margin-bottom:10px}.text{margin-bottom:30px}.text>*+*{margin-top:15px}
* {
  position: relative;
  margin: 0;
  padding: 0;
  box-sizing: border-box; }

a, button, span {
  display: inline-block; }

input, textarea {
  display: block;
  width: 100%; }

table {
  width: 100%;
  border-collapse: collapse; }

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

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

a, button {
  outline: 0;
  cursor: pointer; }

li {
  list-style: none; }

button {
  background: 0 0;
  border: none; }

a, button, input, textarea {
  color: #000;
  font-weight: inherit;
  -webkit-appearance: none;
  transition: all .5s ease; }

:after, :before {
  box-sizing: border-box; }

textarea {
  resize: none;
  outline: 0;
  border: none;
  -webkit-appearance: none;
  border-radius: 0;
  background: 0 0; }

input {
  outline: 0;
  border: none;
  -webkit-appearance: none;
  border-radius: 0;
  background: 0 0; }

input[type=number] {
  -moz-appearance: textfield; }

input::-webkit-inner-spin-button, input::-webkit-outer-spin-button {
  -webkit-appearance: none; }

input[type=submit] {
  cursor: pointer;
  -webkit-appearance: none;
  display: inline-block; }

input[type=search]::-webkit-search-cancel-button {
  background: 0 0;
  display: none; }

.text-align-left {
  text-align: left; }

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

.text-align-right {
  text-align: right; }

.full-img img {
  width: 100%; }

figure {
  text-align: center;
  margin-bottom: 30px;
  margin-top: 5px;
  font-size: .75em;
  opacity: .8; }

[hidden] {
  display: none !important; }

.img-full {
  width: 100%; }

.clearfix:after {
  content: '';
  clear: both;
  display: block; }

* div, span, a, input, textarea, :after, :before {
  transition: .5s; }

.section {
  margin-bottom: 63px; }
  @media (max-width: 1023px) {
    .section {
      margin-bottom: 50px; } }

h1, .h1 {
  font-weight: bold;
  font-size: 35px;
  line-height: 43px;
  color: #555555;
  margin: 0 0 30px 0; }
  @media (max-width: 1023px) {
    h1, .h1 {
      font-size: 30px;
      line-height: 35px; } }
  @media (max-width: 767px) {
    h1, .h1 {
      font-size: 20px;
      line-height: 25px;
      margin-bottom: 20px; } }

h2, .h2 {
  font-style: normal;
  font-weight: 600;
  font-size: 24px;
  line-height: 29px;
  color: #555555;
  text-align: center;
  margin: 0 auto 30px auto; }
  @media (max-width: 1023px) {
    h2, .h2 {
      font-size: 20px;
      line-height: 24px;
      margin: 0 auto 16px auto; } }

h3, .h3 {
  font-weight: bold;
  font-size: 22px;
  line-height: 27px;
  margin-bottom: 10px; }
  @media (max-width: 1023px) {
    h3, .h3 {
      font-size: 18px;
      line-height: 21px; } }

h4, .h4 {
  margin-bottom: 15px; }

h5, .h5 {
  font-weight: 600;
  font-size: 20px;
  line-height: 24px;
  margin-bottom: 8px; }

h6, .h6 {
  font-weight: 500;
  font-size: 16px;
  margin-bottom: 10px; }

.text {
  margin-bottom: 30px; }
  .text > * + * {
    margin-top: 15px; }

body {
  font-family: 'Montserrat', sans-serif;
  color: #000;
  font-style: normal;
  font-weight: normal;
  background: #fff;
  font-size: 15px; }
  @media (max-width: 767px) {
    body body {
      font-size: 14px; } }

.wrapper {
  width: 100%;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  min-height: 100vh;
  //padding-top: 223px; }

header {
  width: 100%; }

main {
  flex: auto;
  display: block; }

footer {
  overflow-x: hidden;
  margin: auto auto 0 auto;
  width: 100%; }

.container,
.container-fluid {
  width: 100%;
  margin: 0 auto;
  padding: 0 20px;}
  @media (max-width: 767px) {
    .container,
    .container-fluid {
      padding: 0 13px; } }

.container {
  max-width: 1180px; }

.container-fluid {
  max-width: 1920px; }

.btn-row {
  text-align: center; }
  .btn-row .btn {
    margin: 10px; }

.column {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 0 -20px; }
  .column .column-2 {
    width: 50%;
    padding: 10px 20px; }
  .column .column-3 {
    max-width: 320px;
    width: 33.3%;
    padding: 20px; }

.fancybox-navigation {
  position: static; }

.swiper-button {
  outline: none; }
  .swiper-button.swiper-button-prev {
    transform: scaleX(-1); }
  .swiper-button:before, .swiper-button:after {
    display: none; }

.swiper-pagination {
  position: absolute;
  width: 100%;
  text-align: center;
  margin-top: 50px; }
  .swiper-pagination .swiper-pagination-bullet {
    opacity: 1;
    outline: none; }

input::-webkit-input-placeholder {
  color: #000; }

input::-moz-placeholder {
  color: #000; }

input:-moz-placeholder {
  color: #000; }

input:-ms-input-placeholder {
  color: #000; }

textarea::-webkit-input-placeholder {
  color: #000; }

textarea::-moz-placeholder {
  color: #000; }

textarea:-moz-placeholder {
  color: #000; }

textarea:-ms-input-placeholder {
  color: #000; }

input:focus::-webkit-input-placeholder {
  color: transparent;
  -webkit-transition: all .5s ease;
  transition: all .5s ease; }

input:focus::-moz-placeholder {
  color: transparent;
  -moz-transition: all .5s ease;
  transition: all .5s ease; }

input:focus:-moz-placeholder {
  color: transparent;
  -moz-transition: all .5s ease;
  transition: all .5s ease; }

input:focus:-ms-input-placeholder {
  color: transparent;
  -ms-transition: all .5s ease;
  transition: all .5s ease; }

textarea:focus::-webkit-input-placeholder {
  color: transparent;
  -webkit-transition: all .5s ease;
  transition: all .5s ease; }

textarea:focus::-moz-placeholder {
  color: transparent;
  -moz-transition: all .5s ease;
  transition: all .5s ease; }

textarea:focus:-moz-placeholder {
  color: transparent;
  -moz-transition: all .5s ease;
  transition: all .5s ease; }

textarea:focus:-ms-input-placeholder {
  color: transparent;
  -ms-transition: all .5s ease;
  transition: all .5s ease; }

/*modal*/
.fancybox-slide--image {
  padding: 44px 10px; }

.modal {
  display: none;
  max-width: 100%;
  background-color: #fff;
  overflow: visible;
  padding: 0;
  width: 1138px; }

.modal-advertising {
  padding: 50px 158px 50px 161px; }
  .modal-advertising .form-order {
    padding: 0;
    margin-bottom: 0;
    background: #FFFFFF; }
    .modal-advertising .form-order p {
      font-size: 18px;
      line-height: 130%;
      text-align: center;
      color: #9D9D9D;
      margin: 0 auto 35px auto; }
    .modal-advertising .form-order .form-item textarea {
      background: #F3F3F3; }
    .modal-advertising .form-order table tbody tr:nth-last-child(-n + 2) {
      vertical-align: top; }
    .modal-advertising .form-order table tbody tr td:first-child {
      padding-right: 20px; }
  .modal-advertising .form-item input {
    background: #F3F3F3; }

.modal-advertising.modal-rent h3 {
  margin-bottom: 45px; }

.modal-advertising.modal-rent .form-order table tbody tr td:first-child {
  padding-right: 24px;
  width: 320px;
  padding-top: 7px;
  vertical-align: top; }

.modal-advertising.modal-rent .form-order table tbody tr:nth-child(12) td {
  padding-bottom: 24px; }

.modal-advertising.modal-rent .form-order table tbody tr:nth-child(13) td {
  padding-bottom: 24px; }

.modal-advertising.modal-rent .form-order table tbody tr:nth-child(14) td {
  padding-bottom: 24px; }

.modal-advertising.modal-rent .form-order table tbody tr:nth-child(15) td {
  padding-bottom: 11px; }

.modal-advertising.modal-rent .form-order table tbody tr:nth-child(17) td {
  padding-bottom: 24px; }

.modal-advertising.modal-rent .form-order table tbody tr:nth-child(15) .modal-rent__checkboxes {
  margin-bottom: 17px; }

.modal-advertising.modal-rent .form-order table tbody tr:nth-child(15) .ideas__sidebar--checkbox {
  margin-bottom: 17px; }
  .modal-advertising.modal-rent .form-order table tbody tr:nth-child(15) .ideas__sidebar--checkbox:first-child {
    width: 31%; }
  .modal-advertising.modal-rent .form-order table tbody tr:nth-child(15) .ideas__sidebar--checkbox:nth-child(4n) {
    width: 31%; }
  .modal-advertising.modal-rent .form-order table tbody tr:nth-child(15) .ideas__sidebar--checkbox:nth-child(5n) {
    width: 22%; }
  .modal-advertising.modal-rent .form-order table tbody tr:nth-child(15) .ideas__sidebar--checkbox:nth-child(2) {
    width: 22%; }
  .modal-advertising.modal-rent .form-order table tbody tr:nth-child(15) .ideas__sidebar--checkbox:nth-child(3n) {
    width: 47%; }

.modal-advertising.modal-rent .form-order table tbody tr:last-child .modal-rent__checkboxes .ideas__sidebar--checkbox:nth-child(3) {
  width: 47%; }

.modal-advertising.modal-rent .form-order table tbody tr:last-child .modal-rent__checkboxes .ideas__sidebar--checkbox {
  margin-bottom: 23px; }
  .modal-advertising.modal-rent .form-order table tbody tr:last-child .modal-rent__checkboxes .ideas__sidebar--checkbox:first-child {
    width: 31%; }
  .modal-advertising.modal-rent .form-order table tbody tr:last-child .modal-rent__checkboxes .ideas__sidebar--checkbox:nth-child(2) {
    width: 20%; }
  .modal-advertising.modal-rent .form-order table tbody tr:last-child .modal-rent__checkboxes .ideas__sidebar--checkbox:nth-child(4) {
    width: 31%; }
  .modal-advertising.modal-rent .form-order table tbody tr:last-child .modal-rent__checkboxes .ideas__sidebar--checkbox:nth-child(5) {
    width: 22%; }

.modal-advertising.modal-rent .modal-rent__checkboxes--full {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  align-items: center; }
  .modal-advertising.modal-rent .modal-rent__checkboxes--full p {
    font-size: 16px;
    line-height: 20px;
    color: #757575;
    width: 60px;
    margin-right: 12px;
    margin-bottom: 0; }
  .modal-advertising.modal-rent .modal-rent__checkboxes--full .form-item {
    width: calc(100% - 72px); }

.modal-advertising.modal-rent .form-order .link-red {
  margin-top: 17px; }

.modal-rent__size {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin-right: -40px; }
  .modal-rent__size--item {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    width: calc(50% - 40px);
    margin-right: 40px; }
    .modal-rent__size--item p {
      width: 20px;
      line-height: 18px;
      color: #757575;
      margin: 0 12px 0 auto !important;
      text-align: center; }
    .modal-rent__size--item .form-item {
      width: calc(100% - 32px); }

.modal-rent__checkboxes {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin-bottom: -25px; }
  .modal-rent__checkboxes .ideas__sidebar--checkbox {
    width: 31%;
    margin-bottom: 25px; }
    .modal-rent__checkboxes .ideas__sidebar--checkbox:nth-child(3) {
      width: 33%;
      margin-left: auto; }

.fancybox-bg {
  background: rgba(0, 0, 0, 0.77); }

.fancybox-button--arrow_right, .fancybox-button--arrow_left {
  background: #FFFFFF;
  box-shadow: 0px 0px 31px rgba(0, 0, 0, 0.09);
  padding: 0; }

.fancybox-navigation .fancybox-button--arrow_right {
  right: calc(64% - 750px);
  padding: 0;
  width: 63px;
  height: 63px;
  border-radius: 50%; }
  .fancybox-navigation .fancybox-button--arrow_right svg {
    display: none; }
  .fancybox-navigation .fancybox-button--arrow_right:after {
    display: block;
    position: absolute;
    content: '';
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 20px;
    height: 20px;
    background: url("../img/icons/ar-right.svg") no-repeat center;
    background-size: contain; }

.fancybox-navigation .fancybox-button--arrow_left {
  left: calc(64% - 750px);
  padding: 0;
  width: 63px;
  height: 63px;
  border-radius: 50%; }
  .fancybox-navigation .fancybox-button--arrow_left svg {
    display: none; }
  .fancybox-navigation .fancybox-button--arrow_left:after {
    display: block;
    position: absolute;
    content: '';
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%) rotate(180deg);
    width: 20px;
    height: 20px;
    background: url("../img/icons/ar-right.svg") no-repeat center;
    background-size: contain; }

.modal, .modal > * {
  transform: translateY(150px);
  opacity: 0;
  transition: transform .5s, opacity .5s; }

.fancybox-slide--current .modal, .fancybox-slide--current .modal > * {
  opacity: 1;
  transform: translateY(0); }

@media (max-width: 1023px) {
  .modal-advertising {
    padding: 20px 50px 20px 50px; }
  .modal-advertising .form-order p {
    font-size: 16px;
    margin: 0 auto 25px auto; }
  .modal-advertising.modal-rent h3 {
    margin-bottom: 20px; } }

@media (max-width: 767px) {
  .modal-advertising .form-order p {
    font-size: 14px;
    margin: 0 auto 15px auto; }
  .modal-advertising {
    padding: 35px 20px 20px 20px; }
  .modal-advertising.modal-rent .form-order table tbody tr td:first-child {
    width: 100%; } }

@media (max-width: 567px) {
  .modal-rent__checkboxes .ideas__sidebar--checkbox {
    width: 100%;
    margin-bottom: 10px; }
  .modal-rent__checkboxes .ideas__sidebar--checkbox:nth-child(3) {
    width: 100%;
    margin-left: 0; }
  .modal-rent__size--item {
    width: calc(50% - 15px);
    margin-right: 15px; }
  .modal-rent__size {
    margin-right: -15px; }
  .modal-advertising.modal-rent .form-order table tbody tr:nth-child(15) .ideas__sidebar--checkbox:nth-child(2) {
    width: 100%; }
  .modal-advertising.modal-rent .form-order table tbody tr:nth-child(15) .ideas__sidebar--checkbox:first-child {
    width: 100%; }
  .modal-advertising.modal-rent .form-order table tbody tr:nth-child(15) .ideas__sidebar--checkbox:nth-child(4n) {
    width: 100%; }
  .modal-advertising.modal-rent .form-order table tbody tr:nth-child(15) .ideas__sidebar--checkbox:nth-child(5n) {
    width: 100%; }
  .modal-advertising.modal-rent .form-order table tbody tr:last-child .modal-rent__checkboxes .ideas__sidebar--checkbox:nth-child(2) {
    width: 100%; }
  .modal-advertising.modal-rent .form-order table tbody tr:last-child .modal-rent__checkboxes .ideas__sidebar--checkbox:first-child {
    width: 100%; }
  .modal-advertising.modal-rent .form-order table tbody tr:last-child .modal-rent__checkboxes .ideas__sidebar--checkbox:nth-child(4) {
    width: 100%; }
  .modal-advertising.modal-rent .form-order table tbody tr:last-child .modal-rent__checkboxes .ideas__sidebar--checkbox:nth-child(5) {
    width: 100%; }
  .modal-rent__checkboxes .ideas__sidebar--checkbox:last-child {
    margin-bottom: 15px; }
  .modal-advertising.modal-rent .form-order table tbody tr:nth-child(17) td {
    padding-bottom: 5px; }
  .modal-rent__checkboxes {
    margin-bottom: 0; } }

.icon {
  display: inline-block;
  width: 1em;
  height: 1em;
  stroke-width: 0;
  stroke: currentColor;
  fill: currentColor; }
.icon-catalog{
	 display: inline-block;
  width: 2em;
  height: 2em;
  stroke-width: 0;
  stroke: currentColor;
  fill: currentColor; }
}
/* ==========================================
Single-colored icons can be modified like so:
.icon-name {
  font-size: 32px;
  color: red;
}
========================================== */
.row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px; }

.no-gutters {
  margin-right: 0;
  margin-left: 0; }

.no-gutters > .col, .no-gutters > [class*=col-] {
  padding-right: 0;
  padding-left: 0; }

.col, .col-1, .col-10, .col-11, .col-12, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-auto, .col-lg, .col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-auto, .col-md, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-auto, .col-sm, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-auto, .col-xl, .col-xl-1, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-auto {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px; }

.col {
  flex-basis: 0;
  flex-grow: 1;
  min-width: 0;
  max-width: 100%; }

.row-cols-1 > * {
  flex: 0 0 100%;
  max-width: 100%; }

.row-cols-2 > * {
  flex: 0 0 50%;
  max-width: 50%; }

.row-cols-3 > * {
  flex: 0 0 33.333333%;
  max-width: 33.333333%; }

.row-cols-4 > * {
  flex: 0 0 25%;
  max-width: 25%; }

.row-cols-5 > * {
  flex: 0 0 20%;
  max-width: 20%; }

.row-cols-6 > * {
  flex: 0 0 16.666667%;
  max-width: 16.666667%; }

.col-auto {
  flex: 0 0 auto;
  width: auto;
  max-width: 100%; }

.col-1 {
  flex: 0 0 8.333333%;
  max-width: 8.333333%; }

.col-2 {
  flex: 0 0 16.666667%;
  max-width: 16.666667%; }

.col-3 {
  flex: 0 0 25%;
  max-width: 25%; }

.col-4 {
  flex: 0 0 33.333333%;
  max-width: 33.333333%; }

.col-5 {
  flex: 0 0 41.666667%;
  max-width: 41.666667%; }

.col-6 {
  flex: 0 0 50%;
  max-width: 50%; }

.col-7 {
  flex: 0 0 58.333333%;
  max-width: 58.333333%; }

.col-8 {
  flex: 0 0 66.666667%;
  max-width: 66.666667%; }

.col-9 {
  flex: 0 0 75%;
  max-width: 75%; }

.col-10 {
  flex: 0 0 83.333333%;
  max-width: 83.333333%; }

.col-11 {
  flex: 0 0 91.666667%;
  max-width: 91.666667%; }

.col-12 {
  flex: 0 0 100%;
  max-width: 100%; }

.order-first {
  order: -1; }

.order-last {
  order: 13; }

.order-0 {
  order: 0; }

.order-1 {
  order: 1; }

.order-2 {
  order: 2; }

.order-3 {
  order: 3; }

.order-4 {
  order: 4; }

.order-5 {
  order: 5; }

.order-6 {
  order: 6; }

.order-7 {
  order: 7; }

.order-8 {
  order: 8; }

.order-9 {
  order: 9; }

.order-10 {
  order: 10; }

.order-11 {
  order: 11; }

.order-12 {
  order: 12; }

.offset-1 {
  margin-left: 8.333333%; }

.offset-2 {
  margin-left: 16.666667%; }

.offset-3 {
  margin-left: 25%; }

.offset-4 {
  margin-left: 33.333333%; }

.offset-5 {
  margin-left: 41.666667%; }

.offset-6 {
  margin-left: 50%; }

.offset-7 {
  margin-left: 58.333333%; }

.offset-8 {
  margin-left: 66.666667%; }

.offset-9 {
  margin-left: 75%; }

.offset-10 {
  margin-left: 83.333333%; }

.offset-11 {
  margin-left: 91.666667%; }
@media (min-width: 320px) {
	
	
	.col-xs-6 {
    flex: 0 0 50%;
    max-width: 50%; }
	
	
	
	
	}
@media (min-width: 576px) {
  .col-sm {
    flex-basis: 0;
    flex-grow: 1;
    min-width: 0;
    max-width: 100%; }
  .row-cols-sm-1 > * {
    flex: 0 0 100%;
    max-width: 100%; }
  .row-cols-sm-2 > * {
    flex: 0 0 50%;
    max-width: 50%; }
  .row-cols-sm-3 > * {
    flex: 0 0 33.333333%;
    max-width: 33.333333%; }
  .row-cols-sm-4 > * {
    flex: 0 0 25%;
    max-width: 25%; }
  .row-cols-sm-5 > * {
    flex: 0 0 20%;
    max-width: 20%; }
  .row-cols-sm-6 > * {
    flex: 0 0 16.666667%;
    max-width: 16.666667%; }
  .col-sm-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%; }
  .col-sm-1 {
    flex: 0 0 8.333333%;
    max-width: 8.333333%; }
  .col-sm-2 {
    flex: 0 0 16.666667%;
    max-width: 16.666667%; }
  .col-sm-3 {
    flex: 0 0 25%;
    max-width: 25%; }
  .col-sm-4 {
    flex: 0 0 33.333333%;
    max-width: 33.333333%; }
  .col-sm-5 {
    flex: 0 0 41.666667%;
    max-width: 41.666667%; }
  .col-sm-6 {
    flex: 0 0 50%;
    max-width: 50%; }
  .col-sm-7 {
    flex: 0 0 58.333333%;
    max-width: 58.333333%; }
  .col-sm-8 {
    flex: 0 0 66.666667%;
    max-width: 66.666667%; }
  .col-sm-9 {
    flex: 0 0 75%;
    max-width: 75%; }
  .col-sm-10 {
    flex: 0 0 83.333333%;
    max-width: 83.333333%; }
  .col-sm-11 {
    flex: 0 0 91.666667%;
    max-width: 91.666667%; }
  .col-sm-12 {
    flex: 0 0 100%;
    max-width: 100%; }
  .order-sm-first {
    order: -1; }
  .order-sm-last {
    order: 13; }
  .order-sm-0 {
    order: 0; }
  .order-sm-1 {
    order: 1; }
  .order-sm-2 {
    order: 2; }
  .order-sm-3 {
    order: 3; }
  .order-sm-4 {
    order: 4; }
  .order-sm-5 {
    order: 5; }
  .order-sm-6 {
    order: 6; }
  .order-sm-7 {
    order: 7; }
  .order-sm-8 {
    order: 8; }
  .order-sm-9 {
    order: 9; }
  .order-sm-10 {
    order: 10; }
  .order-sm-11 {
    order: 11; }
  .order-sm-12 {
    order: 12; }
  .offset-sm-0 {
    margin-left: 0; }
  .offset-sm-1 {
    margin-left: 8.333333%; }
  .offset-sm-2 {
    margin-left: 16.666667%; }
  .offset-sm-3 {
    margin-left: 25%; }
  .offset-sm-4 {
    margin-left: 33.333333%; }
  .offset-sm-5 {
    margin-left: 41.666667%; }
  .offset-sm-6 {
    margin-left: 50%; }
  .offset-sm-7 {
    margin-left: 58.333333%; }
  .offset-sm-8 {
    margin-left: 66.666667%; }
  .offset-sm-9 {
    margin-left: 75%; }
  .offset-sm-10 {
    margin-left: 83.333333%; }
  .offset-sm-11 {
    margin-left: 91.666667%; } }

@media (min-width: 768px) {
  .col-md {
    flex-basis: 0;
    flex-grow: 1;
    min-width: 0;
    max-width: 100%; }
  .row-cols-md-1 > * {
    flex: 0 0 100%;
    max-width: 100%; }
  .row-cols-md-2 > * {
    flex: 0 0 50%;
    max-width: 50%; }
  .row-cols-md-3 > * {
    flex: 0 0 33.333333%;
    max-width: 33.333333%; }
  .row-cols-md-4 > * {
    flex: 0 0 25%;
    max-width: 25%; }
  .row-cols-md-5 > * {
    flex: 0 0 20%;
    max-width: 20%; }
  .row-cols-md-6 > * {
    flex: 0 0 16.666667%;
    max-width: 16.666667%; }
  .col-md-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%; }
  .col-md-1 {
    flex: 0 0 8.333333%;
    max-width: 8.333333%; }
  .col-md-2 {
    flex: 0 0 16.666667%;
    max-width: 16.666667%; }
  .col-md-3 {
    flex: 0 0 25%;
    max-width: 25%; }
  .col-md-4 {
    flex: 0 0 33.333333%;
    max-width: 33.333333%; }
  .col-md-5 {
    flex: 0 0 41.666667%;
    max-width: 41.666667%; }
  .col-md-6 {
    flex: 0 0 50%;
    max-width: 50%; }
  .col-md-7 {
    flex: 0 0 58.333333%;
    max-width: 58.333333%; }
  .col-md-8 {
    flex: 0 0 66.666667%;
    max-width: 66.666667%; }
  .col-md-9 {
    flex: 0 0 75%;
    max-width: 75%; }
  .col-md-10 {
    flex: 0 0 83.333333%;
    max-width: 83.333333%; }
  .col-md-11 {
    flex: 0 0 91.666667%;
    max-width: 91.666667%; }
  .col-md-12 {
    flex: 0 0 100%;
    max-width: 100%; }
  .order-md-first {
    order: -1; }
  .order-md-last {
    order: 13; }
  .order-md-0 {
    order: 0; }
  .order-md-1 {
    order: 1; }
  .order-md-2 {
    order: 2; }
  .order-md-3 {
    order: 3; }
  .order-md-4 {
    order: 4; }
  .order-md-5 {
    order: 5; }
  .order-md-6 {
    order: 6; }
  .order-md-7 {
    order: 7; }
  .order-md-8 {
    order: 8; }
  .order-md-9 {
    order: 9; }
  .order-md-10 {
    order: 10; }
  .order-md-11 {
    order: 11; }
  .order-md-12 {
    order: 12; }
  .offset-md-0 {
    margin-left: 0; }
  .offset-md-1 {
    margin-left: 8.333333%; }
  .offset-md-2 {
    margin-left: 16.666667%; }
  .offset-md-3 {
    margin-left: 25%; }
  .offset-md-4 {
    margin-left: 33.333333%; }
  .offset-md-5 {
    margin-left: 41.666667%; }
  .offset-md-6 {
    margin-left: 50%; }
  .offset-md-7 {
    margin-left: 58.333333%; }
  .offset-md-8 {
    margin-left: 66.666667%; }
  .offset-md-9 {
    margin-left: 75%; }
  .offset-md-10 {
    margin-left: 83.333333%; }
  .offset-md-11 {
    margin-left: 91.666667%; } }

@media (min-width: 992px) {
  .col-lg {
    flex-basis: 0;
    flex-grow: 1;
    min-width: 0;
    max-width: 100%; }
  .row-cols-lg-1 > * {
    flex: 0 0 100%;
    max-width: 100%; }
  .row-cols-lg-2 > * {
    flex: 0 0 50%;
    max-width: 50%; }
  .row-cols-lg-3 > * {
    flex: 0 0 33.333333%;
    max-width: 33.333333%; }
  .row-cols-lg-4 > * {
    flex: 0 0 25%;
    max-width: 25%; }
  .row-cols-lg-5 > * {
    flex: 0 0 20%;
    max-width: 20%; }
  .row-cols-lg-6 > * {
    flex: 0 0 16.666667%;
    max-width: 16.666667%; }
  .col-lg-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%; }
  .col-lg-1 {
    flex: 0 0 8.333333%;
    max-width: 8.333333%; }
  .col-lg-2 {
    flex: 0 0 16.666667%;
    max-width: 16.666667%; }
  .col-lg-3 {
    flex: 0 0 25%;
    max-width: 25%; }
  .col-lg-4 {
    flex: 0 0 33.333333%;
    max-width: 33.333333%; }
  .col-lg-5 {
    flex: 0 0 41.666667%;
    max-width: 41.666667%; }
  .col-lg-6 {
    flex: 0 0 50%;
    max-width: 50%; }
  .col-lg-7 {
    flex: 0 0 58.333333%;
    max-width: 58.333333%; }
  .col-lg-8 {
    flex: 0 0 66.666667%;
    max-width: 66.666667%; }
  .col-lg-9 {
    flex: 0 0 75%;
    max-width: 75%; }
  .col-lg-10 {
    flex: 0 0 83.333333%;
    max-width: 83.333333%; }
  .col-lg-11 {
    flex: 0 0 91.666667%;
    max-width: 91.666667%; }
  .col-lg-12 {
    flex: 0 0 100%;
    max-width: 100%; }
  .order-lg-first {
    order: -1; }
  .order-lg-last {
    order: 13; }
  .order-lg-0 {
    order: 0; }
  .order-lg-1 {
    order: 1; }
  .order-lg-2 {
    order: 2; }
  .order-lg-3 {
    order: 3; }
  .order-lg-4 {
    order: 4; }
  .order-lg-5 {
    order: 5; }
  .order-lg-6 {
    order: 6; }
  .order-lg-7 {
    order: 7; }
  .order-lg-8 {
    order: 8; }
  .order-lg-9 {
    order: 9; }
  .order-lg-10 {
    order: 10; }
  .order-lg-11 {
    order: 11; }
  .order-lg-12 {
    order: 12; }
  .offset-lg-0 {
    margin-left: 0; }
  .offset-lg-1, .col-lg-offset-1 {
    margin-left: 8.333333%; }
  .offset-lg-2 {
    margin-left: 16.666667%; }
  .offset-lg-3 {
    margin-left: 25%; }
  .offset-lg-4 {
    margin-left: 33.333333%; }
  .offset-lg-5 {
    margin-left: 41.666667%; }
  .offset-lg-6 {
    margin-left: 50%; }
  .offset-lg-7 {
    margin-left: 58.333333%; }
  .offset-lg-8 {
    margin-left: 66.666667%; }
  .offset-lg-9 {
    margin-left: 75%; }
  .offset-lg-10 {
    margin-left: 83.333333%; }
  .offset-lg-11 {
    margin-left: 91.666667%; } }

@media (min-width: 1200px) {
  .col-xl {
    flex-basis: 0;
    flex-grow: 1;
    min-width: 0;
    max-width: 100%; }
  .row-cols-xl-1 > * {
    flex: 0 0 100%;
    max-width: 100%; }
  .row-cols-xl-2 > * {
    flex: 0 0 50%;
    max-width: 50%; }
  .row-cols-xl-3 > * {
    flex: 0 0 33.333333%;
    max-width: 33.333333%; }
  .row-cols-xl-4 > * {
    flex: 0 0 25%;
    max-width: 25%; }
  .row-cols-xl-5 > * {
    flex: 0 0 20%;
    max-width: 20%; }
  .row-cols-xl-6 > * {
    flex: 0 0 16.666667%;
    max-width: 16.666667%; }
  .col-xl-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%; }
  .col-xl-1 {
    flex: 0 0 8.333333%;
    max-width: 8.333333%; }
  .col-xl-2 {
    flex: 0 0 16.666667%;
    max-width: 16.666667%; }
  .col-xl-3 {
    flex: 0 0 25%;
    max-width: 25%; }
  .col-xl-4 {
    flex: 0 0 33.333333%;
    max-width: 33.333333%; }
  .col-xl-5 {
    flex: 0 0 41.666667%;
    max-width: 41.666667%; }
  .col-xl-6 {
    flex: 0 0 50%;
    max-width: 50%; }
  .col-xl-7 {
    flex: 0 0 58.333333%;
    max-width: 58.333333%; }
  .col-xl-8 {
    flex: 0 0 66.666667%;
    max-width: 66.666667%; }
  .col-xl-9 {
    flex: 0 0 75%;
    max-width: 75%; }
  .col-xl-10 {
    flex: 0 0 83.333333%;
    max-width: 83.333333%; }
  .col-xl-11 {
    flex: 0 0 91.666667%;
    max-width: 91.666667%; }
  .col-xl-12 {
    flex: 0 0 100%;
    max-width: 100%; }
  .order-xl-first {
    order: -1; }
  .order-xl-last {
    order: 13; }
  .order-xl-0 {
    order: 0; }
  .order-xl-1 {
    order: 1; }
  .order-xl-2 {
    order: 2; }
  .order-xl-3 {
    order: 3; }
  .order-xl-4 {
    order: 4; }
  .order-xl-5 {
    order: 5; }
  .order-xl-6 {
    order: 6; }
  .order-xl-7 {
    order: 7; }
  .order-xl-8 {
    order: 8; }
  .order-xl-9 {
    order: 9; }
  .order-xl-10 {
    order: 10; }
  .order-xl-11 {
    order: 11; }
  .order-xl-12 {
    order: 12; }
  .offset-xl-0 {
    margin-left: 0; }
  .offset-xl-1 {
    margin-left: 8.333333%; }
  .offset-xl-2 {
    margin-left: 16.666667%; }
  .offset-xl-3 {
    margin-left: 25%; }
  .offset-xl-4 {
    margin-left: 33.333333%; }
  .offset-xl-5 {
    margin-left: 41.666667%; }
  .offset-xl-6 {
    margin-left: 50%; }
  .offset-xl-7 {
    margin-left: 58.333333%; }
  .offset-xl-8 {
    margin-left: 66.666667%; }
  .offset-xl-9 {
    margin-left: 75%; }
  .offset-xl-10 {
    margin-left: 83.333333%; }
  .offset-xl-11 {
    margin-left: 91.666667%; } }

.d-none {
  display: none !important; }

.d-inline {
  display: inline !important; }

.d-inline-block {
  display: inline-block !important; }

.d-block {
  display: block !important; }

.d-table {
  display: table !important; }

.d-table-row {
  display: table-row !important; }

.d-table-cell {
  display: table-cell !important; }

.d-flex {
  display: flex !important; }

.d-inline-flex {
  display: inline-flex !important; }

@media (min-width: 576px) {
  .d-sm-none {
    display: none !important; }
  .d-sm-inline {
    display: inline !important; }
  .d-sm-inline-block {
    display: inline-block !important; }
  .d-sm-block {
    display: block !important; }
  .d-sm-table {
    display: table !important; }
  .d-sm-table-row {
    display: table-row !important; }
  .d-sm-table-cell {
    display: table-cell !important; }
  .d-sm-flex {
    display: flex !important; }
  .d-sm-inline-flex {
    display: inline-flex !important; } }

@media (min-width: 768px) {
  .d-md-none {
    display: none !important; }
  .d-md-inline {
    display: inline !important; }
  .d-md-inline-block {
    display: inline-block !important; }
  .d-md-block {
    display: block !important; }
  .d-md-table {
    display: table !important; }
  .d-md-table-row {
    display: table-row !important; }
  .d-md-table-cell {
    display: table-cell !important; }
  .d-md-flex {
    display: flex !important; }
  .d-md-inline-flex {
    display: inline-flex !important; } }

@media (min-width: 992px) {
  .d-lg-none {
    display: none !important; }
  .d-lg-inline {
    display: inline !important; }
  .d-lg-inline-block {
    display: inline-block !important; }
  .d-lg-block {
    display: block !important; }
  .d-lg-table {
    display: table !important; }
  .d-lg-table-row {
    display: table-row !important; }
  .d-lg-table-cell {
    display: table-cell !important; }
  .d-lg-flex {
    display: flex !important; }
  .d-lg-inline-flex {
    display: inline-flex !important; } }

@media (min-width: 1200px) {
  .d-xl-none {
    display: none !important; }
  .d-xl-inline {
    display: inline !important; }
  .d-xl-inline-block {
    display: inline-block !important; }
  .d-xl-block {
    display: block !important; }
  .d-xl-table {
    display: table !important; }
  .d-xl-table-row {
    display: table-row !important; }
  .d-xl-table-cell {
    display: table-cell !important; }
  .d-xl-flex {
    display: flex !important; }
  .d-xl-inline-flex {
    display: inline-flex !important; } }

.flex-row {
  flex-direction: row !important; }

.flex-column {
  flex-direction: column !important; }

.flex-row-reverse {
  flex-direction: row-reverse !important; }

.flex-column-reverse {
  flex-direction: column-reverse !important; }

.flex-wrap {
  flex-wrap: wrap !important; }

.flex-nowrap {
  flex-wrap: nowrap !important; }

.flex-wrap-reverse {
  flex-wrap: wrap-reverse !important; }

.flex-fill {
  flex: 1 1 auto !important; }

.flex-grow-0 {
  flex-grow: 0 !important; }

.flex-grow-1 {
  flex-grow: 1 !important; }

.flex-shrink-0 {
  flex-shrink: 0 !important; }

.flex-shrink-1 {
  flex-shrink: 1 !important; }

.justify-content-start {
  justify-content: flex-start !important; }

.justify-content-end {
  justify-content: flex-end !important; }

.justify-content-center {
  justify-content: center !important; }

.justify-content-between {
  justify-content: space-between !important; }

.justify-content-around {
  justify-content: space-around !important; }

.align-items-start {
  align-items: flex-start !important; }

.align-items-end {
  align-items: flex-end !important; }

.align-items-center {
  align-items: center !important; }

.align-items-baseline {
  align-items: baseline !important; }

.align-items-stretch {
  align-items: stretch !important; }

.align-content-start {
  align-content: flex-start !important; }

.align-content-end {
  align-content: flex-end !important; }

.align-content-center {
  align-content: center !important; }

.align-content-between {
  align-content: space-between !important; }

.align-content-around {
  align-content: space-around !important; }

.align-content-stretch {
  align-content: stretch !important; }

.align-self-auto {
  align-self: auto !important; }

.align-self-start {
  align-self: flex-start !important; }

.align-self-end {
  align-self: flex-end !important; }

.align-self-center {
  align-self: center !important; }

.align-self-baseline {
  align-self: baseline !important; }

.align-self-stretch {
  align-self: stretch !important; }

@media (min-width: 576px) {
  .flex-sm-row {
    flex-direction: row !important; }
  .flex-sm-column {
    flex-direction: column !important; }
  .flex-sm-row-reverse {
    flex-direction: row-reverse !important; }
  .flex-sm-column-reverse {
    flex-direction: column-reverse !important; }
  .flex-sm-wrap {
    flex-wrap: wrap !important; }
  .flex-sm-nowrap {
    flex-wrap: nowrap !important; }
  .flex-sm-wrap-reverse {
    flex-wrap: wrap-reverse !important; }
  .flex-sm-fill {
    flex: 1 1 auto !important; }
  .flex-sm-grow-0 {
    flex-grow: 0 !important; }
  .flex-sm-grow-1 {
    flex-grow: 1 !important; }
  .flex-sm-shrink-0 {
    flex-shrink: 0 !important; }
  .flex-sm-shrink-1 {
    flex-shrink: 1 !important; }
  .justify-content-sm-start {
    justify-content: flex-start !important; }
  .justify-content-sm-end {
    justify-content: flex-end !important; }
  .justify-content-sm-center {
    justify-content: center !important; }
  .justify-content-sm-between {
    justify-content: space-between !important; }
  .justify-content-sm-around {
    justify-content: space-around !important; }
  .align-items-sm-start {
    align-items: flex-start !important; }
  .align-items-sm-end {
    align-items: flex-end !important; }
  .align-items-sm-center {
    align-items: center !important; }
  .align-items-sm-baseline {
    align-items: baseline !important; }
  .align-items-sm-stretch {
    align-items: stretch !important; }
  .align-content-sm-start {
    align-content: flex-start !important; }
  .align-content-sm-end {
    align-content: flex-end !important; }
  .align-content-sm-center {
    align-content: center !important; }
  .align-content-sm-between {
    align-content: space-between !important; }
  .align-content-sm-around {
    align-content: space-around !important; }
  .align-content-sm-stretch {
    align-content: stretch !important; }
  .align-self-sm-auto {
    align-self: auto !important; }
  .align-self-sm-start {
    align-self: flex-start !important; }
  .align-self-sm-end {
    align-self: flex-end !important; }
  .align-self-sm-center {
    align-self: center !important; }
  .align-self-sm-baseline {
    align-self: baseline !important; }
  .align-self-sm-stretch {
    align-self: stretch !important; } }

@media (min-width: 768px) {
  .flex-md-row {
    flex-direction: row !important; }
  .flex-md-column {
    flex-direction: column !important; }
  .flex-md-row-reverse {
    flex-direction: row-reverse !important; }
  .flex-md-column-reverse {
    flex-direction: column-reverse !important; }
  .flex-md-wrap {
    flex-wrap: wrap !important; }
  .flex-md-nowrap {
    flex-wrap: nowrap !important; }
  .flex-md-wrap-reverse {
    flex-wrap: wrap-reverse !important; }
  .flex-md-fill {
    flex: 1 1 auto !important; }
  .flex-md-grow-0 {
    flex-grow: 0 !important; }
  .flex-md-grow-1 {
    flex-grow: 1 !important; }
  .flex-md-shrink-0 {
    flex-shrink: 0 !important; }
  .flex-md-shrink-1 {
    flex-shrink: 1 !important; }
  .justify-content-md-start {
    justify-content: flex-start !important; }
  .justify-content-md-end {
    justify-content: flex-end !important; }
  .justify-content-md-center {
    justify-content: center !important; }
  .justify-content-md-between {
    justify-content: space-between !important; }
  .justify-content-md-around {
    justify-content: space-around !important; }
  .align-items-md-start {
    align-items: flex-start !important; }
  .align-items-md-end {
    align-items: flex-end !important; }
  .align-items-md-center {
    align-items: center !important; }
  .align-items-md-baseline {
    align-items: baseline !important; }
  .align-items-md-stretch {
    align-items: stretch !important; }
  .align-content-md-start {
    align-content: flex-start !important; }
  .align-content-md-end {
    align-content: flex-end !important; }
  .align-content-md-center {
    align-content: center !important; }
  .align-content-md-between {
    align-content: space-between !important; }
  .align-content-md-around {
    align-content: space-around !important; }
  .align-content-md-stretch {
    align-content: stretch !important; }
  .align-self-md-auto {
    align-self: auto !important; }
  .align-self-md-start {
    align-self: flex-start !important; }
  .align-self-md-end {
    align-self: flex-end !important; }
  .align-self-md-center {
    align-self: center !important; }
  .align-self-md-baseline {
    align-self: baseline !important; }
  .align-self-md-stretch {
    align-self: stretch !important; } }

@media (min-width: 992px) {
  .flex-lg-row {
    flex-direction: row !important; }
  .flex-lg-column {
    flex-direction: column !important; }
  .flex-lg-row-reverse {
    flex-direction: row-reverse !important; }
  .flex-lg-column-reverse {
    flex-direction: column-reverse !important; }
  .flex-lg-wrap {
    flex-wrap: wrap !important; }
  .flex-lg-nowrap {
    flex-wrap: nowrap !important; }
  .flex-lg-wrap-reverse {
    flex-wrap: wrap-reverse !important; }
  .flex-lg-fill {
    flex: 1 1 auto !important; }
  .flex-lg-grow-0 {
    flex-grow: 0 !important; }
  .flex-lg-grow-1 {
    flex-grow: 1 !important; }
  .flex-lg-shrink-0 {
    flex-shrink: 0 !important; }
  .flex-lg-shrink-1 {
    flex-shrink: 1 !important; }
  .justify-content-lg-start {
    justify-content: flex-start !important; }
  .justify-content-lg-end {
    justify-content: flex-end !important; }
  .justify-content-lg-center {
    justify-content: center !important; }
  .justify-content-lg-between {
    justify-content: space-between !important; }
  .justify-content-lg-around {
    justify-content: space-around !important; }
  .align-items-lg-start {
    align-items: flex-start !important; }
  .align-items-lg-end {
    align-items: flex-end !important; }
  .align-items-lg-center {
    align-items: center !important; }
  .align-items-lg-baseline {
    align-items: baseline !important; }
  .align-items-lg-stretch {
    align-items: stretch !important; }
  .align-content-lg-start {
    align-content: flex-start !important; }
  .align-content-lg-end {
    align-content: flex-end !important; }
  .align-content-lg-center {
    align-content: center !important; }
  .align-content-lg-between {
    align-content: space-between !important; }
  .align-content-lg-around {
    align-content: space-around !important; }
  .align-content-lg-stretch {
    align-content: stretch !important; }
  .align-self-lg-auto {
    align-self: auto !important; }
  .align-self-lg-start {
    align-self: flex-start !important; }
  .align-self-lg-end {
    align-self: flex-end !important; }
  .align-self-lg-center {
    align-self: center !important; }
  .align-self-lg-baseline {
    align-self: baseline !important; }
  .align-self-lg-stretch {
    align-self: stretch !important; } }

@media (min-width: 1200px) {
  .flex-xl-row {
    flex-direction: row !important; }
  .flex-xl-column {
    flex-direction: column !important; }
  .flex-xl-row-reverse {
    flex-direction: row-reverse !important; }
  .flex-xl-column-reverse {
    flex-direction: column-reverse !important; }
  .flex-xl-wrap {
    flex-wrap: wrap !important; }
  .flex-xl-nowrap {
    flex-wrap: nowrap !important; }
  .flex-xl-wrap-reverse {
    flex-wrap: wrap-reverse !important; }
  .flex-xl-fill {
    flex: 1 1 auto !important; }
  .flex-xl-grow-0 {
    flex-grow: 0 !important; }
  .flex-xl-grow-1 {
    flex-grow: 1 !important; }
  .flex-xl-shrink-0 {
    flex-shrink: 0 !important; }
  .flex-xl-shrink-1 {
    flex-shrink: 1 !important; }
  .justify-content-xl-start {
    justify-content: flex-start !important; }
  .justify-content-xl-end {
    justify-content: flex-end !important; }
  .justify-content-xl-center {
    justify-content: center !important; }
  .justify-content-xl-between {
    justify-content: space-between !important; }
  .justify-content-xl-around {
    justify-content: space-around !important; }
  .align-items-xl-start {
    align-items: flex-start !important; }
  .align-items-xl-end {
    align-items: flex-end !important; }
  .align-items-xl-center {
    align-items: center !important; }
  .align-items-xl-baseline {
    align-items: baseline !important; }
  .align-items-xl-stretch {
    align-items: stretch !important; }
  .align-content-xl-start {
    align-content: flex-start !important; }
  .align-content-xl-end {
    align-content: flex-end !important; }
  .align-content-xl-center {
    align-content: center !important; }
  .align-content-xl-between {
    align-content: space-between !important; }
  .align-content-xl-around {
    align-content: space-around !important; }
  .align-content-xl-stretch {
    align-content: stretch !important; }
  .align-self-xl-auto {
    align-self: auto !important; }
  .align-self-xl-start {
    align-self: flex-start !important; }
  .align-self-xl-end {
    align-self: flex-end !important; }
  .align-self-xl-center {
    align-self: center !important; }
  .align-self-xl-baseline {
    align-self: baseline !important; }
  .align-self-xl-stretch {
    align-self: stretch !important; } }

.float-left {
  float: left !important; }

.float-right {
  float: right !important; }

.float-none {
  float: none !important; }

@media (min-width: 576px) {
  .float-sm-left {
    float: left !important; }
  .float-sm-right {
    float: right !important; }
  .float-sm-none {
    float: none !important; } }

@media (min-width: 768px) {
  .float-md-left {
    float: left !important; }
  .float-md-right {
    float: right !important; }
  .float-md-none {
    float: none !important; } }

@media (min-width: 992px) {
  .float-lg-left {
    float: left !important; }
  .float-lg-right {
    float: right !important; }
  .float-lg-none {
    float: none !important; } }

@media (min-width: 1200px) {
  .float-xl-left {
    float: left !important; }
  .float-xl-right {
    float: right !important; }
  .float-xl-none {
    float: none !important; } }

.row--small {
  margin-left: -5px;
  margin-right: -5px; }
  .row--small .col, .row--small .col-1, .row--small .col-10, .row--small .col-11, .row--small .col-12, .row--small .col-2, .row--small .col-3, .row--small .col-4, .row--small .col-5, .row--small .col-6, .row--small .col-7, .row--small .col-8, .row--small .col-9, .row--small .col-auto, .row--small .col-lg, .row--small .col-lg-1, .row--small .col-lg-10, .row--small .col-lg-11, .row--small .col-lg-12, .row--small .col-lg-2, .row--small .col-lg-3, .row--small .col-lg-4, .row--small .col-lg-5, .row--small .col-lg-6, .row--small .col-lg-7, .row--small .col-lg-8, .row--small .col-lg-9, .row--small .col-lg-auto, .row--small .col-md, .row--small .col-md-1, .row--small .col-md-10, .row--small .col-md-11, .row--small .col-md-12, .row--small .col-md-2, .row--small .col-md-3, .row--small .col-md-4, .row--small .col-md-5, .row--small .col-md-6, .row--small .col-md-7, .row--small .col-md-8, .row--small .col-md-9, .row--small .col-md-auto, .row--small .col-sm, .row--small .col-sm-1, .row--small .col-sm-10, .row--small .col-sm-11, .row--small .col-sm-12, .row--small .col-sm-2, .row--small .col-sm-3, .row--small .col-sm-4, .row--small .col-sm-5, .row--small .col-sm-6, .row--small .col-sm-7, .row--small .col-sm-8, .row--small .col-sm-9, .row--small .col-sm-auto, .row--small .col-xl, .row--small .col-xl-1, .row--small .col-xl-10, .row--small .col-xl-11, .row--small .col-xl-12, .row--small .col-xl-2, .row--small .col-xl-3, .row--small .col-xl-4, .row--small .col-xl-5, .row--small .col-xl-6, .row--small .col-xl-7, .row--small .col-xl-8, .row--small .col-xl-9, .row--small .col-xl-auto {
    padding-left: 5px;
    padding-right: 5px; }

.header {
  background: #FFFFFF;
  padding-top: 15px;
  //position: fixed;
  top: 0;
  z-index: 20; }

.header + .container {
	background: #FFFFFF;
	padding-top: 29px;
	//position: fixed;
	top: 0px;
	z-index: 19;
	max-width: unset;
	width: 100%;
}

@media screen and (max-width: 1023px) {
	.header + .container {
		padding-top: 0;
		z-index: 20;
	}
}

.mobile__search {
  width: 100%;
  display: flex;
  align-items: center;
  transition: .5s;
  border-right: 1px solid #D3D3D3; }
  .mobile__search--btn {
    margin-right: 12px; }
    .mobile__search--btn svg {
      font-size: 18px;
      color: #777777; }
  .mobile__search.is-open {
    border-right: none;
    width: 100%;
    margin-right: 0;
    transition: .5s; }
    .mobile__search.is-open input {
      width: calc(100% - 50px); }
    .mobile__search.is-open:after {
      opacity: 1;
      transition: .5s; }
    .mobile__search.is-open:before {
      opacity: 0;
      transition: .5s; }
  .mobile__search form {display: flex;}
  .mobile__search input {
    font-style: normal;
    font-weight: normal;
    font-size: 13px;
    line-height: 16px;
    color: #A9A9A9; }
    .mobile__search input::-moz-placeholder {
      font-size: 13px;
      line-height: 16px;
      color: #A9A9A9; }
    .mobile__search input:-ms-input-placeholder {
      font-size: 13px;
      line-height: 16px;
      color: #A9A9A9; }
    .mobile__search input::placeholder {
      font-size: 13px;
      line-height: 16px;
      color: #A9A9A9; }
  .mobile__search:after {
    content: '';
    display: block;
    left: 30px;
    right: 0;
    height: 1px;
    background: #D3D3D3;
    position: absolute;
    bottom: 0;
    opacity: 0;
    transition: .5s; }

.close-search {
  transition: .5s;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 5;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  width: 15px;
  height: 15px; }
  .close-search svg {
    font-size: 11px;
    color: #777777; }
  .close-search.is-active {
    cursor: pointer;
    z-index: 9999;
    opacity: 1;
    transition: .5s;
    pointer-events: all;
    visibility: visible; }

.mobile__links {
  display: flex;
  align-items: center;
  top: 0;
  right: 0;
  position: absolute;
  justify-content: flex-end;
  transition: .8s; }
  .mobile__links--item {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin-right: 22px; }
    .mobile__links--item svg {
      font-size: 19px;
      color: #777777; }
      .mobile__links--item svg.icon-star {
        fill: transparent; }
    .mobile__links--item:last-child {
      margin-right: 0; }
    .mobile__links--item.is-active:after {
      content: '';
      display: block;
      position: absolute;
      width: 5px;
      height: 5px;
      border-radius: 50%;
      background: #E31C39;
      right: -2px;
      top: -2px; }
  .mobile__links.is-hide {
    position: absolute;
    right: 0;
    top: 0;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transition: .4s;
    width: 0;
    overflow: hidden; }

.mobile__header {
  margin-bottom: 12px;
  display: none;
  flex-wrap: wrap;
  align-items: center;
  z-index: 5; }

.header__mobile {
  display: none;
}

@media screen and (max-width: 1023px) {
  .header__wp .header__catalog, 
  .header__wp .open-nav {
    display: none;
  }

  .header__mobile {
    align-items: center;
    background: #FFFFFF;
    display: flex;
    justify-content: space-between;
    padding: 12px 0;
  }
}

.header__info {
  z-index: 7;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin-bottom: 15px; }

.header__contacts {
  display: flex;
  align-items: center;
  width: calc(100% - 95px); }
  .header__contacts a {
    transition: .5s; }
    .header__contacts a:hover {
      color: #E31C39;
      transition: .5s; }
  .header__contacts--item {
    font-weight: normal;
    font-size: 15px;
    line-height: 18px;
    color: #A9A9A9;
    display: flex;
    align-items: center; }
    .header__contacts--item:hover {
      color: #E31C39; }
    .header__contacts--item:after {
      content: '';
      display: block;
      position: absolute;
      right: 0;
      top: 50%;
      transform: translateY(-50%);
      width: 1px;
      height: 11px;
      background: #D3D3D3; }
    .header__contacts--item span {
      margin-right: 12px; }
      .header__contacts--item span svg {
        font-size: 24px; }
        .header__contacts--item span svg:hover {
          color: #D3D3D3; }
    .header__contacts--item:first-child {
      width: 26.3%;
      margin-right: 33px; }
    .header__contacts--item:nth-child(2) {
      width: calc(28.8% - 26px);
      margin-right: 26px; }
    .header__contacts--item:nth-child(3) {
      width: calc(24.6% - 26px);
      margin-right: 37px; }
      .header__contacts--item:nth-child(3):hover {
        color: #a9a9a9; }
    .header__contacts--item:last-child {
      width: calc(19.6% - 37px); }

.header__wp {
  z-index: 5;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  padding: 23px 0 19px 0;}
  .header__wp:after {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: -3000px;
    right: -3000px;
    z-index: -1;
    background: #F5F5F5; }

.overlay {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100vh;
  z-index: 2;
  display: none; }
  .overlay.is-open {
    display: block; }

.header__logo {
  margin: 0 auto;
  width: 208px;
  height: 51px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  left: -51px; }
  .header__logo img {
    max-width: 100%;
    max-height: 100%; }

.header__lang {
  width: 95px; }

.header__catalog,.header_-_catalog{
  cursor: pointer;
  position: absolute;
  left: 50px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 14px;
  line-height: 17px;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: #777777;
  display: flex;
  align-items: center;
  transition: .5s; }
  .header__catalog span,.header_-_catalog span {
    margin-right: 13px; }
    .header__catalog span svg, ,.header_-_catalog span svg {
      font-size: 30px;
      transition: .5s;
      color: #b8b6b8; }
  .header__catalog.is-hide {
    opacity: 0;
    pointer-events: none;
    visibility: hidden;
    transition: .5s; }
  .header__catalog:hover ,.header_-_catalog:hover{
    color: #E31C39;
    transition: .5s; }
    .header__catalog:hover svg,.header_-_catalog:hover svg {
      color: #E31C39;
      transition: .5s; }

	.header__wp.with-catalog .catalog-header, .catalog-header:hover {
		opacity: 1;
		visibility: visible;
		pointer-events: all;
		z-index: 20;
	}

.wrap-nav {
  display: flex;
  align-items: center;
  justify-content: center;
  padding-bottom: 25px;
  z-index: 4; }
  .wrap-nav .header__contacts {
    display: none; }
  .wrap-nav .header__lang {
    display: none; }

.menu {
  display: flex;
  align-items: center; }
  .menu-item {
    margin-right: 50px; }
    .menu-item.hidden {display: none;}
    .menu-item:last-child {
      margin-right: 0; }
    .menu-item a {
      font-weight: normal;
      font-size: 14px;
      line-height: 17px;
      text-transform: uppercase;
      color: #777777;
      transition: .5s; }
      .menu-item a:hover {
        color: #E31C39;
        transition: .5s; }

.header__icons {
  display: flex;
  align-items: center; }
  .header__icons--item {
    margin-right: 30px; }
    .header__icons--item svg {
      font-size: 20.5px;
      color: #777777; }
      .header__icons--item svg.icon-star {
        fill: transparent;
        font-size: 21px; }
    .header__icons--item:last-child {
      margin-right: 0; }
    .header__icons--item:nth-child(2) svg {
      font-size: 24px; }
    .header__icons--item:nth-child(3) svg {
      font-size: 24px; }
    .header__icons--item:last-child svg {
      font-size: 24px; }
    .header__icons--item.is-active svg {
      color: #e31c39; }
    .header__icons--item.is-active:after {
      content: '';
      display: block;
      position: absolute;
      right: -8px;
      top: -5px;
      width: 6px;
      height: 6px;
      border-radius: 50%;
      background: #E31C39; }

.open-search {
  cursor: pointer;
  transition: .5s; }
  .open-search svg {
    font-size: 21px;
    color: #777777; }
  .open-search.is-hide {
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transition: .5s; }

.header__search {
  width: 275px;
  display: flex;
  align-items: center; }

.hidden-search {
  width: 100%;
  display: flex;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: .5s;
  left: 0;
  position: absolute;
  top: 1px; }
  .hidden-search__btn {
    position: absolute;
    z-index: 10;
    left: 0;
    top: -3px; }
    .hidden-search__btn svg {
      font-size: 21px;
      color: #777777; }
  .hidden-search input {
    width: 100%;
    border-bottom: 0.5px solid #777777;
    font-weight: normal;
    font-size: 15px;
    line-height: 18px;
    color: #A9A9A9;
    padding: 0 20px 7px 28px; }
  .hidden-search .close-search {
    opacity: 1;
    visibility: visible;
    pointer-events: all;
    cursor: pointer;
    top: 1px;
    right: 0; }
    .hidden-search .close-search svg {
      font-size: 19px; }
  .hidden-search.is-open {
    opacity: 1;
    pointer-events: all;
    visibility: visible;
    transition: .5s; }

.dropbtn {
  font-weight: normal;
  font-size: 15px;
  line-height: 18px;
  text-transform: uppercase;
  color: #A9A9A9;
  cursor: pointer;
  transition: .5s; }
  .dropbtn:hover .dropbtn {
    opacity: 0.5;
    transition: .5s; }

/* The container <div> - needed to position the dropdown content */

.dropdown {
  position: relative;
  display: inline-block;
  width: 100%; }

  .header__lang a {
    align-items: center;
    color: #A9A9A9;
    display: flex;
    justify-content: center;
    width: 100%;}
    .header__lang a span {
      margin-left: 10px;}
      .header__lang a svg {
        font-size: 24px; }

  .header__lang .dropdown {
    display: flex;
    justify-content: flex-end;
  }
  .header__lang .dropdown > a {
    display: block;
  }

/* Dropdown Content (Hidden by Default) */
.dropdown-content {
  cursor: pointer;
  display: none;
  align-items: center;
  position: absolute;
  background: #fff;
  box-shadow: 0px 0px 29px rgba(0, 0, 0, 0.1);
  border-radius: 46px;
  padding: 8px 9px 4px 8px;
  width: 94px;
  left: 12px;
  bottom: -40px; }
  .dropdown-content a {
    width: 100%;
    display: flex;
    align-items: center; }
    .dropdown-content a span {
      margin-left: auto; }
    .dropdown-content a svg {
      font-size: 24px; }

.dropbtn {
  display: flex;
  align-items: center;
  justify-content: flex-end; }
  .dropbtn span {
    margin-left: 17px; }
    .dropbtn span svg {
      font-size: 24px; }

/* Links inside the dropdown */
.dropdown-content a {
  font-weight: normal;
  font-size: 16px;
  line-height: 20px;
  text-transform: uppercase;
  color: #777777; }

/* Show the dropdown menu on hover */
.dropdown:hover .dropdown-content {
  display: flex; }

.open-nav {
  display: none;
  width: 18px;
  height: 14px;
  cursor: pointer;
  z-index: 5; }
  .open-nav .line {
    width: 100%;
    height: 1px;
    border-radius: 2px;
    background: #777777;
    margin-bottom: 7px;
    transition: .5s; }
    .open-nav .line:last-child {
      margin-bottom: 0; }
  .open-nav.is-open .line:nth-child(2) {
    transform: translateX(-100%);
    opacity: 0;
    transition: .5s; }
  .open-nav.is-open .line:first-child {
    transform: rotate(-45deg) translateX(-5px) translateY(5px);
    transition: .5s; }
  .open-nav.is-open .line:last-child {
    transform: rotate(45deg) translateX(-6.5px) translateY(-6.5px);
    transition: .5s; }

.catalog-header {
	position: absolute;
	top: 100%;
	left: 0;
	right: -10px;
	padding: 30px 65px 40px 65px;
	display: flex;
	flex-wrap: wrap;
	background: #FFFFFF;
	box-shadow: 0px 13px 73px rgba(0, 0, 0, 0.07);
	border-radius: 22px;
	opacity: 0;
	visibility: hidden;
	pointer-events: none;
	max-height: calc(100vh - 80px);
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	grid-gap: 30px;
}
  .catalog-header.is-open {
    opacity: 1;
    visibility: visible;
    pointer-events: all;
    z-index: 20; }
  .catalog-header__block h3 {
    font-weight: 500;
    font-size: 16px;
    line-height: 20px;
    color: #555555;
    margin-bottom: 10px; }
  .catalog-header__block ul li {
    margin-bottom: 10px; }
    .catalog-header__block ul li:last-child {
      margin-bottom: 0; }
    .catalog-header__block ul li a {
      font-weight: normal;
      font-size: 14px;
      line-height: 17px;
      color: #777777; }
      .catalog-header__block ul li a:hover {
        color: #E31C39; }
.catalog-header__wp {
	display: flex;
	flex-direction: column;
	gap: 20px;
}

@media (max-width: 1110px) {
  .header__contacts--item {
    font-size: 14px; }
  .header__contacts--item:nth-child(2) {
    width: calc(28.8% - 16px);
    margin-right: 16px; }
  .header__contacts--item:first-child {
    margin-right: 16px; }
  .header__contacts--item:nth-child(3) {
    width: calc(24.6% - 16px);
    margin-right: 16px; }
  .header__contacts--item span {
    margin-right: 10px; }
  .header__contacts--item span svg {
    font-size: 20px; } }

@media (max-width: 1023px) {
  .catalog-header {
    top: calc(100% + 43px);
    right: 0;
    padding: 30px 25px 40px 25px; }
  .mobile__links {
    display: none; }
  .header__info {
    display: none; }
  .mobile__header {
    display: flex; }
  .header__search {
    display: none; }
  .header__catalog,.header_-_catalog {
    position: relative;
    left: auto;
    top: auto;
    transform: none; }
  .menu-item.hidden {
    display: block;
  }
}

@media (max-width: 1023px) {
  .catalog-header {
    padding: 20px 25px 30px 25px; }
  .catalog-header__block h3 {
    margin-bottom: 10px; }
  .catalog-header__block ul {
    height: 0;
    transition: all .5s;
    overflow: hidden; }
    .catalog-header__block ul.is-open {
      height: 100%;
      transition: all .5s;
      margin-bottom: 10px; }
  .catalog-header__wp:first-child .catalog-header__block {
    margin-bottom: 10px; }
  .catalog-header__wp:last-child .catalog-header__block {
    margin-bottom: 10px; }
  .header {
    padding-top: 12px;
    z-index: 20; }
  .header__wp {
    margin-bottom: 0; }
  .mobile__links {
    display: flex; }
  .header__catalog,.header_-_catalog {text-transform: none;}
  .mobile__search {
    width: 50.5%;
    border-right: 0; }
    .mobile__search:before {
      content: '';
      display: block;
      position: absolute;
      right: 0;
      top: 2px;
      height: 15px;
      width: 1px;
      background: #d3d3d3; }
  .mobile__header {
    margin-bottom: 8px; }
  .mobile__links--item {
    margin-right: 25px; }
  .open-nav {
    display: block; }
  .header__icons {
    display: none; }
  .wrap-nav {
    display: block;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    background: #FFFFFF;
    padding: 34px 34px 38px 34px;
    z-index: -9999;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transition: .5s; }
    .wrap-nav.is-open {
      visibility: visible;
      opacity: 1;
      pointer-events: all;
      transition: .5s;
      position: fixed;
      top: 160px;
      z-index: 99999;}
  .wrap-nav .header__contacts {
    display: block;
    width: auto;
    text-align: center;
    margin-bottom: 38px; }
  .wrap-nav .header__lang {
    justify-content: center;
    display: block;
    margin: 0 auto;
    width: 61px; }
  .dropbtn {
    font-size: 15px;
    line-height: 18px;
    text-transform: uppercase;
    color: #A9A9A9; }
    .dropbtn span {
      margin-left: 10px; }
      .dropbtn span svg {
        font-size: 28px; }
  .dropdown-content {
    left: 50%;
    transform: translateX(-50%); }
  .dropdown-content a {
    font-size: 15px;
    line-height: 18px;
    text-transform: uppercase;
    color: #A9A9A9; }
  .header__contacts--item {
    width: auto !important;
    text-align: center;
    margin-right: 0 !important;
    justify-content: center;
    margin-bottom: 9px;
    font-size: 15px;
    line-height: 18px;
    color: #A9A9A9; }
    .header__contacts--item:after {
      display: none; }
    .header__contacts--item:nth-child(2) {
      margin-bottom: 33px; }
    .header__contacts--item:nth-child(3) {
      margin-bottom: 12px; }
    .header__contacts--item:last-child {
      margin-bottom: 0; }
  .menu {
    display: block;
    text-align: center;
    margin-bottom: 38px; }
    .menu-item {
      margin-right: 0;
      margin-bottom: 6px; }
      .menu-item:last-child {
        margin-bottom: 0; }
  .header__logo {
    width: 231;
    height: auto;
    left: unset; }
  .open-nav {
    margin-bottom: 5px; }
  .header__wp {
    padding: 12px 0 13px 0; }
  .header__catalog span svg {
    font-size: 22px; } }

.header-favorite.active svg {
  color: #E31C39; }

.header-favorite.active:after {
  content: '';
  display: block;
  position: absolute;
  right: -8px;
  top: -5px;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #E31C39; }

.header-basket.active svg {
  color: #E31C39; }

.header-basket.active:after {
  content: '';
  display: block;
  position: absolute;
  right: -8px;
  top: -5px;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #E31C39; }

@media (max-width: 767px) {
  .header {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    z-index: 20; 
  }
}

@media (max-width: 567px) {
  .catalog-header__wp:last-child .catalog-header__block {
    width: 100%;
    margin-right: 0; } }

.search-result {
  z-index: 20;
  padding: 32px 59px 37px 35px;
  background: #FFFFFF;
  box-shadow: 0px 13px 73px rgba(0, 0, 0, 0.07);
  border-radius: 22px;
  position: absolute;
  top: 85%;
  left: 0;
  width: 735px;
  opacity: 0;
  visibility: hidden;
  pointer-events: none; }
  .search-result.is-open {
    opacity: 1;
    visibility: visible;
    pointer-events: all; }
  .search-result__list {
    display: flex;
    flex-wrap: wrap;
    margin-right: -67px;
    margin-bottom: 36px; }
  .search-result__item {
    width: calc(33.3% - 67px);
    margin-right: 67px;
    margin-bottom: 20px; }
    .search-result__item h3 {
      font-weight: bold;
      font-size: 14px;
      line-height: 17px;
      color: #555555;
      margin-bottom: 10px; }
      .search-result__item h3.active {
        font-weight: 600;
        font-size: 14px;
        line-height: 17px;
        color: #E31C39; }
  .search-result__scroll {
    height: 178px; }
    .search-result__scroll li {
      margin-bottom: 10px; }
      .search-result__scroll li:last-child {
        margin-bottom: 0; }
      .search-result__scroll li a {
        font-size: 14px;
        line-height: 17px;
        color: #777777; }
        .search-result__scroll li a:hover {
          color: #E31C39; }
    .search-result__scroll .simplebar-track.simplebar-vertical {
      width: 2px;
      background: #EAE9E8;
      overflow: visible;
      pointer-events: all; }
    .search-result__scroll .simplebar-scrollbar {
      width: 6px;
      background: #555555;
      border-radius: 100px;
      left: -2px; }
  .search-result__blocks {
    display: flex;
    flex-wrap: wrap;
    margin-right: -52px;
    margin-bottom: -20px; }
  .search-result__block {
    width: calc(33.3% - 52px);
    margin-right: 52px;
    margin-bottom: 20px; }
    .search-result__block:hover {
      opacity: 0.5; }
  .search-result__img {
    width: 100%;
    margin-bottom: 11px; }
    .search-result__img:before {
      content: '';
      display: block;
      padding-top: 100%; }
    .search-result__img picture {
      width: 100%;
      height: 100%;
      -o-object-fit: cover;
         object-fit: cover;
      position: absolute;
      left: 0;
      top: 0; }
    .search-result__img img {
      width: 100%;
      height: 100%;
      -o-object-fit: cover;
         object-fit: cover;
      position: absolute;
      left: 0;
      top: 0; }
  .search-result__text h3 {
    font-size: 13px;
    line-height: 16px;
    font-weight: normal;
    color: #C4C4C4; }
  .search-result__text p {
    font-size: 14px;
    line-height: 17px;
    color: #555555;
    margin-bottom: 13px; }
  .search-result__text span {
    display: block;
    font-size: 14px;
    line-height: 17px;
    color: #E31C39; }
  @media (max-width: 767px) {
    .search-result {
      top: 0;
      padding: 20px 25px 20px 25px;
      width: 100%; }
      .search-result__list {
        margin-right: -20px; }
      .search-result__item {
        width: calc(33.3% - 20px);
        margin-right: 20px;
        margin-bottom: 20px; }
      .search-result__blocks {
        margin-right: -20px; }
      .search-result__block {
        width: calc(33.3% - 20px);
        margin-right: 20px;
        margin-bottom: 20px; } }
  @media (max-width: 567px) {
    .search-result__list {
      margin-right: 0;
      margin-bottom: 20px; }
    .search-result__item {
      width: 100%;
      margin-right: 0;
      margin-bottom: 20px; }
      .search-result__item:last-child {
        margin-right: 0; }
    .search-result__block {
      width: calc(50% - 20px);
      margin-right: 20px;
      margin-bottom: 20px; }
    .search-result__scroll {
      height: unset; } }
  @media (max-width: 374px) {
    .search-result__block {
      width: 100%;
      margin-right: 0; }
    .search-result__blocks {
      margin-right: 0; } }

@media (max-width: 567px) {
  .catalog-header__block h3:after {
    content: '';
    display: block;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: -5px;
    background: url("../img/icons/arrow-down.svg") no-repeat center;
    background-size: contain;
    width: 15px;
    height: 15px; }
  .catalog-header__block h3.is-active:after {
    transform: translateY(-50%) rotate(-180deg); } }

.header__icons--tooltip {
  position: absolute;
  bottom: 120%;
  font-size: 12px;
  line-height: 13px;
  color: #A9A9A9;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  text-align: center;
  left: 50%;
  transform: translateX(-50%); }

.header__icons--item:hover .header__icons--tooltip {
  opacity: 1;
  visibility: visible;
  pointer-events: all; }

.footer {
  font-family: 'Montserrat', sans-serif;
  background: #FFFFFF;
  z-index: 2; }
  .footer__form {
    display: flex;
    align-items: center; }
  .footer__field {
    padding: 30px 0 30px 0; }
  .footer__agree {
    padding-bottom: 10px;
    z-index: 1;
    width: calc(100% - 518px); }
    .footer__agree p {
      font-style: normal;
      font-weight: 600;
      font-size: 18px;
      line-height: 22px;
      color: #616161;
      padding-bottom: 9px; }
  .footer__checkbox {
    z-index: 5;
    width: auto;
    position: absolute;
    left: 0;
    bottom: 28px;
    display: block;
    padding-left: 23px;
    font-weight: normal;
    font-size: 14px;
    line-height: 17px;
    color: #A7A7A7;
    cursor: pointer; }
    .footer__checkbox input {
      position: absolute;
      left: 0;
      top: 0;
      width: 16px;
      height: 16px;
      border: 1px solid #CDCDCD;
      border-radius: 2px;
      z-index: -1; }
  .footer__check {
    position: absolute;
    left: 0;
    top: 0;
    width: 16px;
    height: 16px;
    border: 1px solid #CDCDCD;
    border-radius: 2px; }
  .footer__field {
    display: flex;
    flex-wrap: wrap; }
    .footer__field:after {
      content: '';
      display: block;
      position: absolute;
      left: -3000px;
      right: -3000px;
      top: 0;
      bottom: 0;
      z-index: -1;
      background: #F5F5F5; }
  .footer__form {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    width: 490px;
    margin-left: 28px; }
    .footer__form input {
      width: 61%;
      background: #FFFFFF;
      padding: 13px 10px 12px 24px;
      font-weight: normal;
      font-size: 16px;
      line-height: 20px;
      color: #757575; }
      .footer__form input::-moz-placeholder {
        font-weight: normal;
        font-size: 16px;
        line-height: 20px;
        color: #757575; }
      .footer__form input:-ms-input-placeholder {
        font-weight: normal;
        font-size: 16px;
        line-height: 20px;
        color: #757575; }
      .footer__form input::placeholder {
        font-weight: normal;
        font-size: 16px;
        line-height: 20px;
        color: #757575; }
    .footer__form .link-red {
      width: 39%; }
  .footer__wp {
    display: flex;
    flex-wrap: wrap;
    padding: 45px 0 60px 0; }
  .footer__contacts {
    width: 18.3%;
    margin-right: 24px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding-bottom: 20px; }
    .footer__contacts--item {
      margin-bottom: 22px; }
      .footer__contacts--item:nth-child(2) p:nth-child(2) {
        line-height: 21px; }
      .footer__contacts--item:nth-child(6) {
        margin-bottom: 20px; }
      .footer__contacts--item:nth-child(7) {
        margin-bottom: 16px; }
        .footer__contacts--item:nth-child(7) p:first-child {
          margin-bottom: 4px; }
      .footer__contacts--item:nth-child(9) {
        margin-bottom: 20px; }
      .footer__contacts--item:last-child {
        margin-bottom: 0; }
      .footer__contacts--item p {
        font-weight: normal;
        font-size: 13px;
        line-height: 16px;
        color: #8A8A8A; }
        .footer__contacts--item p:first-child {
          font-style: normal;
          font-weight: 500;
          font-size: 13px;
          line-height: 16px;
          color: #616161;
          margin-bottom: 10px; }
      .footer__contacts--item a {
        font-weight: normal;
        font-size: 13px;
        line-height: 16px;
        color: #8A8A8A;
        transition: .5s; }
        .footer__contacts--item a:hover {
          color: #E31C39;
          transition: .5s; }
      .footer__contacts--item:last-child {
        display: flex;
        align-items: center; }
        .footer__contacts--item:last-child p {
          font-style: normal;
          font-weight: 600;
          font-size: 13px;
          line-height: 16px;
          color: #E31C39;
          margin-bottom: 0;
          margin-right: 18px; }
          .footer__contacts--item:last-child p:last-child {
            margin-right: 0; }
          .footer__contacts--item:last-child p span {
            font-weight: normal;
            font-size: 13px;
            line-height: 16px;
            color: #8A8A8A;
            margin-left: 10px; }
    .footer__contacts--img {
      height: 41px; }
      .footer__contacts--img img {
        max-width: 100%;
        max-height: 100%; }
  .footer__menu {
    width: calc(60.6% - 20px);
    margin-right: 20px; }
    .footer__menu--wp {
      flex-wrap: wrap;
      flex-direction: column;
      justify-content: space-between;
      display: flex; }
      .footer__menu--wp:first-child {
        margin-right: 20px;
        width: 29.7%;
        padding-bottom: 20px; }
        .footer__menu--wp:first-child .footer__menu--item:last-child {
          display: none; }
          .footer__menu--item .middle {
            margin-top: 7px;
          }
      .footer__menu--wp:nth-child(2) {
        width: calc(35.9% - 20px);
        margin-right: 20px;}
            .footer__menu--wp:nth-child(2) .footer__menu--item ul li:last-child {
              margin-bottom: 0; }
      .footer__menu--wp:last-child {
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        width: calc(32.4% - 50px); }
        .footer__menu--wp:last-child .footer__menu--item:first-child {
          margin-top: 30px;}
  .footer__plan {
    width: calc(26.1% - 82px);
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding-bottom: 20px; }
  .footer .h3 {
    font-weight: bold;
    font-size: 18px;
    line-height: 22px;
    color: #616161;
    margin-bottom: 10px; }
  .footer__menu {
    display: flex;
    flex-wrap: wrap; }
    .footer__menu--item {
      margin-bottom: 20px; }
      .footer__menu--item ul li {
        margin-bottom: 7px; }
        .footer__menu--item ul li:last-child {
          margin-bottom: 0; }
        .footer__menu--item ul li a {
          font-weight: normal;
          font-size: 13px;
          line-height: 16px;
          color: #8A8A8A;
          transition: .5s; }
          .footer__menu--item ul li a:hover {
            color: #E31C39;
            transition: .5s; }
        .footer__menu--item ul li:last-child {
          margin-bottom: 0; }
    .footer__menu:first-child .footer__menu--item:nth-child(3) {
      margin-bottom: 0; }
    .footer__menu:nth-child(2) .footer__menu--item:nth-child(3) {
      margin-bottom: 0; }
  .footer__plan h3 {
    margin-bottom: 22px; }
  .footer__plan--img {
    height: 146px;}
    .footer__plan--img img {
      width: 100%;
      height: 100%; }
  .footer__plan--stage {
    margin-bottom: 30px; }
    .footer__plan--stage p {
      font-weight: 500;
      font-size: 13px;
      line-height: 16px;
      color: #616161;
      margin-bottom: 10px; }
      .footer__plan--stage p:last-child {
        margin-bottom: 0; }
    .footer__plan--stage a:hover {
      color: #E31C39;
    }
  .footer__socials {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 27px; }
    .footer__socials p {
      width: 100%;
      font-style: normal;
      font-weight: 500;
      font-size: 13px;
      line-height: 16px;
      color: #616161;
      margin-bottom: 12px; }
    .footer__socials a {
      width: 35px;
      height: 35px;
      display: flex;
      flex-direction: column;
      align-items: center;
      justify-content: center;
      margin-right: 20px;
      border-radius: 50%;
      border: 1px solid #787878;
      transition: .5s; }
      .footer__socials a svg {
        font-size: 20px;
        color: #787878;
        transition: .5s; }
      .footer__socials a:last-child {
        margin-right: 0; }
      .footer__socials a:hover {
        border: 1px solid #E31C39;
        transition: .5s; }
        .footer__socials a:hover svg {
          color: #E31C39;
          transition: .5s; }
  .footer__info a {
    font-weight: normal;
    font-size: 13px;
    line-height: 150%;
    color: #8A8A8A; }
    .footer__info a:hover {
      color: #E31C39; }
  .footer__info a {
    font-weight: normal;
    font-size: 13px;
    line-height: 150%;
    color: #8A8A8A; }
    .footer__info a:hover {
      color: #E31C39; }

.footer__checkbox input:checked + .footer__check {
  background: #E31C39;
  border: 1px solid #E31C39; }
  .footer__checkbox input:checked + .footer__check::before {
    position: absolute;
    left: 1px;
    top: 0;
    content: '\2713';
    color: #ffffff;
    font-size: 16px;
    line-height: 16px;
  }

.footer__menu--hidden {
  display: none; }

@media (max-width: 1195px) {
  .footer__contacts {
    width: 20%; }
  .footer__menu {
    width: calc(100% - 460px);
    margin-right: 0; }
  .footer__menu--wp:last-child {
    width: calc(34% - 20px); }
  .footer__plan {
    width: 210px;
    margin-left: 20px; }
  .footer__contacts {
    width: 210px;
    margin-right: 20px; } }

@media (max-width: 1110px) {
  .footer .h3 {
    font-size: 17px;
    line-height: 21px; }
  .footer__menu--item ul li a {
    font-size: 12px; }}

@media (max-width: 1023px) {
  .footer__menu--wp:first-child {
    margin-right: 26px;
    width: 23.7%; }
  .footer__menu--wp:nth-child(2) {
    width: calc(43.9% - 26px);
    margin-right: 20px; }
  .footer__menu--wp:last-child {
    width: calc(32.4% - 20px); }
  .footer__agree {
    width: 100%;
    margin-bottom: 20px;
    padding-bottom: 0; }
  .footer__form {
    margin-bottom: 20px; }
  .footer__form {
    margin-left: 0;
    width: 100%; }
  .footer__checkbox {
    position: relative;
    left: auto;
    bottom: auto; }
  .footer .h3 {
    font-size: 16px;
    line-height: 20px; } }

@media (max-width: 980px) {
  .footer__menu {
    width: 100%;
    margin-right: 0;
    order: 1;
    margin-bottom: 30px; }
  .footer__plan {
    order: 3;
    width: calc(50% - 20px);
    margin-left: 0; }
  .footer__plan--img {
    height: 200px; }
  .footer__contacts {
    order: 2;
    width: 50%;
    margin-right: 20px; } }

@media (max-width: 767px) {
  .footer__menu--wp {
    flex-direction: row;
    justify-content: normal; }
    .footer__menu--item {margin-bottom: 30px;}
  .footer__agree p {
    font-size: 16px;
    line-height: 19px; }
  .footer__wp {
    padding: 18px 0 16px 0; } }

@media (max-width: 567px) {
  .footer__plan--stage p {
    font-size: 11px; }
  .footer__menu--hidden {
    display: block; }
  .footer__checkbox {
    font-size: 12px;
    line-height: 15px; }
  .footer__field {
    padding: 31px 22px 30px 27px; }
  .footer__agree p {
    font-size: 14px;
    line-height: 17px;
    text-align: center; }
  .footer__agree {
    margin-bottom: 12px; }
  .footer__form input {
    width: 100%;
    margin-bottom: 12px;
    padding: 11.6px 10px 11.6px 15px;
    font-size: 14px;
    line-height: 17px; }
    .footer__form input::-moz-placeholder {
      font-size: 14px;
      line-height: 17px;
      text-align: center; }
    .footer__form input:-ms-input-placeholder {
      font-size: 14px;
      line-height: 17px;
      text-align: center; }
    .footer__form input::placeholder {
      font-size: 14px;
      line-height: 17px;
      text-align: center; }
  .footer__form .link-red {
    width: 100%; }
  .footer .h3 {
    font-size: 14px;
    line-height: 17px;
    margin-bottom: 13px; }
  .footer__menu--item ul li a {
    font-size: 13px;
    line-height: 16px; }
  .footer__menu--wp:nth-child(2) {
    width: 48%;
    margin-right: 10px; }
    .footer__menu--wp:nth-child(2) .footer__menu--item {
      width: 100%;
      margin-right: 0; }
  .footer__menu {
    margin-bottom: 13px; }
  .footer__contacts--item p:first-child {
    margin-bottom: 0; }
  .footer__menu--wp:last-child {
    width: calc(52% - 10px); }
    .footer__menu--wp:last-child .footer__menu--item {
      width: 100%;
      margin-right: 0;
      margin-top: 30px; }
      .footer__menu--wp:last-child .footer__menu--item:last-child {
        display: none; }
  .footer__menu--wp:first-child {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    margin-right: -30px; }
    .footer__menu--wp:first-child .footer__menu--item:last-child {
      display: block;
      order: 4; }
    .footer__menu--wp:first-child .footer__menu--item:nth-child(3) {
      order: 2; }
    .footer__menu--wp:first-child .footer__menu--item:nth-child(2) {
      order: 3; }
  .footer__menu--item {
    width: calc(50% - 30px);
    margin-right: 30px; }
  .footer__contacts {
    margin-right: -9px;
    width: 100%;
    display: flex;
    flex-wrap: wrap; }
    .footer__contacts h3:first-child {
      width: 100%; }
  .footer__contacts--item {
    width: calc(50% - 13px);
    margin-right: 13px;
    margin-bottom: 13px; }
    .footer__contacts--item:nth-child(2) {
      order: 1; }
    .footer__contacts--item:nth-child(4) {
      order: 2; }
    .footer__contacts--item:nth-child(3) {
      width: 100%;
      margin-right: 0;
      margin-bottom: 10px;
      order: 4; }
    .footer__contacts--item:nth-child(5) {
      order: 3;}
    .footer__contacts--item:nth-child(6) {
      order: 6;
      position: absolute;
      top: 28px;
      right: 0;
      width: 50%;
      margin-right: 0;
      margin-bottom: 13px; }
      .footer__contacts--item:nth-child(6) p:first-child {
        margin-bottom: 8px; }
    .footer__contacts--item:nth-child(7) {
      order: 7;
      position: absolute;
      top: 95px;
      right: 0;
      width: 50%;
      margin-right: 0;
      margin-bottom: 11px; }
    .footer__contacts--item:nth-child(8) {
      order: 8;
      width: 50%;
      position: absolute;
      top: 160px;
      right: 0;
      margin-right: 0; }
  .footer__plan h3 {
    text-align: center !important;
    margin-bottom: 28px; }
  .footer__contacts {
    margin-bottom: 30px; }
  .footer__plan {
    width: 100%;
    margin-right: 0; }
  .footer .h3 {
    text-align: left;
    margin-bottom: 12px; }
  .footer__plan--img {
    width: 215px;
    height: 130px;
    margin: 0 auto 30px auto; }
  .footer__plan--stage {
    display: flex;
    align-items: center;
    justify-content: center; }
    .footer__plan--stage p {
      margin-bottom: 0;
      white-space: nowrap;
      margin-right: 9px;
      padding-right: 9px; }
      .footer__plan--stage p:after {
        content: '';
        display: block;
        position: absolute;
        width: 3px;
        height: 3px;
        right: 0px;
        top: 50%;
        transform: translateY(-50%);
        border-radius: 50%;
        background: #616161; }
      .footer__plan--stage p:last-child {
        margin-right: 0;
        padding-right: 0; }
        .footer__plan--stage p:last-child:after {
          display: none; }
  .footer__socials {
    justify-content: center;
    margin-bottom: 27px; }
    .footer__socials p {
      text-align: center;
      margin-bottom: 12px; }
  .footer__menu--item {
    margin-bottom: 21px; }
  .footer__info {
    text-align: center;
    max-width: 300px;
    margin: 0 auto; } }

.home-banner__pagination {
  bottom: 50px !important; }

  .home-banner__container img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover; }

.carousel__wp {
  display: flex;
  flex-wrap: wrap; }

.carousel .swiper-slide {
  height: auto; }

.carousel__text {
  height: inherit;
  width: 51.5%;
  padding: 50px 98px 50px 63px;
  background: #F5F5F5;
  z-index: 20; }
  .carousel__text h3 {
    font-weight: 600;
    font-size: 20px;
    line-height: 150%;
    text-transform: uppercase;
    color: #777777;
    max-width: 280px;
    margin-bottom: 34px; }
  .carousel__text p {
    font-weight: normal;
    font-size: 15px;
    line-height: 140%;
    color: #777777;
    max-width: 435px;
    margin-bottom: 146px; }
  .carousel__text a {
    font-weight: normal;
    font-size: 15px;
    line-height: 140%;
    text-align: right;
    color: #DD0B2C;
    width: 100%;
    z-index: 15;
    right: -35px; }
    .carousel__text a:hover {
      text-decoration: underline; }

.carousel__img {
  cursor: pointer;
  width: 48.5%; }
  .carousel__img img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover; }

.carousel__pagination {
  bottom: 57px !important;
  z-index: 5;
  margin-top: 0;
  text-align: left;
  left: 55px !important;
  width: auto !important; }
  .carousel__pagination .swiper-pagination-bullet {
    width: 7px;
    height: 7px;
    background: #E1E1E1;
    margin: 0 9px !important; }
    .carousel__pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
      background: #DD0B2C; }

.carousel.carousel-designer .h2 {
  margin: 0 auto 28px auto; }

.carousel.carousel-designer .carousel__text {
  order: 2;
  padding: 48px 98px 50px 63px; }
  .carousel.carousel-designer .carousel__text h3 {
    margin-bottom: 26px; }
  .carousel.carousel-designer .carousel__text p {
    margin-bottom: 63px; }

.carousel.carousel-designer .carousel__img {
  order: 1; }

.carousel.carousel-designer .designer__pagination {
  right: 35% !important;
  left: auto !important;
  bottom: 55px !important;
  text-align: right !important;
  width: auto !important; }

.news_page {line-height: ;}

.news__wp {
  display: flex;
  flex-wrap: wrap;
  margin-right: -35px;}

.news__item {
  width: calc(50% - 35px);
  margin-right: 35px;
  display: block; }
  .news__item:hover .news__img--overlay {
    opacity: 1;
    visibility: visible;
    pointer-events: all; }
  .news__item:hover .news__text {
    opacity: 0.4; }

.news__img {
  cursor: pointer;
  height: auto;
  margin-bottom: 35px; }
  .news__img picture {
    width: 100%;
    height: 100%;
    display: block; }
  .news__img img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover; }
  .news__img--overlay {
    padding: 20px 15px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    text-align: center;
    background: rgba(0, 0, 0, 0.6);
    z-index: 10;
    visibility: hidden;
    opacity: 0;
    pointer-events: none; }
    .news__img--overlay h3 {
      font-weight: normal;
      font-size: 18px;
      line-height: 150%;
      text-align: center;
      text-transform: uppercase;
      color: #FFFFFF;
      max-width: 400px;
      margin: 0 auto 36px auto; }
    .news__img--overlay a {
      width: 46px;
      height: 46px;
      display: flex;
      flex-direction: column;
      align-items: center;
      justify-content: center;
      border-radius: 50%;
      border: 1px solid rgba(255, 255, 255, 0.3); }
      .news__img--overlay a svg {
        font-size: 15px;
        color: #FFFFFF; }
      .news__img--overlay a:hover svg {
        color: #DD0B2C; }

.news__text h3 {
  text-align: center;
  font-weight: 600;
  font-size: 20px;
  line-height: 24px;
  text-transform: uppercase;
  color: #555555;
  margin-bottom: 11px; }

.news__text p {
  font-weight: normal;
  font-size: 15px;
  line-height: 140%;
  text-align: center;
  color: #777777; }

.news.news-blocks {
  padding-bottom: 0; }

  .discount h2 {
    margin-bottom: 16px; }
    .discount__img picture {
      display: flex;
      align-items: center;
    }
    .discount__img img {
      width: 100%;
      height: 100%;
      -o-object-fit: cover;
         object-fit: cover; }
  .discount__text {
    padding: 35px 60px 50px 60px;
    min-height: 202px;
    text-align: center;
    background: #F5F5F5;
    width: 100%;
    display: block; }
    .discount__text h3 {
      font-weight: 600;
      font-size: 20px;
      line-height: 24px;
      text-transform: uppercase;
      color: #555555;
      margin-bottom: 11px; }
    .discount__text p {
      font-weight: normal;
      font-size: 15px;
      line-height: 140%;
      color: #777777; }
      .discount__text p:hover {
        color: #DD0B2C; }
  .discount__link.more-link {
    right: 63px;
    bottom: 50px; }
  .discount__pagination.swiper-pagination {
    bottom: 50px; }
  .discount .swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
    background: #E1E1E1;
    opacity: 1; }

.brands__container {
  padding: 7px 0 79px 0; }

.brands__img {
  height: 53px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  opacity: 0.5;
  filter: grayscale(100%); }
  .brands__img img {
    max-height: 100%;
    max-width: 100%; }
  .brands__img:hover {
    opacity: 1;
    transform: translateY(-10px);
    filter: grayscale(0); }

.brands__pagination.swiper-pagination {
  bottom: 0; }

.brands__link {
  font-weight: normal;
  font-size: 15px;
  line-height: 140%;
  text-align: right;
  color: #DD0B2C;
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 10; }

  @media screen and (max-width: 420px) {
    .brands__container {padding: 7px 0 75px 0;}
    .brands__pagination.swiper-pagination {bottom: 35px;}
  }

  .products.products-last {
    padding-bottom: 93px; }
  .products_item {
    cursor: pointer;
    width: 100%;
    display: block; }
    .products_item:hover .catalog-i__pagination.swiper-pagination {
      opacity: 1; }
  .products__container-1 {
    padding-bottom: 65px; }
  .products__img {
    margin-bottom: 12px; }
    .products__img picture {
      width: 100%;
      height: 100%; }
    .products__img img {
      width: 100%;
      height: 100%;
      -o-object-fit: cover;
         object-fit: cover; }
    .products__img source {
      width: 100%;
      height: 100%;
      -o-object-fit: cover;
         object-fit: cover; }
    .products__img--sale {
      position: absolute;
      right: 15px;
      top: 15px;
      width: 47px;
      height: 47px;
      display: flex;
      flex-direction: column;
      align-items: center;
      justify-content: center;
      border-radius: 50%;
      background: #E31C39;
      text-align: center;
      font-weight: normal;
      font-size: 14px;
      line-height: 17px;
      color: #FFFFFF;
      z-index: 10; }
  .products__text {
    width: 100%;
  }
  .products__text h3, .products__text .h-3 {
    font-weight: normal;
    font-size: 14px;
    line-height: 17px;
    color: #C4C4C4;
    margin-bottom: 6px; 
    height: 34px;}
  .products__text p {
    cursor: pointer;
    font-weight: normal;
    font-size: 15px;
    line-height: 18px;
    color: #777777;
    margin-bottom: 13px;
    text-overflow: ellipsis;
    overflow: hidden;
    height: 34px; }
  .products__text span {
    font-weight: normal;
    font-size: 15px;
    line-height: 18px;
    color: #E31C39;
    margin-right: 15px;
    white-space: nowrap; }
    .products__text span:last-child {
      margin-right: 0; }
    .products__text span.products__text--discount {
      -webkit-text-decoration-line: line-through;
              text-decoration-line: line-through;
      color: rgba(227, 28, 57, 0.3); }
      @media screen and (max-width: 767px) {
        .products__text span.products__text--discount {
          width: 100%;
        }
      }
  .products__pagination.swiper-pagination {
    bottom: 0; }

.info-more {
  cursor: pointer;
  text-align: center;
  transition: all .5s; }
  .info-more.is-active {
    transition: all .5s;
    transform: rotate(-180deg); }

.info {
  transition: all .5s; }
  .info__text {
    max-width: 820px;
    margin: 0 auto;
    text-align: center;
    transition: all .5s; }
  .info__wp {
    transition: all .5s; }
  .info__hidden {
    height: 0;
    transition: all .5s;
    overflow: hidden;
    opacity: 0;
    margin-top: -30px; }
    .info__hidden.is-visible {
      padding-top: 30px;
      opacity: 1;
      height: auto;
      overflow: visible;
      transition: all .5s; }
  .info h2 {
    font-style: normal;
    font-weight: 600;
    font-size: 20px;
    line-height: 24px;
    text-align: center;
    text-transform: uppercase;
    color: #777777;
    max-width: 560px;
    margin-bottom: 22px; }
    .info h2:last-child {
      margin-bottom: 40px; }
  .info p {
    font-weight: normal;
    font-size: 15px;
    line-height: 140%;
    text-align: center;
    color: #A9A9A9;
    margin-bottom: 40px; }
  .info a {
    text-align: center; }

@media (max-width: 1023px) {
  .carousel__text h3 {
    font-size: 18px;
    margin-bottom: 20px; }
  .carousel__text {
    padding: 20px 38px 20px 33px; }
  .carousel.carousel-designer .carousel__text {
    order: 2;
    padding: 20px 38px 20px 33px; }
  .carousel.carousel-designer .designer__pagination {
    bottom: 20px !important; }
  .carousel__text p {
    margin-bottom: 55px; }
  .carousel__text a {
    right: 0; }
  .carousel__pagination {
    bottom: 22px !important;
    left: 25px !important; }
  .carousel.carousel-designer .h2 {
    margin: 0 auto 16px auto; }
  .news__img--overlay h3 {
    font-size: 16px; }
  .discount__text h3 {
    font-size: 18px;
    line-height: 22px; } }

@media (max-width: 980px) {
  .carousel.carousel-designer .designer__pagination {
    right: 34% !important; } }

@media (max-width: 767px) {
  .discount__text {
    padding: 25px 30px 40px 30px;
    min-height: 170px; }
  .discount__pagination.swiper-pagination {
    bottom: 10px; }
  .discount__link.more-link {
    bottom: 10px;
    right: 20px; }
  .discount__text p {
    font-size: 14px; }
  .discount__text h3 {
    font-size: 16px;
    line-height: 20px; }
  .carousel__text {
    width: 100%;
    order: 2; }
  .carousel.carousel-designer .designer__pagination {
    right: auto !important;
    text-align: left;
    left: 33px !important; }
  .carousel__img {
    width: 100%;
    order: 1;
    height: 350px; }
  .carousel__text h3 {
    max-width: 100%;
    text-align: left; }
  .carousel__text p {
    max-width: 100%; }
  .carousel__text h3 {
    font-size: 16px;
    margin-bottom: 18px; }
  .carousel__text p {
    font-size: 14px; }
  .news__item {
    width: 100%;
    margin-right: 0; }
  .news__wp {
    margin-right: 0; }
  .news__text h3 {
    font-size: 18px;
    line-height: 22px; }
  .news__img {
    margin-bottom: 20px; }
  .news__text p {
    font-size: 14px; }
  .home-banner__pagination {
    bottom: 20px !important; }
  .news__img--overlay h3 {
    font-size: 14px; }
  .products__text span {
    font-size: 14px;
    line-height: 17px; }
  .products__text h3, .products__text .h-3 {
    font-size: 13px;
    line-height: 15px; }
  .products__text p {
    font-size: 14px;
    line-height: 17px;
    margin-bottom: 8px; }
  .products__container-1 {
    padding-bottom: 50px; }
  .products__img--sale {
    right: 10px;
    top: 10px;
    width: 37px;
    height: 37px;
    font-size: 10px;
    line-height: 16px; }
  .products.products-last {
    padding-bottom: 50px; }
  .info h2 {
    font-size: 18px;
    line-height: 22px;
    margin-bottom: 12px; }
  .info p {
    font-size: 14px;
    line-height: 140%;
    margin-bottom: 20px; }
}

@media (max-width: 567px) {
  .info h2 {
    font-size: 16px;
    line-height: 20px; }
  .news__img {
    height: 250px; }
  .carousel__text {
    padding: 20px 15px; }
  .carousel.carousel-designer .carousel__text {
    order: 2;
    padding: 20px 15px; }
  .carousel__img {
    height: 300px; }
  .carousel.carousel-designer .designer__pagination {
    left: 13px !important; }
  .home-banner__pagination {
    bottom: 10px !important; } }

.products_item:hover {
  z-index: 15; }
  .products__slider .products__container-4 {
    padding-bottom: 50px; }

.products__hidden {
  width: 100%;
  padding: 15px 10px 0 10px;
  background: #FFFFFF;
  margin-top: 20px;}
  .products__hidden .link-red {
    width: 100%; }

.banner-page {
  height: 253px;
  padding: 60px 20px 20px 59px;
  margin-bottom: 52px; }
  .banner-page h2 {
    font-style: normal;
    font-weight: 600;
    font-size: 27px;
    line-height: 33px;
    color: #FFFFFF;
    max-width: 470px;
    position: absolute;
    left: 59px;
    top: 60px;
    z-index: 3;
    text-align: left; }
  .banner-page picture {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover; }
  .banner-page img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover; }
  .banner-page:before {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 80%;
    height: 100%;
    z-index: 1;
    background: linear-gradient(89.76deg, rgba(32, 32, 32, 0.87) 0.19%, rgba(32, 32, 32, 0) 99.8%);
    mix-blend-mode: multiply; }

.product__next, .product__prev {
  width: 63px;
  height: 63px;
  border-radius: 50%;
  background: #FFFFFF;
  box-shadow: 0px 0px 31px rgba(0, 0, 0, 0.09);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  outline: none;
  top: 35%; }
  .product__next:after, .product__prev:after {
    font-size: 20px;
    color: #777777; }
  .product__next:hover, .product__prev:hover {
    background: #E31C39;
  }

.product__next {
  right: -35px; }

.product__prev {
  left: -35px; }

.products__title {
  margin-bottom: 25px; }
  .products__title h2 {
    text-align: left;
    margin-bottom: 3px; }
  .products__title p {
    font-size: 18px;
    line-height: 22px;
    color: #9D9D9D; }
  .products__title a {
    font-size: 16px;
    line-height: 20px;
    text-align: center;
    color: #C4C4C4;
    position: absolute;
    right: 0;
    bottom: -3px; }
    .products__title a:hover {
      color: #E31C39; }

.product__wp {
  display: flex;
  flex-wrap: wrap;
  margin-right: -35px; }
  .product__wp .products_item {
    width: calc(33.3% - 35px);
    margin-right: 35px;}
    content:not(.content-showroom) .product__wp .products_item:not('.show'):nth-child(4) {
      display: none;
    }

.products {
	margin-bottom: 52px;
  padding-bottom: 0; }
  .main-content .products:last-child {
    margin-bottom: 80px; }

  .products.products-article .products__text h3,.products.products-article  .products__text .h-3 {
    font-weight: 600;
    font-size: 16px;
    line-height: 20px;
    color: #555555;
    margin-bottom: 13px; }
  .products.products-article .products__text p {
    font-weight: normal;
    font-size: 11px;
    line-height: 13px;
    color: #9D9D9D;
    margin-bottom: 11px; }
  .products.products-article .products__text a {
    font-weight: normal;
    font-size: 10px;
    line-height: 13px;
    color: #FFFFFF;
    padding: 3.2px 6px 5px 8px;
    background: #ADADB1;
    border-radius: 100px;
    margin-bottom: 5px; }
    .products.products-article .products__text a:last-child {
      margin-bottom: 0; }

.products_item:hover .products__img--overlay {
  opacity: 1;
  visibility: visible;
  pointer-events: all;
  z-index: 5; }

.products__img--overlay {
  padding: 10px;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  opacity: 0;
  visibility: hidden;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background: rgba(41, 41, 41, 0.77); }
  .products__img--overlay span {
    text-align: center;
    font-weight: normal;
    font-size: 16px;
    line-height: 20px;
    color: #FFFFFF;
    padding: 5px 29px 6px 29px;
    border: 1px solid rgba(255, 255, 255, 0.29);
    border-radius: 41px; }
    .products__img--overlay span:hover {
      border: 1px solid white; }

.form-email {
  padding: 50px 20px;
  background: #F3F3F3;
  text-align: center;
  margin-bottom: 59px; }
  .form-email .link-red {
    width: 184px;
    margin: 0 auto; }
  .form-email__wp {
    max-width: 530px;
    margin: 0 auto; }
  .form-email h2 {
    max-width: 385px;
    margin: 0 auto 13px auto; }
  .form-email p {
    font-size: 19px;
    line-height: 23px;
    color: #9D9D9D;
    margin-bottom: 34px; }
    .form-email p:nth-of-type(2) {
      font-weight: normal;
      font-size: 12px;
      line-height: 15px;
      text-align: center;
      color: #9D9D9D;
      max-width: 410px;
      margin: 0 auto 30px auto; }
  .form-email .form-item {
    margin-bottom: 21px; }
  .form-email .form__checkbox {
    margin-bottom: 13px;
    margin-left: 12px;
    padding-left: 9px; }

.form-item {
  width: 100%; }
  .form-item input {
    background: #FFFFFF;
    padding: 12.5px;
    font-weight: normal;
    font-size: 16px;
    line-height: 20px;
    color: #757575;
    text-align: left; }
    .form-item input::-moz-placeholder {
      font-size: 16px;
      line-height: 20px;
      color: #757575; }
    .form-item input:-ms-input-placeholder {
      font-size: 16px;
      line-height: 20px;
      color: #757575; }
    .form-item input::placeholder {
      font-size: 16px;
      line-height: 20px;
      color: #757575; }
  .form-item.form-item_email input::-moz-placeholder {
    text-align: center; }
  .form-item.form-item_email input:-ms-input-placeholder {
    text-align: center; }
  .form-item.form-item_email input::placeholder {
    text-align: center; }

.form__checkbox {
  display: block;
  cursor: pointer;
  font-weight: 400;
  font-size: 14px;
  line-height: 17px;
  color: #777;
  padding-left: 30px; }
  .form__checkbox input {
    width: 16px;
    height: 16px;
    border: 1px solid #CDCDCD;
    border-radius: 2px;
    z-index: -1;
    position: absolute;
    left: 0;
    top: 0; }

.form__check {
  width: 16px;
  height: 16px;
  border: 1px solid #CDCDCD;
  border-radius: 2px;
  position: absolute;
  left: 0;
  top: 0; }
  .form__check:before {
    content: '';
    display: block;
    position: absolute;
    left: 55%;
    top: 45%;
    transform: translate(-50%, -50%);
    width: 10px;
    height: 10px;
    background: url("../img/icons/ok.svg") no-repeat center;
    opacity: 0; }

.form__checkbox input:checked + .form__check {
  border: 1px solid #E31C39; }
  .form__checkbox input:checked + .form__check:before {
    opacity: 1; }

@media (max-width: 1090px) {
  .products.products-article .products__text a {
    font-size: 9px; } }

@media (max-width: 1023px) {
  .sidebar.sidebar-catalog {
    display: none; }
  .main-content {
    width: 100%; }
  .banner-page h2 {
    font-size: 22px;
    line-height: 27px;
    max-width: 470px;
    left: 30px;
    top: 30px; }
  .banner-page {
    height: 190px;}
  .product__wp .products_item {
    width: calc(33.3% - 15px);
    margin-right: 15px;
    margin-bottom: 15px; }
  .product__wp {
    margin-right: -15px;
    margin-bottom: -15px; }
  .product__next {
    right: -10px; }
  .product__prev {
    left: -10px; }
  .product__next, .product__prev {
    width: 40px;
    height: 40px; }
  .form-email p {
    font-size: 17px;
    line-height: 21px; }
  .form__checkbox {
    font-size: 13px;
    line-height: 16px; }
  .form-email p:nth-of-type(2) {
    margin: 0 auto 20px auto; }
  .form-email .form__checkbox {
    margin-left: 0;
    padding-left: 20px;
    text-align: left; }
  .form-email p {
    font-size: 15px;
    line-height: 18px;
    margin-bottom: 15px; }
  .form-email h2 {
    font-size: 18px;
    line-height: 22px; } }
@media (min-width: 681px) {
   
      .product__wp .products_item:not(.show):nth-child(4) {
      display: none !important;
    } }

@media (max-width: 680px) {
  .product__wp .products_item {
    width: calc(50% - 15px); }
    .product__wp .products_item:nth-child(4) {
      display: block;
    } }

@media (max-width: 567px) {
  .products__title a {
    font-size: 14px;
    line-height: 18px; }
  .products__title p {
    font-size: 16px;
    line-height: 20px; }
  .products__title h2 {
    font-size: 18px; }
  .products__title a {
    position: relative;
    bottom: auto;
    left: auto; }
  .banner-page h2 {
    font-size: 15px;
    line-height: 20px;
    max-width: 470px;
    left: 15px;
    top: 15px; }
  .form-email {
    padding: 30px 15px;
    background: #f3f3f3;
    text-align: center;
    margin-bottom: 50 px; } }

@media (max-width: 374px) {
  .form-email h2 {
    font-size: 16px;
    line-height: 20px; }
  .product__wp .products_item {
    width: 100%;
    margin-right: 0; }
    .product__wp .products_item:last-child {
      margin-bottom: 0; }
  .product__wp {
    margin-right: 0;
    margin-bottom: 0; } }

.sidebar__item--btn {
  margin-top: 10px;
  font-weight: normal;
  font-size: 16px;
  line-height: 20px;
  color: #555555;
  padding-bottom: 2px;
  display: none;
  border-bottom: 1px dashed #555555; }

.mobile-slider {
  margin-right: -35px; }
  .mobile-slider .product__next {
    display: none; }
  .mobile-slider .product__prev {
    display: none; }
  .mobile-slider .swiper-wrapper {
    display: flex;
    flex-wrap: wrap; }
  .mobile-slider .swiper-slide {
    width: calc(33.3% - 35px);
    margin-right: 35px; }
  @media (max-width: 767px) {
    .mobile-slider {
      margin-right: 0; }
      .mobile-slider .swiper-wrapper {
        display: flex;
        flex-wrap: nowrap; }
      .mobile-slider .swiper-slide {
        width: auto;
        margin-right: 0; }
      .mobile-slider .product__next {
        display: flex; }
      .mobile-slider .product__prev {
        display: flex; }
      .mobile-slider .products__img {
        height: 350px; } }
  @media (max-width: 424px) {
    .mobile-slider .products__img {
      height: 250px; } }

.product__mobile {
  margin-bottom: -50px; }

.products-slider {
  padding-bottom: 50px;
  margin-right: -35px; }
  .products-slider .product__next {
    display: none; }
  .products-slider .product__prev {
    display: none; }
  .products-slider .swiper-wrapper {
    display: flex;
    flex-wrap: wrap; }
  .products-slider .swiper-slide {
    width: calc(33.3% - 35px);
    margin-right: 35px; }
  @media (max-width: 767px) {
    .products-slider {
      margin-right: 0; }
      .products-slider .swiper-wrapper {
        flex-wrap: nowrap; }
      .products-slider .swiper-slide {
        width: 100%;
        margin-right: 0; }
      .products-slider .product__next {
        display: flex; }
      .products-slider .product__prev {
        display: flex; }
      .products-slider .products__img {
        height: 350px; } }
  @media (max-width: 567px) {
    .products-slider .products__img {
      height: 300px; } }
  @media (max-width: 374px) {
    .products-slider .products__img {
      height: 250px; } }

.content.content-showrooms .container {
  max-width: 1180px; }

.content.content-showrooms .sidebar {
  width: 200px;
  margin-right: 75px; }

.content.content-showrooms .main-content {
  padding-top: 10px;
  width: calc(100% - 275px);}

.sidebar h2 {
  font-weight: bold;
  font-size: 35px;
  line-height: 43px;
  color: #555555;
  text-align: left;
  margin-bottom: 25px; }

.sidebar__accordion {
  max-width: 195px;
  margin-bottom: 33px;
  padding-right: 10px; }

.sidebar .form__checkbox {
  padding-left: 33px;
  margin-bottom: 15px;
  color: #9D9D9D; }
  .sidebar .form__checkbox:last-child {
    margin-bottom: 0; }
  .sidebar .form__checkbox.is-check {
    opacity: 1; }
  .sidebar .form__checkbox .form__text {
    opacity: 0.5; }

.sidebar .form__checkbox input:checked ~ .form__text {
  opacity: 1; }

.sidebar__btns {
  font-size: 16px;
  line-height: 20px;
  color: #555555;
  display: inline-block;
  border-bottom: 1px dashed #555555;
  cursor: pointer; }
  .sidebar__btns:hover {
    color: #E31C39;
    border-bottom: 1px dashed #E31C39; }
  .sidebar__btns.is-active span {
    display: none; }
  .sidebar__btns.is-active:before {
    content: attr(data-text);
    font-size: 16px;
    line-height: 20px;
    display: inline-block; }
    .sidebar__btns.is-active:before:hover {
      color: #E31C39; }

.sidebar__hidden {
  display: none;
  padding-bottom: 5px; }
  .sidebar__hidden.is-open {
    display: block; }

.sidebar__hide {
  display: inline-block;
  font-size: 16px;
  line-height: 20px;
  color: #555555;
  cursor: pointer; }

.sidebar__brands {
  margin-top: -12px; }

.sidebar__search--item {
  display: block;
  margin-bottom: 12px; }
  .sidebar__search--item input {
    width: 157px;
    border-bottom: 1px solid #9D9D9D;
    font-size: 16px;
    line-height: 20px;
    color: #9D9D9D; }
    .sidebar__search--item input:last-child {
      font-size: 16px;
      line-height: 20px;
      color: #9D9D9D; }

.sidebar__scroll {
  display: none;
  max-height: 313px;
  margin-bottom: 19px;
  overflow-x: hidden;
  overflow-y: scroll; }
  .sidebar__scroll .simplebar-track.simplebar-vertical {
    background: #EAE9E8;
    width: 2px; }
  .sidebar__scroll .simplebar-scrollbar {
    background: #555555;
    border-radius: 100px;
    width: 6px;
    left: -2.5px; }
  .sidebar__scroll .simplebar-track {
    overflow: visible;
    pointer-events: all; }
  .sidebar__scroll.is-open {
    display: block;
    overflow-y: auto;
    overflow-x: hidden;
    padding-right: 10px;
    /* ползунок скроллбара */
    scrollbar-color: #555555 #EAE9E8;
    /* «цвет ползунка» «цвет полосы скроллбара» */
    scrollbar-width: thin;
    /* толщина */ }
    .sidebar__scroll::-webkit-scrollbar {
      width: 6px;
      /* ширина для вертикального скролла */
      height: 8px;
      /* высота для горизонтального скролла */
      background-color: #EAE9E8;
      overflow: visible; }
    .sidebar__scroll::-webkit-scrollbar-thumb {
      cursor: pointer;
      background: #555555;
      border-radius: 100px;
      width: 6px;
      position: absolute;
      top: 0;
      left: 0; }

.sidebar__reset {
  cursor: pointer; }
  .sidebar__reset span {
    margin-left: 6px;
    border-bottom: 1px dashed #555555;
    font-size: 16px;
    line-height: 20px;
    color: #555555; }
  .sidebar__reset svg {
    font-size: 13px; }
  .sidebar__reset:hover {
    color: #E31C39; }
    .sidebar__reset:hover span {
      color: #E31C39;
      border-bottom: 1px dashed #E31C39; }

.sidebar__show.is-hide {
  display: none; }

.scroll-open {
  font-size: 16px;
  line-height: 20px;
  color: #555555;
  display: inline-block;
  border-bottom: 1px dashed #555555;
  cursor: pointer; }
  .scroll-open:hover {
    color: #E31C39;
    border-bottom: 1px dashed #E31C39; }
  .scroll-open__open.is-hide {
    display: none; }
  .scroll-open__hide {
    display: none; }
    .scroll-open__hide.is-open {
      display: inline-block; }

.sidebar__hide {
  display: none; }

.sidebar__hide.is-open {
  display: block; }

.showrooms__hashtags {
  padding-left: 21px;
  display: flex;
  margin-bottom: 20px;
  flex-wrap: wrap; }
  .showrooms__hashtags:last-child {
    margin-bottom: 30px; }
  .showrooms__hashtags p {
    font-weight: bold;
    font-size: 16px;
    line-height: 20px;
    color: #555555;
    margin-right: 26px;
    width: auto;
    margin-top: 10px; }
  .showrooms__hashtags--wp {
    display: flex;
    align-items: center;
    margin-bottom: -12px;
    margin-right: -12px;
    flex-wrap: wrap; }

.showrooms__checkbox {
  margin-bottom: 12px;
  margin-right: 12px;
  cursor: pointer;
  border-radius: 100px;
  padding: 10px 18px;
  display: flex;
  align-items: center;
  overflow: hidden; }
  .showrooms__checkbox input {
    border-radius: 100px;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%; }
  .showrooms__checkbox:hover .showrooms__check {
    border: 1px solid #E31C39; }
  .showrooms__checkbox:hover .showrooms__text {
    color: #E31C39; }
    .showrooms__checkbox:hover .showrooms__text svg {
      color: #E31C39; }

.showrooms__check {
  border-radius: 100px;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  border: 1px solid #D0D0D0; }

.showrooms__note {
  font-weight: normal;
  font-size: 16px;
  line-height: 20px;
  color: #9D9D9D; }
  .showrooms__note svg {
    margin-left: 10px;
    font-size: 12px; }

.showrooms__item {
  padding: 15px 20px 14px 15px;
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 30px; }
  .showrooms__item:hover {
    background: #FFFFFF;
    box-shadow: 0px 0px 52px rgba(0, 0, 0, 0.09); }

.showrooms__img {
  cursor: pointer;
  width: 36%;
  margin-right: 26px;
  height: 199px; }
  .showrooms__img picture {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover; }
  .showrooms__img img {
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
       object-fit: contain; }

.showrooms__text {
  width: calc(64% - 26px); }
  .showrooms__text p {
    color: #777777;
    margin-bottom: 50px;
    font-size: 15px; }
  .showrooms__text--title {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 16px; }
    .showrooms__text--title h3 {
      cursor: pointer;
      font-weight: 600;
      font-size: 20px;
      line-height: 24px;
      color: #555555; }
    .showrooms__text--title a {
      font-weight: normal;
      font-size: 16px;
      line-height: 20px;
      color: #E31C39; }
      .showrooms__text--title a svg {
        margin-right: 5px; }
  .showrooms__text--footer {
    display: flex;
    align-items: center;
    justify-content: space-between; }
    .showrooms__text--footer .catalog-i__rate {
      opacity: 1;
      position: relative;
      left: unset;
      bottom: unset;
    }
      .showrooms__text--footer .catalog-i__rate span {
        color: #777777;
      }
      .showrooms__text--footer .catalog-i__rate svg {
        fill: #EAE9E8;
      }
      .showrooms__text--footer .catalog-i__rate svg.is-rate {
        fill: #FFBC01;
      }
    .showrooms__text--footer .link-red {
      width: 177px; }
  .showrooms__text--rate {
    display: flex;
    align-items: center; }
    .showrooms__text--rate svg {
      margin-right: 3px;
      fill: #EAE9E8;
      stroke: transparent;
      font-size: 17px; }
      .showrooms__text--rate svg.is-rate {
        fill: #FFBC01; }
      .showrooms__text--rate svg:last-child {
        margin-right: 9px; }
    .showrooms__text--rate span {
      margin-left: 10px;
      font-weight: normal;
      font-size: 14px;
      line-height: 17px;
      color: #777777; }

.showrooms .info {
  padding-bottom: 70px; }
  .showrooms .info__text {
    max-width: 100%; }
    .showrooms .info__text h2 {
      color: #555555; }
  .showrooms .info p {
    text-align: left; }

.showrooms__checkbox input:checked ~ .showrooms__check {
  border: 1px solid #E31C39; }

.showrooms__checkbox input:checked ~ .showrooms__note {
  color: #E31C39; }
  .showrooms__checkbox input:checked ~ .showrooms__note svg {
    color: #E31C39; }

@media (max-width: 1023px) {
  .content.content-showrooms .sidebar {
    width: 200px;
    margin-right: 25px; }
  .content.content-showrooms .main-content {
    width: calc(100% - 225px);}
  .showrooms__checkbox {
    margin-right: 10px;
    padding: 8px 15px; }
  .sidebar h2 {
    font-size: 30px;
    line-height: 38px; }
  .showroom .catalog-i__slide {
    height: 200px; } }

@media (max-width: 880px) {
  .catalog-i__sidebar .sidebar__accordion {
    margin-bottom: 0;
  }
  .sidebar__colors.sidebar-scroll.sidebar-scroll-open {display: flex;}
  .showrooms .open-filters {
    justify-content: flex-end; }
    .content.content-showrooms .sidebar h2 {
      width: 100%; }
  .sidebar__brands {
    margin-top: 0;
    padding-right: 10px;
    width: 98%; }
  .sidebar__accordion {
    width: calc(25% - 20px);
    margin-right: 20px;
    max-width: 100%; }
  .showroom .catalog-i__slide {
    height: 150px; } }

@media (max-width: 767px) {
  .sidebar h2 {
    font-size: 20px;
    line-height: 29px;
    margin-bottom: 16px; }
  .sidebar__accordion {
    width: calc(50% - 20px); }
  .sidebar .form__checkbox {
    margin-bottom: 12px; }
  .sidebar__btns {
    margin-top: 10px; }
  .showrooms__text--title h3 {
    font-size: 18px;
    line-height: 22px;
    margin-bottom: 0; }
  .showrooms__text--title a {
    font-size: 14px;
    line-height: 16px; }
  .showrooms__text--title {
    margin-bottom: 10px; }
  .showrooms__text p {
    font-size: 13px;
    margin-bottom: 30px; }
  .showrooms__text--rate svg {
    font-size: 12px; }
  .showrooms__text--rate span {
    font-size: 12px; }
  .showrooms__text--footer .link-red {
    width: 135px;
    font-size: 14px;
    line-height: 16px;
    padding: 8px 11px 8px 12px; }
  .showrooms__img {
    height: 170px; }
  .showrooms__item {
    padding: 10px 15px 10px 15px;
    margin-bottom: 20px; }
  .showrooms__img {
    height: 140px;
    width: 30%;
    margin-right: 20px; }
  .showrooms__text {
    width: calc(70% - 20px); }
  .showrooms .info {
    padding-bottom: 50px; } }

@media (max-width: 567px) {
  .showrooms__hashtags {
    flex-direction: column;
    padding-left: 0; }
  .showrooms__note {
    font-size: 14px;
    line-height: 17px; }
  .showrooms__hashtags p {
    font-size: 14px;
    line-height: 18px;
    margin-right: 10px;
    margin-top: 0;
    width: 100%;
    margin-bottom: 10px; }
  .showrooms__checkbox {
    padding: 6px 10px; }
  .showrooms__text--title h3 {
    font-size: 16px;
    line-height: 19px; }
  .showrooms__text p {
    font-size: 12px;
    margin-bottom: 20px; }
  .showrooms__text--footer .link-red {
    width: 115px;
    font-size: 12px;
    line-height: 11px;
    padding: 8px 11px 8px 12px; }
  .showrooms__text--title a {
    font-size: 12px;
    white-space: nowrap; }
  .showrooms__item {
    display: block; }
  .showrooms__img {
    height: 350px;
    width: 100%;
    margin: 0 auto 20px auto; }
  .showrooms__text {
    width: 100%; } }

@media (max-width: 424px) {
  .sidebar__accordion {
    width: 100%;
    margin-right: 0; }
  .sidebar__brands {
    margin-right: 0; }
  .showrooms__img {
    width: 100%;
    height: 250px;
    margin: 0 auto 15px auto; }
  .showrooms__text {
    width: 100%; } }

.sidebar-scroll {
  margin-bottom: 18px;
  transition: all 10s;
  max-height: 295px;
  overflow: hidden; }
  .sidebar-scroll .simplebar-track {
    opacity: 0;
    right: -25px;
    width: 2px;
    background: #EAE9E8;
    overflow: visible; }
    @media (max-width: 1023px) {
      .sidebar-scroll .simplebar-track {
        right: -5px; } }
  .sidebar-scroll .simplebar-scrollbar {
    width: 6px;
    background: #555555;
    border-radius: 100px;
    left: -2px;
    pointer-events: none; }
  .sidebar-scroll.scroll {
    overflow-y: scroll;
    overflow-x: hidden;
    padding-right: 10px;
    /* ползунок скроллбара */
    scrollbar-color: #555555 #EAE9E8;
    /* «цвет ползунка» «цвет полосы скроллбара» */
    scrollbar-width: thin;
    /* толщина */ }
    .sidebar-scroll.scroll::-webkit-scrollbar {
      width: 6px;
      /* ширина для вертикального скролла */
      height: 8px;
      /* высота для горизонтального скролла */
      background-color: #EAE9E8;
      overflow: visible; }
    .sidebar-scroll.scroll::-webkit-scrollbar-thumb {
      cursor: pointer;
      background: #555555;
      border-radius: 100px;
      width: 6px;
      position: absolute;
      top: 0;
      left: 0; }
    .sidebar-scroll.scroll .simplebar-track {
      visibility: visible !important;
      opacity: 1;
      pointer-events: all;
      cursor: pointer; }

.sidebar__btns {
  display: none; }

.close-filter {
  cursor: pointer;
  display: none;
  position: absolute;
  right: 15px;
  top: 15px;
  width: 15px;
  height: 15px; 
  z-index: 99;}
  .close-filter svg {
    font-size: 15px; }

.filters {
  border-radius: 15px;
  padding: 55px 30px 45px 30px;
  position: fixed;
  left: 50%;
  top: 0;
  bottom: 0;
  overflow: hidden;
  overflow-y: auto;
  transform: translateX(-50%);
  background: #FFFFFF;
  box-shadow: 0px 0px 52px rgba(0, 0, 0, 0.09);
  width: 100%;
  max-width: 100%;
  z-index: 9999;
  opacity: 0;
  visibility: hidden;
  pointer-events: none; }
  .filters.is-open {
    visibility: visible;
    opacity: 1;
    pointer-events: all;
    z-index: 999999999999; }
  @media (max-width: 374px) {
    .filters {
      padding: 55px 15px 45px 15px; } }

.filters-overlay {
  display: none; }
  .filters-overlay.is-open {
    display: block;
    background: rgba(255, 255, 255, 0.7);
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100vh;
    z-index: 999; }

.open-filters {
  align-content: center;
  cursor: pointer;
  display: none; }
  @media (max-width: 880px) {
    .open-filters {
      display: flex;
      justify-content: flex-end;
      justify-self: flex-end;
      width: fit-content; } }
  .open-filters span {
    margin-right: 10px;
    width: 15px;
    height: 16px; }
    .open-filters span img {
      width: 100%;
      height: 100%; }

.nav-wrap {
  width: 100%; }

[hidden] {
  display: none;
  visibility: hidden; }

.acnav {
  width: 100%; }
  .acnav .form__checkbox {
    margin-bottom: 10px; }
  .acnav p {
    margin-bottom: 10px; }
  .acnav .sidebar__reset {
    margin-top: 15px; }
  .acnav .has-children:after {
    content: '';
    display: block;
    position: absolute;
    right: 15px;
    top: 5px;
    width: 8px;
    height: 8px;
    border-right: 2px solid #555555;
    border-bottom: 2px solid #555555;
    transform: rotate(45deg); }
  .acnav .has-children.is-open:after {
    transform: rotate(-135deg); }
  .acnav .has-children.has-children__lvl2:after {
    display: none; }
  .acnav .has-children.has-children__lvl2.is-open .acnav__label span {
    display: none; }
  .acnav .has-children.has-children__lvl2.is-open .acnav__label:before {
    content: attr(data-text);
    display: block;
    font-size: 16px;
    color: #555555; }
  .acnav__list {
    padding: 0;
    margin: 0;
    list-style: none; }
    .acnav__list li {
      margin-bottom: 10px; }
  .acnav__link, .acnav__label {
    font-weight: 600;
    font-size: 16px;
    line-height: 18px;
    color: #555555;
    margin-bottom: 10px;
    cursor: pointer; }
    .acnav__link.acnav__label--level2:after, .acnav__label.acnav__label--level2:after {
      display: none; }
  .acnav__link--level2, .acnav__label--level2 {
    font-weight: normal;
    font-size: 16px;
    line-height: 20px;
    color: #555555;
    border-bottom: 1px dashed #555555;
    display: inline-block; }
    .acnav__link--level2 .has-children:after, .acnav__label--level2 .has-children:after {
      display: none; }
  .acnav__link--level3, .acnav__label--level3 {
    padding-left: 5em;
    background: #296272; }
    .acnav__link--level3:focus, .acnav__link--level3:hover, .acnav__label--level3:focus, .acnav__label--level3:hover {
      background: #255867; }
  .acnav__link--level4, .acnav__label--level4 {
    padding-left: 7em;
    background: #255867; }
    .acnav__link--level4:focus, .acnav__link--level4:hover, .acnav__label--level4:focus, .acnav__label--level4:hover {
      background: #214f5c; }
  .acnav__list--level2, .acnav__list--level3, .acnav__list--level4 {
    display: none; }
    .is-open > .acnav__list--level2, .is-open > .acnav__list--level3, .is-open > .acnav__list--level4 {
      display: block; }

@media (max-width: 767px) {
  .search-result {
    top: 40px;
    padding: 20px 25px 20px 25px;
    width: 100%;
    z-index: 100000000;
    position: fixed;
    bottom: 0;
    overflow: hidden;
    overflow-y: auto; } }

  .brands__search {
    margin-bottom: 40px; }
    .brands__search input {
      border-bottom: 1px solid #D0D0D0;
      padding: 5px 18px 5px 36px;
      font-weight: normal;
      font-size: 16px;
      line-height: 20px;
      color: #9D9D9D; }
      .brands__search input::-moz-placeholder {
        font-weight: normal;
        font-size: 16px;
        line-height: 20px;
        color: #9D9D9D; }
      .brands__search input:-ms-input-placeholder {
        font-weight: normal;
        font-size: 16px;
        line-height: 20px;
        color: #9D9D9D; }
      .brands__search input::placeholder {
        font-weight: normal;
        font-size: 16px;
        line-height: 20px;
        color: #9D9D9D; }
    .brands__search button {
      position: absolute;
      left: 0;
      top: 50%;
      transform: translateY(-50%); }
  .brands__nothing {
    display: none;
    font-weight: normal;
    font-size: 16px;
    line-height: 20px;
    color: #9D9D9D;}
    .brands__nothing.active {
      display: block;}
  .brands__list {
    margin-bottom: 60px;
    display: flex;
    flex-wrap: wrap; }
    .brands__list p {
      width: 100%;
      font-weight: bold;
      font-size: 20px;
      line-height: 24px;
      color: #555555;
      margin-bottom: 13px; }
    .brands__list ul {
      flex: 1;
      margin-right: 30px; }
      .brands__list ul li {
        margin-bottom: 10px;
        min-width: 122px;}
        .brands__list ul li:last-child {
          margin-bottom: 0; }
        .brands__list ul li a {
          font-weight: normal;
          font-size: 16px;
          line-height: 20px;
          color: #9D9D9D; }
          .brands__list ul li a:hover {
            color: #E31C39; }

@media (max-width: 767px) {
  .brands__list ul li a {
    font-size: 14px;
    line-height: 18px; }
  .brands__list p {
    font-size: 18px;
    line-height: 22px; } }

@media (max-width: 567px) {
  .brands__list ul {
    width: calc(50% - 30px);
    margin-right: 30px;
    flex: auto; } }

.advertisers h2 {
  font-style: normal;
  font-weight: bold;
  font-size: 35px;
  line-height: 43px;
  color: #555555;
  margin-bottom: 25px;
  text-align: left; }

.advertisers h3 {
  font-weight: 600;
  font-size: 24px;
  line-height: 29px;
  color: #555555;
  margin-bottom: 25px; }

.advertisers p {
  font-weight: normal;
  font-size: 15px;
  line-height: 140%;
  color: #777777;
  margin-bottom: 40px; }

.advertisers table {
  margin-bottom: 66px; }
  .advertisers table thead {
    background: #F5F5F5; }
    .advertisers table thead tr td {
      font-weight: 600;
      font-size: 16px;
      line-height: 20px;
      color: #555555;
      padding: 5px 30px 55px 15px;
      vertical-align: baseline; }
      .advertisers table thead tr td:first-child {
        padding-left: 28px;
        padding-right: 10px;
        width: 50px; }
      .advertisers table thead tr td:nth-child(2) {
        padding: 13px 30px 15px 8px;
        width: 160px; }
      .advertisers table thead tr td:nth-child(3) {
        width: 240px; }
      .advertisers table thead tr td:nth-child(4) {
        width: 270px;
        padding: 15px 61px 15px 46px; }
      .advertisers table thead tr td:last-child {
        padding: 15px 34px 15px 38px;
        width: 220px; }
  .advertisers table tbody tr:nth-child(2n) td {
    background: #F9F9F9; }
  .advertisers table tbody tr td {
    padding: 27px 12px 35px 22px;
    font-weight: normal;
    line-height: 140%;
    color: #777777;
    vertical-align: top; }
    .advertisers table tbody tr td:first-child {
      width: 50px;
      padding: 26px 12px 1px 18px;
      text-align: center; }
    .advertisers table tbody tr td:nth-child(2) {
      width: 160px; }
    .advertisers table tbody tr td:nth-child(3) {
      width: 240px; }
    .advertisers table tbody tr td:nth-child(4) {
      width: 270px; }
    .advertisers table tbody tr td:last-child {
      width: 220px; }
    .advertisers table tbody tr td span {
      display: block;
      margin-bottom: 10px; }

.advertisers ol {
  padding-left: 13px;
  margin-bottom: 52px; }
  .advertisers ol li {
    list-style: decimal;
    line-height: 200%;
    color: #777777; }
  .advertisers ol:nth-of-type(2) {
    margin-bottom: 1px; }
    .advertisers ol:nth-of-type(2) li:first-child {
      margin-bottom: 1px; }
      .advertisers ol:nth-of-type(2) li:first-child ol {
        margin-bottom: 0;
        padding-top: 12px;
        padding-left: 45px; }
        .advertisers ol:nth-of-type(2) li:first-child ol li {
          margin-bottom: 0; }
    .advertisers ol:nth-of-type(2) li:nth-child(2) ol {
      padding-top: 10px;
      margin-left: 31px;
      margin-bottom: 0; }
      .advertisers ol:nth-of-type(2) li:nth-child(2) ol li ol {
        padding-top: 7px;
        padding-left: 0;
        margin-left: 25px;
        margin-bottom: 6px; }
        .advertisers ol:nth-of-type(2) li:nth-child(2) ol li ol li {
          line-height: 170%; }
  .advertisers ol:nth-of-type(3) {
    margin-bottom: 19px; }
    .advertisers ol:nth-of-type(3) li {
      line-height: 175%; }
      .advertisers ol:nth-of-type(3) li:last-child ol {
        padding-left: 44px;
        padding-top: 18px;
        margin-bottom: 0; }

.advertisers__dwnlds {
  display: flex;
  flex-wrap: wrap;
  margin-right: -34px;
  margin-bottom: -34px;
  padding-bottom: 65px;
  padding-left: 40px; }
  .advertisers__dwnlds:nth-of-type(2) {
    padding-bottom: 70px; }
  .advertisers__dwnlds p {
    width: 100%;
    line-height: 200%;
    color: #777777;
    margin-bottom: 30px; }
  .advertisers__dwnlds--item {
    width: calc(50% - 40px);
    margin-right: 34px;
    margin-bottom: 34px;
    display: flex;
    justify-content: flex-start; }
    .advertisers__dwnlds--item:hover .advertisers__dwnlds--img svg {
      color: #E31C39; }
    .advertisers__dwnlds--item:hover .advertisers__dwnlds--text h3 {
      color: #E31C39; }
  .advertisers__dwnlds--img {
    margin-right: 13px; }
    .advertisers__dwnlds--img svg {
      font-size: 27px;
      color: #777777; }
  .advertisers__dwnlds--text h3 {
    line-height: 140%;
    color: #777777;
    font-size: 15px;
    font-weight: normal;
    margin-bottom: 0; }
  .advertisers__dwnlds--text span {
    line-height: 140%;
    color: #C4C4C4; }

.advertisers__banners {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-right: -34px;
  margin-bottom: -34px;
  padding-bottom: 35px; }
  .advertisers__banners--item {
    width: calc(33.3% - 34px);
    margin-right: 34px;
    margin-bottom: 34px; }
    .advertisers__banners--item:hover .advertisers__banners--overlay {
      visibility: visible;
      opacity: 1;
      pointer-events: all;
      z-index: 5; }
    .advertisers__banners--item:hover .advertisers__banners--text {
      opacity: 0.4; }
  .advertisers__banners--img {
    margin-bottom: 20px;
    height: 264px; }
    .advertisers__banners--img img {
      width: 100%;
      height: 100%; }
  .advertisers__banners--overlay {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.77);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    pointer-events: none;
    visibility: hidden;
    opacity: 0; }
    .advertisers__banners--overlay a {
      font-size: 16px;
      line-height: 18px;
      text-align: center;
      color: #FFFFFF;
      padding: 8px 28px;
      border-radius: 41px;
      border: 1px solid rgba(255, 255, 255, 0.29); }
      .advertisers__banners--overlay a:hover {
        color: #E31C39;
        border: 1px solid white; }
  .advertisers__banners--text {
    text-align: center; }
    .advertisers__banners--text p {
      color: #777777; }

@media (max-width: 1023px) {
  .advertisers h2 {
    font-size: 30px;
    line-height: 40px; }
  .advertisers ol {
    margin-bottom: 20px; }
  .advertisers__dwnlds {
    display: flex;
    flex-wrap: wrap;
    margin-right: -34px;
    margin-bottom: -34px;
    padding-bottom: 50px;
    padding-left: 0; }
  .advertisers table thead tr td {
    font-size: 14px;
    line-height: 18px; }
  .advertisers table thead {
    display: none; }
  .advertisers table tbody tr td {
    font-size: 14px;
    line-height: 18px; }
  .advertisers table tbody tr td:before {
    content: attr(data-label);
    font-weight: 600;
    font-size: 14px;
    line-height: 18px;
    color: #555555;
    margin-right: 10px;
    display: block;
    margin-bottom: 10px; }
  .advertisers__banners--img {
    height: 230px; } }

@media (max-width: 880px) {
  .advertisers table tbody tr {
    display: flex;
    flex-wrap: wrap; }
  .advertisers table tbody tr td:first-child {
    width: 100%;
    text-align: left; }
  .advertisers table tbody tr td:nth-child(2) {
    width: 50%; }
  .advertisers table tbody tr td:nth-child(3) {
    width: 50%; }
  .advertisers table tbody tr td:nth-child(4) {
    width: 50%; }
  .advertisers table tbody tr td:last-child {
    width: 50%; }
  .advertisers__banners--img {
    height: 200px; }
  .advertisers__banners {
    margin-right: -15px;
    margin-bottom: -15px; }
  .advertisers__banners--item {
    width: calc(33.3% - 15px);
    margin-right: 15px;
    margin-bottom: 15px; } }

@media (max-width: 767px) {
  .advertisers__banners--item {
    width: calc(50% - 15px); }
  .advertisers__banners--img {
    height: 230px;
    margin-bottom: 15px; }
  .advertisers__banners--text p {
    margin-bottom: 0; }
  .advertisers h2 {
    font-size: 26px;
    line-height: 30px;
    margin-bottom: 20px; }
  .advertisers h3 {
    font-size: 20px;
    line-height: 23px;
    margin-bottom: 20px; }
  .advertisers p {
    font-size: 14px;
    margin-bottom: 20px; }
  .advertisers__dwnlds--text h3 {
    font-size: 15px; } }

@media (max-width: 567px) {
  .advertisers ol:nth-of-type(2) li:nth-child(2) ol {
    padding-top: 0;
    margin-left: 10px;
    margin-bottom: 0; }
  .advertisers__dwnlds {
    margin-right: 0; }
  .advertisers h2 {
    font-size: 20px;
    line-height: 24px;
    margin-bottom: 20px; }
  .advertisers h3 {
    font-size: 18px;
    line-height: 21px;
    margin-bottom: 15px; }
  .advertisers__dwnlds--text h3 {
    font-size: 14px; }
  .advertisers__dwnlds--item {
    width: 100%;
    margin-right: 0;
    margin-bottom: 20px; }
  .advertisers table tbody tr td {
    padding: 10px 5px 15px 5px; }
  .advertisers table tbody tr td:first-child {
    padding: 10px 5px 15px 5px; }
  .advertisers table tbody tr td:nth-child(2) {
    width: 100%; }
  .advertisers table tbody tr td:nth-child(3) {
    width: 100%; }
  .advertisers table tbody tr td:nth-child(4) {
    width: 100%; }
  .advertisers table tbody tr td:last-child {
    width: 100%; }
  .advertisers__banners--item {
    width: 100%;
    margin-right: 0; }
    .advertisers__banners--item:last-child {
      margin-bottom: 0; }
  .advertisers__banners--img {
    height: 290px;
    margin-bottom: 15px; }
  .advertisers__banners {
    margin-right: 0;
    margin-bottom: 0; } }

@media (max-width: 414px) {
  .advertisers__banners--img {
    height: 230px; }
  .advertisers h3 {
    font-size: 16px;
    line-height: 19px;
    margin-bottom: 15px; } }

.product.product-page .product__wp {
  margin-right: 0;
  margin-bottom: 94px; }

.product__heading {
  margin-bottom: 40px;
  display: flex;
  justify-content: space-between; }
  .product__heading h2 {
    font-weight: bold;
    font-size: 35px;
    line-height: 43px;
    color: #555555;
    margin: 0;
    text-align: left; }

.product__controls {
  display: flex;
  align-items: center;
  margin-top: 7px; }
  .product__controls a {
    line-height: 18px;
    text-align: center;
    color: #777777;
    display: flex;
    align-items: center; }
  .product__controls--back {
    margin-right: 20px; }
    .product__controls--back svg {
      margin-right: 14px;
      font-size: 25px;
      color: #777777; }
    .product__controls--back:hover {
      color: #E31C39; }
      .product__controls--back:hover svg {
        color: #E31C39; }
  .product__controls--wrapper {display: flex;}
  .product__controls--arrow {
    width: 44px;
    height: 44px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    border-radius: 50%; }
    .product__controls--arrow:nth-of-type(1) {
      transform: rotate(90deg); }
    .product__controls--arrow svg {
      color: #777777;
      font-size: 19px; }
    .product__controls--arrow:hover {
      background: #F5F5F5; }
      .product__controls--arrow:hover svg {
        color: #777777; }
    .product__controls--arrow:nth-of-type(2) {
      transform: rotate(-90deg); }

.product__wp {
  display: flex;
  flex-wrap: wrap; }

.product__slider {
  width: calc(100% - 391px); }

.product__gallery {
  height: 500px;
  margin-bottom: 18px; }
  .product__gallery img {
    width: 100%;
    height: 100%; }
  .product__gallery .swiper-slide {
    cursor: pointer;}

.product__thumbs {
  height: 132px; }
  .product__thumbs img {
    width: 100%;
    height: 100%; 
	    object-fit: contain;
	
	}

  .product__thumbs .swiper-slide {
    cursor: pointer;}

.product__info {
  width: 357px;
  margin-left: 34px; }
  .product__info h3 {
    font-weight: 600;
    font-size: 24px;
    line-height: 29px;
    color: #555555;
    text-align: right;
    margin-bottom: 40px; }

.product__rate {
  margin-bottom: 35px;
  display: flex;
  justify-content: flex-end;
  align-items: center; }
  .product__rate span {
    margin-right: 4px;
    font-size: 14px;
    line-height: 17px;
    color: #777777; }
    .product__rate span:last-child {
      margin-right: 0;
      margin-left: 5px; }
    .product__rate span svg {
      color: #EAE9E8;
      font-size: 16px; }
      .product__rate span svg.is-rate {
        color: #FFBC01; }

.product .product__next, .product .product__prev {
  top: 54%;
  transform: translateY(-50%); }

.product__btns {
  display: flex;
  align-items: center;
  margin-bottom: 22px;
  margin-right: -9px; }
  .product__btns--item {
    cursor: pointer;
    width: calc(50% - 9px);
    margin-right: 9px;
    padding: 8px;
    border: 1px solid #D0D0D0;
    border-radius: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 15px;
    line-height: 18px;
    color: #000;
	  height: 43px;
  }
    .product__btns--item a {
      align-items: center;
      display: flex;
    }
    .product__btns--item svg {
      font-size: 25px;
      margin-right: 10px;
      line-height: 18px;
      color: #777777;
      fill: transparent; }
    .product__btns--item:hover {
      color: #E31C39;
      border: 1px solid #E31C39; }
      .product__btns--item:hover svg {
        color: #E31C39;
        fill: #E31C39; }
    .product__btns--item.is-active {
      color: #E31C39;
      border: 1px solid #E31C39; }
      .product__btns--item.is-active svg {
        color: #E31C39;
        fill: #E31C39; }
    .product__btns--item.add-favorite {
      color: #777777;
      opacity: 1;
      position: relative;
      right: auto;
      bottom: auto; }
      .product__btns--item.add-favorite svg {
        margin-right: 10px;
        line-height: 18px;
        color: #777777;
        fill: transparent; }

.product__links {
  text-align: right;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  margin-bottom: 33px; }
  .product__links a {
    font-size: 16px;
    color: #E31C39;
    margin-bottom: 12px; }
    .product__links a:hover {
      color: #777777; }
    .product__links a:first-child {
      font-size: 15px;
      color: #777777; }
      .product__links a:first-child:hover {
        color: #E31C39; }
    .product__links a:last-child {
      color: #CDCDCD;
      margin-bottom: 0; }
      .product__links a:last-child:hover {
        color: #E31C39; }

.product__tabs {
  padding: 29px 30px 27px 33px;
  background: #F9F9F9; }
  .product__tabs.is-active {
    background: #F9F9F9; }

.product .tabs_content.is-scroll .product__scroll {
  pointer-events: all;
  overflow-y: scroll; }

.product .tabs_content.is-scroll .simplebar-track {
  opacity: 1;
  pointer-events: all;
  cursor: pointer; }

.product__caption {
  display: flex;
  align-items: center;
  margin-bottom: 43px; }
  .product__caption li {
    font-weight: normal;
    line-height: 18px;
    color: #9D9D9D;
    width: 50%;
    border-right: 1px solid #9D9D9D;
    cursor: pointer; }
    .product__caption li.active {
      font-weight: 600;
      color: #777777;
      cursor: default; }
    .product__caption li:last-child {
      border-right: 0;
      text-align: right; }

.product__scroll {
  height: 378px;
  margin-bottom: 20px;
  overflow-y: auto;
  overflow-x: hidden;
  padding-right: 10px;
  /* ползунок скроллбара */
  scrollbar-color: #555555 #EAE9E8;
  /* «цвет ползунка» «цвет полосы скроллбара» */
  scrollbar-width: thin;
  /* толщина */ }
  .product__scroll::-webkit-scrollbar {
    width: 6px;
    /* ширина для вертикального скролла */
    height: 8px;
    /* высота для горизонтального скролла */
    background-color: #EAE9E8;
    overflow: visible; }
  .product__scroll::-webkit-scrollbar-thumb {
    cursor: pointer;
    background: #555555;
    border-radius: 100px;
    width: 6px;
    position: absolute;
    top: 0;
    left: 0; }
  .product__scroll p {
    line-height: 140%;
    color: #777777;
    margin-bottom: 20px; }
  .product__scroll .simplebar-track.simplebar-vertical {
    background: #EAE9E8;
    width: 2px;
    overflow: visible; }
  .product__scroll .simplebar-scrollbar {
    background: #555555;
    border-radius: 100px;
    width: 6px;
    left: -2px; }
  .product__scroll .simplebar-track {
    right: -15px;
    opacity: 0; }

.product__open {
  cursor: pointer;
  display: inline-block;
  border-bottom: 1px dashed #555555;
  padding-bottom: 2px;
  font-size: 16px;
  line-height: 20px;
  color: #555555;
  transform: none;
  height: 22px; }
  .product__open:hover {
    border-bottom: 1px dashed #E31C39;
    color: #E31C39; }
  .product__open--show.is-active {
    display: none; }
  .product__open--hide {
    display: none; }
    .product__open--hide.is-active {
      display: inline-block; }

.product__note {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  width: 65.8%;
  position: absolute;
  left: 0;
  bottom: -55px; }
  .product__note--img {
    width: 50%;
    height: 84px; }
    .product__note--img img {
      height: 100%;
      transition: .5s; }
    .product__note--img:after {
      content: '';
      display: block;
      position: absolute;
      right: 0;
      top: 50%;
      transform: translateY(-50%);
      width: 1px;
      height: 50px;
      background: #D6D6D6; }
    .product__note--img:hover img {
      transform: translateY(-10px);
      transition: .5s; }
  .product__note--text {
    width: 50%;
    text-align: center; }
    .product__note--text p {
      font-weight: normal;
      font-size: 16px;
      line-height: 20px;
      color: #9D9D9D;
      margin-bottom: 18px; }
    .product__note--text span {
      font-size: 24px;
      line-height: 29px;
      letter-spacing: 0.02em;
      color: #E31C39; }
    .product__note--text:hover {
      transform: translateY(-10px);
      transition: .5s; }

.add-favorite a.is-active {
  color: #E31C39; }
  .add-favorite a.is-active svg {
    color: #E31C39;
    fill: #E31C39; }

.products.product-page .products__title {
  margin-bottom: 35px; }
  .products.product-page .products__title a {
    line-height: 18px;
    text-align: center;
    color: #DD0B2C; }
    .products.product-page .products__title a:hover {
      text-decoration: underline; }

.products__slider.product-page {
  display: flex;
  margin-right: -35px;
  flex-wrap: wrap;}
  .products__slider.product-page .products_item {
    width: calc(25% - 35px);
    margin-right: 35px;}

.products-hashtags h3 {
  margin-bottom: 5px; }

.products-hashtags p {
  font-size: 18px;
  line-height: 22px;
  color: #9D9D9D;
  margin-bottom: 30px; }

.products-hashtags__wp {
  display: flex;
  flex-wrap: wrap;
  margin-right: -12px;
  margin-bottom: 30px; }
  .products-hashtags__wp a {
    font-size: 16px;
    line-height: 125%;
    color: #9D9D9D;
    padding: 12px 19px;
    text-align: center;
    background: #F0F0F0;
    border-radius: 100px;
    margin-right: 12px;
    margin-bottom: 12px; }
    .products-hashtags__wp a:hover {
      background: #ADADB1;
      color: #FFFFFF; }

@media (max-width: 1023px) {
  .product__info {
    width: 250px; }
  .product__slider {
    width: calc(100% - 284px); }
  .product__btns--item {
    width: 100%;
    margin-bottom: 10px; }
    .product__btns--item:last-child {
      margin-bottom: 0; }
  .product__btns {
    flex-wrap: wrap; }
  .product__caption {
    display: block; }
  .product__caption li {
    width: 100%;
    border-right: 0;
    border-bottom: 1px solid #9d9d9d;
    padding-bottom: 7px;
    margin-bottom: 7px; }
    .product__caption li:last-child {
      border-bottom: 0;
      padding-bottom: 0;
      text-align: left;
      margin-bottom: 0; }
  .product__tabs {
    padding: 20px 20px 20px 25px; }
  .product__scroll p {
    font-size: 14px; }
  .product__btn--item {
    font-size: 14px; }
  .product__info h3 {
    font-size: 21px;
    line-height: 25px;
    margin-bottom: 25px; }
  .product__links a {
    font-size: 14px; }
    .product__links a:first-child {
      font-size: 14px; }
  .product__gallery {
    height: 400px; }
  .product__thumbs {
    height: 110px; }
  .product__note--img {
    height: 74px; }
  .product__note--text p {
    font-size: 14px;
    line-height: 18px; }
  .product__note--text span {
    font-size: 21px;
    line-height: 23px; }
  .product__heading h2 {
    font-size: 30px;
    line-height: 40px; }
  .product__heading {
    margin-bottom: 20px; }
  .product__btn .product__next, .product__btn .product__prev {
    top: 70%; }
  .products__slider.product-page .products_item {
    width: calc(25% - 15px);
    margin-right: 15px; }
  .products__slider.product-page {
    margin-right: -15px; }
}

@media (max-width: 767px) {
  .product__slider {
    width: 100%;
    margin-bottom: 30px; }
  .product__scroll {
    height: fit-content; }
  .product__caption {
    margin-bottom: 20px; }
  .product__info {
    width: 100%;
    margin-left: 0;
    margin-bottom: 30px; }
  .product__note {
    position: relative;
    bottom: auto;
    left: auto;
    width: 100%; }
  .product__heading h2 {
    font-size: 23px;
    line-height: 35px; }
  .product__controls a {
    font-size: 13px; }
    .product__controls a svg {
      font-size: 14px; }
  .product__controls {
    margin-top: 0; }
  .product__controls--arrow {
    width: 34px;
    height: 34px; }
  .products__slider.product-page .products_item {
	  width: calc(50% - 15px);
  }
	.products__slider.product-page .products_item:nth-child(n + 3) {
		margin-top: 30px;
	}
  .product__btns {
    justify-content: flex-end;
  }
  .product__btns--item {
    width: auto;
  }
  .product__btns--item:last-child {
    margin-bottom: 10px;
  }}

@media (max-width: 567px) {
  .product__btns--item svg {
    font-size: 13px; }
  .product__heading {
    display: block; }
  .product__controls {
    justify-content: space-between;
  }
  .product__gallery {
    height: 350px; }
  .product__note--img {
    height: 54px; }
  .product__note--text p {
    font-size: 12px;
    line-height: 15px; }
  .product__note--text span {
    font-size: 19px;
    line-height: 21px; }
  .products-hashtags__wp a {
    font-size: 14px;
    padding: 10px 15px; } }

@media (max-width: 414px) {
  .product__gallery {
    height: 300px; } }

@media (max-width: 374px) {
  .products__slider.product-page {
    margin-right: 0;
    margin-bottom: 0; }
  .products__slider.product-page .products_item {
    width: 100%;
    margin-right: 0;}
    .products__slider.product-page .products_item:nth-child(n + 2) {
      margin-top: 15px; } }

.about__banner {
  height: 390px;
  margin-bottom: 60px; }
  .about__banner img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover; }
  .about__banner__container {
    height: 100%; }

.about__numbers {
  padding: 0 110px 105px 110px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  margin-right: -95px;
  margin-bottom: -50px; }

.about__number {
  width: calc(33.3% - 55px);
  margin-right: 55px;
  margin-bottom: 50px;
  display: flex;
  align-items: center; }
  .about__number .counter {
    font-weight: 600;
    font-size: 48px;
    line-height: 59px;
    color: #555555;
    margin-right: 15px;
    white-space: nowrap; }
    .about__number .counter span {
      font-weight: 600;
      font-size: 24px;
      line-height: 29px;
      color: #555555; }
  .about__number--text p {
    font-weight: normal;
    font-size: 15px;
    line-height: 140%;
    color: #777777; }
  .about__number:nth-child(2) p {
    max-width: 150px; }
  .about__number:last-child .about__number--text {
    margin-right: -50px; }

.about .carousel h3 {
  max-width: 200px;
  margin-bottom: 18px; }

.about .carousel p {
  margin-bottom: 15px; }
  .about .carousel p:last-child {
    margin-bottom: 0; }

.about .carousel a {
  position: absolute;
  bottom: 50px;
  right: 63px; }

.about .carousel__text {
  padding: 50px 98px 75px 63px; }

.about__catalog {
  display: flex;
  flex-wrap: wrap;
  margin-right: -34px;
  margin-bottom: -34px; }
  .about__catalog h2 {
    width: 100%; }
  .about__catalog--item {
    width: calc(33.3% - 34px);
    margin-right: 34px;
    margin-bottom: 34px; }
    .about__catalog--item:hover .about__catalog--overlay {
      opacity: 1;
      visibility: visible;
      pointer-events: all; }
    .about__catalog--item:hover p {
      opacity: 0.4;
      transition: .5s; }
    .about__catalog--item p {
      text-align: center;
      font-size: 15px;
      line-height: 18px;
      text-align: center;
      color: #777777;
      transition: .5s; }
  .about__catalog--img {
    height: 506px;
    margin-bottom: 20px; }
    .about__catalog--img img {
      width: 100%;
      height: 100%;
      -o-object-fit: cover;
         object-fit: cover; }
  .about__catalog--overlay {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.77);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    z-index: 5;
    opacity: 0;
    visibility: hidden;
    pointer-events: none; }
    .about__catalog--overlay a {
      font-size: 16px;
      line-height: 18px;
      text-align: center;
      color: #FFFFFF;
      padding: 8px 31px;
      border: 1px solid rgba(255, 255, 255, 0.29);
      border-radius: 41px; }
      .about__catalog--overlay a:hover {
        border: 1px solid white;
        color: #DD0B2C; }

.about__gallery {
  display: flex;
  flex-wrap: wrap;
  margin-right: -35px;
  margin-bottom: -35px; }
  .about__gallery h2 {
    width: 100%; }
  .about__gallery--item {
    width: calc(33.3% - 35px);
    margin-right: 35px;
    margin-bottom: 35px; }

.about__visual {
  padding-bottom: 96px; }
  .about__visual--wp {
    height: 599px; }

.about__places {
  padding-bottom: 80px;
  text-align: center; }
  .about__places h2 {
    margin-bottom: 65px; }
  .about__places--wp {
    position: relative;
    height: 539px;
    max-width: 889px;
    margin: 0 auto 83px auto; }
    .about .about__places--wp {
      margin: 0 auto;
    }
    .about__places--wp img {
      width: 100%;
      height: 100%; }
  .about__places--img {
    width: 100%;
    height: 100%; }
    .about__places--img svg {
      width: 100%;
      height: 100%; }

@media (max-width: 1080px) {
  .about__numbers {
    padding: 0 50px 50px 50px; }
  .about__catalog--img {
    height: 405px; } }

@media (max-width: 1023px) {
  .about__banner {
    height: 300px;
    margin-bottom: 50px; }
  .about__number .counter {
    font-size: 40px;
    line-height: 49px; }
  .about__number--text p {
    font-size: 14px; }
  .about__number {
    width: calc(33.3% - 35px);
    margin-right: 35px;
    margin-bottom: 30px; }
  .about__numbers {
    margin-right: -35px;
    margin-bottom: -30px;
    padding: 0 0 50px 0; }
  .about .carousel a {
    bottom: 20px; }
  .about .carousel__text {
    padding: 20px 10px 35px 10px; }
  .about__catalog--img {
    height: 375px; }
  .about__visual {
    padding-bottom: 50px; }
  .about__places--wp {
    height: 439px;
    max-width: 889px;
    margin: 0 auto 50px auto; }
  .about__places {
    padding-bottom: 50px; } }

@media (max-width: 880px) {
  .about__number {
    width: calc(50% - 35px); }
  .about__number .counter {
    font-size: 30px;
    line-height: 39px; }
  .about__catalog--img {
    height: 335px; } }

@media (max-width: 767px) {
  .about__catalog--img {
    height: 250px; }
  .about__banner {
    height: 250px; }
  .about .carousel h3 {
    max-width: 100%; }
  .carousel__wp {
    height: 100%; }
  .about .carousel__text {
    height: calc(100% - 350px); }
  .about__catalog--item {
    width: calc(33.3% - 15px);
    margin-right: 15px;
    margin-bottom: 15px; }
  .about__catalog {
    margin-right: -15px;
    margin-bottom: -15px; }
  .about__gallery--item {
    width: calc(33.3% - 10px);
    margin-right: 10px;
    margin-bottom: 10px; }
  .about__gallery {
    margin-right: -10px;
    margin-bottom: -10px; }
  .about__places--wp {
    height: 339px;
    max-width: 889px;
    margin: 0 auto 50px auto; } }

@media (max-width: 567px) {
  .about__catalog--item p {
    font-size: 12px;
    line-height: 15px; }
  .about__catalog--overlay a {
    font-size: 14px;
    line-height: 16px;
    color: #fff;
    padding: 5px 20px;
    border-radius: 31px; }
  .about__catalog--img {
    height: 150px; }
  .about .carousel__text {
    height: calc(100% - 300px); }
  .about__banner {
    height: 200px; }
  .about__numbers {
    margin-right: 0;
    margin-bottom: 0; }
  .about__number {
    width: 100%;
    margin-right: 0;
    display: block;
    text-align: center; }
    .about__number:last-child {
      margin-bottom: 0; }
  .about__number .counter {
    margin-right: 0;
    margin-bottom: 5px; }
  .about__number:nth-child(2) p {
    max-width: 100%; }
  .about__gallery--item {
    width: calc(50% - 10px); }
    .about__gallery--item:last-child {display: none;} }

@media (max-width: 414px) {
  .about__places--wp {
    height: 239px; }
  .about__catalog--img {
    height: 250px; }
    .about__catalog--img img {
      -o-object-fit: contain;
         object-fit: contain; }
  .about__catalog--item {
    width: 100%;
    margin-right: 0;
    margin-bottom: 20px; }
    .about__catalog--item:last-child {
      margin-bottom: 0; }
  .about__catalog {
    margin-right: 0;
    margin-bottom: 0; } }

.showroom {
  width: calc(100% - 299px); }
  .showroom h1 {
    margin: 0 0 26px 0;
    font-weight: bold;
    font-size: 35px;
    line-height: 43px;
    color: #555555; }
  .showroom__slider {
    margin-bottom: 15px; }
  .showroom__top {
    margin-bottom: 18px; }
  .showroom__slide {
    height: 563px;
    display: block; }
    .showroom__slide img {
      object-fit: contain;
      /*width: 100%;*/
      height: 100%; }
	.showroom__thumbs {
		height: 137px;
	}
	@media screen and (max-width: 1190px){
		.showroom__thumbs {
			height: 10vw;
		}
	}
	@media screen and (max-width: 766px){
		.showroom__thumbs {
			height: 20vw;
		}
	}
	@media screen and (max-width: 373px){
		.showroom__thumbs {
			height: 30vw;
		}
	}
  .showroom__thumb {
    cursor: pointer;
  	height: 100%;}
    .showroom__thumb--overlay {
      position: absolute;
      left: 0;
      top: 0;
      width: 100%;
      height: 100%;
      background: rgba(0, 0, 0, 0.3);
      display: flex;
      flex-direction: column;
      align-items: center;
      justify-content: center;
      z-index: 2; }
      .showroom__thumb--overlay span {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        width: 48px;
        height: 48px;
        border-radius: 50%;
        border: 1px solid rgba(255, 255, 255, 0.29); }
    .showroom__thumb img {
		display: block;
		width: 100%;
		height: 100%;
		-o-object-fit: cover;
		object-fit: cover; }
  .showroom__info {
    padding: 20px 30px 24px;
    background: #F0F0F0;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin-bottom: 35px; }
    .showroom__info--item {
      width: 33.3%;
      text-align: center;
      font-family: 'Arial';
      border-right: 1px solid #D6D6D6; }
      .showroom__info--item:last-child {
        border-right: 0; }
      .showroom__info--item:hover {
        transform: translateY(-10px);
        color: #E31C39; }
        .showroom__info--item:hover a {
          color: #E31C39; }
        .showroom__info--item:hover p {
          color: #E31C39; }
        .showroom__info--item:hover span {
          color: #E31C39; }
      .showroom__info--item span {
        font-style: normal;
        font-weight: normal;
        font-size: 12px;
        line-height: 14px;
        color: #9D9D9D;
        display: block;
        margin-bottom: 8px; }
      .showroom__info--item p {
        font-style: normal;
        font-weight: normal;
        font-size: 16px;
        line-height: 18px;
        color: #555555; }
      .showroom__info--item a {
        font-style: normal;
        font-weight: normal;
        font-size: 16px;
        line-height: 18px;
        color: #555555; }
  .showroom__text {
    margin-bottom: 35px; }
    .showroom__text p,
    .showroom__text li {
      font-weight: normal;
      line-height: 125%;
      color: #333333;
      margin-bottom: 19px;}
      .showroom__text li {
        list-style: unset;
        margin-left: 20px;}
      .showroom__text p:last-child {
        margin-bottom: 0; }
      .showroom__text p a {
        color: #E31C39; }
  .showroom__dwnl {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin-bottom: 55px; }
    .showroom__dwnl--icon {
      width: 21px;
      margin-right: 13px; }
      .showroom__dwnl--icon svg {
        font-size: 27px; }
    .showroom__dwnl--text {
      width: calc(100% - 34px); }
      .showroom__dwnl--text p {
        line-height: 140%;
        color: #777777;
        margin-bottom: 5px; }
      .showroom__dwnl--text span {
        line-height: 140%;
        color: #C4C4C4; }
    .showroom__dwnl:hover {
      color: #E31C39;
      transform: translateY(-10px); }
      .showroom__dwnl:hover p {
        color: #E31C39; }
      .showroom__dwnl:hover span {
        color: #E31C39; }
  .showroom__brands {
    padding-bottom: 60px; }
    .showroom__brands h2 {
      margin-bottom: 24px;
      width: 100%;
      text-align: left; }
    .showroom__brands--item {
      background: #F0F0F0;
      border-radius: 100px;
      padding: 13px 18px;
      text-align: center;
      font-size: 16px;
      line-height: 125%;
      color: #9D9D9D;
      margin-right: 12px;
      margin-bottom: 12px; }
      .showroom__brands--item:hover {
        background: #ADADB1;
        color: #FFFFFF; }
    .showroom__brands--wp {
      display: flex;
      flex-wrap: wrap;
      margin-right: -12px;
      height: 55px;
      overflow: hidden;
      margin-bottom: 10px; }
      .showroom__brands--wp.is-open {
        height: auto; }
        .showroom__brands--wp.is-open:after {
          display: none; }
    .showroom__brands--open {
      text-align: center;
      cursor: pointer; }
      .showroom__brands--open.is-active {
        transform: rotate(-180deg); }
  .showroom .products_item {
    margin-bottom: 100px; }
  .showroom .product__wp {
    margin-bottom: -100px;
    padding-bottom: 68px; }
  .showroom .link-red {
    display: block;
    margin: 0 auto; }
  .showroom .products {
    padding-bottom: 60px; }
    .showroom .products .products__title {
      margin-bottom: 34px; }
      .showroom .products .products__title a {
        color: #E31C39; }
        .showroom .products .products__title a:hover {
          text-decoration: underline; }
    .showroom .products.showroom-products {
      padding-bottom: 118px; }
      .showroom .products.showroom-products .products__img {
        margin-bottom: 15px; }
      .showroom .products.showroom-products .product__wp {
        padding-bottom: 0; }
  .showroom .about__visual {
    padding-bottom: 60px; }
    .showroom .about__visual h2 {
      text-align: left;
      margin-bottom: 5px; }
    .showroom .about__visual p {
      font-weight: normal;
      font-size: 19px;
      line-height: 23px;
      color: #9D9D9D;
      margin-bottom: 32px; }
  .showroom__form {
    padding: 50px 0;
    background: #F3F3F3;
    margin-bottom: 59px; }
    .showroom__form--wp {
      max-width: 515px;
      margin: 0 auto; }
      .showroom__form--wp h2 {
        margin-bottom: 13px; }
      .showroom__form--wp p {
        font-size: 19px;
        line-height: 23px;
        text-align: center;
        color: #9D9D9D;
        margin-bottom: 33px; }
      .showroom__form--wp .form-item {
        width: calc(50% - 12px);
        margin-right: 12px;
        margin-bottom: 15px; }
        .showroom__form--wp .form-item input::-moz-placeholder {
          text-align: center; }
        .showroom__form--wp .form-item input:-ms-input-placeholder {
          text-align: center; }
        .showroom__form--wp .form-item input::placeholder {
          text-align: center; }
        .showroom__form--wp .form-item:last-child {
          width: 100%;
          margin-bottom: 0; }
    .showroom__form--fields {
      margin-bottom: 19px;
      display: flex;
      flex-wrap: wrap;
      margin-right: -12px; }
    .showroom__form .form__checkbox {
      padding-left: 23px;
      margin-bottom: 24px; }
    .showroom__form .link-red {
      width: 183px; }

.showroom-top-next {
  right: -33px; }

.showroom-top-prev {
  left: -33px; }

.showroom-thumbs-next {
  right: -33px; }

.showroom-thumbs-prev {
  left: -33px; }

  .aside {
    width: 262px !important;
    margin-left: 37px;
    padding-top: 68px;
    padding-bottom: 20px;
    box-sizing: border-box;
    margin-top: 1px;
  }
  .showroom-aside .aside {
    margin-left: 0;
    width: 250px !important;
  }
  @media screen and (max-width: 880px) {
    .showroom-aside .aside {
      display: none;
    }
  }
  .aside-fixed {
    position: fixed;
    bottom: 1px;
  }
  .aside-bottom {
    position: absolute;
    bottom: 0;
  }
  .aside__block {
    margin-bottom: 44px; }
    .aside__block:last-child {
      margin-bottom: 0; }
      .aside__block:last-child a {
        width: 100%; }
        .aside__block:last-child a img {
          width: 100%;
          height: 100%; }
    .aside__block h2 {
      font-weight: bold;
      font-size: 18px;
      line-height: 22px;
      text-align: center;
      color: #555555;
      margin-bottom: 20px; }
  .aside__item {cursor: pointer;}
  .aside__item p {
    font-size: 15px;
    line-height: 18px;
    text-align: center;
    color: #777777; }
  .aside__item--img {
    height: 174px;
    margin-bottom: 15px; }
    .aside__item--img img {
      width: 100%;
      height: 100%;
      -o-object-fit: cover;
         object-fit: cover; }
  .aside__item--overlay {
    z-index: 2;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background: rgba(0, 0, 0, 0.77);
    opacity: 0;
    visibility: hidden;
    pointer-events: none; }
    .aside__item--overlay a {
      text-align: center;
      font-weight: normal;
      font-size: 16px;
      line-height: 18px;
      color: #FFFFFF;
      border: 1px solid rgba(255, 255, 255, 0.29);
      padding: 8px 22px;
      border-radius: 41px; }
      .aside__item--overlay a:hover {
        border: 1px solid white;
        color: #E31C39; }
  .aside__item:hover .aside__item--overlay {
    pointer-events: all;
    visibility: visible;
    opacity: 1; }

@media (max-width: 1023px) {
  .aside {
    width: 250px !important;
    margin-left: 30px;
    padding-top: 20px; }
  .showroom {
    width: calc(100% - 280px); }
  .showroom__slide {
    height: 450px; }
  .showroom h1 {
    font-size: 30px;
    line-height: 38px;
    margin: 0 0 20px 0; }
  .showroom .products_item {
    margin-bottom: 50px; }
  .showroom .product__wp {
    margin-bottom: -50px; } }

@media (max-width: 880px) {
  .showroom__slide {
    height: 350px; }
  .showroom .products__img {
    height: 150px; }
  .showroom .about__visual p {
    font-size: 17px;
    line-height: 19px; }
  .showroom__form {
    margin-bottom: 50px; }
  .showroom .products.showroom-products {
    padding-bottom: 120px; }
  .showroom__form {
    padding: 20px; }
  .showroom__form--wp p {
    font-size: 17px;
    line-height: 21px; }
  .showroom .products__title a {
    position: relative;
    right: auto;
    bottom: auto; } }

@media (max-width: 767px) {
  .aside__block:last-child {
    height: 300px; }
    .aside__block:last-child a {
      height: 100%; }
  .aside {
    left: auto !important;
    top: auto !important;
    position: relative !important;
    width: 100% !important;
    transform: none !important;
    margin-left: 0;
    margin-right: -10px;
    margin-bottom: -20px;
    padding-bottom: 60px;
    display: flex;
    flex-wrap: wrap;
    padding-top: 0; }
    .aside__block {
      width: calc(33.3% - 10px);
      margin-right: 10px;
      margin-bottom: 20px; }
      .aside__block:last-child {
        margin-bottom: 20px;
        display: none; }
  .aside__inner {
    display: flex;
    flex-wrap: wrap; }
  .aside__item p {
    font-size: 14px; }
  .showroom {
    width: 100%; }
  .showroom h1 {
    font-size: 25px;
    line-height: 20px;
    margin: 0 0 20px 0; }
  .showroom__info {
    padding: 15px 20px 15px;
    margin-bottom: 30px; }
  .showroom__info--item a {
    font-size: 14px;
    line-height: 16px; }
  .showroom__info--item p {
    font-size: 14px;
    line-height: 16px;
  	transition: .5s ease}
  .showroom__info--item {
    padding: 0 5px; }
  .showroom__dwnl {
    margin-bottom: 30px; }
  .showroom__brands {
    padding-bottom: 50px; }
  .form-item input {
    padding: 9px;
    font-size: 14px; }
    .form-item input::-moz-placeholder {
      font-size: 14px;
      line-height: 16px; }
    .form-item input:-ms-input-placeholder {
      font-size: 14px;
      line-height: 16px; }
    .form-item input::placeholder {
      font-size: 14px;
      line-height: 16px; }
  .form-item textarea {
    font-size: 14px; }
    .form-item input
.form-item textarea::-moz-placeholder {
      font-size: 14px;
      line-height: 16px; }
    .form-item input
.form-item textarea:-ms-input-placeholder {
      font-size: 14px;
      line-height: 16px; }
    .form-item input
.form-item textarea::placeholder {
      font-size: 14px;
      line-height: 16px; } }

@media (max-width: 567px) {
  .showroom__form--wp .form-item {
    width: 100%;
    margin-bottom: 15px;
    margin-right: 0; }
    .showroom__form--wp .form-item:last-child {
      margin-bottom: 0; }
  .showroom__form--fields {
    margin-right: 0; }
  .showroom__slide {
    height: 300px; }
  .showroom__brands--wp {
    height: 49px;}
  .showroom__info--item {
    width: 100%;
    border-right: none;
    padding: 5px;
    border-bottom: 1px solid #d6d6d6; }
    .showroom__info--item:last-child {
      border-bottom: 0; }
  .showroom__brands--item {
    padding: 10px 13px;
    font-size: 14px; }
  .aside__item--img {
    height: 250px; }
  .aside__block {
    width: 100%;
    margin-right: 0;
    margin-bottom: 20px; }
  .products.showroom-products .product__wp {
    margin-right: 0; }
    .products.showroom-products .product__wp .products_item {
      width: 100%;
      margin-right: 0; }
  .products.showroom-products .products__img {
    height: 250px; }
  .products.showroom-products .products_item p {
    text-align: center; } }

@media (max-width: 374px) {
  .showroom__slide {
    height: 250px; }
  .aside__block {
    width: 100%;
    margin-right: 0;
    margin-bottom: 20px; }
  .aside {
    margin-right: 0;
    margin-bottom: 0; } }

.products__slider .products_item p {
  text-align: center;
  font-size: 15px;
  line-height: 18px;
  color: #777777;
  white-space: normal;
  text-align: left; }

.products__slider .products_item:hover .about__catalog--overlay {
  opacity: 1;
  visibility: visible;
  pointer-events: all; }

.products__slider .products__img {
  margin-bottom: 15px; }

.catalog-i__range {
  margin-bottom: 33px;
  display: flex;
  flex-wrap: wrap;
  max-width: 190px; }
  .catalog-i__range--num {
    font-weight: normal;
    font-size: 12px;
    line-height: 15px;
    color: #9D9D9D;
    margin-bottom: 20px;
    width: 50%; }
    .catalog-i__range--num:nth-child(3) {
      text-align: right;
      margin-right: -10px;
      right: -10px; }
  .catalog-i__range #range-slider {
    width: 100%; }
  .catalog-i__range .noUi-target {
    height: 2px;
    background: #EAE9E8;
    border: none;
    box-shadow: none; }
  .catalog-i__range .noUi-horizontal .noUi-handle {
    right: -9px;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background: #C4C4C4;
    box-shadow: none;
    border: none;
    cursor: pointer;
    outline: none; }
    .catalog-i__range .noUi-horizontal .noUi-handle:after, .catalog-i__range .noUi-horizontal .noUi-handle:before {
      display: none; }
    .catalog-i__range .noUi-horizontal .noUi-handle:hover {
      background: #555555; }
  .catalog-i__range .irs--flat.irs-with-grid {
    width: 100%; }
  .catalog-i__range .irs-with-grid .irs-grid {
    display: none; }
  .catalog-i__range .irs--flat .irs-bar {
    height: 2px;
    background: #EAE9E8; }
  .catalog-i__range .irs--flat.irs-with-grid {
    height: auto;
    margin-bottom: 40px; }
  .catalog-i__range .irs--flat .irs-handle {
    top: 20px; }
  .catalog-i__range .irs--flat .irs-handle {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background: #C4C4C4;
    cursor: pointer; }
    .catalog-i__range .irs--flat .irs-handle:hover {
      background: #555555; }
    .catalog-i__range .irs--flat .irs-handle i {
      display: none; }
  .catalog-i__range .irs--flat .irs-line {
    height: 2px;
    background: #EAE9E8; }
  .catalog-i__range .irs--flat .irs-max, .catalog-i__range .irs--flat .irs-min {
    font-size: 12px;
    line-height: 15px;
    color: #9D9D9D;
    background: transparent;
    opacity: 0; }
  .catalog-i__range .irs--flat .irs-from, .catalog-i__range .irs--flat .irs-single, .catalog-i__range .irs--flat .irs-to {
    background: transparent;
    font-size: 12px;
    line-height: 15px;
    color: #9D9D9D; }
    .catalog-i__range .irs--flat .irs-from:before, .catalog-i__range .irs--flat .irs-single:before, .catalog-i__range .irs--flat .irs-to:before {
      display: none; }
  .catalog-i__input {
    background: transparent;
    font-size: 12px;
    line-height: 15px;
    color: #9D9D9D;}
    .catalog-i__input-max {
      text-align: right;}
  .catalog-i__slider-price.ui-widget.ui-widget-content{
    background: #EAE9E8;
    border: none;
    height: 2px;}
    .catalog-i__slider-price .ui-slider-range {
      background: #c5c5c5;
      border: none;
      height: 2px;}
    .catalog-i__slider-price .ui-slider-handle {
      background: #C4C4C4;
      border-radius: 50%;
      cursor: pointer;
      height: 12px;
      width: 12px;}
      .catalog-i__slider-price .ui-slider-handle:hover {
        background: #555555;
        border: none;}
      .catalog-i__slider-price .ui-slider-handle:focus {
        background: #555555;
        border: none;
        outline: none;}
.catalog-i__name {
  display: flex;
  align-items: center;
  margin-bottom: 42px;
  margin-left: 10px;
  flex-wrap: wrap; }
  .catalog-i__name p {
    font-weight: bold;
    font-size: 16px;
    line-height: 20px;
    color: #555555;
    margin-right: 15px; }
  .catalog-i__name a {
    font-size: 16px;
    line-height: 20px;
    color: #E31C39; }

.catalog-i__heading {
  margin-left: 10px;
  display: flex;
  align-items: center;
  z-index: 5;
  margin-bottom: 60px; }

.catalog-i__sort {
  display: flex;
  align-items: center; }
  .catalog-i__sort p {
    font-weight: bold;
    font-size: 16px;
    line-height: 20px;
    color: #555555;
    margin-right: 15px; }
  .catalog-i__sort .nice-select {
    border-radius: 0;
    height: auto;
    border: none;
    font-weight: normal;
    font-size: 16px;
    line-height: 20px;
    color: #9D9D9D; }
    .catalog-i__sort .nice-select:after {
      width: 15px;
      height: 15px;
      border: none;
      background: url("../img/icons/arrow-btn.svg") no-repeat center;
      background-size: contain;
      transform: rotate(0);
      top: 35%;
      right: 5px; }
    .catalog-i__sort .nice-select .list {
      background: #FFFFFF;
      box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.18);
      border-radius: 14px;
      padding: 0 18px 0 18px;
      top: 118%; }
      .catalog-i__sort .nice-select .list li {
        font-size: 16px;
        line-height: 20px;
        color: #777777;
        height: auto;
        min-height: auto;
        padding: 12px 0 1px 0; }
        .catalog-i__sort .nice-select .list li:last-child {
          margin-bottom: 0;
          padding: 12px 0 10px 0; }
        .catalog-i__sort .nice-select .list li:hover {
          background: transparent;
          color: #e31c39; }
      .catalog-i__sort .nice-select .list .option.selected {
        color: #E31C39;
        background: transparent;
        font-weight: normal; }
  .catalog-i__sort:nth-child(2) {
    margin-left: auto; }
    .catalog-i__sort:nth-child(2) .list {
      left: 20%; }

.catalog-i__show {
  display: flex;
  align-items: center; }

.catalog-i__wp {
  z-index: 2;
  margin-right: -5px;
  margin-bottom: 30px;
  display: flex;
  flex-wrap: wrap; }
  .catalog-i__wp.is-list {
    display: block;
    margin-right: 0;
    margin-bottom: 52px; }

.catalog-i__item {
  width: calc(33.3% - 5px);
  margin-right: 5px;
  margin-bottom: -15px;
  padding: 15px; }
  .catalog-i__item.is-list {
    width: 100%;
    margin-right: 0;
    margin-bottom: 16px;
    display: flex;
    flex-wrap: wrap;
    padding: 11px 25px 12px 15px; }
    .catalog-i__item.is-list .catalog-i__discount {
      opacity: 1; }
    .catalog-i__item.is-list .catalog-i__slider {
      width: 196px;
      height: 196px;
      margin-right: 29px; }
    .catalog-i__item.is-list .catalog-i__pagination.swiper-pagination {
      bottom: 11px; }
    .catalog-i__item.is-list .catalog-i__rate {
      opacity: 1;
      left: unset;
      right: -155px; 
    }
    .catalog-i__item.is-list .catalog-i__rate svg {
      fill: #EAE9E8;
      color: #EAE9E8;
    }
    .catalog-i__item.is-list .catalog-i__rate svg.is-rate {
      fill: #FFBC01;
      color: #FFBC01;
    }
    .catalog-i__item.is-list .catalog-i__rate span {
      color: #777777;
    }
    .catalog-i__item.is-list .add-favorite {
      display: none; }
    .catalog-i__item.is-list .catalog-i__slide {
      height: 196px; }
    .catalog-i__item.is-list .products__text {
      min-width: 200px;
      display: flex;
      flex-wrap: wrap;
      width: calc(100% - 225px); }
    .catalog-i__item.is-list .catalog-i__left {
      min-width: 200px;
      width: calc(100% - 207px);
      margin-right: 30px;
      padding-top: 9px; }
      .catalog-i__item.is-list .catalog-i__left p {
        font-weight: 600;
        font-size: 24px;
        line-height: 29px;
        color: #555555;}
      .catalog-i__item.is-list .catalog-i__left h3 {
        font-size: 16px;
        line-height: 20px;
        color: #C4C4C4;
        margin-bottom: 13px; }
      .catalog-i__item.is-list .catalog-i__left .catalog-i__rate {
        display: flex; }
    .catalog-i__item.is-list .catalog-i__right {
      display: flex;
      flex-direction: column;
      width: 177px;
      margin-left: auto;
      padding-top: 8px; }
      .catalog-i__item.is-list .catalog-i__right .add-favorite {
        display: flex;
        cursor: pointer;
        margin-bottom: 23px;
        position: relative;
        bottom: auto;
        right: auto; }
      .catalog-i__item.is-list .catalog-i__right svg {
        font-size: 20px; }
      .catalog-i__item.is-list .catalog-i__right span {
        font-size: 22px;
        order: 2;
        margin-bottom: 17px; }
        .catalog-i__item.is-list .catalog-i__right span.products__text--discount {
          order: 3;
          margin-bottom: 0;
          font-size: 19px; }
        .catalog-i__item.is-list .catalog-i__right span.products__text--once {
          font-size: 16px; }
    .catalog-i__item.is-list .link-red {
      opacity: 1;
      order: 4;
      margin-top: auto;
      width: 100%;
      margin-bottom: 17px; }
  .catalog-i__item:hover {
    background: #FFFFFF;
    box-shadow: 0px 0px 52px rgba(0, 0, 0, 0.09); }
    .catalog-i__item:hover .link-red {
      opacity: 1; }
    .catalog-i__item:hover .catalog-i__discount {
      opacity: 1; }
    .catalog-i__item:hover .catalog-i__rate {
      opacity: 1; }
    .catalog-i__item:hover .add-favorite {
      opacity: 1; }
    .catalog-i__item:hover .catalog-i__pagination {
      opacity: 1; }
  .catalog-i__item .products__text p {
    -ms-text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    overflow: hidden;
    -ms-line-clamp: 2;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    display: -webkit-box;
    display: box;
    word-wrap: break-word;
    -webkit-box-orient: vertical;
    box-orient: vertical;
    height: 58px;
    margin-bottom: 13px; }
  .catalog-i__item .link-red {
    width: 100%;
    display: block;
    margin-top: 24px;
    opacity: 0; }
  .catalog-i__item .catalog-i__rate label {
    cursor: pointer;
  }

.catalog-i__left .catalog-i__rate {
  display: none;
  margin-top: auto;
  margin-bottom: 0;
  opacity: 1;
  margin-left: -18px; }
  .catalog-i__left .catalog-i__rate span {
    color: #777777; }
  .catalog-i__left .catalog-i__rate svg {
    margin-right: 2px;
    fill: #EAE9E8;
    color: #EAE9E8; }
    .catalog-i__left .catalog-i__rate svg.is-rate {
      fill: #FFBC01; }

.catalog-i__right .add-favorite {
  display: none;
  align-items: center;
  font-size: 16px;
  line-height: 20px;
  color: #777777;
  margin-bottom: 19px; }
  .catalog-i__right .add-favorite svg {
    fill: transparent;
    color: #777777;
    margin-right: 10px;
    margin-top: -3px; }
  .catalog-i__right .add-favorite.is-active svg {
    color: #E31C39;
    fill: #E31C39; }

.catalog-i__slider {
  height: 259px;
  margin-bottom: 12px; }
  .catalog-i__slider img {
    height: 100%;
    width: 100%;
    object-fit: contain; }
  .catalog-i__slider .add-favorite {
    margin-left: auto;
    position: absolute;
    right: 12px;
    bottom: 32px;
    z-index: 2;
    opacity: 0;
    cursor: pointer; }
    .catalog-i__slider .add-favorite svg {
      fill: transparent;
      color: #FFFFFF; }
    .catalog-i__slider .add-favorite.is-active {
      color: #E31C39; }
      .catalog-i__slider .add-favorite.is-active svg {
        color: #E31C39;
        fill: #E31C39; }

.catalog-i__container:after {
  content: '';
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 99px;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.84) 100%);
  mix-blend-mode: multiply;
  z-index: 1; }
  .catalog-i__container .swiper-wrapper {
    cursor: pointer;
  }

.catalog-i__slide {
  height: 259px; }

.catalog-i__pagination.swiper-pagination {
  position: relative;
  left: auto;
  transform: none;
  margin: 0;
  bottom: 16px;
  z-index: 5;
  text-align: left;
  display: flex;
  align-items: center;
  padding: 0 15px;
  opacity: 0; }
  .catalog-i__pagination.swiper-pagination .swiper-pagination-bullet {
    height: 3px !important;
    width: 25% !important;
    margin: 0 3px !important;
    background: #FFFFFF !important;
    opacity: 0.4;
    border-radius: 3px !important; }
    .catalog-i__pagination.swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
      background: #dd0b2c !important; }

.catalog-i__rate {
  opacity: 0;
  bottom: 34px;
  left: 15px;
  position: absolute;
  display: flex;
  align-items: center;
  z-index: 2;}
  .catalog-i__rate svg {
    color: #FFFFFF;
    margin-right: 4px; }
    .catalog-i__rate svg.is-rate {
      color: #FFBC01; }
  .catalog-i__rate span {
    margin-left: 5px;
    font-size: 14px;
    line-height: 17px;
    color: #FFFFFF; }

.catalog-i__discount {
  opacity: 0;
  position: absolute;
  z-index: 2;
  width: 47px;
  height: 47px;
  border-radius: 50%;
  background: #E31C39;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  line-height: 17px;
  color: #FFFFFF;
  position: absolute;
  right: 15px;
  top: 15px; }

.catalog-i .pagination {
  margin-top: 28px;
  margin-left: 10px;
  padding-top: 0;
  padding-bottom: 82px; }

.show-table {
  margin-left: 18px;
  cursor: pointer;
  width: 16px;
  height: 16px;
  margin-right: 14px;
  display: flex;
  flex-wrap: wrap; }
  .show-table span {
    position: absolute;
    width: 4px;
    height: 4px;
    border-radius: 50%;
    background: #E31C39; }
    .show-table span:last-child {
      bottom: 0;
      left: 0; }
    .show-table span:first-child {
      left: 0;
      top: 0; }
    .show-table span:nth-child(2) {
      right: 0;
      top: 0; }
    .show-table span:nth-child(3) {
      bottom: 0;
      right: 0; }
  .show-table:hover span {
    background: #E31C39; }
  .show-table.is-active span {
    background: #777777; }

.show-list {
  cursor: pointer;
  width: 18px;
  height: 18px;
  display: flex;
  flex-direction: column; }
  .show-list span {
    height: 1px;
    width: 100%;
    background: #777777;
    margin-bottom: 8px; }
    .show-list span:last-child {
      margin-bottom: 0; }
  .show-list:hover span {
    background: #E31C39; }
  .show-list.is-active span {
    background: #E31C39; }

.sidebar__colors {
  overflow: visible;
  display: flex;
  flex-wrap: wrap;
  margin-right: -13px;
  margin-bottom: -10px; }
  .sidebar__colors--item {
    width: 15px;
    height: 15px;
    border-radius: 50%;
    border: 1px solid #9D9D9D !important;
    margin-right: 13px;
    margin-bottom: 13px;
    cursor: pointer;
    display: block; }
    .sidebar__colors--item:hover .sidebar__colors--tooltip {
      opacity: 1;
      pointer-events: all; }
    .sidebar__colors--item input {
      width: 100%;
      height: 100%;
      position: absolute;
      left: 0;
      top: 0;
      z-index: -1; }
  .sidebar__colors--check {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    background: #000000;
    opacity: 0.2; }
    .sidebar__colors--check:after {
      content: '';
      display: block;
      position: absolute;
      left: 50%;
      top: 45%;
      transform: translate(-50%, -50%);
      background: url("../img/icons/ok-white.svg") no-repeat center;
      background-size: contain;
      width: 10px;
      height: 10px;
      opacity: 0; }
    .sidebar__colors--check.check-white {
      opacity: 0.2;
      border: 1px solid #CDCDCD;
      background: #FFFFFF; }
      .sidebar__colors--check.check-white:after {
        background: url("../img/icons/ok-black.svg") no-repeat center; }
    .sidebar__colors--check.check-red {
      background: #FF0000; }
    .sidebar__colors--check.check-white2 {
      background: #F5F5DC; }
      .sidebar__colors--check.check-white2:after {
        background: url("../img/icons/ok-black.svg") no-repeat center; }
    .sidebar__colors--check.check-blue {
      background: #42AAFF; }
    .sidebar__colors--check.check-gray {
      background: #000000; }
    .sidebar__colors--check.check-gray2 {
      background: #C0C0C0; }
    .sidebar__colors--check.check-brown {
      background: #964B00; }
    .sidebar__colors--check.check-orange {
      background: #FFA500; }
    .sidebar__colors--check.check-orange2 {
      background: #FFD700; }
    .sidebar__colors--check.check-yellow {
      background: #FFFF00; }
    .sidebar__colors--check.check-green {
      background: #008000; }
    .sidebar__colors--check.check-pink {
      background: #0000FF; }
    .sidebar__colors--check.check-pink2 {
      background: #8B00FF; }
  .sidebar__colors--tooltip {
    pointer-events: none;
    position: absolute;
    top: 150%;
    left: 50%;
    transform: translateX(-50%);
    font-size: 12px;
    line-height: 15px;
    color: #555555;
    text-align: center;
    padding: 12px 8px 10px 8px;
    background: #FFFFFF;
    box-shadow: 0px 0px 29px rgba(0, 0, 0, 0.16);
    border-radius: 30px;
    z-index: 2;
    opacity: 0; }
    .sidebar__colors--tooltip:after {
      content: '';
      display: block;
      position: absolute;
      left: 50%;
      transform: translateX(-50%);
      bottom: 100%;
      width: 0;
      height: 0;
      border-left: 8px solid transparent;
      border-right: 8px solid transparent;
      border-bottom: 6px solid #FFFFFF; }

.sidebar__colors--item input:checked + .sidebar__colors--check {
  opacity: 1; }
  .sidebar__colors--item input:checked + .sidebar__colors--check:after {
    opacity: 1; }

.sidebar.catalog-i__sidebar {
  margin-right: 30px; }
  .sidebar.catalog-i__sidebar .sidebar-close {
    cursor: pointer;
    display: none;
    position: absolute;
    right: 15px;
    top: 15px;
    width: 15px;
    height: 15px;
    z-index: 9999;
  }
  .sidebar.catalog-i__sidebar h1 {
    margin: 0 0 31px 0;
    font-weight: bold;
    font-size: 35px;
    line-height: 43px;
    color: #555555; }
  .sidebar.catalog-i__sidebar .catalog-i__slider-price {margin: 0 5px 7px 10px;}

.main-content.catalog-i__content {
  width: calc(100% - 285px);}

@media (max-width: 1023px) {
  .sidebar.catalog-i__sidebar h1 {
    font-size: 30px;
    line-height: 34px; }
  .sidebar.catalog-i__sidebar {
    width: 100%;
    margin-bottom: 50px;
    margin-right: -30px;
    display: flex;
    flex-wrap: wrap;}
  .sidebar.catalog-i__sidebar h1 {
    width: 100%; }
  .main-content.catalog-i__content {
    padding-top: 0;
    width: 100%; }
  .catalog-i__range {
    max-width: 100%;
    margin-right: 30px;
    margin-bottom: 30px;
    display: block; }
  .catalog-i__sidebar .sidebar__accordion {
    margin-right: 30px;
    max-width: 100%; }
  .sidebar.catalog-i__sidebar p {
    font-size: 16px;
    line-height: 20px; }
  .sidebar.catalog-i__sidebar h1 {
    font-size: 22px;
    line-height: 24px; }
  .catalog-i__heading {
    margin-bottom: 50px; } }

@media (max-width: 880px) {
  .sidebar.catalog-i__sidebar {
    display: none;
    flex-wrap: nowrap; }
    .sidebar.catalog-i__sidebar .sidebar-close {
      display: block;
    }
    .sidebar-active {
      display: flex !important;
      flex-direction: column;
      flex-wrap: nowrap;
      padding: 20px 20px 20px;
    }
  .catalog-i__heading {
    margin-bottom: 20px; }
  .catalog-i__range {
    width: 100%;
    margin-right: 0; }
  .catalog-i__slide {
    height: 200px; }
  .catalog-i__slider {
    height: 200px; }
  .catalog-i__name {
    margin-bottom: 12px; }
  .catalog-i__show {
    display: none; }
  .catalog-i__sort {
    width: calc(33.3% - 20px);
    margin-right: 20px; }
  .catalog-i .open-filters {
    width: calc(33.3% - 20px);
    margin-bottom: 0; }
  .catalog-i__sort p {
    display: none; }
  .catalog-i__name p {
    display: none; }
  .catalog-i__sort .nice-select {
    padding-left: 10px; } }

@media (max-width: 767px) {
  .catalog-i__item {
    width: calc(50% - 5px); }
  .catalog-i__item.is-list .catalog-i__right span {
    font-size: 18px;
    line-height: 20px; }
  .catalog-i__item.is-list .catalog-i__right span.products__text--discount {
    font-size: 17px; }
  .catalog-i__item.is-list .catalog-i__left p {
    font-size: 18px;
    line-height: 20px; }
  .catalog-i__heading {
    flex-wrap: wrap; }
  .catalog-i__name {
    margin-bottom: 15px; }
  .catalog-i__name a {
    font-weight: bold; }
  .catalog-i__item:hover {
    box-shadow: none; }
  .catalog-i__heading {
    margin-left: 0; } }

@media (max-width: 567px) {
  .catalog-i__sort {
    width: calc(45% - 20px); }
  .catalog-i__sort:nth-child(2) {
    width: calc(20% - 20px); }
  .catalog-i .open-filters {
    width: calc(35% - 20px); }
  .catalog-i .pagination {
    margin-top: 0;
    padding-bottom: 50px;
    margin-left: 0; }
  .sidebar.catalog-i__sidebar p {
    font-size: 14px;
    line-height: 18px; }
  .catalog-i__range {
    width: 100%;
    margin-right: 25px;
    margin-bottom: 20px; }
  .catalog-i__sidebar .sidebar__accordion {
    margin-right: 15px;}
  .catalog-i__name {
    margin-left: 10px;
    margin-bottom: 20px; }
  .catalog-i__item {
    margin-right: 0;
    margin-bottom: 20px; }
  .catalog-i__slide {
    height: 230px; }
  .catalog-i__slider {
    height: 230px; }
  .catalog-i__wp {
    margin-right: 0; } }
 
@media (max-width: 440px) {
  .catalog-i__item {
    width: 100%; }
}

@media (max-width: 374px) {
  .catalog-i__sort .nice-select {
    font-size: 14px; }
  .catalog-i .open-filters {
    font-size: 14px; }
  .open-filters span {
    margin-right: 5px; }
  .plan .sidebar {
    margin-right: 0; }
  .sidebar.catalog-i__sidebar {
    margin-right: 0; }
  .catalog-i__sidebar .sidebar__accordion {
    width: 98%;
    margin-right: 0; } }

.ideas .container {
  display: flex;
  flex-wrap: wrap; }

.ideas__filter .sidebar-scroll {
  display: block;
}
.ideas__filter .sidebar__accordion .sidebar__accordion-header:after {
  display: none;
}

.ideas__sidebar {
  padding: 12px 0;
  width: 205px;
  margin-right: 75px; }
  .ideas__sidebar h3 {
    margin-bottom: 17px;
    font-weight: 600;
    font-size: 20px;
    line-height: 24px;
    color: #555555; }
  .ideas__sidebar--checkbox {
    display: flex;
    margin-bottom: 10px;
    cursor: pointer;
    font-size: 16px;
    line-height: 20px;
    color: #9D9D9D; }
    .ideas__sidebar--checkbox .ideas__sidebar--check {
      border: 1px solid #9D9D9D;
      border-radius: 50%;
      margin-right: 10px;
      position: relative;
      width: 18px;
      height: 18px;
    }
    .ideas__sidebar--checkbox.active .ideas__sidebar--check {
      border: 1px solid #e31c39;
    }
    .ideas__sidebar--checkbox.active .ideas__sidebar--check::after {
      background: #e31c39;
      border-radius: 50%;
      content: '';
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
      height: 10px;
      width: 10px;
    }
    .ideas__sidebar--label {
      width: 84%;
    }
    .ideas__sidebar--checkbox input {
      display: none !important;
      margin-right: 15px;
      width: 16px;
      height: 16px; }
  .ideas__sidebar--check {
    position: absolute;
    left: 0;
    top: 0;
    width: 16px;
    height: 16px;
    border: 1px solid #CDCDCD;
    border-radius: 50%; }
    .ideas__sidebar--check:before {
      opacity: 0;
      content: '';
      display: block;
      position: absolute;
      left: 50%;
      top: 50%;
      transform: translate(-50%, -50%);
      width: 10px;
      height: 10px;
      border-radius: 50%;
      background: #E31C39; }
      .ideas__sidebar--check + span {display: block;}

.ideas h1 {
  width: 100%;
  margin-bottom: 15px;
  font-weight: bold;
  font-size: 35px;
  line-height: 43px;
  color: #555555; }

.ideas__content {
  width: calc(100% - 280px); }

.ideas__item {
  cursor: pointer;
  padding: 15px 20px 14px 15px;
  margin-bottom: 32px;
  display: flex;
  flex-wrap: wrap; }
  .ideas__item:hover {
    background: #FFFFFF;
    box-shadow: 0px 0px 52px rgba(0, 0, 0, 0.09); }
  .ideas__item:last-child {
    margin-bottom: 0; }

.ideas__img {
  width: 296px;
  height: 199px;
  margin-right: 24px; }
  .ideas__img img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover; }

.ideas__text {
  width: calc(100% - 320px); }
  .ideas__text h3 {
    font-weight: 600;
    font-size: 20px;
    line-height: 24px;
    margin-bottom:  6px;
	min-height: 45px;
    color: #555555; }
  .ideas__text p {
    font-size: 15px;
    line-height: 140%;
    color: #777777;
    margin-bottom: 11px; }
  .ideas__text span {
    font-size: 11px;
    line-height: 13px;
    margin-bottom: 12px;
    color: #9D9D9D; }

.ideas__wp {
  display: flex;
  align-items: center;
  flex-wrap: wrap; }
  .ideas__wp--tags {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding-right: 10px;
    padding-bottom: 10px; }
    .ideas__wp--tags a {
      font-size: 11px;
      line-height: 13px;
      text-align: center;
      color: #FFFFFF;
      padding: 4px 8px;
      background: #ADADB1;
      border-radius: 100px;
      margin-bottom: 5px; }
      .ideas__wp--tags a:last-child {
        margin-bottom: 0; }
      .ideas__wp--tags a:hover {
        background: #e31c39;
        color: #FFFFFF; }
  .ideas__wp .link-red {
    margin-left: auto;
    width: 177px; }

.ideas__sidebar--checkbox input:checked + .ideas__sidebar--check {
  border: 1px solid #E31C39; }
  .ideas__sidebar--checkbox input:checked + .ideas__sidebar--check:before {
    opacity: 1; }

@media (max-width: 1080px) {
  .ideas__sidebar {
    padding-top: 12px;
    width: 195px;
    margin-right: 30px; }
  .ideas__content {
    width: calc(100% - 225px); } }

@media (max-width: 1023px) {
  .ideas__sidebar {
    width: 100%;
    margin-right: 0;
    margin-bottom: 30px;
    padding-top: 0; }
  .ideas__sidebar h3 {
    font-size: 18px;
    line-height: 22px; }
  .ideas__content {
    width: 100%; }
  .ideas h1 {
    font-size: 30px;
    line-height: 35px; } }

@media (max-width: 767px) {
  .ideas h1 {
    font-size: 22px;
    line-height: 26px; }
  .ideas__item {
    padding: 10px;
    margin-bottom: 20px;
    display: flex;
    flex-wrap: wrap; }
  .ideas__img {
    width: 200px;
    height: 150px; }
  .ideas__text {
    width: calc(100% - 224px); }
  .ideas__wp .link-red {
    font-size: 14px;
    line-height: 18px;
    color: #fff;
    padding: 10px 12px 10px 12px;
    width: 100%; }
  .ideas__text p {
    font-size: 14px; }
  .ideas__text h3 {
    font-size: 18px;
    line-height: 22px;
    margin-bottom: 15px; }
  .ideas__wp--tags a {
    font-size: 10px;
    line-height: 11px;
    padding: 4px 8px; }
  .ideas__wp {
    display: block; }
  .ideas__wp--tags {
    flex-direction: row;
    flex-wrap: wrap; }
    .ideas__wp--tags a {
      margin-right: 10px;
      margin-bottom: 10px; } }

@media (max-width: 567px) {
  .ideas__text h3 {
    font-size: 16px;
    line-height: 19px;
    margin-bottom: 15px; }
  .ideas__img {
    width: 100%;
    height: 200px;
    margin-right: 0;
    margin-bottom: 20px; }
  .ideas__text {
    width: 100%; } }

.vacancy {
  padding-bottom: 80px; }
  .vacancy h1 {
    font-weight: bold;
    font-size: 35px;
    line-height: 43px;
    color: #555555;
    margin-bottom: 25px; }
  .vacancy h2 {
    text-align: left;
    color: #E31C39; }
  .vacancy h3 {
    margin-bottom: 18px;
    font-weight: 600;
    font-size: 18px;
    line-height: 22px;
    color: #777777; }
  .vacancy ul {
    margin-bottom: 40px; }
    .vacancy ul li {
      font-weight: normal;
      font-size: 15px;
      line-height: 200%;
      color: #777777;
      padding-left: 10px; }
      .vacancy ul li:before {
        content: '.';
        display: block;
        position: absolute;
        left: 0;
        top: -3px;
        font-weight: 800;
        font-size: 15px;
        color: #777777; }
  .vacancy .info-more {
    text-align: center;
    width: 100%;
    margin-bottom: 60px; }
    .vacancy .info-more svg {
      color: #9D9D9D;
      font-size: 25px; }
  .vacancy p {
    font-weight: 600;
    font-size: 18px;
    line-height: 200%;
    color: #555555; }
    .vacancy p a {
      color: #555555; }

@media (max-width: 1023px) {
  .vacancy h1 {
    font-size: 30px;
    line-height: 35px; }
  .vacancy h3 {
    font-size: 16px;
    line-height: 19px; }
  .vacancy {
    padding-bottom: 50px; }
  .info-more {
    margin-bottom: 50px;
    margin-top: 30px; } }

@media (max-width: 767px) {
  .vacancy h1 {
    font-size: 22px;
    line-height: 27px; }
  .vacancy ul li {
    font-size: 14px; }
  .vacancy p {
    font-size: 16px;
    line-height: 19px;
    text-align: center; } }

.letter .form-order p {
  font-size: 18px;
  line-height: 130%;
  text-align: center;
  color: #9D9D9D;
  margin-bottom: 40px;
  max-width: 100%; }

.letter .form-order table tbody tr:last-child td {
  padding: 0 0 41px 0; }

.letter .form-order {
  margin-bottom: 81px; }

.letter .form-order table tbody tr:first-child td {
  vertical-align: top; }
  .letter .form-order table tbody tr:first-child td:first-child {
    padding-top: 10px; }

.fl_upld {
  position: absolute;
  right: 0;
  bottom: 14px; }

.fl_upld label, .form-field .fl_upld label {
  display: block;
  width: 100%;
  font-size: 15px;
  line-height: 140%;
  color: #777777;
  overflow: hidden;
  cursor: pointer;
  padding-left: 39px; }
  .fl_upld label:hover, .form-field .fl_upld label:hover {
    color: #E31C39; }

.fl_upld .fl_nm, .form-field .fl_upld .fl_nm {
  white-space: nowrap;
  font-weight: 300;
  font-size: 13px;
  padding: 12px 15px;
  position: absolute;
  top: 1px;
  left: 1px;
  bottom: 1px;
  right: 1px;
  border-radius: 3px;
  overflow: hidden;
  pointer-events: none;
  background-color: #fff;
  z-index: -1; }

.fl_upld .fl_inp[type=file], .form-field .fl_upld .fl_inp[type=file] {
  display: none; }

.form-field input:not([type=checkbox]):not([type=radio]), .form-field textarea {
  display: block;
  width: 100%;
  font-size: 15px;
  line-height: 140%;
  color: #777777; }

.fl_upld label:after, .form-field .fl_upld label:after {
  content: '';
  position: absolute;
  top: 50%;
  width: 30px;
  height: 30px;
  margin-top: -15px;
  border-radius: 3px;
  background: url(../img/icons/downld.svg) no-repeat center;
  background-size: 25px;
  transition: .5s;
  left: 0; }

.fl_upld .file-choosen + .fl_nm, .form-field .fl_upld .file-choosen + .fl_nm {
  z-index: 2; }

@media (max-width: 1023px) {
  .letter .form-order {
    margin-bottom: 50px; } }

@media (max-width: 880px) {
  .letter .form-order table {
    margin-bottom: 30px; }
  .letter .form-order table tbody tr:last-child td {
    padding: 0 7px 5px 0; } }

@media (max-width: 767px) {
  .letter .form-order .link-red {
    margin-left: 0;
    margin-right: auto; }
  .letter .form-order p {
    font-size: 16px;
    line-height: 18px;
    margin-bottom: 20px; } }

@media (max-width: 567px) {
  .letter .fl_upld {
    position: relative;
    right: auto;
    bottom: auto;
    margin: 0  auto; }
  .letter .form-order .link-red {
    margin: 0 auto 20px auto; }
  .letter .form-order p {
    font-size: 14px;
    line-height: 16px;
    margin-bottom: 20px; } }

.contacts__grid {
  display: grid;
  grid-template-columns: 1fr 357px;
  margin-bottom: 60px;
}

.contacts__slider {

}

.contacts__slide {
  object-position: center;
  object-fit: cover;
  height: 100%;
  width: 100%;
}

.contacts__right {
  background: #F5F5F5;
  padding: 50px 63px;
}

.contacts__title {
  color: #777777;
  font-weight: 600;
  font-size: 20px;
  line-height: 150%;
  text-transform: uppercase;
}

.contacts__subtitle {
  color: #555555;
  font-weight: 500;
  font-size: 15px;
  line-height: 18px;
  margin-top: 18px;
  margin-bottom: 0;
}

.contacts__description {
  color: #777777;
  font-size: 15px;
  line-height: 18px;
  margin-top: 8px;
}

.contacts__button {
  background: #E31C39;
  color: #FFFFFF;
  font-size: 16px;
  line-height: 20px;
  margin-top: 36px;
  padding: 13px 24px;
}

.contacts__button:hover {
  background: rgb(145, 19, 38);
}

.contacts__map {
  height: 500px; }
  .contacts__map img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover; }

.contacts__command {
  padding-bottom: 80px; }
  .contacts__command h2 {
    margin-bottom: 40px; }

.contacts__wp {
  display: flex;
  flex-wrap: wrap;
  margin-right: -34px;
  margin-bottom: -34px; }

.contacts__item {
  width: calc(33% - 34px);
  margin-right: 34px;
  margin-bottom: 34px; }

.contacts__img {
  width: 100%;
  margin-bottom: 21px; }
  .contacts__img:before {
    content: '';
    display: block;
    padding-top: 100%; }
  .contacts__img picture {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    -o-object-fit: cover;
       object-fit: cover;
    border-radius: 50%; }
  .contacts__img img {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    -o-object-fit: cover;
       object-fit: cover;
    border-radius: 50%; }
  .contacts__img--head {
    width: 43px;
    height: 43px;
    border-radius: 50%;
    background: #E31C39;
    right: 24px;
    top: 15px;
    position: absolute;
    z-index: 2; }
    .contacts__img--head:before {
      content: '';
      display: block;
      position: absolute;
      left: 50%;
      top: 50%;
      transform: translate(-50%, -50%);
      background: url("../img/icons/crown.svg") no-repeat center;
      width: 27px;
      height: 27px;
      background-size: contain; }

.contacts__text {
  text-align: center; }
  .contacts__text h3 {
    font-size: 15px;
    line-height: 18px;
    color: #555555;
    margin-bottom: 5px; }
  .contacts__text p {
    font-size: 14px;
    line-height: 17px;
    color: #C4C4C4;
    margin-bottom: 19px; }
  .contacts__text a {
    line-height: 18px;
    color: #E31C39;
    display: block;
    margin: 0 auto 14px auto; }
    .contacts__text a:last-child {
      color: #555555;
      margin-bottom: 0; }

@media (max-width: 1199px) {
  /* .contacts__grid {
    grid-template: repeat(2, auto) / 1fr;
  }
  .contacts__slider {
    width: 100%;
  }
  .contacts__right {
    width: 100%;
  }
  .contacts__items {
    align-items: flex-start;
    display: grid;
    grid-gap: 20px;
    grid-template: 1fr / 1.5fr repeat(3, 1fr);
  } */
  .contacts__grid {
    grid-template: 510px / 1fr;
  }
  .contacts__right {
    background: #f5f5f5d5;
    height: 100%;
    position: absolute;
    right: 0;
  }
  .contacts__button {
    align-self: center;
  }
}

@media (max-width: 1023px) {
  .contacts__text h3 {
    font-size: 13px;
    line-height: 15px; }
  .contacts__img--head {
    width: 33px;
    height: 33px; }
    .contacts__img--head:before {
      width: 20px;
      height: 20px; } }

@media (max-width: 880px) {
  .contacts__grid {
    grid-template: repeat(2, auto) / 1fr;
  }
  .contacts__slider {
    width: 100%;
  }
  .contacts__right {
    position: static;
    width: 100%;
  }
  .contacts__items {
    align-items: flex-start;
    display: grid;
    grid-gap: 20px;
    grid-template: repeat(2, 1fr) / repeat(2, 1fr);
  }
  .contacts__item {
    width: calc(33% - 34px); }
  .contacts__text p {
    font-size: 13px;
    line-height: 15px;
    color: #c4c4c4;
    margin-bottom: 15px; }
  .contacts__text a {
    line-height: 15px;
    color: #e31c39;
    font-size: 13px;
    display: block;
    margin: 0 auto 10px auto; }
  .contacts__img {
    width: 70%;
    margin: 0 auto 20px auto; }
  .contacts__img--head {
    right: 0;
    top: 0; } }

@media (max-width: 767px) {
  .contacts__map {
    height: 350px; } }

@media (max-width: 640px) {
  .contacts__items {
    grid-gap: 10px;
    grid-template: repeat(4, auto) / 1fr;
  }
}

@media (max-width: 567px) {
  .contacts__item {
    width: calc(100% - 15px);
    margin-right: 15px; }
  .contacts__wp {
    margin-right: -15px; } }

@media (max-width: 374px) {
  .contacts__right {
    padding: 30px;
  }
  .contacts__item {
    width: 100%;
    margin-right: 0; }
  .contacts__wp {
    margin-right: 0; } }

.tenants .about__numbers {
  padding: 0 110px 75px 110px; }

.tenants .about__catalog--img {
  height: 253px; }

.tenants .about__catalog {
  margin-right: 0;
  margin-bottom: 0; }
  .tenants .about__catalog h2 {
    max-width: 350px;
    margin: 0 auto 32px auto; }
    .tenants .about__catalog h2 span {
      display: block;
      text-align: center; }

.tenants__advantages .link-red {
  display: block;
  margin: 0 auto;
  width: 261px;
  padding-left: 5px;
  padding-right: 5px; }

.tenants__advantages h2 {
  max-width: 360px;
  margin: 0 auto 45px auto; }

.tenants__advantages--wp {
  display: flex;
  flex-wrap: wrap;
  margin-right: -36px;
  margin-bottom: -40px;
  padding-bottom: 40px; }

.tenants__advantages--item {
  width: calc(33.3% - 36px);
  margin-right: 36px;
  margin-bottom: 40px; }
  .tenants__advantages--item:nth-child(4) .tenants__advantages--title {
    padding-left: 0;
    margin-left: -45px; }
  .tenants__advantages--item:nth-child(5) .tenants__advantages--title {
    padding-left: 45px; }
    .tenants__advantages--item:nth-child(5) .tenants__advantages--title p {
      max-width: 95px; }

.tenants__advantages--title {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  margin-bottom: 13px;
  padding-left: 25px; }
  .tenants__advantages--title h3 {
    font-weight: 600;
    font-size: 48px;
    line-height: 59px;
    color: #555555;
    margin-right: 12px;
    margin-bottom: 0; }
  .tenants__advantages--title p {
    font-weight: 600;
    font-size: 17px;
    line-height: 21px;
    text-transform: uppercase;
    color: #9D9D9D;
    max-width: 150px; }

.tenants__advantages--text p {
  font-size: 15px;
  line-height: 140%;
  text-align: center;
  color: #777777; }

.about__places--legend {
  position: absolute;
  right: 20px;
  bottom: 23px;}
  .about__places--legend .legend-note {
    margin-bottom: 7px;
    display: flex;
    flex-direction: column;
    padding-left: 23px;
    padding-right: 25px; }
    .about__places--legend span {
      display: inline-block;
      line-height: 200%;
      color: #616161;
      margin-bottom: 5px;
      cursor: pointer; }
      .about__places--legend .legend-note span.active {
        color: #E31C39; }
        .about__places--legend .legend-note span.active:after {
          opacity: 1;
          visibility: visible; }
        .about__places--legend .legend-note span.active:before {
          background: #E31C39; }
      .about__places--legend .legend-note span:before {
        content: '';
        display: block;
        position: absolute;
        left: -13px;
        width: 7px;
        height: 7px;
        border-radius: 50%;
        background: #616161;
        top: 11px; }
      .about__places--legend .legend-note span:after {
        content: '';
        display: block;
        position: absolute;
        bottom: 4px;
        width: 90%;
        border-bottom: 1px dashed #E31C39;
        opacity: 0;
        height: 2px;
        left: 50%;
        transform: translateX(-50%); }
        @media (max-width: 567px) {
          .about__places--legend .legend-note span:after {
            left: 60%; } }
      .about__places--legend span:hover {
        color: #E31C39; }
      .about__places--legend .legend-note span:last-child:before {
        top: auto;
        bottom: 11px; }
    .about__places--legend .legend-note:before {
      content: '';
      display: block;
      position: absolute;
      left: 11px;
      width: 5px;
      top: 47%;
      transform: translateY(-50%);
      height: 20px;
      background: url("../img/about/legend.svg") no-repeat center;
      background-size: contain; }
  .about__places--legend a {
    display: block;
    font-weight: 600;
    font-size: 15px;
    line-height: 120%;
    color: #E31C39;
    border-bottom: 1px dashed #E31C39;
    right: -8px; }

.about__catalog--wp {
  display: flex;
  flex-wrap: wrap;
  margin-right: -34px;
  margin-bottom: -34px; }

@media (max-width: 1080px) {
  .tenants .about__numbers {
    padding: 0 20px 50px 20px; } }

@media (max-width: 1023px) {
  .tenants__advantages--title h3 {
    font-size: 38px;
    line-height: 49px; }
  .tenants__advantages--title p {
    font-size: 16px;
    line-height: 19px; }
  .tenants__advantages--text p {
    font-size: 14px; }
  .tenants__advantages--item {
    width: calc(33.3% - 15px);
    margin-right: 15px;
    margin-bottom: 30px; }
  .tenants__advantages--wp {
    margin-right: -15px;
    margin-bottom: -30px;
    padding-bottom: 40px; } }

@media (max-width: 880px) {
  .tenants__advantages--item {
    width: calc(50% - 15px); } }

@media (max-width: 767px) {
  .tenants .about__catalog--img {
    height: 200px; }
  .about__places--legend {
    bottom: -20px;
    right: 10px; }
  .about__catalog--wp {
    margin-right: -15px; } }

@media (max-width: 567px) {
  .about__number:last-child .about__number--text {
    margin-right: 0; }
  .about__catalog--item {
    width: calc(50% - 15px); }
  .tenants .about__numbers {
    padding: 0 0 50px 0; }
  .tenants__advantages--item {
    width: 100%;
    margin-right: 0; }
  .tenants__advantages--wp {
    margin-right: 0; }
  .tenants__advantages--title {
    padding-left: 0; }
  .tenants__advantages--item:nth-child(5) .tenants__advantages--title {
    padding-left: 0;
    margin-left: -60px; }
  .tenants__advantages--item:nth-child(4) .tenants__advantages--title {
    margin-left: 0; }
  .tenants__advantages--title p {
    font-size: 14px;
    line-height: 16px; }
  .about__places--legend a {
    font-size: 12px;
    line-height: 170%;
    right: -7px; }
  .about__places--legend .legend-note span {
    padding-left: 10px; } }

@media (max-width: 474px) {
  .about__catalog--wp {
    margin-right: 0; }
  .tenants .about__catalog--img {
    width: 100%;
    margin: 0 auto 20px auto;
    height: 300px; }
  .about__catalog--item {
    width: 100%;
    margin-right: 0; }
  .about__catalog--wp {
    margin-right: 0;
    margin-bottom: 0; } }

@media (max-width: 414px) {
  .tenants .about__catalog--img {
    height: 250px; } }

.ideas.history .ideas__sidebar {
  width: 235px;
  margin-right: 45px; }

.ideas.history .ideas__content {
  width: calc(100% - 305px); }

.ideas.history .pagination {
  padding-top: 0;
  padding-bottom: 80px;
  margin-left: 8px; }

.ideas.history .catalog-i__wp.is-list {
  margin-bottom: 33px; }

@media (max-width: 1080px) {
  .ideas.history .ideas__sidebar {
    width: 235px;
    margin-right: 30px; }
  .ideas.history .ideas__content {
    width: calc(100% - 265px); } }

@media (max-width: 1023px) {
  .history .catalog-i__item.is-list .catalog-i__left p {
    font-size: 20px;
    line-height: 23px;
    height: 46px; }
  .ideas.history .ideas__sidebar {
    margin-right: 0;
    width: 100%;
    margin-bottom: 30px; }
  .ideas.history .ideas__content {
    width: 100%; }
  .ideas.history .pagination {
    padding-bottom: 50px; } }

@media (max-width: 767px) {
  .history .catalog-i__item.is-list .catalog-i__left p {
    font-size: 16px;
    line-height: 18px;
    height: 18px;
    -ms-line-clamp: 1;
    -webkit-line-clamp: 1;
    line-clamp: 1; }
  .catalog-i__item.is-list .catalog-i__slider {
    width: 150px;
    height: 150px;
    margin-right: 20px; }
  .history .catalog-i__item.is-list .catalog-i__right span {
    font-size: 16px;
    line-height: 17px; }
  .catalog-i__discount {
    width: 35px;
    height: 35px;
    font-size: 10px;
    line-height: 13px; }
  .catalog-i__item.is-list .catalog-i__slide {
    height: 100%; }
  .catalog-i__item.is-list .products__text {
    width: calc(100% - 170px); }
  .history .catalog-i__item.is-list .catalog-i__right span {
    margin-bottom: 0; }
  .history .catalog-i__item.is-list .link-red {
    margin-bottom: 0;
    font-size: 14px;
    line-height: 18px;
    padding: 8px 10px 8px 10px; }
  .history .catalog-i__item.is-list .catalog-i__left {
    width: calc(100% - 197px);
    margin-right: 20px;
    padding-top: 0; }
  .history .catalog-i__item.is-list .catalog-i__right {
    padding-top: 0; }
  .history .catalog-i__rate {
    bottom: auto;
    position: relative; }
  .history .catalog-i__item.is-list .catalog-i__left h3 {
    font-size: 14px;
    line-height: 16px; }
  .ideas__mobile {
    height: 0;
    overflow: hidden;
    transition: .7s;
    margin-top: -20px; }
    .ideas__mobile.is-open {
      padding-top: 10px;
      height: auto;
      overflow: visible;
      margin-top: 0;
      transition: .7s; }
  .ideas__open {
    margin-bottom: 10px; }
    .ideas__open:after {
      content: '';
      display: block;
      position: absolute;
      right: 30px;
      top: 0;
      width: 8px;
      height: 8px;
      border-right: 1px solid #555555;
      border-bottom: 1px solid #555555;
      transform: rotate(45deg); }
    .ideas__open.is-active:after {
      top: 10px;
      transform: rotate(225deg); } }

@media (max-width: 660px) {
  .history .catalog-i__item.is-list .catalog-i__slider {
    width: 100%;
    margin-right: 0;
    margin-bottom: 20px;
    height: 300px; }
  .history .catalog-i__item.is-list .catalog-i__slide {
    height: 300px; }
  .history .catalog-i__item.is-list .products__text {
    width: 100%; }
  .history .catalog-i__item.is-list .catalog-i__right span {
    margin-bottom: 10px; } 
  .history .catalog-i__item.is-list .catalog-i__right a {
    width: 100%;}
  .history .catalog-i__item.is-list .catalog-i__slider .iblock-vote {
    left: 0;
    bottom: -60px;
  }
  }

@media (max-width: 567px) {
  .history .catalog-i__item.is-list .catalog-i__left {
    width: 100%;
    margin-bottom: 30px;
    margin-right: 0; }
  .history .catalog-i__item.is-list .catalog-i__right {
    width: 100%;
    flex-direction: row;
    flex-wrap: wrap; }
  .history .catalog-i__item.is-list .catalog-i__right .add-favorite {
    position: absolute;
    right: 0;
    top: -35px;
    font-size: 11px; }
  .history .catalog-i__item.is-list .catalog-i__slider .iblock-vote {
    bottom: -110px;
  } }

@media (max-width: 374px) {
  .history .catalog-i__item.is-list .catalog-i__slider {
    width: 100%;
    margin-right: 0;
    margin-bottom: 20px;
    height: 250px; }
  .history .catalog-i__item.is-list .catalog-i__slide {
    height: 250px; } }

.search__wp {
  max-width: 847px;
  margin-left: 15px;
  margin-bottom: 50px;
  margin-top: 10px; }
  .search__wp input {
    width: 100%;
    padding-left: 36px;
    padding-bottom: 20px;
    border-bottom: 0.5px solid #777777;
    font-weight: normal;
    font-size: 16px;
    line-height: 20px;
    color: #9D9D9D; }
    .search__wp input::-moz-placeholder {
      font-weight: normal;
      font-size: 16px;
      line-height: 20px;
      color: #9D9D9D; }
    .search__wp input:-ms-input-placeholder {
      font-weight: normal;
      font-size: 16px;
      line-height: 20px;
      color: #9D9D9D; }
    .search__wp input::placeholder {
      font-weight: normal;
      font-size: 16px;
      line-height: 20px;
      color: #9D9D9D; }
    .search__wp input.is-hide {
      opacity: 0;
      visibility: hidden;
      pointer-events: none; }
  .search__wp button {
    position: absolute;
    z-index: 2;
    left: 0;
    top: 0; }
    .search__wp button svg {
      font-size: 20px; }
    .search__wp button.is-hide {
      opacity: 0;
      visibility: hidden;
      pointer-events: none; }
  .search__wp .search__close {
    cursor: pointer;
    position: absolute;
    right: 0;
    top: 5px; }
    .search__wp .search__close svg {
      font-size: 15px; }
    .search__wp .search__close.is-hide {
      opacity: 0;
      visibility: hidden;
      pointer-events: none; }

.search-open {
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
  z-index: -1; }
  .search-open.is-visible {
    opacity: 1;
    z-index: 2; }
  .search-open svg {
    font-size: 20px; }

@media (max-width: 1023px) {
  .search__wp input {
    padding-left: 36px;
    padding-bottom: 10px;
    font-weight: 400;
    font-size: 14px;
    line-height: 18px; }
  .search__wp {
    max-width: 100%;
    margin-left: 0;
    margin-bottom: 30px;
    margin-top: 0; }
  .search__wp button {
    top: -4px; } }

.form {
  padding: 50px 159px;
  background: #F3F3F3;
  margin-bottom: 80px; }
  .form h2 {
    margin-bottom: 16px; }
  .form p {
    font-weight: normal;
    font-size: 18px;
    line-height: 22px;
    text-align: center;
    color: #9D9D9D;
    max-width: 720px;
    margin: 0 auto 41px auto; }
  .form__field {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin-bottom: 28px; }
    .form__field p {
      font-weight: normal;
      font-size: 15px;
      line-height: 18px;
      color: #757575;
      width: 93px;
      margin-bottom: 0; }
    .form__field .form-item {
      width: calc(100% - 93px); }
      .form__field .form-item input {
        color: #757575; }
        .form__field .form-item input::-moz-placeholder {
          color: #757575; }
        .form__field .form-item input:-ms-input-placeholder {
          color: #757575; }
        .form__field .form-item input::placeholder {
          color: #757575; }
  .form .ideas__sidebar--checkbox {
    margin-bottom: 22px; }
    .form .ideas__sidebar--checkbox:nth-of-type(2) {
      margin-bottom: 30px; }
  .form .form-hidden {
    flex-wrap: wrap;
    margin-right: -50px;
    margin-bottom: -15px;
    padding-bottom: 30px;
    height: 0;
    overflow: hidden;
    padding-left: 35px;
    transition: all .2s;
    opacity: 0; }
    .form .form-hidden.is-visible {
      height: auto;
      overflow: visible;
      opacity: 1;
      display: flex;
      transition: all .5s; }
    .form .form-hidden .ideas__sidebar--checkbox {
      width: calc(50% - 45px);
      margin-right: 45px;
      margin-bottom: 15px; }
    .form .form-hidden__item {
      margin-top: -20px;
      width: calc(50% - 45px);
      margin-right: 45px;
      margin-bottom: 15px;
      display: flex;
      flex-wrap: wrap;
      align-items: center; }
      .form .form-hidden__item p {
        font-size: 16px;
        line-height: 20px;
        color: #757575;
        width: 84px;
        margin-bottom: 0;
        text-align: left; }
      .form .form-hidden__item .form-item {
        width: calc(100% - 84px); }
        .form .form-hidden__item .form-item textarea {
          background: #fff;
          padding: 12.5px;
          font-weight: 400;
          font-size: 16px;
          line-height: 20px;
          color: #757575;
          height: 45px; }
          .form .form-hidden__item .form-item textarea::-moz-placeholder {
            font-weight: 400;
            font-size: 16px;
            line-height: 20px; }
          .form .form-hidden__item .form-item textarea:-ms-input-placeholder {
            font-weight: 400;
            font-size: 16px;
            line-height: 20px; }
          .form .form-hidden__item .form-item textarea::placeholder {
            font-weight: 400;
            font-size: 16px;
            line-height: 20px; }
    .form .form-hidden__note {
      font-size: 18px;
      line-height: 22px;
      text-align: center;
      color: #E31C39;
      display: none;
      width: 100%;
      margin-top: 40px; }
      .form .form-hidden__note.is-visible {
        display: inline-block; }
  .form .link-red {
    width: 184px;
    margin: 0 auto;
    display: block; }

@media (max-width: 1023px) {
  .form {
    padding: 20px 50px;
    margin-bottom: 50px; }
  .form p {
    font-size: 16px;
    line-height: 20px;
    margin: 0 auto 21px auto; }
  .form__field p {
    margin: 0 0 0 0; }
  .form .form-hidden {
    padding-left: 0; } }

@media (max-width: 767px) {
  .form .form-hidden {
    margin-right: -20px; }
  .form .form-hidden .ideas__sidebar--checkbox {
    font-size: 14px;
    line-height: 16px; }
  .form .form-hidden__item p {
    font-size: 14px;
    line-height: 16px; }
  .form .form-hidden .ideas__sidebar--checkbox {
    width: calc(50% - 20px);
    margin-right: 20px;
    margin-bottom: 15px; } }

@media (max-width: 660px) {
  .form .form-hidden__note {
    font-size: 16px;
    line-height: 18px;
    margin-top: 20px; }
  .form .form-hidden {
    margin-right: 0; }
  .form .form-hidden__item {
    margin-top: 0;
    width: 100%;
    margin-right: 0; }
  .form .form-hidden .ideas__sidebar--checkbox {
    width: 100%;
    margin-right: 0;
    margin-bottom: 15px; } }

@media (max-width: 567px) {
  .form {
    padding: 20px 30px; }
  .form p {
    font-size: 14px;
    line-height: 17px; }
  .form__field p {
    width: 100%;
    margin-bottom: 15px;
    text-align: left; }
  .form__field .form-item {
    width: 100%; }
  .ideas__sidebar--checkbox {
    font-size: 14px;
    line-height: 16px; } }

.basket {
  padding-bottom: 68px; }
  .basket h1 {
    margin-bottom: 25px;
    font-weight: bold;
    font-size: 35px;
    line-height: 43px;
    color: #555555; }
  .basket__table thead tr {
    display: flex;
    align-items: center; }
    .basket__table thead tr td {
      font-weight: 600;
      font-size: 15px;
      line-height: 18px;
      color: #555555;
      padding-bottom: 20px;
      text-align: center; }
      .basket__table thead tr td:first-child {
        width: 258px;
        text-align: center; }
      .basket__table thead tr td:nth-child(2) {
        width: 21%;
        text-align: left;
        padding-left: 32px; }
      .basket__table thead tr td:nth-child(3) {
        font-weight: 600;
        width: 17%; }
      .basket__table thead tr td:nth-child(4) {
        width: 17%;
        font-weight: 600; }
      .basket__table thead tr td:nth-child(5) {
        width: 16%;
        text-align: center; }
  .basket__table tbody tr {
    border: 1px solid #EAE9E8;
    display: flex;
    align-items: center;
    margin-bottom: 40px; }
    .basket__table tbody tr td {
      padding: 15px;
      line-height: 18px;
      color: #555555; }
      .basket__table tbody tr td:nth-child(2) {
        width: 21%;
        text-align: left;
        padding-left: 32px; }
      .basket__table tbody tr td:nth-child(3) {
        font-weight: 600;
        width: 17%; }
      .basket__table tbody tr td:nth-child(4) {
        width: 17%;
        font-weight: 600; }
      .basket__table tbody tr td:nth-child(6) {
        width: 7%;
        text-align: center; }
  .basket__table .counter {
    display: flex;
    width: 111px;
    align-items: center;
    justify-content: space-between; }
    .basket__table .counter input {
      font-weight: 600;
      text-align: center;
      width: calc(100% - 76px); }
    .basket__table .counter span {
      cursor: pointer;
      width: 28px;
      height: 28px;
      border-radius: 50%;
      display: flex;
      flex-direction: column;
      align-items: center;
      justify-content: center;
      background: #F5F5F5;
      color: #9D9D9D;
      padding: 5px; }
  .basket__close {
    cursor: pointer; }
    .basket__close svg {
      color: #E31C39;
      font-size: 18px;
      stroke: #E31C39; }
  .basket__img {
    width: 258px;
    height: 196px; }
    .basket__img img {
      width: 100%;
      height: 100%;
      -o-object-fit: cover;
         object-fit: cover; }
  .basket__total {
    display: flex;
    align-items: center; }
    .basket__total p {
      font-weight: 600;
      line-height: 18px;
      color: #555555;
      margin-right: 65px;
      margin-left: auto; }
      .basket__total p span {
        margin-left: 34px;
        line-height: 18px;
        color: #E31C39; }
    .basket__total .link-red {
      width: 200px; }
    .basket__total .product__controls--back {
      display: flex;
      align-items: center; }

@media (max-width: 1023px) {
  .basket h1 {
    font-size: 30px;
    line-height: 35px; }
  .basket__img {
    width: 200px;
    height: 150px; }
  .basket__table tbody tr td {
    padding: 5px; }
  .basket__table tbody tr td:nth-child(2) {
    padding-left: 20px; }
  .basket__table tbody tr {
    margin-bottom: 20px; }
  .basket__table thead {
    display: none; }
  .basket__table tr td:before {
    content: attr(data-label);
    display: block;
    padding: 0 0 15px 0;
    line-height: 18px;
    color: #555;
    font-weight: 600;
    text-align: left; }
  .basket__table .counter {
    width: 95px; }
  .basket__table tbody tr td:nth-child(6) {
    margin-top: 20px; } }

@media (max-width: 980px) {
  .basket__total p {
    margin-right: 25px; }
  .basket__table tbody tr {
    flex-wrap: wrap; }
    .basket__table tbody tr td {
      width: 50%; }
  .basket__img {
    width: 100%;
    height: 250px; }
  .basket__table tbody tr td:nth-child(4) {
    width: 50%; }
  .basket__table tbody tr td:nth-child(6) {
    position: absolute;
    right: 0;
    top: 0;
    margin-top: 0;
    z-index: 5; }
  .basket__table tbody tr td:nth-child(2) {
    width: 50%; }
  .basket__table tbody tr td:nth-child(3) {
    width: 50%; } }

@media (max-width: 767px) {
  .basket h1 {
    font-size: 20px;
    line-height: 25px; }
  .basket__total p {
    line-height: 16px;
    margin-right: 50px; }
  .basket__total p {
    width: 100%;
    margin-bottom: 20px; }
  .basket__total {
    flex-wrap: wrap;
    margin-right: 0; }
  .basket__total .product__controls--back {
    order: 3;
    display: block;
    width: 100%; }
  .basket__total .link-red {
    order: 2;
    display: block;
    margin-bottom: 15px; }
  .basket__total p {
    order: 1; } }

@media (max-width: 567px) {
  .basket__img {
    max-width: 360px;
    margin: 0 auto; }
  .basket__table tbody tr td {
    width: 100%; }
  .basket__table tbody tr td:nth-child(2) {
    width: 100%; }
    .basket__table tbody tr td:nth-child(2):before {
      display: none; }
  .basket__table tbody tr td:nth-child(3) {
    display: flex;
    align-items: center;
    width: 100%; }
    .basket__table tbody tr td:nth-child(3):before {
      padding-bottom: 0;
      margin-right: 10px; }
  .basket__table tbody tr td:nth-child(4) {
    display: flex;
    align-items: center;
    width: 100%; }
    .basket__table tbody tr td:nth-child(4):before {
      padding-bottom: 0;
      margin-right: 10px; }
  .basket__table tbody tr td:nth-child(6) {
    right: 10px; }
  .basket__table tbody tr td:nth-child(6) {
    top: -10px; }
  .basket__table tbody tr td:nth-child(2) {
    padding-left: 5px; } }

.order {
  padding-bottom: 80px; }
  .order h1 {
    font-weight: bold;
    font-size: 35px;
    line-height: 43px;
    color: #555555;
    margin-bottom: 30px; }
  .order h2 {
    margin-bottom: 25px;
    text-align: left; }
  .order__wp {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    margin-bottom: 35px; }
    .order__wp table {
      width: calc(100% - 356px); }
      .order__wp.zapros table {
        width: 100%; }
      .order__wp table tr td {
        padding-bottom: 16px;
        vertical-align: top;
        width: calc(100% - 197px); }
        .order__wp table tr td:first-child {
          line-height: 18px;
          color: #757575;
          width: 200px;
          padding-right: 47px;
          padding-top: 18px; }
          .order__wp table tr td:first-child span {
            color: #E31C39; }
        .order__wp table tr td .form-item input {
          background: #F3F3F3; }
        .order__wp table tr td .form-item textarea {
          background: #F3F3F3;
          height: 100px;
          padding: 13px 16px;
          font-weight: 300;
          font-size: 15px;
          line-height: 18px;
          color: #757575; }
          .order__wp table tr td .form-item textarea::-moz-placeholder {
            font-weight: 300;
            font-size: 15px;
            line-height: 18px;
            color: #757575; }
          .order__wp table tr td .form-item textarea:-ms-input-placeholder {
            font-weight: 300;
            font-size: 15px;
            line-height: 18px;
            color: #757575; }
          .order__wp table tr td .form-item textarea::placeholder {
            font-weight: 300;
            font-size: 15px;
            line-height: 18px;
            color: #757575; }
    .order__wp--total {
      width: 294px;
      margin-left: 62px;
      padding: 46px 20px 59px 55px;
      background: #F3F3F3; }
      .order__wp--total span {
        font-weight: 600;
        line-height: 18px;
        color: #555555;
        margin-bottom: 25px; }
      .order__wp--total p {
        font-weight: normal;
        font-size: 26px;
        line-height: 32px;
        color: #E31C39;
        white-space: nowrap; }
  .order__product table tr {
    display: flex;
    align-items: center;
    border: 1px solid #EAE9E8;
    margin-bottom: 20px; }
    .order__product table tr:last-child {
      margin-bottom: 40px; }
      .order__product.zapros table tr:last-child {
        margin-bottom: 0;
      }
    .order__product table tr td {
      padding: 15px;
      font-weight: 600;
      line-height: 18px;
      color: #555555; }
      .order__product table tr td:nth-child(2) {
        width: 50%;
        color: #E31C39;
        padding-left: 48px; }
      .order__product table tr td:nth-child(3) {
        width: 25%;
        text-align: center;
        padding-right: 55px; }
      .order__product table tr td:last-child {
        width: 25%;
        text-align: center;
        padding-left: 30px; }
  .order__product--img {
    width: 181px;
    height: 136px; }
    .order__product--img img {
      width: 100%;
      height: 100%;
      -o-object-fit: cover;
         object-fit: cover; }
  .order .link-red {
    margin-left: auto;
    display: block;
    width: 200px; }
  .order__controls {
    display: flex;
    align-items: center; }
    @media (max-width: 567px) {
      .order__controls {
        display: block; }
        .order__controls .product__controls--back {
          margin-bottom: 10px; }
        .order__controls .link-red {
          margin-left: 0; } }

@media (max-width: 1023px) {
  .order h1 {
    font-size: 30px;
    line-height: 35px; }
  .order__wp table {
    width: 100%;
    margin-bottom: 20px; }
  .order__wp--total {
    margin-left: 0;
    padding: 26px 10px 29px 25px; }
  .order__wp--total span {
    margin-bottom: 15px; }
  .order__product table tr td:last-child {
    width: 60%;
    padding-left: 5px; } }

@media (max-width: 767px) {
  .order h1 {
    font-size: 20px;
    line-height: 25px; }
  .order__product table tr td {
    width: 50%; }
  .order__product table tr td:nth-child(2) {
    width: 33.3%; }
  .order__product table tr td:nth-child(3) {
    width: 33.3%; }
  .order__product table tr td:nth-child(3) {
    padding-right: 10px;
    width: 100%;
    text-align: left; }
  .order__product table tr td:nth-child(2) {
    padding-left: 10px;
    width: 50%; }
  .order__product table tr td:last-child {
    width: 100%;
    text-align: left;
    padding-left: 15px; }
    .order__product.zapros table tr td:last-child .link-red {
      margin-right: auto; }
  .order__product--img {
    width: 100%;
    height: 250px; }
  .order__product table tr {
    flex-wrap: wrap; } }

@media (max-width: 567px) {
  .order__product--img {
    max-width: 360px;
    margin: 0 auto; }
  .order__wp table tr td:first-child {
    width: 100%; }
  .order__wp table tr {
    display: flex;
    flex-wrap: wrap; }
  .order__wp table tr td {
    width: 100%; }
  .order__product table tr td {
    padding: 5px 15px; }
  .order__product table tr td {
    width: 100%; }
  .order__product table tr td:nth-child(2) {
    width: 100%; } }

.catalog-page {
  margin-right: -36px;
  margin-bottom: -60px;
  display: flex;
  flex-wrap: wrap;
  padding-bottom: 80px; }
  .catalog-page__item {
    width: calc(25% - 36px);
    margin-right: 36px;
    margin-bottom: 60px;
    display: block; }
    .catalog-page__item p {
      font-size: 16px;
      line-height: 20px;
      text-align: center;
      color: #555555; }
    .catalog-page__item:hover .catalog-page__overlay {
      opacity: 1; }
    .catalog-page__item:hover p {
      opacity: 0.4; }
  .catalog-page__img {
    margin-bottom: 25px; }
    .catalog-page__img:before {
      content: '';
      display: block;
      padding-top: 100%; }
    .catalog-page__img img {
      position: absolute;
      left: 0;
      top: 0;
      width: 100%;
      height: 100%;
      -o-object-fit: cover;
         object-fit: cover; }
    .catalog-page__img picture {
      position: absolute;
      left: 0;
      top: 0;
      width: 100%;
      height: 100%;
      -o-object-fit: cover;
         object-fit: cover; }
  .catalog-page__overlay {
    opacity: 0;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    z-index: 2;
    background: rgba(0, 0, 0, 0.6); }
    .catalog-page__overlay span {
      display: flex;
      flex-direction: column;
      align-items: center;
      justify-content: center;
      width: 46px;
      height: 46px;
      border-radius: 50%;
      border: 1px solid rgba(255, 255, 255, 0.3); }
      .catalog-page__overlay span svg {
        font-size: 13px;
        color: #FFFFFF; }
      .catalog-page__overlay span:hover {
        border: 1px solid white; }
        .catalog-page__overlay span:hover svg {
          color: #E31C39; }

@media (max-width: 1023px) {
  .catalog-page__item {
    width: calc(33.3% - 20px);
    margin-right: 20px;
    margin-bottom: 40px; }
  .catalog-page {
    margin-right: -20px;
    margin-bottom: -40px;
    padding-bottom: 50px; } }

@media (max-width: 567px) {
  .catalog-page__item {
    width: calc(50% - 20px);
    margin-bottom: 20px; }
  .catalog-page__img {
    margin-bottom: 15px; }
  .catalog-page {
    margin-bottom: -20px; }
  .catalog-page__item p {
    font-size: 14px;
    line-height: 17px; } }

@media (max-width: 374px) {
  .catalog-page__item {
    width: 100%;
    margin-bottom: 20px;
    margin-right: 0; }
  .catalog-page {
    margin-bottom: 0;
    margin-right: 0; } }

.politics {
  padding-bottom: 85px; }
  .politics h1 {
    font-weight: bold;
    font-size: 35px;
    line-height: 43px;
    margin-bottom: 26px;
    color: #555555;
    max-width: 670px; }
  .politics h2 {
    text-align: left;
    margin-bottom: 27px;
    margin-right: -23px; }
    .politics h2 span {
      margin-right: 7px; }
  .politics__block {
    margin-bottom: 60px; }
    .politics__block:last-child {
      margin-bottom: 0; }
    .politics__block:nth-of-type(1) p:nth-of-type(1) {
      line-height: 200%; }
    .politics__block:nth-of-type(2) p {
      max-width: 97%;
      margin-bottom: 14px; }
      .politics__block:nth-of-type(2) p:nth-of-type(1) {
        max-width: 96%; }
    .politics__block:nth-of-type(3) p {
      max-width: 96%; }
    .politics__block:nth-of-type(4) h2 {
      margin-bottom: 33px; }
    .politics__block:nth-of-type(4) p {
      max-width: 95%; }
    .politics__block:nth-of-type(6) p {
      max-width: 96%; }
    .politics__block:nth-of-type(7) p {
      max-width: 96%; }
    .politics__block p {
      color: #777777;
      line-height: 140%;
      margin-bottom: 16px; }
      .politics__block p:last-child {
        margin-bottom: 0; }
      .politics__block p a {
        color: #777777;
        display: inline; }

@media (max-width: 1023px) {
  .politics h1 {
    font-size: 30px;
    line-height: 35px;
    margin-bottom: 20px; }
  .politics h2 {
    margin-bottom: 20px; }
  .politics__block {
    margin-bottom: 40px; }
  .politics {
    padding-bottom: 50px; } }

@media (max-width: 767px) {
  .politics h1 {
    font-size: 20px;
    line-height: 25px; } }

.designers .ideas__text p {
  font-size: 15px;
  line-height: 140%;
  color: #777;
  margin-bottom: 40px;
  margin-right: -10px; }

.designers .add-favorite {
  opacity: 1;
  visibility: visible;
  pointer-events: all;
  bottom: auto;
  top: 15px;
  color: #E31C39; }
  .designers .add-favorite svg {
    color: #555555; }
  .designers .add-favorite.is-active svg {
    color: transparent; }

.designers .catalog-i__rate {
  opacity: 1;
  visibility: visible;
  pointer-events: all;
  left: 0;
  top: 50%;
  transform: translateY(-50%); }
  .designers .catalog-i__rate span {
    margin-bottom: 0; }
  .designers .catalog-i__rate svg {
    color: #555555; }
    .designers .catalog-i__rate svg.is-rate {
      color: #ffbc01; }

.designers__registr {
  text-align: right;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  font-size: 16px;
  line-height: 20px;
  color: #E31C39;
  margin-top: -39px;
  margin-bottom: 16px; }
  .designers__registr span {
    margin-right: 10px;
    width: 22px;
    height: 22px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    color: #E31C39;
    border: 1px solid #E31C39;
    border-radius: 50%; }
  .designers__registr:hover {
    color: #777777; }

@media (max-width: 880px) {
  .designers__registr {
    margin-top: 0; } }

@media (max-width: 767px) {
  .designers .catalog-i__rate {
    left: -225px;
    top: 25px; } }

@media (max-width: 660px) {
  .designers .add-favorite {
    top: 10px;
    font-size: 0; }
    .designers .add-favorite svg {
      font-size: 20px; } }

@media (max-width: 567px) {
  .designers .add-favorite {
    top: 15px;
    right: 15px; }
    .designers .add-favorite svg {
      color: #FFFFFF; }
  .designers .catalog-i__rate {
    left: 0;
    top: -20px; } }

.showroom.designer {
  padding-bottom: 80px; }
  .showroom.designer .showroom__slider {
    margin-bottom: 33px; }
  .showroom.designer .showroom__text {
    margin-bottom: 60px; }
    .showroom.designer .showroom__text--block {
      margin-bottom: 40px; }
      .showroom.designer .showroom__text--block h2 {
        text-align: left;
        margin-bottom: 22px; }
      .showroom.designer .showroom__text--block p,
      .showroom.designer .showroom__text--block div {
        line-height: 140%;
        color: #777777;
        margin-bottom: 5px;
        max-width: 99%; }
      .showroom.designer .showroom__text--block:last-child p:nth-of-type(2) {
        margin-bottom: 32px; }
  .showroom.designer .form-order {
    padding: 50px 60px;
    background: #f3f3f3;
    margin-bottom: 0; }
  .showroom.designer .form-order table tbody tr td:first-child {
    width: 196px; }
  .showroom.designer .form-order table {
    margin-bottom: 8px; }

.aside.designer .aside__block {
  margin-bottom: 57px; }

.aside.designer h2 {
  display: none; }

@media (max-width: 1023px) {
  .showroom.designer .form-order {
    padding: 20px 20px;
    background: #f3f3f3;
    margin-bottom: 0; } }

@media (max-width: 767px) {
  .aside.designer h2 {
    display: block;
    width: 100%; } }

.promotion .form-order {
  background: transparent;
  margin-top: 5px;
  padding: 45px 50px 37px 50px;
  margin-bottom: 80px; }
  .promotion .form-order .form-item input {
    background: #F3F3F3;
  }
  .promotion .form-order h2 {
    max-width: 600px;
    margin: 0 auto 18px auto; }
  .promotion .form-order p {
    max-width: 705px;
    text-align: center;
    font-size: 18px;
    line-height: 22px;
    color: #9D9D9D;
    margin: 0 auto 22px auto; }
    .promotion .form-order p.promo__description {
      font-size: 14px;
      margin-top: 20px;
      margin-bottom: 0;
    }
    .promotion__button {
      margin-top: 10px;
    }
    .promotion .form-order p:nth-of-type(2) {
      max-width: 850px; }
    .promotion .form-order p:nth-of-type(3) {
      margin: 0 auto 50px auto; }
  .promotion .form-order table tbody tr td:first-child {
    width: 293px; }
  .promotion .form-order .link-red {
    width: 220px; }

@media (max-width: 767px) {
  .promotion .form-order p {
    font-size: 16px;
    line-height: 20px;
    margin: 0 auto 15px auto; }
  .promotion .form-order {
    margin-top: 0;
    padding: 20px;
    margin-bottom: 40px; }
  .promotion .form-order table tbody tr td:first-child {
    width: 100%; } }

.form-order__hidden {
  height: 0;
  transition: all .1s;
  opacity: 0; }
  .form-order__hidden.is-visible {
    height: auto;
    transition: all .5s;
    opacity: 1; }

.promotion-2__checkbox {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin-left: 27%;
  margin-bottom: 27px; }
  .promotion-2__checkbox .ideas__sidebar--checkbox {
    margin-right: 71px; }
    .promotion-2__checkbox .ideas__sidebar--checkbox:last-child {
      margin-right: 0; }

@media (max-width: 767px) {
  .promotion-2__checkbox {
    margin-left: 0; }
  .promotion-2__checkbox .ideas__sidebar--checkbox {
    margin-right: 20px; } }

.promotion.check .form-order__body {
  margin-bottom: 24px; }

.promotion.check .form-order {
  padding: 45px 50px 25px 50px; }
  .promotion.check .form-order h2:nth-of-type(2) {
    margin: 0 auto 38px auto; }
  .promotion.check .form-order p {
    max-width: 771px;
    margin: 0 auto 39px auto; }
  .promotion.check .form-order h3 {
    font-weight: bold;
    font-size: 20px;
    line-height: 24px;
    text-align: center;
    color: #E31C39;
    margin-bottom: 28px; }
  .promotion.check .form-order ul {
    margin-left: 20px;
    margin-bottom: 41px; }
    .promotion.check .form-order ul li {
      line-height: 150%;
      color: #9D9D9D;
      margin-bottom: 5px; }
      .promotion.check .form-order ul li:last-child {
        margin-bottom: 0; }
      .promotion.check .form-order ul li:before {
        content: '';
        display: block;
        position: absolute;
        top: 5px;
        width: 5px;
        height: 5px;
        border-radius: 50%;
        background: #c4c4c4;
        left: -20px; }

.promotion.check .form-order table tbody tr:nth-child(6) {
  vertical-align: top; }
  .promotion.check .form-order table tbody tr:nth-child(6) td:first-child {
    padding-top: 13px; }

.promotion.check .form-order table tbody tr:nth-child(7) {
  vertical-align: top; }
  .promotion.check .form-order table tbody tr:nth-child(7) td:first-child {
    padding-top: 13px; }
  .promotion.check .form-order table tbody tr:nth-child(7) td textarea {
    height: 45px;
    padding: 13px 20px 10px 16px; }

.promotion.check .check__dwnld {
  margin-top: 22px; }
  .promotion.check .check__dwnld p {
    margin-bottom: 20px;
    font-weight: 300;
    font-size: 13px;
    line-height: 16px;
    color: #9D9D9D;
    text-align: left; }
  .promotion.check .check__dwnld .fl_upld {
    position: relative;
    right: auto;
    bottom: auto; }
  .promotion.check .check__dwnld .fl_upld label:after, .promotion.check .check__dwnld .form-field .fl_upld label:after {
    left: -2px; }

@media (max-width: 1023px) {
  .promotion.check .form-order {
    padding: 20px; }
  .promotion .form-order p {
    font-size: 16px;
    line-height: 20px;
    margin: 0 auto 20px auto; }
  .promotion.check .form-order h3 {
    font-size: 18px;
    line-height: 21px;
    margin-bottom: 20px; }
  .promotion.check .form-order ul li {
    font-size: 14px; }
  .promotion.check .form-order ul {
    margin-bottom: 20px; } }

@media (max-width: 767px) {
  .promotion.check .check__dwnld .fl_upld label:after, .promotion.check .check__dwnld .form-field .fl_upld label:after {
    left: 0; } }

.catalog-page.promotion-page {
  padding-bottom: 60px;
  margin-right: -35px;
  margin-bottom: -36px; }
  .catalog-page.promotion-page .catalog-page__img {
    margin-bottom: 0; }
  .catalog-page.promotion-page .catalog-page__overlay {
    transition: .5s;
    opacity: 1;
    visibility: visible;
    pointer-events: all;
    padding: 89px 21px 31px 21px;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.08706) 28.77%, rgba(0, 0, 0, 0.543583) 55.34%, rgba(0, 0, 0, 0.6) 100%); }
    .catalog-page.promotion-page .catalog-page__overlay h3 {
      font-weight: 600;
      font-size: 16px;
      line-height: 20px;
      text-align: center;
      color: #FFFFFF;
      margin-bottom: 11px;
      margin-top: auto; }
    .catalog-page.promotion-page .catalog-page__overlay p {
      font-size: 15px;
      line-height: 140%;
      text-align: center;
      color: #FFFFFF;
      margin-bottom: 22px; }
    .catalog-page.promotion-page .catalog-page__overlay a:first-child {
      opacity: 0;
      visibility: hidden;
      pointer-events: none;
      width: 46px;
      height: 46px;
      border-radius: 50%;
      display: flex;
      align-items: center;
      justify-content: center;
      border: 1px solid rgba(255, 255, 255, 0.3); }
      .catalog-page.promotion-page .catalog-page__overlay a:first-child svg {
        color: #FFFFFF; }
      .catalog-page.promotion-page .catalog-page__overlay a:first-child:hover {
        border: 1px solid white;
        background: #FFFFFF; }
        .catalog-page.promotion-page .catalog-page__overlay a:first-child:hover svg {
          color: #333333; }
    .catalog-page.promotion-page .catalog-page__overlay a:last-child {
      padding: 13px 25px 12.5px 25px;
      text-align: center;
      border: 1px solid rgba(255, 255, 255, 0.29);
      border-radius: 41px;
      font-size: 16px;
      line-height: 18px;
      color: #FFFFFF;
      font-family: 'Arial';
      max-width: 230px;
      width: 100%; }
      .catalog-page.promotion-page .catalog-page__overlay a:last-child:hover {
        background: #FFFFFF;
        color: #333333;
        border: 1px solid white; }
  .catalog-page.promotion-page .catalog-page__item {
    width: calc(33.3% - 35px);
    margin-right: 35px;
    margin-bottom: 36px; }
    .catalog-page.promotion-page .catalog-page__item:hover p {
      opacity: 1; }
    .catalog-page.promotion-page .catalog-page__item:hover .catalog-page__overlay {
      background: linear-gradient(180deg, rgba(0, 0, 0, 0.294) 0%, rgba(0, 0, 0, 0.56) 0.01%, rgba(0, 0, 0, 0.56) 28.77%, rgba(0, 0, 0, 0.63418) 55.34%, rgba(0, 0, 0, 0.7) 100%);
      transition: .5s; }
      .catalog-page.promotion-page .catalog-page__item:hover .catalog-page__overlay a:first-child {
        opacity: 1;
        visibility: visible;
        pointer-events: all; }
  .catalog-page.promotion-page .catalog-page__img {
    height: 399px; }
    .catalog-page.promotion-page .catalog-page__img:before {
      display: none; }

.promotion-page__link {
  margin-bottom: 80px;
  text-align: center; }
  .promotion-page__link a {
    font-size: 16px;
    line-height: 20px;
    color: #777777; }
    .promotion-page__link a span {
      margin-left: 15px;
      vertical-align: middle; }

.promotions-page__wp {
  display: flex;
  flex-wrap: wrap;
  margin-right: -22px;
  margin-left: -13px;
  margin-bottom: -13px; }

.promotions-page__item {
  width: calc(33.3% - 5px);
  margin-right: 5px;
  padding: 14px 15px 30px 15px;
  margin-bottom: -18px; }
  .promotions-page__item:hover {
    background: #FFFFFF;
    box-shadow: 0px 0px 52px rgba(0, 0, 0, 0.09);
    z-index: 2; }
    .promotions-page__item:hover .link-red {
      opacity: 1;
      visibility: visible;
      pointer-events: all; }
    .promotions-page__item:hover .promotions-page__overlay {
      visibility: visible;
      pointer-events: all;
      opacity: 1; }

.promotions-page__discount {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 73px;
  height: 73px;
  border-radius: 50%;
  background: #E31C39;
  font-weight: normal;
  font-size: 16px;
  line-height: 20px;
  color: #FFFFFF;
  position: absolute;
  right: 25px;
  top: 25px;
  z-index: 2; }

.promotions-page__overlay {
  padding: 10px;
  z-index: 4;
  background: rgba(0, 0, 0, 0.6);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  visibility: hidden;
  opacity: 0; }
  .promotions-page__overlay p {
    font-size: 18px;
    line-height: 150%;
    text-align: center;
    text-transform: uppercase;
    color: #FFFFFF;
    margin-bottom: 36px; }
  .promotions-page__overlay a {
    width: 46px;
    height: 46px;
    border-radius: 50%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    border: 1px solid rgba(255, 255, 255, 0.3); }
    .promotions-page__overlay a svg {
      fill: #FFFFFF; }
    .promotions-page__overlay a:hover {
      border: 1px solid white; }
      .promotions-page__overlay a:hover svg {
        fill: #E31C39; }

.promotions-page__img {
  cursor: pointer;
  height: 399px;
  margin-bottom: 17px; }
  .promotions-page__img img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover; }

.promotions-page__brand {
  height: 66px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 208px;
  margin: 0 auto 15px auto; }
  .promotions-page__brand img {
    max-width: 100%;
    max-height: 100%; }
  .promotions-page__brand picture {
    max-width: 100%;
    max-height: 100%;
    height: auto;
    -o-object-fit: contain;
       object-fit: contain; }

.promotions-page__text p {
  font-weight: normal;
  font-size: 15px;
  line-height: 140%;
  text-align: center;
  color: #777777;
  margin-bottom: 25px;
  min-height: 65px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -moz-box;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  line-clamp: 3;
  box-orient: vertical; }

.promotions-page__text .link-red {
  max-width: 262px;
  width: 100%;
  margin: 0 auto;
  display: block;
  opacity: 0;
  visibility: hidden;
  pointer-events: none; }

.promotions-page .pagination {
  justify-content: center; }

@media (max-width: 1023px) {
  .promotions-page__img {
    height: 250px; }
  .promotions-page__text .link-red.discount-give {
    opacity: 1;
    visibility: visible;
    pointer-events: all;
  } }

@media (max-width: 767px) {
  .promotions-page__item {
    width: calc(50% - 5px); }
  .promotions-page__discount {
    width: 43px;
    height: 43px;
    font-size: 10px;
    line-height: 13px;
    top: 10px;
    right: 10px; }
  .promotions-page__overlay p {
    font-size: 15px;
    line-height: 17px;
    margin-bottom: 20px; }
  .promotions-page__overlay a {
    width: 35px;
    height: 35px; } }

@media (max-width: 567px) {
  .promotions-page__item {
    width: 100%; }
  .promotions-page__wp {
    margin: 0; } }

.plan h1 {
  width: 100%;
  margin-bottom: 33px; }
  .plan #pia {
    width: 100%;
  }

.plan__info {
  display: flex;
  align-items: center;
  padding: 30px 50px;
  border: 1px solid #D6D6D6;
  margin-bottom: 30px;
  flex-wrap: wrap; }

.plan__logo {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 84px;
  width: 42%;
  padding-right: 50px;
  border-right: 1px solid #D6D6D6; }
  .plan__logo picture {
    max-width: 100%;
    max-height: 100%; }
  .plan__logo img {
    max-width: 100%;
    max-height: 100%; }

.plan__text {
  width: 58%;
  padding-left: 60px; }
  .plan__text h3 {
    font-weight: 600;
    font-size: 15px;
    line-height: 18px;
    letter-spacing: 0.02em;
    margin-bottom: 6px;
    color: #E31C39;
    height: 18px; }
  .plan__text p {
    font-weight: 600;
    font-size: 15px;
    line-height: 140%;
    color: #555555;
    margin-bottom: 6px; }
  .plan__text span {
    font-size: 15px;
    line-height: 140%;
    color: #777777; }

.plan .sidebar {
  margin-right: 35px; }

.plan .main-content {
  width: calc(100% - 290px); }

.plan .about__places--wp {
  margin: 0 auto; }

.plan .about__places--legend {
  position: absolute;
  right: 12px;
  bottom: 3px; }

.plan .about__places--legend .legend-note:before {
  background: url(../img/legend.svg) no-repeat center; }

.plan .showroom__form--wp h2 {
  max-width: 370px; }

.plan .showroom__form .link-red {
  margin: 0 auto;
  display: block; }

.plan .showroom__form {
  margin-bottom: 62px; }

.plan__list {
  margin-bottom: 70px; }
  .plan__list p {
    font-weight: bold;
    font-size: 20px;
    line-height: 24px;
    color: #555555;
    margin-bottom: 12px; }
  .plan__list ul {
    margin-bottom: 51px;
    -moz-column-count: 4;
         column-count: 4;
    -moz-column-gap: 75px;
         column-gap: 75px; }
    .plan__list ul li {
      margin-bottom: 10px; }
      .plan__list ul li a {
        font-weight: normal;
        font-size: 16px;
        line-height: 20px;
        color: #9D9D9D; }
        .plan__list ul li a:hover {
          color: #E31C39; }

@media (max-width: 1023px) {
  .plan .main-content {
    width: 100%; }
  .plan .sidebar.catalog-i__sidebar {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ffffff;
    display: none;
    z-index: 999;
    overflow-y: auto;
    margin-right: 0;} 
  .plan .sidebar.catalog-i__sidebar.sidebar-active {
    display: flex !important;
    flex-direction: column;
    flex-wrap: nowrap;
    padding: 20px;
  }
  .plan .sidebar.catalog-i__sidebar .sidebar-close {
    display: block;
  }
  .plan .catalog-i__sidebar .sidebar__accordion {
    margin-bottom: 0;
    width: 100%;
  }
  .plan .sidebar__accordion .sidebar__accordion-header:after {
    content: '';
    display: block;
    position: absolute;
    right: 15px;
    top: 5px;
    width: 8px;
    height: 8px;
    border-right: 2px solid #555555;
    border-bottom: 2px solid #555555;
    transform: rotate(45deg);
  }
  .plan .sidebar-scroll {
    display: none;
  }
    .plan .sidebar-scroll-open {
      display: block;
    }
  .plan .sidebar__btns {
    display: none !important;
  }
  .plan .open-filters {
    display: flex;
    justify-content: flex-end;
  }}

@media (max-width: 767px) {
  .plan__info {
    padding: 20px 20px;
    margin-bottom: 50px; }
  .plan .sidebar__brands {
    width: calc(33.3% - 30px);
    margin-right: 30px; }
  .plan__logo {
    height: 64px;
    padding-right: 20px; }
  .plan__text {
    padding-left: 20px; }
  .plan__text span {
    font-size: 12px; }
  .plan__text p {
    font-size: 13px; }
  .plan__text h3 {
    font-size: 13px;
    line-height: 16px; }
  .plan .about__places {
    padding-bottom: 80px; }
  .plan .about__places--legend {
    position: absolute;
    right: 12px;
    bottom: -30px; }
  .plan__list p {
    font-size: 18px;
    line-height: 22px; }
  .plan__list ul li a {
    font-size: 14px;
    line-height: 18px; }
  .plan__list ul {
    margin-bottom: 30px;
    -moz-column-gap: 20px;
         column-gap: 20px; } }

@media (max-width: 567px) {
  .plan__logo {
    width: 100%;
    padding-right: 0;
    margin-bottom: 20px;
    border-right: 0; }
  .plan .sidebar__brands {
    width: calc(50% - 15px);
    margin-right: 15px; }
  .plan__text {
    padding-left: 0;
    width: 100%; }
  .plan__list ul {
    margin-bottom: 30px;
    -moz-column-gap: 20px;
         column-gap: 20px;
    -moz-column-count: 2;
         column-count: 2; } }

@media (max-width: 374px) {
  .plan .sidebar__brands {
    width: 100%;
    margin-right: 0; }
  .plan .sidebar__search--item input {
    width: 100%; } }

.plan-hover {
  opacity: 0; }

* svg:hover {
  color: #E31C39; }

.link-red {
  background: #E31C39;
  text-align: center;
  font-weight: normal;
  font-size: 16px;
  line-height: 20px;
  color: #FFFFFF;
  padding: 11px 12px 12px 12px;
  border: 1px solid transparent;
  transition: .5s; }
  .link-red:hover {
    border: 1px solid #E31C39;
    background: transparent;
    color: #E31C39; }
  @media (max-width: 567px) {
    .link-red {
      font-size: 14px;
      line-height: 17px;
      padding: 10.1px 12px 11.1px 12px; } }

.more-link {
  font-weight: normal;
  font-size: 15px;
  line-height: 18px;
  color: #DD0B2C;
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 10;
  border-bottom: 1.5px solid transparent; }
  .more-link:hover {
    border-bottom: 1.5px solid #DD0B2C; }
  @media (max-width: 767px) {
    .more-link {
      font-size: 14px;
      line-height: 16px; } }

.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
  background: #EAE9E8;
  opacity: 1;
  width: 7px;
  height: 7px;
  margin: 0 9px; }
  .swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background: #DD0B2C;
    opacity: 1; }
  @media (max-width: 767px) {
    .swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
      margin: 0 4px;
      width: 5px;
      height: 5px; } }

* picture {
  display: block;
  height: 100%; }

.list-page {
  padding: 100px 0; }
  .list-page a {
    display: block;
    margin-bottom: 15px;
    font-size: 17px; }
    .list-page a:hover {
      color: #E31C39; }

.content .container {
  display: flex;
  flex-wrap: wrap;
  max-width: 1190px; }

.sidebar {
  width: 255px;
  margin-right: 43px; }

.main-content {
  width: calc(100% - 298px); }

.sidebar {
  margin-bottom: 50px; }
  .sidebar p {
    font-weight: 600;
    font-size: 20px;
    line-height: 24px;
    color: #555555;
    margin: 15px 0; }
  .sidebar a {
    font-weight: normal;
    font-size: 16px;
    line-height: 20px;
    color: #9D9D9D;
    margin-bottom: 10px;
    display: block; }
    .sidebar a:hover {
      color: #E31C39; }
    .sidebar a:last-child {
      margin-bottom: 0; }
  .sidebar__item {
    margin-bottom: 43px; }
    .sidebar__item:last-child {
      margin-bottom: 0; }
.sidebar__accordion:after {
  display: none;
}
.sidebar__search--item input::placeholder {
  opacity: 0.5;
}

.sidebar__footer {
  padding: 20px 0 0 ;
}

@media screen and (max-width: 880px) {
  .sidebar__footer {
    position: fixed;
    align-items: center;
    background: #F5F5F5;
    display: flex;
    justify-content: space-between;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 20px 20px;
  }

  .sidebar__footer a {
    color: #555555;
  }
}

.breadcrumbs {
  padding: 16px 0 31px;
  border-top: 0.5px solid #D3D3D3;}
  .breadcrumbs__link {
    font-weight: normal;
    font-size: 13px;
    line-height: 16px;
    color: #333333; }
    .breadcrumbs__link[disabled] {
      pointer-events: none;
    }
    .breadcrumbs__link:after {
      content: '';
      display: block;
      position: absolute;
      right: 0;
      top: 50%;
      transform: translateY(-50%) rotate(-45deg);
      border-right: 1px solid #333333;
      border-bottom: 1px solid #333333;
      width: 6px;
      height: 6px; }
    .breadcrumbs__link:not(:nth-child(2)):last-child {
      margin-right: 0;
      padding-right: 0; }
      .breadcrumbs__link:last-child:after {
        display: none; }
    .breadcrumbs__link:hover {
      color: #E31C39; }

.pagination {
  padding-top: 18px;
  padding-bottom: 89px;
  display: flex;
  align-items: center; }
  .pagination a {
    font-size: 16px;
    line-height: 20px;
    color: #777777;
    padding: 17px;
	  margin: 0 1px;
    border-radius: 50%;
    width: 25px;
    height: 25px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center; }
    .pagination a.active {
      pointer-events: none;
      background: #C4C4C4;
      color: #FFFFFF; }
    .pagination a:first-child {
      width: auto;
      color: #C4C4C4; }
      .pagination a:first-child.active {
        background: transparent;
        color: #777777; }
      .pagination a:first-child:hover {
        background: transparent;
        color: #777777; }
    .pagination a:last-child {
      width: auto; }
      .pagination a:last-child:hover {
        background: transparent;
        color: #777777; }
    .pagination a:hover {
      background: #E31C39;
      color: #FFFFFF; }
    .pagination a:focus {
      background: #C4C4C4;
      color: #FFFFFF; }

.form-order {
  padding: 50px;
  background: #F3F3F3;
  margin-bottom: 60px; }
  .form-order__body {
    max-width: 820px;
    margin: 0 auto; }
  .form-order h3 {
    text-align: center;
    margin-bottom: 15px; }
  .form-order p {
    max-width: 745px;
    margin: 0 auto 40px auto; }
  .form-order table {
    margin-bottom: 0; }
    .form-order table tbody tr:nth-child(2n) td {
      background: transparent; }
    .form-order table tbody tr td {
      padding: 0 0 15px 0; }
      .form-order table tbody tr td:first-child {
        width: 314px;
        padding: 0 20px 15px 0;
        line-height: 18px;
        color: #757575;
        text-align: left; }
        .form-order table tbody tr td:first-child span {
          display: inline; }
          .form-order table tbody tr td:first-child span:after {
            content: '*';
            display: block;
            position: absolute;
            right: -10px;
            top: 4px;
            font-size: 15px;
            color: #E31C39; }
      .form-order table tbody tr td:last-child {
        width: 501px; }
    .form-order table tbody tr:last-child td {
      padding: 0 0 30px 0; }
  .form-order .link-red {
    display: block;
    margin: 0 auto;
    width: 184px; }
  .form-order .form-item {
    margin-bottom: 0; }
    .form-order .form-item input {
      padding: 13px 13px 14px 15px;
      font-weight: 300;
      font-size: 15px;
      line-height: 18px;
      color: #757575; }
      .form-order .form-item input::-moz-placeholder {
        font-weight: 300;
        font-size: 15px;
        line-height: 18px;
        color: #757575; }
      .form-order .form-item input:-ms-input-placeholder {
        font-weight: 300;
        font-size: 15px;
        line-height: 18px;
        color: #757575; }
      .form-order .form-item input::placeholder {
        font-weight: 300;
        font-size: 15px;
        line-height: 18px;
        color: #757575; }
    .form-order .form-item textarea {
      height: 100px;
      padding: 13px 20px 20px 16px;
      background: #FFFFFF;
      font-weight: 300;
      font-size: 15px;
      line-height: 18px;
      color: #757575; }
      .form-order .form-item textarea::-moz-placeholder {
        font-weight: 300;
        font-size: 15px;
        line-height: 18px;
        color: #757575; }
      .form-order .form-item textarea:-ms-input-placeholder {
        font-weight: 300;
        font-size: 15px;
        line-height: 18px;
        color: #757575; }
      .form-order .form-item textarea::placeholder {
        font-weight: 300;
        font-size: 15px;
        line-height: 18px;
        color: #757575; }

.tabs_content {
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: -1; }

.tabs_content.active {
  opacity: 1;
  position: relative;
  z-index: 3; }

.slider-btn {
  outline: none;
  background: #FFFFFF;
  box-shadow: 0px 0px 31px rgba(0, 0, 0, 0.09);
  width: 63px;
  height: 63px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  border-radius: 50%; }
  .slider-btn:after {
    font-size: 20px;
    color: #777777; }
  .slider-btn:hover {
    background: #E31C39; }
    .slider-btn:hover:after {
      color: #FFFFFF; }

@media (max-width: 1023px) {
  .header.is-hide {
    z-index: -20;
  }
  .main-content {
    width: 100%; }
  .aside__block h2 {
    font-size: 16px;
    line-height: 20px;
    margin-bottom: 15px; }
  .sidebar p {
    font-size: 18px;
    line-height: 22px; }
  .pagination {
    padding-bottom: 50px; }
  .slider-btn {
    width: 33px;
    height: 33px; }
    .slider-btn:after {
      font-size: 15px; }
  .showroom-top-next {
    right: -10px; }
  .showroom-top-prev {
    left: -10px; }
  .showroom-thumbs-prev {
    left: -10px; }
  .showroom-thumbs-next {
    right: -10px; }
  .form-order {
    padding: 30px; } }

@media (max-width: 880px) {
  .close-filter {
    display: block;
  }
  .sidebar {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ffffff;
    display: none;
    z-index: 999; 
    overflow-y: auto;
    margin-bottom: 0 !important;
    width: unset !important;
    margin-right: 0 !important;
  }
  .sidebar__accordion {
    margin: 0;
    width: 98%;
  }
  .hiddenless .sidebar-scroll {
    display: block;
  }
  .sidebar__btns {
    display: none !important;
  }
  .sidebar__btns.active {
    display: inline-block !important;
    margin-top: 10px;
    margin-bottom: 10px;
  }
  .sidebar__accordion-header {cursor: pointer;}
  .sidebar__accordion-header:after {
    content: '';
    display: block;
    position: absolute;
    right: 15px;
    top: 5px;
    width: 8px;
    height: 8px;
    border-right: 2px solid #555555;
    border-bottom: 2px solid #555555;
    transform: rotate(45deg); }
  .accordion-header-open:after {
    transform: rotate(-135deg); }
  .sidebar-scroll {
    display: none;
  }
  .sidebar-scroll-open {
    display: block;
    max-height: 270px;
    margin-bottom: 0;
  }
  .plan .sidebar-scroll-open {
    max-height: 230px;
  }
  .sidebar__search--item input {
    width: 100%;
  }
  .sidebar__search .hide {
    display: none;
  }
  .content.content-showrooms .main-content {
    width: 100%;
    padding-top: 0; }
  .form-order table tbody tr td:first-child {
    width: 100%;
    padding: 0 7px 5px 0; }
  .form-order table tbody tr td:last-child {
    width: 100%; }
  .form-order p {
    margin: 0 auto 20px auto; }
  .form-order {
    padding: 20px;
    background: #f3f3f3;
    margin-bottom: 50px; }
  .form-order table tr {
    display: flex;
    flex-wrap: wrap; } }

@media (max-width: 567px) {
  .form-order .form-item textarea {
    font-size: 14px;
    line-height: 16px; }
    .form-order .form-item textarea::-moz-placeholder {
      font-size: 14px;
      line-height: 16px; }
    .form-order .form-item textarea:-ms-input-placeholder {
      font-size: 14px;
      line-height: 16px; }
    .form-order .form-item textarea::placeholder {
      font-size: 14px;
      line-height: 16px; }
  .advertisers p {
    font-size: 12px;
    line-height: 15px; }
  .form-order .form-item input {
    font-size: 14px;
    line-height: 16px; }
    .form-order .form-item input::-moz-placeholder {
      font-size: 14px;
      line-height: 16px; }
    .form-order .form-item input:-ms-input-placeholder {
      font-size: 14px;
      line-height: 16px; }
    .form-order .form-item input::placeholder {
      font-size: 14px;
      line-height: 16px; } }

@media (max-width: 414px) {
  .content.content-showrooms .sidebar {
    margin-right: 0; }
  .pagination a {
    font-size: 14px;
    line-height: 18px;
  	padding: 15px;} }

.products_item:hover .rate {
  opacity: 1; }

.products_item:hover .add-favorite {
  opacity: 1; }

.rate {
  opacity: 0;
  display: flex;
  align-items: center;
  position: absolute;
  left: 15px;
  bottom: 35px;
  z-index: 2; }
  .rate svg {
    margin-right: 3px;
    color: #FFFFFF; }
    .rate svg.is-rate {
      color: #FFBC01 !important;
      fill: #FFBC01 !important; }
  .rate span {
    margin-left: 10px;
    font-size: 14px;
    line-height: 17px;
    color: #FFFFFF; }

.add-favorite {
  opacity: 0;
  cursor: pointer;
  position: absolute;
  right: 15px;
  bottom: 35px;
  z-index: 2;
  fill: transparent;
  color: #fff; }
  .add-favorite svg {
    fill: transparent;
    color: #fff; }

@media (max-width: 567px) {
  .products_item .rate svg {
    font-size: 14px; }
  .products_item .rate span {
    margin-left: 7px;
    font-size: 13px; }
  .add-favorite svg {
    font-size: 13px; } }

#sidebar {
  overflow: hidden; }

@media (max-width: 1023px) {
  .wrapper {
    padding-top: 163px; } }

body.no-scroll {
  height: 100vh;
  overflow: hidden; }

.bx_item_detail_rating td:last-child{
  width: 40px;
} 

  .bx_item_detail_rating .bx_stars_container {
    width: 113px !important;
    height: 50px !important;
    margin-left: auto;
  }

    .bx_item_detail_rating .bx_stars_container .bx_stars_bg {
      background-size: cover;
    }
    .bx_item_detail_rating .bx_stars_rating_votes {
      font-size: 14px !important;
    }

@media (max-width: 530px) {
  .bx_item_detail_rating .bx_stars_rating_votes {
    font-size: 14px !important;
    line-height: 14px !important;
  }
}

.popup {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 2000;
}

.popup.active {
  display: block;
}

.popup__overlay {
  background: rgba(0, 0, 0, .77);
  height: 100%;
  width: 100%;
}

.popup__body {
  background: #FFFFFF;
  padding: 50px 150px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  max-height: calc(100vh - 20px);
  overflow-y: auto;
  min-width: 300px;
  width: 1138px;
}

.popup__body::-webkit-scrollbar {
  width: 6px;
  /* ширина для вертикального скролла */
  height: 8px;
  /* высота для горизонтального скролла */
  background-color: #EAE9E8;
  overflow: visible;
}

.popup__body::-webkit-scrollbar-thumb {
  cursor: pointer;
  background: #555555;
  border-radius: 100px;
  width: 6px;
  position: absolute;
  top: 0;
  left: 0; 
}

.popup__close {
  cursor: pointer;
  position: absolute;
  top: 15px;
  right: 15px;
}

.popup h2 {
  margin: 0;
}

.popup h3 {
  text-align: center;
}

.popup__form {
  margin-top: 20px;
  overflow-y: auto;
}

.popup__group {
  display: grid;
  grid-gap: 20px;
  grid-template-columns: 1fr 2fr;
  margin-top: 20px;
}

.popup__group > span {
  color: #757575;
  line-height: 18px;
  padding-top: 7px;
  text-align: left;
}

.popup__group > span span::after {
  content: '*';
  display: block;
  position: absolute;
  right: -5px;
  top: -15px;
  font-size: 15px;
  color: #E31C39;
}

.popup__flex {
  display: flex;
  flex-wrap: wrap;
}

.popup__flex-always {
  display: flex;
  flex-wrap: wrap;
}

.popup__group input:not([type="radio"]) {
  background: #F3F3F3;
  color: #757575;
  font-weight: 300;
  font-size: 15px;
  line-height: 18px;
  padding: 13px 13px 14px 15px;
  width: 100%;
}

.popup__group input::placeholder {
  color: #757575;
  font-weight: 300;
  font-size: 15px;
  line-height: 18px;
}

.popup__group textarea {
  background: #F3F3F3;
  color: #757575;
  font-weight: 300;
  font-size: 15px;
  line-height: 18px;
  padding: 13px 13px 14px 15px;
  width: 100%;
  height: 100px;
}

.popup__group textarea::placeholder {
  color: #757575;
  font-weight: 300;
  font-size: 15px;
  line-height: 18px;
}

.popup__item label {
  align-items: center;
  color: #757575;
  display: flex;
  font-size: 16px;
  line-height: 20px;
  margin: 20px 30px 0 0;
  width: auto;
}

.popup__double {
  width: calc(50% - 20px);
}

.popup__double:last-child {
  margin-left: 40px;
}

.popup__double .popup__flex-always {
  align-items: center;
}

.popup__double .popup__flex-always label {
  color: #757575;
  font-weight: 300;
  font-size: 15px;
  line-height: 18px;
  margin-right: 14px;
}

.popup__double .popup__flex-always input {
  width: calc(100% - 32px);
}

.popup__item input[type="radio"] {
  display: none;
}

.popup__item input[type="radio"] + label {
  cursor: pointer;
}

.popup__item input[type="radio"] + label span {
  border: 1px solid #757575;
  border-radius: 50%;
  position: relative;
  margin-right: 17px;
  width: 16px;
  height: 16px;
}

.popup__item input[type="radio"] + label span::before {
  opacity: 0;
  content: '';
  display: block;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #E31C39;
}

.popup__item input[type="radio"]:checked + label span {
  border: 1px solid #E31C39;
}

.popup__item input[type="radio"]:checked + label span::before {
  opacity: 1;
}

.popup__full {
  margin-top: 20px;
  width: 100%;
}

.popup__other {
  justify-self: flex-end;
  width: calc(100% - 81px) !important;
}

.popup .link-red {
  display: block;
  margin: 30px auto 0;
  width: 184px;
}

@media screen and (max-width: 1150px) {
  .popup__body {
    width: calc(100% - 20px);
  }
}

@media screen and (max-width: 900px) {
  .popup__group {
    grid-gap: 10px;
    grid-template-columns: 1fr;
  }

  .popup__item label {
    margin-top: 10px;
  }
}

@media screen and (max-width: 700px) {
  .popup__body {
    padding: 30px 50px;
  }
}

@media screen and (max-width: 480px) {
  .popup__flex {
    flex-direction: column;
  }
  .popup__item label {
    margin-right: 0;
  }
  .popup__double {
    width: 100%;
  }
  .popup__double + .popup__double {
    margin-top: 10px;
    margin-left: 0;
  }
  .popup__double .popup__flex-always {
    justify-content: space-between;
  }
  .popup__group textarea {
    height: 140px;
  }
  .popup__other {
    margin-left: 10px;
  }
}

.fancy__gallery .fancybox-button {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}

.fancy__gallery .swiper-button-next {
  right: -33px;
}

.fancy__gallery .swiper-button-prev {
  left: -33px;
}

.shares {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 22px 0 34px;
}

.shares__left {
  display: flex;
}

.shares__left a {
  align-items: center;
  border: 1px solid #787878;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  margin-right: 10px;
  height: 45px;
  width: 45px;
  transition: .5s;
}

.shares__left a svg {
  color: #787878;
  font-size: 25px;
  transition: .5s;
}

.shares__left a:hover {
  border: 1px solid #E31C39;
}

.shares__left a:hover svg {
  color: #E31C39;
}

.shares__favorite.add-favorite {
  opacity: 1;
  position: static;
}

.shares__favorite a {
  align-items: center;
  border: 1px solid #787878;
  border-radius: 100px;
  display: flex;
  justify-content: center;
  padding: 6.5px 17px;
}

.shares__favorite svg {
  color: #787878;
  font-size: 15px;
  margin-right: 9px;
  transition: .5s;
}

.shares__favorite span {
  color: #787878;
  font-size: 15px;
  line-height: 18px;
}

.shares__favorite a:hover {
  border: 1px solid #E31C39;
}

.shares__favorite a:hover svg {
  color: #E31C39;
}

.shares__favorite a:hover span {
  color: #E31C39;
}

.shares__favorite a.is-active {
  border: 1px solid #E31C39;
}

.shares__favorite a.is-active span {
  color: #E31C39;
}

@media screen and (max-width: 400px) {
  .shares {
    flex-direction: column;
  }

  .shares__favorite {
    margin-top: 15px;
  }
}

.showroom_block .wrapper {
  display: flex;
  flex-direction: row;
  max-width: 1190px;
  min-height: unset;
}

.showroom_block .filtr-wrapper__cats {
  margin-right: 30px;
  width: 255px;
}

.showroom_block .filtr-wrapper__cats .label {
  font-weight: 600;
  font-size: 20px;
  line-height: 24px;
  color: #555555;
  margin-bottom: 15px;
}

.showroom_block .filtr-wrapper__cats .list a {
  color: #9D9D9D;
  display: block;
  font-weight: normal;
  font-size: 16px;
  line-height: 20px;
}

.showroom_block .filtr-wrapper__cats .list a:hover {
  color: #E31C39;
}

.showroom_block .products {
  width: calc(100% - 285px);
}

.showroom_block .products.product-page .products__title {
  display: none;
}

.showroom_block .products__slider.product-page {
  padding-bottom: 50px;
}

.showroom_block .products__slider.product-page .products_item {
  width: calc(33.3% - 5px);
  margin-right: 5px;
  padding: 15px 15px 60px 15px;
}

.showroom_block .products__slider.product-page .products_item:hover {
  background: #FFFFFF;
  box-shadow: 0px 0px 52px rgb(0 0 0 / 9%);
  z-index: 10;
}

@media (max-width: 1023px) {
  .showroom_block .filtr-wrapper__cats {
    display: none;
  }

  .showroom_block .products {
    width: 100%;
  }
}

@media (max-width: 767px) {
  .showroom_block .wrapper {
    padding-top: 0;
  }

  .showroom_block .products__slider.product-page .products_item {
    width: calc(50% - 5px);
    margin-right: 5px;
  }
}

@media (max-width: 567px) {
  .showroom_block .products__slider.product-page .products_item {
    width: 100%;
    margin-right: 0;
    margin-bottom: 20px;
  }
}

.plan .smartfilter {
  margin-bottom: 30px;
}

.iblock-vote td:not(:last-child) {
  cursor: pointer;
  margin: 0;
  height: 20px;
  width: 20px;
}

.iblock-vote i {
	color: #dee0ee;
}

.iblock-vote .star-voted i{
	color: #f6bc00;
}

.iblock-vote .star-over i{
	color: #ca3507;
}

.iblock-vote .vote-result {
  color: #777777;
  font-size: 14px;
  line-height: 17px;
  padding-left: 5px;
}

.product__info .iblock-vote {
  display: flex;
  justify-content: flex-end;
}

.product__info .iblock-vote table {
  justify-self: end;
  margin-bottom: 30px;
  width: auto;
}

.catalog-i__slider .iblock-vote,
.products__img .iblock-vote {
  align-items: center;
  opacity: 0;
  position: absolute;
  left: 15px;
  bottom: 35px;
  z-index: 2;
}

.catalog-i__item:hover .iblock-vote,
.products_item:hover .iblock-vote {
  opacity: 1;
}

.catalog-i__item .iblock-vote .vote-result,
.products__img .iblock-vote .vote-result {
  color: #FFFFFF;
}

.catalog-i__item.is-list .iblock-vote {
  left: unset;
  right: -152px;
  bottom: 17px;
  opacity: 1;
}

.catalog-i__item.is-list .iblock-vote .vote-result{
  color: #777777;
}

.catalog-i__item.is-list .add-favorite {
  opacity: 1;
}

@media screen and (max-width: 880px) {
  .catalog-i__slider .iblock-vote,
  .products__img .iblock-vote,
  .catalog-i__slider .add-favorite,
  .catalog-i__pagination.swiper-pagination,
  .catalog-i__item .link-red,
  .add-favorite,
  .products__hidden {
    opacity: 1;
    visibility: visible;
    pointer-events: all;
  }
}

@media screen and (max-width: 767px) {
  .catalog-i__item.is-list .iblock-vote {
    right: -143px;
  }
}

.item-404 img {
  width: 100%;
}

.item-404 .products__text h3 {
  height: 34px;
}


.item-404 .products__text p {
  color: #555555;
  font-size: 20px;
  font-weight: 600;
  line-height: 24px;
}

.products__text span.description-404 {
  color: #777;
  font-size: 15px;
  max-height: 52px;
  overflow-y: hidden;
  height: 55px;
  width: 100%;
  white-space: unset;
}

.sendAnkForm input, .sendAnkForm textarea {
  background: #F3F3F3;
  color: #757575;
  font-weight: 300;
  font-size: 15px;
  line-height: 18px;
  padding: 13px 13px 14px 15px;
  width: 100%;
  margin-bottom: 20px;
}

.places__info {
  background: red;
  border-radius: 10px;
  color: #FFFFFF;
  display: none;
  padding: 5px;
  position: absolute;
  top: 40px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 1;
}

.places__info.active {
  display: block;
}

@media screen and (max-width: 480px) {
  .places__info {
    top: 10px;
  }
}

.st4 {
  position: relative;
}

.bx-breadcrumb {
	margin: 10px 0;
}
.bx-breadcrumb i {
	color: #b5bdc2;
	line-height: 13px;
	font-size: 12px;
	vertical-align: middle;
	margin-right: 5px;
}
.bx-breadcrumb .bx-breadcrumb-item {
	float: left;
	margin-bottom: 10px;
	white-space: nowrap;
	line-height: 13px;
	vertical-align: middle;
	margin-right: 10px;
}
.bx-breadcrumb .bx-breadcrumb-item span {
	font-family: "Open Sans", Arial, "Helvetica Neue", Helvetica, sans-serif;
	font-size: 13px;
}
.bx-breadcrumb .bx-breadcrumb-item a {border-bottom: none;}
.bx-breadcrumb .bx-breadcrumb-item a:hover {}

.showroom {
	height: fit-content;
}

.showroom + .sticky {
  min-height: 1515px;
}

.showroom + .sticky.auto-height {
	min-height: unset;
}

@media screen and (max-width: 767px) {
  .showroom + .sticky {min-height: unset;}
}

.fancybox-container * {
  transition: unset;
}

.product__where {
  color: #E31C39 !important;
}

.product__where:hover {
  color: #CDCDCD !important;
}

.showroom .products.showroom-products .products_item {
  padding-bottom: 0;
}

.gm-style-iw.gm-style-iw-c {
  padding: 12px !important;
}

.gm-style-iw-d {
  overflow: unset !important;
}

.shares__left.where a {
  border-radius: 100px;
  color: #787878;
  font-size: 15px;
  line-height: 18px;
  padding: 6.5px 17px;
  height: auto;
  width: auto;
}

.shares__left.where a:hover {
  color: #E31C39;
}

.mfp-content {
  background: #FFFFFF;
  padding: 50px 150px;
  position: absolute !important;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  max-height: calc(100vh - 20px);
  overflow-y: auto;
  min-width: 300px;
  width: 1138px !important;
}

@media screen and (max-width: 1150px) {
  .popup__body {
      width: calc(100% - 20px) !important;
  }
}

.register-title {
  font-weight: bold;
  font-size: 22px;
  line-height: 27px;
  margin-bottom: 10px;
  text-align: center;
}

.register-form {
  margin-top: 20px;
  overflow-y: auto;
}

.designers-form-row {
  display: grid;
  grid-gap: 20px;
  grid-template-columns: 1fr 2fr;
  margin-top: 20px;
}

.modal-label {
  color: #757575;
  line-height: 18px;
  padding-top: 7px;
  text-align: left;
}

.modal-input {
  background: #F3F3F3;
  color: #757575;
  font-weight: 300;
  font-size: 15px;
  line-height: 18px;
  padding: 13px 13px 14px 15px;
  width: 100%;
}

.modal-input::placeholder {
  color: #757575;
}

.label-checkbox.consentBox {
  color: #757575;
  grid-column-end: -1;
  position: relative;
  display: block;
  padding-left: 23px;
  cursor: pointer;
}

.label-checkbox.consentBox input {
  position: absolute;
  left: 0;
  top: 0;
  width: 16px;
  height: 16px;
  border: 1px solid #CDCDCD;
  border-radius: 2px;
  z-index: -1;
}

.label-checkbox.consentBox i {
  position: absolute;
  left: 0;
  top: 0;
  width: 16px;
  height: 16px;
  border: 1px solid #CDCDCD;
  border-radius: 2px;
}

.label-checkbox.consentBox input:checked + i {
  background: #E31C39;
  border: 1px solid #E31C39;
}

.label-checkbox.consentBox input:checked + i::before {
  position: absolute;
  left: 1px;
  top: 0;
  content: '\2713';
  color: #ffffff;
  font-size: 16px;
  line-height: 16px;
}

.modal-but {
  grid-column-start: 1;
  grid-column-end: -1;
  background: #E31C39;
  text-align: center;
  font-weight: normal;
  font-size: 16px;
  line-height: 20px;
  color: #FFFFFF;
  padding: 11px 12px 12px 12px;
  border: 1px solid transparent;
  transition: .5s;
  display: block;
  margin: 30px auto 0;
  width: 184px;
}

.modal-but:hover {
  border: 1px solid #E31C39;
  background: transparent;
  color: #E31C39;
}

.errtext {
  color: red;
}

.link-red.all-items {
  width: 248px;
}

.filter-buttons {
  align-items: center;
  display: flex;
  justify-content: space-between;
  margin-bottom: 10px;
}

@media screen and (max-width: 880px) {
  .filter-buttons {
    width: 100%;
  }
}

.sidebar__reset .bx_filter_search_button {
  display: none !important;
}

.news .news__item.section picture {
  height: 360px;
}

@media screen and (max-width: 1179px) {
  .news .news__item.section picture {
    height: calc(100vw / 2 * 0.6);
  }
}

@media screen and (max-width: 767px) {
  .news .news__item.section picture {
    height: unset;
  }
}

.register--link-wrap#radio {
  display: flex;
  justify-content: space-evenly;
}

@media screen and (max-width: 880px) {
  .sidebar .smartfilter {
    padding-bottom: 120px;
  }
}

.products__other {
  font-size: 14px;
  height: 42px;
  margin-bottom: 60px;
  overflow-y: hidden;
  position: relative;
}

.products__other::after {
  background: #FFFFFF;
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0), #FFFFFF 70%);
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 30px;
  width: 100%;
}

.clone{display:block;width:100%;line-height:0;}
.slice-img{display:block;width:100%;max-width:unset;}
.insert{position:absolute;top:0;left:0;bottom:0;right:-1px;padding-right:1px;display:flex;pointer-events:none;}
.insert .clone{height:100%;overflow:hidden;transition:all .75s ease;opacity:1;position:relative;display:block;}
.insert .clone:nth-child(1){transition-delay:1.4s;}
.insert .clone:nth-child(2){transition-delay:1.3s;}
.insert .clone:nth-child(3){transition-delay:1.2s;}
.insert .clone:nth-child(4){transition-delay:1.1s;}
.insert .clone:nth-child(5){transition-delay:1s;}
.insert .clone:nth-child(6){transition-delay:.9s;}
.insert .clone:nth-child(7){transition-delay:.8s;}
.insert .clone:nth-child(8){transition-delay:.7s;}
.insert .clone:nth-child(9){transition-delay:.6s;}
.insert .clone:nth-child(10){transition-delay:.5s;}
.insert .clone:nth-child(11){transition-delay:.4s;}
.insert .clone:nth-child(12){transition-delay:.3s;}
.insert .clone:nth-child(13){transition-delay:.2s;}
.insert .clone:nth-child(14){transition-delay:.1s;}
.insert .clone:nth-child(15){transition-delay:0s;}
.swiper-slide-active .insert .clone{opacity:0;}
.insert .clone .slice-img{position:absolute;top:0;left:0;height:100%;width:auto;}
.insert .clone:nth-child(1) .slice-img{left:0;}
.insert .clone:nth-child(2) .slice-img{left:-100%;}
.insert .clone:nth-child(3) .slice-img{left:-200%;}
.insert .clone:nth-child(4) .slice-img{left:-300%;}
.insert .clone:nth-child(5) .slice-img{left:-400%;}
.insert .clone:nth-child(6) .slice-img{left:-500%;}
.insert .clone:nth-child(7) .slice-img{left:-600%;}
.insert .clone:nth-child(8) .slice-img{left:-700%;}
.insert .clone:nth-child(9) .slice-img{left:-800%;}
.insert .clone:nth-child(10) .slice-img{left:-900%;}
.insert .clone:nth-child(11) .slice-img{left:-1000%;}
.insert .clone:nth-child(12) .slice-img{left:-1100%;}
.insert .clone:nth-child(13) .slice-img{left:-1200%;}
.insert .clone:nth-child(14) .slice-img{left:-1300%;}
.insert .clone:nth-child(15) .slice-img{left:-1400%;}
.swiper-bg{position:absolute;top:0;left:0;right:0;bottom:0;}
.slider-slice .swiper-slide{position:relative;display:block;}
.slider-slice-wrapper{position:relative;margin-top:40px;margin-bottom:30px;}
.slider-slice-pagination{position:absolute;bottom:0!important;left:0;right:0;z-index:10;text-align:center;margin:20px 0;}




.menu-item:last-child a {
   
  color: #E31C39 !important;
}

#set_f::after {
	animation-direction: alternate;
	animation-duration: 1s;
	animation-name: finger-animation;
	animation-iteration-count: infinite;
	background: url(../images/finger.png) no-repeat;
	background-size: contain;
	content: '';
	position: absolute;
	bottom: 70%;
	right: 40%;
	height: 59px;
	width: 37px;

}

@keyframes finger-animation {
	from {
		transform: translateY(0);
	}
	to {
		transform: translateY(-8px);
	}
}

.showroom__header {
	display: grid;
	grid-gap: 37px;
	grid-template: 1fr / 1fr auto;
	width: 100%;
}

.showroom__header .product__controls {
	height: fit-content;
}

@media screen and (max-width: 567px) {
	.showroom__header {
		grid-gap: 0;
		grid-template: repeat(2, auto) / 1fr;
		margin-bottom: 20px;
	}

	.showroom__header h1 {
		font-size: 23px;
		line-height: 35px;
		margin-bottom: 0;
	}
}

.news_page img {
	border: 1px solid #cecece;
}


.form .form-hidden .ideas__sidebar--checkbox {
    width: calc(50% - 45px);
    margin-right: 45px;
    margin-bottom: 15px;
}
.form .ideas__sidebar--checkbox {
    margin-bottom: 22px;
}
.ideas__sidebar--checkbox {
    display: flex;
    margin-bottom: 10px;
    cursor: pointer;
    font-size: 16px;
    line-height: 20px;
color: #9d9d9d;}

.ideas__sidebar--checkbox input:checked + .ideas__sidebar--check-box {
    background: #e31c39;
    border: 1px solid #e31c39;
}

.ideas__sidebar--check-box {
    position: absolute;
    left: 0;
    top: 0;
    width: 16px;
    height: 16px;
border: 1px solid #cdcdcd;}


.ideas__sidebar--checkbox input:checked + .ideas__sidebar--check-box::before {
    position: absolute;
    left: 1px;
    top: 0;
    content: '\2713';
    color: #ffffff;
    font-size: 16px;
    line-height: 16px;
}

.ideas__sidebar--checkbox input {
    position: absolute;
    left: 0;
    top: 0;
    width: 16px;
    height: 16px;
}

@media screen and (max-width: 680px) {
	.showroom__info--item:hover{
		transform: none;
	}
}

.up-link {
	position: fixed;
	bottom: 30px;
	right: 30px;
	z-index: 100;
	display: block;
}

.up-link a {
	border: none;
	display: block;
	border: 1px solid #E31C39;
	color: #1f1f1f;
	background: rgba(255,255,255,.2);
	width: 75px;
	height: 75px;
	border-radius: 20%;
}

.up-link a:hover {
	background: #E31C39;
}

.up-link a svg {
	display: block;
	margin: 21px auto;
	height: 31px;
	-webkit-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
}

.up-link a svg * {
	stroke: #E31C39;
	-webkit-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
}

.up-link a:hover svg * {
	stroke: #fff;
}

.showrooms .info__text li {
	padding: 7px 0;
}

.noscroll {
	position: fixed !important;
	overflow-y:scroll;
	width: 100%;
}

.showroom_block .filtr-wrapper__cats .sidebar-close {
	display: none;
}

@media screen and (max-width: 1023px) {
	.showroom_block .product__controls {
		justify-content: space-between;
	}

	.showroom_block .product__controls .product__controls--back {
		position: static;
	}

	.showroom_block .products .open-filters {
		display: flex;
	}

	.showroom_block .filtr-wrapper__cats {
		position: fixed;
		top: 0;
		left: 0;
		right: 0;
		bottom: 0;
		background-color: #ffffff;
		display: none;
		z-index: 999;
		overflow-y: auto;
		margin-bottom: 0;
		width: unset;
		margin-right: 0;
		padding: 20px;
	}

	.showroom_block .filtr-wrapper__cats.sidebar-active {
		display: block;
	}

	.showroom_block .filtr-wrapper__cats .sidebar-close {
		cursor: pointer;
		display: block;
		position: absolute;
		right: 15px;
		top: 15px;
		width: 15px;
		height: 15px;
		z-index: 9999;
	}
}


 .showrooms__text span {
    font-size: 14px;
    line-height: 13px;
    margin-bottom:  2px;
 color: #9d9d9d;}
 
 
 @media (min-width:568px){
 .showrooms__text--footer{
    display: flex;
    align-items: center;
    /* margin-top: auto; */
    width: 100%;
    position: absolute;
    justify-content: space-between;
    bottom: 0;
}
 }
 
 
 .width-auto{width:auto !important;}
 
 
 
 .visible-xs,
.visible-sm,
.visible-md,
.visible-lg {
  display: none !important;
}
.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block {
  display: none !important;
}
@media (max-width: 767px) {
  .visible-xs {
    display: block !important;
  }
  table.visible-xs {
    display: table !important;
  }
  tr.visible-xs {
    display: table-row !important;
  }
  th.visible-xs,
  td.visible-xs {
    display: table-cell !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-block {
    display: block !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-inline {
    display: inline !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm {
    display: block !important;
  }
  table.visible-sm {
    display: table !important;
  }
  tr.visible-sm {
    display: table-row !important;
  }
  th.visible-sm,
  td.visible-sm {
    display: table-cell !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-block {
    display: block !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline {
    display: inline !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md {
    display: block !important;
  }
  table.visible-md {
    display: table !important;
  }
  tr.visible-md {
    display: table-row !important;
  }
  th.visible-md,
  td.visible-md {
    display: table-cell !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-block {
    display: block !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline {
    display: inline !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg {
    display: block !important;
  }
  table.visible-lg {
    display: table !important;
  }
  tr.visible-lg {
    display: table-row !important;
  }
  th.visible-lg,
  td.visible-lg {
    display: table-cell !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg-block {
    display: block !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg-inline {
    display: inline !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg-inline-block {
    display: inline-block !important;
  }
}
@media (max-width: 767px) {
  .hidden-xs {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .hidden-sm {
    display: none !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-md {
    display: none !important;
  }
}
@media (min-width: 1200px) {
  .hidden-lg {
    display: none !important;
  }
}
.visible-print {
  display: none !important;
}
@media print {
  .visible-print {
    display: block !important;
  }
  table.visible-print {
    display: table !important;
  }
  tr.visible-print {
    display: table-row !important;
  }
  th.visible-print,
  td.visible-print {
    display: table-cell !important;
  }
}
.visible-print-block {
  display: none !important;
}
@media print {
  .visible-print-block {
    display: block !important;
  }
}
.visible-print-inline {
  display: none !important;
}
@media print {
  .visible-print-inline {
    display: inline !important;
  }
}
.visible-print-inline-block {
  display: none !important;
}
@media print {
  .visible-print-inline-block {
    display: inline-block !important;
  }
}
@media print {
  .hidden-print {
    display: none !important;
  }
}

.subscription_text {
	margin-top: 20px;
	text-align: center;
}

.subscription_text a {
	color: #E31C39;
}

.footer__parking {
	align-items: center;
	display: flex;
	margin-bottom: 20px;
}

.footer__parking img {
	margin-right: 6px;
	width: 55px;
}

.footer__parking span {
	color: #8A8A8A;
	font-size: 13px;
	line-height: 16px;
	margin-top: 8px;
	transition: .3s;
}

.footer__parking:hover span {
	color: #E31C39;
}

@media screen and (max-width: 567px) {
	.footer__menu .footer__menu--wp:last-child .footer__menu--item:nth-child(2) {
		display: none;
	}

	#map .ymaps-2-1-79-controls__toolbar {
		margin-top: 0 !important;
	}

	#map .ymaps-2-1-79-controls__toolbar_left {
		margin-top: 0 !important;
	}

	#map .ymaps-2-1-79-controls__control_toolbar {
		margin-left: 0 !important;
	}

	#map .ymaps-2-1-79-route-panel__inputs {
		padding: 0 8px 8px;
	}

	#map .ymaps-2-1-79-route-panel-types {
		margin-top: 8px;
	}

	#map .ymaps-2-1-79-float-button.ymaps-2-1-79-_hidden-icon {
		display: none;
	}

	#map .ymaps-2-1-79-controls__control {
		inset: 189px auto auto 10px !important;
	}

	.catalog-header {
		display: block;
	}

	.catalog-header__wp {
		gap: unset;
	}
}

.container[data-sticky-container] {
  justify-content: flex-start;
}


.bx-breadcrumb-item fa {padding:0 4px !important;}




.product__note--img picture{text-align: center;
    padding-top: 16px;}
    
    
    .product__note--img img {height: 70%;}
	
	
	
	
	
	#allSum_FORMATED,#basket_items_list > div > div.basket__total > p{opacity:0;}
	
	
	
	
	
	@media (max-width:767px){
		.brands__img{filter: grayscale(0);}
		
	 .brands__img:hover {
    opacity: 1;
    transform: none;
    filter: grayscale(0);
		
		
		
	}
	}
	iframe.VIpgJd-ZVi9od-ORHb-OEVmcd {display:none !important;}
	
	
	
	
	.catalog-i__container:after{background:none;}
	
	
	.products_item .swiper-pagination-bullet,.catalog-i__item .swiper-pagination-bullet{border:0.5px solid red;}
	
	.link-red{border-radius:40px;}
	
	
	
	
	.footer__form .link-red {
    
    margin-left: -16px;
}


 
.col-md-4:not(.senddiv) {float:left;}





.catalog-i__item .link-red {opacity:1;}




@media (min-width:1024px){
	
	
	a[href^="tel:"]{pointer-events: none;}
	
	
	
	}
@media (max-width:768px){
	.brands__img {
  
  //border: 1px solid #777;
}


.brands__img  img{    vertical-align: middle;}
.brands__img picture{
  display:flex;
  
}
	.footer__form .link-red {
     margin-left: 0; 
  }
	.showroom__slide img {
		width: 100%;
     height: auto;
	}
	
	}	
	
	
	.showrooms__item{cursor:pointer;}
	
	
	
	
	
	@media only screen and (min-width: 400px) and (max-device-width: 1024px) and (orientation: landscape) {
  
  
  
 
.wrap-nav.is-open  {
	top:120px;
	//width:80vw;
	text-align:center;
	//margin:0 10vw;
	     max-height: 100vh;height: 100vh;
     overflow-y: scroll;
     padding-bottom: 280px;	
	
}
  
  body.is-open *:not(..language__img){
    overflow: hidden; 
}


 .header__lang .dropdown > a {
    display: flex;
}


.menu-item {
    margin-right: 30px;
}
  
}