

/* Start:/local/2016/dyson/class/fancybox/jquery.fancybox.css?17508480095007*/
/*! fancyBox v2.1.5 fancyapps.com | fancyapps.com/fancybox/#license */
.fancybox-wrap,
.fancybox-skin,
.fancybox-outer,
.fancybox-inner,
.fancybox-image,
.fancybox-wrap iframe,
.fancybox-wrap object,
.fancybox-nav,
.fancybox-nav span,
.fancybox-tmp
{
	padding: 0;
	margin: 0;
	border: 0;
	outline: none;
	vertical-align: top;
}

.fancybox-wrap {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 8020;
}

.fancybox-skin {
	position: relative;
	background: #f9f9f9;
	color: #444;
	text-shadow: none;
	-webkit-border-radius: 4px;
	   -moz-border-radius: 4px;
	        border-radius: 4px;
}

.fancybox-opened {
	z-index: 8030;
}

.fancybox-opened .fancybox-skin {
	-webkit-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
	   -moz-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
	        box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
}

.fancybox-outer, .fancybox-inner {
	position: relative;
}

.fancybox-inner {
	overflow: hidden;
}

.fancybox-type-iframe .fancybox-inner {
	-webkit-overflow-scrolling: touch;
}

.fancybox-error {
	color: #444;
	font: 14px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
	margin: 0;
	padding: 15px;
	white-space: nowrap;
}

.fancybox-image, .fancybox-iframe {
	display: block;
	width: 100%;
	height: 100%;
}

.fancybox-image {
	max-width: 100%;
	max-height: 100%;
}

#fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
	background-image: url('/local/2016/dyson/class/fancybox/fancybox_sprite.png');
}

#fancybox-loading {
	position: fixed;
	top: 50%;
	left: 50%;
	margin-top: -22px;
	margin-left: -22px;
	background-position: 0 -108px;
	opacity: 0.8;
	cursor: pointer;
	z-index: 8060;
}

#fancybox-loading div {
	width: 44px;
	height: 44px;
	background: url('/local/2016/dyson/class/fancybox/fancybox_loading.gif') center center no-repeat;
}

.fancybox-close {
	position: absolute;
	top: -18px;
	right: -18px;
	width: 36px;
	height: 36px;
	cursor: pointer;
	z-index: 8040;
}
@media (max-width: 767px) {
	.fancybox-close {
		top: 0px;
		right: 0px;
	}
}
.fancybox-nav {
	position: absolute;
	top: 0;
	width: 40%;
	height: 100%;
	cursor: pointer;
	text-decoration: none;
	background: transparent url('/local/2016/dyson/class/fancybox/blank.gif'); /* helps IE */
	-webkit-tap-highlight-color: rgba(0,0,0,0);
	z-index: 8040;
}

.fancybox-prev {
	left: 0;
}

.fancybox-next {
	right: 0;
}

.fancybox-nav span {
	position: absolute;
	top: 50%;
	width: 36px;
	height: 34px;
	margin-top: -18px;
	cursor: pointer;
	z-index: 8040;
	visibility: hidden;
}

.fancybox-prev span {
	left: 10px;
	background-position: 0 -36px;
}

.fancybox-next span {
	right: 10px;
	background-position: 0 -72px;
}

.fancybox-nav:hover span {
	visibility: visible;
}

.fancybox-tmp {
	position: absolute;
	top: -99999px;
	left: -99999px;
	visibility: hidden;
	max-width: 99999px;
	max-height: 99999px;
	overflow: visible !important;
}

/* Overlay helper */

.fancybox-lock {
    /*overflow: hidden !important;*/
	overflow: visible !important;
    width: auto;
}

.fancybox-lock body {
    overflow: hidden !important;
}

.fancybox-lock-test {
    overflow-y: hidden !important;
}

.fancybox-overlay {
	position: absolute;
	top: 0;
	left: 0;
	overflow: hidden;
	display: none;
	z-index: 8010;
	background: url('/local/2016/dyson/class/fancybox/fancybox_overlay.png');
}

.fancybox-overlay-fixed {
	position: fixed;
	bottom: 0;
	right: 0;
}

.fancybox-lock .fancybox-overlay {
	overflow: auto;
	overflow-y: scroll;
}

/* Title helper */

.fancybox-title {
	visibility: hidden;
	font: normal 13px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
	position: relative;
	text-shadow: none;
	z-index: 8050;
}

.fancybox-opened .fancybox-title {
	visibility: visible;
}

.fancybox-title-float-wrap {
	position: absolute;
	bottom: 0;
	right: 50%;
	margin-bottom: -35px;
	z-index: 8050;
	text-align: center;
}

.fancybox-title-float-wrap .child {
	display: inline-block;
	margin-right: -100%;
	padding: 2px 20px;
	background: transparent; /* Fallback for web browsers that doesn't support RGBa */
	background: rgba(0, 0, 0, 0.8);
	-webkit-border-radius: 15px;
	   -moz-border-radius: 15px;
	        border-radius: 15px;
	text-shadow: 0 1px 2px #222;
	color: #FFF;
	font-weight: bold;
	line-height: 24px;
	white-space: nowrap;
}

.fancybox-title-outside-wrap {
	position: relative;
	margin-top: 10px;
	color: #fff;
}

.fancybox-title-inside-wrap {
	padding-top: 10px;
}

.fancybox-title-over-wrap {
	position: absolute;
	bottom: 0;
	left: 0;
	color: #fff;
	padding: 10px;
	background: #000;
	background: rgba(0, 0, 0, .8);
}

/*Retina graphics!*/
@media only screen and (-webkit-min-device-pixel-ratio: 1.5),
	   only screen and (min--moz-device-pixel-ratio: 1.5),
	   only screen and (min-device-pixel-ratio: 1.5){

	#fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
		background-image: url('/local/2016/dyson/class/fancybox/fancybox_sprite@2x.png');
		background-size: 44px 152px; /*The size of the normal image, half the size of the hi-res image*/
	}

	#fancybox-loading div {
		background-image: url('/local/2016/dyson/class/fancybox/fancybox_loading@2x.gif');
		background-size: 24px 24px; /*The size of the normal image, half the size of the hi-res image*/
	}
}
/* End */


/* Start:/local/2016/css/swiper.min.css?173521817813676*/
/**
 * Swiper 5.4.0
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * http://swiperjs.com
 *
 * Copyright 2014-2020 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: May 15, 2020
 */

@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:#ffffff}.swiper-container{margin-left:auto;margin-right:auto;position:relative;overflow:hidden;list-style:none;padding:0;z-index:1}.swiper-container-vertical>.swiper-wrapper{flex-direction:column}.swiper-wrapper{position:relative;width:100%;height:100%;z-index:1;display:flex;transition-property:transform;box-sizing:content-box}.swiper-container-android .swiper-slide,.swiper-wrapper{transform:translate3d(0px,0,0)}.swiper-container-multirow>.swiper-wrapper{flex-wrap:wrap}.swiper-container-multirow-column>.swiper-wrapper{flex-wrap:wrap;flex-direction:column}.swiper-container-free-mode>.swiper-wrapper{transition-timing-function:ease-out;margin:0 auto}.swiper-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(0px,-50%,0)}.swiper-container-vertical>.swiper-pagination-bullets .swiper-pagination-bullet{margin:6px 0;display:block}.swiper-container-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic{top:50%;transform:translateY(-50%);width:8px}.swiper-container-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{display:inline-block;transition:.2s transform,.2s top}.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet{margin:0 4px}.swiper-container-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic{left:50%;transform:translateX(-50%);white-space:nowrap}.swiper-container-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transition:.2s transform,.2s left}.swiper-container-horizontal.swiper-container-rtl>.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transition:.2s transform,.2s right}.swiper-pagination-progressbar{background:rgba(0,0,0,.25);position:absolute}.swiper-pagination-progressbar .swiper-pagination-progressbar-fill{background:var(--swiper-pagination-color,var(--swiper-theme-color));position:absolute;left:0;top:0;width:100%;height:100%;transform:scale(0);transform-origin:left top}.swiper-container-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill{transform-origin:right top}.swiper-container-horizontal>.swiper-pagination-progressbar,.swiper-container-vertical>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite{width:100%;height:4px;left:0;top:0}.swiper-container-horizontal>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,.swiper-container-vertical>.swiper-pagination-progressbar{width:4px;height:100%;left:0;top:0}.swiper-pagination-white{--swiper-pagination-color:#ffffff}.swiper-pagination-black{--swiper-pagination-color:#000000}.swiper-pagination-lock{display:none}.swiper-scrollbar{border-radius:10px;position:relative;-ms-touch-action:none;background:rgba(0,0,0,.1)}.swiper-container-horizontal>.swiper-scrollbar{position:absolute;left:1%;bottom:3px;z-index:50;height:5px;width:98%}.swiper-container-vertical>.swiper-scrollbar{position:absolute;right:3px;top:1%;z-index:50;width:5px;height:98%}.swiper-scrollbar-drag{height:100%;width:100%;position:relative;background:rgba(0,0,0,.5);border-radius:10px;left:0;top:0}.swiper-scrollbar-cursor-drag{cursor:move}.swiper-scrollbar-lock{display:none}.swiper-zoom-container{width:100%;height:100%;display:flex;justify-content:center;align-items:center;text-align:center}.swiper-zoom-container>canvas,.swiper-zoom-container>img,.swiper-zoom-container>svg{max-width:100%;max-height:100%;object-fit:contain}.swiper-slide-zoomed{cursor:move}.swiper-lazy-preloader{width:42px;height:42px;position:absolute;left:50%;top:50%;margin-left:-21px;margin-top:-21px;z-index:10;transform-origin:50%;animation:swiper-preloader-spin 1s infinite linear;box-sizing:border-box;border:4px solid var(--swiper-preloader-color,var(--swiper-theme-color));border-radius:50%;border-top-color:transparent}.swiper-lazy-preloader-white{--swiper-preloader-color:#fff}.swiper-lazy-preloader-black{--swiper-preloader-color:#000}@keyframes swiper-preloader-spin{100%{transform:rotate(360deg)}}.swiper-container .swiper-notification{position:absolute;left:0;top:0;pointer-events:none;opacity:0;z-index:-1000}.swiper-container-fade.swiper-container-free-mode .swiper-slide{transition-timing-function:ease-out}.swiper-container-fade .swiper-slide{pointer-events:none;transition-property:opacity}.swiper-container-fade .swiper-slide .swiper-slide{pointer-events:none}.swiper-container-fade .swiper-slide-active,.swiper-container-fade .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-container-cube{overflow:visible}.swiper-container-cube .swiper-slide{pointer-events:none;-webkit-backface-visibility:hidden;backface-visibility:hidden;z-index:1;visibility:hidden;transform-origin:0 0;width:100%;height:100%}.swiper-container-cube .swiper-slide .swiper-slide{pointer-events:none}.swiper-container-cube.swiper-container-rtl .swiper-slide{transform-origin:100% 0}.swiper-container-cube .swiper-slide-active,.swiper-container-cube .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-container-cube .swiper-slide-active,.swiper-container-cube .swiper-slide-next,.swiper-container-cube .swiper-slide-next+.swiper-slide,.swiper-container-cube .swiper-slide-prev{pointer-events:auto;visibility:visible}.swiper-container-cube .swiper-slide-shadow-bottom,.swiper-container-cube .swiper-slide-shadow-left,.swiper-container-cube .swiper-slide-shadow-right,.swiper-container-cube .swiper-slide-shadow-top{z-index:0;-webkit-backface-visibility:hidden;backface-visibility:hidden}.swiper-container-cube .swiper-cube-shadow{position:absolute;left:0;bottom:0px;width:100%;height:100%;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}
/* End */


/* Start:/local/components/prmedia/select.city/templates/inhead/style.css?17508480091188*/

#top_loc_question .lblock2 a {
    background-color: #fff;
    padding: 4px 8px 4px 8px;
    -khtml-border-radius: 7px;
    -moz-border-radius: 7px;
    -webkit-border-radius: 7px;
    border-radius: 7px;
    box-shadow: 2px 3px 6px 0 rgba(0, 0, 0, 0.3);
    margin-left: 4px;
    margin-right: 4px;
}

a.city-name {
    font-family: 'Inter', sans-serif;
    font-size: 13px;
    font-weight: 500;
    display: inline-block;
    vertical-align: top;
    margin-left: 5px;
    color: #e463a0;
    border-bottom: 1px solid #e463a0;
}
a.city-name, a.city-name:hover{
    text-decoration: none;
}

@media screen and (max-width:480px) {
    body.adaptive .location {
        display: block;
        float: left;
    }

    body.adaptive .location span {
        display: none;
    }
}

.fancybox-inner {
    overflow: unset !important;
}
.bx-ui-sls-pane {
    background: #fff;
}
.dropdown-item {
    padding: 4px 4px;
    cursor: pointer;
}
.dropdown-item:hover {
    background: #e8e8e8;
}
.bx-ui-sls-route {
    border: none !important;
}
.fancybox-inner .btn-container {
    text-align: center;
}
.fancybox-inner .btn-container .btn {
    margin: 15px 0;
    background-color: #25262a;
}

/* End */


/* Start:/local/templates/.default/components/bitrix/menu/2016_spa_catalog/style.css?175084800911651*/
.page-header__menu-notes .page-header__brand-alphabet-item:not(.page-header__brand-alphabet-all) a {
    padding: 0 11px 37px;
}

.page-header__menu-notes .page-header__notes-name {
    font-size: 1.4rem;
    padding: 10px 0;
}

.page-header__menu-notes input[type=checkbox]+label:before {
    background-position: -202px -101px;
}

.page-header__brand-title {
    font-family: "Bebas Neue", Helvetica, Arial, sans-serif;
    margin-bottom: 30px;
}

.page-header__menu-notes .page-header__brand-list-title,
.page-header__menu-notes .page-header__brand-alphabet-item a {
    color: #56575c;
}

.page-header__menu-notes .page-header__brand-alphabet a:hover,
.page-header__menu-notes .page-header__brand-alphabet-item--active a {
    color: #e463a0;
}

.page-header__menu-notes .page-header__notes-select-button {
    background: none;
    outline: none;
    border: 1px solid #e463a0;
    padding: 11px 18px;
    font-size: 1.4rem;
    font-style: italic;
    color: #e463a0;
}

.page-header__menu-notes .page-header__notes-select-button:hover {
    border: 1px solid #ceab6d;
    color: #ceab6d;
}

@media (min-width: 1200px) {
    .page-header__brand-alphabet-all a {
        padding-left: 0;
        padding-right: 23px;
    }

    .page-header__menu-notes .page-header__notes-select-button {
        position: absolute;
        top: -15px;
        right: 0px;
    }
}

@media (max-width: 1200px) {
    .page-header__menu-notes .page-header__notes-select-button {
        position: absolute;
        top: -75px;
        right: 30px;
        /*padding: 6px 18px;*/
    }
}

@media (max-width: 1200px) {
    .page-header__menu-notes .page-header__notes-name {
        padding-left: 20px;
    }
}

.catalog__brand-all {
    float: left;
    margin-left: 330px;
    margin-bottom: 20px;
}

@media (min-width: 768px) and (max-width: 1200px) {
    .catalog__brand-all {
        float: right;
        margin-right: 0;
        margin-left: 0;
    }
}

@media (max-width: 768px) {
    .catalog__brand-all {
        float: none;
        margin-left: 30px;
        margin-top: 15px;
    }
}

.catalog__brand-all a {
    position: relative;
    font-family: Georgia, "Times New Roman", Times, serif;
    font-size: 1.4rem;
}

.catalog__brand-all a:before {
    content: "";
    display: inline-block;
    position: absolute;
    left: -30px;
    top: 2px;
    width: 20px;
    height: 14px;
    background: url("/local/2016/img/sprite.png?v=2") -202px -131px no-repeat;;
    vertical-align: middle;
    margin-right: 9px;
}

li.page-header__menu-item.narrow-podmenu {
    position: relative;
}

li.page-header__menu-item.narrow-podmenu div.page-header__menu-podmenu-wrapper {
    top: 48px;
    padding-left: 40px;
    left: 0;
}
@media (max-width: 1199px) {
    li.page-header__menu-item.narrow-podmenu div.page-header__menu-podmenu-wrapper {
        top: 0;
    }
}
@media (min-width: 1200px) {
    li.page-header__menu-item.narrow-podmenu div.page-header__menu-podmenu-wrapper {
        left: -40px;
    }
}


li.page-header__menu-item.narrow-podmenu div.page-header__menu-podmenu-wrapper .page-header__menu-podmenu .page-header__menu-podmenu-item {
    min-width: 175px;
}

li.isSale__menu-item {
    background: #cc993d;
}

li.summer-sale span{
    padding-top: 5px;
}

li.bf__menu-item {
    background: #18181D;
    border-radius: 16px;
    top: 24px;
    padding: 0 0 0 32px;
}

li.bf__menu-item img {
    height: 70px;
}

li.sale {
    background-color: #79231D;
}

li.newyear-gradient {
    background: linear-gradient(270deg, #AD0402 0%, #E90300 100%);
}

li.ciber-gradient {
    background: linear-gradient(to right, #FFA800 0%, #FE00EA 100%);
    width: 100%;
    padding: 10px 15px;
}
li.ciber-gradient a svg{
    order: unset;
    width: 52px;
    height: 52px;
}
li.ciber-gradient a span{
    font-family: "Vela Sans";
    font-size: 33px;
    font-style: normal;
    font-weight: 600;
    line-height: 115%;
    text-transform: uppercase;
}
li.valentine-gradient {
    background: #F7D7D6;
    width: 100%;
    padding-left: 15px;
}
li.valentine-gradient a svg{
    order: unset;
    width: 68px;
    height: 68px;
}
li.valentine-gradient a span{
    color: #EF392B;
    leading-trim: both;
    text-edge: cap;
    font-family: "Vela Sans";
    font-size: 38px;
    font-style: normal;
    font-weight: 600;
    line-height: 115%;
    text-transform: uppercase;
}
li.dream-sale{
    padding: 5px 2px;
    background-color: #81A1D1;
}
li.dream-sale:hover{
    background-color: #8e661d;
}
li.spring-sale{
    padding: 5px 2px;
    /*background-color: #F16364*/
}
li.page-header__menu-item.isSale__menu-item.spring-sale:hover{
    /*background-color:  #F16364*/
}
li.summer-sale {
    /*
    background: linear-gradient(to right, #EE6315 0%, #AE150B 100%);
    */
}

li.summer-sale img{
    height: 48px;
    margin: 11px;
}

li.newyear-gradient img{
    height: 52px;
}
@media (max-width: 560px) {
    li.valentine-gradient a span{
        font-size: 22px;
        font-style: normal;
        font-weight: 700;
        line-height: 115%;
        text-transform: uppercase;
    }
}
@media screen and ( max-width:500px ){
    li.bf__menu-item.spring-sale{
        max-width: 253px;
        width: 100%;
        padding: 0;
    }
}
@media (min-width: 1200px) {
    li.isSale__menu-item {
        height: 80px;
        top: 0;
        position: absolute;
        padding: 32px 10px 0;
    }

    .page-header__menu-item.isSale__menu-item:hover, .page-header__menu-item--active.isSale__menu-item{
        background: #8e661d;
    }
    .page-header__menu-item.isSale__menu-item:hover > a:after{
        display: none;
    }
    .page-header__menu-item--active.isSale__menu-item:hover{
        background: #cc993d;
    }
    .page-header__menu-item.isSale__menu-item:hover > a{
        color: #fff;
    }
    .page-header__menu-item--active.isSale__menu-item > a{
        color: #fff;
    }

    li.bf__menu-item {
        height: 34px;
        top: 24px;
        padding: 0 7px 0 0;
        border-radius: 8px;
        white-space: nowrap;
    }
    li.bf__menu-item a {
        display: flex;
        justify-content: flex-start;
        align-items: center;
        height: 100%;
        gap: 5px;
    }
    li.bf__menu-item:hover > a {
        height: 100%;
    }
    li.bf__menu-item img {
        height: 34px;
    }

    li.newyear-gradient {
        padding-left: 7px;
        background: linear-gradient(90deg, #AD0402 0%, #E90300 100%);
    }

    li.ciber-gradient {
        background: linear-gradient(to right, #FFA800 0%, #FE00EA 100%);
        width: auto;
        width: 156px;
        padding: 0;
    }

    li.ciber-gradient a{
        gap: 0;
        padding: 5px;
        justify-content: space-around;
        grid-gap: 10px;
    }

    li.ciber-gradient a svg{
        order: 1;
        width: auto;
        height: auto;
    }

    li.ciber-gradient a span{
        font-family: "Vela Sans";
        font-size: 13px;
        font-style: normal;
        font-weight: 600;
        line-height: 115%;
        text-transform: uppercase;
    }

    li.valentine-gradient {
        background: #F7D7D6;
        width: auto;
        padding:10px 0 10px 15px;
    }

    li.valentine-gradient a svg{
        order: 1;
        width: 34px;
        height: 34px;
    }

    li.valentine-gradient a span{
        color: #EF392B;
        leading-trim: both;
        text-edge: cap;
        font-family: "Vela Sans";
        font-size: 12px;
        font-style: normal;
        font-weight: 700;
        line-height: 95%;
        text-transform: uppercase;
    }

    li.dream-sale{
        padding: 13px 2px;
    }
    li.spring-sale{
        padding: 13px 2px;
    }

    li.summer-sale {
        background: linear-gradient(to left, #EE6315 0%, #AE150B 100%);
    }

    li.summer-sale img{
        height: 22px;
        margin: 8px;
    }

    li.newyear-gradient img{
        height: 24px;
    }
}
@media (max-width: 1199px) {
    li.bf__menu-item {
        display: flex;
        align-items: center;
        width: calc(100% - 40px);
        max-width: 440px;
        margin: 0 auto;
        margin-top: 10px;
        border-bottom: none;
        height: 70px;
    }
    li.bf__menu-item a {
        display: flex;
        flex-direction: row-reverse;
        justify-content: space-between;
        align-items: center;
        width: 100%;
        font-size: 2.8rem;
    }

    li.newyear-gradient {
        padding-right: 14px;
    }
}
@media (max-width: 1300px) and (min-width: 1200px) {
    .page-header__menu-small .page-header__menu-item {
        margin-right: 18px;
    }
    .page-header__menu-small .page-header__menu-item a {
        font-size: 2rem;
    }
}

.black-friday.bf__menu-item,
.black-friday.bf__menu-item:hover {
    top: 20px;
    height: 40px;
    padding: 0;
    background-color: transparent;
}
.black-friday.bf__menu-item a {
    display: flex;
    gap: 2px;
    height: 40px;
    padding: 0 0 0 8px;
    color: #FFA800;
    font-family: Vela Sans;
    font-size: 12.357px;
    font-style: normal;
    font-weight: 700;
    line-height: 115%; /* 46.857px */
    text-transform: uppercase;
    border-radius: 9px;
    background: #1B1B1B;
    overflow: hidden;
}
.black-friday.bf__menu-item:hover a {
    color: #FFA800;
}
.black-friday.bf__menu-item:hover a::after,
.black-friday.bf__menu-item a::after {
    content: '';
    display: block !important;
    position: static;
    width: 60px;
    height: auto;
    aspect-ratio: 60/38;
    background-color: transparent;
    background-image: url(/local/2016/img/black-friday.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
}

@media (max-width: 1199px) {
    .black-friday.bf__menu-item,
    .black-friday.bf__menu-item:hover {
        height: auto;
    }
    .black-friday.bf__menu-item a {
        flex-direction: row;
        height: 76px;
        padding-left: 19px;
        font-size: 40.745px;
    }
    .black-friday.bf__menu-item:hover a::after,
    .black-friday.bf__menu-item a::after {
        width: 106px;
    }
}
@media (max-width: 768px) {
    .black-friday.bf__menu-item a {
        font-size: 22px;
    }
}
.christmas-sale.bf__menu-item,
.christmas-sale.bf__menu-item:hover {
    top: 20px;
    height: 40px;
    padding: 0;
    background-color: transparent;
}
.christmas-sale.bf__menu-item a {
    display: flex;
    gap: 2px;
    height: 40px;
    padding: 0 0 0 8px;
    color: #ffffff;
    font-family: Vela Sans;
    font-size: 12.357px;
    font-style: normal;
    font-weight: 700;
    line-height: 115%; /* 46.857px */
    border-radius: 9px;
    background: #E40E20;
    overflow: hidden;
}
.christmas-sale.bf__menu-item:hover a {
    color: #ffffff;
}
.christmas-sale.bf__menu-item:hover a::after,
.christmas-sale.bf__menu-item a::after {
    content: '';
    display: block !important;
    position: static;
    width: 60px;
    height: auto;
    aspect-ratio: 60/38;
    background-color: transparent;
    background-image: url(/local/2016/img/christmas-sale.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
}

@media (max-width: 1199px) {
    .christmas-sale.bf__menu-item,
    .christmas-sale.bf__menu-item:hover {
        height: auto;
    }
    .christmas-sale.bf__menu-item a {
        flex-direction: row;
        height: 76px;
        padding-left: 19px;
        font-size: 38px;
    }
    .christmas-sale.bf__menu-item:hover a::after,
    .christmas-sale.bf__menu-item a::after {
        width: 106px;
    }
}
@media (max-width: 768px) {
    .christmas-sale.bf__menu-item a {
        font-size: 22px;
    }
}

/* End */


/* Start:/bitrix/components/bitrix/system.show_message/templates/.default/style.min.css?146246995051*/
font.errortext{color:red}font.notetext{color:green}
/* End */


/* Start:/local/templates/.default/components/bitrix/menu/main_footer_menu/style.css?17508480091971*/
@media (min-width: 1200px) {
    .page-footer__bottom-menu {
        padding: 0;
        list-style: none;
        margin-bottom: 55px;
    }
    .page-footer__bottom-menu ul {
        margin: 5px 0;
    }
    .page-footer__bottom-menu {
        background-color: #25262a;
        vertical-align: top;
        margin-bottom: 0;
        height: 60px;
        position: static;
        border-top: 1px solid #2b2e32;
        padding: 18px 0;
    }

    .page-footer__bottom-menu-item {
        width: 100%;
        display: block;
    }
    .page-footer__bottom-menu-item:first-child > a {
        padding-top: 0;
    }
    .page-footer__bottom-menu-item a {
        padding: 20px;
        display: block;
        width: 100%;
        color: #ffffff;
        font-size: 2.2rem;
        line-height: .8;
    }

    .page-footer__bottom-menu-item {
        width: auto;
        display: inline-block;
        font-size: 2.2rem;
        margin-right: 20px;
    }
    .page-footer__bottom-menu-item:last-child {
        margin-right: 0;
    }
    .page-footer__bottom-menu-item a {
        color: #ffffff;
        padding: 0;
    }
    .page-footer__bottom-menu-item a:hover {
        color: #e463a0;
    }
    .page-footer__bottom-menu-item--active > a {
        color: #e463a0;
        position: relative;
    }
    .page-footer__bottom-menu-item--active > a:before {
        content: "";
        display: block;
        position: absolute;
        width: 100%;
        height: 1px;
        top: 6px;
        left: 0;
        z-index: 10;
        background-color: #e463a0;
    }
    .page-footer__bottom-menu-item:hover > a {
        color: #e463a0;
        position: relative;
        height: 35px;
    }
    .page-footer__bottom-menu-item:hover > a:before {
        content: "";
        display: block;
        position: absolute;
        width: 100%;
        height: 1px;
        top: 6px;
        left: 0;
        z-index: 10;
        background-color: #e463a0;
    }
}

/* End */


/* Start:/local/templates/2016_main/styles.css?1750848009313*/
span.popmechanic-new-price {
    color: #e463a0 !important;
}

span.popmechanic-old-price {
    color: #da2a7e !important;
}

.popmechanic-old-price::after {
    background-color: #da2a7e !important;
}

.popmechanic-button:hover {
    border-color: #e463a0 !important;
    background-color: #e463a0 !important;
}

/* End */


/* Start:/local/templates/2016_main/template_styles.css?17508480096198*/
.catalog__description h2,
.catalog__description h3 {
    margin-bottom: 20px;
    font-family: "Bebas Neue", Helvetica, Arial, sans-serif;
    font-size: 2.2rem;
    line-height: 2.5rem;
    color: #25262a;
}
.catalog__description h3 {}
@media (min-width: 768px) {
    .catalog__description h2,
    .catalog__description h3 {
        margin-bottom: 10px;
    }
}
.product-detail__tabs-content #description a {
	color: #e463a0 !important;
}

/*
* Prefixed by https://autoprefixer.github.io
* PostCSS: v8.4.14,
* Autoprefixer: v10.4.7
* Browsers: last 4 version
*/
/*Стили для модалки "Добавлено в корзину", из карточки товара*/
.popup-window[id^="CatalogSectionBasket"] {
    max-width: 400px;
    width: 100% !important;
    position: fixed !important;
    top: 50px !important;
    padding: 20px !important;
    -webkit-box-shadow: 0 10px 20px 5px rgba(0, 0, 0, 0.1) !important;
    box-shadow: 0 10px 20px 5px rgba(0, 0, 0, 0.1) !important;
}
.popup-window-titlebar[id^="popup-window-titlebar-CatalogSectionBasket"] {
    height: auto;
}
.popup-window-titlebar[id^="popup-window-titlebar-CatalogSectionBasket"] div {
    margin-bottom: 12px;
    text-align: left;
    font-size: 28px;
    font-weight: 700;
    letter-spacing: 0.05em;
    line-height: 1;
}
.popup-window-content[id^="popup-window-content-CatalogSectionBasket"] div {
    margin-bottom: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.popup-window-content[id^="popup-window-content-CatalogSectionBasket"] div p {
    font-family: 'Inter';
    font-weight: 500;
    line-height: 1.4;
    text-align: left;
}
.popup-window-content[id^="popup-window-content-CatalogSectionBasket"] div img {
    margin-right: 12px;
    width: 124px;
    height: 124px;
    -o-object-position: center;
    object-position: center;
    -o-object-fit: contain;
    object-fit: contain;
}
.popup-window[id^="CatalogSectionBasket"] .bx_bt_button {
    font-family: 'Inter';
    font-style: italic;
    font-weight: 500;
    width: 100%;
    height: 44px;
    padding: 11px 25px;
}
.popup-window[id^="CatalogSectionBasket"] .popup-window-buttons {
    margin: 0;
}
.popup-window[id^="CatalogSectionBasket"] .popup-window-buttons .row:before, .popup-window[id^="CatalogSectionBasket"] .popup-window-buttons .row:after {
    display: none;
}
@media(max-width: 1199px) {
    .popup-window[id^="CatalogSectionBasket"] {
        top: 60px !important;
    }
}
@media (max-width: 450px) {
    .popup-window[id^="CatalogSectionBasket"] {
        max-width: calc(100% - 30px);
        left: 50% !important;
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        transform: translateX(-50%);
        top: 50px !important;
        padding: 16px !important;
    }
    .popup-window-titlebar[id^="popup-window-titlebar-CatalogSectionBasket"] div {
        font-size: 24px;
    }
    .popup-window-content[id^="popup-window-content-CatalogSectionBasket"] div {
        margin-bottom: 16px;
    }
}

/*Стили для модалки "Добавлено в корзину", со страницы товара*/
.popup-window[id^="CatalogElementBasket"] {
    max-width: 400px;
    width: 100% !important;
    position: fixed !important;
    top: 50px !important;
    padding: 20px !important;
    -webkit-box-shadow: 0 10px 20px 5px rgba(0, 0, 0, 0.1) !important;
    box-shadow: 0 10px 20px 5px rgba(0, 0, 0, 0.1) !important;
}
.popup-window-titlebar[id^="popup-window-titlebar-CatalogElementBasket"] {
    height: auto;
}
.popup-window-titlebar[id^="popup-window-titlebar-CatalogElementBasket"] div {
    margin-bottom: 12px;
    text-align: left;
    font-size: 28px;
    font-weight: 700;
    letter-spacing: 0.05em;
    line-height: 1;
}
.popup-window-content[id^="popup-window-content-CatalogElementBasket"] div {
    margin-bottom: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.popup-window-content[id^="popup-window-content-CatalogElementBasket"] div p {
    font-family: 'Inter';
    font-weight: 500;
    line-height: 1.4;
    text-align: left;
}
.popup-window-content[id^="popup-window-content-CatalogElementBasket"] div img {
    margin-right: 12px;
    width: 124px;
    height: 124px;
    -o-object-position: center;
    object-position: center;
    -o-object-fit: contain;
    object-fit: contain;
}
.popup-window[id^="CatalogElementBasket"] .bx_bt_button {
    font-family: 'Inter';
    font-style: italic;
    font-weight: 500;
    width: 100%;
    height: 44px;
    padding: 11px 25px;
}
.popup-window[id^="CatalogElementBasket"] .popup-window-buttons {
    margin: 0;
}
.popup-window[id^="CatalogElementBasket"] .popup-window-buttons .row:before, .popup-window[id^="CatalogElementBasket"] .popup-window-buttons .row:after {
    display: none;
}
@media(max-width: 1199px) {
    .popup-window[id^="CatalogElementBasket"] {
        top: 60px !important;
    }
}
@media (max-width: 450px) {
    .popup-window[id^="CatalogElementBasket"] {
        max-width: calc(100% - 30px);
        left: 50% !important;
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        transform: translateX(-50%);
        top: 50px !important;
        padding: 16px !important;
    }
    .popup-window-titlebar[id^="popup-window-titlebar-CatalogElementBasket"] div {
        font-size: 24px;
    }
    .popup-window-content[id^="popup-window-content-CatalogElementBasket"] div {
        margin-bottom: 16px;
    }
}


.smartbanner {
    z-index: 9999;
    position: fixed;
}
.smartbanner__info__author, .smartbanner__info__price {
    font-size: 12px;
    color: gray;
}
.smartbanner__info__title {
    font-size: 17px;
}
.smartbanner__icon{
    background-size: 100% 100%;
    top: 17px;
    left: 37px;
    width: 50px;
    height: 50px;
}

/* End */


/* Start:/local/2016/css/bitrix.min.css?173521817832930*/
.bx-timer-semicolon-off .bx-timer-semicolon{visibility:hidden}.bx-panel-tooltip{z-index:2210 !important;overflow:hidden !important;position:absolute !important;letter-spacing:normal !important;list-style:none !important;text-align:left !important;text-indent:0 !important;text-transform:none !important;visibility:visible !important;white-space:normal !important;word-spacing:normal !important;vertical-align:baseline !important;margin:0 !important;padding:0 !important;float:none !important;text-decoration:none !important;-webkit-border-radius:3px !important;-moz-border-radius:3px !important;border-radius:3px !important;-webkit-box-shadow:0 12px 10px rgba(0,0,0,.25) !important;-moz-box-shadow:0 12px 10px rgba(0,0,0,.25) !important;box-shadow:0 12px 10px rgba(0,0,0,.25) !important;border:1px solid;border-color:#a2a6ad #989ca1 #8e9398;background:#d0dbdd;background:-webkit-linear-gradient(top, rgba(227,233,234,.95), rgba(198,210,213,.95));background:-moz-linear-gradient(top, rgba(227,233,234,.95), rgba(198,210,213,.95));background:-o-linear-gradient(top, rgba(227,233,234,.95), rgba(198,210,213,.95));background:-ms-linear-gradient(top, rgba(227,233,234,.95), rgba(198,210,213,.95));background:linear-gradient(to bottom, rgba(227,233,234,.95), rgba(198,210,213,.95));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#f2e3e9ea', endColorstr='#f2c6d2d5',GradientType=0)}.bx-panel-tooltip div{display:block !important}.bx-panel-tooltip .bx-panel-tooltip-top-border,.bx-panel-tooltip .bx-panel-tooltip-bottom-border{display:none !important}.bx-panel-tooltip-content{overflow:hidden !important;position:relative !important;z-index:10 !important;display:inline-block !important}.bx-panel-tooltip-title{font:normal normal bold 14px/normal "Helvetica Neue", Helvetica, Arial, sans-serif !important;color:#16191a !important;position:relative !important;padding:7px 10px 0 10px !important;margin:0 !important;text-shadow:0 1px rgba(255, 255, 255, 0.66)}.bx-panel-tooltip-text{font:normal normal normal 12px/normal "Helvetica Neue", Helvetica, Arial, sans-serif !important;color:#272b31 !important;padding:9px 10px 10px 10px !important;margin:0 !important;position:relative !important;text-shadow:0 1px rgba(255, 255, 255, 0.25)}.bx-panel-tooltip-close{position:absolute !important;height:20px !important;background:scroll transparent url(/local/2016/css/../images/panel/top-panel-sprite-2.png) no-repeat -9px -1881px !important;width:25px !important;top:0 !important;right:0 !important;z-index:5 !important;display:block !important}.bx-panel-tooltip-close:hover{background:scroll transparent url(/local/2016/css/../images/panel/top-panel-sprite-2.png) no-repeat -32px -1881px !important}.bx-panel-tooltip-text a{font:normal normal normal 12px/normal "Helvetica Neue", Helvetica, Arial, sans-serif !important}.bx-panel-tooltip-text a,.bx-panel-tooltip-text a:hover{color:#272b31 !important;text-decoration:underline !important}.bx-clear{clear:both}.popup-window{background-color:#fff;box-shadow:0 7px 21px rgba(83, 92, 105, .12), 0 -1px 6px 0 rgba(83, 92, 105, .06);padding:10px;font:13px "Helvetica Neue", Helvetica, Arial, sans-serif}.popup-window.popup-window-with-titlebar{padding:0 10px 10px}.popup-window.popup-window-no-paddings,.popup-window.popup-window-no-paddings .popup-window-content{padding:0}.popup-window-delimiter{background-color:#f0f1f2;display:block;height:1px;line-height:1px}.popup-window-buttons{text-align:center;padding:20px 0 10px;position:relative}.popup-window-button:last-child{margin-right:0}.popup-window-button{margin:0 2px 0 3px;font:normal normal normal 13px/24px Arial, Helvetica, sans-serif}.popup-window-button,.popup-window-button:before,.popup-window-button:after{display:inline-block;cursor:pointer;content:'';vertical-align:top;height:25px;line-height:25px}.popup-window-button{background:url(/local/2016/css/../images/controls-sprite.png?2) repeat-x 0 -551px;border-radius:4px;-webkit-box-shadow:1px 1px 1px 0 rgba(0, 0, 0, 0.06);box-shadow:1px 1px 1px 0 rgba(0, 0, 0, 0.06);color:#000}.popup-window-button:before{background:url(/local/2016/css/../images/controls-sprite.png?2) no-repeat -15px -493px;border-radius:4px 0 0 4px;margin-right:8px;width:4px}.popup-window-button:after{border-radius:0 4px 4px 0;margin-left:8px}.popup-window-button:after{background:url(/local/2016/css/../images/controls-sprite.png?2) no-repeat -22px -493px;width:4px}.popup-window-button:hover{background:url(/local/2016/css/../images/controls-sprite.png?2) repeat-x 0 -985px}.popup-window-button:hover:before{background:url(/local/2016/css/../images/controls-sprite.png?2) no-repeat -15px -927px}.popup-window-button:hover:after{background:url(/local/2016/css/../images/controls-sprite.png?2) no-repeat -22px -927px}.popup-window-button-accept,.popup-window-button-create{background:url(/local/2016/css/../images/controls-sprite.png?2) repeat-x 0 -356px;color:#fff;text-shadow:#75ab6f -1px -1px 0}.popup-window-button-accept:before,.popup-window-button-create:before{background:url(/local/2016/css/../images/controls-sprite.png?2) no-repeat 0 -328px}.popup-window-button-accept:after,.popup-window-button-create:after{background:url(/local/2016/css/../images/controls-sprite.png?2) no-repeat -6px -328px}.popup-window-button-accept:hover,.popup-window-button-create:hover{background:url(/local/2016/css/../images/controls-sprite.png?2) repeat-x 0 -1044px}.popup-window-button-accept:hover:before,.popup-window-button-create:hover:before{background:url(/local/2016/css/../images/controls-sprite.png?2) no-repeat 0 -1016px}.popup-window-button-accept:hover:after,.popup-window-button-create:hover:after{background:url(/local/2016/css/../images/controls-sprite.png?2) no-repeat -6px -1016px}.popup-window-button-wait{color:transparent !important;position:relative}.popup-window-button-wait .popup-window-button-text{opacity:0}.popup-window-button-wait:before{background:none !important;box-shadow:inset 0 0 0 1px #fff;border-radius:50%;color:#fff;display:block !important;content:'_' !important;font-size:10px;font-family:"OpenSans-Regular", "Helvetica Neue", Helvetica, Arial, sans-serif;line-height:10px;height:21px;top:10px;left:50%;margin:0 0 0 -11px;padding-right:6px;position:absolute;text-align:right;width:15px}.popup-window-button-wait:after{background:#fff !important;content:' ' !important;display:block !important;height:7px;margin:0 0 0 -1px;position:absolute;top:14px;left:50%;padding:0;width:1px;-webkit-transform-origin:0 100%;transform-origin:0 100%;-webkit-animation:clock 1s infinite linear;animation:clock 1s infinite linear}.popup-window-button-create.popup-window-button-wait:before,.popup-window-button-accept.popup-window-button-wait:before{color:#535c69;-webkit-box-shadow:inset 0 0 0 1px #535c69;box-shadow:inset 0 0 0 1px #535c69}.popup-window-button-create.popup-window-button-wait:after,.popup-window-button-accept.popup-window-button-wait:after{background:#535c69 !important}@-webkit-keyframes "clock"{0%{-webkit-transform:rotate(0deg);}50%{-webkit-transform:rotate(180deg);}100%{-webkit-transform:rotate(360deg);}0%{transform:rotate(0deg);margin-left:-1px;}50%{transform:rotate(180deg);margin-left:0;}100%{transform:rotate(360deg);margin-left:-1px;}}@keyframes "clock"{0%{transform:rotate(0deg);margin-left:-1px;}50%{transform:rotate(180deg);margin-left:0;}100%{transform:rotate(360deg);margin-left:-1px;}}.bx-ie8 .popup-window-button-wait:before,.bx-ie8 .popup-window-button-wait:after{display:none !important}.popup-window-button-decline{background:url(/local/2016/css/../images/controls-sprite.png?2) repeat-x 0 -522px;color:#fff;text-shadow:#e15252 -1px -1px 0}.popup-window-button-decline:before{background:url(/local/2016/css/../images/controls-sprite.png?2) no-repeat 0 -493px}.popup-window-button-decline:after{background:url(/local/2016/css/../images/controls-sprite.png?2) no-repeat -4px -493px}.popup-window-button-decline:hover{background:url(/local/2016/css/../images/controls-sprite.png?2) repeat-x 0 -956px}.popup-window-button-decline:hover:before{background:url(/local/2016/css/../images/controls-sprite.png?2) no-repeat 0 -927px}.popup-window-button-decline:hover:after{background:url(/local/2016/css/../images/controls-sprite.png?2) no-repeat -4px -927px}.popup-window-button-cancel{color:#d83e3e;font-weight:bold}.popup-window-button-link{-webkit-box-shadow:none;box-shadow:none;cursor:pointer;text-decoration:underline}.popup-window-button-link,.popup-window-button-link:hover{background:none}.popup-window-button-link:before,.popup-window-button-link:after{display:none}span.popup-window-button-link-cancel{color:#d83e3e}.popup-window-button-disable{cursor:default;opacity:0.3}.popup-window-button-disable:hover{background:url("/local/2016/css/../images/controls-sprite.png?2") repeat-x 0 -551px;cursor:default}.popup-window-button-disable:hover .popup-window-button:before{background:url("/local/2016/css/../images/controls-sprite.png?2") no-repeat -15px -493px;cursor:default}.popup-window-button-disable:hover .popup-window-button:after{background:url("/local/2016/css/../images/controls-sprite.png?2") no-repeat -22px -493px;cursor:default}.popup-window-titlebar{height:49px}.popup-window-titlebar-text{-webkit-box-sizing:border-box;box-sizing:border-box;color:#80868e;display:inline-block;font-size:14px;font-weight:bold;max-width:100%;line-height:49px;overflow:hidden;padding:0 10px;text-overflow:ellipsis}.popup-window-content{background-color:#fff}.popup-window-with-titlebar .popup-window-content,.popup-window-content-gray .popup-window-content{background-color:#eef2f4}.popup-window-content-white .popup-window-content{background-color:#ffffff}.popup-window-with-titlebar .popup-window-content{padding:20px}.popup-window-content-no-paddings .popup-window-content{padding:0}.popup-window-close-icon{background:url(/local/2016/css/../images/controls-sprite.png?2) no-repeat -3px -122px;cursor:pointer;height:27px;outline:none;opacity:0.45;position:absolute;right:0;top:0;width:27px;-webkit-transition:opacity 0.2s linear;transition:opacity 0.2s linear}.popup-window-titlebar-close-icon{top:11px;right:10px}.popup-window-close-icon:hover{opacity:1}.popup-window-angly{display:none;height:22px;position:absolute;overflow:hidden;width:33px}.popup-window-angly:before{background-color:#fff;-webkit-box-shadow:0 0 21px rgba(83, 92, 105, .13);box-shadow:0 0 21px rgba(83, 92, 105, .13);content:'';height:15px;position:absolute;left:9px;top:16px;transform:rotate(45deg);transform-origin:50% 50%;width:15px}.popup-window-angly-top{display:block;left:10px;margin:0;top:-22px}.popup-window-angly-right{display:block;right:-17px;top:10px;height:30px;width:17px}.popup-window-angly-right::before{left:-9px;top:8px}.popup-window-angly-bottom{bottom:-20px;display:block;height:20px;margin-left:10px}.popup-window-angly-bottom::before{top:-9px}.popup-window-angly-left{display:block;left:-14px;top:10px;height:30px;width:14px}.popup-window-angly-left::before{left:8px;top:8px}.popup-window-overlay{position:absolute;top:0;left:0;display:none;background:#333;filter:progid:DXImageTransform.Microsoft.Alpha(opacity=50);-moz-opacity:0.5;opacity:0.5}.menu-popup{padding:8px 0}.menu-popup-title{margin:0 0 7px 0;padding:0 0 0 4px;color:#4c4c4c;white-space:nowrap;font:normal normal normal 12px/normal Arial, Helvetica, sans-serif}.menu-popup .menu-popup-item{background-color:transparent;display:block;cursor:pointer;height:36px;position:relative;text-decoration:none;outline:none;white-space:nowrap;-webkit-transition:background-color 0.3s linear;transition:background-color 0.3s linear}.menu-popup-item-icon{display:inline-block;height:16px;margin-left:11px;vertical-align:middle;width:19px}.menu-popup-item-text{display:inline-block;font-family:"Helvetica Neue", Helvetica, Arial, sans-serif;color:#80868e;line-height:36px;padding:0 15px 0 9px;text-decoration:none;vertical-align:middle;-webkit-transition:color 0.2s linear;transition:color 0.2s linear}.menu-popup-no-icon .menu-popup-item-text{padding:0 15px}.menu-popup-item:hover{background-color:#f6f8f9}.menu-popup-item:hover .menu-popup-item-text{color:#3b434f}.bx-admin-submenu-opened{background:#f0f0f0 !important;-webkit-border-radius:3px;border-radius:3px}.menu-popup-no-icon .menu-popup-item-icon{display:none}.menu-popup-item-view .menu-popup-item-icon{background:url(/local/2016/css/../images/popup/popup-menu-sprite.2.png) no-repeat scroll -45px -271px transparent}.menu-popup-item-edit .menu-popup-item-icon{background:url(/local/2016/css/../images/popup/popup-menu-sprite.2.png) no-repeat scroll -43px -291px transparent}.menu-popup-item-create .menu-popup-item-icon{background:url(/local/2016/css/../images/popup/popup-menu-sprite.2.png) no-repeat scroll -44px -311px transparent}.menu-popup-item-create-quick .menu-popup-item-icon{background:url(/local/2016/css/../images/popup/popup-menu-sprite.2.png) no-repeat scroll -43px -329px transparent}.menu-popup-item-take .menu-popup-item-icon{background:url(/local/2016/css/../images/popup/popup-menu-sprite.2.png) no-repeat scroll -43px -347px transparent}.menu-popup-item-begin .menu-popup-item-icon{background:url(/local/2016/css/../images/popup/popup-menu-sprite.2.png) no-repeat scroll -44px -367px transparent}.menu-popup-item-decline .menu-popup-item-icon{background:url(/local/2016/css/../images/popup/popup-menu-sprite.2.png) no-repeat scroll -44px -383px transparent}.menu-popup-item-reopen .menu-popup-item-icon{background:url(/local/2016/css/../images/popup/popup-menu-sprite.2.png) no-repeat scroll -42px -484px transparent}.menu-popup-item-complete .menu-popup-item-icon{background:url(/local/2016/css/../images/popup/popup-menu-sprite.2.png) no-repeat scroll -42px -502px transparent}.menu-popup-item-hold .menu-popup-item-icon{background:url(/local/2016/css/../images/popup/popup-menu-sprite.2.png) no-repeat scroll -44px -520px transparent}.menu-popup-item-accept .menu-popup-item-icon{background:url(/local/2016/css/../images/popup/popup-menu-sprite.2.png) no-repeat scroll -43px -347px transparent}.menu-popup-item-remake .menu-popup-item-icon{background:url(/local/2016/css/../images/popup/popup-menu-sprite.2.png) no-repeat scroll -44px -383px transparent}.menu-popup-item-delete .menu-popup-item-icon{background:url(/local/2016/css/../images/popup/popup-menu-sprite.2.png) no-repeat scroll -44px -535px transparent}.menu-popup-item-copy .menu-popup-item-icon{background:url(/local/2016/css/../images/popup/popup-menu-sprite.2.png) no-repeat scroll -42px -595px transparent}.menu-popup-item-delegate .menu-popup-item-icon{background:url(/local/2016/css/../images/popup/popup-menu-sprite.2.png) no-repeat scroll -42px -615px transparent}.menu-popup-item-add-to-tm .menu-popup-item-icon{background:url(/local/2016/css/../images/popup/popup-menu-sprite.2.png) no-repeat scroll -42px -634px transparent}.popup-window-button-left,.popup-window-button-right{display:none}.popup-window-dark{background-color:rgba(0,0,0, 0.8);-webkit-border-radius:4px;border-radius:4px;box-shadow:0 19px 24px rgba(88, 112, 118, 0.17)}.popup-window-dark .popup-window-content{background-color:transparent;color:#fff;margin:0}.popup-window-dark .popup-window-angly:before{background-color:rgba(0,0,0, 0.8)}.popup-window-dark .popup-window-hr{display:none}.popup-window-dark .popup-window-button-link{color:#fff}.popup-window-dark .popup-window-titlebar{font:13px/32px "Helvetica Neue", Helvetica, Arial, sans-serif;margin-left:0;vertical-align:top;margin-right:0;padding-left:8px}.popup-window-dark .popup-window-titlebar .popup-window-content{padding-top:9px}.popup-window-dark .popup-window-buttons{padding:0;margin:4px 8px 6px;text-align:center;position:relative;zoom:1}.popup-window-dark .popup-window-button{margin:0 10px 0 0}.popup-window-dark .popup-window-button,.popup-window-dark .popup-window-button .popup-window-button-left,.popup-window-dark .popup-window-button .popup-window-button-right,.popup-window-dark .popup-window-button .popup-window-button-text{display:inline-block;vertical-align:top;height:28px;line-height:28px;cursor:pointer}.popup-window-dark .popup-window-button-text{font:normal normal normal 13px/26px "Helvetica Neue", Helvetica, Arial, sans-serif;padding:0 8px}.popup-window-dark .popup-window-button{background:url(/local/2016/css/./../images/popup/popup-dark-buttons-sprite.png) repeat-x 0 -216px}.popup-window-dark .popup-window-button-text{background:none;color:#7a808c;text-shadow:#fff 0 1px 0}.popup-window-dark .popup-window-button-left{width:3px;position:relative;left:-3px;background:url(/local/2016/css/./../images/popup/popup-dark-buttons-sprite.png) no-repeat -38px 0}.popup-window-dark .popup-window-button-right{width:3px;position:relative;left:3px;background:url(/local/2016/css/./../images/popup/popup-dark-buttons-sprite.png) no-repeat -41px 0}.popup-window-dark .popup-window-button:hover{background:url(/local/2016/css/./../images/popup/popup-dark-buttons-sprite.png) repeat-x 0 -249px}.popup-window-dark .popup-window-button:hover .popup-window-button-text{background:none}.popup-window-dark .popup-window-button:hover .popup-window-button-left{background:url(/local/2016/css/./../images/popup/popup-dark-buttons-sprite.png) no-repeat -45px 0}.popup-window-dark .popup-window-button:hover .popup-window-button-right{background:url(/local/2016/css/./../images/popup/popup-dark-buttons-sprite.png) no-repeat -48px 0}.popup-window-dark .popup-window-button:active{background:url(/local/2016/css/./../images/popup/popup-dark-buttons-sprite.png) repeat-x 0 -283px}.popup-window-dark .popup-window-button:active .popup-window-button-text{background:none}.popup-window-dark .popup-window-button:active .popup-window-button-left{background:url(/local/2016/css/./../images/popup/popup-dark-buttons-sprite.png) no-repeat -51px 0}.popup-window-dark .popup-window-button:active .popup-window-button-right{background:url(/local/2016/css/./../images/popup/popup-dark-buttons-sprite.png) no-repeat -54px 0}.popup-window-dark .popup-window-button-accept,.popup-window-dark .popup-window-button-create{background:url(/local/2016/css/./../images/popup/popup-dark-buttons-sprite.png) repeat-x 0 -34px}.popup-window-dark .popup-window-button-accept .popup-window-button-text,.popup-window-dark .popup-window-button-create .popup-window-button-text{background:none;color:#fff;text-shadow:#688b09 0 -1px 0}.popup-window-dark .popup-window-button-accept .popup-window-button-left,.popup-window-dark .popup-window-button-create .popup-window-button-left{background:url(/local/2016/css/./../images/popup/popup-dark-buttons-sprite.png) no-repeat 0 0}.popup-window-dark .popup-window-button-accept .popup-window-button-right,.popup-window-dark .popup-window-button-create .popup-window-button-right{background:url(/local/2016/css/./../images/popup/popup-dark-buttons-sprite.png) no-repeat -3px 0}.popup-window-dark .popup-window-button-accept:hover,.popup-window-dark .popup-window-button-create:hover{background:url(/local/2016/css/./../images/popup/popup-dark-buttons-sprite.png) repeat-x 0 -64px}.popup-window-dark .popup-window-button-accept:hover .popup-window-button-text,.popup-window-dark .popup-window-button-create:hover .popup-window-button-text{background:none;text-shadow:#7caa02 0 -1px 0}.popup-window-dark .popup-window-button-accept:hover .popup-window-button-left,.popup-window-dark .popup-window-button-create:hover .popup-window-button-left{background:url(/local/2016/css/./../images/popup/popup-dark-buttons-sprite.png) no-repeat -7px 0}.popup-window-dark .popup-window-button-accept:hover .popup-window-button-right,.popup-window-dark .popup-window-button-create:hover .popup-window-button-right{background:url(/local/2016/css/./../images/popup/popup-dark-buttons-sprite.png) no-repeat -10px 0}.popup-window-dark .popup-window-button-accept:active,.popup-window-dark .popup-window-button-create:active{background:url(/local/2016/css/./../images/popup/popup-dark-buttons-sprite.png) repeat-x 0 -94px}.popup-window-dark .popup-window-button-accept:active .popup-window-button-text,.popup-window-dark .popup-window-button-create:active .popup-window-button-text{background:none;text-shadow:#688b09 0 -1px 0}.popup-window-dark .popup-window-button-accept:active .popup-window-button-left,.popup-window-dark .popup-window-button-create:active .popup-window-button-left{background:url(/local/2016/css/./../images/popup/popup-dark-buttons-sprite.png) no-repeat -13px 0}.popup-window-dark .popup-window-button-accept:active .popup-window-button-right,.popup-window-dark .popup-window-button-create:active .popup-window-button-right{background:url(/local/2016/css/./../images/popup/popup-dark-buttons-sprite.png) no-repeat -16px 0}.popup-window-dark .popup-window-button-decline{background:url(/local/2016/css/./../images/popup/popup-dark-buttons-sprite.png) repeat-x 0 -123px}.popup-window-dark .popup-window-button-decline .popup-window-button-text{background:none;text-shadow:#921f1f 0 -1px 0;color:#fff}.popup-window-dark .popup-window-button-decline .popup-window-button-left{background:url(/local/2016/css/./../images/popup/popup-dark-buttons-sprite.png) no-repeat -19px 0}.popup-window-dark .popup-window-button-decline .popup-window-button-right{background:url(/local/2016/css/./../images/popup/popup-dark-buttons-sprite.png) no-repeat -22px 0}.popup-window-dark .popup-window-button-decline:hover{background:url(/local/2016/css/./../images/popup/popup-dark-buttons-sprite.png) repeat-x 0 -154px}.popup-window-dark .popup-window-button-decline:hover .popup-window-button-text{background:none;text-shadow:#ba3a3a 0 -1px 0}.popup-window-dark .popup-window-button-decline:hover .popup-window-button-left{background:url(/local/2016/css/./../images/popup/popup-dark-buttons-sprite.png) no-repeat -26px 0}.popup-window-dark .popup-window-button-decline:hover .popup-window-button-right{background:url(/local/2016/css/./../images/popup/popup-dark-buttons-sprite.png) no-repeat -29px 0}.popup-window-dark .popup-window-button-decline:active{background:url(/local/2016/css/./../images/popup/popup-dark-buttons-sprite.png) repeat-x 0 -185px}.popup-window-dark .popup-window-button-decline:active .popup-window-button-text{background:none;text-shadow:#800e0e 0 -1px 0}.popup-window-dark .popup-window-button-decline:active .popup-window-button-left{background:url(/local/2016/css/./../images/popup/popup-dark-buttons-sprite.png) no-repeat -32px 0}.popup-window-dark .popup-window-button-decline:active .popup-window-button-right{background:url(/local/2016/css/./../images/popup/popup-dark-buttons-sprite.png) no-repeat -35px 0}.popup-window-dark .popup-window-button-cancel .popup-window-button-text{color:#d83e3e;font-weight:bold}.popup-window-dark .popup-window-button-link,.popup-window-dark .popup-window-button-link:hover{background:none}.popup-window-dark .popup-window-button-link{cursor:pointer}.popup-window-dark .popup-window-button-link-cancel .popup-window-button-link{color:#d83e3e;text-decoration:underline}.popup-window-dark .popup-window-button-link-cancel{background:none}.popup-window-dark .popup-window-bottom-row,.popup-window-dark .popup-window-bottom-row .popup-window-left-column,.popup-window-dark .popup-window-bottom-row .popup-window-center-column,.popup-window-dark .popup-window-bottom-row .popup-window-right-column{height:5px;background:none}.popup-window-dark .popup-window-left-column{width:7px;min-width:7px;padding:0;text-align:left;background:none !important}.popup-window-dark .popup-window-right-column{width:7px;min-width:7px;padding:0;text-align:left;background:none !important}.popup-window-dark .popup-window-center-column{padding:0;text-align:left;background:none !important}.popup-window-dark .popup-window-left-spacer{width:7px;height:1px;font-size:1px}.popup-window-dark .popup-window-right-spacer{width:7px;height:1px;font-size:1px}.popup-window-dark .popup-window-close-icon{margin-top:0px;background:url("/local/2016/css/./../images/popup/popup-dark-sprite.png") -21px -7px}.popup-window-dark .popup-window-close-icon:hover{background:url("/local/2016/css/./../images/popup/popup-dark-sprite.png") -7px -7px}.popup-window-dark .popup-window-titlebar-close-icon{margin-top:5px;background:url("/local/2016/css/./../images/popup/popup-dark-sprite.png") -7px -20px}.popup-window-dark .popup-window-titlebar-close-icon:hover{background:url("/local/2016/css/./../images/popup/popup-dark-sprite.png") -20px -20px}.popup-window-tabs-box{padding:10px 0 4px}.popup-window-tabs{position:relative;padding:0 20px 0 0;margin:0;height:42px;font-size:0;z-index:1}.popup-window-tab{display:inline-block;height:42px;margin:0 7px 0 0;padding:0 12px;border:none;vertical-align:top;font-size:14px;font-weight:bold;font-family:"Helvetica Neue", Helvetica, Arial, sans-serif;line-height:41px;color:#535c69;background-color:#ecf2f3;text-shadow:none;cursor:pointer;-webkit-transition:background-color 0.15s linear;transition:background-color 0.15s linear}.popup-window-tab:hover{background-color:#f7f9f9}.popup-window-tab-selected{position:relative;z-index:2;padding:0 11px;background-color:#fff !important;line-height:40px;border-radius:2px 2px 0 0;border:1px solid #c6cdd3;border-bottom:none;cursor:default}.popup-window-tabs-content{margin:0;padding:10px;border:1px solid #c6cdd3;border-radius:0 3px 3px}.popup-window-tab-content{display:none;padding:20px;background:#eef2f4}.popup-window-tabs-content-white .popup-window-tab-content{padding:10px;background:#fff}.popup-window-tab-content-selected{display:block}#bx-admin-prefix .popup-window-button .popup-window-button-left,#bx-admin-prefix .popup-window-button .popup-window-button-left,#bx-admin-prefix .popup-window-button:before,#bx-admin-prefix .popup-window-button:after{display:none}#bx-admin-prefix .popup-window-button,#bx-admin-prefix .popup-window-button-link{display:inline-block;vertical-align:top;height:25px;line-height:27px;cursor:pointer;font:inherit;color:inherit;padding:0;margin:0;text-decoration:inherit}#bx-admin-prefix .popup-window-button:hover{text-decoration:none;background:#f3f6f7 !important;background-image:-webkit-linear-gradient(top, #f8f8f9, #f2f6f8) !important;background-image:linear-gradient(to bottom, #f8f8f9, #f2f6f8) !important}#bx-admin-prefix .popup-window-button{-webkit-border-radius:4px;border-radius:4px;border:none;-webkit-box-shadow:0 0 1px rgba(0,0,0,.11), 0 1px 1px rgba(0,0,0,.3), inset 0 1px #fff, inset 0 0 1px rgba(255,255,255,.5);box-shadow:0 0 1px rgba(0,0,0,.3), 0 1px 1px rgba(0,0,0,.3), inset 0 1px 0 #fff, inset 0 0 1px rgba(255,255,255,.5);background-color:#e0e9ec;background-image:-webkit-linear-gradient(bottom, #d7e3e7, #fff) !important;background-image:linear-gradient(to top, #d7e3e7, #fff) !important;color:#3f4b54;cursor:pointer;display:inline-block;font-family:"Helvetica Neue",Helvetica,Arial,sans-serif;font-weight:bold;font-size:13px;height:27px;line-height:27px;text-shadow:0 1px rgba(255,255,255,0.7);text-decoration:none;position:relative;vertical-align:middle;-webkit-font-smoothing:antialiased;padding:0 13px 2px;margin-right:10px}#bx-admin-prefix .popup-window-button:active{-webkit-border-radius:4px;border-radius:4px;background-color:#b7c4c9 !important;-webkit-box-shadow:inset 0 1px 1px 1px rgba(103,109,123,.78);box-shadow:inset 0 1px 1px 1px rgba(103,109,123,.78);background-image:-webkit-linear-gradient(top, rgba(179,194,200,.96), rgba(202,215,219,.96)) !important;background-image:linear-gradient(to bottom, rgba(179,194,200,.96), rgba(202,215,219,.96)) !important;border-top:transparent;height:27px;outline:none;padding:1px 13px 1px}#bx-admin-prefix .popup-window-button-accept,#bx-admin-prefix .popup-window-button-create{background-color:#86ad00 !important;-webkit-box-shadow:0 1px 1px rgba(0,0,0,.25), inset 0 1px 0 #cbdc00;box-shadow:0 1px 1px rgba(0,0,0,.25), inset 0 1px 0 #cbdc00;border:solid 1px;border-color:#97c004 #7ea502 #648900;background-image:-webkit-linear-gradient(bottom, #729e00, #97ba00) !important;background-image:linear-gradient(to top, #729e00, #97ba00) !important;color:#fff;text-shadow:0 1px rgba(0,0,0,0.1);-webkit-font-smoothing:antialiased}#bx-admin-prefix .popup-window-button.popup-window-button-accept:hover,#bx-admin-prefix .popup-window-button.popup-window-button-create:hover{background-color:#9ec710 !important;background-image:-webkit-linear-gradient(top, #acce11, #8abb0d) !important;background-image:linear-gradient(to bottom, #acce11, #8abb0d) !important;-webkit-box-shadow:0 1px 1px rgba(0, 0, 0, 0.25), 0 1px 0 #d5e71a inset;box-shadow:0 1px 1px rgba(0, 0, 0, 0.25), 0 1px 0 #d5e71a inset;border-color:#97c004 #7ea502 #648900;text-decoration:none}#bx-admin-prefix .popup-window-button.popup-window-button-accept:active,#bx-admin-prefix .popup-window-button.popup-window-button-create:active{background:#698f00 !important;-webkit-box-shadow:inset 0 2px 1px rgba(66,84,17,.71) !important;box-shadow:inset 0 2px 1px rgba(66,84,17,.71) !important;border-color:transparent #698f00 #698f00 !important;border-top:none;padding:2px 13px 1px !important}.bx-ie8 #bx-admin-prefix .popup-window-button,.bx-ie9 #bx-admin-prefix .popup-window-button{border-radius:4px;background:url(/bitrix/panel/main/images/bx-admin-sprite-small-2.png) repeat-x 0 -3554px;box-shadow:0 0 0 1px rgba(0, 0, 0, 0.07), 0 1px 2px rgba(0, 0, 0, 0.5), 0 1px 0 #FFFFFF inset, 0 0 1px rgba(255, 255, 255, 0.5) inset !important}.bx-ie8 #bx-admin-prefix .popup-window-button{border:1px solid #959c9d !important}.bx-ie8 #bx-admin-prefix .popup-window-button:hover{background:#f5f5f5 !important}.bx-ie8 #bx-admin-prefix .popup-window-button,.bx-ie9 #bx-admin-prefix .popup-window-button,.bx-ie8 #bx-admin-prefix .popup-window-button:active,.bx-ie9 #bx-admin-prefix .popup-window-button:active{height:19px !important;line-height:19px !important;padding-top:6px !important;padding-bottom:4px !important}.bx-ie8 #bx-admin-prefix .popup-window-button-accept,.bx-ie8 #bx-admin-prefix .popup-window-button-create,.bx-ie9 #bx-admin-prefix .popup-window-button-accept,.bx-ie9 #bx-admin-prefix .popup-window-button-create{background:url(/bitrix/panel/main/images/bx-admin-sprite-small-2.png) repeat-x 0 -3658px !important;border-top:1px solid #a4c926 !important;border-bottom:1px solid #73991a !important;border-left:1px solid #74991a !important;border-right:1px solid #74991a !important;box-shadow:none !important}.bx-ie8 #bx-admin-prefix .popup-window-button-accept,.bx-ie8 #bx-admin-prefix .popup-window-button-create,.bx-ie9 #bx-admin-prefix .popup-window-button-accept,.bx-ie9 #bx-admin-prefix .popup-window-button-create{height:17px !important;line-height:17px !important;padding-top:5px !important;padding-bottom:5px !important}.bx-ie8 #bx-admin-prefix .popup-window-button-accept:hover,.bx-ie8 #bx-admin-prefix .popup-window-button-create:hover,.bx-ie9 #bx-admin-prefix .popup-window-button-accept:hover,.bx-ie9 #bx-admin-prefix .popup-window-button-create:hover{background:url(/bitrix/panel/main/images/bx-admin-sprite-small-2.png) repeat-x 0 -3692px !important;box-shadow:none !important;border-top:1px solid #97c004 !important;border-bottom:1px solid #648900 !important;border-left:1px solid #74991a !important;border-right:1px solid #74991a !important;text-decoration:none}.bx-ie8 #bx-admin-prefix span.popup-window-button-accept:hover,.bx-ie8 #bx-admin-prefix span.popup-window-button-create:hover,.bx-ie9 #bx-admin-prefix span.popup-window-button-accept:hover,.bx-ie9 #bx-admin-prefix span.popup-window-button-create:hover{height:17px !important;padding-top:5px !important;padding-bottom:5px !important}.bx-ie8 #bx-admin-prefix .popup-window-button-accept:active,.bx-ie8 #bx-admin-prefix .popup-window-button-create:active,.bx-ie9 #bx-admin-prefix .popup-window-button-accept:active,.bx-ie9 #bx-admin-prefix .popup-window-button-create:active{background:url(/bitrix/panel/main/images/bx-admin-sprite-small-2.png) repeat-x 0 -3692px !important;box-shadow:none !important;border-top:1px solid #97c004 !important;border-bottom:1px solid #648900 !important;border-left:1px solid #74991a !important;border-right:1px solid #74991a !important;height:17px !important;padding-top:5px !important;padding-bottom:5px !important;text-decoration:none}.bx-ie8 #bx-admin-prefix .popup-window-button-accept:active,.bx-ie8 #bx-admin-prefix .popup-window-button-create:active{padding-top:6px !important}#bx-admin-prefix table.popup-window-titlebar .popup-window-top-row,#bx-admin-prefix table.popup-window-titlebar-light .popup-window-top-row{position:relative}#bx-admin-prefix table.popup-window-titlebar .popup-window-top-row .popup-window-left-column,#bx-admin-prefix table.popup-window-titlebar .popup-window-top-row .popup-window-center-column,#bx-admin-prefix table.popup-window-titlebar .popup-window-top-row .popup-window-right-column,#bx-admin-prefix table.popup-window-titlebar-light .popup-window-top-row .popup-window-left-column,#bx-admin-prefix table.popup-window-titlebar-light .popup-window-top-row .popup-window-center-column,#bx-admin-prefix table.popup-window-titlebar-light .popup-window-top-row .popup-window-right-column{padding:0;margin:0;border:none;height:49px;background:#e2ebee none;box-sizing:border-box;vertical-align:top}#bx-admin-prefix table.popup-window-titlebar div.popup-window-titlebar,#bx-admin-prefix table.popup-window-titlebar-light div.popup-window-titlebar{background-color:#e2ebee;border-bottom:1px solid#a9a9a9;-webkit-box-shadow:0 1px 0 0 #e5e5e5, 0 -1px 0 0 #ecf1f3 inset, inset 0 1px 0 0 #fff, inset 0 0 0 1px #e9f0f2;box-shadow:0 1px 0 0 #e5e5e5, 0 -1px 0 0 #ecf1f3 inset, inset 0 1px 0 0 #fff, inset 0 0 0 1px #e9f0f2;border-radius:4px 4px 0 0;height:49px;top:0;left:0;position:absolute;overflow:hidden;width:100%}#bx-admin-prefix table.popup-window-titlebar div.popup-window-titlebar span,#bx-admin-prefix table.popup-window-titlebar-light div.popup-window-titlebar span{display:inline-block;margin:12px 0 0 18px;font-size:20px;text-shadow:0 1px #fff;white-space:nowrap;color:#282a2c}#bx-admin-prefix table.popup-window-titlebar .popup-window-content,#bx-admin-prefix table.popup-window-titlebar-light .popup-window-content{margin:12px 9px}
/* End */


/* Start:/local/2016/css/style.css?1750848009387402*/
/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS and IE text size adjust after device orientation change,
 *    without disabling user zoom.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}
/**
 * Remove default margin.
 */
body {
  margin: 0;
}
/* HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}
/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
audio,
canvas,
progress,
video {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */
}
/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}
/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/10/11, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none;
}
/* Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background-color: transparent;
}
/**
 * Improve readability of focused elements when they are also in an
 * active/hover state.
 */
a:active,
a:hover {
  outline: 0;
}
/* Text-level semantics
   ========================================================================== */
/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted;
}
/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */
b,
strong {
  font-weight: bold;
}
/**
 * Address styling not present in Safari and Chrome.
 */
dfn {
  font-style: italic;
}
/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
/**
 * Address styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000;
}
/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%;
}
/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
/* Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9/10.
 */
img {
  border: 0;
}
/**
 * Correct overflow not hidden in IE 9/10/11.
 */
svg:not(:root) {
  overflow: hidden;
}
/* Grouping content
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari.
 */
figure {
  margin: 1em 40px;
}
/**
 * Address differences between Firefox and other browsers.
 */
hr {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}
/**
 * Contain overflow in all browsers.
 */
pre {
  overflow: auto;
}
/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
/* Forms
   ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  /* 1 */
  font: inherit;
  /* 2 */
  margin: 0;
  /* 3 */
}
/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */
button {
  overflow: visible;
}
/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */
button,
select {
  text-transform: none;
}
/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */
}
/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default;
}
/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
input {
  line-height: normal;
}
/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type="checkbox"],
input[type="radio"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}
/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome.
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  /* 2 */
}
/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */
}
/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
textarea {
  overflow: auto;
}
/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
optgroup {
  font-weight: bold;
}
/* Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0;
}
td,
th {
  padding: 0;
}
/**
 * Owl Carousel v2.1.1
 * Copyright 2013-2016 David Deutsch
 * Licensed under MIT (https://github.com/OwlCarousel2/OwlCarousel2/blob/master/LICENSE)
 */
/*
 *  Owl Carousel - Core
 */
.owl-carousel {
  display: none;
  width: 100%;
  -webkit-tap-highlight-color: transparent;
  /* position relative and z-index fix webkit rendering fonts issue */
  position: relative;
  z-index: 1;
}
.owl-carousel .owl-stage {
  position: relative;
  -ms-touch-action: pan-Y;
}
.owl-carousel .owl-stage:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
.owl-carousel .owl-stage-outer {
  position: relative;
  overflow: hidden;
  /* fix for flashing background */
  -webkit-transform: translate3d(0px, 0px, 0px);
}
.owl-carousel .owl-item {
  position: relative;
  min-height: 1px;
  float: left;
  -webkit-backface-visibility: hidden;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
}
.owl-carousel .owl-item .product-card__img img {
  display: block;
  width: 100%;
  -webkit-transform-style: preserve-3d;
}
.owl-carousel .owl-nav.disabled,
.owl-carousel .owl-dots.disabled {
  display: none;
}
.owl-carousel .owl-nav .owl-prev,
.owl-carousel .owl-nav .owl-next,
.owl-carousel .owl-dot {
  cursor: pointer;
  cursor: hand;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.owl-carousel.owl-loaded {
  display: block;
}
.owl-carousel.owl-loading {
  opacity: 0;
  display: block;
}
.owl-carousel.owl-hidden {
  opacity: 0;
}
.owl-carousel.owl-refresh .owl-item {
  display: none;
}
.owl-carousel.owl-drag .owl-item {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.owl-carousel.owl-grab {
  cursor: move;
  cursor: -webkit-grab;
  cursor: -moz-grab;
  cursor: grab;
}
.owl-carousel.owl-rtl {
  direction: rtl;
}
.owl-carousel.owl-rtl .owl-item {
  float: right;
}
/* No Js */
.no-js .owl-carousel {
  display: block;
}
/*
 *  Owl Carousel - Animate Plugin
 */
.owl-carousel .animated {
  -webkit-animation-duration: 1000ms;
  -moz-animation-duration: 1000ms;
  -o-animation-duration: 1000ms;
  animation-duration: 1000ms;
  -webkit-animation-fill-mode: both;
  -moz-animation-fill-mode: both;
  -o-animation-fill-mode: both;
  animation-fill-mode: both;
}
.owl-carousel .owl-animated-in {
  z-index: 0;
}
.owl-carousel .owl-animated-out {
  z-index: 1;
}
.owl-carousel .fadeOut {
  -webkit-animation-name: fadeOut;
  -moz-animation-name: fadeOut;
  -o-animation-name: fadeOut;
  animation-name: fadeOut;
}
@-webkit-keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@-moz-keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@-o-keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
/*
 * 	Owl Carousel - Auto Height Plugin
 */
.owl-height {
  -webkit-transition: height 500ms ease-in-out;
  -o-transition: height 500ms ease-in-out;
  -moz-transition: height 500ms ease-in-out;
  transition: height 500ms ease-in-out;
}
/*
 * 	Owl Carousel - Lazy Load Plugin
 */
.owl-carousel .owl-item .owl-lazy {
  opacity: 0;
  -webkit-transition: opacity 400ms ease;
  -o-transition: opacity 400ms ease;
  -moz-transition: opacity 400ms ease;
  transition: opacity 400ms ease;
}
.owl-carousel .owl-item img.owl-lazy {
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  transform-style: preserve-3d;
}
/*
 * 	Owl Carousel - Video Plugin
 */
.owl-carousel .owl-video-wrapper {
  position: relative;
  height: 100%;
  background: #000;
}
.owl-carousel .owl-video-play-icon {
  position: absolute;
  height: 80px;
  width: 80px;
  left: 50%;
  top: 50%;
  margin-left: -40px;
  margin-top: -40px;
  background: url("/local/2016/css/owl.video.play.png") no-repeat;
  cursor: pointer;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  transition: -webkit-transform 100ms ease;
  -webkit-transition: -webkit-transform 100ms ease;
  -o-transition: -o-transform 100ms ease;
  -moz-transition: transform 100ms ease, -moz-transform 100ms ease;
  transition: transform 100ms ease;
  transition: transform 100ms ease, -webkit-transform 100ms ease, -moz-transform 100ms ease, -o-transform 100ms ease;
  transition: transform 100ms ease, -webkit-transform 100ms ease;
}
.owl-carousel .owl-video-play-icon:hover {
  -webkit-transform: scale(1.3, 1.3);
  -ms-transform: scale(1.3, 1.3);
  -moz-transform: scale(1.3, 1.3);
  -o-transform: scale(1.3, 1.3);
  transform: scale(1.3, 1.3);
}
.owl-carousel .owl-video-playing .owl-video-tn,
.owl-carousel .owl-video-playing .owl-video-play-icon {
  display: none;
}
.owl-carousel .owl-video-tn {
  opacity: 0;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  -webkit-background-size: contain;
  -moz-background-size: contain;
  background-size: contain;
  -webkit-transition: opacity 400ms ease;
  -o-transition: opacity 400ms ease;
  -moz-transition: opacity 400ms ease;
  transition: opacity 400ms ease;
}
.owl-carousel .owl-video-frame {
  position: relative;
  z-index: 1;
  height: 100%;
  width: 100%;
}
/*!
Chosen, a Select Box Enhancer for jQuery and Prototype
by Patrick Filler for Harvest, http://getharvest.com

Version 1.5.0
Full source at https://github.com/harvesthq/chosen
Copyright (c) 2011-2016 Harvest http://getharvest.com

MIT License, https://github.com/harvesthq/chosen/blob/master/LICENSE.md
This file is generated by `grunt build`, do not edit it by hand.
*/
/* @group Base */
.chosen-container {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  font-size: 13px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.chosen-container * {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.chosen-container .chosen-drop {
  position: absolute;
  top: 100%;
  left: -9999px;
  z-index: 1010;
  width: 100%;
  border: 1px solid #aaa;
  border-top: 0;
  background: #fff;
  -webkit-box-shadow: 0 4px 5px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0 4px 5px rgba(0, 0, 0, 0.15);
  box-shadow: 0 4px 5px rgba(0, 0, 0, 0.15);
}
.chosen-container.chosen-with-drop .chosen-drop {
  left: 0;
}
.chosen-container a {
  cursor: pointer;
}
.chosen-container .search-choice .group-name,
.chosen-container .chosen-single .group-name {
  margin-right: 4px;
  overflow: hidden;
  white-space: nowrap;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  font-weight: normal;
  color: #999999;
}
.chosen-container .search-choice .group-name:after,
.chosen-container .chosen-single .group-name:after {
  content: ":";
  padding-left: 2px;
  vertical-align: top;
}
/* @end */
/* @group Single Chosen */
.chosen-container-single .chosen-single {
  position: relative;
  display: block;
  overflow: hidden;
  padding: 0 0 0 8px;
  height: 25px;
  border: 1px solid #aaa;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  background-color: #fff;
  background: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(20%, #ffffff), color-stop(50%, #f6f6f6), color-stop(52%, #eeeeee), color-stop(100%, #f4f4f4));
  background: -webkit-linear-gradient(#ffffff 20%, #f6f6f6 50%, #eeeeee 52%, #f4f4f4 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(20%, #ffffff), color-stop(50%, #f6f6f6), color-stop(52%, #eeeeee), to(#f4f4f4));
  background: -moz-linear-gradient(#ffffff 20%, #f6f6f6 50%, #eeeeee 52%, #f4f4f4 100%);
  background: -o-linear-gradient(#ffffff 20%, #f6f6f6 50%, #eeeeee 52%, #f4f4f4 100%);
  background: linear-gradient(#ffffff 20%, #f6f6f6 50%, #eeeeee 52%, #f4f4f4 100%);
  background-clip: padding-box;
  -webkit-box-shadow: 0 0 3px white inset, 0 1px 1px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 0 3px white inset, 0 1px 1px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 3px white inset, 0 1px 1px rgba(0, 0, 0, 0.1);
  color: #444;
  text-decoration: none;
  white-space: nowrap;
  line-height: 24px;
}
.chosen-container-single .chosen-default {
  color: #999;
}
.chosen-container-single .chosen-single span {
  display: block;
  overflow: hidden;
  margin-right: 26px;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.chosen-container-single .chosen-single-with-deselect span {
  margin-right: 38px;
}
.chosen-container-single .chosen-single abbr {
  position: absolute;
  top: 6px;
  right: 26px;
  display: block;
  width: 12px;
  height: 12px;
  background: url('/local/2016/css/chosen-sprite.png') -42px 1px no-repeat;
  font-size: 1px;
}
.chosen-container-single .chosen-single abbr:hover {
  background-position: -42px -10px;
}
.chosen-container-single.chosen-disabled .chosen-single abbr:hover {
  background-position: -42px -10px;
}
.chosen-container-single .chosen-single div {
  position: absolute;
  top: 0;
  right: 0;
  display: block;
  width: 18px;
  height: 100%;
}
.chosen-container-single .chosen-single div b {
  display: block;
  width: 100%;
  height: 100%;
  background: url('/local/2016/css/chosen-sprite.png') no-repeat 0px 2px;
}
.chosen-container-single .chosen-search {
  position: relative;
  z-index: 1010;
  margin: 0;
  padding: 3px 4px;
  white-space: nowrap;
}
.chosen-container-single .chosen-search input[type="text"] {
  margin: 1px 0;
  padding: 4px 20px 4px 5px;
  width: 100%;
  height: auto;
  outline: 0;
  border: 1px solid #aaa;
  background: white url('/local/2016/css/chosen-sprite.png') no-repeat 100% -20px;
  background: url('/local/2016/css/chosen-sprite.png') no-repeat 100% -20px;
  font-size: 1em;
  font-family: sans-serif;
  line-height: normal;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.chosen-container-single .chosen-drop {
  margin-top: -1px;
  -webkit-border-radius: 0 0 4px 4px;
  -moz-border-radius: 0 0 4px 4px;
  border-radius: 0 0 4px 4px;
  background-clip: padding-box;
}
.chosen-container-single.chosen-container-single-nosearch .chosen-search {
  position: absolute;
  left: -9999px;
}
/* @end */
/* @group Results */
.chosen-container .chosen-results {
  color: #444;
  position: relative;
  overflow-x: hidden;
  overflow-y: auto;
  margin: 0 4px 4px 0;
  padding: 0 0 0 4px;
  max-height: 240px;
  -webkit-overflow-scrolling: touch;
}
.chosen-container .chosen-results li {
  display: none;
  margin: 0;
  padding: 5px 6px;
  list-style: none;
  line-height: 15px;
  word-wrap: break-word;
  -webkit-touch-callout: none;
}
.chosen-container .chosen-results li.active-result {
  display: list-item;
  cursor: pointer;
}
.chosen-container .chosen-results li.disabled-result {
  display: list-item;
  color: #ccc;
  cursor: default;
}
.chosen-container .chosen-results li.highlighted {
  background-color: #3875d7;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(20%, #3875d7), color-stop(90%, #2a62bc));
  background-image: -webkit-linear-gradient(#3875d7 20%, #2a62bc 90%);
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(20%, #3875d7), color-stop(90%, #2a62bc));
  background-image: -moz-linear-gradient(#3875d7 20%, #2a62bc 90%);
  background-image: -o-linear-gradient(#3875d7 20%, #2a62bc 90%);
  background-image: linear-gradient(#3875d7 20%, #2a62bc 90%);
  color: #fff;
}
.chosen-container .chosen-results li.no-results {
  color: #777;
  display: list-item;
  background: #f4f4f4;
}
.chosen-container .chosen-results li.group-result {
  display: list-item;
  font-weight: bold;
  cursor: default;
}
.chosen-container .chosen-results li.group-option {
  padding-left: 15px;
}
.chosen-container .chosen-results li em {
  font-style: normal;
  text-decoration: underline;
}
/* @end */
/* @group Multi Chosen */
.chosen-container-multi .chosen-choices {
  position: relative;
  overflow: hidden;
  margin: 0;
  padding: 0 5px;
  width: 100%;
  height: auto !important;
  height: 1%;
  border: 1px solid #aaa;
  background-color: #fff;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(1%, #eeeeee), color-stop(15%, #ffffff));
  background-image: -webkit-linear-gradient(#eeeeee 1%, #ffffff 15%);
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(1%, #eeeeee), color-stop(15%, #ffffff));
  background-image: -moz-linear-gradient(#eeeeee 1%, #ffffff 15%);
  background-image: -o-linear-gradient(#eeeeee 1%, #ffffff 15%);
  background-image: linear-gradient(#eeeeee 1%, #ffffff 15%);
  cursor: text;
}
.chosen-container-multi .chosen-choices li {
  float: left;
  list-style: none;
}
.chosen-container-multi .chosen-choices li.search-field {
  margin: 0;
  padding: 0;
  white-space: nowrap;
}
.chosen-container-multi .chosen-choices li.search-field input[type="text"] {
  margin: 1px 0;
  padding: 0;
  height: 25px;
  outline: 0;
  border: 0 !important;
  background: transparent !important;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  color: #999;
  font-size: 100%;
  font-family: sans-serif;
  line-height: normal;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.chosen-container-multi .chosen-choices li.search-choice {
  position: relative;
  margin: 3px 5px 3px 0;
  padding: 3px 20px 3px 5px;
  border: 1px solid #aaa;
  max-width: 100%;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  background-color: #eeeeee;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(20%, #f4f4f4), color-stop(50%, #f0f0f0), color-stop(52%, #e8e8e8), color-stop(100%, #eeeeee));
  background-image: -webkit-linear-gradient(#f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(20%, #f4f4f4), color-stop(50%, #f0f0f0), color-stop(52%, #e8e8e8), to(#eeeeee));
  background-image: -moz-linear-gradient(#f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%);
  background-image: -o-linear-gradient(#f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%);
  background-image: linear-gradient(#f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%);
  -webkit-background-size: 100% 19px;
  -moz-background-size: 100% 19px;
  background-size: 100% 19px;
  background-repeat: repeat-x;
  background-clip: padding-box;
  -webkit-box-shadow: 0 0 2px white inset, 0 1px 0 rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 0 0 2px white inset, 0 1px 0 rgba(0, 0, 0, 0.05);
  box-shadow: 0 0 2px white inset, 0 1px 0 rgba(0, 0, 0, 0.05);
  color: #333;
  line-height: 13px;
  cursor: default;
}
.chosen-container-multi .chosen-choices li.search-choice span {
  word-wrap: break-word;
}
.chosen-container-multi .chosen-choices li.search-choice .search-choice-close {
  position: absolute;
  top: 4px;
  right: 3px;
  display: block;
  width: 12px;
  height: 12px;
  background: url('/local/2016/css/chosen-sprite.png') -42px 1px no-repeat;
  font-size: 1px;
}
.chosen-container-multi .chosen-choices li.search-choice .search-choice-close:hover {
  background-position: -42px -10px;
}
.chosen-container-multi .chosen-choices li.search-choice-disabled {
  padding-right: 5px;
  border: 1px solid #ccc;
  background-color: #e4e4e4;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(20%, #f4f4f4), color-stop(50%, #f0f0f0), color-stop(52%, #e8e8e8), color-stop(100%, #eeeeee));
  background-image: -webkit-linear-gradient(#f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(20%, #f4f4f4), color-stop(50%, #f0f0f0), color-stop(52%, #e8e8e8), to(#eeeeee));
  background-image: -moz-linear-gradient(#f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%);
  background-image: -o-linear-gradient(#f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%);
  background-image: linear-gradient(#f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%);
  color: #666;
}
.chosen-container-multi .chosen-choices li.search-choice-focus {
  background: #d4d4d4;
}
.chosen-container-multi .chosen-choices li.search-choice-focus .search-choice-close {
  background-position: -42px -10px;
}
.chosen-container-multi .chosen-results {
  margin: 0;
  padding: 0;
}
.chosen-container-multi .chosen-drop .result-selected {
  display: list-item;
  color: #ccc;
  cursor: default;
}
/* @end */
/* @group Active  */
.chosen-container-active .chosen-single {
  border: 1px solid #5897fb;
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
}
.chosen-container-active.chosen-with-drop .chosen-single {
  border: 1px solid #aaa;
  -webkit-border-bottom-right-radius: 0;
  -moz-border-radius-bottomright: 0;
  border-bottom-right-radius: 0;
  -webkit-border-bottom-left-radius: 0;
  -moz-border-radius-bottomleft: 0;
  border-bottom-left-radius: 0;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(20%, #eeeeee), color-stop(80%, #ffffff));
  background-image: -webkit-linear-gradient(#eeeeee 20%, #ffffff 80%);
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(20%, #eeeeee), color-stop(80%, #ffffff));
  background-image: -moz-linear-gradient(#eeeeee 20%, #ffffff 80%);
  background-image: -o-linear-gradient(#eeeeee 20%, #ffffff 80%);
  background-image: linear-gradient(#eeeeee 20%, #ffffff 80%);
  -webkit-box-shadow: 0 1px 0 #fff inset;
  -moz-box-shadow: 0 1px 0 #fff inset;
  box-shadow: 0 1px 0 #fff inset;
}
.chosen-container-active.chosen-with-drop .chosen-single div {
  border-left: none;
  background: transparent;
}
.chosen-container-active.chosen-with-drop .chosen-single div b {
  background-position: -18px 2px;
}
.chosen-container-active .chosen-choices {
  border: 1px solid #5897fb;
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
}
.chosen-container-active .chosen-choices li.search-field input[type="text"] {
  color: #222 !important;
}
/* @end */
/* @group Disabled Support */
.chosen-disabled {
  opacity: 0.5 !important;
  cursor: default;
}
.chosen-disabled .chosen-single {
  cursor: default;
}
.chosen-disabled .chosen-choices .search-choice .search-choice-close {
  cursor: default;
}
/* @end */
/* @group Right to Left */
.chosen-rtl {
  text-align: right;
}
.chosen-rtl .chosen-single {
  overflow: visible;
  padding: 0 8px 0 0;
}
.chosen-rtl .chosen-single span {
  margin-right: 0;
  margin-left: 26px;
  direction: rtl;
}
.chosen-rtl .chosen-single-with-deselect span {
  margin-left: 38px;
}
.chosen-rtl .chosen-single div {
  right: auto;
  left: 3px;
}
.chosen-rtl .chosen-single abbr {
  right: auto;
  left: 26px;
}
.chosen-rtl .chosen-choices li {
  float: right;
}
.chosen-rtl .chosen-choices li.search-field input[type="text"] {
  direction: rtl;
}
.chosen-rtl .chosen-choices li.search-choice {
  margin: 3px 5px 3px 0;
  padding: 3px 5px 3px 19px;
}
.chosen-rtl .chosen-choices li.search-choice .search-choice-close {
  right: auto;
  left: 4px;
}
.chosen-rtl.chosen-container-single-nosearch .chosen-search,
.chosen-rtl .chosen-drop {
  left: 9999px;
}
.chosen-rtl.chosen-container-single .chosen-results {
  margin: 0 0 4px 4px;
  padding: 0 4px 0 0;
}
.chosen-rtl .chosen-results li.group-option {
  padding-right: 15px;
  padding-left: 0;
}
.chosen-rtl.chosen-container-active.chosen-with-drop .chosen-single div {
  border-right: none;
}
.chosen-rtl .chosen-search input[type="text"] {
  padding: 4px 5px 4px 20px;
  background: white url('/local/2016/css/chosen-sprite.png') no-repeat -30px -20px;
  background: url('/local/2016/css/chosen-sprite.png') no-repeat -30px -20px;
  direction: rtl;
}
.chosen-rtl.chosen-container-single .chosen-single div b {
  background-position: 6px 2px;
}
.chosen-rtl.chosen-container-single.chosen-with-drop .chosen-single div b {
  background-position: -12px 2px;
}
/* @end */
/* @group Retina compatibility */
@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min--moz-device-pixel-ratio: 1.5), only screen and (-o-min-device-pixel-ratio: 3/2), only screen and (min-resolution: 144dpi), only screen and (min-resolution: 1.5dppx) {
  .chosen-rtl .chosen-search input[type="text"],
  .chosen-container-single .chosen-single abbr,
  .chosen-container-single .chosen-single div b,
  .chosen-container-single .chosen-search input[type="text"],
  .chosen-container-multi .chosen-choices .search-choice .search-choice-close,
  .chosen-container .chosen-results-scroll-down span,
  .chosen-container .chosen-results-scroll-up span {
    background-image: url('/local/2016/css/chosen-sprite@2x.png') !important;
    -webkit-background-size: 52px 37px !important;
    -moz-background-size: 52px 37px !important;
    background-size: 52px 37px !important;
    background-repeat: no-repeat !important;
  }
}
/* @end */
.chosen-container {
  font-family: Georgia, "Times New Roman", Times, serif;
  font-size: 1rem;
  letter-spacing: 1px;
  color: #ffffff;
  text-transform: uppercase;
}
.chosen-container .chosen-single {
  padding: 0 30px 0 5px;
  background: none;
  background-color: #25262a;
  color: #ffffff;
  height: 20px;
  line-height: 2rem;
  border: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  position: relative;
}
.chosen-container .chosen-single:after {
  content: "";
  display: block;
  position: absolute;
  right: 7px;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  transform: translate(0, -50%);
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 3px 3px 0 3px;
  border-color: #ffffff transparent transparent transparent;
}
.chosen-container .chosen-single:hover {
  background-color: #e463a0;
}
.chosen-container .chosen-single span {
  margin: 0;
  overflow: visible;
}
.chosen-container .chosen-results {
  max-height: auto;
  margin: 0;
  padding: 20px 55px 20px 20px;
}
.chosen-container .chosen-results li {
  margin-bottom: 20px;
  color: #ffffff;
  font-size: 1.4rem;
  letter-spacing: normal;
  text-transform: none;
  padding: 0;
  word-wrap: normal;
  white-space: nowrap;
}
.chosen-container .chosen-results li:last-child {
  margin-bottom: 0;
}
.chosen-container .chosen-results li.highlighted {
  color: #25262a;
  background: none;
}
.chosen-container .chosen-results li.result-selected {
  padding-left: 15px;
  position: relative;
  color: #ffffff;
}
.chosen-container .chosen-results li.result-selected:after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 50%;
  width: 29px;
  height: 1px;
  background-color: #ffffff;
}
.chosen-container-active.chosen-with-drop .chosen-single {
  background-image: none;
  background-color: #e463a0;
  border: 0;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.chosen-container.chosen-with-drop .chosen-drop {
  left: initial;
  right: 0;
}
.chosen-container-single .chosen-drop {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  background-color: #e463a0;
  border: 0;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  padding: 0;
  width: auto;
  border-top: 1px solid #f3f3f3;
}
.chosen-container-single .chosen-single abbr,
.chosen-container-single .chosen-single div b,
.chosen-container-single .chosen-search input[type="text"],
.chosen-container-multi .chosen-choices li.search-choice .search-choice-close,
.chosen-rtl .chosen-search input[type="text"] {
  background: none;
}
/*
 * CSS Styles that are needed by jScrollPane for it to operate correctly.
 *
 * Include this stylesheet in your site or copy and paste the styles below into your stylesheet - jScrollPane
 * may not operate correctly without them.
 */
.jspContainer {
  overflow: hidden;
  position: relative;
}
.jspPane {
  position: absolute;
}
.jspVerticalBar {
  position: absolute;
  top: 0;
  right: 0;
  width: 16px;
  height: 100%;
  background: red;
}
.jspHorizontalBar {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 16px;
  background: red;
}
.jspCap {
  display: none;
}
.jspHorizontalBar .jspCap {
  float: left;
}
.jspTrack {
  background: #dde;
  position: relative;
}
.jspDrag {
  background: #bbd;
  position: relative;
  top: 0;
  left: 0;
  cursor: pointer;
}
.jspHorizontalBar .jspTrack,
.jspHorizontalBar .jspDrag {
  float: left;
  height: 100%;
}
.jspArrow {
  background: #50506d;
  text-indent: -20000px;
  display: block;
  cursor: pointer;
  padding: 0;
  margin: 0;
}
.jspArrow.jspDisabled {
  cursor: default;
  background: #80808d;
}
.jspVerticalBar .jspArrow {
  height: 16px;
}
.jspHorizontalBar .jspArrow {
  width: 16px;
  float: left;
  height: 100%;
}
.jspVerticalBar .jspArrow:focus {
  outline: none;
}
.page-header__menu-brand .page-header__scrollbar .jspContainer .jspArrow,
.page-header__menu-notes .page-header__scrollbar .jspContainer .jspArrow {
  height: 20px;
  width: 100px;
  margin-top: -8px;
  background: url("/local/2016/img/sprite-slider-arrows.png") 0 0 no-repeat;
}
.page-header__menu-brand .page-header__scrollbar .jspContainer .jspArrowLeft,
.page-header__menu-notes .page-header__scrollbar .jspContainer .jspArrowLeft,
.page-header__menu-brand .page-header__scrollbar .jspContainer .jspArrowLeft.jspDisabled,
.page-header__menu-notes .page-header__scrollbar .jspContainer .jspArrowLeft.jspDisabled {
  background-position: 0 0;
}
.page-header__menu-notes .page-header__scrollbar .jspContainer .jspArrowRight,
.page-header__menu-brand .page-header__scrollbar .jspContainer .jspArrowRight,
.page-header__menu-notes .page-header__scrollbar .jspContainer .jspArrowRight.jspDisabled,
.page-header__menu-brand .page-header__scrollbar .jspContainer .jspArrowRight.jspDisabled {
  background-position: 0 -20px;
}
.jspCorner {
  background: #eeeef4;
  float: left;
  height: 100%;
}
/* Yuk! CSS Hack for IE6 3 pixel bug :( */
* html .jspCorner {
  margin: 0 -3px 0 0;
}
@font-face {
  font-family: 'rouble';
  src: url('/local/2016/css/../fonts/rouble/rouble-webfont.eot');
  src: url('/local/2016/css/../fonts/rouble/rouble-webfont.eot?#iefix') format('embedded-opentype'), url('/local/2016/css/../fonts/rouble/rouble-webfont.woff') format('woff'), url('/local/2016/css/../fonts/rouble/rouble-webfont.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'Bebas Neue';
  src: local('Bebas Neue Thin'), local('BebasNeue-Thin'), url('/local/2016/css/../fonts/bebasneue/bebasneuethin.woff2') format('woff2'), url('/local/2016/css/../fonts/bebasneue/bebasneuethin.woff') format('woff'), url('/local/2016/css/../fonts/bebasneue/bebasneuethin.ttf') format('truetype');
  font-weight: 100;
  font-style: normal;
}
@font-face {
  font-family: 'Bebas Neue';
  src: local('Bebas Neue Light'), local('BebasNeue-Light'), url('/local/2016/css/../fonts/bebasneue/bebasneuelight.woff2') format('woff2'), url('/local/2016/css/../fonts/bebasneue/bebasneuelight.woff') format('woff'), url('/local/2016/css/../fonts/bebasneue/bebasneuelight.ttf') format('truetype');
  font-weight: 200;
  font-style: normal;
}
@font-face {
  font-family: 'Bebas Neue';
  src: local('Bebas Neue Book'), local('BebasNeueBook'), url('/local/2016/css/../fonts/bebasneue/bebasneuebook.woff2') format('woff2'), url('/local/2016/css/../fonts/bebasneue/bebasneuebook.woff') format('woff'), url('/local/2016/css/../fonts/bebasneue/bebasneuebook.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: 'Bebas Neue';
  src: local('Bebas Neue Regular'), local('BebasNeueRegular'), url('/local/2016/css/../fonts/bebasneue/bebasneueregular.woff2') format('woff2'), url('/local/2016/css/../fonts/bebasneue/bebasneueregular.woff') format('woff'), url('/local/2016/css/../fonts/bebasneue/bebasneueregular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: 'Bebas Neue';
  src: local('Bebas Neue Bold'), local('BebasNeueBold'), url('/local/2016/css/../fonts/bebasneue/bebasneuebold.woff2') format('woff2'), url('/local/2016/css/../fonts/bebasneue/bebasneuebold.woff') format('woff'), url('/local/2016/css/../fonts/bebasneue/bebasneuebold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
}

@font-face {
    font-family: 'Inter';
    src: url('/local/2016/css/../fonts/inter/Inter-Medium.eot');
    src: local('Inter Medium'), local('Inter-Medium'),
        url('/local/2016/css/../fonts/inter/Inter-Medium.eot?#iefix') format('embedded-opentype'),
        url('/local/2016/css/../fonts/inter/Inter-Medium.woff2') format('woff2'),
        url('/local/2016/css/../fonts/inter/Inter-Medium.woff') format('woff'),
        url('/local/2016/css/../fonts/inter/Inter-Medium.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: 'Inter';
    src: url('/local/2016/css/../fonts/inter/Inter-SemiBold.eot');
    src: local('Inter Semi Bold'), local('Inter-SemiBold'),
        url('/local/2016/css/../fonts/inter/Inter-SemiBold.eot?#iefix') format('embedded-opentype'),
        url('/local/2016/css/../fonts/inter/Inter-SemiBold.woff2') format('woff2'),
        url('/local/2016/css/../fonts/inter/Inter-SemiBold.woff') format('woff'),
        url('/local/2016/css/../fonts/inter/Inter-SemiBold.ttf') format('truetype');
    font-weight: 600;
    font-style: normal;
}

@font-face {
    font-family: 'Inter';
    src: url('/local/2016/css/../fonts/inter/Inter-ExtraBold.eot');
    src: local('Inter Extra Bold'), local('Inter-ExtraBold'),
        url('/local/2016/css/../fonts/inter/Inter-ExtraBold.eot?#iefix') format('embedded-opentype'),
        url('/local/2016/css/../fonts/inter/Inter-ExtraBold.woff2') format('woff2'),
        url('/local/2016/css/../fonts/inter/Inter-ExtraBold.woff') format('woff'),
        url('/local/2016/css/../fonts/inter/Inter-ExtraBold.ttf') format('truetype');
    font-weight: 800;
    font-style: normal;
}

@font-face {
  font-family: 'Manrope';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: local('Manrope'),
    url('/local/2016/css/../fonts/manrope/Manrope-Bold.woff2') format('woff2'),
    url('/local/2016/css/../fonts/manrope/Manrope-Bold.woff') format('woff');
}

@font-face {
  font-family: 'Vela Sans';
  font-style: normal;
  font-weight: 500;
  src: local('Vela Sans Regular'),
    local('VelaSans-Regular'),
    url('/local/2016/css/../fonts/velasans/VelaSans-Regular.woff'),
    url('/local/2016/css/../fonts/velasans/VelaSans-Regular.woff2');
}

@font-face {
  font-family: 'Vela Sans';
  font-style: normal;
  font-weight: 600;
  src: local('Vela Sans Semi Bold'),
  local('VelaSans-SemiBold'),
  url('/local/2016/css/../fonts/velasans/VelaSans-SemiBold.woff'),
  url('/local/2016/css/../fonts/velasans/VelaSans-SemiBold.woff2');
}

@font-face {
  font-family: 'Vela Sans';
  font-style: normal;
  font-weight: 700;
  src: local('Vela Sans Bold'),
  local('VelaSans-Bold'),
  url('/local/2016/css/../fonts/velasans/VelaSans-Bold.woff'),
  url('/local/2016/css/../fonts/velasans/VelaSans-Bold.woff2');
}

*,
*:before,
*:after {
  -webkit-box-sizing: inherit;
  -moz-box-sizing: inherit;
  box-sizing: inherit;
  outline: none;
}
html {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  font-size: 10px;
  height: 100%;
}
body {
  background-color: #fff;
  margin: 0;
  font-family: "Bebas Neue", Helvetica, Arial, sans-serif;
  font-size: 1.4rem;
  color: #25262a;
  line-height: 1em;
  height: 100%;
}
a {
  color: #e463a0;
  text-decoration: none;
  -webkit-transition: 0.2s color, 0.2s background;
  -o-transition: 0.2s color, 0.2s background;
  -moz-transition: 0.2s color, 0.2s background;
  transition: 0.2s color, 0.2s background;
}
a:hover {
  color: #da2a7e;
}
a:focus {
  color: #e463a0;
}
a:before,
a:after {
  -webkit-transition: 0.2s color, 0.2s background;
  -o-transition: 0.2s color, 0.2s background;
  -moz-transition: 0.2s color, 0.2s background;
  transition: 0.2s color, 0.2s background;
}
svg {
  -webkit-transition: 0.2s all;
  -o-transition: 0.2s all;
  -moz-transition: 0.2s all;
  transition: 0.2s all;
}
img {
  max-width: 100%;
  height: auto;
  vertical-align: middle;
}
[role="button"] {
  cursor: pointer;
}
hr {
  height: 3px;
  background-color: #25262a;
  border: none;
  margin-top: 30px;
  margin-bottom: 30px;
}
.body-wrapper {
  position: relative;
  /* overflow-x: hidden; */
}

.body-wrapper.cart-order {
  padding-top: 0 !important;
  height: initial;
}
@media (min-width: 768px) {
  .body-wrapper {
    padding-top: 75px
  }
  #panel:not(:empty) + .body-wrapper {
    padding-top: 115px;
  }
}
@media (min-width: 1200px) {
  .body-wrapper {
    height: 100vh;
    padding-top: 130px
  }
  #panel:not(:empty) + .body-wrapper {
    padding-top: 169px;
  }
}

@media (min-width: 1200px) {
  .body-wrapper {
    margin: 0 auto;
    width: 90%;
  }
}

.body-wrapper--overflow-hidden {
  overflow: hidden;
}
.main {
  padding-top: 15px;
  padding-bottom: 50px;
  background-color: #f3f3f3;
}
@media (min-width: 768px) {
  .main {
    padding-top: 15px;
    padding-bottom: 60px;
  }
}
@media (min-width: 1200px) {
  .main {
    padding-top: 25px;
    padding-bottom: 100px;
  }
}
.main--padding-none {
  padding-top: 0;
  padding-bottom: 0;
}
.main--padding-bottom-none {
  padding-bottom: 0;
}
.main--padding-top-none {
  padding-top: 0;
}
.main-cart {
  background-color: #f3f3f3;
}
h1,
h2,.h2,
h3, .h3,
h4, .h4,
h5,
h6 {
  line-height: 1em;
  font-weight: 400;
  margin: 0;
}
h1,
.h1 {
  font-size: 3.6rem;
}
h2,
.h2 {
  font-size: 2.8rem;
}
h3,
.h3 {
  font-size: 2.2rem;
}
p {
  margin-top: 0;
  margin-bottom: 10px;
}
textarea {
  font-family: Georgia, "Times New Roman", Times, serif;
  font-size: 1.6rem;
  background: transparent;
  border: 1px solid #ccc;
  padding: 12px;
  -webkit-transition: 0.2s all;
  -o-transition: 0.2s all;
  -moz-transition: 0.2s all;
  transition: 0.2s all;
  width: 100%;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
textarea:focus {
  border-color: #e463a0;
}
textarea.input--error {
  border-color: #e463a0;
}
input[type=text],
input[type=date],
input[type=password],
input[type=email],
input[type=number] {
  font-family: Georgia, "Times New Roman", Times, serif;
  font-size: 1.6rem;
  background: transparent;
  border: 1px solid #ccc;
  height: 40px;
  padding: 0 12px;
  -webkit-transition: 0.2s all;
  -o-transition: 0.2s all;
  -moz-transition: 0.2s all;
  transition: 0.2s all;
  width: 100%;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
input[type=text]:focus,
input[type=date]:focus,
input[type=password]:focus,
input[type=email]:focus,
input[type=number]:focus {
  border-color: #e463a0;
}
input[type=text].input--error,
input[type=date].input--error,
input[type=password].input--error,
input[type=email].input--error,
input[type=number].input--error {
  border-color: #e463a0;
}
.bx-sls .bx-ui-sls-container{
  overflow:inherit;
  min-height:33px;
}
.bx-ui-sls-container label.input--error{
  left: -31px;
}
label.input--error{
  color: #e463a0;
  position: absolute;
  top: -15px;
  font-size: 12px;
  left: 0;
  font-family: Georgia, "Times New Roman", Times, serif;
}
@media (max-width: 767px) {
  label.input--error {
    top: 30px;
  }
}
input[type=submit] {
  -webkit-transition: 0.2s all;
  -o-transition: 0.2s all;
  -moz-transition: 0.2s all;
  transition: 0.2s all;
}
input[type=checkbox] {
  display: none;
}
input[type=checkbox] + label {
  position: relative;
  padding-left: 30px;
  display: inline-block;
}
@media (max-width: 767px) {
  input[type=checkbox] + label {
    margin-top:10px;
  }
}
input[type=checkbox] + label:before {
  content: "";
  display: block;
  background-image: url('/local/2016/css/../img/sprite.png?v=2');
  background-position: -219px -101px;
  width: 16px;
  height: 16px;
  position: absolute;
  top: 0;
  left: 0;
}
input[type=checkbox]:checked + label:before {
  background-image: url('/local/2016/css/../img/sprite.png?v=2');
  background-position: -236px -84px;
  width: 16px;
  height: 16px;
}
input[type=radio] {
  display: none;
}
input[type=radio] + label {
  position: relative;
  padding-left: 30px;
  display: inline-block;
}
input[type=radio] + label:before {
  content: "";
  display: block;
  background: url('/local/2016/css/../img/icon-radio.png') 0 no-repeat;
  width: 16px;
  height: 16px;
  position: absolute;
  top: 0;
  left: 0;
}
@media (-webkit-min-device-pixel-ratio: 1.25), (min-resolution: 120dpi) {
  input[type=radio] + label:before {
    background: url('/local/2016/css/../img/icon-radio@2.png') 0 no-repeat;
    background-size: 16px 16px;
  }
}

input[type=radio]:checked + label:before {
  background: url('/local/2016/css/../img/icon-radio-check.png') 0 no-repeat;
  width: 16px;
  height: 16px;
}
@media (-webkit-min-device-pixel-ratio: 1.25), (min-resolution: 120dpi) {
  input[type=radio]:checked + label:before {
    background: url('/local/2016/css/../img/icon-radio-check@2.png') 0 no-repeat;
    background-size: 16px 16px;
  }
}
.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 768px) {
  .container {
    max-width: 750px;
  }
}
@media (min-width: 970px) {
  .container {
    max-width: 970px;
  }
}
@media (min-width: 1200px) {
  .container {
    max-width: 1200px;
    width: 96%;
  }
}
.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}
.row {
  margin-left: -15px;
  margin-right: -15px;
}
.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
  float: left;
}
.col-xs-12 {
  width: 100%;
}
.col-xs-11 {
  width: 91.66666667%;
}
.col-xs-10 {
  width: 83.33333333%;
}
.col-xs-9 {
  width: 75%;
}
.col-xs-8 {
  width: 66.66666667%;
}
.col-xs-7 {
  width: 58.33333333%;
}
.col-xs-6 {
  width: 50%;
}
.col-xs-5 {
  width: 41.66666667%;
}
.col-xs-4 {
  width: 33.33333333%;
}
.col-xs-3 {
  width: 25%;
}
.col-xs-2 {
  width: 16.66666667%;
}
.col-xs-1 {
  width: 8.33333333%;
}
.col-xs-pull-12 {
  right: 100%;
}
.col-xs-pull-11 {
  right: 91.66666667%;
}
.col-xs-pull-10 {
  right: 83.33333333%;
}
.col-xs-pull-9 {
  right: 75%;
}
.col-xs-pull-8 {
  right: 66.66666667%;
}
.col-xs-pull-7 {
  right: 58.33333333%;
}
.col-xs-pull-6 {
  right: 50%;
}
.col-xs-pull-5 {
  right: 41.66666667%;
}
.col-xs-pull-4 {
  right: 33.33333333%;
}
.col-xs-pull-3 {
  right: 25%;
}
.col-xs-pull-2 {
  right: 16.66666667%;
}
.col-xs-pull-1 {
  right: 8.33333333%;
}
.col-xs-pull-0 {
  right: auto;
}
.col-xs-push-12 {
  left: 100%;
}
.col-xs-push-11 {
  left: 91.66666667%;
}
.col-xs-push-10 {
  left: 83.33333333%;
}
.col-xs-push-9 {
  left: 75%;
}
.col-xs-push-8 {
  left: 66.66666667%;
}
.col-xs-push-7 {
  left: 58.33333333%;
}
.col-xs-push-6 {
  left: 50%;
}
.col-xs-push-5 {
  left: 41.66666667%;
}
.col-xs-push-4 {
  left: 33.33333333%;
}
.col-xs-push-3 {
  left: 25%;
}
.col-xs-push-2 {
  left: 16.66666667%;
}
.col-xs-push-1 {
  left: 8.33333333%;
}
.col-xs-push-0 {
  left: auto;
}
.col-xs-offset-12 {
  margin-left: 100%;
}
.col-xs-offset-11 {
  margin-left: 91.66666667%;
}
.col-xs-offset-10 {
  margin-left: 83.33333333%;
}
.col-xs-offset-9 {
  margin-left: 75%;
}
.col-xs-offset-8 {
  margin-left: 66.66666667%;
}
.col-xs-offset-7 {
  margin-left: 58.33333333%;
}
.col-xs-offset-6 {
  margin-left: 50%;
}
.col-xs-offset-5 {
  margin-left: 41.66666667%;
}
.col-xs-offset-4 {
  margin-left: 33.33333333%;
}
.col-xs-offset-3 {
  margin-left: 25%;
}
.col-xs-offset-2 {
  margin-left: 16.66666667%;
}
.col-xs-offset-1 {
  margin-left: 8.33333333%;
}
.col-xs-offset-0 {
  margin-left: 0%;
}
@media (min-width: 768px) {
  .col-sm-1, .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-10, .col-sm-11, .col-sm-12 {
    float: left;
  }
  .col-sm-12 {
    width: 100%;
  }
  .col-sm-11 {
    width: 91.66666667%;
  }
  .col-sm-10 {
    width: 83.33333333%;
  }
  .col-sm-9 {
    width: 75%;
  }
  .col-sm-8 {
    width: 66.66666667%;
  }
  .col-sm-7 {
    width: 58.33333333%;
  }
  .col-sm-6 {
    width: 50%;
  }
  .col-sm-5 {
    width: 41.66666667%;
  }
  .col-sm-4 {
    width: 33.33333333%;
  }
  .col-sm-3 {
    width: 25%;
  }
  .col-sm-2 {
    width: 16.66666667%;
  }
  .col-sm-1 {
    width: 8.33333333%;
  }
  .col-sm-pull-12 {
    right: 100%;
  }
  .col-sm-pull-11 {
    right: 91.66666667%;
  }
  .col-sm-pull-10 {
    right: 83.33333333%;
  }
  .col-sm-pull-9 {
    right: 75%;
  }
  .col-sm-pull-8 {
    right: 66.66666667%;
  }
  .col-sm-pull-7 {
    right: 58.33333333%;
  }
  .col-sm-pull-6 {
    right: 50%;
  }
  .col-sm-pull-5 {
    right: 41.66666667%;
  }
  .col-sm-pull-4 {
    right: 33.33333333%;
  }
  .col-sm-pull-3 {
    right: 25%;
  }
  .col-sm-pull-2 {
    right: 16.66666667%;
  }
  .col-sm-pull-1 {
    right: 8.33333333%;
  }
  .col-sm-pull-0 {
    right: auto;
  }
  .col-sm-push-12 {
    left: 100%;
  }
  .col-sm-push-11 {
    left: 91.66666667%;
  }
  .col-sm-push-10 {
    left: 83.33333333%;
  }
  .col-sm-push-9 {
    left: 75%;
  }
  .col-sm-push-8 {
    left: 66.66666667%;
  }
  .col-sm-push-7 {
    left: 58.33333333%;
  }
  .col-sm-push-6 {
    left: 50%;
  }
  .col-sm-push-5 {
    left: 41.66666667%;
  }
  .col-sm-push-4 {
    left: 33.33333333%;
  }
  .col-sm-push-3 {
    left: 25%;
  }
  .col-sm-push-2 {
    left: 16.66666667%;
  }
  .col-sm-push-1 {
    left: 8.33333333%;
  }
  .col-sm-push-0 {
    left: auto;
  }
  .col-sm-offset-12 {
    margin-left: 100%;
  }
  .col-sm-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-sm-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-sm-offset-9 {
    margin-left: 75%;
  }
  .col-sm-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-sm-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-sm-offset-6 {
    margin-left: 50%;
  }
  .col-sm-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-sm-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-sm-offset-3 {
    margin-left: 25%;
  }
  .col-sm-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-sm-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-sm-offset-0 {
    margin-left: 0%;
  }
}
@media (min-width: 1200px) {
  .col-md-1, .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-10, .col-md-11, .col-md-12 {
    float: left;
  }
  .col-md-12 {
    width: 100%;
  }
  .col-md-11 {
    width: 91.66666667%;
  }
  .col-md-10 {
    width: 83.33333333%;
  }
  .col-md-9 {
    width: 75%;
  }
  .col-md-8 {
    width: 66.66666667%;
  }
  .col-md-7 {
    width: 58.33333333%;
  }
  .col-md-6 {
    width: 50%;
  }
  .col-md-5 {
    width: 41.66666667%;
  }
  .col-md-4 {
    width: 33.33333333%;
  }
  .col-md-3 {
    width: 25%;
  }
  .col-md-2 {
    width: 16.66666667%;
  }
  .col-md-1 {
    width: 8.33333333%;
  }
  .col-md-pull-12 {
    right: 100%;
  }
  .col-md-pull-11 {
    right: 91.66666667%;
  }
  .col-md-pull-10 {
    right: 83.33333333%;
  }
  .col-md-pull-9 {
    right: 75%;
  }
  .col-md-pull-8 {
    right: 66.66666667%;
  }
  .col-md-pull-7 {
    right: 58.33333333%;
  }
  .col-md-pull-6 {
    right: 50%;
  }
  .col-md-pull-5 {
    right: 41.66666667%;
  }
  .col-md-pull-4 {
    right: 33.33333333%;
  }
  .col-md-pull-3 {
    right: 25%;
  }
  .col-md-pull-2 {
    right: 16.66666667%;
  }
  .col-md-pull-1 {
    right: 8.33333333%;
  }
  .col-md-pull-0 {
    right: auto;
  }
  .col-md-push-12 {
    left: 100%;
  }
  .col-md-push-11 {
    left: 91.66666667%;
  }
  .col-md-push-10 {
    left: 83.33333333%;
  }
  .col-md-push-9 {
    left: 75%;
  }
  .col-md-push-8 {
    left: 66.66666667%;
  }
  .col-md-push-7 {
    left: 58.33333333%;
  }
  .col-md-push-6 {
    left: 50%;
  }
  .col-md-push-5 {
    left: 41.66666667%;
  }
  .col-md-push-4 {
    left: 33.33333333%;
  }
  .col-md-push-3 {
    left: 25%;
  }
  .col-md-push-2 {
    left: 16.66666667%;
  }
  .col-md-push-1 {
    left: 8.33333333%;
  }
  .col-md-push-0 {
    left: auto;
  }
  .col-md-offset-12 {
    margin-left: 100%;
  }
  .col-md-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-md-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-md-offset-9 {
    margin-left: 75%;
  }
  .col-md-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-md-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-md-offset-6 {
    margin-left: 50%;
  }
  .col-md-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-md-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-md-offset-3 {
    margin-left: 25%;
  }
  .col-md-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-md-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-md-offset-0 {
    margin-left: 0%;
  }
}
@media (min-width: 1200px) {
  .col-lg-1, .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-10, .col-lg-11, .col-lg-12 {
    float: left;
  }
  .col-lg-12 {
    width: 100%;
  }
  .col-lg-11 {
    width: 91.66666667%;
  }
  .col-lg-10 {
    width: 83.33333333%;
  }
  .col-lg-9 {
    width: 75%;
  }
  .col-lg-8 {
    width: 66.66666667%;
  }
  .col-lg-7 {
    width: 58.33333333%;
  }
  .col-lg-6 {
    width: 50%;
  }
  .col-lg-5 {
    width: 41.66666667%;
  }
  .col-lg-4 {
    width: 33.33333333%;
  }
  .col-lg-3 {
    width: 25%;
  }
  .col-lg-2 {
    width: 16.66666667%;
  }
  .col-lg-1 {
    width: 8.33333333%;
  }
  .col-lg-pull-12 {
    right: 100%;
  }
  .col-lg-pull-11 {
    right: 91.66666667%;
  }
  .col-lg-pull-10 {
    right: 83.33333333%;
  }
  .col-lg-pull-9 {
    right: 75%;
  }
  .col-lg-pull-8 {
    right: 66.66666667%;
  }
  .col-lg-pull-7 {
    right: 58.33333333%;
  }
  .col-lg-pull-6 {
    right: 50%;
  }
  .col-lg-pull-5 {
    right: 41.66666667%;
  }
  .col-lg-pull-4 {
    right: 33.33333333%;
  }
  .col-lg-pull-3 {
    right: 25%;
  }
  .col-lg-pull-2 {
    right: 16.66666667%;
  }
  .col-lg-pull-1 {
    right: 8.33333333%;
  }
  .col-lg-pull-0 {
    right: auto;
  }
  .col-lg-push-12 {
    left: 100%;
  }
  .col-lg-push-11 {
    left: 91.66666667%;
  }
  .col-lg-push-10 {
    left: 83.33333333%;
  }
  .col-lg-push-9 {
    left: 75%;
  }
  .col-lg-push-8 {
    left: 66.66666667%;
  }
  .col-lg-push-7 {
    left: 58.33333333%;
  }
  .col-lg-push-6 {
    left: 50%;
  }
  .col-lg-push-5 {
    left: 41.66666667%;
  }
  .col-lg-push-4 {
    left: 33.33333333%;
  }
  .col-lg-push-3 {
    left: 25%;
  }
  .col-lg-push-2 {
    left: 16.66666667%;
  }
  .col-lg-push-1 {
    left: 8.33333333%;
  }
  .col-lg-push-0 {
    left: auto;
  }
  .col-lg-offset-12 {
    margin-left: 100%;
  }
  .col-lg-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-lg-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-lg-offset-9 {
    margin-left: 75%;
  }
  .col-lg-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-lg-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-lg-offset-6 {
    margin-left: 50%;
  }
  .col-lg-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-lg-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-lg-offset-3 {
    margin-left: 25%;
  }
  .col-lg-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-lg-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-lg-offset-0 {
    margin-left: 0%;
  }
}
.clearfix:before,
.clearfix:after,
.container:before,
.container:after,
.container-fluid:before,
.container-fluid:after,
.row:before,
.row:after,
.modal-header:before,
.modal-header:after,
.modal-footer:before,
.modal-footer:after {
  content: " ";
  display: table;
}
.clearfix:after,
.container:after,
.container-fluid:after,
.row:after,
.modal-header:after,
.modal-footer:after {
  clear: both;
}
.center-block {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.pull-right {
  float: right !important;
}
.pull-left {
  float: left !important;
}
.hide {
  display: none !important;
}
.show {
  display: block !important;
}
.invisible {
  visibility: hidden;
}
.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
.hidden {
  display: none !important;
}
.affix {
  position: fixed;
}
@-ms-viewport {
  width: device-width;
}
.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: 1199px) {
  .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: 1199px) {
  .visible-sm-block {
    display: block !important;
  }
}
@media (min-width: 768px) and (max-width: 1199px) {
  .visible-sm-inline {
    display: inline !important;
  }
}
@media (min-width: 768px) and (max-width: 1199px) {
  .visible-sm-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 1200px) 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: 1200px) and (max-width: 1199px) {
  .visible-md-block {
    display: block !important;
  }
}
@media (min-width: 1200px) and (max-width: 1199px) {
  .visible-md-inline {
    display: inline !important;
  }
}
@media (min-width: 1200px) 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: 1199px) {
  .hidden-sm {
    display: none !important;
  }
}
@media (min-width: 1200px) 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;
  }
}
.modal-open {
  overflow: hidden;
}
.modal {
  display: none;
  overflow: hidden;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  -webkit-overflow-scrolling: touch;
  outline: 0;
}
.modal.fade .modal-dialog {
  -webkit-transform: translate(0, -25%);
  -ms-transform: translate(0, -25%);
  -moz-transform: translate(0, -25%);
  -o-transform: translate(0, -25%);
  transform: translate(0, -25%);
  -webkit-transition: -webkit-transform 0.3s ease-out;
  transition: -webkit-transform 0.3s ease-out;
  -o-transition: -o-transform 0.3s ease-out;
  -moz-transition: transform 0.3s ease-out, -moz-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out, -moz-transform 0.3s ease-out, -o-transform 0.3s ease-out;
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
}
.modal.in .modal-dialog {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -moz-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transform: translate(0, 0);
}
.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.modal-dialog {
  position: relative;
  width: auto;
  margin: 10px;
}
.modal-content {
  position: relative;
  background-color: #fff;
  border: 1px solid #999;
  border: 1px solid rgba(0, 0, 0, 0.2);
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  background-clip: padding-box;
  outline: 0;
}
.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000;
}
.modal-backdrop.fade {
  opacity: 0;
  filter: alpha(opacity=0);
}
.modal-backdrop.in {
  opacity: 0.5;
  filter: alpha(opacity=50);
}
.modal-header {
  padding: 15px;
  border-bottom: 1px solid #e5e5e5;
}
.modal-header .close {
  margin-top: -2px;
}
.modal-title {
  margin: 0;
  line-height: 1.42857143;
}
.modal-body {
  position: relative;
  padding: 15px;
}
.modal-footer {
  padding: 15px;
  text-align: right;
  border-top: 1px solid #e5e5e5;
}
.modal-footer .btn + .btn {
  margin-left: 5px;
  margin-bottom: 0;
}
.modal-footer .btn-group .btn + .btn {
  margin-left: -1px;
}
.modal-footer .btn-block + .btn-block {
  margin-left: 0;
}
.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 768px) {
  .modal-dialog {
    width: 600px;
    margin: 30px auto;
  }
  .modal-content {
    -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
    -moz-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
  }
  .modal-sm {
    width: 300px;
  }
}
@media (min-width: 1200px) {
  .modal-lg {
    width: 900px;
  }
}
.svg-base-color {
  fill: #25262a;
}
.svg-brand-primary {
  fill: #e463a0;
}
.btn {
  font-family: Georgia, "Times New Roman", Times, serif;
  font-style: italic;
  color: #fff;
  background-color: transparent;
  border: 1px solid #fff;
  padding: 14px 25px;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.btn:not([disabled]):hover {
  color: #fff;
  background-color: #e463a0;
  border-color: #e463a0;
}
.btn:not([disabled]):active {
  color: #fff;
  background-color: #aa7a1c;
  border-color: #aa7a1c;
}
.btn:not([disabled]):focus {
  color: #fff;
}
.btn:not([disabled]):focus:hover {
  color: #fff;
}
.btn--gray {
  color: #25262a;
  border-color: #25262a;
}
.btn--gray:not([disabled]):focus {
  color: #25262a;
}
.btn--gray-dark {
  color: #fff;
  border-color: #25262a;
  background-color: #25262a;
}
.btn--gray-dark:not([disabled]):focus {
  color: #fff;
}
.btn--clean {
  color: #e463a0;
  border: 0;
  background-color: transparent;
}
.btn--clean:not([disabled]):hover,
.btn--clean:not([disabled]):active {
  color: #da2a7e;
  background-color: transparent;
}
.btn--clean:not([disabled]):focus {
  color: #e463a0;
}
.btn--disabled, .btn[disabled] {
  color: #9a9ba0;
  opacity: 0.6;
}
.btn--disabled:hover,
.btn--disabled:active,
.btn--disabled:focus {
  background-color: transparent;
  color: #9a9ba0;
}
.btn--width100per {
  width: 100%;
  padding-left: 0;
  padding-right: 0;
}
.btn--inline-block {
  display: inline-block;
}
.btn--load-more {
  display: block;
  width: 100%;
  text-align: center;
  margin-bottom: 30px;
  cursor: pointer;
}
.raiting {
  text-align: center;
}
.raiting svg.svg-star {
  width: 11px;
  height: 11px;
  fill: #9a9ba0;
}
.raiting--1 svg.svg-star:nth-of-type(-n+1),
.raiting--2 svg.svg-star:nth-of-type(-n+2),
.raiting--3 svg.svg-star:nth-of-type(-n+3),
.raiting--4 svg.svg-star:nth-of-type(-n+4),
.raiting--5 svg.svg-star:nth-of-type(-n+5) {
  fill: #e463a0;
  stroke-width: 0;
}
.raiting--vote {
  text-align: left;
}
.raiting--vote svg.svg-star {
  width: 26px;
  height: 26px;
  fill: transparent;
  stroke: #ccccce;
  stroke-width: 25;
}
@media (min-width: 768px) {
  .raiting--vote svg.svg-star {
    margin-right: 9px;
  }
}
.raiting--vote svg.svg-star:hover {
  cursor: pointer;
}
.rouble {
  font-family: 'rouble';
  color: #25262a;
  font-size: 1.8rem;
  vertical-align: top;
  position: relative;
  margin-left: 3px;
  font-weight: normal;
  font-style: normal;
  text-transform: none !important;
  top: 0em;
}
.breadcrumbs {
  font-family: 'Inter', sans-serif;
  font-size: 1rem;
  letter-spacing: 1px;
  line-height: 1.5rem;
  text-transform: uppercase;
  background-color: #25262a;
  padding-top: 14px;
  padding-bottom: 14px;
  border-bottom: 1px solid #ffffff;
  border-top: 1px solid #2c2e33;
  position: relative;
}
.breadcrumbs__inner {
  -webkit-transition: 0.2s transform;
  -webkit-transition: 0.2s -webkit-transform;
  transition: 0.2s -webkit-transform;
  -o-transition: 0.2s -o-transform;
  -moz-transition: 0.2s transform, 0.2s -moz-transform;
  transition: 0.2s transform;
  transition: 0.2s transform, 0.2s -webkit-transform, 0.2s -moz-transform, 0.2s -o-transform;
}
.breadcrumbs__items {
  padding-top: 0;
  padding-bottom: 0;
  margin: 0;
  list-style: none;
}
.breadcrumbs__items svg.svg-input-arrow {
  width: 20px;
  height: 14px;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0, -50%) rotate(180deg);
  -ms-transform: translate(0, -50%) rotate(180deg);
  -moz-transform: translate(0, -50%) rotate(180deg);
  -o-transform: translate(0, -50%) rotate(180deg);
  transform: translate(0, -50%) rotate(180deg);
  fill: #e463a0;
}
@media (min-width: 1200px) {
  .breadcrumbs__items {
    padding: 0;
  }
}
.breadcrumbs__item {
  display: none;
}
.breadcrumbs__item:nth-last-child(2) {
  display: block;
  position: relative;
  z-index: 1;
}
@media (max-width: 768px) {
  .breadcrumbs__item:nth-last-child(2) span {
    float: left;
    margin-left: 30px;
  }
}
.breadcrumbs__item a {
  color: #9a9ba0;
}
.breadcrumbs__item a:hover {
  color: #e463a0;
}
@media (min-width: 768px) {
  .breadcrumbs__item {
    display: inline-block;
    color: #9a9ba0;
  }
  .breadcrumbs__item:after {
    content: "/";
    display: inline-block;
    padding-left: 5px;
    padding-right: 5px;
    font-size: 1rem;
  }
  .breadcrumbs__item:nth-last-child(2) {
    display: inline-block;
  }
  .breadcrumbs__item:nth-last-child(2) a {
    padding-left: 0;
  }
  .breadcrumbs__item:last-child {
    color: #ffffff;
  }
  .breadcrumbs__item:last-child:after {
    display: none;
  }
  .breadcrumbs__item:last-child a {
    color: #25262a;
  }
  .breadcrumbs__item:last-child a:hover {
    color: #e463a0;
  }
  .breadcrumbs__item a {
    color: #9a9ba0;
  }
}
.product-card {
  margin-bottom: 30px;
}
@media (max-width: 369px) {
  .product-card {
    margin-bottom: 20px;
    padding: 0;
    width: 100%;
  }
}
@media (min-width: 370px) {
  .product-card {
    margin-bottom: 2px;
    padding: 0 1px;
  }
}
@media (min-width: 769px) {
  .product-card {
    margin-bottom: 30px;
    padding: 0 15px;
  }
}

@media (min-width: 370px) and (max-width: 1199px) {
  .product-card {
    width: 50% !important;
  }
}
@media (min-width: 370px) and (max-width: 768px) {
  .product-card .product-card__img {
    height: 150px;
  }
}

@media (min-width: 1200px) {
  .product-card {
    position: relative;
    height: 510px !important;
  }
}
.product-card__card {
  padding: 20px;
  background-color: #ffffff;
  height: 530px !important;
  position: relative;
}
@media (min-width: 370px) {
  .product-card__card {
    height: 495px!important;
  }
  .product-card__title {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    max-height: 55px;
    overflow: hidden;
  }
  .btn--load-more {
    margin-top: 30px;
  }
}
@media (min-width: 769px) {
  .product-card__card {
    height: 530px !important;
  }
  .btn--load-more {
    margin-top: 0;
  }
}
@media (min-width: 1200px) {
  .product-card__card {
    width: 270px;
    height: 510px !important;
    -webkit-transition: all 0.35s cubic-bezier(0.86, 0, 0.07, 1) 0s;
    -o-transition: all 0.35s cubic-bezier(0.86, 0, 0.07, 1) 0s;
    -moz-transition: all 0.35s cubic-bezier(0.86, 0, 0.07, 1) 0s;
    transition: all 0.35s cubic-bezier(0.86, 0, 0.07, 1) 0s;
    z-index: 1;
  }
  .product-card__card:hover {
    z-index: 100;
    top: 0;
    -webkit-box-shadow: 0 10px 20px 5px rgba(0, 0, 0, .1);
    -moz-box-shadow: 0 10px 20px 5px rgba(0, 0, 0, .1);
    box-shadow: 0 10px 20px 5px rgba(0, 0, 0, .1);
    margin-top: -30px;
    padding-top: 50px;
    height: 600px !important;
    width: 270px;
  }
}

.product-card__card .discount-shield,
.product-detail__inner .discount-shield {
  position: absolute;
  z-index: 3;
  top: 5px;
  left: 16px;
  width: 52px;
  height: 52px;
  background: url(/local/2016/img/kiber_sale_2024.svg) center;
  border-radius: 24px;
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: center;
  display: flex;
  align-items: center;
}
.product-card__card .discount-shield.valentine,
.product-detail__inner .discount-shield.valentine {
  background: url(/local/2016/img/valentine_2024.svg) center;
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: center;
}
.product-card__card .discount-shield.dream_sale,
.product-detail__inner .discount-shield.dream_sale {
  background: url(/local/2016/img/sales/percent.svg) center;
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: center;
}
.product-card__card .discount-shield.spring_sale,
.product-detail__inner .discount-shield.spring_sale {
  background: url(/local/2016/img/sales/precent-sales.svg) center;
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: center;
}
.product-card__card .discount-shield_bf,
.product-detail__inner .discount-shield_bf {
  position: absolute;
  z-index: 4;
  top: 18px;
  left: 62px;
  width: 46px;
  height: 46px;
  border-radius: 50%;
  background: #26262A;
  display: flex;
  align-items: center;
  justify-content: center;
}
.product-card__card .discount-shield_bf.ciber-gradient,
.product-detail__inner .discount-shield_bf.ciber-gradient {
  background: radial-gradient(100% 100% at 50% 0%, #38A4F2 0%, #2460CC 73.96%, #A317A6 100%);
}
.product-card__card .discount-shield_bf.newyear-gradient,
.product-detail__inner .discount-shield_bf.newyear-gradient {
  background: radial-gradient(64.13% 84.78% at 25% 4.35%, #E60200 0%, #AE0402 100%);
}
.product-card__card .discount-shield_bf img,
.product-detail__inner .discount-shield_bf img {
  max-width: 30px;
  max-height: 30px;
}

.product-card__card .discount-shield__title,
.product-detail__inner .discount-shield__title {
  display: block;
  position: absolute;
  z-index: 4;
  width: 44px;
  color: white;
  top: 18px;
  font-family: 'Manrope';
  font-size: 1rem;
  letter-spacing: -0.02em;
  text-align: center;
}
.product-card__card .discount-shield__title.valentine,
.product-detail__inner .discount-shield__title.valentine {
  color: #EF392B;
  font-size: 1.1rem;
}
.product-card__card .shield{
  position:absolute;
  z-index:3;
}
.product-detail__inner .discount-shield {
  right: 20px;
  left: auto;
}
.product-detail__inner .discount-shield_bf {
  right: 66px;
  top: 18px;
  left: auto;
}
.product-detail__inner .shield{
  position:absolute;
  left: 150px;
  z-index:3;
}
@media (max-width: 1200px) {
  .product-detail__inner .shield{
    position:absolute;
    left: 10px;
    z-index:3;
  }
}
@media (min-width: 1200px) {
  .product-card__link:hover + svg.svg-icon-wishlist {
    opacity: 1;
  }
}
.product-card svg.svg-icon-wishlist {
  width: 17px;
  height: 20px;
  stroke: #25262a;
  fill: #fff;
  position: absolute;
  top: 11px;
  right: 10px;
  z-index: 2;
  cursor: pointer;
}
.product-card svg.svg-icon-wishlist:hover,
.product-card svg.svg-icon-wishlist--active {
  fill: #e463a0;
  stroke: #e463a0;
}
.product-card__label-wrapper{
  position: absolute;
  top: 20px;
  left: 20px;
  z-index: 1;
}
.single-product-card__label-wrapper {
  position: absolute;
  top: 66px;
  right: 20px;
  z-index: 99;
}
.product-card__label-wrapper.label-right {
  right: 20px;
  left: unset;
}
.product-card__label-wrapper.label-shift {
  right: 0;
  left: unset;
  top: 40px;
}
.product-card__label,
.single-product-card__label{
  font-family: Georgia, "Times New Roman", Times, serif;
  text-transform: uppercase;
  color: #ffffff;
  font-size: 1rem;
  letter-spacing: 1px;
  line-height: 1rem;
  padding: 7px 8px 6px 8px;
  background-color: #e463a0;
  margin-bottom: 5px;
  position: relative;
}
.product-card__label:before,
.single-product-card__label:before{
  content: "";
  display: inline-block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 11px 8px 0 0;
  border-color: transparent #e463a0 transparent transparent;
  position: absolute;
  right: -8px;
  top: 0;
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}
.product-card__label:after,
.single-product-card__label:after{
  content: "";
  display: inline-block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 11px 0 0 8px;
  border-color: #e463a0 transparent transparent transparent;
  position: absolute;
  right: -8px;
  bottom: 0;
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}
.product-card__label--sale {
  background-image: url(/local/2016/img/1-plus-1.svg);
  background-repeat: no-repeat;
  background-position: center;
  width: 54px;
  height: 28px;
}


.product-card__img {
  margin-bottom: 20px;
  width: 100%;
  height: 220px;
  overflow: hidden;
  text-align: center;
  position: relative;
}
.product-card__img img {
  width: auto !important;
  height: auto;
  max-height: 220px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
@media (min-width: 370px) {
  .product-card__img {
    height: 115px;
  }
  .product-card__img img {
    max-height: 100%;
  }
}
@media (min-width: 769px) {
  .product-card__img {
    height: 220px;
    max-height: 220px;
  }
}
.product-card__title {
  margin-bottom: 15px;
  text-align: center;
  color: black;
}
.product-card .raiting {
  margin-bottom: 13px;
}
.product-card__name {
  font-family: Georgia, "Times New Roman", Times, serif;
  line-height: 2rem;
  text-align: center;
  max-height: 40px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.product-card__name span {
  color: #25262a;
}
.product-card__description {
  font-family: Georgia, "Times New Roman", Times, serif;
  line-height: 2rem;
  color: #9a9ba0;
  margin-bottom: 27px;
  text-align: center;
  max-height: 40px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  font-style: italic;
}
.product-card__price {
  color: #26262A;
  font-size: 2.8rem;
  text-align: center;
  width: 100%;
  display: flex;
  justify-content: center;
}

.product-card__join{
  min-height:80px;
}

.product-card__price-label {
  font-weight: 400;
  font-size: 1.4rem;
  line-height: 2rem;
  letter-spacing: 0.03em;
  margin-top: 6px;
  white-space: nowrap;
}

.product-card__price--discount {
  text-align: left;
  font-size: 2.4rem;
}


@media (min-width: 769px) {
  .product-card__price--discount {
    text-align: left;
    font-size: 2.8rem;
  }

}

.product-card__price--discount-old {
  color: #989BA0;
  margin-left: auto;
}


.product-card__price--old {
  top: -0.2em;
  color: #da2a7e;
  margin-right: 5px;
  font-size: 2.2rem;
  position: relative;
}
.product-card__price--old:after {
  content: "";
  display: block;
  width: 100%;
  height: 2px;
  background-color: #da2a7e;
  position: absolute;
  bottom: 13px;
  right: -1px;
}
.product-card .btn {
  position: absolute;
  z-index: 2;
  bottom: 15px;
  left: 50%;
  -webkit-transform: translate(-50%);
  -ms-transform: translate(-50%);
  -moz-transform: translate(-50%);
  -o-transform: translate(-50%);
  transform: translate(-50%);
  -webkit-transition: all 200ms cubic-bezier(1, 0, 1, 1);
  -o-transition: all 200ms cubic-bezier(1, 0, 1, 1);
  -moz-transition: all 200ms cubic-bezier(1, 0, 1, 1);
  transition: all 200ms cubic-bezier(1, 0, 1, 1);
  min-width: 106px;
  text-align: center;
}
@media (min-width: 370px) {
  .product-card .btn {
    min-width: 90%;
  }
  .catalog-banner {
    display: none;
  }
}
@media (min-width: 769px) {
  .product-card .btn {
    min-width: 106px;
  }
}
@media (min-width: 1200px) {
  .product-card .btn {
    opacity: 0;
  }
  .catalog-banner {
    display: block;
  }
  .product-card__card:hover .btn{
    opacity: 1;
    bottom: 25px;
  }
}
.product-card .btn--disabled {
  z-index: 0;
}

.product-card__announce {
  display: none;
  font-family: Georgia;
  font-style: normal;
  font-weight: normal;
  font-size: 12px;
  line-height: 15px;

  margin-top: 10px;
  text-align: center;
}
.discount {
  padding: 0;
}
.discount__card {
  background-color: #25262a;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  padding: 30px;
  margin-bottom: 14px;
  position: relative;
}
.discount__card svg.svg-logo-second {
  width: 20px;
  height: 104px;
  fill: #3b3c40;
  position: absolute;
  right: 30px;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  transform: translate(0, -50%);
}
.discount__percent {
  color: #ffffff;
  font-size: 7rem;
  line-height: 7rem;
  position: relative;
}
.discount__percent:after {
  content: "";
  display: block;
  width: 23px;
  height: 2px;
  background-color: #ffffff;
  margin-bottom: 16px;
}
.discount__percent span {
  font-family: Georgia, "Times New Roman", Times, serif;
  color: #e463a0;
  font-size: 2.8rem;
  margin-left: 11px;
  display: inline-block;
  vertical-align: top;
  line-height: 5.5rem;
}
.discount__number {
  color: #e463a0;
  font-size: 2.2rem;
}
.discount__description {
  padding-left: 3px;
  margin-top: -7px;
  letter-spacing: 0.43px;
}
.discount__value{
  color: #25262a;
  font-size: 50px;
  line-height: 30px;
  letter-spacing: -1.5px;
  padding: 16px 0;
}
.discount__value span{
  color: #e463a0;
  font-family: Georgia, "Times New Roman", Times, serif;
  font-size: 28px;
  line-height: 20px;
  margin-left: 9px;
  vertical-align: middle;
}
.discount__description h3,
.discount__description .h3 {
  margin-bottom: 10px;
  line-height: 23.5px;
}
.discount__description p {
  font-family: Georgia, "Times New Roman", Times, serif;
  color: #9a9ba0;
  line-height: 2rem;
}
.title {
  padding-bottom: 15px;
  border-bottom: 3px solid;
  margin-bottom: 31px;
}
@media (min-width: 1200px) {
  .title {
    font-size: 4rem;
    padding-bottom: 25px;
    margin-bottom: 40px;
  }
}
.title--small {
  font-size: 2.8rem;
}
@media (min-width: 1200px) {
  .title--small {
    font-size: 4rem;
  }
}
.title--app {
  font-size: 2.8rem;
  color: #e463a0;
  padding-bottom: 0;
  border-bottom: 0;
  margin-bottom: 20px;
}
@media (min-width: 768px) {
  .title--app {
    font-size: 5rem;
    margin-bottom: 30px;
  }
}
@media (min-width: 1200px) {
  .title--app {
    width: 400px;
  }
}
.title--center {
  text-align: center;
  font-size: 2.8rem;
  margin-bottom: 17px;
  padding-bottom: 0;
  border-bottom: 0;
}
@media (min-width: 768px) {
  .title--center {
    font-size: 5rem;
    margin-bottom: 26px;
  }
}
@media (min-width: 1200px) {
  .title--center {
    margin-bottom: 46px;
  }
}
.orders-carousel {
  position: relative;
}
@media (min-width: 1200px) {
  .orders-carousel {
    padding: 0;
  }
  .orders-carousel--fixed {
    position: fixed;
    right: 0;
    top: 0;
    width: 100%;
    z-index: 1;
  }
  .orders-carousel--fixed .orders-carousel__carousel {
    width: 400px;
    margin: 0 auto;
    position: relative;
    top: 39px;
    left: 400px;
  }
  .orders-carousel--bottom {
    position: absolute;
    bottom: 0;
    right: 0;
  }
}
.orders-carousel__carousel {
  background-color: #ffffff;
}
.orders-carousel__carousel-nav {
  height: 70px;
  border-bottom: 1px solid #f3f3f3;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -moz-box;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  -moz-box-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  -moz-box-align: center;
  align-items: center;
  background-color: #ffffff;
  text-align: center;
}
@media (min-width: 768px) {
  .orders-carousel__carousel-nav {
    height: 100px;
  }
}
.orders-carousel__carousel-title {
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  -moz-box-flex: 1;
  flex-grow: 1;
}
@media (min-width: 768px) {
  .orders-carousel__carousel-title {
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -ms-flex-positive: 0;
    -moz-box-flex: 0;
    flex-grow: 0;
    width: 100px;
  }
}
.orders-carousel__carousel-count {
  font-family: Georgia, "Times New Roman", Times, serif;
  color: #9a9ba0;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  -moz-box-flex: 1;
  flex-grow: 1;
}
.orders-carousel__carousel-count--index {
  color: #e463a0;
}
.orders-carousel__carousel-count--separator {
  padding: 0 5px;
}
.orders-carousel__carousel-left {
  position: relative;
  display: block;
  width: 70px;
  height: 100%;
}
.orders-carousel__carousel-left:hover svg.svg-arrow {
  fill: #e463a0;
}
@media (min-width: 768px) {
  .orders-carousel__carousel-left {
    width: 100px;
  }
}
.orders-carousel__carousel-left svg.svg-arrow {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 40px;
  height: 20px;
  fill: #25262a;
}
.orders-carousel__carousel-right {
  position: relative;
  display: block;
  width: 70px;
  height: 100%;
  background-color: #f3f3f3;
}
.orders-carousel__carousel-right:hover svg.svg-arrow {
  fill: #e463a0;
}
@media (min-width: 768px) {
  .orders-carousel__carousel-right {
    width: 100px;
  }
}
.orders-carousel__carousel-right svg.svg-arrow {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 40px;
  height: 20px;
  fill: #25262a;
  -webkit-transform: translate(-50%, -50%) rotate(180deg);
  -ms-transform: translate(-50%, -50%) rotate(180deg);
  -moz-transform: translate(-50%, -50%) rotate(180deg);
  -o-transform: translate(-50%, -50%) rotate(180deg);
  transform: translate(-50%, -50%) rotate(180deg);
}
.orders-carousel__carousel-description {
  border-bottom: 1px solid #f3f3f3;
  padding: 10px 0;
  background-color: #ffffff;
  min-height: 157px;
}
@media (min-width: 768px) {
  .orders-carousel__carousel-description {
    min-height: 261px;
  }
}
@media (min-width: 1200px) {
  .orders-carousel__carousel-description {
    min-height: 186px;
  }
}
.orders-carousel__carousel-description h3,
.orders-carousel__carousel-description .h3 {
  margin-top: 14px;
  margin-bottom: 10px;
}
.orders-carousel__carousel-description p {
  font-family: Georgia, "Times New Roman", Times, serif;
  line-height: 2rem;
}
.orders-carousel__carousel-item-info,
.orders-carousel__carousel-result {
  background-color: #ffffff;
  border-bottom: 1px solid #f3f3f3;
  font-size: 2.2rem;
  padding: 20px 0;
}
.orders-carousel__carousel-item-info div:nth-of-type(-n+2),
.orders-carousel__carousel-result div:nth-of-type(-n+2) {
  margin-bottom: 15px;
}
@media (min-width: 768px) {
  .orders-carousel__carousel-item-info div:nth-of-type(-n+2),
  .orders-carousel__carousel-result div:nth-of-type(-n+2) {
    margin-bottom: 0;
  }
}
@media (min-width: 1200px) {
  .orders-carousel__carousel-result span {
    display: inline-block;
    margin-bottom: 14px;
  }
}
@media (min-width: 1200px) {
  .orders-carousel__carousel-result div:last-child span {
    margin-bottom: 0;
  }
}
.orders-carousel__carousel-result-key {
  padding-left: 0;
  padding-right: 0;
  font-family: Georgia, "Times New Roman", Times, serif;
  font-size: 1rem;
  color: #9a9ba0;
  text-transform: uppercase;
  display: block;
  margin-bottom: 8px;
  vertical-align: top;
  letter-spacing: 1px;
}
.orders-carousel__carousel-result-value {
  padding-left: 0;
  padding-right: 0;
}
.orders-carousel__carousel-result-value .rouble {
  font-size: 1.4rem;
  margin-left: 0px;
}
.orders-carousel .btn {
  margin-top: 20px;
  margin-right: 20px;
  float: right;
}
@media (min-width: 768px) {
  .orders-carousel .btn {
    margin-bottom: 20px;
  }
}
@media (min-width: 1200px) {
  .orders-carousel .btn {
    margin-bottom: 20px;
  }
}
.orders-carousel__carousel-img {
  text-align: center;
}
.orders-carousel__carousel-img img {
  width: auto !important;
  height: auto !important;
  display: inline-block !important;
}
.orders-carousel__carousel .orders-carousel__discount a{
  font-family: Georgia, "Times New Roman", Times, serif;
  font-size: 1.4rem;
  text-transform: none;
}
.burger {
  display: flex;
  align-items: center;
  margin-right: 21px;
  -webkit-transition: 0.2s transform;
  -webkit-transition: 0.2s -webkit-transform;
  transition: 0.2s -webkit-transform;
  -o-transition: 0.2s -o-transform;
  -moz-transition: 0.2s transform, 0.2s -moz-transform;
  transition: 0.2s transform;
  transition: 0.2s transform, 0.2s -webkit-transform, 0.2s -moz-transform, 0.2s -o-transform;
}
.burger svg.svg-icon-burger {
  width: 24px;
  height: 20px;
  fill: #fff;
}
.burger--active {
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg);
}
@media (min-width: 768px) {
  .burger {
    margin-right: 25px;
    fill: #fff;
  }
}
.header-logo {
  display: inline-block;
  position: relative;
  z-index: 10;
  display: flex;
  align-items: center;
}
.header-logo svg.svg-logo-min {
  width: 23px;
  height: 24px;
  fill: #fff;
}
@media (min-width: 768px) {
  .header-logo .spadream-logo {
    width: 131px;
    height: 24px;
    fill: #25262a;
  }
}
@media (min-width: 1200px) {
  .header-logo {
    margin-right: 14px;
  }
  .header-logo .spadream-logo {
    width: 153px;
    height: 27px;
    fill: #25262a;
  }
}
.header-phones {
  display: inline-block;
  font-size: 2.2rem;
  margin-right: 30px;
  display: flex;
  align-items: center;
}
.header-phones span {
  font-family: Georgia, "Times New Roman", Times, serif;
  font-size: 1.4rem;
  margin-left: 7px;
  color: #9a9ba0;
  position: relative;
  bottom: 2px;
}
.header-phones__item {
  display: inline-block;
  margin-right: 18px;
  display: flex;
  align-items: center;
}
.header-phones__item:last-child {
  margin-right: 0;
}
.header-callback {
  font-family: Georgia, "Times New Roman", Times, serif;
  display: inline-block;
  padding-top: 9px;
  vertical-align: top;
  margin-right: 35px;
}
.header-callback a {
  color: #25262a;
}
.header-callback a:hover {
  color: #e463a0;
}
.header-callback a:hover i {
  background-color: #aa7a1c;
}
.header-callback a i {
  content: "";
  display: inline-block;
  width: 24px;
  height: 24px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  background-color: #e463a0;
  margin-right: 6px;
  position: relative;
  top: 7px;
}
.header-callback a i svg.svg-icon-phone {
  width: 10px;
  height: 15px;
  fill: #fff;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.personal-area {
  /* vertical-align: top; */
  display: flex;
  align-items: center;
  margin-left: 25px;
  /* position: absolute;
  right: 15px; */
}
@media (min-width: 1200px) {
  .personal-area {
    font-family: Georgia, "Times New Roman", Times, serif;
    /* right: 0;
    top: 0; */
    /* padding-top: 16px; */
  }
}
.personal-area__singin {
  font-family: Georgia, "Times New Roman", Times, serif;
  color: #25262a;
  display: block;
  font-size: 0;
}
.personal-area__singin:hover {
  color: #e463a0;
}
.personal-area__singin:hover i {
  background-color: #aa7a1c;
}
.personal-area__singin i {
  content: "";
  display: inline-block;
  width: 24px;
  height: 24px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  background-color: #e463a0;
  position: relative;
}
.personal-area__singin i svg.svg-icon-singin {
  width: 10px;
  height: 13px;
  fill: #fff;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
@media (max-width: 1200px) {
  .personal-area__singin {
    margin-right: 15px;
  }
}
@media (min-width: 768px) {
  .personal-area__singin {
    font-size: 1.4rem;
    position: relative;
    bottom: 7px;
  }
  .personal-area__singin i {
    margin-left: 6px;
    position: relative;
    top: 7px;
  }
}
.personal-area__profile {
  display: flex;
  align-items: center;
  cursor: pointer;
}
@media (min-width: 1200px) {
  .personal-area__profile {
    /* width: 140px; */
    position: relative;
    min-height: 20px;
  }
}
.personal-area__profile-name {
  display: block;
  color: #e463a0;
}
.personal-area__profile-name-wrapper {
  overflow: hidden;
  height: 28px;
  margin-top: 14px;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  max-width: 134px;
}
.personal-area__profile-dropdown {
  position: absolute;
  right: 5px;
  top: 44px;
  z-index: 10000;
  background-color: #e463a0;
  padding: 30px 20px;
  width: 160px;
  color: #ffffff;
  display: none;
}
.personal-area__profile-dropdown--active {
  display: block;
}
@media (min-width: 768px) {
  .personal-area__profile-dropdown {
    width: 170px;
    top: 54px;
  }
}
@media (min-width: 1200px) {
  .personal-area__profile-dropdown {
    top: 50px;
    right: 0;
  }
}
.personal-area__profile-dropdown:before {
  content: "";
  width: 90px;
  height: 5px;
  background-color: #e463a0;
  position: absolute;
  top: -5px;
  right: 0;
}
.personal-area__profile-dropdown a {
  color: #ffffff;
  font-size: 2.2rem;
}
@media (min-width: 1200px) {
  .personal-area__profile-dropdown a {
    font-family: "Bebas Neue", Helvetica, Arial, sans-serif;
  }
}
.personal-area__profile-dropdown a:hover {
  color: #25262a;
}
.personal-area__profile-dropdown-name {
  font-family: Georgia, "Times New Roman", Times, serif;
  margin-bottom: 34px;
}
.personal-area__profile-dropdown-list {
  list-style: none;
  margin: 0;
  padding: 0;
}
.personal-area__profile-dropdown-item {
  margin-bottom: 25px;
}
.personal-area__profile-dropdown-item:last-child {
  margin-bottom: 0;
}
.personal-area__profile-dropdown-item--exit:before {
  content: "";
  display: block;
  width: 40px;
  height: 3px;
  background-color: #ffffff;
  margin-bottom: 25px;
}
.personal-area__profile-dropdown-item sup {
  font-family: Georgia, "Times New Roman", Times, serif;
  font-size: 1.4rem;
  margin-left: 7px;
  top: -0.7em;
}
.banner {
  background-image: -webkit-linear-gradient(left, #25262a 50%, #2d2e33 50%);
  background-image: -webkit-gradient(linear, left top, right top, color-stop(50%, #25262a), color-stop(50%, #2d2e33));
  background-image: -moz-linear-gradient(left, #25262a 50%, #2d2e33 50%);
  background-image: -o-linear-gradient(left, #25262a 50%, #2d2e33 50%);
  background-image: linear-gradient(to right, #25262a 50%, #2d2e33 50%);
}
.banner__inner {
  position: relative;
}
.banner__img {
  overflow: hidden;
  background: #25262a;
}
.banner__img img {
  height: 100%;
  opacity: .7;
}
.banner__description {
  position: absolute;
  right: 0;
  top: 0;
  color: #ffffff;
  background-color: rgba(37, 38, 42, 0.6);
  height: 100%;
  padding: 25px 30px 25px 30px;
}
.banner h2:after,
.banner .h2:after{
  content: "";
  display: block;
  width: 40px;
  height: 3px;
  background-color: #e463a0;
  margin-top: 10px;
  margin-bottom: 15px;
}
.banner p {
  font-family: Georgia, "Times New Roman", Times, serif;
  line-height: 2rem;
}
.pagination {
  position: relative;
}
.pagination__list {
  padding: 0 50px;
  margin: 0;
  list-style: none;
  text-align: center;
}
.pagination__page {
  display: inline-block;
  font-size: 2.2rem;
  width: 40px;
  padding-bottom: 15px;
}
@media (min-width: 768px) {
  .pagination__page {
    margin-right: 50px;
  }
  .pagination__page:last-child {
    margin-right: 0;
  }
}
.pagination__page a {
  color: #25262a;
  line-height: 2rem;
}
.pagination__page a:hover {
  color: #e463a0;
}
.pagination__page--active {
  color: #e463a0;
  border-bottom: 3px solid #e463a0;
}
.pagination__page--active a {
  color: #e463a0;
}
.pagination__page--active a:hover {
  color: #25262a;
}
.pagination__page--separator {
  color: #9a9ba0;
}
.pagination__nav-arrows {
  position: absolute;
  top: 0;
  width: 100%;
}
.pagination__nav {
  position: absolute;
  top: 0;
}
.pagination__nav svg {
  width: 40px;
  height: 20px;
  fill: #9a9ba0;
}
.pagination__nav a svg {
  fill: #25262a;
}
.pagination__nav a:hover svg {
  fill: #e463a0;
}
.pagination__nav--left {
  left: 0;
}
.pagination__nav--right {
  right: 30px;
  top: -4px;
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}
.search {
  position: fixed;
  z-index: -1;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: #25262a;
  opacity: 0;
  -webkit-transition: 0.2s all;
  -o-transition: 0.2s all;
  -moz-transition: 0.2s all;
  transition: 0.2s all;
}
@media (min-width: 768px) {
  .search {
    background-color: rgba(37, 38, 42, 0.97);
  }
}
.search--active {
  z-index: 100000;
  opacity: 1;
}
@media (min-width: 1200px) {
  .search__inner {
    position: relative;
    height: 100%;
  }
}
.search__exit {
  position: absolute;
  top: 15px;
  right: 15px;
  cursor: pointer;
}
@media (min-width: 768px) {
  .search__exit {
    top: 32px;
    right: 32px;
  }
}
@media (min-width: 1200px) {
  .search__exit {
    right: 0;
  }
}
.search__exit svg {
  width: 30px;
  height: 30px;
  fill: #e463a0;
}
@media (min-width: 768px) {
  .search__exit svg {
    width: 36px;
    height: 36px;
  }
}
.search__wrapper {
  width: 100%;
  padding: 0 15px;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  transform: translate(0, -50%);
}
@media (max-width: 768px) {
  .search__wrapper {
    top: 20%;
  }
}
@media (min-width: 768px) {
  .search__wrapper {
    padding: 0 32px;
  }
}
@media (min-width: 1200px) {
  .search__wrapper {
    width: 1000px;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }
}
.search__form {
  position: relative;
}
.search__wrapper .title-search-result {
  position: absolute;
}
input.search__input {
  font-family: "Bebas Neue", Helvetica, Arial, sans-serif;
  font-size: 2.8rem;
  line-height: 3rem;
  text-transform: uppercase;
  border: 0;
  padding: 0;
  border-bottom: 2px solid #ffffff;
  color: #ffffff;
  font-weight: 300;
  margin-bottom: 32px;
  height: auto;
  padding-bottom: 11px;
}
@media (min-width: 768px) {
  input.search__input {
    font-size: 5rem;
    line-height: 5rem;
    border-bottom: 3px solid #ffffff;
    padding-bottom: 25px;
    margin-bottom: 41px;
  }
}
input.search__input::-webkit-input-placeholder {
  color: #ffffff;
}
input.search__input:-moz-placeholder {
  color: #ffffff;
}
input.search__input::-moz-placeholder {
  color: #ffffff;
}
input.search__input:-ms-input-placeholder {
  color: #ffffff;
}
input.search__input::-moz-placeholder {
  color: #ffffff;
  opacity: 1;
}
input.search__input:-ms-input-placeholder {
  color: #ffffff;
}
input.search__input::-webkit-input-placeholder {
  color: #ffffff;
}
.search__sbm {
  border: 0;
  background-color: transparent;
  position: absolute;
  right: 0;
  top: 5px;
  padding: 0;
}
@media (min-width: 768px) {
  .search__sbm {
    top: 10px;
  }
}
.search__sbm svg {
  width: 20px;
  height: 14px;
  fill: #ffffff;
}
.search__result ul {
  list-style: none;
  margin: 0;
  padding: 0;
  height: 160px;
}
.search__result li {
  margin-bottom: 20px;
  display: none;
}
.search__result li:nth-of-type(-n+4) {
  display: block;
}
.search__result li:last-child {
  margin-bottom: 0;
}
.search__result a {
  color: #56575c;
  font-size: 2.2rem;
  line-height: 2.5rem;
}
.search__result a:hover {
  color: #e463a0;
}
.search__result a:hover b {
  color: #e463a0;
}
.search__result a b {
  font-weight: 400;
  color: #ffffff;
}
.modal-dialog {
  margin: 60px auto;
}
.close {
  position: absolute;
  top: -48px;
  right: 20px;
  cursor: pointer;
}
@media (min-width: 768px) {
  .close {
    right: -48px;
    top: -48px;
  }
}
.close:hover svg {
  fill: #ffffff;
}
.close svg {
  width: 36px;
  height: 36px;
  fill: #e463a0;
}
.modal-content {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  border: 0;
  padding: 45px 41px;
}
.modal-header {
  padding: 0;
  margin-bottom: 37px;
  border-bottom: 0;
}
.modal-title {
  font-size: 2.8rem;
}
@media (min-width: 768px) {
  .modal-title {
    font-size: 5rem;
  }
}
.modal-title__link {
  font-size: 2.2rem;
  margin-left: 35px;
  position: relative;
  bottom: 2px;
}
@media (min-width: 768px) {
  .modal-title__link {
    bottom: 10px;
  }
}
.modal-title__link svg {
  width: 20px;
  height: 14px;
  fill: #e463a0;
  margin-left: 8px;
}
.modal-title__link:hover svg {
  fill: #da2a7e;
}
.modal-body {
  padding: 0;
}
.modal-footer {
  padding: 0;
  border-top: 0;
  margin-top: 50px;
}
.modal-footer .btn {
  display: inline-block;
}
.modal-footer__left {
  float: none;
  margin-bottom: 15px;
}
@media (min-width: 768px) {
  .modal-footer__left {
    float: left;
    margin-top: 15px;
  }
}
.modal-footer__left label {
  font-family: Georgia, "Times New Roman", Times, serif;
}
.modal-footer__required-notify {
  font-family: Georgia, "Times New Roman", Times, serif;
  margin-bottom:20px;
  margin-top: 0;
}
.modal-footer__required-notify span {
  font-family: "Bebas Neue", Helvetica, Arial, sans-serif;
  color: #e463a0;
  font-size: 2.2rem;
}
.modal__form-input {
  margin-bottom: 20px;
  position: relative;
}
.modal__form-input:last-child {
  margin-bottom: 0;
}
.modal__form-input label, .profile__edit-form-subscribe span {
  font-family: Georgia, "Times New Roman", Times, serif;
  font-size: 1rem;
  letter-spacing: 1px;
  line-height: 4rem;
  color: #9a9ba0;
  text-transform: uppercase;
}
.profile__edit-form-subscribe span {
  line-height: normal;
}
#main_UF_SUBSCRIBE .col-xs-8{
  padding-left: 10px;
}
#regpage_UF_SUBSCRIBE .col-md-9{
  padding-left: 8px;
}
#regpage_UF_SUBSCRIBE label{
  line-height: inherit;
  margin-bottom: 20px;
}
.bx-sls .dropdown-block.red{
  border-color: #e463a0;
}
.modal__form-input label span {
  display: inline-block;
  vertical-align: middle;
  line-height: normal;
}
.modal__required:after {
//content: "*";
  display: inline-block;
  position: absolute;
  right: -10px;
  top: 50%;
  color: #e463a0;
  font-size: 2.2rem;
}

.modal__socials {
  font-family: Georgia, "Times New Roman", Times, serif;
  color: #9a9ba0;
  font-size: 1rem;
  letter-spacing: 1px;
  text-transform: uppercase;
  float: left;
}
.modal__socials-text {
  position: relative;
  bottom: 14px;
  margin-right: 13px;
}
.modal__socials-list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: inline-block;
}
.modal__socials-item {
  display: inline-block;
  margin-right: 10px;
}
.modal__socials-item a {
  display: block;
  width: 36px;
  height: 36px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  position: relative;
}
.modal__socials-item a:hover {
  background-color: #e463a0;
}
.modal__socials-item a:hover svg {
  fill: #ffffff;
}
.modal__socials-item svg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  fill: #ffffff;
}
.modal__socials-item--vk a {
  background-color: #54749b;
}
.modal__socials-item--vk svg {
  width: 17px;
  height: 10px;
}
.modal__socials-item--fb a {
  background-color: #3c599b;
}
.modal__socials-item--fb svg {
  width: 8px;
  height: 13px;
}
.modal__socials-item--tw a {
  background-color: #01b0f1;
}
.modal__socials-item--tw svg {
  width: 14px;
  height: 12px;
}
.modal__socials-item--ok a {
  background-color: #fca61b;
}
.modal__socials-item--ok svg {
  width: 10px;
  height: 17px;
}
.modal__description {
  font-family: Georgia, "Times New Roman", Times, serif;
  margin-bottom: 35px;
  line-height: 2rem;
}
.modal__description h3,
.modal__description .h3 {
  font-family: "Bebas Neue", Helvetica, Arial, sans-serif;
  font-size: 2.2rem;
  margin-bottom: 19px;
}
.modal__description p:last-child {
  margin-bottom: 0;
}
#brand-modal .modal__description a{
  color: inherit;
}
.modal__description--strong {
  font-family: "Bebas Neue", Helvetica, Arial, sans-serif;
  font-size: 2.2rem;
  line-height: 2.5rem;
  color: #25262a;
}
.modal__description-img {
  margin-bottom: 38px;
}
.modal__description-img--brand {
  width: 100px;
}
.modal__description-img--brand img {
  width: 100%;
  -webkit-filter: grayscale(1);
  filter: grayscale(1);
}
.modal__captcha-wrapper {
  padding-left: 0;
  text-align: right;
}
@media (min-width: 768px) {
  .modal__captcha-wrapper {
    padding-top: 0;
    padding-top: 10px;
    text-align: left;
  }
}
.modal__captcha {
  display: inline-block;
  width: 77px;
  height: 40px;
  text-align: center;
  vertical-align: top;
  position: relative;
}
.modal__captcha img {
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  transform: translate(0, -50%);
}
.modal__refresh-captcha {
  display: inline-block;
  margin-left: 16px;
  margin-top: 8px;
}
.modal__refresh-captcha svg {
  width: 26px;
  height: 20px;
  fill: #e463a0;
}
.modal__refresh-captcha:hover svg {
  fill: #da2a7e;
}
.modal__refresh-captcha--loading svg {
  -webkit-animation: 'loading' 1s infinite;
  -moz-animation: 'loading' 1s infinite;
  -o-animation: 'loading' 1s infinite;
  animation: 'loading' 1s infinite;
}
.modal textarea {
  resize: none;
}
@-webkit-keyframes loading {
  from {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  to {
    -webkit-transform: rotate(-360deg);
    transform: rotate(-360deg);
  }
}
@-moz-keyframes loading {
  from {
    -webkit-transform: rotate(0);
    -moz-transform: rotate(0);
    transform: rotate(0);
  }
  to {
    -webkit-transform: rotate(-360deg);
    -moz-transform: rotate(-360deg);
    transform: rotate(-360deg);
  }
}
@-o-keyframes loading {
  from {
    -webkit-transform: rotate(0);
    -o-transform: rotate(0);
    transform: rotate(0);
  }
  to {
    -webkit-transform: rotate(-360deg);
    -o-transform: rotate(-360deg);
    transform: rotate(-360deg);
  }
}
@keyframes loading {
  from {
    -webkit-transform: rotate(0);
    -moz-transform: rotate(0);
    -o-transform: rotate(0);
    transform: rotate(0);
  }
  to {
    -webkit-transform: rotate(-360deg);
    -moz-transform: rotate(-360deg);
    -o-transform: rotate(-360deg);
    transform: rotate(-360deg);
  }
}
.reg-input {
  margin-bottom: 15px;
}
.reg-input label {
  font-family: Georgia, "Times New Roman", Times, serif;
  text-transform: uppercase;
  font-size: 1rem;
  letter-spacing: 1px;
  color: #9a9ba0;
  margin-bottom: 5px;
  display: block;
  position: relative;
}
@media (min-width: 1200px) {
  .reg-input label {
    line-height: 4rem;
  }
  .reg-input label span {
    display: inline-block;
    line-height: normal;
    vertical-align: middle;
  }
}
.reg-input__required:after {
  content: "*";
  font-family: "Bebas Neue", Helvetica, Arial, sans-serif;
  color: #e463a0;
  font-size: 2.2rem;
  position: absolute;
  bottom: -38px;
  left: -13px;
}
@media (min-width: 1200px) {
  .reg-input__required:after {
    top: 5px;
    right: -25px;
    bottom: auto;
    left: auto;
  }
}
.reg-input__captcha-wrapper {
  padding-left: 0;
  text-align: right;
}
.reg-input__captcha {
  display: inline-block;
  width: 77px;
  height: 40px;
  text-align: center;
  vertical-align: top;
}
.reg-input__refresh-captcha {
  display: inline-block;
  margin-left: 16px;
  margin-top: 8px;
}
.reg-input__refresh-captcha svg {
  width: 26px;
  height: 20px;
  fill: #e463a0;
}
.reg-input__refresh-captcha:hover svg {
  fill: #da2a7e;
}
.popup-window-overlay {
  background: #000;
}
.popup-window {
  display: block;
  padding: 10px;
}
.popup-window-titlebar.popup-window {
  width: 100%;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  border: 0;
  padding: 45px 41px;
  display: block;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
@media (min-width: 768px) {
  .popup-window-titlebar.popup-window {
    width: 600px;
  }
}
.popup-window-titlebar.popup-window table,
.popup-window-titlebar.popup-window tbody,
.popup-window-titlebar.popup-window tr {
  display: block;
}
.popup-window-titlebar .popup-window-top-row .popup-window-left-column,
.popup-window-titlebar .popup-window-top-row .popup-window-center-column,
.popup-window-titlebar .popup-window-top-row .popup-window-right-column,
.popup-window-titlebar-light .popup-window-top-row .popup-window-left-column,
.popup-window-titlebar-light .popup-window-top-row .popup-window-center-column,
.popup-window-titlebar-light .popup-window-top-row .popup-window-right-column {
  background: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  border: 0;
}
.popup-window-left-column,
.popup-window-right-column {
  display: none;
}
.popup-window-top-row .popup-window-center-column {
  display: block;
  height: auto;
  font-size: 2.5rem;
  position: relative;
  top: 30px;
}
@media (min-width: 768px) {
  .popup-window-top-row .popup-window-center-column {
    font-size: 5rem;
  }
}
.popup-window-content-row .popup-window-center-column {
  display: block;
  height: auto;
  position: relative;
}
.popup-window-top-row .popup-window-titlebar div {
  margin-right: 0;
  text-align: center;
}
.popup-window-titlebar .popup-window-top-row {
  height: 71px;
}
.popup-window-content {
  margin: 0;
}
.popup-window-content p {
  font-family: Georgia, "Times New Roman", Times, serif;
  line-height: 2rem;
  font-size: 1.4rem;
}
.popup-window-hr {
  background: none;
  margin: 0;
}
.bx_bt_button {
  margin: 0 !important;
  font-family: Georgia, "Times New Roman", Times, serif;
  font-style: italic;
  border: 1px solid #fff;
  padding: 14px 25px;
  color: #fff;
  border-color: #25262a;
  background-color: #25262a;
  cursor: pointer;
  display: inline-block;
}
.bx_bt_button:hover {
  color: #fff;
  background-color: #e463a0;
  border-color: #e463a0;
}
.popup-window-titlebar-close-icon {
  margin: 0;
}
.popup-window-close-icon {
  top: -48px !important;
  right: 0;
  background-image: url('/local/2016/css/../img/sprite.png?v=2');
  background-position: -161px -72px;
  width: 36px;
  height: 36px;
}
@media (min-width: 768px) {
  .popup-window-close-icon {
    right: -48px !important;
  }
}
.popup-window-close-icon:hover {
  background-image: url('/local/2016/css/../img/sprite.png?v=2');
  background-position: -161px -72px;
  width: 36px;
  height: 36px;
}
.popup-window-buttons {
  display: block;
  height: 44px;
}
.popup-window-buttons .catalog__orders {
  display: block;
  width: 100%;
  float: none;
  margin-bottom: 10px;
}
#panel{
  width: 100%;
}
#panel,
.page-header {
  position: fixed;
  top: 0;
  z-index: 1020;
}

@media (max-width: 768px) {
  #panel,
  .page-header {
    position: sticky;
  }
}

.page-header {
  background-image: -webkit-linear-gradient(left, #25262a 50%, #25262a 50%);
  background-image: -webkit-gradient(linear, left top, right top, color-stop(50%, #25262a), color-stop(50%, #25262a));
  background-image: -moz-linear-gradient(left, #25262a 50%, #25262a 50%);
  background-image: -o-linear-gradient(left, #25262a 50%, #25262a 50%);
  background-image: linear-gradient(to right, #25262a 50%, #25262a 50%);
  border-bottom: none;
  z-index: 1010;
  width: 100%;
}
.page-header__inner .row {
  margin-left: 0px;
  margin-right: 0px;
}
@media (min-width: 1200px) {
  .page-header__inner .row {
    margin-left: -15px;
    margin-right: -15px;
  }
}
#panel:not(:empty) + .body-wrapper .page-header {
  top: 39px;
  width: 100%;
}
@media (min-width: 1200px) {
  .page-header {
    background-image: -webkit-linear-gradient(top, #fff 50px, transparent 50px), -webkit-linear-gradient(left, #25262a 50%, #25262a 50%);
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(50px, #fff), color-stop(50px, transparent)), -webkit-gradient(linear, left top, right top, color-stop(50%, #25262a), color-stop(50%, #25262a));
    background-image: -webkit-linear-gradient(top, #fff 50px, transparent 50px), -webkit-linear-gradient(left, #25262a 50%, #25262a 50%);
    background-image: -moz-linear-gradient(top, #fff 50px, transparent 50px), -moz-linear-gradient(left, #25262a 50%, #25262a 50%);
    background-image: -o-linear-gradient(top, #fff 50px, transparent 50px), -o-linear-gradient(left, #25262a 50%, #25262a 50%);
    background-image: linear-gradient(to bottom, #fff 50px, transparent 50px), linear-gradient(to right, #25262a 50%, #25262a 50%);
    width: 90%;
  }
  #panel:not(:empty) + .body-wrapper .page-header{
    width: 90%;
  }
}
.page-header__top {
  background-color: #25262a;
  height: 60px;
  position: relative;
  display: flex;
}
@media (min-width: 768px) {
  .page-header__top {
    height: 75px;
  }
}
@media (min-width: 1200px) {
  .page-header__top {
    height: 50px;
    padding: 0;
    background-color: #fff;
  }
}
@media (min-width: 1200px) {
  .page-header__work-time {
    font-family: Georgia, "Times New Roman", Times, serif;
    display: inline-block;
    padding-top: 21px;
    vertical-align: top;
    margin-right: 15px;
    color: #9a9ba0;
    position: relative
  }
  .page-header__work-time:before {
    content: '';
    position: absolute;
    left: -19px;
    top: 20px;
    width: 1px;
    height: 60%;
    background-color: #e5e6e7;
  }
}
.page-header__work-time + div[id^=bxdynamic] {
  display: inline-block;
  position: absolute;
  right: 0;
}
@media (min-width: 1200px) {
  .page-header__payment-and-delivery {
    background-color: #25262a;
    height: 80px;
    text-align: center;
  }
  .page-header__payment-and-delivery a {
    font-family: Georgia, "Times New Roman", Times, serif;
    display: inline-block;
    padding-top: 33px;
    vertical-align: top;
    color: #fff;
    position: relative
  }
  .page-header__payment-and-delivery a:hover {
    color: #e463a0;
  }
}
.page-header__payment-and-delivery + div[id^=bxdynamic] {
  display: inline-block;
  position: absolute;
  right: 0;
}
.page-header__bottom {
  background-color: #25262a;
  height: 0px;
  position: relative;
}
@media (min-width: 1200px) {
  .page-header__bottom {
    padding: 0;
    height: 80px;
    z-index: 100;
  }
}
.page-header__menu-wrapper {
  position: fixed;
  top: 61px;
  left: 0;
  z-index: 1000;
  height: 100%;
  width: 100vw;
  overflow-x: hidden;
  overflow-y: visible;
  background-color: #25262a;
  color: #ffffff;
  -webkit-transform: translate(-100%);
  -ms-transform: translate(-100%);
  -moz-transform: translate(-100%);
  -o-transform: translate(-100%);
  transform: translate(-100%);
  -webkit-transition: 0.2s transform;
  -webkit-transition: 0.2s -webkit-transform;
  transition: 0.2s -webkit-transform;
  -o-transition: 0.2s -o-transform;
  -moz-transition: 0.2s transform, 0.2s -moz-transform;
  transition: 0.2s transform;
  transition: 0.2s transform, 0.2s -webkit-transform, 0.2s -moz-transform, 0.2s -o-transform;
  padding-top: 63px;
}
#panel:not(:empty) + .body-wrapper .page-header__menu-wrapper {
  top: 101px;
}
.page-header__menu-wrapper--active {
  -webkit-transform: translate(0);
  -ms-transform: translate(0);
  -moz-transform: translate(0);
  -o-transform: translate(0);
  transform: translate(0);
}
.page-header__menu-wrapper--overflow-hidden {
  overflow: hidden;
}
@media (min-width: 768px) {
  .page-header__menu-wrapper {
    padding-top: 77px;
    top: 76px;
  }
  #panel:not(:empty) + .body-wrapper .page-header__menu-wrapper {
    top: 117px;
  }
}
@media (min-width: 1200px) {
  .page-header__menu-wrapper {
    position: static;
    height: auto;
    width: auto;
    overflow: visible;
    background-color: transparent;
    -webkit-transform: translate(0);
    -ms-transform: translate(0);
    -moz-transform: translate(0);
    -o-transform: translate(0);
    transform: translate(0);
    padding-top: 0;
    display: block;
  }
}
.page-header__menu {
  margin: 0;
  padding: 0;
  list-style: none;
  margin-bottom: 55px;
}
@media (min-width: 768px) {
  .page-header__menu {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
    -ms-flex-order: 2;
    -moz-box-ordinal-group: 3;
    order: 2;
  }
}
@media (min-width: 1200px) {
  .page-header__menu {
    background-color: #25262a;
    vertical-align: top;
    padding-top: 32px;
    margin-bottom: 0;
    height: 80px;
    position: static;
  }
}
.page-header__menu-item {
  width: 100%;
  display: block;
  border-bottom: 1px solid #424348;
  padding: 20px;
}
.page-header__menu-item a {
  position: relative;
  color: #ffffff;
  font-size: 2.2rem;
  line-height: 1;
}
.page-header__menu-item--parent > a::after {
  content: '';
  border: 4px solid transparent;
  border-left: 4px solid #fff;
  position: absolute;
  top: 9px;
  right: -20px;
  -webkit-transition: 0.2s color, 0.2s background;
  -o-transition: 0.2s color, 0.2s background;
  -moz-transition: 0.2s color, 0.2s background;
  transition: 0.2s color, 0.2s background;
}
@media (min-width: 1200px) {
  .page-header__menu-item {
    width: auto;
    display: inline-block;
    font-size: 2.2rem;
    margin-right: 20px;
    border-bottom: none;
    padding: 0;
  }
  .page-header__menu-item:last-child {
    margin-right: 0;
  }
  .page-header__menu-item a {
    color: #ffffff;
    padding: 0;
    display: block;
  }
  .page-header__menu-item a:hover {
    color: #e463a0;
  }
  .page-header__menu-item--parent > a::after {
    display: none;
  }
  .page-header__menu-item--active > a {
    color: #e463a0;
    position: relative;
  }
  .page-header__menu-item:hover > a,
  .page-header__menu-item--active-dropdown > a {
    color: #e463a0;
    position: relative;
    height: 48px;
  }
  .page-header__menu-item:hover > a:after,
  .page-header__menu-item--active-dropdown > a:after {
    content: "";
    display: block;
    position: absolute;
    width: 100%;
    height: 3px;
    bottom: 0px;
    left: 0;
    background-color: #e463a0;
    border: none;
    top: auto;
    right: auto;
    -webkit-transition: none;
    -o-transition: none;
    -moz-transition: none;
    transition: none;
  }
}
.page-header__menu-podmenu-wrapper {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1000;
  height: 100%;
  width: 100vw;
  overflow-x: hidden;
  overflow-y: visible;
  background-color: #25262a;
  color: #ffffff;
  -webkit-transform: translate(-100%);
  -ms-transform: translate(-100%);
  -moz-transform: translate(-100%);
  -o-transform: translate(-100%);
  transform: translate(-100%);
  -webkit-transition: 0.2s transform;
  -webkit-transition: 0.2s -webkit-transform;
  transition: 0.2s -webkit-transform;
  -o-transition: 0.2s -o-transform;
  -moz-transition: 0.2s transform, 0.2s -moz-transform;
  transition: 0.2s transform;
  transition: 0.2s transform, 0.2s -webkit-transform, 0.2s -moz-transform, 0.2s -o-transform;
  padding-top: 20px;
  padding-left: 40px;
  padding-bottom: 80px;
}
@media (min-width: 1200px) {
  .page-header__menu-podmenu-wrapper {
    position: absolute;
    visibility: hidden;
    -webkit-transform: none;
    -ms-transform: none;
    -moz-transform: none;
    -o-transform: none;
    transform: none;
    opacity: 0;
    height: auto;
    width: auto;
    top: 80px;
    left: -40px;
    padding: 40px;
    -webkit-transition-property:  opacity, visibility;
    -o-transition-property:  opacity, visibility;
    -moz-transition-property:  opacity, visibility;
    transition-property:  opacity, visibility;
    -webkit-transition-delay: 0.15s, 0.15s;
    -moz-transition-delay: 0.15s, 0.15s;
    -o-transition-delay: 0.15s, 0.15s;
    transition-delay: 0.15s, 0.15s;
    background-color: #2d2e33;
  }
  .page-header__menu-podmenu-subwrapper {

  }
}
@media (min-width: 1200px) and (max-width: 1422px){
  .page-header__menu-podmenu-wrapper{
    padding-left: 2.083%;
    left: -2.083%;
  }
}
@media (max-width: 1199px) {
  .page-header__menu-podmenu-wrapper--active {
    display: block;
    width: 100%;
    -webkit-transform: translate(0);
    -ms-transform: translate(0);
    -moz-transform: translate(0);
    -o-transform: translate(0);
    transform: translate(0);
  }
}
@media (min-width: 1200px) {
  .page-header__menu-item:hover .page-header__menu-podmenu-wrapper {
    visibility: visible;
    opacity: 1;
    max-width: 1290px;
    -webkit-transform: translate(0);
    -ms-transform: translate(0);
    -moz-transform: translate(0);
    -o-transform: translate(0);
    transform: translate(0);
    -webkit-transition-delay: 0s, 0s;
    -moz-transition-delay: 0s, 0s;
    -o-transition-delay: 0s, 0s;
    transition-delay: 0s, 0s;
  }
  .page-header__menu-item:hover .page-header__menu-podmenu-wrapper.js-show-subpodmenu {
    width: 100vw;
  }
}
.page-header__menu-podmenu,
.page-header__menu-podmenu--double-list {
  padding: 0;
  margin: 0;
  list-style: none;
}
@media (min-width: 768px){
  .page-header__menu-podmenu--double-list{
    -webkit-columns: 200px 2;
    -moz-columns: 200px 2;
    columns: 200px 2;
    -webkit-column-rule: 1px solid #424348;
    -moz-column-rule: 1px solid #424348;
    column-rule: 1px solid #424348;
    -webkit-column-gap: 100px;
    -moz-column-gap: 100px;
    column-gap: 100px;
  }
}
.page-header__menu-podmenu-title {
  position: relative;
}
@media (min-width: 768px) {
  .page-header__menu-podmenu-title {
    display: block;
  }
}
@media (min-width: 1200px) {
  .page-header__menu-podmenu-title {
    display: none;
  }
}
.page-header__menu-podmenu-title a {
  font-size: 3.3rem;
  line-height: 3rem;
  display: block;
  padding: 20px 20px 40px 20px;
  color: #e463a0;

}
.page-header__menu-podmenu-title svg {
  width: 20px;
  height: 14px;
  fill: #e463a0;
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
  position: absolute;
  left: -20px;
  top: 28px;
}
.page-header__menu-podmenu-item {
  line-height: 4rem;
}
.page-header__menu-podmenu-item > a {
  padding-top: 0;
  padding-bottom: 0;
  padding-right: 0;
  font-size: 2.5rem;
  line-height: 1;
  display: inline-block;
  vertical-align: middle;
}
@media (min-width: 1200px) {
  .page-header__menu-podmenu-item > a {
    font-size: 2rem;
    line-height: 2.2rem;
    color: #ffffff;
  }
}
.page-header__menu-podmenu-item--parent > a {
  position: relative;
  width: auto;
}
.page-header__menu-podmenu-item--parent > a::after {
  content: '';
  border: 4px solid transparent;
  border-left: 4px solid #fff;
  position: absolute;
  top: 7px;
  right: -20px;
  -webkit-transition: 0.2s color, 0.2s background;
  -o-transition: 0.2s color, 0.2s background;
  -moz-transition: 0.2s color, 0.2s background;
  transition: 0.2s color, 0.2s background;
}
.page-header__menu-podmenu-item--parent:hover > a {
  color: #e463a0;
}
.page-header__menu-podmenu-item--parent:hover > a::after {
  border-left: 4px solid #e463a0;
}
.page-header__menu-podmenu-item--hr{
  display: block;
  background-color: #424348;
  height: 1px;
  padding: 0;
  margin: 20px 0;
  width: 150px;
}
.page-header__menu-subpodmenu-wrapper {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 2000;
  height: 100%;
  width: 100vw;
  overflow-x: hidden;
  overflow-y: visible;
  margin: 0;
  display: none;
  background-color: #25262a;
  padding: 20px 0 80px 40px;
}
@media (min-width: 1200px) {
  .page-header__menu-subpodmenu-wrapper {
    position: absolute;
    display: none;
    padding: 40px;
    width: 100%;
    left: 300px;
    background-color: #2d2e33;
  }
  .page-header__menu-podmenu-item--parent:hover .page-header__menu-subpodmenu-wrapper {
    display: block
  }
}
@media (max-width: 1199px) {
  .page-header__menu-subpodmenu-wrapper--active {
    display: block;
    width: 100%;
    -webkit-transform: translate(0);
    -ms-transform: translate(0);
    -moz-transform: translate(0);
    -o-transform: translate(0);
    transform: translate(0);
  }
}

.page-header__menu-subpodmenu {
  position: relative;
  height: 100%;
  padding: 0;
  margin: 0;
  list-style: none;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-flow: column wrap;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-flow: column wrap;
  flex-flow: column wrap;
  -webkit-align-content: flex-start;
  -ms-flex-line-pack: start;
  align-content: flex-start;
}
@media (max-width: 767px){
  .page-header__menu-subpodmenu{
    display: block;
    height: auto;
    padding-bottom: 30px;
  }
}
.page-header__menu-subpodmenu::before {
  content: '';
  display: block;
  position: absolute;
  left: -40px;
  top: 0;
  height: 100%;
  width: 1px;
  background-color: #424348;
}

.page-header__menu-subpodmenu-item {
  line-height: 4.2rem;
  width: 250px;
}
.page-header__menu-subpodmenu-item a {
  padding-top: 0;
  padding-bottom: 0;
  padding-right: 0;
  font-size: 2.2rem;
  line-height: 2rem;
  display: inline-block;
  vertical-align: middle;
}
@media (min-width: 1200px) {
  .page-header__menu-subpodmenu-item {
    line-height: 3.2rem;
  }
  .page-header__menu-subpodmenu-item a {
    font-size: 1.7rem;
    line-height: 2.2rem;
  }
}

.page-header__menu-subpodmenu-title {
  position: relative;
  padding: 20px;
}
@media (min-width: 768px) {
  .page-header__menu-subpodmenu-title {
    display: block;
  }
}
@media (min-width: 1200px) {
  .page-header__menu-subpodmenu-title {
    display: none;
  }
}
.page-header__menu-subpodmenu-title a {
  font-size: 3.3rem;
  line-height: 3rem;
  padding-bottom: 40px;
  color: #e463a0;
}
.page-header__menu-subpodmenu-title svg {
  width: 20px;
  height: 14px;
  fill: #e463a0;
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
  position: absolute;
  left: -20px;
  top: 28px;
}
@media (min-width: 1200px) {
  .page-header__scrollbar {
    height: 340px;
    overflow: auto;
  }
  .page-header__scrollbar .jspHorizontalBar {
    background-color: transparent;
  }
  .page-header__scrollbar .jspHorizontalBar .jspTrack {
    height: 5px;
    background-color: #fff;
  }
  .page-header__scrollbar .jspHorizontalBar .jspDrag {
    background-color: #e463a0;
    -webkit-transition: 0.2s background-color;
    -o-transition: 0.2s background-color;
    -moz-transition: 0.2s background-color;
    transition: 0.2s background-color;
  }
  .page-header__scrollbar .jspHorizontalBar .jspDrag:hover,
  .page-header__scrollbar .jspHorizontalBar .jspDrag:active {
    background-color: #da2a7e;
  }
  .page-header__scrollbar .jspArrowLeft.jspDisabled {
    background: none;
  }
  .page-header__scrollbar .jspArrowRight.jspDisabled {
    background: none;
  }
  .page-header__scrollbar .jspArrowLeft {
    background: none;
    float: left;
  }
  .page-header__scrollbar .jspArrowRight {
    background: none;
    float: right !important;
  }
}
.page-header__brand-alphabet {
  list-style: none;
  padding: 0;
  margin: 0;
  position: relative;
  padding-right: 65px;
  padding-left: 6px;
}
@media (min-width: 1200px) {
  .page-header__brand-alphabet {
    padding-left: 0;
    padding-right: 0;
  }
}
.page-header__brand-alphabet li {
  float: left;
  display: block;
}
.page-header__brand-alphabet a {
  color: #9a9ba0;
  font-size: 1.4rem;
  padding: 0 15px 37px 15px;
}
.page-header__brand-alphabet a:hover {
  color: #e463a0;
}
.page-header__brand-alphabet-item--active a {
  color: #e463a0;
}
.page-header__brand-alphabet-all {
  position: absolute;
  top: 0;
  left: -36px;
}
@media (min-width: 1200px) {
  .page-header__brand-alphabet-all {
    position: static;
  }
  .page-header__brand-alphabet-all a {
    padding-left: 0;
    padding-right: 40px;
  }
}
.page-header__menu-addition {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-flow: row wrap;
  -moz-box-orient: horizontal;
  -moz-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
}
@media (min-width: 768px) {
  .page-header__menu-addition {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    -moz-box-ordinal-group: 2;
    order: 1;
  }
}
.page-header__menu-addition-links {
  width: 49%;
  margin-bottom: 120px;
}
.page-header__menu-addition-links h2,
.page-header__menu-addition-links .h2{
  font-size: 2.8rem;
  color: #e463a0;
  margin-bottom: 15px;
}
.page-header__menu-addition-links ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.page-header__menu-addition-links a {
  font-size: 1.5rem;
  color: #ffffff;
  line-height: 3rem;
  font-weight: 300;
}
.page-header__menu-brand .jspContainer{
  overflow: visible;
}
.page-header__brand-list {
  list-style: none;
  padding: 0;
  margin: 0;
}
.page-header__brand-list a {
  padding-top: 0;
  padding-bottom: 0;
  padding-right: 0;
  font-size: 2.5rem;
  line-height: 1.5;
  display: inline-block;
  vertical-align: middle;
}
@media (min-width: 1200px) {
  .page-header__brand-list a {
    font-size: 1.5rem;
    padding-top: 7px;
    padding-bottom: 7px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    line-height: 1;
  }
}
.page-header__brand-list .btn {
  padding: 10px 20px;
  margin: 20px 100px 0 0;
}
.page-header__brand-list .btn a {
  font-family: Georgia, "Times New Roman", Times, serif;
  padding: 0;
}
.page-header__brand-list .btn a:hover {
  color: #fff;
}
@media (min-width: 768px) {
  .page-header__brand-list {
    -webkit-columns: 2;
    -moz-columns: 2;
    columns: 2;
    -webkit-column-rule: 1px solid #424348;
    -moz-column-rule: 1px solid #424348;
    column-rule: 1px solid #424348;
    -webkit-column-gap: 100px;
    -moz-column-gap: 100px;
    column-gap: 100px;
    max-width: 700px;
  }
}
@media (min-width: 1200px) {
  .page-header__brand-list {
    -webkit-columns: auto 2;
    -moz-columns: auto 2;
    columns: auto 2;
    -webkit-column-rule: 1px solid #424348;
    -moz-column-rule: 1px solid #424348;
    column-rule: 1px solid #424348;
    -webkit-column-gap: 100px;
    -moz-column-gap: 100px;
    column-gap: 100px;
  }
  .page-header__brand-list a {
    color: #ffffff;
  }
}
.page-header__brand-list-title {
  font-family: "Bebas Neue", Helvetica, Arial, sans-serif;
  color: #fff;
  font-size: 2.5rem;
  line-height: 1.5;
  position: relative;
  padding: 15px 0 15px 20px;
}
.page-header__brand-list-title::after {
  content: "";
  display: block;
  width: 40px;
  height: 3px;
  background-color: #e463a0;
  position: absolute;
  bottom: 7px;
  left: -1px;
}
@media (min-width: 768px) {
  .page-header__brand-list-title {
    font-size: 2.2rem;
    line-height: 3rem;
    padding-left: 20px;
    padding-top: 15px;
    padding-bottom: 0;
  }
  .page-header__brand-list-title::after {
    display: none;
  }
}
@media (min-width: 1200px) {
  .page-header__brand-list-title {
    padding: 0;
    margin-top: 25px;
  }
  .page-header__brand-list-title:first-child {
    margin-top: 0;
  }
}
.page-header__menu-addition-phones {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-flow: row wrap;
  -moz-box-orient: horizontal;
  -moz-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  width: 100%;
  font-size: 2.2rem;
}
.page-header__menu-addition-phones span {
  font-family: Georgia, "Times New Roman", Times, serif;
  color: #9a9ba0;
  font-size: 1.4rem;
  display: inline-block;
  vertical-align: middle;
  margin-left: 5px;
}
.page-header__menu-addition-phone {
  margin-right: 30px;
  margin-bottom: 10px;
}
.page-header__menu-addition-phone a {
  color: #ffffff;
}
.page-header__menu-addition-callback {
  width: 100%;
  margin-bottom: 50px;
  font-family: Georgia, "Times New Roman", Times, serif;
}
.page-header__menu-addition-callback a {
  display: inline-block;
  color: #fff;
}
.page-header__menu-addition-callback span {
  color: #9a9ba0;
  margin-left: 30px;
}
.page-header__menu-addition-callback i {
  display: inline-block;
  width: 24px;
  height: 24px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  background-color: #e463a0;
  position: relative;
  margin-right: 6px;
  top: 7px;
}
.page-header__menu-addition-callback svg {
  width: 10px;
  height: 15px;
  fill: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.page-header__settings {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  margin-left: auto;
}
/* @media (min-width: 768px) {
  .page-header__settings {
  }
}
@media (min-width: 1200px) {
  .page-header__settings {
  }
} */
.page-header #bxdynamic_main-basket {
  display: inline-block;
}
.page-header__cart {
  display: inline-block;
  line-height: 0;
  margin-right: 25px;
}
.page-header__cart--empty span {
  font-family: Georgia, "Times New Roman", Times, serif;
  text-transform: uppercase;
  font-size: 1rem;
  letter-spacing: 1px;
  color: #9a9ba0;
  position: relative;
  bottom: 7px;
}
@media (min-width: 768px) {
  .page-header__cart--full {
    position: relative;
  }
}
.page-header__cart a {
  display: inline-block;
  position: relative;
}
.page-header__cart a svg.svg-icon-cart {
  display: inline-block;
  width: 18px;
  height: 20px;
}
.page-header__cart a svg.svg-icon-cart path{
  fill: #ffffff;
  transition: 0.3s linear;
}
@media (min-width: 1200px) {
  .page-header__cart a svg.svg-icon-cart path{
    fill: #25262A;
  }

  .page-header__cart a:hover svg.svg-icon-cart path{
    fill: #e463a0;
  }
}
.page-header__cart-info {
  position: absolute;
  top: -5px;
  right: -13px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.page-header__cart-info-count {
  font-family: Georgia, "Times New Roman", Times, serif;
  color: #9a9ba0;
  background: #e463a0;
  border-radius: 10px;
  display: block;
  padding: 0px 5px 1px;
  font-weight: bold;
  font-size: 10px;
  line-height: 14px;
  color: #FFFFFF;
}
@media (min-width: 768px) {
  .page-header__cart-info-separator {
    font-family: Georgia, "Times New Roman", Times, serif;
    color: #9a9ba0;
    margin: 0 6px;
    vertical-align: top;
    position: relative;
    top: 8px;
  }
  .page-header__cart-info-price {
    color: #e463a0;
    font-size: 2.8rem;
    font-weight: 400;
  }
  .page-header .rouble {
    color: #9a9ba0;
    top: .5em;
  }
}
.page-header__cart-dropdown {
  position: absolute;
  top: 62px;
  left: 0;
  width: 100%;
  background-color: #ffffff;
  visibility: hidden;
  z-index: 100;
}
@media (min-width: 768px) {
  .page-header__cart-dropdown {
    width: 280px;
    top: 53px;
    left: -15px;
  }
}
@media (min-width: 1200px) {
  .page-header__cart-dropdown {
    width: 293px;
    top: 52px;
    min-height: 401px;
  }
}
.page-header__cart-dropdown svg.svg-arrow {
  display: none;
}
.page-header__cart-dropdown .page-header__cart-dropdown-item {
  display: none;
}
.page-header__cart-dropdown--active {
  visibility: visible;
}
.page-header__cart-dropdown--active svg.svg-arrow {
  display: block;
}
.page-header__cart-dropdown--active .page-header__cart-dropdown-item {
  display: block;
}
.page-header__cart-dropdown-nav {
  height: 60px;
  border-bottom: 1px solid #f3f3f3;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -moz-box;
  display: flex;
}
@media (min-width: 768px) {
  .page-header__cart-dropdown-nav {
    height: 90px;
  }
}
@media (min-width: 1200px) {
  .page-header__cart-dropdown-nav {
    height: 100px;
  }
}
.page-header__cart-dropdown-nav svg {
  width: 40px;
  height: 20px;
  fill: #25262a;
}
.page-header__cart-dropdown-count {
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  -moz-box-flex: 1;
  flex-grow: 1;
  text-align: center;
  font-family: Georgia, "Times New Roman", Times, serif;
  color: #9a9ba0;
  padding-top: 21px;
}
@media (min-width: 768px) {
  .page-header__cart-dropdown-count {
    padding-top: 37px;
  }
}
@media (min-width: 1200px) {
  .page-header__cart-dropdown-count {
    padding-top: 43px;
  }
}
.page-header__cart-dropdown-count--index {
  color: #e463a0;
}
.page-header__cart-dropdown-count--separator {
  padding: 0 5px;
}
.page-header__cart-dropdown-arrow-left {
  display: block;
  width: 60px;
  position: relative;
}
@media (min-width: 768px) {
  .page-header__cart-dropdown-arrow-left {
    width: 90px;
  }
}
@media (min-width: 1200px) {
  .page-header__cart-dropdown-arrow-left {
    width: 100px;
  }
}
.page-header__cart-dropdown-arrow-left:hover svg.svg-arrow {
  fill: #e463a0;
}
.page-header__cart-dropdown-arrow-left svg.svg-arrow {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.page-header__cart-dropdown-arrow-right {
  display: block;
  width: 60px;
  position: relative;
  background-color: #f3f3f3;
}
@media (min-width: 768px) {
  .page-header__cart-dropdown-arrow-right {
    width: 90px;
  }
}
@media (min-width: 1200px) {
  .page-header__cart-dropdown-arrow-right {
    width: 100px;
  }
}
.page-header__cart-dropdown-arrow-right:hover svg.svg-arrow {
  fill: #e463a0;
}
.page-header__cart-dropdown-arrow-right svg.svg-arrow {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%) rotate(180deg);
  -ms-transform: translate(-50%, -50%) rotate(180deg);
  -moz-transform: translate(-50%, -50%) rotate(180deg);
  -o-transform: translate(-50%, -50%) rotate(180deg);
  transform: translate(-50%, -50%) rotate(180deg);
}
.page-header__cart-dropdown-carousel {
  border-bottom: 1px solid #f3f3f3;
}
.page-header__cart-dropdown-item {
  padding: 30px 30px 30px 0;
}
.page-header__cart-dropdown-item-img {
  float: left;
  width: 80px;
  margin-right: 10px;
  text-align: center;
}
.page-header__cart-dropdown-item-img img {
  width: auto !important;
  height: auto !important;
  max-height: 130px;
  display: inline-block !important;
}
@media (min-width: 1200px) {
  .page-header__cart-dropdown-item-img {
    margin-right: 20px;
  }
}
.page-header__cart-dropdown-item-description {
  padding-left: 90px;
}
@media (min-width: 1200px) {
  .page-header__cart-dropdown-item-description {
    padding-left: 100px;
  }
}
.page-header__cart-dropdown-item-description h3,
.page-header__cart-dropdown-item-description .h3 {
  font-size: 2.2rem;
  margin-bottom: 10px;
}
.page-header__cart-dropdown-item-description h3 a,
.page-header__cart-dropdown-item-description .h3 a {
  color: #25262a;
}
.page-header__cart-dropdown-item-description h3 a:hover,
.page-header__cart-dropdown-item-description .h3 a:hover {
  color: #e463a0;
}
.page-header__cart-dropdown-item-description p {
  font-family: Georgia, "Times New Roman", Times, serif;
  line-height: 2rem;
  margin-bottom: 27px;
}
.page-header__cart-dropdown-price {
  font-size: 2.8rem;
}
.page-header__cart-dropdown-price .rouble {
  top: 0;
}
.page-header__cart-dropdown-btn {
  padding: 20px;
  text-align: center;
}
@media (min-width: 1200px) {
  .page-header__cart-dropdown-btn {
    padding: 30px;
  }
}
.page-header__cart-dropdown-btn .btn {
  display: inline-block;
}
.page-header__cart-dropdown-btn .btn:hover {
  color: #ffffff;
}
.page-header__wishlist {
  display: inline-block;
  vertical-align: top;
  font-family: Georgia, "Times New Roman", Times, serif;
  color: #b4b4b4;
}
.page-header__wishlist svg.svg-icon-wishlist path {
  width: 21px;
  height: 18px;
  transition: 0.3s linear;
  stroke: #fff;
}

@media (min-width: 768px) {
  .page-header__wishlist-count {
    margin-left: 4px;
    position: relative;
    vertical-align: top;
    top: 7px;
  }
}
@media (min-width: 1200px) {
  .page-header__wishlist svg.svg-icon-wishlist path {
    stroke: #25262A;
  }

  .page-header__wishlist:hover svg.svg-icon-wishlist path {
    stroke: #e463a0;
  }
}
.page-header__search {
  display: none;
  line-height: 0;
  margin-right: 25px;
}
.page-header__search svg.svg-icon-search {
  width: 19px;
  height: 18px;
  fill: #25262A;
}
.page-header__search:hover svg.svg-icon-search {
  fill: #e463a0;
}
@media (min-width: 1200px) {
  .page-header__search {
    display: inline-block;
  }
}
.page-footer {
  background-color: #25262a;
  padding-top: 29px;
  padding-bottom: 29px;
  color: #56575c;
  font-size: 1.6rem;
  font-weight: normal;
}
@media (min-width: 1200px) {
  .page-footer__inner {
    padding: 0 15px;
  }
}
@media (min-width: 768px) {
  .page-footer {
    padding-top: 49px;
    padding-bottom: 38px;
  }
}
.page-footer__top {
  padding-bottom: 0;
}
@media (min-width: 1200px) {
  .page-footer__top {
    padding-bottom: 29px;
  }
}
.page-footer__contacts {
  position: relative;
  border-bottom: 1px solid #2b2e32;
  padding-bottom: 20px;
}
@media (min-width: 768px) {
  .page-footer__contacts {
    border-bottom: 0;
    padding-bottom: 0;
  }
}
.page-footer__logo {
  display: block;
  margin-top: 7px;
}
.page-footer__logo svg.svg-logo-min {
  width: 23px;
  height: 22px;
  fill: #ffffff;
}
@media (min-width: 768px) {
  .page-footer__logo {
    margin-top: 0;
    margin-bottom: 22px;
  }
  .page-footer__logo .spadream-logo-white {
    width: 116px;
    height: 21px;
    fill: #ffffff;
    max-width: none;
  }
}
@media (min-width: 1200px) {
  .page-footer__logo {
    margin-bottom: 42px;
  }
}
.page-footer__socials {
  position: absolute;
  right: 15px;
  top: 0;
  list-style: none;
  margin: 0;
  padding: 0;
}
@media (min-width: 768px) {
  .page-footer__socials {
    position: static;
    margin-bottom: 29px;
  }
}
@media (min-width: 1200px) {
  .page-footer__socials {
    margin-bottom: 24px;
  }
}
.page-footer__socials-item {
  display: inline-block;
  margin-right: 10px;
}
.page-footer__socials-item:last-child {
  margin-right: 0;
}
.page-footer__socials-item a {
  display: block;
  border: 1px solid #56575c;
  width: 36px;
  height: 36px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  position: relative;
}
.page-footer__socials-item a:hover {
  background-color: #e463a0;
  border-color: #e463a0;
}
.page-footer__socials-item--vk a svg.svg-icon-vk {
  width: 17px;
  height: 10px;
  fill: #e463a0;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.page-footer__socials-item--vk a:hover svg.svg-icon-vk {
  fill: #ffffff;
}
.page-footer__socials-item--inst a svg.svg-icon-inst {
  width: 14px;
  height: 14px;
  fill: #e463a0;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.page-footer__socials-item--inst a:hover svg.svg-icon-inst {
  fill: #ffffff;
}
.page-footer__socials-item--tg a svg.svg-icon-tg {
  width: 14px;
  height: 14px;
  fill: #e463a0;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.page-footer__socials-item--tg a:hover svg.svg-icon-tg {
  fill: #ffffff;
}
.page-footer__socials-item--fb a svg.svg-icon-fb {
  width: 8px;
  height: 13px;
  fill: #e463a0;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.page-footer__socials-item--fb a:hover svg.svg-icon-fb {
  fill: #ffffff;
}
.page-footer__socials-item--yt a svg.svg-icon-yt {
  width: 16px;
  height: 12px;
  fill: #e463a0;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.page-footer__socials-item--yt a:hover svg.svg-icon-yt {
  fill: #ffffff;
}
.page-footer__site-menu h2,
.page-footer__site-menu .h2{
  color: #e463a0;
  text-transform: uppercase;
  margin-bottom: 20px;
}
@media (min-width: 1200px) {
  .page-footer__site-menu h2,
  .page-footer__site-menu .h2{
    margin-bottom: 44px;
  }
}
.page-footer__site-menu h2--inline,
.page-footer__site-menu .h2--inline{
  display: inline-block;
}
@media (min-width: 1200px) {
  .page-footer__site-menu h2--inline,
  .page-footer__site-menu .h2--inline{
    margin-right: 12px;
    vertical-align: top;
    margin-bottom: 0;
  }
}
.page-footer__site-menu ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
.page-footer__site-menu li {
  margin-bottom: 15px;
}
.page-footer__site-menu li:last-child {
  margin-bottom: 0;
}
.page-footer__site-menu li a {
  color: #ffffff;
  text-transform: uppercase;
}
.page-footer__site-menu li a:hover {
  color: #e463a0;
}
.page-footer__title {
  color: #e463a0;
  text-transform: uppercase;
  margin-bottom: 13px;
}
@media (min-width: 1200px) {
  .page-footer__title {
    margin-bottom: 44px;
  }
}
.page-footer__title--inline {
  display: inline-block;
}
@media (min-width: 1200px) {
  .page-footer__title--inline {
    margin-right: 12px;
    vertical-align: top;
    margin-bottom: 0;
  }
}
.page-footer__menu {
  padding: 0;
  margin: 0;
  list-style: none;
}
.page-footer__menu-item {
  margin-bottom: 15px;
}
.page-footer__menu-item:last-child {
  margin-bottom: 0;
}
.page-footer__menu-item a {
  color: #ffffff;
  text-transform: uppercase;
}
.page-footer__menu-item a:hover {
  color: #e463a0;
}
.page-footer__contacts-text {
  margin-top: 26px;
  line-height: 2rem;
  margin-bottom: 20px;
  color: #fff;
}
.page-footer__subscription {
  padding-top: 29px;
  padding-bottom: 32px;
}
@media (min-width: 768px) {
  .page-footer__subscription {
    padding-top: 0;
  }
}
@media (min-width: 1200px) {
  .page-footer__subscription {
    padding-bottom: 0;
  }
}
.page-footer__subscription-form {
  position: relative;
}
@media (min-width: 1200px) {
  .page-footer__subscription-form {
    display: inline-block;
    position: relative;
    bottom: 10px;
  }
}
input.page-footer__subscription-form-email {
  font-family: "Bebas Neue", Helvetica, Arial, sans-serif;
  background-color: transparent;
  border: 1px solid #56575c;
  padding: 14px 16px 10px 16px;
  width: 100%;
  color: #ffffff;
}
@media (max-width: 960px) {
  input.page-footer__subscription-form-email {
    max-width: 100% !important;
  }
}
.page-footer__subscription-form-submit {
  background-color: transparent;
  border: 0;
  font-size: 0;
  position: absolute;
  right: 15px;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  transform: translate(0, -50%);
  width: 20px;
  height: 14px;
  padding: 0;
}
.page-footer__subscription-form-submit:hover svg.svg-input-arrow {
  fill: #fff;
}
.page-footer__subscription-form-submit svg.svg-input-arrow {
  width: 20px;
  height: 14px;
  fill: #e463a0;
}
.page-footer__paylist {
  list-style: none;
  margin: 0;
  padding: 0;
  padding-bottom: 30px;
}
@media (min-width: 1200px) {
  .page-footer__paylist {
    display: inline-block;
    margin-left: 16px;
    position: relative;
    top: 10px;
  }
}
.page-footer__paylist-item {
  display: inline-block;
  margin-right: 15px;
  margin-top: 12px;
}
.page-footer__paylist-item:last-child {
  margin-right: 0;
}
.page-footer__paylist-item--visa {
  background-image: url('/local/2016/css/../img/sprite.png?v=2');
  background-position: -103px -156px;
  width: 49px;
  height: 16px;
  margin-bottom: 8px;
}
.page-footer__paylist-item--mastercard {
  background-image: url('/local/2016/css/../img/sprite.png?v=2');
  background-position: -161px -109px;
  width: 35px;
  height: 35px;
}
.page-footer__paylist-item--yandex {
  background-image: url('/local/2016/css/../img/sprite.png?v=2');
  background-position: -219px -58px;
  width: 21px;
  height: 25px;
  margin-bottom: 6px;
}
.page-footer__paylist-item--sms {
  background-image: url('/local/2016/css/../img/sprite.png?v=2');
  background-position: -219px -42px;
  width: 40px;
  height: 15px;
  margin-bottom: 8px;
}
.page-footer__attention {
  line-height: 2rem;
  padding-bottom: 29px;
  border-bottom: 1px solid #2b2e32;
}
@media (min-width: 768px) {
  .page-footer__attention {
    padding-top: 33px;
    border-top: 1px solid #2b2e32;
    margin-top: 20px;
  }
}
@media (min-width: 1200px) {
  .page-footer__attention {
    border: 0;
    padding-top: 0;
    padding-bottom: 0;
    margin-top: 0;
  }
}
@media (min-width: 1200px) {
  .page-footer__bottom {
    border-top: 1px solid #2b2e32;
    padding-top: 38px;
  }
}
.page-footer__pathners {
  padding-top: 20px;
  padding-bottom: 21px;
}
@media (min-width: 1200px) {
  .page-footer__pathners {
    padding-top: 0;
    padding-bottom: 0;
  }
}
.page-footer__pathner-list {
  list-style: none;
  padding: 0;
  margin: 0;
}
.page-footer__pathner-list-item {
  display: inline-block;
  margin-right: 15px;
  margin-bottom: 15px;
}
.page-footer__pathner-list-item:last-child {
  margin-right: 0;
}
@media (min-width: 1200px) {
  .page-footer__pathner-list-item {
    margin-bottom: 0;
  }
}
.page-footer__pathner-list-item--mastercard {
  background-image: url('/local/2016/css/../img/sprite.png?v=2');
  background-position: 0px -175px;
  width: 66px;
  height: 27px;
}
.page-footer__pathner-list-item--visa {
  background-image: url('/local/2016/css/../img/sprite.png?v=2');
  background-position: -161px 0px;
  width: 57px;
  height: 35px;
}
.page-footer__pathner-list-item--verisign {
  background-image: url('/local/2016/css/../img/sprite.png?v=2');
  background-position: 0px -122px;
  width: 72px;
  height: 33px;
}
.page-footer__pathner-list-item--yandex {
  background-image: url('/local/2016/css/../img/sprite.png?v=2');
  background-position: -73px -122px;
  width: 86px;
  height: 25px;
}
.page-footer__pathner-list-item--pci {
  background-image: url('/local/2016/css/../img/sprite.png?v=2');
  background-position: -161px -36px;
  width: 53px;
  height: 35px;
}
.page-footer__awards {
  color: #ffffff;
  padding-bottom: 27px;
}
@media (min-width: 1200px) {
  .page-footer__awards {
    padding-bottom: 0;
  }
}
.page-footer__awards i {
  display: inline-block;
  margin-right: 10px;
}
.page-footer__awards i svg.svg-icon-fnya {
  width: 43px;
  height: 32px;
}
.page-footer__awards span {
  position: relative;
  bottom: 12px;
}
@media (min-width: 768px) {
  .page-footer__copyright {
    text-align: right;
    padding-top: 10px;
  }
}
@media (min-width: 1200px) {
  .page-footer__copyright {
    text-align: left;
  }
}
.page-footer__dev a {
  display: block;
  float: right;
  color: #56575c;
  text-align: right;
  position: relative;
  top: -12px;
}
@media (min-width: 768px) {
  .page-footer__dev a {
    position: static;
  }
}
.page-footer__dev a:after {
  content: "";
  display: block;
  background-image: url('/local/2016/css/../img/sprite.png?v=2');
  background-position: 0px -156px;
  width: 102px;
  height: 18px;
  margin-top: 3px;
}
.slider-top {
  background-color: #25262a;
}
.slider-top__inner {
  position: relative;
  height: 280px;
  padding: 0;
}
.slider-top__right-space{
  position: absolute;
  right: 0;
  height: 280px;
  width: 50%;
  background-color: #2d2e33;
}
@media (min-width: 1200px) {
  .slider-top__inner, .slider-top__right-space {
    height: 500px;
  }
}
.slider-top-mobile__items .owl-dots.disabled,
.slider-top__inner .owl-dots.disabled {
  display: none;
}
.slider-top-mobile__items .owl-dots {
  margin-top: 10px;
  text-align: center;
}
.slider-top__inner .owl-dots {
  position: absolute;
  bottom: 12px;
  text-align: center;
  width: 100%;
  z-index: 20;
}
.slider-top-mobile__items .owl-dot,
.slider-top__inner .owl-dots .owl-dot {
  display: inline-block;
  zoom:1;
}
.slider-top-mobile__items .owl-dot span,
.slider-top__inner .owl-dots .owl-dot span {
  width: 10px;
  height: 10px;
  margin: 5px 7px;
  background: #fff;
  display: block;
  -webkit-backface-visibility: visible;
  -webkit-transition: opacity .2s ease;
  -o-transition: opacity .2s ease;
  -moz-transition: opacity .2s ease;
  transition: opacity .2s ease;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px
}
.slider-top-mobile__items .owl-dots .owl-dot.active span,.owl-theme .owl-dots .owl-dot:hover span,
.slider-top__inner .owl-dots .owl-dot.active span,.owl-theme .owl-dots .owl-dot:hover span {
  background: #e463a0
}
.slider-top__img {
  height: 280px;
  overflow: hidden;
  background-color: #000;
}
@media (min-width: 1200px) {
  .slider-top__img {
    width: 1200px;
    height: 500px;
  }
}
.slider-top__img img {
  height: 100%;
  min-width: 100%;
  max-width: inherit;
}
@media (min-width: 768px) {
  .slider-top__img img {
    width: 100%;
    height: auto;
  }
}
@media (min-width: 1200px) {
  .slider-top__img img {
    width: 100%;
  }
}
.slider-top__description {
  position: absolute;
  bottom: 0;
  z-index: 1;
  width: 500px;
  max-width: 100%;
  height: 280px;
  top: 0;
  left: 0;
  background-color: rgba(37,38,42,0);
  padding: 30px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  z-index: 0;
}
@media (min-width: 1200px) {
  .slider-top__description {
    padding: 65px 100px;
    height: 400px;
  }
}
.slider-top__description h2,
.slider-top__description .h2{
  font-size: 5rem;
  color: #ffffff;
  position: relative;
}
@media (min-width: 1200px) {
  .slider-top__description h2,
  .slider-top__description .h2{
    font-size: 7rem;
  }
}
.slider-top__description p {
  font-family: Georgia, "Times New Roman", Times, serif;
  color: #ffffff;
  text-transform: lowercase;
  margin-bottom: 30px;
  font-style: italic;
  font-weight: 400;
  font-size: 2.2rem;
  line-height: 2.5rem;
  position: relative;
}
@media (max-width: 380px) {
  .slider-top__description p {
    font-size: 1.9rem;
  }
}
@media (min-width: 1200px) {
  .slider-top__description p {
    font-size: 1.8rem;
    line-height: 2rem;
  }
}
.slider-top__description .btn {
  position: absolute;
  bottom: 25px;
  left: 55px;
}
@media (max-width: 380px) {
  .slider-top__description .btn {
    bottom: 40px;
  }
}
@media (min-width: 768px) {
  .slider-top__description .btn {
    bottom: 15px;
    left: 60px;
  }
}
@media (min-width: 1200px) {
  .slider-top__description .btn {
    left: 100px;
    bottom: 0;
  }
}
.slider-top__navigation {
  position: absolute;
  right: 0;
  bottom: 0;
  height: 90px;
  font-size: 0;
  z-index: 1;
}
@media (min-width: 1200px) {
  .slider-top__navigation {
    bottom: 0;
    right: 0;
  }
}
.slider-top__page-counter {
  font-family: Georgia, "Times New Roman", Times, serif;
  font-size: 1.4rem;
  display: inline-block;
  vertical-align: top;
  line-height: 9rem;
  background-color: #25262a;
  color: #ffffff;
  text-align: center;
  width: 120px;
}
.slider-top__carousel-count--index {
  color: #e463a0;
}
.slider-top__carousel-count--separator {
  padding-left: 5px;
  padding-right: 5px;
}
.slider-top__arrow-left {
  display: inline-block;
  position: relative;
  width: 100px;
  height: 100%;
  background-color: #25262a;
}
.slider-top__arrow-left svg.svg-arrow {
  width: 40px;
  height: 20px;
  fill: #e463a0;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.slider-top__arrow-left:hover svg.svg-arrow {
  fill: #fff;
}
.slider-top__arrow-right {
  display: inline-block;
  position: relative;
  width: 100px;
  height: 100%;
  background-color: #2d2e33;
}
.slider-top__arrow-right svg.svg-arrow {
  width: 40px;
  height: 20px;
  fill: #e463a0;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%) rotate(180deg);
  -ms-transform: translate(-50%, -50%) rotate(180deg);
  -moz-transform: translate(-50%, -50%) rotate(180deg);
  -o-transform: translate(-50%, -50%) rotate(180deg);
  transform: translate(-50%, -50%) rotate(180deg);
}
.slider-top__arrow-right:hover svg.svg-arrow {
  fill: #fff;
}
.slider-top__bar {
  width: 0%;
  max-width: 100%;
  height: 5px;
  background: #e463a0;
}
.slider-top__progress-bar {
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 100;
}
@media (min-width: 768px){
  .slider-top__progress-bar{
    width: 430px;
  }
}
@media (min-width: 1200px){
  .slider-top__progress-bar{
    width: 880px;
  }
}
.menu-main-page {
  background-color: #f3f3f3;
  padding-top: 20px;
  padding-bottom: 20px;
}
@media (min-width: 768px) {
  /*.menu-main-page {
    padding-top: 30px;
    padding-bottom: 30px;
  }*/
  .menu-main-page.hidden-xs.hidden-md.hidden-lg{
    display: none;
  }
}
.menu-main-page__menu {
  list-style: none;
  margin: 0;
  font-size: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -moz-box;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  -moz-box-align: stretch;
  align-items: stretch;
}
@media (min-width: 768px) {
  .menu-main-page__menu {
    padding: 0;
  }
}
.menu-main-page__menu-item {
  background-color: #ffffff;
  display: inline-block;
  width: 50%;
  margin-bottom: 1px;
}
.menu-main-page__menu-item:nth-of-type(2n) {
  border-left: 1px solid #f3f3f3;
}
.menu-main-page__menu-item a {
  color: #25262a;
  font-size: 2.2rem;
  line-height: 1;
  text-transform: uppercase;
  display: block;
  width: 100%;
  height: 100%;
  padding: 20px 15px 12px 20px;
  position: relative;
}
.menu-main-page__menu-item a:hover {
  color: #e463a0;
}
@media (min-width: 768px) {
  .menu-main-page__menu-item a {
    padding-left: 35px;
  }
  .menu-main-page__menu-item a:before {
    content: "";
    display: inline-block;
    width: 15px;
    height: 2px;
    background-color: #e463a0;
    position: absolute;
    top: 50%;
    left: 15px;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
    transform: translate(0, -50%);
  }
}
.features-main-page {
  padding-top: 50px;
}
@media (min-width: 1200px) {
  .features-main-page {
    padding-bottom: 50px;
  }
}
.features-main-page__item {
  padding-left: 54px;
  position: relative;
}
@media (min-width: 768px) {
  .features-main-page__item {
    margin-bottom: 50px;
  }
}
@media (min-width: 1200px) {
  .features-main-page__item {
    margin-bottom: 0;
  }
}
.features-main-page__item p {
  font-family: Georgia, "Times New Roman", Times, serif;
  margin-bottom: 0;
  padding-top: 16px;
  font-style: italic;
  line-height: 2rem;
}
.features-main-page__item svg {
  position: absolute;
  top: 0;
  left: 0;
}
.features-main-page__item--delivery svg.svg-icon-delivery {
  width: 46px;
  height: 26px;
  top: -4px;
}
.features-main-page__item--help svg.svg-icon-help {
  width: 33px;
  height: 28px;
  top: -3px;
  left: 13px;
}
.features-main-page__item--service svg.svg-icon-service {
  width: 31px;
  height: 34px;
  top: -9px;
  left: 15px;
}
.features-main-page__item--support svg.svg-icon-support {
  width: 34px;
  height: 28px;
  top: -6px;
  left: 12px;
}
.product-carousel {
  padding-top: 20px;
  padding-bottom: 50px;
  background-color: #f3f3f3;
}
@media (min-width: 1200px) {
  .product-carousel {
    padding-top: 50px;
    padding-bottom: 35px;
  }
}
.product-carousel .product-card {
  padding-bottom: 0;
}
.product-carousel__inner {
  /*overflow: hidden;*/
  padding-bottom: 15px;
}
.product-carousel__title {
  margin-bottom: 27px;
  margin-top: 27px;
  text-align: center;
}
@media (min-width: 768px) {
  .product-carousel__title {
    margin-bottom: 37px;
    margin-top: 37px;
  }
}
@media (min-width: 1200px) {
  .product-carousel__title {
    margin-bottom: 57px;
    margin-top: 57px;
  }
}
.product-carousel__carousel-inner {
  position: relative;
  top: -40px;
}
.product-carousel__products {
  height: 530px;
}
.product-carousel__products .owl-stage-outer {
  padding-top: 40px;
}
.product-carousel__navigation,
.product-carousel__products .owl-nav {
  position: absolute;
  top: 50%;
  left: 0;
  margin-top: 20px;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  transform: translate(0, -50%);
  width: 100%;
  z-index: 1;
}
.product-carousel__navigation.disabled,
.product-carousel__products .owl-nav.disabled {
  display: none;
}
.product-carousel__navigation svg.svg-arrow,
.product-carousel__products .owl-nav svg.svg-arrow{
  width: 40px;
  height: 20px;
}
.product-carousel__nav-left,
.product-carousel__products .owl-nav .owl-prev {
  position: absolute;
  left: -5px;
  top: 0;
}
@media (min-width: 1200px) {
  .product-carousel__nav-left,
  .product-carousel__products .owl-nav .owl-prev {
    -webkit-transition: 0.2s;
    -o-transition: 0.2s;
    -moz-transition: 0.2s;
    transition: 0.2s;
  }
  .product-carousel__nav-left:hover,
  .product-carousel__products .owl-nav .owl-prev:hover {
    -webkit-transform: translate(-5px);
    -ms-transform: translate(-5px);
    -moz-transform: translate(-5px);
    -o-transform: translate(-5px);
    transform: translate(-5px);
  }
  .product-carousel__nav-left:hover svg.svg-arrow,
  .product-carousel__products .owl-nav .owl-prev:hover svg.svg-arrow {
    fill: #e463a0;
  }
}
.product-carousel__nav-right,
.product-carousel__products .owl-nav .owl-next {
  position: absolute;
  right: -20px;
  top: 0;
}
@media (max-width: 1200px) {
  .product-carousel__nav-right,
  .product-carousel__products .owl-nav .owl-next {
    right: 0px;
  }
  .product-carousel__products .owl-nav .owl-prev {
    left: 0px;
  }
}
@media (min-width: 1200px) {
  .product-carousel__nav-right,
  .product-carousel__products .owl-nav .owl-next {
    -webkit-transition: 0.2s;
    -o-transition: 0.2s;
    -moz-transition: 0.2s;
    transition: 0.2s;
  }
  .product-carousel__nav-right:hover,
  .product-carousel__products .owl-nav .owl-next:hover {
    -webkit-transform: translate(5px);
    -ms-transform: translate(5px);
    -moz-transform: translate(5px);
    -o-transform: translate(5px);
    transform: translate(5px);
  }
  .product-carousel__nav-right:hover svg.svg-arrow,
  .product-carousel__products .owl-nav .owl-next:hover svg.svg-arrow {
    fill: #e463a0;
  }
}
.product-carousel__nav-right svg.svg-arrow,
.product-carousel__products .owl-nav .owl-next svg.svg-arrow {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
  position: relative;
}
.product-carousel__products .owl-nav.disabled,
.product-carousel__products .owl-nav .owl-prev.disabled,
.product-carousel__products .owl-nav .owl-next.disabled {
  display: none;
}
/*.product-carousel .owl-stage-outer {
  overflow: visible;
}*/
.main-page-description {
  padding-top: 50px;
  padding-bottom: 50px;
}
.main-page-description__logo {
  position: relative;
}
.main-page-description__logo .spadream-logo {
  width: 21px;
  height: auto;
  max-width: none;
  position: absolute;
  right: 27px;
  top: 6px;
  fill: #25262a;
}
@media (min-width: 1200px) {
  .main-page-description__logo .spadream-logo {
    right: 76px;
  }
}
.main-page-description__title {
  line-height: 3rem;
  margin-bottom: 50px;
}
.main-page-description__title span {
  color: #e463a0;
}
.main-page-description__text {
  font-family: Georgia, "Times New Roman", Times, serif;
  color: #9a9ba0;
  line-height: 2rem;
}
.main-page-description__text p {
  margin-bottom: 20px;
}
.personal-cabinet__title {
  padding-bottom: 15px;
  border-bottom: 3px solid;
  margin-bottom: 31px;
}
@media (min-width: 1200px) {
  .personal-cabinet__title {
    font-size: 5rem;
    padding-bottom: 40px;
    margin-bottom: 40px;
  }
}
@media (min-width: 1200px) {
  .personal-cabinet__wrapper {
    padding: 0;
  }
}
.personal-cabinet__post-title {
  display: none;
}
.personal-cabinet__post-title--active {
  display: block;
  padding-bottom: 15px;
  border-bottom: 3px solid;
  margin-bottom: 28px;
}
@media (min-width: 768px) {
  .personal-cabinet__post-title {
    display: inline-block;
    margin-right: 25px;
    font-size: 2.2rem;
  }
  .personal-cabinet__post-title--active {
    display: inline-block;
    padding-bottom: 0;
    border-bottom: 0;
    margin: 0;
    margin-right: 25px;
    color: #e463a0;
    position: relative;
    font-size: 2.2rem;
  }
  .personal-cabinet__post-title--active:after {
    content: "";
    display: block;
    height: 1px;
    width: 100%;
    background-color: #e463a0;
    position: absolute;
    top: 40%;
  }
  .personal-cabinet__post-title a {
    color: #25262a;
  }
  .personal-cabinet__post-title a:hover {
    color: #e463a0;
  }
  .personal-cabinet__post-title sup {
    font-family: Georgia, "Times New Roman", Times, serif;
    color: #e463a0;
    font-size: 1.4rem;
    margin-left: 6px;
    top: -0.7em;
  }
}
.personal-cabinet__filter,
.personal-cabinet__socials {
  float: right;
  font-family: Georgia, "Times New Roman", Times, serif;
  font-size: 1rem;
  letter-spacing: 1px;
  line-height: 1.5rem;
  text-transform: uppercase;
  color: #9a9ba0;
}
.personal-cabinet__socials ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: inline-block;
  vertical-align: top;
  margin-left: 15px;
  position: relative;
  bottom: 12px;
}
.personal-cabinet__socials-item {
  display: inline-block;
  margin-right: 10px;
}
.personal-cabinet__socials-item:last-child {
  margin-right: 0;
}
.personal-cabinet__socials-item a {
  display: block;
  width: 36px;
  height: 36px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  position: relative;
  background-color: #e7e7e7;
}
.personal-cabinet__socials-item a:hover {
  background-color: #e463a0;
  border-color: #e463a0;
}
.personal-cabinet__socials-item a:hover svg {
  fill: #ffffff;
}
.personal-cabinet__socials-item a svg {
  fill: #9a9ba0;
  position: absolute;
  top: 50%;
  left: 50%;
}
.personal-cabinet__socials-item--vk a svg.svg-icon-vk {
  width: 17px;
  height: 10px;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.personal-cabinet__socials-item--inst a svg.svg-icon-inst {
  width: 14px;
  height: 14px;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.personal-cabinet__socials-item--fb a svg.svg-icon-fb {
  width: 8px;
  height: 13px;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.personal-cabinet__socials-item--yt a svg.svg-icon-yt {
  width: 16px;
  height: 12px;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.personal-cabinet__content {
  padding-top: 30px;
}
.personal-cabinet__content h3,
.personal-cabinet__content .h3 {
  margin-bottom: 38px;
}
.personal-cabinet__content p {
  font-family: Georgia, "Times New Roman", Times, serif;
  line-height: 2rem;
}
@media (min-width: 768px) {
  .personal-cabinet__content {
    padding-top: 60px;
  }
  .personal-cabinet__content h3,
  .personal-cabinet__content .h3 {
    margin-bottom: 0;
  }
  .personal-cabinet__content h3:after,
  .personal-cabinet__content .h3:after {
    content: "";
    display: block;
    width: 40px;
    height: 3px;
    background-color: #25262a;
    margin-top: 27px;
    margin-bottom: 27px;
  }
}
@media (min-width: 768px) {
  .personal-cabinet__content {
    padding-top: 80px;
  }
}
.personal-cabinet__card {
  margin-top: 25px;
  padding-top: 18px;
  padding-bottom: 10px;
  border-top: 1px solid #ccccce;
  padding-left: 0;
  padding-right: 0;
}
.personal-cabinet__card-top-count {
  display: inline-block;
}
.personal-cabinet__card-status-info {
  margin-bottom: 30px;
}
.personal-cabinet__card-status-info sup {
  font-family: Georgia, "Times New Roman", Times, serif;
  color: #9a9ba0;
  font-size: 1.4rem;
  margin-left: 4px;
  top: -0.7em;
}
.personal-cabinet__card-top-count {
  margin-right: 10px;
}
@media (min-width: 768px) {
  .personal-cabinet__card-top-count {
    margin-right: 140px;
  }
}
@media (min-width: 1200px) {
  .personal-cabinet__card-top-count {
    margin-right: 39px;
  }
}
.personal-cabinet__card-top-status {
  display: inline-block;
}
.personal-cabinet__card-top-status svg {
  width: 30px;
  height: 30px;
  position: relative;
  top: 4px;
}
@media (min-width: 768px) {
  .personal-cabinet__card-top-status svg {
    margin-right: 9px;
  }
}
.personal-cabinet__card-top-status svg.svg-success-icon {
  fill: #6ccb77;
}
.personal-cabinet__card-top-status svg.svg-cancel-icon {
  fill: #e463a0;
}
.personal-cabinet__card-status-property,
.personal-cabinet__card-composition {
  list-style: none;
  padding: 0;
  margin: 0;
  margin-bottom: 39px;
}
.personal-cabinet__card-status-property li,
.personal-cabinet__card-composition li {
  font-family: Georgia, "Times New Roman", Times, serif;
  letter-spacing: 1px;
  display: block;
  position: relative;
  overflow: hidden;
}
.personal-cabinet__card-status-property li:after,
.personal-cabinet__card-composition li:after {
  content: '';
  display: block;
  height: 1.8rem;
  border-bottom: 1px dotted #9a9ba0;
  position: absolute;
  bottom: 12px;
  left: 0;
  width: 100%;
}
.personal-cabinet__card-status-key {
  display: block;
  z-index: 2;
  padding-right: 2px;
  color: #9a9ba0;
  font-size: 1rem;
  text-transform: uppercase;
  line-height: 3rem;
  padding-left: 0;
}
.personal-cabinet__card-status-key span {
  background-color: #f3f3f3;
}
.personal-cabinet__card-status-value {
  display: block;
  z-index: 2;
  padding-left: 2px;
  font-size: 1.4rem;
  line-height: 2.7rem;
  padding-right: 0;
  background-color: #f3f3f3;
  letter-spacing: normal;
  position: absolute;
  bottom: 3px;
  right: 0;
}
.personal-cabinet__card-status-value--price {
  font-family: "Bebas Neue", Helvetica, Arial, sans-serif;
  font-size: 2.2rem;
}
.personal-cabinet__card-status-value--price .rouble {
  font-size: 1.4rem;
  top: 7px;
  margin-left: 0px;
}
.personal-cabinet__card-composition {
  list-style-type: decimal;
}
.personal-cabinet__card-composition a {
  font-size: 1.4rem;
  text-transform: none;
  letter-spacing: normal;
}
.personal-cabinet__card-composition-title {
  margin-bottom: 19px;
}
@media (min-width: 1200px) {
  .personal-cabinet__card-composition-title {
    margin-top: 10px;
    margin-bottom: 14px;
  }
}
.personal-cabinet__repeat {
  display: inline-block;
  margin-bottom: 20px;
}
@media (min-width: 768px) {
  .personal-cabinet__repeat {
    margin-bottom: 0;
    margin-right: 20px;
  }
}
@media (min-width: 1200px) {
  .personal-cabinet__repeat {
    margin-right: 0;
    margin-bottom: 42px;
    padding-right: 20px;
    padding-left: 20px;
    margin-top: 10px;
  }
}
.personal-cabinet__detail-link {
  font-family: Georgia, "Times New Roman", Times, serif;
  font-size: 1rem;
  letter-spacing: 1px;
  text-transform: uppercase;
}
@media (min-width: 768px) {
  .personal-cabinet__detail-link {
    display: inline-block;
  }
}
.personal-cabinet__detail-link:hover svg {
  fill: #25262a;
}
.personal-cabinet__detail-link svg {
  width: 10px;
  height: 10px;
  fill: #e463a0;
  margin-right: 5px;
  position: relative;
  top: 1px;
}
.wishlist {
  padding-top: 40px;
  padding-bottom: 60px;
}
.order-detail__info-list {
  padding: 0;
}
.order-detail__back-link {
  font-family: Georgia, "Times New Roman", Times, serif;
  position: relative;
  display: block;
  padding: 15px 0;
  padding-left: 30px;
  margin-bottom: 25px;
}
.order-detail__back-link svg.svg-input-arrow {
  width: 20px;
  height: 14px;
  display: inline-block;
  fill: #e463a0;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translate(0, -50%) rotate(180deg);
  -ms-transform: translate(0, -50%) rotate(180deg);
  -moz-transform: translate(0, -50%) rotate(180deg);
  -o-transform: translate(0, -50%) rotate(180deg);
  transform: translate(0, -50%) rotate(180deg);
}
.order-detail h3,
.order-detail .h3 {
  margin-bottom: 20px;
}
.order-detail__list ul {
  list-style: none;
  padding: 0;
  margin: 0;
  margin-bottom: 45px;
}
.order-detail__list li {
  font-family: Georgia, "Times New Roman", Times, serif;
  letter-spacing: 1px;
  display: block;
  position: relative;
  overflow: hidden;
}
.order-detail__list li:after {
  content: '';
  display: block;
  height: 1.8rem;
  border-bottom: 1px dotted #9a9ba0;
}
.order-detail__list-key {
  display: block;
  z-index: 2;
  padding-right: 2px;
  color: #9a9ba0;
  font-size: 1rem;
  text-transform: uppercase;
  line-height: 3rem;
  padding-left: 0;
}
.order-detail__list-key span {
  background-color: #f3f3f3;
}
.order-detail__list-value {
  display: block;
  z-index: 2;
  padding-left: 2px;
  font-size: 1.4rem;
  line-height: 2.7rem;
  padding-right: 0;
  background-color: #f3f3f3;
  letter-spacing: normal;
}
.order-detail__list-value--price {
  font-family: "Bebas Neue", Helvetica, Arial, sans-serif;
  font-size: 2.2rem;
}
.order-detail__list-value--price .rouble {
  font-size: 1.4rem;
  top: 7px;
  margin-left: 0px;
}
@media (min-width: 768px) {
  .profile {
    margin-top: 30px;
  }
}
.profile__card {
  padding: 0;
  background-color: #ffffff;
  padding-bottom: 30px;
  margin-bottom: 30px;
}
.profile__photo {
  padding: 0;
}
.profile__img {
  width: 140px;
  height: 140px;
  overflow: hidden;
  text-align: center;
  padding: 0;
}
@media (min-width: 768px) {
  .profile__img {
    width: 180px;
    height: 180px;
  }
}
@media (min-width: 1200px) {
  .profile__img {
    width: 200px;
    height: 200px;
  }
}
.profile__img img {
  height: 100%;
}
@media (min-width: 768px) {
  .profile__img img {
    height: auto;
    width: 100%;
  }
}
.profile__change-photo {
  text-align: center;
  margin-top: 61px;
}
@media (min-width: 768px) {
  .profile__change-photo {
    margin-top: 16px;
  }
}
.profile__change-photo label {
  display: block;
  font-family: Georgia, "Times New Roman", Times, serif;
  text-transform: uppercase;
  font-size: 1rem;
  letter-spacing: 1px;
  color: #e463a0;
  cursor: pointer;
}
.profile__change-photo label:hover {
  color: #25262a;
}
.profile__change-photo input {
  display: none;
}
.profile__info {
  padding: 20px;
  padding-bottom: 30px;
}
@media (min-width: 1200px) {
  .profile__info {
    padding: 42px;
  }
}
.profile__info-list {
  margin: 0;
  padding: 0;
  list-style: none;
}
@media (min-width: 768px) {
  .profile__info-list {
    -webkit-columns: 2;
    -moz-columns: 2;
    columns: 2;
    height: 150px;
  }
}
@media (min-width: 1200px) {
  .profile__info-list {
    -webkit-columns: 1;
    -moz-columns: 1;
    columns: 1;
    height: auto;
  }
}
.profile__info-list-item {
  margin-bottom: 15px;
}
.profile__info-list-item:last-child {
  margin-bottom: 0;
}
@media (min-width: 1200px) {
  .profile__info-list-item {
    display: block;
    position: relative;
    overflow: hidden;
  }
  .profile__info-list-item:after {
    content: '';
    display: block;
    height: 1rem;
    border-bottom: 1px dotted #9a9ba0;
  }
}
.profile__edit {
  padding: 20px;
  padding-bottom: 0;
}
.prof_active{
  display: inline !important;
}
.profile__edit img.calendar-icon {
  position: absolute;
  margin-left: -30px;
  margin-top: 11px;
}
@media (min-width: 1200px) {
  .profile__edit {
    padding: 42px;
  }
}
.profile__edit-form-list {
  margin: 0;
  padding: 0;
  list-style: none;
}
.profile__edit-form-list-item {
  margin-bottom: 15px;
}
.profile__edit-form-list-item:last-child {
  margin-bottom: 0;
}
.profile__info-key {
  font-family: Georgia, "Times New Roman", Times, serif;
  display: block;
  z-index: 2;
  color: #9a9ba0;
  text-transform: uppercase;
  font-size: 1rem;
  margin-bottom: 5px;
  padding-left: 0;
}
@media (min-width: 1200px) {
  .profile__info-key {
    display: inline-block;
    margin-bottom: 0;
  }
}
.profile__info-key span {
  background-color: #ffffff;
}
@media (min-width: 1200px) {
  .profile__info-key span {
    padding-right: 2px;
  }
}
.profile__info-value {
  font-family: Georgia, "Times New Roman", Times, serif;
  display: block;
  z-index: 2;
  font-size: 1.4rem;
  background-color: #ffffff;
  padding-left: 0;
}
@media (min-width: 1200px) {
  .profile__info-value {
    display: inline-block;
  }
}
@media (min-width: 1200px) {
  .profile__info-value {
    padding-left: 2px;
    position: relative;
    bottom: 2px;
  }
}
.profile__info-edit {
  margin-bottom: 0;
  margin-left: 20px;
  display: inline-block;
  cursor: pointer;
}
@media (min-width: 1200px) {
  .profile__info-edit {
    margin-left: 42px;
  }
}
.profile__edit-form {
  font-family: Georgia, "Times New Roman", Times, serif;
}
.profile__edit-form-list-item-title {
  display: block;
  font-size: 1rem;
  text-transform: uppercase;
  color: #9a9ba0;
  margin-bottom: 11px;
  padding: 0;
}
.profile__edit-form-list-item-title.profile__edit-form-subscribe {
  font-size: 1.4rem;
  color: #25262a;
  text-transform: none;
  line-height: 2rem;
  margin-bottom: 0;
}
.profile__edit-form-list-item-input {
  padding: 0;
}
@media (min-width: 1200px) {
  .profile__edit-form-list-item-input {
    position: relative;
    bottom: 13px;
  }
}
.profile__edit-form-socials {
  font-family: Georgia, "Times New Roman", Times, serif;
  font-size: 1rem;
  text-transform: uppercase;
  color: #9a9ba0;
  letter-spacing: 1px;
  margin-bottom: 27px;
}
.profile__edit-form-socials-list {
  margin: 0;
  padding: 0;
  list-style: none;
  margin-top: 16px;
}
.profile__edit-form-socials-item {
  position: relative;
  display: inline-block;
  margin-right: 10px;
  margin-bottom: 0;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  width: 36px;
  height: 36px;
  overflow: hidden;
  vertical-align: top;
}
.profile__edit-form-socials-item:last-child {
  margin-right: 0;
}
.profile__edit-form-socials-item a {
  display: block;
  width: 100%;
  height: 100%;
}
.profile__edit-form-socials-item a:hover {
  background-color: #e463a0;
}
.profile__edit-form-socials-item a:hover svg {
  fill: #ffffff;
}
.profile__edit-form-socials-item svg {
  fill: #ffffff;
  position: absolute;
  top: 50%;
  left: 50%;
}
.profile__edit-form-socials-item--vk a {
  background-color: #54749b;
}
.profile__edit-form-socials-item--vk svg.svg-icon-vk {
  width: 17px;
  height: 10px;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.profile__edit-form-socials-item--fb a {
  background-color: #3c599b;
}
.profile__edit-form-socials-item--fb svg.svg-icon-fb {
  width: 8px;
  height: 13px;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.profile__edit-form-socials-item--tw a {
  background-color: #e7e7e7;
}
.profile__edit-form-socials-item--tw svg.svg-icon-twitter {
  width: 14px;
  height: 12px;
  fill: #9a9ba0;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.profile__edit-form-socials-item--ok a {
  background-color: #e7e7e7;
}
.profile__edit-form-socials-item--ok svg.svg-icon-ok {
  width: 10px;
  height: 17px;
  fill: #9a9ba0;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.profile__edit-form-cancel {
  float: right;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 768px) {
  .profile__edit-form-cancel {
    float: none;
    margin-left: 20px;
    padding-left: 27px;
    padding-right: 27px;
  }
}
.profile__edit-form-save {
  padding-left: 15px;
  padding-right: 15px;
}

@media (min-width: 768px) {
  .profile__edit-form-save {
    padding-left: 27px;
    padding-right: 27px;
  }
}
.profile__edit-form-btns {
  margin-bottom: 20px;
}
.profile__edit-form-message {
  font-family: Georgia, "Times New Roman", Times, serif;
  line-height: 2rem;
  margin-bottom: 10px;
}
.profile__edit-form-message:last-child {
  margin-bottom: 0;
}
.profile__edit-form-message--error {
  color: #e463a0;
}
.profile__edit-form-message--success {
  color: #6ccb77;
}
.profile__edit-form-message--warning {
  color: #f0ad4e;
}
@media (min-width: 1200px) {
  .press-about-page__inner {
    padding: 0;
  }
}
.press-about-page__text {
  font-family: Georgia, "Times New Roman", Times, serif;
  text-align: center;
  margin-bottom: 52px;
  line-height: 2rem;
}
@media (min-width: 768px) {
  .press-about-page__text {
    margin-bottom: 42px;
  }
}
.press-about-page__card {
  background-color: #ffffff;
  padding: 25px;
  padding-top: 0;
  margin-bottom: 20px;
  position: relative;
  -webkit-transition: 0.2s opacity;
  -o-transition: 0.2s opacity;
  -moz-transition: 0.2s opacity;
  transition: 0.2s opacity;
}
.press-about-page__card:hover {
  opacity: .8;
}
.press-about-page__card a {
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 1;
}
.press-about-page__card-img {
  height: 250px;
  overflow: hidden;
  position: relative;
}
.press-about-page__card-img img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.press-about-page__card-name {
  font-size: 2.2rem;
  text-align: center;
}
.press-about-page__card:hover .press-about-page__card-name{
  color: #e463a0;
}
@media (min-width: 1200px) {
  .sitemap__inner {
    padding: 0;
  }
}
.sitemap__list {
  margin-bottom: 50px;
}
.sitemap__list:last-child {
  margin-bottom: 0;
}
.sitemap__list ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.sitemap__list li {
  margin-bottom: 20px;
}
.sitemap__list li:last-child {
  margin-bottom: 0;
}
.sitemap__list a {
  font-family: Georgia, "Times New Roman", Times, serif;
  color: #9a9ba0;
  font-size: 1.6rem;
}
.sitemap__list a:hover {
  color: #e463a0;
}
.sitemap__list-title {
  margin-bottom: 34px;
}
.sale,
.search-result-not-found__wrapper {
  text-align: center;
}
.search-result-not-found__wrapper {
  margin-top: 25px;
}
.sale__title,
.search-result-not-found__title {
  font-size: 5rem;
  margin-bottom: 29px;
}
.search-result-not-found__title {
  line-height: normal;
}
@media (min-width: 768px) {
  .sale__title,
  .search-result-not-found__title {
    margin-bottom: 39px;
  }
}
.sale__text,
.search-result-not-found__text {
  font-family: Georgia, "Times New Roman", Times, serif;
  margin-bottom: 37px;
  line-height: 2rem;
}
@media (min-width: 768px) {
  .sale__text,
  .search-result-not-found__text {
    margin-bottom: 47px;
  }
}
@media (min-width: 1200px) {
  .sale__text,
  .search-result-not-found__text {
    margin-bottom: 67px;
  }
}
.sale__subscribe-form input {
  margin-bottom: 20px;
  text-align: center;
}
.sale__subscribe-form input:last-child {
  margin-bottom: 0;
}
@media (min-width: 768px) {
  .sale__subscribe-form input {
    margin-bottom: 0;
    width: auto;
    text-align: left;
    margin-right: 20px;
  }
}
@media (min-width: 768px) {
  .sale__subscribe-form .btn {
    padding-top: 11px;
    padding-bottom: 11px;
  }
}
@media (min-width: 1200px) {
  .contacts__inner {
    padding: 0;
  }
}
@media (min-width: 1200px) {
  .contacts__top {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: -moz-box;
    display: flex;
  }
}
.contacts__timetable {
  margin-bottom: 30px;
}
@media (min-width: 1200px) {
  .contacts__timetable {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    -moz-box-ordinal-group: 2;
    order: 1;
    margin-bottom: 0;
  }
}
.contacts__phone {
  font-size: 5rem;
  line-height: 4.5rem;
  margin-bottom: 15px;
}
@media (min-width: 1200px) {
  .contacts__phone {
    margin-bottom: 35px;
  }
}
.contacts__phone span {
  font-family: Georgia, "Times New Roman", Times, serif;
  font-size: 1rem;
  letter-spacing: 1px;
  line-height: 1.5rem;
  text-transform: uppercase;
  color: #9a9ba0;
  display: block;
}
.contacts__time {
  font-size: 2.2rem;
  line-height: 3rem;
}
.contacts__time span {
  color: #e463a0;
}
.contacts__links {
  margin-bottom: 32px;
}
@media (min-width: 768px) {
  .contacts__links {
    padding-left: 0;
  }
}
@media (min-width: 1200px) {
  .contacts__links {
    -webkit-box-ordinal-group: 4;
    -webkit-order: 3;
    -ms-flex-order: 3;
    -moz-box-ordinal-group: 4;
    order: 3;
    margin-bottom: 0;
  }
}
.contacts__links .btn {
  float: right;
}
@media (min-width: 768px) {
  .contacts__links .btn {
    float: none;
    display: inline-block;
  }
}
.contacts__requisites {
  font-family: Georgia, "Times New Roman", Times, serif;
  float: left;
  margin-top: 6px;
}
@media (min-width: 768px) {
  .contacts__requisites {
    margin-top: 25px;
  }
}
@media (min-width: 1200px) {
  .contacts__requisites {
    margin-top: 45px;
  }
}
.contacts__requisites svg {
  width: 22px;
  height: 21px;
  fill: #25262a;
  position: relative;
  top: 4px;
  margin-right: 8px;
}
@media (min-width: 1200px) {
  .contacts__list {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
    -ms-flex-order: 2;
    -moz-box-ordinal-group: 3;
    order: 2;
  }
}
.contacts__list ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.contacts__list li {
  font-family: Georgia, "Times New Roman", Times, serif;
  letter-spacing: 1px;
  display: block;
  position: relative;
  overflow: hidden;
  margin-bottom: 15px;
}
.contacts__list li:last-child {
  margin-bottom: 0;
}
@media (min-width: 768px) {
  .contacts__list li:after {
    content: '';
    display: block;
    height: 1.8rem;
    border-bottom: 1px dotted #9a9ba0;
  }
}
@media (min-width: 1200px) {
  .contacts__list li {
    margin-bottom: 2px;
  }
}
.contacts__list-key {
  display: block;
  z-index: 2;
  padding-right: 2px;
  color: #9a9ba0;
  font-size: 1rem;
  text-transform: uppercase;
  line-height: 1.5rem;
  padding-left: 0;
}
@media (min-width: 768px) {
  .contacts__list-key {
    line-height: 3rem;
  }
}
.contacts__list-key span {
  background-color: #f3f3f3;
}
.contacts__list-value {
  display: block;
  z-index: 2;
  padding-left: 2px;
  font-size: 1.4rem;
  line-height: 2.7rem;
  padding-right: 0;
  background-color: #f3f3f3;
  letter-spacing: normal;
}
.contacts__list-value--price {
  font-family: "Bebas Neue", Helvetica, Arial, sans-serif;
  font-size: 2.2rem;
}
@media (min-width: 1200px) {
  .contacts__cities {
    margin-bottom: 15px;
    margin-top: 5px;
  }
}
.contacts__cities ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.contacts__city {
  margin-right: 20px;
  margin-bottom: 15px;
  display: inline-block;
  font-size: 2.2rem;
}
.contacts__city:last-child {
  margin-bottom: 0;
}
.contacts__city a {
  color: #25262a;
}
.contacts__city a:hover {
  color: #e463a0;
}
.contacts__city--active {
  color: #e463a0;
}
.contacts__city--active a {
  color: #e463a0;
}
.contacts__city--active:after {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background-color: #e463a0;
  position: relative;
  bottom: 10px;
}
.contacts hr {
  margin-left: 15px;
  margin-right: 15px;
}
.map__inner {
  position: relative;
}
.map__wrapper {
  width: 100%;
  height: 300px;
  background-color: #ccc;
}
@media (min-width: 768px) {
  .map__wrapper {
    height: 480px;
  }
}
@media (min-width: 1200px) {
  .map__wrapper {
    height: 490px;
  }
}
.map__contacts {
  padding-top: 25px;
  padding-bottom: 27px;
}
@media (min-width: 768px) {
  .map__contacts {
    position: absolute;
    top: 0;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    -moz-transform: translate(-50%, 0);
    -o-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    z-index: 1;
    background-color: #ffffff;
    width: 720px;
    padding-bottom: 37px;
  }
}
@media (min-width: 1200px) {
  .map__contacts {
    left: 0;
    -webkit-transform: none;
    -ms-transform: none;
    -moz-transform: none;
    -o-transform: none;
    transform: none;
    width: 400px;
    padding: 45px 40px 92px 40px;
  }
}
@media (min-width: 1200px) {
  .map__timetable:after {
    content: "";
    display: block;
    width: 40px;
    height: 3px;
    background-color: #e463a0;
    margin-top: 27px;
    margin-bottom: 26px;
  }
}
.map__phone {
  font-size: 2.8rem;
  line-height: 3rem;
}
.map__time {
  font-family: Georgia, "Times New Roman", Times, serif;
  color: #9a9ba0;
  margin-bottom: 21px;
}
.map__address {
  font-family: Georgia, "Times New Roman", Times, serif;
  margin-bottom: 15px;
}
.map__notify {
  font-family: Georgia, "Times New Roman", Times, serif;
  color: #9a9ba0;
}
.map__address,
.map__notify {
  line-height: 20px;
}
@media (min-width: 1200px) {
  .vacancy__inner {
    padding: 0;
  }
}
.vacancy__item {
  margin-bottom: 40px;
  padding-left: 0;
}
.vacancy__item:last-child {
  margin-bottom: 0;
}
.vacancy__title {
  margin-bottom: 40px;
}
@media (min-width: 768px) {
  .vacancy__title {
    margin-bottom: 47px;
  }
}
@media (min-width: 1200px) {
  .vacancy__title {
    font-size: 5rem;
  }
}
.vacancy__list h3,
.vacancy__list .h3 {
  margin-bottom: 21px;
}
@media (min-width: 768px) {
  .vacancy__list h3,
  .vacancy__list .h3 {
    margin-bottom: 30px;
  }
}
.vacancy__list ul {
  font-family: Georgia, "Times New Roman", Times, serif;
  list-style: none;
  padding: 0;
  margin: 0;
  padding-left: 20px;
  margin-bottom: 70px;
}
.vacancy__list ul:last-child {
  margin-bottom: 0;
}
@media (min-width: 768px) {
  .vacancy__list ul {
    font-size: 1.6rem;
  }
}
.vacancy__list li {
  position: relative;
  margin-bottom: 15px;
  line-height: 2rem;
}
@media (min-width: 1200px) {
  .vacancy__list li {
    line-height: 2.5rem;
  }
}
.vacancy__list li:last-child {
  margin-bottom: 0;
}
.vacancy__list li:before {
  content: "—";
  display: inline;
  position: absolute;
  left: -20px;
}
.vacancy hr {
  margin-left: 15px;
  margin-right: 15px;
}
@media (min-width: 1200px) {
  .vacancy hr {
    display: none;
  }
}
.vacancy__text {
  font-family: Georgia, "Times New Roman", Times, serif;
  line-height: 2rem;
}
.vacancy__text:after {
  content: "";
  display: block;
  width: 40px;
  height: 3px;
  background-color: #e463a0;
  margin-top: 19px;
  margin-bottom: 24px;
}
@media (min-width: 768px) {
  .vacancy__text:after {
    margin-top: 29px;
    margin-bottom: 34px;
  }
}
@media (min-width: 1200px) {
  .vacancy__text:after {
    margin-top: 27px;
    margin-bottom: 36px;
  }
}
.vacancy__contacts {
  font-family: Georgia, "Times New Roman", Times, serif;
}
.vacancy__contacts h3,
.vacancy__contacts .h3 {
  font-family: "Bebas Neue", Helvetica, Arial, sans-serif;
  margin-bottom: 5px;
}
.vacancy__contacts-email {
  margin-bottom: 26px;
}
.delivery {
  padding-bottom: 19px;
  background-color: #f3f3f3;
}
@media (min-width: 768px) {
  .delivery {
    padding-top: 6px;
    padding-bottom: 29px;
  }
}
@media (min-width: 1200px) {
  .delivery {
    padding-top: 11px;
    padding-bottom: 69px;
  }
}
@media (min-width: 1200px) {
  .delivery__inner {
    padding: 0;
  }
}
.delivery__pay-wrapper hr {
  margin-top: 37px;
  margin-bottom: 21px;
}
@media (min-width: 768px) {
  .delivery__pay-wrapper hr {
    margin-top: 42px;
    margin-bottom: 32px;
  }
}
@media (min-width: 1200px) {
  .delivery__pay-wrapper hr {
    margin-top: 82px;
    margin-bottom: 47px;
  }
}
.delivery__pay-wrapper-title,
.delivery__delivery-wrapper-title {
  font-size: 5rem;
  margin-bottom: 18px;
}
@media (min-width: 768px) {
  .delivery__pay-wrapper-title,
  .delivery__delivery-wrapper-title {
    margin-bottom: 28px;
    font-size: 5rem;
  }
}
@media (min-width: 1200px) {
  .delivery__pay-wrapper-title,
  .delivery__delivery-wrapper-title {
    font-size: 2.8rem;
    margin-bottom: 0;
  }
}
.delivery svg {
  fill: #25262a;
  margin-bottom: 13px;
}
.delivery svg.svg-icon-cash {
  width: 34px;
  height: 28px;
}
.delivery svg.svg-icon-card {
  width: 32px;
  height: 24px;
}
@media (min-width: 1200px) {
  .delivery svg.svg-icon-card {
    margin-bottom: 17px;
  }
}
.delivery svg.svg-icon-bank-exchange {
  width: 27px;
  height: 26px;
}
@media (min-width: 1200px) {
  .delivery svg.svg-icon-bank-exchange {
    margin-bottom: 15px;
  }
}
.delivery__pay-wrapper-item {
  margin-bottom: 26px;
}
@media (min-width: 768px) {
  .delivery__pay-wrapper-item {
    margin-bottom: 40px;
  }
}
@media (min-width: 1200px) {
  .delivery__pay-wrapper-item {
    margin-bottom: 0;
  }
}
.delivery__pay-wrapper-item:last-child {
  margin-bottom: 0;
}
.delivery__pay-wrapper-item h3,
.delivery__pay-wrapper-item .h3 {
  margin-bottom: 20px;
}
@media (min-width: 768px) {
  .delivery__pay-wrapper-item h3,
  .delivery__pay-wrapper-item .h3 {
    font-size: 2.8rem;
    margin-bottom: 18px;
  }
}
.delivery__pay-wrapper-item p {
  font-family: Georgia, "Times New Roman", Times, serif;
  line-height: 2rem;
}
.delivery__delivery-wrapper-item p {
  font-family: Georgia, "Times New Roman", Times, serif;
  margin-bottom: 26px;
  line-height: 2rem;
}
.delivery__delivery-wrapper-item ul {
  font-family: Georgia, "Times New Roman", Times, serif;
  padding: 0;
  margin: 0;
  list-style: none;
  padding-left: 20px;
}
.delivery__delivery-wrapper-item li {
  position: relative;
  margin-bottom: 15px;
  line-height: 2rem;
}
.delivery__delivery-wrapper-item li:last-child {
  margin-bottom: 0;
}
.delivery__delivery-wrapper-item li:before {
  content: "—";
  position: absolute;
  left: -20px;
}
.delivery__delivery-wrapper-item h3,
.delivery__delivery-wrapper-item .h3 {
  font-size: 2.8rem;
  line-height: 3rem;
  margin-bottom: 25px;
}
@media (min-width: 768px) {
  .delivery__delivery-wrapper-item h3,
  .delivery__delivery-wrapper-item .h3 {
    margin-bottom: 40px;
  }
}
.delivery__delivery-wrapper-item hr {
  margin-top: 37px;
  margin-bottom: 37px;
}
@media (min-width: 1200px) {
  .delivery__delivery-wrapper-item hr {
    margin-top: 67px;
    margin-bottom: 47px;
  }
}
.delivery__delivery-city-item {
  margin-bottom: 41px;
}
@media (min-width: 768px) {
  .delivery__delivery-city-item {
    margin-bottom: 0;
  }
}
.delivery__delivery-city-item .h4 {
  font-size: 2.2rem;
}
.delivery__delivery-city-item .h4 .rouble {
  font-size: 1em;
  position: static;
  vertical-align: baseline;
}
@media (min-width: 768px) {
  .delivery__delivery-city-item .h4 {
    font-size: 2.8rem;
  }
}
@media (min-width: 1200px) {
  .delivery__delivery-city-item .h4 {
    font-size: 5rem;
  }
}
.delivery__delivery-city-item .h4:after {
  content: "";
  display: block;
  width: 40px;
  height: 3px;
  background-color: #e463a0;
  margin-top: 13px;
  margin-bottom: 11px;
}
@media (min-width: 768px) {
  .delivery__delivery-city-item .h4:after {
    margin-top: 20px;
    margin-bottom: 20px;
  }
}
.delivery__delivery-city-item p {
  font-family: Georgia, "Times New Roman", Times, serif;
  color: #9a9ba0;
  font-style: italic;
  margin-bottom: 0;
}
.delivery__delivery-other-city-item {
  margin-bottom: 46px;
}
@media (min-width: 1200px) {
  .delivery__delivery-other-city-item {
    margin-bottom: 0;
  }
}
.delivery__delivery-other-city-item .h4 {
  margin-bottom: 19px;
  font-size: 2.2rem;
  line-height: 3rem;
}
@media (min-width: 1200px) {
  .delivery__delivery-other-city-item p:last-child {
    margin-bottom: 0;
  }
}
.delivery__delivery-terms {
  font-family: Georgia, "Times New Roman", Times, serif;
  border-top: 1px solid #ccccce;
}
@media (min-width: 768px) {
  .delivery__delivery-terms {
    border-top: 0;
  }
}
.delivery__delivery-terms-title {
  font-size: 1rem;
  color: #9a9ba0;
  border-bottom: 1px solid #ccccce;
  text-transform: uppercase;
  padding-bottom: 30px;
  letter-spacing: 1px;
}
@media (min-width: 1200px) {
  .delivery__delivery-terms-title {
    padding-bottom: 34px;
  }
}
.delivery__delivery-terms-item {
  padding-top: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #ccccce;
}
@media (min-width: 768px) {
  .delivery__delivery-terms-item {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}
@media (min-width: 1200px) {
  .delivery__delivery-terms-item {
    padding-top: 34px;
    padding-bottom: 34px;
  }
}
.delivery__delivery-terms-item-city {
  margin-bottom: 20px;
}
@media (min-width: 768px) {
  .delivery__delivery-terms-item-city {
    margin-bottom: 0;
  }
}
.delivery__delivery-terms-item-index {
  margin-bottom: 20px;
  text-align: right;
}
@media (min-width: 768px) {
  .delivery__delivery-terms-item-index {
    text-align: left;
    margin-bottom: 0;
  }
}
.delivery__delivery-terms-item-filial {
  margin-bottom: 20px;
}
@media (min-width: 768px) {
  .delivery__delivery-terms-item-filial {
    margin-bottom: 0;
  }
}
.delivery__delivery-terms-item-term span {
  display: inline;
}
@media (min-width: 768px) {
  .delivery__delivery-terms-item-term span {
    display: none;
  }
}
@media (min-width: 1200px) {
  .refund__inner {
    padding: 0;
  }
}
@media (min-width: 768px) {
  .refund hr {
    margin-top: 37px;
    margin-bottom: 27px;
  }
}
@media (min-width: 1200px) {
  .refund hr {
    margin-top: 67px;
    margin-bottom: 47px;
  }
}
.refund h2,
.refund .h2{
  font-size: 2.2rem;
  margin-bottom: 37px;
}
@media (min-width: 768px) {
  .refund h2,
  .refund .h2{
    font-size: 2.8rem;
    margin-bottom: 27px;
  }
}
@media (min-width: 1200px) {
  .refund h2,
  .refund .h2{
    margin-bottom: 47px;
  }
}
.refund__list {
  font-family: Georgia, "Times New Roman", Times, serif;
  margin: 0;
  counter-reset: list;
  line-height: 2rem;
  padding-left: 30px;
}
@media (min-width: 1200px) {
  .refund__list {
    -webkit-columns: 2;
    -moz-columns: 2;
    columns: 2;
    padding: 0;
    -webkit-column-gap: 32px;
    -moz-column-gap: 32px;
    column-gap: 32px;
    height: 510px;
  }
}
.refund__list li {
  margin-bottom: 15px;
  list-style-type: none;
  position: relative;
}
@media (min-width: 1200px) {
  .refund__list li {
    padding-left: 30px;
  }
}
.refund__list li:before {
  content: counter(list) ".";
  counter-increment: list;
  color: #9a9ba0;
  position: absolute;
  top: 0;
  left: -30px;
  width: 25px;
  z-index: 1;
}
@media (min-width: 1200px) {
  .refund__list li:before {
    left: 0;
  }
}
.refund__list-policy {
  font-family: Georgia, "Times New Roman", Times, serif;
  margin: 0;
  padding-left: 39px;
  counter-reset: list1;
  line-height: 2rem;
}
.refund__list-policy li {
  margin-bottom: 15px;
  list-style-type: none;
  position: relative;
}
.refund__list-policy li:before {
  content: "7." counter(list1) ".";
  counter-increment: list1;
  position: absolute;
  top: 0;
  left: -38px;
  width: 33px;
}
.refund__list-policy-title {
  margin-bottom: 21px;
  font-size: 2.2rem;
}
.refund__list-policy-title span {
  margin-right: 28px;
}
@media (min-width: 1200px) {
  .discount-page__inner {
    padding: 0;
  }
}
.discount-page__flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -moz-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  flex-direction: column;
}
@media (min-width: 1200px) {
  .discount-page__flex {
    display: block;
    position: relative;
  }
}
.discount-page__list {
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
  -ms-flex-order: 1;
  -moz-box-ordinal-group: 2;
  order: 1;
}
.discount-page__list h2,
.discount-page__list .h2{
  margin-bottom: 20px;
}
.discount-page__list hr {
  margin-top: 0;
  margin-bottom: 38px;
}
.discount-page__discount-item {
  margin-bottom: 38px;
}
@media (min-width: 1200px) {
  .discount-page__discount-item {
    width: 20%;
  }
}
.discount-page__discount-item p {
  font-family: Georgia, "Times New Roman", Times, serif;
  line-height: 2rem;
  margin-bottom: 0;
}
.discount-page__discount-item-title {
  font-size: 7rem;
  line-height: 1.2em;
}
.discount-page__discount-item-title span {
  font-family: Georgia, "Times New Roman", Times, serif;
  font-size: 2.8rem;
  position: relative;
  color: #e463a0;
  bottom: 15px;
  display: inline-block;
  margin-left: 5px;
}
.discount-page__discount-item-title:after {
  content: "";
  display: block;
  width: 40px;
  height: 3px;
  background-color: #e463a0;
  position: relative;
  bottom: 13px;
}
.discount-page__features {
  -webkit-box-ordinal-group: 4;
  -webkit-order: 3;
  -ms-flex-order: 3;
  -moz-box-ordinal-group: 4;
  order: 3;
}
@media (min-width: 1200px) {
  .discount-page__features {
    position: relative;
    top: 0;
  }
}
.discount-page__features ul {
  font-family: Georgia, "Times New Roman", Times, serif;
  list-style: none;
  padding: 0;
  margin: 0;
  padding-left: 20px;
}
@media (min-width: 768px) {
  .discount-page__features ul {
    font-size: 1.6rem;
  }
}
.discount-page__features li {
  position: relative;
  margin-bottom: 15px;
  line-height: 2rem;
}
.discount-page__features li:last-child {
  margin-bottom: 0;
}
.discount-page__features li:before {
  content: "—";
  display: inline;
  position: absolute;
  left: -20px;
}
.discount-page__features-logo {
  position: relative;
}
.discount-page__features-logo svg.svg-logo {
  width: 116px;
  height: 21px;
  -webkit-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
  transform: rotate(-90deg);
  position: absolute;
  right: 0;
  top: 48px;
  fill: #25262a;
}
@media (min-width: 1200px) {
  .discount-page__features-logo svg.svg-logo {
    right: 53px;
  }
}
.discount-page .discount {
  -webkit-box-ordinal-group: 3;
  -webkit-order: 2;
  -ms-flex-order: 2;
  -moz-box-ordinal-group: 3;
  order: 2;
  padding-left: 15px;
  padding-right: 15px;
  margin-bottom: 30px;
}
@media (min-width: 768px) {
  .discount-page .discount {
    margin-bottom: 65px;
  }
}
@media (min-width: 1200px) {
  .discount-page .discount {
    margin-bottom: 0;
    position: absolute;
    top: 0;
    right: 0;
  }
}
.discount-page .discount__card {
  margin-bottom: 30px;
}
.discount-page .discount p {
  color: #25262a;
}
@media (min-width: 768px) {
  .discount-page .discount__description {
    padding: 0;
  }
}
@media (min-width: 1200px) {
  .offer__inner {
    padding: 0;
  }
}
.offer__title {
  margin-bottom: 28px;
}
@media (min-width: 768px) {
  .offer__title {
    margin-bottom: 38px;
  }
}
.offer ol {
  counter-reset: section;
  list-style-type: none;
}
.offer li:before {
  counter-increment: section;
  content: counters(section, ".") ".";
}
.offer__list-main {
  padding: 0;
  margin: 0;
}
.offer__list-main-item {
  color: #9a9ba0;
  font-size: 2.2rem;
  line-height: 2.5rem;
  position: relative;
  padding-left: 67px;
  margin-bottom: 25px;
  -webkit-transition: .2s all;
  -o-transition: .2s all;
  -moz-transition: .2s all;
  transition: .2s all;
}
@media (min-width: 768px) {
  .offer__list-main-item {
    padding-left: 87px;
  }
  .offer__list-main-item:hover span {
    cursor: pointer;
    color: #e463a0;
  }
}
.offer__list-main-item:after {
  content: "";
  opacity: 1;
  position: absolute;
  left: 0;
  top: 5px;
  background-image: url('/local/2016/css/../img/sprite.png?v=2');
  background-position: -219px -118px;
  width: 20px;
  height: 12px;
  -webkit-transition: .1s opacity;
  -o-transition: .1s opacity;
  -moz-transition: .1s opacity;
  transition: .1s opacity;
}
.offer__list-main-item:before {
  color: #25262a;
  position: absolute;
  top: 0;
  left: 35px;
  -webkit-transition: .2s all;
  -o-transition: .2s all;
  -moz-transition: .2s all;
  transition: .2s all;
}
@media (min-width: 768px) {
  .offer__list-main-item:before {
    left: 55px;
  }
}
.offer__list-main-item--active {
  color: #e463a0;
  padding-left: 30px;
}
@media (min-width: 768px) {
  .offer__list-main-item--active {
    padding-left: 87px;
  }
}
.offer__list-main-item--active:after {
  opacity: 0;
}
@media (min-width: 768px) {
  .offer__list-main-item--active:after {
    opacity: 1;
    top: -2px;
    left: -20px;
    background-image: url('/local/2016/css/../img/sprite.png?v=2');
    background-position: -67px -175px;
    width: 40px;
    height: 20px;
  }
}
.offer__list-main-item--active:before {
  left: 0;
  color: #e463a0;
}
@media (min-width: 768px) {
  .offer__list-main-item--active:before {
    left: 55px;
  }
}
.offer__list-hide {
  color: #25262a;
  padding: 0;
  margin: 0;
  margin-left: -30px;
  margin-top: 20px;
  display: none;
}
.offer__list-hide-item {
  padding-left: 30px;
  font-family: Georgia, "Times New Roman", Times, serif;
  font-size: 1.4rem;
  line-height: 2rem;
  position: relative;
  margin-bottom: 25px;
}
.offer__list-hide-item:before {
  color: #25262a;
  position: absolute;
  top: 0;
  left: 0;
}
@media (min-width: 1200px) {
  .about__parallax-layer1,
  .about__parallax-layer2,
  .about__parallax-layer3 {
    -webkit-transition: .5s transform;
    -o-transition: .5s transform;
    -moz-transition: .5s transform;
    transition: .5s transform;
  }
}
@media (min-width: 1200px) {
  .about__parallax-layer4 {
    -webkit-transition: .5s backgroundPosition;
    -o-transition: .5s backgroundPosition;
    -moz-transition: .5s backgroundPosition;
    transition: .5s backgroundPosition;
  }
}
.about__wrapper {
  position: relative;
}
@media (min-width: 1200px) {
  .about__wrapper {
    padding-top: 46px;
    padding-bottom: 120px;
    height: 2120px;
    background: url(/local/2016/css/../img/pics/about-bg.png) center 0 repeat fixed;
  }
}
.about h1 {
  font-size: 2.8rem;
  margin-bottom: 31px;
}
@media (min-width: 768px) {
  .about h1 {
    margin-bottom: 51px;
  }
}
@media (min-width: 1200px) {
  .about h1 {
    font-size: 5rem;
    text-align: center;
    position: relative;
    opacity: 0;
    top: -5px;
  }
  .about h1:after {
    content: "";
    display: block;
    width: 100px;
    height: 3px;
    background-color: #25262a;
    margin-top: 31px;
    margin: 0 auto;
  }
}
@media (min-width: 1200px) {
  .about__item {
    position: absolute;
  }
  .about__item--one {
    width: 406px;
    top: 266px;
    left: 115px;
    opacity: 0;
  }
  .about__item--two {
    width: 417px;
    top: 855px;
    right: 115px;
    opacity: 0;
  }
  .about__item--tree {
    width: 405px;
    top: 1438px;
    left: 115px;
    opacity: 0;
  }
}
.about__item h2,
.about__item .h2{
  line-height: 3rem;
}
@media (min-width: 1200px) {
  .about__item h2,
  .about__item .h2{
    font-size: 5rem;
    line-height: 1em;
  }
}
.about__item h2:after,
.about__item .h2:after{
  content: "";
  display: block;
  width: 40px;
  height: 3px;
  background-color: #e463a0;
  margin-top: 17px;
  margin-bottom: 24px;
}
.about__item p {
  font-family: Georgia, "Times New Roman", Times, serif;
  line-height: 2rem;
}
.about__item p:last-child {
  margin-bottom: 0;
}
@media (min-width: 768px) {
  .about__item p {
    font-size: 1.6rem;
  }
}
.about__item ul {
  margin: 0;
  padding: 0;
  list-style: none;
  font-family: Georgia, "Times New Roman", Times, serif;
  line-height: 2rem;
}
@media (min-width: 768px) {
  .about__item ul {
    font-size: 1.6rem;
  }
}
.about__item li {
  padding-left: 20px;
  position: relative;
  margin-bottom: 15px;
}
.about__item li:last-child {
  margin-bottom: 0;
}
.about__item li:before {
  content: "—";
  position: absolute;
  left: 0;
}
@media (min-width: 1200px) {
  .about__img {
    position: absolute;
  }
  .about__img--1 {
    top: 215px;
    right: 200px;
    opacity: 0;
  }
  .about__img--2 {
    top: 350px;
    right: -5px;
    z-index: 1;
    opacity: 0;
  }
  .about__img--4 {
    top: 675px;
    left: 300px;
    z-index: 1;
    opacity: 0;
  }
  .about__img--5 {
    top: 990px;
    left: -5px;
    z-index: 1;
    opacity: 0;
  }
  .about__img--3 {
    top: 805px;
    left: 200px;
    opacity: 0;
  }
  .about__img--7 {
    top: 1185px;
    right: 300px;
    z-index: 1;
    opacity: 0;
  }
  .about__img--8 {
    top: 1390px;
    right: 95px;
    opacity: 0;
  }
  .about__img--9 {
    top: 1805px;
    right: 490px;
    opacity: 0;
  }
}
@media (min-width: 1200px) {
  .about__separator {
    position: absolute;
    width: 100px;
    height: 3px;
    background-color: #25262a;
    left: 50%;
    -webkit-transform: translate(-50%);
    -ms-transform: translate(-50%);
    -moz-transform: translate(-50%);
    -o-transform: translate(-50%);
    transform: translate(-50%);
  }
  .about__separator--one {
    top: 735px;
    opacity: 0;
  }
  .about__separator--two {
    top: 1315px;
    opacity: 0;
  }
}
.catalog {
  padding-bottom: 47px;
  background-color: #f3f3f3;
}
@media (min-width: 768px) {
  .catalog {
    padding-bottom: 37px;
  }
}
#catalog-filter-show {
  margin-left: 15px;
}
.catalog__filter-show {
  font-size: 2.2rem;
  line-height: 3rem;
}
@media (min-width: 768px) {
  .catalog__filter-show {
    display: inline-block;
  }
}
.catalog__filter-show a {
  color: #25262a;
}
.catalog__filter-show svg {
  width: 15px;
  height: 12px;
  fill: #25262a;
  margin-right: 10px;
  position: relative;
  bottom: 2px;
}
@media (min-width: 768px) {
  .catalog__inner {
    overflow: hidden;
  }
}
@media (min-width: 1200px) {
  .catalog__inner {
    padding: 0;
  }
}
.catalog__sort,
.catalog__item-count{
  display: inline-block;
  font-family: 'Inter', sans-serif;
  font-size: 1rem;
  color: #9a9ba0;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 20px;
}
.catalog__sort>p {
  margin-bottom: 5px;
}
.catalog-sort .catalog__item-count {
  display: none;
}
.catalog__filter-show .catalog__item-count {
  display: inline-block;
}
.catalog__item-count {
  margin-bottom: 0px;
  margin-right: 15px;
}
.catalog__filter-show {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
.catalog__sort ul{
  display: inline-block;
  margin: 0;
  padding: 0;
}
.catalog__sort ul li{
  position: relative;
  padding: 0;
  margin: 0 10px 0 0;
  display: inline-block;
  list-style: none;
  line-height: 20px;
}
.catalog__sort ul li:last-child{
  margin: 0;
}
.catalog__sort ul li a{
  color: #9a9ba0;
  line-height: 20px;
  display: flex;
  align-items: center;
}
.catalog__sort ul li a svg{
  margin-left: 5px;
}
.catalog__sort ul li.active a{
  color: #25262a;
}
.catalog__item-count span {
  color: #25262a;
}
@media (min-width: 768px) {
  .catalog__sort {
    margin-bottom: 35px;
  }
  .catalog-sort .catalog__item-count {
    display: inline-block;
  }
  .catalog__filter-show .catalog__item-count {
    display: none;
  }
  .catalog__sort>p {
    display: inline-block;
    margin-right: 10px;
    margin-bottom: 0px;
  }
  .catalog__sort ul li:last-child{
    margin: 0 10px 0 0;
  }
  /*.catalog__sort ul li.active a::after{
      content: '';
      display: block;
      position:absolute;
      width: 100%;
      height: 2px;
      left: 0;
      bottom:-3px;
      background-color: #e463a0;
  } */
  .catalog__item-count {
    float: right;
  }
}
@media (min-width: 1200px) {
  .catalog__order-count {
    float: right;
    font-family: Georgia, "Times New Roman", Times, serif;
    font-size: 1rem;
    color: #9a9ba0;
    letter-spacing: 1px;
    text-transform: uppercase;
  }
}
.catalog__filter {
  position: absolute;
  background-color: #f3f3f3;
  z-index: 10;
  top: -60px;
  -webkit-transform: translate(-100%);
  -ms-transform: translate(-100%);
  -moz-transform: translate(-100%);
  -o-transform: translate(-100%);
  transform: translate(-100%);
  -webkit-transition: 0.2s transform;
  -webkit-transition: 0.2s -webkit-transform;
  transition: 0.2s -webkit-transform;
  -o-transition: 0.2s -o-transform;
  -moz-transition: 0.2s transform, 0.2s -moz-transform;
  transition: 0.2s transform;
  transition: 0.2s transform, 0.2s -webkit-transform, 0.2s -moz-transform, 0.2s -o-transform;
  padding-top: 80px;
  padding-bottom: 105px;
  height: calc(100vh - 109px);
}
.shadow {
  position: relative;
}
.shadow-block {
  position: absolute;
  top: -45px;
  left: 0;
  transform: translateX(-25%);
  height: 100%;
  width: 100%;
  display: flex;
  background: rgba(0, 0, 0, 0.5);
  visibility: hidden;
  opacity: 0;
  transition: 0.2s;
}
.shadow-block__white {
  width: 50%;
  height: 100%;
  background: #f3f3f3;
}
.shadow-block__black {
  width: 50%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
}
.shadow .shadow-block {
  transform: translateX(0);
  visibility: visible;
  opacity: 1;
}

@media (min-width: 768px) {
  .catalog__filter {
    height: calc(100vh - 124px);
  }
}
@media (min-width: 1200px) {
  .catalog__filter {
    -webkit-transform: none;
    -ms-transform: none;
    -moz-transform: none;
    -o-transform: none;
    transform: none;
    position: static;
    padding-top: 0;
    padding-bottom: 0;
    height: auto;
    border: none;
  }
}
.catalog__filter--active {
  -webkit-transform: none;
  -ms-transform: none;
  -moz-transform: none;
  -o-transform: none;
  transform: none;
  z-index: 102;
}
.catalog__filter-title {
  padding: 31px 0 21px 0;
  position: absolute;
  background-color: #f3f3f3;
  width: 100%;
  left: 0;
  top: 0;
  padding-left: 15px;
  padding-right: 15px;
  z-index: 11;
}
.catalog__filter-title h2,
.catalog__filter-title .h2 {
  display: inline-block;
  margin-right: 12px;
}
.catalog__filter-title svg.svg-icon-close {
  width: 20px;
  height: 20px;
  fill: #e463a0;
}
.catalog__filter-content {
  height: 100%;
  overflow-y: scroll;
  overflow-x: hidden;
}
.catalog__filter-content::-webkit-scrollbar-button {
  width:5px;
  height:0;
}

.catalog__filter-content::-webkit-scrollbar-thumb {
  background-color:#e463a0;
}

.catalog__filter-content::-webkit-scrollbar{
  width: 7px;
}
@media (min-width: 1200px) {
  .catalog__filter-content {
    overflow-y: visible;
  }
}
.catalog__filter-title-result {
  font-family: Georgia, "Times New Roman", Times, serif;
  line-height: 2rem;
  display: inline-block;
  position: relative;
  bottom: 5px;
}
.catalog__filter-title-result span {
  color: #e463a0;
  padding-right: 5px;
}
.catalog__filter-title-close {
  display: inline-block;
  float: right;
}
.catalog__filter-category-list {
  font-family: 'Inter', sans-serif;
  padding: 0;
  margin: 0;
  list-style: none;
}
.catalog__filter-block {
  margin-bottom: 50px;
}
.catalog__filter-block--color .bx-filter-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-flow: row wrap;
  -moz-box-orient: horizontal;
  -moz-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -moz-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}
.catalog__filter-block--color label {
  display: block;
  height: 40px;
  width: 40px;
  margin-right: 10px;
  margin-bottom: 10px;
  text-align: center;
  overflow: hidden;
  position: relative;
}
.catalog__filter-block--color label span {
  position: absolute;
  top: 18px;
  left: 15px;
  display: block;
}
.catalog__filter-block--color input[type=checkbox] + label:before,
.catalog__filter-block--color input[type=checkbox]:checked + label:before{
  display: none;
}
.catalog__filter-block--color input[type=checkbox]:checked + label span:before{
  content: '';
  position: absolute;
  left: -4px;
  top: 3px;
  width: 10px;
  height: 3px;
  background: #fff;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
.catalog__filter-block--color input[type=checkbox]:checked + label span:after{
  content: '';
  position: absolute;
  left: 0;
  width: 16px;
  height: 3px;
  background: #fff;
  -webkit-transform: rotate(-50deg);
  -moz-transform: rotate(-50deg);
  -ms-transform: rotate(-50deg);
  -o-transform: rotate(-50deg);
  transform: rotate(-50deg);
}

.catalog__filter-block--color label.color-green {
  background-color: #0d0;
}
.catalog__filter-block--color label.color-white {
  background-color: #fff;
}
.catalog__filter-block--color label.color-blue {
  background-color: #00d;
}
.catalog__filter-block--color input[type=checkbox]:checked + label.color-white span:before,
.catalog__filter-block--color input[type=checkbox]:checked + label.color-white span:after{
  background: #dadada;
}


.catalog__filter-category-list {
  border-bottom: 1px solid #e6e6e6;
  padding-bottom: 40px;
}
@media (max-width: 767px) {
  .catalog__filter-block-price{
    margin-bottom: 40px;
  }
}
.catalog__filter-block h3,
.catalog__filter-block .h3 {
  font-size: 18px;
  line-height: 20px;
  letter-spacing: 0.05em;
  font-weight: 700;
}
.catalog__filter-block:not(.catalog__filter-block-price) h3:after,
.catalog__filter-block:not(.catalog__filter-block-price) .h3:after {
  content: "";
  display: block;
  width: 40px;
  height: 3px;
  background-color: #25262a;
  margin-top: 26px;
  margin-bottom: 20px;
}
.catalog__filter-category-item.sublevel{
  padding-left: 15px;
}
.catalog__filter-category-item a {
  color: #9a9ba0;
  line-height: 3rem;
}
.catalog__filter-category-item a:hover {
  color: #e463a0;
}
.catalog__filter-category-item span {
  color: #e463a0;
  padding-left: 5px;
  font-style: normal;
}
.catalog__filter-category-item--active {
  color: #25262a;
  padding-left: 13px;
  position: relative;
  line-height: 3rem;
}
.catalog__filter-category-item--active:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 50%;
  width: 10px;
  height: 1px;
  background-color: #e463a0;
}
.catalog__filter-category-item--active a {
  color: #25262a;
}
.catalog__filter-category-list-btns {
  font-size: 1rem;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-top: 20px;
}
.catalog__filter-category-list-btns:hover svg {
  fill: #da2a7e;
}
.catalog__filter-category-list-btns svg {
  width: 10px;
  height: 10px;
  fill: #e463a0;
  margin-right: 5px;
  position: relative;
  top: 1px;
}
.catalog__filter-category-list-btn {
  display: none;
}
.catalog__filter-category-list-btn--show {
  display: block;
}
.catalog__filter-field {
  margin-bottom: 25px;
}
.catalog__filter-field label {
  font-family: 'Inter', sans-serif;
  font-size: 1.4rem;
  color: #9a9ba0;
}
.catalog__filter-field input:checked + label {
  color: #25262a;
}
.catalog__filter-btn {
  padding: 29px 0 30px 0;
  position: absolute;
  background-color: #F3F3F3;
  width: 100%;
  left: 0;
  bottom: 0;
  padding-left: 15px;
  padding-right: 15px;
  border-top: 1px solid rgba(154, 155, 160, 0.2);
  z-index: 11;
}
.catalog__filter-btn button[disabled] {
  opacity: 0.15;
  cursor: default;
}
.catalog__filter-btn .btn {
  font-family: 'Inter', sans-serif;
}
@media (min-width: 1200px) {
  .catalog__filter-btn {
    position: static;
    background-color: transparent;
    padding: 55px 0 0;
  }
  .catalog__filter-btn .btn {
    padding-left: 15px;
    padding-right: 15px;
  }
}
.catalog__sort-selects,
.catalog .title,
.catalog__orders {
  -webkit-transition: 0.2s transform;
  -webkit-transition: 0.2s -webkit-transform;
  transition: 0.2s -webkit-transform;
  -o-transition: 0.2s -o-transform;
  -moz-transition: 0.2s transform, 0.2s -moz-transform;
  transition: 0.2s transform;
  transition: 0.2s transform, 0.2s -webkit-transform, 0.2s -moz-transform, 0.2s -o-transform;
}
.catalog .row h1.title {
  border: none;
}
.catalog .row h1.title:after {
  content: '';
  display: block;
  position: absolute;
  bottom: -3px;
  height: 3px;
  width: -webkit-calc(100% - 30px);
  width: -moz-calc(100% - 30px);
  width: calc(100% - 30px);
  background-color: #25262a;
}
.catalog__sort-selects {
  margin-bottom: 20px;
}
@media (min-width: 1200px) {
  .catalog__sort-selects {
    margin-bottom: 0;
  }
}
@media (min-width: 768px) {
  .catalog__description {
    font-family: Georgia, "Times New Roman", Times, serif;
    padding-top: 49px;
    padding-bottom: 57px;
    background-color: #ffffff;
    line-height: 2rem;
    color: #9a9ba0;
  }
  .catalog__description p {
    margin-bottom: 20px;
  }
}
.catalog__description-logo {
  position: relative;
}
.catalog__description-logo .spadream-logo {
  width: 21px;
  height: auto;
  max-width: none;
  position: absolute;
  left: 15px;
  top: 0;
  fill: #25262a;
}
.catalog .bx_filter_block {
  width: 100%;
}
.catalog .bx_filter_block .bx_ui_slider_track {
  background-color: #25262a;
  position: relative;
  height: 3px;
  margin: 27px 0px;
}
.catalog .bx_filter_block .bx_ui_slider_pricebar_vd {
  z-index: 60;
  height: 100%;
  position: absolute;
}
.catalog .bx_filter_block .bx_ui_slider_pricebar_vn {
  z-index: 70;
  background-color: #25262a;
  height: 100%;
  position: absolute;
}
.catalog .bx_filter_block .bx_ui_slider_pricebar_v {
  z-index: 80;
  position: absolute;
  height: 100%;
  background-color: #e463a0;
}
.catalog .bx_filter_block .bx_ui_slider_range {
  z-index: 80;
  position: absolute;
  top: -1px;
  bottom: -1px;
}
.catalog .bx_filter_block .bx_ui_slider_handle.left {
  position: absolute;
  left: 0;
  top: -8px;
  width: 20px;
  height: 20px;
  background-color: #ffffff;
  border: 6px solid #e463a0;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}
.catalog .bx_filter_block .bx_ui_slider_handle.right {
  right: 0;
  position: absolute;
  top: -8px;
  width: 20px;
  height: 20px;
  background-color: #ffffff;
  border: 6px solid #e463a0;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}
.catalog .bx_filter_block .bx_filter_input_container span {
  font-family: "Bebas Neue", Helvetica, Arial, sans-serif;
  font-size: 2.8rem;
  line-height: 3rem;
  border: 0;
  padding: 0;
}
.catalog .bx_filter_block .bx_filter_input_container--right {
  text-align: right;
}
.catalog .bx_filter_block .bx_filter_input_container .rouble {
  top: 8px;
  margin-left: 5px;
  font-size: 1.6rem;
}
@media (min-width: 768px) {
  .catalog .pagination {
    padding-top: 10px;
  }
  .catalog .pagination__nav-arrows {
    top: 50%;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
    transform: translate(0, -50%);
  }
}
@media (min-width: 1200px) {
  .catalog .pagination {
    padding-top: 30px;
  }
  .catalog .pagination__nav-arrows {
    top: 50%;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
    transform: translate(0, -50%);
  }
}
.catalog__filter-brand-img {
  margin-bottom: 20px;
  -webkit-filter: grayscale(1);
  filter: grayscale(1);
}
.catalog__filter-brand-text {
  font-family: Georgia, "Times New Roman", Times, serif;
  line-height: 2rem;
}
.catalog__filter-brand-text p {
  margin-bottom: 23px;
}
.catalog__filter-brand-link {
  font-family: Georgia, "Times New Roman", Times, serif;
  font-size: 1rem;
  letter-spacing: 1px;
  text-transform: uppercase;
}
.catalog__filter-brand-link svg {
  width: 10px;
  height: 10px;
  fill: #e463a0;
  margin-right: 5px;
  position: relative;
  top: 1px;
}
.catalog__filter-brand-link:hover svg {
  fill: #da2a7e;
}
.product-detail {
  padding-top: 21px;
  padding-bottom: 33px;
  background-color: #ffffff;
}
@media (min-width: 768px) {
  .product-detail {
    padding-top: 31px;
    padding-bottom: 40px;
  }
}
@media (min-width: 1200px) {
  .product-detail__inner {
    padding: 0;
  }
}
@media (min-width: 1200px) {
  .product-detail__tabs-inner {
    padding: 0;
  }
}
@media (min-width: 1200px) {
  .product-detail__addition-inner {
    padding: 0;
  }
}
.product-detail__flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -moz-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  flex-direction: column;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  -moz-box-align: start;
  align-items: flex-start;
  margin-top: 0 !important;
}
@media (min-width: 1200px) {
  .product-detail__flex {
    display: block;
  }
}
.product-detail__flex > span[id^=bx_] {
  width: 100%;
  display: block;
}
.product-detail__title {
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
  -ms-flex-order: 1;
  -moz-box-ordinal-group: 2;
  order: 1;
}
.product-detail__title h1 {
  font-size: 3.6rem;
  padding-top: 22px;
  padding-bottom: 24px;
}
@media (min-width: 768px) {
  .product-detail__title h1 {
    font-size: 5rem;
  }
}
@media (min-width: 1200px) {
  .product-detail__title h1 {
    padding-bottom: 16px;
  }
}
.product-detail__article {
  font-family: Georgia, "Times New Roman", Times, serif;
  color: #9a9ba0;
  float: left;
}
.product-detail__like {
  float: right;
}
.product-detail__like svg {
  width: 17px;
  height: 14px;
  fill: #fff;
  stroke: #25262a;
}
.product-detail__like:hover svg,
.product-detail__like--active svg {
  stroke: #e463a0;
  fill: #e463a0;
}
.product-detail__slider {
  -webkit-box-ordinal-group: 3;
  -webkit-order: 2;
  -ms-flex-order: 2;
  -moz-box-ordinal-group: 3;
  order: 2;
}
.product-detail__slider-top {
  position: relative;
}
.product-detail__slider-full {
  text-align: center;
  margin: auto;
  width: 100%;
}
@media (min-width: 768px) {
  .product-detail__slider-full {
    /*width: 400px;*/
    min-height: 450px;
    vertical-align: middle;
  }
}
.product-detail__slider-full img {
  width: auto;
  max-height: 450px;
}
.product-detail__slider-nav {
  position: absolute;
  left: 50%;
  bottom: -64px;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 100%;
}
@media (min-width: 768px) {
  .product-detail__slider-nav {
    width: 550px;
  }
}
.product-detail__slider-nav svg {
  width: 40px;
  height: 20px;
  fill: #25262a;
}
.product-detail__slider-nav a:hover svg {
  fill: #e463a0;
}
.product-detail__slider-nav-left {
  float: left;
}
.product-detail__slider-nav-right {
  float: right;
  position: relative;
  bottom: 2px;
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}
.product-detail__slider-bottom {
  margin-top: 10px;
}
.product-detail__slider-preview {
  list-style: none;
  margin: 0 auto;
  padding: 0;
  text-align: center;
}
@media (min-width: 768px) {
  .product-detail__slider-preview {
    width: 350px;
  }
}
.product-detail__slider-preview-item {
  display: inline-block;
  width: 60px;
  height: 60px;
  overflow: hidden;
  text-align: center;
  -webkit-transition: 0.2s opacity;
  -o-transition: 0.2s opacity;
  -moz-transition: 0.2s opacity;
  transition: 0.2s opacity;
  position: relative;
}
.product-detail__slider-preview-item img {
  width: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.product-detail__slider-preview-item:hover img {
  opacity: .6;
}
.product-detail .owl-item.center .product-detail__slider-preview-item {
  position: relative;
}
.product-detail .owl-item.center .product-detail__slider-preview-item img {
  opacity: .6;
}
.product-detail .owl-item.center .product-detail__slider-preview-item:after {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  display: block;
  width: 100%;
  height: 1px;
  background-color: #25262a;
}
.product-detail__options {
  -webkit-box-ordinal-group: 4;
  -webkit-order: 3;
  -ms-flex-order: 3;
  -moz-box-ordinal-group: 4;
  order: 3;
}
.product-detail .raiting {
  display: inline-block;
  margin-right: 22px;
}
.product-detail__review-link {
  font-family: Georgia, "Times New Roman", Times, serif;
  color: #9a9ba0;
}
.product-detail__review-link:hover {
  color: #e463a0;
}
.product-detail__review-link span {
  color: #e463a0;
}
.product-detail__action-text {
  position: relative;
  background-color: #e463a0;
  color: #fff;
  padding: 10px 10px 10px 17px;
  margin-top: 20px;
  font-family: Georgia, "Times New Roman", Times, serif;
}
.product-detail__action-text:before{
  content: '%';
  font-weight: 600;
  padding-right: 15px;
}
.product-detail__action-text:after {
  content: '';
  background-color: #fff;
  position: absolute;
  top: 0;
  right: -20px;
  display: block;
  width: 30px;
  height: 30px;
  -webkit-transform: rotate(60deg) skew(30deg);
  -ms-transform: rotate(60deg) skew(30deg);
  -moz-transform: rotate(60deg) skew(30deg);
  -o-transform: rotate(60deg) skew(30deg);
  transform: rotate(60deg) skew(30deg);
}
.product-detail__options-text {
  font-family: Georgia, "Times New Roman", Times, serif;
  padding-top: 20px;
  padding-bottom: 20px;
  line-height: 2rem;
}
.product-detail__options-text p:last-child {
  margin-bottom: 0;
}
.product-detail__list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-flow: row wrap;
  -moz-box-orient: horizontal;
  -moz-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  list-style: none;
  padding: 0;
  margin: 0;
  margin-bottom: 20px;
}
.product-detail__list li {
  font-family: Georgia, "Times New Roman", Times, serif;
  letter-spacing: 1px;
  display: block;
  width: 48%;
  position: relative;
  overflow: hidden;
}
.product-detail__list li:after {
  content: '';
  display: block;
  height: 1.8rem;
  border-bottom: 1px dotted #9a9ba0;
}
.product-detail__list-key {
  display: block;
  padding-right: 2px;
  color: #9a9ba0;
  font-size: 1rem;
  text-transform: uppercase;
  line-height: 3rem;
  padding-left: 0;
}
.product-detail__list-key span {
  background-color: #ffffff;
}
.product-detail__list-value {
  display: block;
  padding-left: 2px;
  font-size: 1.4rem;
  line-height: 2.7rem;
  padding-right: 0;
  background-color: #ffffff;
  letter-spacing: normal;
}
.product-detail__list-value--price {
  font-family: "Bebas Neue", Helvetica, Arial, sans-serif;
  font-size: 2.2rem;
}
.product-detail__pay-link {
  font-family: Georgia, "Times New Roman", Times, serif;
  font-style: italic;
  position: static;
  color: #e463a0;
  cursor: pointer;
  -webkit-transition: 0.2s color;
  -o-transition: 0.2s color;
  -moz-transition: 0.2s color;
  transition: 0.2s color;
  min-width: 160px;
}
@media (min-width: 768px) {
  .product-detail__pay-link {
    position: relative;
  }
}
.product-detail__pay-link:hover {
  color: #da2a7e;
}
.product-detail__pay-link svg {
  width: 28px;
  height: 26px;
  fill: #25262a;
  margin-right: 6px;
  float: left;
}
@media (min-width: 768px) {
  .product-detail__pay-link svg {
    position: relative;
    bottom: 6px;
  }
}
.product-detail__delivery-link {
  font-family: Georgia, "Times New Roman", Times, serif;
  font-style: italic;
  position: static;
  color: #e463a0;
  cursor: pointer;
  -webkit-transition: 0.2s color;
  -o-transition: 0.2s color;
  -moz-transition: 0.2s color;
  transition: 0.2s color;
  min-width: 160px;
}
@media (min-width: 768px) {
  .product-detail__delivery-link {
    position: relative;
  }
}
.product-detail__delivery-link:hover {
  color: #da2a7e;
}
.product-detail__delivery-link svg {
  width: 46px;
  height: 26px;
  fill: #25262a;
  margin-right: 6px;
  float: left;
}
@media (min-width: 768px) {
  .product-detail__delivery-link svg {
    position: relative;
    bottom: 6px;
  }
}
.product-detail__popup-link {
  width: 275px;
  position: absolute;
  padding: 30px;
  left: 50%;
  -webkit-transform: translate(-50%);
  -ms-transform: translate(-50%);
  -moz-transform: translate(-50%);
  -o-transform: translate(-50%);
  transform: translate(-50%);
  bottom: 275px;
  -webkit-box-shadow: 0 0 37px rgba(0, 0, 0, 0.175);
  -moz-box-shadow: 0 0 37px rgba(0, 0, 0, 0.175);
  box-shadow: 0 0 37px rgba(0, 0, 0, 0.175);
  z-index: 10;
  background-color: #ffffff;
  color: #25262a;
  font-style: normal;
  cursor: default;
  line-height: 2rem;
}
@media (min-width: 768px) {
  .product-detail__popup-link {
    bottom: 40px;
  }
}
.product-detail__popup-link a {
  display: inline;
}
.product-detail__popup-link:after {
  content: '';
  position: absolute;
  background: #fff;
  left: 130px;
  bottom: -8px;
  width: 15px;
  height: 15px;
  z-index: -1;
  -ms-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  -webkit-box-shadow: 2px 1px 3px -2px rgba(0, 0, 0, 0.175);
  -moz-box-shadow: 2px 1px 3px -2px rgba(0, 0, 0, 0.175);
  box-shadow: 2px 1px 3px -2px rgba(0, 0, 0, 0.175);
  background-clip: padding-box;
}
.product-detail__amount {
  background-color: #f3f3f3;
  height: 40px;
  width: 120px;
}
@media (min-width: 1200px) {
  .product-detail__amount {
    width: 100%;
  }
}
.product-detail__amount p {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -moz-box;
  display: flex;
}
.product-detail__amount-plus {
  width: 40px;
  position: relative;
}
.product-detail__amount-plus svg.svg-cart-plus {
  width: 10px;
  height: 10px;
  fill: #25262a;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
input.product-detail__amount-counter {
  border: 0;
  background-color: transparent;
  width: 40px;
  font-family: "Bebas Neue", Helvetica, Arial, sans-serif;
  font-size: 2.8rem;
  text-align: center;
  flex: 1;
  padding: 0;
}
@media (min-width: 1200px) {
  input.product-detail__amount-counter {
    width: 57px;
  }
}
.product-detail__amount-minus {
  width: 40px;
  position: relative;
}
.product-detail__amount-minus svg.svg-cart-minus {
  width: 10px;
  height: 2px;
  fill: #25262a;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.product-detail__order-btn {
  padding-right: 15px;
  padding-top: 20px;
  padding-bottom: 18px;
  display: flex;
  align-items: center;
}
.product-detail__order-btn .btn {
  display: block;
  padding-left: 0;
  padding-right: 0;
  width: 100%;
  text-align: center;
}
.product-detail__price {
  flex: 1;
  font-size: 3.8rem;
  margin-top: 17px;
}
@media (min-width: 768px) {
  .product-detail__price {
    padding-left: 0;
    padding-right: 0;
    text-align: end;
    width: auto;
    margin-left: 10px;
    margin-right: 30px;
  }

  .product-detail__price .product-detail__price-old {
    margin-right: 0;
  }

  .product-detail__price .price {
    white-space: nowrap;
    position: relative;
    margin-right: 25px;
  }

  .product-detail__price sup.rouble {
    float: right;
  }
}
.product-detail__price-old {
  font-size: 2.2rem;
  color: #da2a7e;
  position: relative;
  margin-right: 13px;
  vertical-align: bottom;
}
@media (min-width: 768px) {
  .product-detail__price-old {
    font-size: 2.8rem;
  }
}
.product-detail__price-old:after {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 2px;
  left: 0;
  top: 48%;
  background-color: #da2a7e;
}
@media (min-width: 768px) {
  .product-detail__price .rouble {
    position: absolute;
    font-size: 3rem;
    top: -0.3em;
  }
}
.product-detail__announce,
.product-detail__bad-price {
  font-family: Georgia, "Times New Roman", Times, serif;
  font-size: 1.4rem;
  text-align: right;
}

.product-detail__announce {
  margin-top: 1.5rem;
  text-align: center;
}

@media (min-width: 768px) {
  .product-detail__announce,
  .product-detail__bad-price {
    line-height: 2rem;
    margin-left: auto;
    padding-left: 0;
    padding-right: 0;
  }

  .product-detail__announce {
    text-align: right;
  }
}
.product-detail__announce a,
.product-detail__bad-price a {
  font-style: italic;
}

@media (min-width: 1440px) {
  .product-detail__announce {
    margin-top: 0;
    padding-right: 15px;
  }
}

.product-detail__socials {
  font-family: Georgia, "Times New Roman", Times, serif;
  color: #9a9ba0;
  font-size: 1rem;
  letter-spacing: 1px;
  text-transform: uppercase;
}
@media (min-width: 768px) {
  .product-detail__socials {
    position: relative;
    bottom: 10px;
    text-align: right;
  }
}
.product-detail__socials-list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: inline-block;
  margin-left: 14px;
  position: relative;
  top: 12px;
}
.product-detail__socials-item {
  display: inline-block;
  margin-right: 10px;
}
.product-detail__socials-item:last-child {
  margin-right: 0;
}
.product-detail__socials-item a {
  display: block;
  width: 36px;
  height: 36px;
  background-color: #e7e7e7;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  position: relative;
}
.product-detail__socials-item a:hover {
  background-color: #e463a0;
}
.product-detail__socials-item a:hover svg {
  fill: #ffffff;
}
.product-detail__socials-item svg {
  fill: #9a9ba0;
  position: absolute;
  top: 50%;
  left: 50%;
}
.product-detail__socials-item--vk svg.svg-icon-vk {
  width: 17px;
  height: 10px;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.product-detail__socials-item--fb svg.svg-icon-fb {
  width: 8px;
  height: 16px;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.product-detail__socials-item--inst svg.svg-icon-inst {
  width: 14px;
  height: 14px;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.product-detail__socials-item--yt svg.svg-icon-yt {
  width: 16px;
  height: 12px;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.product-detail__tabs {
  padding-top: 34px;
  padding-bottom: 34px;
  background-color: #f3f3f3;
}
@media (min-width: 1200px) {
  .product-detail__tabs {
    padding-top: 44px;
    padding-bottom: 44px;
  }
}
.product-detail__tabs-menu-list {
  padding: 0;
  margin: 0;
  list-style: none;
  padding-bottom: 15px;
}
@media (min-width: 768px) {
  .product-detail__tabs-menu-list {
    padding-bottom: 20px;
  }
}
@media (min-width: 1200px) {
  .product-detail__tabs-menu-list {
    padding-bottom: 30px;
  }
}
.product-detail__tabs-menu-item {
  display: inline-block;
  margin-right: 15px;
  margin-bottom: 15px;
}
@media (min-width: 768px) {
  .product-detail__tabs-menu-item {
    margin-right: 30px;
    margin-bottom: 0;
  }
}
.product-detail__tabs-menu-item:last-child {
  margin-right: 0;
}
.product-detail__tabs-menu-item a {
  font-size: 2.2rem;
  color: #25262a;
  text-transform: none;
}
.product-detail__tabs-menu-item a:hover {
  color: #e463a0;
}
.product-detail__tabs-menu-item--active {
  color: #e463a0;
  position: relative;
}
.product-detail__tabs-menu-item--active a {
  color: #e463a0;
}
.product-detail__tabs-menu-item--active:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 1px;
  background-color: #e463a0;
  left: 0;
  top: 20%;
}
.product-detail__tabs-menu-item sup {
  font-family: Georgia, "Times New Roman", Times, serif;
  font-size: 1.4rem;
  color: #e463a0;
  margin-left: 5px;
}
.product-detail__tabs-content {
  font-family: Georgia, "Times New Roman", Times, serif;
}
.product-detail__tabs-content-wrapper {
  display: none;
}
.product-detail__tabs-content-wrapper--active {
  display: block;
}
.product-detail__tabs-content-wrapper p,
.product-detail__tabs #description {
  line-height: 2rem;
}
@media (max-width: 768px) {
  .product-detail__tabs #description {
    word-wrap: break-word;
  }
}
.product-detail__tabs #description a,
.product-detail__tabs #note a{
  color: inherit;
}
.product-detail__reviews {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -moz-box;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media (min-width: 1200px) {
  .product-detail__reviews {
    display: block;
  }
}
.product-detail__reviews-list {
  -webkit-box-ordinal-group: 3;
  -webkit-order: 2;
  -ms-flex-order: 2;
  -moz-box-ordinal-group: 3;
  order: 2;
}
.product-detail__reviews-list .product-detail__reviews-list_is_empty {
  margin-bottom: 15px;
  margin-top: 20px;
}
@media (min-width: 1200px) {
  .product-detail__reviews-list .product-detail__reviews-list_is_empty {
    margin-top: 0;
  }
}
.product-detail__reviews-status {
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
  -ms-flex-order: 1;
  -moz-box-ordinal-group: 2;
  order: 1;
  background-color: #ffffff;
  padding: 20px;
  margin-bottom: 30px;
}
@media (min-width: 1200px) {
  .product-detail__reviews-status {
    padding: 30px;
  }
}
.product-detail__reviews-status h2,
.product-detail__reviews-status .h2 {
  font-family: "Bebas Neue", Helvetica, Arial, sans-serif;
  font-size: 2.2rem;
  display: inline-block;
  margin-right: 11px;
  margin-bottom: 17px;
}
@media (min-width: 768px) {
  .product-detail__reviews-status h2,
  .product-detail__reviews-status .h2 {
    padding: 11px 0;
    margin-bottom: 0;
  }
}
@media (min-width: 1200px) {
  .product-detail__reviews-status h2,
  .product-detail__reviews-status .h2 {
    display: block;
    padding: 0;
    margin-bottom: 15px;
  }
}
.product-detail__reviews-status .raiting {
  display: inline-block;
  position: relative;
  bottom: 2px;
}
@media (min-width: 1200px) {
  .product-detail__reviews-status .raiting {
    display: block;
    margin-bottom: 15px;
    text-align: left;
  }
}
.product-detail__reviews-status .btn {
  display: inline-block;
}
@media (min-width: 768px) {
  .product-detail__reviews-status .btn {
    float: right;
  }
}
@media (min-width: 1200px) {
  .product-detail__reviews-status .btn {
    float: none;
    width: 100%;
    padding-left: 0;
    padding-right: 0;
    text-align: center;
  }
}
.product-detail__reviews-count {
  display: block;
  color: #9a9ba0;
  margin-bottom: 25px;
}
.product-detail__reviews-count span {
  color: #25262a;
}
.product-detail__reviews-item {
  margin-bottom: 37px;
  display: none;
}
.product-detail__reviews-item--active {
  display: block;
}
@media (min-width: 768px) {
  .product-detail__reviews-item {
    margin-bottom: 12px;
  }
}
.product-detail__reviews-item .raiting {
  display: inline-block;
}
@media (min-width: 768px) {
  .product-detail__reviews-item .raiting {
    position: relative;
    top: 1px;
  }
}
.product-detail__reviews-img {
  float: left;
  width: 80px;
  height: 80px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  overflow: hidden;
  margin-right: 10px;
  margin-bottom: 20px;
}
@media (min-width: 768px) {
  .product-detail__reviews-img {
    margin-bottom: 0;
    margin-right: 20px;
  }
}
.product-detail__reviews-img img {
  min-width: 80px;
  min-height: 80px;
}
.product-detail__reviews-name {
  font-size: 1rem;
  color: #9a9ba0;
  letter-spacing: 1px;
  text-transform: uppercase;
  padding-top: 27px;
}
@media (min-width: 768px) {
  .product-detail__reviews-name {
    display: inline-block;
    margin-right: 10px;
    padding-top: 33px;
  }
}
@media (min-width: 768px) {
  .product-detail__reviews-text {
    padding-left: 100px;
    position: relative;
    bottom: 20px;
  }
}
.product-detail__reviews-more {
  font-family: Georgia, "Times New Roman", Times, serif;
  letter-spacing: 1px;
  font-size: 1rem;
  text-transform: uppercase;
}
.product-detail__reviews-more svg {
  width: 10px;
  height: 10px;
  fill: #e463a0;
  position: relative;
  top: 1px;
  margin-right: 5px;
}
.product-detail__reviews-more:hover svg {
  fill: #da2a7e;
}
.product-detail__addition {
  background-color: #f3f3f3;
}
@media (min-width: 1200px) {
  .auth__inner {
    padding: 0;
  }
}
.auth__description {
  font-family: Georgia, "Times New Roman", Times, serif;
  line-height: 2rem;
  text-align: center;
  margin-bottom: 68px;
}
@media (min-width: 768px) {
  .auth__description {
    margin-bottom: 32px;
  }
}
.auth__description p:last-child {
  margin-bottom: 0;
}
.auth__steps {
  margin-bottom: 59px;
}
@media (min-width: 768px) {
  .auth__steps {
    margin-bottom: 69px;
  }
}
.auth__steps ul {
  margin: 0;
  padding: 0;
  list-style: none;
  text-align: center;
  display: block;
}
.auth__step {
  display: inline-block;
  color: #9a9ba0;
  font-size: 2.2rem;
}
.auth__step--active {
  color: #25262a;
}
.auth__step--arrow svg {
  width: 17px;
  height: 20px;
  fill: #9a9ba0;
  margin-left: 15px;
  margin-right: 15px;
  position: relative;
  top: 2px;
}
.auth__signin {
  margin-bottom: 39px;
  padding-bottom: 39px;
  border-bottom: 1px solid #ccccce;
}
@media (min-width: 1200px) {
  .auth__signin {
    border-bottom: 0;
    border-right: 1px solid #ccccce;
    margin-bottom: 0;
    padding-top: 39px;
    padding-bottom: 39px;
  }
}
.auth__signin h2,
.auth__signin .h2 {
  text-align: center;
  margin-bottom: 10px;
}
@media (min-width: 1200px) {
  .auth__signin h2,
  .auth__signin .h2 {
    text-align: left;
    padding: 0;
  }
}
.auth__form-footer {
  margin-top: 30px;
}
@media (min-width: 768px) {
  .auth__form-footer {
    margin-top: 15px;
  }
}
@media (min-width: 1200px) {
  .auth__form-footer-flex {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: -moz-box;
    display: flex;
  }
}
@media (min-width: 1200px) {
  .auth__form-remember-wrapper {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    -moz-box-ordinal-group: 2;
    order: 1;
  }
}
@media (min-width: 1200px) {
  .auth__form-auth-btn-wrapper {
    -webkit-box-ordinal-group: 4;
    -webkit-order: 3;
    -ms-flex-order: 3;
    -moz-box-ordinal-group: 4;
    order: 3;
  }
}
@media (min-width: 1200px) {
  .auth__form-forgot-btn-wrapper {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
    -ms-flex-order: 2;
    -moz-box-ordinal-group: 3;
    order: 2;
  }
}
.auth__form-remember {
  font-family: Georgia, "Times New Roman", Times, serif;
  margin-top: 13px;
}
.auth__forgot-btn {
  padding-left: 0;
  padding-right: 0;
  float: left;
}
@media (min-width: 1200px) {
  .auth__forgot-btn {
    margin-left: 113px;
  }
}
@media (min-width: 1200px) {
  .auth__forgot-btn--not-margin {
    margin-left: 0;
  }
}
.auth__auth-btn {
  float: right;
}
@media (min-width: 768px) {
  .auth__fast-reg {
    margin-bottom: 60px;
  }
}
@media (min-width: 1200px) {
  .auth__fast-reg {
    margin-bottom: 0;
    padding-top: 39px;
    padding-bottom: 39px;
    border-left: 1px solid #ccccce;
    position: relative;
    left: -1px;
  }
}
.auth__fast-reg h2,
.auth__fast-reg .h2 {
  text-align: center;
  margin-bottom: 10px;
}
@media (min-width: 1200px) {
  .auth__fast-reg h2,
  .auth__fast-reg .h2 {
    text-align: left;
    padding: 0;
  }
}
.auth__form-notif-wrapper {
  font-family: Georgia, "Times New Roman", Times, serif;
  margin-bottom: 42px;
  position: relative;
  line-height: 2rem;
}
@media (min-width: 768px) {
  .auth__form-notif-wrapper {
    margin-bottom: 0;
  }
}
.auth__form-notif-wrapper:before {
  content: "*";
  position: absolute;
  left: 3px;
  top: 2px;
  font-family: "Bebas Neue", Helvetica, Arial, sans-serif;
  color: #e463a0;
  font-size: 2.2rem;
}
.auth__reg-btn {
  float: right;
}
@media (min-width: 1200px) {
  .auth__gotoreg {
    padding-top: 39px;
    padding-bottom: 39px;
  }
}
.auth__gotoreg h3,
.auth__gotoreg .h3 {
  margin-bottom: 17px;
  font-size: 2.2rem;
}
.auth__gotoreg-text {
  font-family: Georgia, "Times New Roman", Times, serif;
  line-height: 2rem;
  margin-bottom: 44px;
}
.auth__gotoreg-link {
  font-size: 2.2rem;
}
.auth__gotoreg-link svg {
  width: 20px;
  height: 14px;
  fill: #e463a0;
  margin-left: 8px;
}
.auth__gotoreg-link:hover svg {
  fill: #da2a7e;
}
@media (min-width: 1200px) {
  .auth hr {
    margin-top: 50px;
  }
}
.auth__socials-text {
  font-family: Georgia, "Times New Roman", Times, serif;
  text-transform: uppercase;
  color: #9a9ba0;
  letter-spacing: 1px;
  font-size: 1rem;
  text-align: center;
  display: block;
}
.auth__socials-list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: inline-block;
  text-align: center;
  display: block;
}
.auth__socials-item {
  display: inline-block;
  margin-right: 10px;
}
.auth__socials-item a {
  display: block;
  width: 36px;
  height: 36px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  position: relative;
}
.auth__socials-item a:hover {
  background-color: #e463a0;
}
.auth__socials-item a:hover svg {
  fill: #ffffff;
}
.auth__socials-item svg {
  position: absolute;
  top: 50%;
  left: 50%;
  fill: #ffffff;
}
.auth__socials-item--vk a {
  background-color: #54749b;
}
.auth__socials-item--vk svg.svg-icon-vk {
  width: 17px;
  height: 10px;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.auth__socials-item--fb a {
  background-color: #3c599b;
}
.auth__socials-item--fb svg.svg-icon-fb {
  width: 8px;
  height: 13px;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.auth__socials-item--tw a {
  background-color: #01b0f1;
}
.auth__socials-item--tw svg.svg-icon-twitter {
  width: 14px;
  height: 12px;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.auth__socials-item--ok a {
  background-color: #fca61b;
}
.auth__socials-item--ok svg.svg-icon-ok {
  width: 10px;
  height: 17px;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.app {
  background-color: #25262a;
  padding-top: 25px;
  padding-bottom: 25px;
}
@media (min-width: 1200px) {
  .app__inner {
    padding: 0;
  }
}
@media (min-width: 768px) {
  .app {
    padding-top: 33px;
    padding-bottom: 33px;
  }
}
@media (min-width: 1200px) {
  .app {
    padding-top: 100px;
    height: 690px;
    position: relative;
    background: url('/local/2016/css/../img/pics/app-bg.png') no-repeat center bottom #27282c;
  }
}
.app__description {
  font-family: Georgia, "Times New Roman", Times, serif;
  color: #ffffff;
  line-height: 2rem;
}
@media (min-width: 1200px) {
  .app__description {
    width: 400px;
  }
}
.app__description p:last-child {
  margin-bottom: 0;
}
.app hr {
  background-color: #e463a0;
}
.app__appstore {
  display: block;
  background-image: url('/local/2016/css/../img/sprite.png?v=2');
  background-position: 0px 0px;
  width: 160px;
  height: 60px;
  margin-bottom: 20px;
  float: left;
}
@media (min-width: 768px) {
  .app__appstore {
    float: none;
    display: inline-block;
    margin-bottom: 0;
    margin-right: 20px;
  }
}
.app__googleplay {
  display: block;
  background-image: url('/local/2016/css/../img/sprite.png?v=2');
  background-position: 0px -61px;
  width: 160px;
  height: 60px;
  float: right;
}
@media (min-width: 768px) {
  .app__googleplay {
    float: none;
    display: inline-block;
  }
}
.app__device {
  margin-top: 38px;
  text-align: center;
}
@media (min-width: 1200px) {
  .app__device {
    position: absolute;
    right: 15px;
    top: 0;
    margin-top: 0;
  }
}
.sertificate__header {
  position: relative;
  padding-top: 30px;
  padding-bottom: 42px;
}
@media (min-width: 768px) {
  .sertificate__header {
    padding-top: 60px;
    padding-bottom: 74px;
  }
}
@media (min-width: 1200px) {
  .sertificate__header {
    padding-bottom: 83px;
  }
}
.sertificate__header > * {
  z-index: 10;
  position: relative;
}
.sertificate__header:before {
  content: "";
  display: block;
  width: 50%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  background-image: -webkit-repeating-linear-gradient(70deg, #292a2e, #292a2e 60px, #25262a 60px, #25262a 120px);
  background-image: -moz-repeating-linear-gradient(70deg, #292a2e, #292a2e 60px, #25262a 60px, #25262a 120px);
  background-image: -o-repeating-linear-gradient(70deg, #292a2e, #292a2e 60px, #25262a 60px, #25262a 120px);
  background-image: repeating-linear-gradient(20deg, #292a2e, #292a2e 60px, #25262a 60px, #25262a 120px);
}
.sertificate__header:after {
  content: "";
  display: block;
  width: 50%;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 1;
  background-image: -webkit-repeating-linear-gradient(110deg, #292a2e, #292a2e 60px, #25262a 60px, #25262a 120px);
  background-image: -moz-repeating-linear-gradient(110deg, #292a2e, #292a2e 60px, #25262a 60px, #25262a 120px);
  background-image: -o-repeating-linear-gradient(110deg, #292a2e, #292a2e 60px, #25262a 60px, #25262a 120px);
  background-image: repeating-linear-gradient(-20deg, #292a2e, #292a2e 60px, #25262a 60px, #25262a 120px);
}
@media (min-width: 1200px) {
  .sertificate__header .title--center {
    width: 100%;
  }
}
.sertificate__logo {
  text-align: center;
  margin-bottom: 31px;
}
@media (min-width: 768px) {
  .sertificate__logo {
    margin-bottom: 60px;
  }
}
.sertificate__logo svg {
  width: 221px;
  height: 40px;
  fill: #ffffff;
}
.sertificate__description {
  text-align: center;
  color: #ffffff;
  font-size: 2.2rem;
  line-height: 2.5rem;
  margin: 0 auto;
  margin-bottom: 32px;
  padding-left: 20px;
  padding-right: 20px;
}
@media (min-width: 768px) {
  .sertificate__description {
    font-size: 2.8rem;
    width: 465px;
    line-height: 3.5rem;
    margin-bottom: 58px;
    padding: 0;
  }
}
@media (min-width: 1200px) {
  .sertificate__description {
    margin-bottom: 67px;
  }
}
.sertificate__description--font-serif {
  font-family: Georgia, "Times New Roman", Times, serif;
  font-size: 1.4rem;
  line-height: 2rem;
}
@media (min-width: 768px) {
  .sertificate__description--font-serif {
    font-size: 1.4rem;
    width: 540px;
  }
}
.sertificate__description span {
  color: #e463a0;
}
.sertificate__description .rouble {
  color: #ffffff;
  margin-left: 0;
  top: 0.4em;
  font-size: 1.4rem;
}
@media (min-width: 768px) {
  .sertificate__description .rouble {
    font-size: 1.8rem;
    top: 0.5em;
  }
}
.sertificate__card {
  position: relative;
  z-index: 2;
}
@media (min-width: 768px) {
  .sertificate__card {
    width: 500px;
    margin: 0 auto;
  }
}
@media (min-width: 1200px) {
  .sertificate__card {
    width: 800px;
  }
}
.sertificate__card:after {
  content: "";
  display: block;
  position: absolute;
  z-index: -1;
  width: 90%;
  height: 28px;
  -webkit-box-shadow: 0px 20px 20px 0px rgba(0, 0, 0, 0.4);
  -moz-box-shadow: 0px 20px 20px 0px rgba(0, 0, 0, 0.4);
  box-shadow: 0px 20px 20px 0px rgba(0, 0, 0, 0.4);
  left: 50%;
  bottom: 0;
  -webkit-transform: translate(-50%);
  -ms-transform: translate(-50%);
  -moz-transform: translate(-50%);
  -o-transform: translate(-50%);
  transform: translate(-50%);
}
@media (min-width: 1200px) {
  .sertificate__card-img {
    display: inline-block;
    vertical-align: top;
  }
}
.sertificate__card-description {
  padding: 28px 22px;
  background-color: #181a1d;
}
@media (min-width: 1200px) {
  .sertificate__card-description {
    display: inline-block;
    vertical-align: top;
    height: 350px;
    width: 292px;
    padding: 25px 21px;
    position: relative;
  }
}
.sertificate__card-name {
  font-size: 2.8rem;
  color: #e463a0;
  margin-bottom: 20px;
}
.sertificate__card-text {
  font-family: Georgia, "Times New Roman", Times, serif;
  color: #ffffff;
  font-size: 1.6rem;
  line-height: 2.5rem;
  margin-bottom: 56px;
}
@media (min-width: 1200px) {
  .sertificate__card-logo {
    position: absolute;
    left: 21px;
    bottom: 25px;
  }
}
.sertificate__card-logo svg {
  width: 144px;
  height: 26px;
  fill: #ffffff;
}
.sertificate__card-message {
  margin-top: 22px;
}
.sertificate__card-message textarea {
  resize: none;
}
@media (min-width: 1200px) {
  .sertificate__card-message {
    margin-top: 0;
  }
}
.sertificate__card-message textarea {
  border-color: #2d2e32;
  color: #9a9ba0;
  font-size: 1.6rem;
}
@media (min-width: 1200px) {
  .sertificate__card-message textarea {
    height: 250px;
  }
}
.sertificate__card-message textarea:focus {
  border-color: #e463a0;
}
.sertificate__code {
  text-align: center;
  color: #ffffff;
  font-size: 2.2rem;
  padding-top: 40px;
}
@media (min-width: 768px) {
  .sertificate__code {
    padding-top: 60px;
  }
}
@media (min-width: 1200px) {
  .sertificate__code {
    padding-top: 39px;
  }
}
.sertificate__code span {
  color: #e463a0;
}
.sertificate__nominal {
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 40px;
}
.sertificate__nominal h3,
.sertificate__nominal .h3 {
  text-align: center;
  color: #ffffff;
  margin-bottom: 26px;
}
.sertificate__nominal-input {
  text-align: center;
  margin-bottom: 40px;
}
.sertificate__nominal-input input {
  font-family: "Bebas Neue", Helvetica, Arial, sans-serif;
  font-size: 2.8rem;
  background-color: #ffffff;
  width: 150px;
  padding-top: 5px;
  padding-left: 10px;
  padding-right: 10px;
  border: 0;
}
.sertificate__nominal-input .rouble {
  color: #ffffff;
  top: 9px;
}
.sertificate__nominal-choose {
  margin-bottom: 29px;
}
.sertificate__nominal-choose ul {
  list-style: none;
  margin: 0;
  padding: 0;
  text-align: center;
}
.sertificate__nominal-choose-item {
  color: #ffffff;
  font-size: 2.8rem;
  display: inline-block;
  padding: 15px 12px 10px 12px;
  background-color: #55575b;
  margin-right: 10px;
  margin-bottom: 10px;
  width: 105px;
  cursor: pointer;
  -webkit-transition: 0.2s background-color;
  -o-transition: 0.2s background-color;
  -moz-transition: 0.2s background-color;
  transition: 0.2s background-color;
}
.sertificate__nominal-choose-item:hover {
  background-color: #e463a0;
}
.sertificate__nominal-choose-item:nth-of-type(2n) {
  margin-right: 0;
}
@media (min-width: 768px) {
  .sertificate__nominal-choose-item:nth-of-type(2n) {
    margin-right: 10px;
    margin-bottom: 10px;
  }
}
.sertificate__nominal-choose-item--active {
  background-color: #e463a0;
}
.sertificate__nominal-choose-item .rouble {
  color: #ffffff;
  top: -8px;
}
.sertificate__nominal-notif {
  font-family: Georgia, "Times New Roman", Times, serif;
  color: #ffffff;
  text-align: center;
  margin-bottom: 29px;
  line-height: 2rem;
}
.sertificate__nominal-ultimate {
  font-family: Georgia, "Times New Roman", Times, serif;
  text-align: center;
}
.sertificate__main {
  background-color: #f3f3f3;
  padding-top: 36px;
  padding-bottom: 25px;
}
@media (min-width: 768px) {
  .sertificate__main {
    padding-top: 44px;
    padding-bottom: 35px;
  }
}
@media (min-width: 1200px) {
  .sertificate__main .container {
    padding: 0;
  }
}
.sertificate__steps {
  margin-bottom: 87px;
}
.sertificate__steps h2,
.sertificate__steps .h2 {
  text-align: center;
  margin-bottom: 47px;
}
@media (min-width: 768px) {
  .sertificate__steps h2,
  .sertificate__steps .h2 {
    font-size: 5rem;
  }
}
.sertificate__steps-list {
  font-family: Georgia, "Times New Roman", Times, serif;
  line-height: 2rem;
  list-style: none;
  padding: 0;
  margin: 0;
  text-align: center;
  counter-reset: list;
}
.sertificate__steps-item {
  vertical-align: top;
}
@media (min-width: 1200px) {
  .sertificate__steps-item {
    display: inline-block;
    position: relative;
    width: 187px;
  }
}
.sertificate__steps-item:before {
  content: counter(list);
  counter-increment: list;
  display: block;
  width: 40px;
  margin: 0 auto;
  font-family: "Bebas Neue", Helvetica, Arial, sans-serif;
  font-size: 7rem;
  line-height: 1;
  margin-bottom: 13px;
  border-bottom: 3px solid #e463a0;
}
.sertificate__steps-item:after {
  content: "";
  display: block;
  text-indent: -9999px;
  width: 20px;
  height: 17px;
  background: url(/local/2016/css/../img/pics/cart-arrow.svg);
  -webkit-background-size: 20px 17px;
  -moz-background-size: 20px 17px;
  background-size: 20px 17px;
  margin-top: 28px;
  margin-bottom: 33px;
  position: relative;
  left: 50%;
  -webkit-transform: translate(-50%) rotate(90deg);
  -ms-transform: translate(-50%) rotate(90deg);
  -moz-transform: translate(-50%) rotate(90deg);
  -o-transform: translate(-50%) rotate(90deg);
  transform: translate(-50%) rotate(90deg);
}
@media (min-width: 1200px) {
  .sertificate__steps-item:after {
    display: inline-block;
    -webkit-transform: none;
    -ms-transform: none;
    -moz-transform: none;
    -o-transform: none;
    transform: none;
    margin: 0;
    position: absolute;
    top: 16px;
    margin-left: 85px;
  }
}
.sertificate__steps-item:last-child:after {
  display: none;
}
.sertificate__btn {
  text-align: center;
  margin-bottom: 50px;
}
.sertificate__btn .btn {
  display: inline-block;
}
.sertificate__terms {
  font-family: Georgia, "Times New Roman", Times, serif;
  line-height: 2rem;
  text-align: center;
  margin: 0 auto;
  padding-left: 20px;
  padding-right: 20px;
}
.sertificate__to {
  padding-bottom: 49px;
  margin-bottom: 49px;
  border-bottom: 1px solid #ccccce;
}
@media (min-width: 1200px) {
  .sertificate__to {
    padding-top: 30px;
    padding-bottom: 20px;
    border-bottom: 0;
  }
}
.sertificate__to h2,
.sertificate__to .h2 {
  margin-bottom: 20px;
  text-align: center;
}
@media (min-width: 1200px) {
  .sertificate__to h2,
  .sertificate__to .h2 {
    text-align: left;
    padding-left: 0;
  }
}
@media (min-width: 1200px) {
  .sertificate__from {
    padding-top: 20px;
    padding-bottom: 20px;
    border-left: 1px solid #ccccce;
  }
}
.sertificate__from h2,
.sertificate__from .h2 {
  margin-bottom: 20px;
  text-align: center;
}
@media (min-width: 1200px) {
  .sertificate__from h2,
  .sertificate__from .h2 {
    text-align: left;
    padding-left: 0;
  }
}
.sertificate__form-terms {
  font-family: Georgia, "Times New Roman", Times, serif;
  line-height: 2rem;
  text-align: center;
  margin-bottom: 32px;
}
.sertificate__form-btn {
  text-align: center;
}
.sertificate__form-btn .btn {
  display: inline-block;
}
.sertificate__form-btn-pay {
  margin-bottom: 20px;
}
@media (min-width: 768px) {
  .sertificate__form-btn-pay {
    margin-right: 20px;
  }
}
.sertificate__footer {
  font-weight: 300;
  color: #56575c;
  font-size: 1.5rem;
  background-color: #f3f3f3;
  text-align: center;
  padding-top: 25px;
  padding-bottom: 45px;
}
@media (min-width: 768px) {
  .sertificate__footer {
    padding-top: 35px;
    padding-bottom: 64px;
  }
}
@media (min-width: 1200px) {
  .search-page__inner {
    padding: 0;
  }
}
.search-page__form-wrapper {
  margin-bottom: 60px;
}
.search-page__form-wrapper .btn {
  padding-top: 12px;
  padding-bottom: 12px;
}
@media (min-width: 1200px) {
  .search-page__result .product-card__card {
    width: 270px;
  }
  .search-page__result .product-card__card:hover {
    width: 270px;
  }
}
.search-page__result .pagination {
  margin-top: 50px;
}
.page-header-cart {
  /*background-image: -webkit-linear-gradient(left, #25262a 50%, #2d2e33 50%);*/
  /*background-image: linear-gradient(to right, #25262a 50%, #2d2e33 50%);*/
  background: -webkit-linear-gradient(left, #f3f3f3 50%,#e5e6e7 50%);
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, #f3f3f3),color-stop(50%, #e5e6e7));
  background: -moz-linear-gradient(left, #f3f3f3 50%,#e5e6e7 50%);
  background: -o-linear-gradient(left, #f3f3f3 50%,#e5e6e7 50%);
  background: linear-gradient(to right, #f3f3f3 50%,#e5e6e7 50%);
  border-bottom: 1px solid #ffffff;
}
@media (min-width: 1200px) {
  .page-header-cart {
    background-image: -webkit-linear-gradient(top, #fff 30%, #f3f3f3 30%);
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(30%, #fff), color-stop(30%, #f3f3f3));
    background-image: -moz-linear-gradient(top, #fff 30%, #f3f3f3 30%);
    background-image: -o-linear-gradient(top, #fff 30%, #f3f3f3 30%);
    background-image: linear-gradient(to bottom, #fff 30%, #f3f3f3 30%);
    border-bottom: none;
  }
}
.page-header-cart__top {
  /*background-color: #25262a;*/
  background-color: #f3f3f3;
  padding-top: 18px;
  padding-bottom: 18px;
  position: relative;
  display: flex;
}
@media (min-width: 768px) {
  .page-header-cart__top {
    padding-top: 25px;
    padding-bottom: 25px;
  }
}
@media (min-width: 1200px) {
  .page-header-cart__top {
    height: 60px;
    padding: 0;
    background-color: #fff;
  }
}
.page-header-cart__top .header-logo {
  margin-right: 0;
  fill: #25262a;
}
.page-header-cart__bottom {
  /*background-color: #2d2e33;*/
  background-color: #e5e6e7;
  padding-top: 18px;
  padding-bottom: 18px;
  position: relative;
  height: 60px;
}
@media (min-width: 768px) {
  .page-header-cart__bottom {
    height: 75px;
    padding-top: 25px;
    padding-bottom: 25px;
  }
}
@media (min-width: 1200px) {
  .page-header-cart__bottom {
    padding: 0;
    height: 140px;
    padding-top: 43px;
    background-color: #f3f3f3;
  }
}
.page-header-cart__back-to-shop {
  margin-top: 4px;
  float: right;
}
@media (min-width: 1200px) {
  .page-header-cart__back-to-shop {
    margin-top: 0;
  }
}
.page-header-cart__back-to-shop a {
  font-family: Georgia, "Times New Roman", Times, serif;
  /*color: #fff;*/
  color: #25262a;
}
@media (min-width: 1200px) {
  .page-header-cart__back-to-shop a {
    color: #25262a;
  }
}
.page-header-cart__back-to-shop svg {
  width: 20px;
  height: 14px;
  display: inline-block;
  margin-left: 6px;
  position: relative;
  top: 3px;
  /*fill: #fff;*/
  fill: #25262a;
}
@media (min-width: 1200px) {
  .page-header-cart__back-to-shop svg {
    fill: #25262a;
  }
}
@media (min-width: 1200px) {
  .page-header-cart .page-header__menu-wrapper {
    display: none;
  }
}
.page-footer-cart {
  padding-top: 40px;
  padding-bottom: 30px;
  background-color: #f3f3f3;
  font-size: 1.5rem;
  color: #56575c;
  font-weight: 300;
  line-height: 2rem;
}
@media (min-width: 1200px) {
  .page-footer-cart__inner {
    padding: 0;
  }
}
.page-footer-cart__logo {
  margin-bottom: 26px;
}
.page-footer-cart__logo .spadream-logo {
  width: 116px;
  height: 22px;
  max-width: none;
  fill: #25262a;
}
.page-footer-cart__contacts {
  margin-bottom: 28px;
}
.page-footer-cart__copyright {
  text-align: left;
}
@media (min-width: 768px) {
  .page-footer-cart__copyright {
    text-align: right;
  }
}
.cart-empty {
  padding-top: 44px;
  text-align: center;
}
@media (min-width: 768px) {
  .cart-empty {
    padding-top: 55px;
  }
}
@media (min-width: 1200px) {
  .cart-empty {
    padding-top: 71px;
  }
}
@media (min-width: 1200px) {
  .cart-empty__inner {
    padding: 0;
  }
}
.cart-empty h1 {
  font-size: 2.8rem;
  color: #9a9ba0;
  font-weight: 400;
  margin-bottom: 25px;
}
@media (min-width: 768px) {
  .cart-empty h1 {
    font-size: 5rem;
    margin-bottom: 40px;
  }
}
.cart-empty__text {
  padding-bottom: 20px;
}
@media (min-width: 1200px) {
  .cart-empty__text {
    padding-bottom: 40px;
  }
}
.cart-empty__text p {
  font-family: Georgia, "Times New Roman", Times, serif;
  line-height: 2rem;
}
.cart-steps {
  margin: 23px 0;
  background-color: #f3f3f3;
  width: 100%;
}
@media (min-width: 768px) {
  .cart-steps {
    margin-bottom: 54px;
  }
}
@media (min-width: 1200px) {
  .cart-steps {
    position: absolute;
    top: 118px;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    -moz-transform: translate(-50%, 0);
    -o-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    margin: 0;
    background-color: transparent;
  }
}
@media (min-width: 1200px) {
  .cart-steps__inner {
    padding: 0;
    /*width: 1117px;*/
  }
}
.cart-steps__step {
  /*color: #9a9ba0;*/
  font-size: 2.2rem;
}
@media (min-width: 768px) {
  .cart-steps__step {
    position: relative;
    top: -10px;
  }
}
@media (min-width: 1200px) {
  .cart-steps__step {
    left: 320px;
  }
}
.cart-steps__step--active {
  color: #25262a;
}
@media (min-width: 768px) {
  .cart-steps__step--active {
    font-size: 5rem;
    top: 0;
  }
}
.cart-steps svg.svg-cart-arrow {
  width: 17px;
  height: 20px;
  fill: #9a9ba0;
  margin: 0 9px;
  position: relative;
  top: 2px;
}
@media (min-width: 768px) {
  .cart-steps svg.svg-cart-arrow {
    margin: 0 20px;
    top: -8px;
  }
}
@media (min-width: 1200px) {
  .cart-steps svg.svg-cart-arrow {
    left: 320px;
  }
}
.cart-steps hr {
  margin-top: 18px;
  margin-bottom: 21px;
}
@media (min-width: 768px) {
  .cart-steps hr {
    margin-top: 31px;
    margin-bottom: 31px;
  }
}
.cart-menu {
  background-color: #f3f3f3;
}
.cart-menu__list {
  padding: 25px 15px 15px;
  margin: 0;
  list-style: none;
}
@media (min-width: 1200px) {
  .cart-menu__list {
    padding: 30px 0;
  }
}
.cart-menu__item {
  font-size: 2.2rem;
  line-height: 2.2rem;
  display: inline-block;
}
.cart-menu__item:last-child {
  float: right;
}
@media (min-width: 768px) {
  .cart-menu__item {
    margin-right: 30px;
  }
  .cart-menu__item:last-child {
    float: none;
    margin-right: 0;
  }
}
.cart-menu__item a {
  color: #25262a;
}
.cart-menu__item a:hover {
  color: #e463a0;
}
.cart-menu__item sup {
  font-family: Georgia, "Times New Roman", Times, serif;
  font-size: 1.4rem;
  color: #e463a0;
  top: -0.7em;
}
.cart-menu__item--active {
  position: relative;
}
.cart-menu__item--active a {
  color: #e463a0;
}
.cart-menu__item--active:after {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  position: absolute;
  bottom: 12px;
  background-color: #e463a0;
  right: 6px;
}
.cart-orders-table {
  padding-bottom: 19px;
  background-color: #f3f3f3;
}
.cart-orders-table_gift-title {
  padding: 40px 0 30px;
  clear: both;
}
.cart-orders-table_gift-title::before {
  content: '';
  display: inline-block;
  background-image: url(/local/2016/img/icon-gift-2.png);
  width: 34px;
  height: 28px;
  margin-right: 15px;
}
@media (min-width: 1200px) {
  .cart-orders-table__inner {
    padding: 0;
  }
}
@media (min-width: 1200px) {
  .cart-orders-table__title {
    padding-bottom: 21px;
    font-family: Georgia, "Times New Roman", Times, serif;
    font-size: 1rem;
    letter-spacing: 1px;
    text-transform: uppercase;
    color: #9a9ba0;
    line-height: 15px;
  }
}
.cart-orders-table__orders-list {
  background-color: #ffffff;
}
@media (min-width: 1200px) {
  .cart-orders-table__orders-list table {
    margin-left: -15px;
    margin-right: -15px;
  }
}
.cart-orders-table__orders-list table,
.cart-orders-table__orders-list td,
.cart-orders-table__orders-list tr,
.cart-orders-table__orders-list tbody {
  display: block;
}
.cart-orders-table__item {
  padding-top: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #f3f3f3;
  display: block;
}
@media (min-width: 1200px) {
  .cart-orders-table__item {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}
@media (min-width: 768px) {
  .cart-orders-table__img {
    overflow: hidden;
    text-align: center;
  }
}
.cart-orders-table__img img {
  width: auto;
  max-width: 120px;
  height: auto;
  max-height: 200px;
}
@media (min-width: 768px) {
  .cart-orders-table__img img {
    max-width: 160px;
  }
}
.cart-orders-table__description {
  padding-top: 20px;
  padding-bottom: 29px;
}
.cart-orders-table__description h2,
.cart-orders-table__description .h2 {
  margin-bottom: 29px;
}
.cart-orders-table__description h2 a,
.cart-orders-table__description .h2 a {
  color: #25262a;
}
.cart-orders-table__description h2 a:hover,
.cart-orders-table__description .h2 a:hover {
  color: #e463a0;
}
.cart-orders-table__description-name {
  font-family: Georgia, "Times New Roman", Times, serif;
  line-height: 2rem;
  margin-bottom: 0;
}
.cart-orders-table__description-text {
  font-family: Georgia, "Times New Roman", Times, serif;
  line-height: 2rem;
  color: #9a9ba0;
  font-style: italic;
  margin-bottom: 0;
}
.cart-orders-table__discount,
.cart-orders-table__price,
.cart-orders-table__amount,
.cart-orders-table__sum {
  font-size: 2.8rem;
  margin-bottom: 32px;
}
.cart-orders-table__discount .rouble,
.cart-orders-table__price .rouble,
.cart-orders-table__amount .rouble,
.cart-orders-table__sum .rouble {
  font-size: 1.6rem;
  margin-left: 2px;
}
@media (min-width: 1200px) {
  .cart-orders-table__discount,
  .cart-orders-table__price,
  .cart-orders-table__amount,
  .cart-orders-table__sum {
    margin-bottom: 0;
    margin-top: 15px;
  }
}
@media (min-width: 1200px) {
  .cart-orders-table__amount {
    margin-top: 0;
  }
}
.cart-orders-table__amount .cart-orders-table__key {
  margin-bottom: 7px;
}
.cart-orders-table__key {
  font-family: Georgia, "Times New Roman", Times, serif;
  display: block;
  font-size: 1rem;
  text-transform: uppercase;
  color: #9a9ba0;
  margin-bottom: 19px;
}
.cart-orders-table__percent {
  font-family: Georgia, "Times New Roman", Times, serif;
  font-size: 1.4rem;
  display: inline-block;
  position: relative;
  bottom: 5px;
}
.cart-orders-table__controls {
  background-color: #f3f3f3;
  height: 40px;
  width: 120px;
}
.cart-orders-table__controls p {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -moz-box;
  display: flex;
}
.cart-orders-table__control-plus {
  width: 40px;
  position: relative;
}
.cart-orders-table__control-plus svg.svg-cart-plus {
  width: 10px;
  height: 10px;
  fill: #25262a;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
input.cart-orders-table__control-counter {
  border: 0;
  background-color: transparent;
  width: 40px;
  font-family: "Bebas Neue", Helvetica, Arial, sans-serif;
  font-size: 2.8rem;
  text-align: center;
  padding-top: 6px;
  padding-left: 0;
  padding-right: 0;
}
.cart-orders-table__control-minus {
  width: 40px;
  position: relative;
}
.cart-orders-table__control-minus svg.svg-cart-minus {
  width: 10px;
  height: 2px;
  fill: #25262a;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.cart-orders-table__options {
  font-family: Georgia, "Times New Roman", Times, serif;
  font-size: 1rem;
  text-transform: uppercase;
}
@media (min-width: 1200px) {
  .cart-orders-table__options {
    margin-left: 17.4444444%;
  }
}
.cart-orders-table__options a {
  margin-right: 29px;
}
.cart-orders-table__options a:hover svg {
  fill: #25262a;
}
.cart-orders-table__options svg {
  fill: #e463a0;
  margin-right: 5px;
  position: relative;
  top: 2px;
}
.cart-orders-table__options svg.svg-cart-setaside {
  width: 10px;
  height: 11px;
}
.cart-orders-table__options svg.svg-cart-delete {
  width: 10px;
  height: 10px;
}
.cart-orders-table__result {
  background-color: #ffffff;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-flow: row wrap;
  -moz-box-orient: horizontal;
  -moz-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
@media (min-width: 768px) {
  .cart-orders-table__result {
    display: block;
  }

}
.cart-orders-table__result > div:not(.clearfix) {
  padding-bottom: 40px;
  padding-top: 30px;
}
.cart-orders-table__coupon {
  background-color: #25262a;
  font-size: 1rem;
  letter-spacing: .9px;
}
@media (min-width: 1200px) {
  .cart-orders-table__coupon span {
    width: 171px;
  }
}
.cart-orders-table__coupon input {
  font-family: "Bebas Neue", Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  margin-top: 9px;
  border: 1px solid #56575c;
  padding: 14px 16px 10px 16px;
  color: #fff;
  width: 100%;
}
#coupons_block .apply_coupon{
  font-family: Georgia, "Times New Roman", Times, serif;
  font-style: italic;
  display: inline-block;
  border: 1px solid #fff;
  color: #fff;
  line-height: 37px;
  height: 40px;
  text-align: center;
  vertical-align: bottom;
  font-size: 1.4rem;
  width: 100%;
  margin: 10px 0 0 0;
  cursor: pointer;
}
#coupons_block .apply_coupon:hover {
  color: #fff;
  background-color: #e463a0;
  border-color: #e463a0;
}
#coupons_block .apply_coupon:active {
  color: #fff;
  background-color: #aa7a1c;
  border-color: #aa7a1c;
}
#coupons_block .input_class {
  text-transform: none;
}
@media (min-width: 768px) {
  .cart-orders-table__coupon input {
    margin-top: 0;
    display: inline-block;
    width: 530px;
  }
}
@media (min-width: 1200px) {
  .cart-orders-table__coupon input {
    width: 280px;
  }
}
.cart-orders-table__coupon .cupon {
  margin-top: 20px;
  position: relative;
  width: 100%;
  float: left;
}
@media (min-width: 768px) {
  .cart-orders-table__coupon .cupon {
    width: 530px;
  }
}

.cart-orders-table__coupon .cupon input {
  width: 100%;
  margin-top: 0;
}
@media (min-width: 768px) {
  .cart-orders-table__coupon .cupon input {
    width: 530px;
  }
}
@media (min-width: 1200px) {
  .cart-orders-table__coupon .cupon input {
    width: 280px;
  }
}
.cart-orders-table__coupon .cupon input.bad {
  color: #e463a0;
  text-decoration: line-through;
}
.cart-orders-table__coupon .cupon input.good {
  /*color: #6ccb77;*/
  color: #e463a0;
}
.cart-orders-table__coupon .cupon span {
  display: block;
  position: absolute;
  top: 12px;
  right: 11px;
  background-image: url('/local/2016/css/../img/sprite.png?v=2');
  background-position: -236px -101px;
  width: 16px;
  height: 16px;
  cursor: pointer;
  margin-right: 0;
}

#clipboardCode{
  display: block;
  position: absolute;
  top: 12px;
  right: 45px;
  background-image: url('/local/2016/css/../img/sprite.png?v=2');
  background-position: -241px -58px;
  width: 16px;
  height: 16px;
  cursor: pointer;
  margin-right: 0;
}
@media (min-width: 768px) {
  #coupons_block .apply_coupon{
    margin: 0 0 0 16px;
    width: 140px;
  }
}
@media (min-width: 1200px) {
  #coupons_block .apply_coupon{
    width: 140px;
  }
  .cart-orders-table__coupon .cupon{
    width: 280px;
  }
}
.cart-orders-table__result-btn{
  padding-top: 30px;
  padding-bottom: 30px;
}
@media (min-width: 768px) {
  .cart-orders-table__result-btn {
    padding-top: 0;
    padding-bottom: 0;
  }
}
.cart-orders-table__coupon .cupon .bx_ordercart_coupon_notes {
  display: none;
  position: absolute;
  left: 0;
  bottom: -15px;
}
.cart-orders-table__coupon .cupon:hover .bx_ordercart_coupon_notes {
  display: block;
}
.cart-orders-table__result-sum {
  font-size: 2.2em;
  margin-bottom: 0;
  line-height: 1;
}
@media (min-width: 767px) {
  .cart-orders-table__result-sum {
    margin-bottom: 22px;
  }
}
.cart-orders-table__result-sum .rouble {
  font-size: 2.8rem;
  margin-left: 5px;
  top: .7em;
}
@media (min-width: 768px) {
  .cart-orders-table__result-sum {
    text-align: left;
  }
}
@media (min-width: 1200px) {
  .cart-orders-table__result-sum {
    margin-bottom: 0;
    text-align: left;
    padding-left: 80px;
  }
}
.cart-orders-table__result-sum span {
  font-size: 5rem;
  position: relative;
  top: 5px;
}
.cart-drawingup__section .cart-drawingup__title.buyer{
  display: inline-block;
}
.cart-signin {
  display: block;
  position: relative;
  margin-left: 5px;
  float: right;
  top: 4px;
}
@media (min-width: 768px) {
  .cart-orders-table__result-btn .btn {
    float: right;
  }
  /*
  .cart-signin {
    display: inline-block;
    position: absolute;
    right: 35px;
    top: 37px;
    float:inherit;
  }
  */
}
@media (max-width: 767px) {
  .cart-signin {
    margin-left: 0 !important;
    float: none !important;
  }
}

.cart-drawingup {
  padding-top: 30px;
}

.cart-drawingup__dolyami-widget.dolyami-widget {
  padding: 0!important;
  border: 0!important;
  display: inline-block!important;
  margin: 0!important;
  line-height: 1!important;
}
@media (min-width: 768px) {
  .cart-drawingup {
    padding-bottom: 29px;
  }
}
@media (min-width: 1200px) {
  .cart-drawingup {
    padding-top: 70px;
    padding-bottom: 40px;
  }
  /*
  .cart-signin {
    top: 54px;
    right: 40px;
  }
  */
}
@media (min-width: 1200px) {
  .cart-drawingup__detail {
    padding: 0;
    z-index: 2;
  }
}
.cart-drawingup__inner {
  position: relative;
}
.cart-drawingup__section {
  /*padding: 24px 20px;*/
  padding: 44px 40px;
  background-color: #ffffff;
  border-bottom: 1px solid #f3f3f3;
}
@media (min-width: 1200px) {
  .cart-drawingup__section {
    /*padding: 44px 40px;*/
    padding: 80px 100px;
  }
}

.cart-drawingup__section-wrap {
  padding-top: 50px;
}
.cart-drawingup__section-wrap:first-child {
  padding-top: 0;
}

.cart-drawingup__section p {
  font-family: Georgia, "Times New Roman", Times, serif;
  line-height: 2rem;
}
@media (min-width: 1200px) {
  .cart-drawingup__section p {
    margin-bottom: 10px;
    margin-top: 30px;
  }
}
.cart-drawingup__title {
  /*font-size: 2.2rem;*/
  font-size: 2.6rem;
  margin-bottom: 15px;
}
.cart-signin a{
  font-size: 2.2rem;
  margin-right:0;
  margin-bottom: 25px;
  text-transform:uppercase;
  color: #e463a0;
  font-family: "Bebas Neue", Helvetica, Arial, sans-serif;
}
.choose-location {
  display: none;
  line-height: 2em;
  text-align: center;
  padding-top: 1em;
}
.choose-location.active {
  display: block;
}
.choose-location.active ~ .cart-drawingup__input-wrapper {
  display: none;
}
.cart-drawingup__input-wrapper {
  margin-bottom: 20px;
}
.cart-drawingup__input-wrapper:last-child {
  margin-bottom: 0;
}
.cart-drawingup__input-wrapper--checkbox label {
  font-family: Georgia, "Times New Roman", Times, serif;
}
@media (min-width: 768px) {
  .cart-drawingup__input-wrapper--checkbox {
    display: inline-block;
    margin-right: 30px;
  }
}
.cart-drawingup__input-key {
  font-family: 'Inter', sans-serif;
  font-size: 14px;
  letter-spacing: 1px;
  /*text-transform: uppercase;*/
  color: #9a9ba0;
  display: block;
  margin-bottom: 7px;
  padding: 0;
}
@media (min-width: 768px) {
  .cart-drawingup__input-key {
    margin-bottom: 0;
    margin-top: 13px;
  }
}
.cart-drawingup__input {
  padding: 0;
}
.cart-drawingup__input--narrow input {
  width: 100px !important;
}
.cart-drawingup__textarea {
  height: 200px;
}
.cart-drawingup__list ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.cart-drawingup__list li {
  font-family: Georgia, "Times New Roman", Times, serif;
  letter-spacing: 1px;
  display: block;
  position: relative;
  overflow: hidden;
}
.cart-drawingup__list li:after {
  content: '';
  display: block;
  height: 1.8rem;
  border-bottom: 1px dotted #9a9ba0;
}
.cart-drawingup__list-key {
  display: block;
  z-index: 2;
  padding-right: 2px;
  color: #9a9ba0;
  font-size: 1rem;
  text-transform: uppercase;
  line-height: 3rem;
  padding-left: 0;
}
.cart-drawingup__list-key span {
  background-color: #ffffff;
  padding: 0 10px 0 0;
}
.cart-drawingup__list-value {
  display: block;
  z-index: 2;
  padding-left: 10px;
  font-size: 1.4rem;
  line-height: 2.7rem;
  padding-right: 0;
  background-color: #ffffff;
  letter-spacing: normal;
}
.cart-drawingup__list-value--price {
  font-family: "Bebas Neue", Helvetica, Arial, sans-serif;
  font-size: 2.2rem;
}
.cart-deferred {
  padding-bottom: 11px;
}
.cart-deferred table,
.cart-deferred td,
.cart-deferred tr,
.cart-deferred tbody {
  display: block;
}
@media (min-width: 1200px) {
  .cart-deferred__inner {
    padding: 0;
  }
}
.cart-deferred__title {
  font-family: Georgia, "Times New Roman", Times, serif;
  font-size: 1rem;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-bottom: 21px;
  color: #9a9ba0;
}
.cart-deferred__orders-list {
  background-color: #ffffff;
}
@media (min-width: 1200px) {
  .cart-deferred__orders-list table {
    margin-left: -15px;
    margin-right: -15px;
  }
}
.cart-deferred__item {
  border-bottom: 1px solid #f3f3f3;
  display: block;
  padding-top: 20px;
  padding-bottom: 20px;
}
@media (min-width: 768px) {
  .cart-deferred__item {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}
.cart-deferred__img {
  overflow: hidden;
  margin-bottom: 20px;
}
@media (min-width: 768px) {
  .cart-deferred__img {
    text-align: center;
  }
}
@media (min-width: 1200px) {
  .cart-deferred__img {
    margin-bottom: 0;
  }
}
.cart-deferred__img img {
  width: 120px;
}
@media (min-width: 768px) {
  .cart-deferred__img img {
    width: 160px;
  }
}
.cart-deferred__description h2,
.cart-deferred__description .h2 {
  margin-bottom: 29px;
}
.cart-deferred__description-name {
  font-family: Georgia, "Times New Roman", Times, serif;
  margin-bottom: 0;
  line-height: 2rem;
}
.cart-deferred__description-text {
  font-family: Georgia, "Times New Roman", Times, serif;
  margin-bottom: 29px;
  color: #9a9ba0;
  line-height: 2rem;
}
.cart-deferred__price {
  font-size: 2.8rem;
  line-height: 3rem;
  margin-bottom: 20px;
}
@media (min-width: 768px) {
  .cart-deferred__price {
    margin-bottom: 0;
  }
}
.cart-deferred__key {
  font-family: Georgia, "Times New Roman", Times, serif;
  font-size: 1rem;
  color: #9a9ba0;
  text-transform: uppercase;
  letter-spacing: 1px;
  line-height: 1.5rem;
  display: block;
  margin-bottom: 19px;
}
.cart-deferred__delete {
  font-family: Georgia, "Times New Roman", Times, serif;
  font-size: 1rem;
  text-transform: uppercase;
  letter-spacing: 1px;
  line-height: 1.5rem;
  padding-top: 14px;
}
@media (min-width: 768px) {
  .cart-deferred__delete {
    padding-top: 40px;
  }
}
@media (min-width: 1200px) {
  .cart-deferred__delete {
    padding-top: 14px;
  }
}
.cart-deferred__delete a:hover svg {
  fill: #25262a;
}
.cart-deferred__delete svg {
  width: 10px;
  height: 10px;
  fill: #e463a0;
  margin-right: 4px;
  position: relative;
  top: 1px;
}
.cart-deferred__btn {
  padding-left: 0;
}
@media (min-width: 768px) {
  .cart-deferred__btn {
    padding-top: 26px;
  }
}
@media (min-width: 1200px) {
  .cart-deferred__btn {
    padding-top: 0;
    padding-right: 30px;
  }
}
.cart-deferred__btn a {
  display: inline-block;
  padding: 14px 12px;
}
@media (min-width: 768px) {
  .cart-deferred__btn a {
    float: right;
  }
}
.cart-finish {
  padding-top: 34px;
  text-align: center;
}
@media (min-width: 768px) {
  .cart-finish {
    padding-top: 44px;
  }
}
@media (min-width: 1200px) {
  .cart-finish__inner {
    padding: 0;
  }
}
.cart-finish h1 {
  font-size: 2.8rem;
  margin-bottom: 35px;
}
@media (min-width: 768px) {
  .cart-finish h1 {
    font-size: 5rem;
    margin-bottom: 39px;
  }
}
.cart-finish__text {
  height: calc(100vh - 488px);
  min-height: 300px;
}
@media (min-width: 768px) {
  .cart-finish__text {
    height: calc(100vh - 470px);
  }
}
@media (min-width: 1200px) {
  .cart-finish__text {
    height: calc(100vh - 610px);
    min-height: 200px;
  }
}
.cart-finish p {
  font-family: 'Inter', sans-serif;
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
  margin: 10px 0 0;
}

.cart-finish__button {
  margin: 30px 0;
}

@media (min-width: 768px) {
  .cart-finish__button {
    margin: 50px 0;
  }
}

.cart-finish__button .btn {
  display: inline-block;
}

.cart-finish hr {
  margin-top: 50px;
  margin-bottom: 50px;
}
.cart-finish__pay-method {
  padding-top: 43px;
  padding-bottom: 52px;
}
@media (min-width: 768px) {
  .cart-finish__pay-method {
    padding-top: 52px;
    padding-bottom: 43px;
  }
}
@media (min-width: 1200px) {
  .cart-finish__pay-method {
    padding-top: 45px;
  }
}
.cart-finish__pay-method svg.svg-icon-card {
  width: 32px;
  height: 24px;
  fill: #25262a;
  margin-bottom: 19px;
}
.cart-finish__pay-method h2,
.cart-finish__pay-method .h2 {
  font-size: 2.2rem;
  margin-bottom: 13px;
}
.cart-finish__pay-method p {
  text-transform: uppercase;
  font-size: 1rem;
  letter-spacing: 1px;
  line-height: 1.5rem;
}
.cart-finish__pay-result {
  padding-bottom: 42px;
}
.cart-finish__pay-result h2,
.cart-finish__pay-result .h2 {
  font-size: 2.2rem;
  margin-bottom: 15px;
}
.cart-finish__pay-result .btn {
  display: inline-block;
}
.cart-finish__price {
  font-size: 2.8rem;
  color: #e463a0;
  margin-bottom: 15px;
}
.cart-finish__price sup {
  color: #25262a;
}
.cart-finish__pay-notify p {
  font-size: 1rem;
  text-transform: uppercase;
  letter-spacing: 1px;
  line-height: 1.5rem;
}
.cart-finish__pay-notify p:last-child {
  margin-bottom: 0;
}
.cart-finish .tablebodytext, .order-detail .tablebodytext {
  font-family: Georgia, "Times New Roman", Times, serif;
  padding-top: 43px;
  padding-bottom: 7px;
  display: block;
}
.order-detail .tablebodytext {
  padding-top: 0;
}
@media (min-width: 768px) {
  .cart-finish .tablebodytext {
    padding-top: 52px;
  }
}
@media (min-width: 1200px) {
  .cart-finish .tablebodytext {
    padding-top: 45px;
  }
}
.order-detail form[name=ShopForm] input[name=BuyButton] {
  padding: 14px 25px;
}
.cart-finish form[name=ShopForm] input[name=BuyButton],
.order-detail form[name=ShopForm] input[name=BuyButton] {
  font-family: Georgia, "Times New Roman", Times, serif;
  font-style: italic;
  color: #fff;
  background-color: #25262a;
  border: 1px solid #25262a;
  /*padding: 14px 25px;*/
  margin-bottom: 7px;
}
.cart-finish form[name=ShopForm] input[name=BuyButton]:hover,
.order-detail form[name=ShopForm] input[name=BuyButton]:hover {
  color: #fff;
  background-color: #e463a0;
  border-color: #e463a0;
}
.cart-finish form[name=ShopForm] input[name=BuyButton]:active,
.order-detail form[name=ShopForm] input[name=BuyButton]:active {
  color: #fff;
  background-color: #aa7a1c;
  border-color: #aa7a1c;
}
.cart-finish form[name=ShopForm] input[name=BuyButton]:focus,
.order-detail form[name=ShopForm] input[name=BuyButton]:focus {
  color: #fff;
}
.cart-finish form[name=ShopForm] input[name=BuyButton]:focus:hover,
.order-detail form[name=ShopForm] input[name=BuyButton]:focus:hover {
  color: #fff;
}
.cart-finish form[name=ShopForm] p,
.order-detail form[name=ShopForm] p {
  font-size: 1rem;
  text-transform: uppercase;
  letter-spacing: 1px;
  line-height: 1.5rem;
}
.cart-finish form[name=ShopForm] p:last-child
.order-detail form[name=ShopForm] p:last-child {
  margin-bottom: 0;
}
.not-found {
  padding-top: 40px;
  height: 100%;
  background-color: #f3f3f3;
  height:1940px
}
@media (min-width: 768px) {
  .not-found {
    padding-top: 120px;
  }
}
.not-found__inner {
  position: relative;
  z-index: 10;
}
.not-found__title {
  font-size: 2.8rem;
}
@media (min-width: 768px) {
  .not-found__title {
    font-size: 7rem;
  }
}
.not-found__title span {
  color: #e463a0;
}
.not-found__title:after {
  content: "";
  display: block;
  width: 40px;
  height: 3px;
  background-color: #e463a0;
  margin-top: 20px;
  margin-bottom: 25px;
}
.not-found p {
  font-family: Georgia, "Times New Roman", Times, serif;
  margin-bottom: 0;
  font-size: 1.6rem;
  line-height: 2.5rem;
}
.not-found__copyright {
  font-size: 1.5rem;
  font-weight: 300;
  position: absolute;
  bottom: 74px;
  left: 50%;
  -webkit-transform: translate(-50%);
  -ms-transform: translate(-50%);
  -moz-transform: translate(-50%);
  -o-transform: translate(-50%);
  transform: translate(-50%);
  z-index: 1;
  width: 100%;
}
.not-found__copyright.container{
  /*bottom: -920px;*/
  margin-bottom: 50px;
}
@media (min-width: 768px) {
  .not-found__copyright {
    bottom: 54px;
    width: 750px;
  }
}
@media (min-width: 1200px) {
  .not-found__copyright {
    width: 1200px;
  }
}
.not-found svg.svg-logo {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: auto;
  fill: #fff;
}

#top {
  bottom: 10px;
  right: 15px;
  cursor: pointer;
  display: none;
  position: fixed;
  height: 60px;
  width: 60px;
  background: url("/local/2016/css/../img/up.png?v=2") no-repeat;
  z-index: 100;
}

.bx-filter-parameters-hidden-params {
  height: 304px;
  overflow: hidden;
}

.catalog__filter-category-list-btn--showAll a,
.catalog__filter-category-list-btn--hideAll a {
  font-family: Georgia, "Times New Roman", Times, serif;
}

.catalog__brand-detail_row {
  display: none;
  border-bottom: 3px solid;
  margin-bottom: 30px;
  padding-bottom: 30px;
}

@media (max-width: 1200px) {
  .catalog__brand-detail_row {
    display: block;
  }

  .catalog__brand-detail.catalog__filter-block {
    display: none;
  }
}

.slider-top__items.owl-carousel .owl-item{
  background: #25262a;
}

.banner__description .banner__title {
  font-size: 24px;
}

.banner__description .banner__title:after {
  content: "";
  display: block;
  width: 40px;
  height: 3px;
  background-color: #e463a0;
  margin-top: 14px;
  margin-bottom: 7px;
}

.banner__description p {
  font-family: Georgia, "Times New Roman", Times, serif;
  line-height: 2rem;
}

.auth__signin .auth-form-error-message {
  font-family: Georgia, "Times New Roman", Times, serif;
  font-size: 14px;
  color: #e463a0;
  margin-top: 5px;
}

.auth__signin .auth-form-mark-as-error {
  border-color: #e463a0;
}

.auth__errors-list {
  font-family: Georgia, "Times New Roman", Times, serif;
  color: #e463a0;
  text-align: center;
  margin-bottom: 20px;
}

.auth__errors-list .auth__errors-list-error {
  margin-bottom: 10px;
}

.sale__placeholder {
  overflow: hidden;
  height: 48px;
  font-weight: 400;
  font-size: 22px;
  line-height: 25px;
}

.sale__placeholder-suggestion {
  position: relative;
  height: 48px;
  display: block;
  background: #cc993d;
  line-height: 48px;
  font-size: 22px;
  text-decoration: none;
  padding-left: 45px;
}

.sale__placeholder-suggestion,
.sale__placeholder-suggestion:hover,
.sale__placeholder-suggestion:active,
.sale__placeholder-suggestion:visited,
.sale__placeholder-suggestion:link {
  color: #fff;
}

.sale__placeholder-suggestion:before,
.sale__placeholder-suggestion:after {
  content: '';
  display: block;
  position: absolute;
  background: url("/local/2016/img/sprite.png?v=2") 0 0 no-repeat;
}

.sale__placeholder-suggestion:before {
  top: 50%;
  left: 15px;
  margin-top: -11px;
  width: 20px;
  height: 20px;
  background-position: -160px -150px;
}

.sale__placeholder-suggestion:after {
  top: 50%;
  right: 15px;
  margin-top: -7px;
  height: 14px;
  width: 22px;
  background-position: -230px -131px;
}

.header-reminder .sale__placeholder-suggestion {
  padding: 0;
  text-align: center;
}
.header-reminder .sale__placeholder-suggestion:before {
  position: static;
  display: inline-block;
  vertical-align: middle;
  top: unset;
  left: unset;
  margin: 0 10px 0 0;
}
.header-reminder .sale__placeholder-suggestion:after {
  display: none;
}

.summer-sale.sale__placeholder {
  display: flex;
  background: linear-gradient(to right, #EE6315 0%, #AE150B 100%);
  justify-content: center;
  align-items: center;
  color: #fff;
  flex-wrap: wrap;
  min-height: 48px;
  height: auto;
}

.summer-sale .sale__placeholder-suggestion,
.summer-sale .sale__placeholder-label {
  background-color: transparent;
  padding: 6px 8px 1px;
  height: auto;
  line-height: 25px;
}

.summer-sale .sale__placeholder-suggestion {
  border: 1px solid rgba(255, 255, 255, 0.3);
  border-radius: 8px;
  padding: 5px 8px 0;
}

.summer-sale .sale__placeholder-label {
  color: rgba(255, 255, 255, 0.5)
}

.summer-sale .sale__placeholder-label:before,
.summer-sale .sale__placeholder-label:after {
  content: '';
  display: inline-block;
  position: static;
  background: url("/local/2016/img/summer-sale.png") 0 0 no-repeat;
  background-size: contain;
  width: 16px;
  height: 16px;
}

.summer-sale .sale__placeholder-label:before {
  margin-right: 12px;
}

.summer-sale .sale__placeholder-suggestion:before,
.summer-sale .sale__placeholder-label:after {
  display: none;
}

.summer-sale .reminder-countdown {
  font-size: 32px;
  line-height: 32px;
  letter-spacing: -0.01em;
  text-transform: uppercase;
  margin-top: 6px;
}

@media (max-width: 480px) {
  .header-reminder .sale__placeholder-suggestion {
    font-size: 18px;
  }
}

@media (max-width: 767px) {
  .summer-sale .reminder-countdown {
    width: 100%;
    text-align: center;
  }

  .summer-sale .sale__placeholder-suggestion:before,
  .summer-sale .sale__placeholder-suggestion:after,
  .summer-sale .sale__placeholder-label:after,
  .summer-sale .sale__placeholder-label:before{
    display: none;
  }

  .summer-sale.sale__placeholder {
    padding: 8px 0;
  }
}

.slider-top-mobile__items {
  /*margin-bottom: 30px;*/
}

.slider-top-mobile__url {
  display: block;
  width: 100%;
  height: 100%;
  margin-bottom: -80px;
}

.slider-top-mobile__description {
  position: relative;
}

.slider-top-mobile__description:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 80px;
  background: #25262a;
  opacity: 0.6;
}

.slider-top-mobile__description-title {
  position: relative;
  top: 0;
  left: 0;
  display: table;
  height: 80px;
  width: 100%;
  text-align: center;
  color: #fff;
}

.slider-top-mobile__description-title:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  display: block;
  width: 40px;
  height: 3px;
  background-color: #e463a0;
  margin-left: -20px;
}

.slider-top-mobile__description-title h2,
.slider-top-mobile__description-title .h2 {
  display: table-cell;
  vertical-align: middle;
  line-height: 28px;
}

.slider-top-mobile__description-text {
  display: table;
  background: #25262a;
  color: #fff;
  text-align: center;
  height: 80px;
  width: 100%;
}

.slider-top-mobile__description p {
  display: table-cell;
  vertical-align: middle;
  line-height: 20px;
  font-size: 15px;
  font-weight: 300;
  letter-spacing: 1px;
  padding: 0 15px;
}

.page-header__brand-list_none-columns {
  -webkit-columns: auto !important;
  -moz-columns: auto !important;
  columns: auto !important;
}

.page-header__brand-list_none-columns .page-header__brand-list-title {
  margin-top: 0;
}

.page-header__brand-list-1 {
  -webkit-columns: 1 !important;
  -moz-columns: 1 !important;
  columns: 1 !important;
}

.page-header__brand-list-2 {
  -webkit-columns: 2 !important;
  -moz-columns: 2 !important;
  columns: 2 !important;
}

.page-header__brand-list-3 {
  -webkit-columns: 3 !important;
  -moz-columns: 3 !important;
  columns: 3 !important;
}

.page-header__brand-list-4 {
  -webkit-columns: 4 !important;
  -moz-columns: 4 !important;
  columns: 4 !important;
}

.page-header__menu-notes .page-header__notes-name {
  display: inline-block;
  width: 100%;
}

@media (max-width: 768px) {
  .catalog__filter-btn,
  .catalog__filter-btn .btn {
    z-index: 1101;
  }

  .catalog__filter-btn {
    position: fixed;
    -webkit-transition: top 1s ease-out 0.5s;
    -o-transition: top 1s ease-out 0.5s;
    -moz-transition: top 1s ease-out 0.5s;
    transition: top 1s ease-out 0.5s;
  }

  .safari-mobile-scroll .catalog__filter-btn{
    /*bottom: 49px;*/
  }

  .catalog__filter-btn .btn {
    position: relative;
  }

  .page-footer{
    padding-bottom: 49px;
  }
}

.product-carousel__title-a{
  color: #25262a;
}
.product-carousel__title-a:hover{
  color: #e463a0;
}

.new-catalog-page__wrapper{
  padding: 0;
}

.discount-page__title{
  font-size: 50px;
  letter-spacing: 1px;
  line-height: 45px;
  padding: 25px 0;
  text-align: center;
}
.discount-page__subtitle{
  font-size: 28px;
  letter-spacing: 0.4px;
  line-height: 30px;
  padding-bottom: 19px;
  text-align: center;
}
.discount-page__subtitle-gray{
  color: #9a9ba0;
  font-family: Georgia, "Times New Roman", Times, serif;
  font-size: 14px;
  line-height: 20px;
  padding-bottom: 30px;
  text-align: center;
}
.discount-page__card-wrapper{
  background-color: #ffffff;
  border-bottom: 1px solid #f3f3f3;
  padding-bottom: 35px;
  padding-top: 30px;
}
.discount-page__card-wrapper:first-of-type{
  padding-top: 40px;
}
.discount-page__card-vertical-logo img{
  display: block;
  height: 116px;
  margin: 0 auto;
}
.discount-page__card-cardtitle{
  color: #25262a;
  font-size: 98px;
  letter-spacing: -0.5px;
  line-height: 30px;
  margin-top: 20px;
  padding-bottom: 12px;
  text-transform: uppercase;
}
.discount-page__card-list ul{
  list-style-type: none;
  color: #25262a;
  font-family: Georgia, "Times New Roman", Times, serif;
  font-size: 14px;
  line-height: 20px;
  margin: -5px 0 0;
  padding: 0;
}
.discount-page__card-list ul li{
  padding-bottom: 10px;
}
.discount-page__card-discount-wrapper{
  padding-bottom: 45px;
}
.discount-page__card-discount-wrapper .col-md-6{
  padding: 0;
}
.discount-page__card-discount-wrapper .description {
  margin-top: 70px;
}
@media (min-width: 768px) {
  .discount-page__card-discount-wrapper .description {
    margin-top: 0;
  }
}
.discount-page__card-carddiscount-title{
  color: #25262a;
  font-size: 22px;
  letter-spacing: 0.55px;
  line-height: 25px;
  padding-bottom: 22px;
  text-transform: uppercase;
}
.discount-page__card-carddiscount-title::before{
  content: "";
  display: block;
  width: 40px;
  height: 3px;
  background-color: #e463a0;
  margin-top: 57px;
  margin-bottom: 14px;
}
.discount-page__card-carddiscount{
  color: #25262a;
  font-size: 50px;
  line-height: 30px;
  padding-bottom: 5px;
}
.discount-page__card-carddiscount span{
  color: #e463a0;
  font-family: Georgia, "Times New Roman", Times, serif;
  font-size: 28px;
  line-height: 20px;
  margin-left: 5px;
  vertical-align: middle;
}
.discount-page__card-carddiscount::after{
  content: "";
  display: block;
  width: 40px;
  height: 3px;
  background-color: #e463a0;
  margin-top: 22px;
  margin-bottom: 7px;
}
.discount-page__card-carddiscount-subtitle{
  color: #9a9ba0;
  font-family: Georgia, "Times New Roman", Times, serif;
  font-size: 14px;
  line-height: 20px;
}
.profile-discount_card_wrapper{
  padding: 0;
}
.profile-discount_card{
  width: 275px !important;
  margin-left: -5px;
}
@media (max-width: 767px){
  .discount-page__title{
    font-size: 28px;
    line-height: 30px;
    padding-top: 30px;
  }
  .discount-page__card-wrapper:first-of-type {
    padding-top: 37px;
  }
  .discount-page__card-discount-wrapper{
    padding-top: 15px;
  }
}
@media (min-width: 768px) and (max-width: 1199px){
  .discount-page__subtitle{
    word-spacing: 5px;
  }
  .discount-page__card-wrapper.blackcard{
    background: url("/local/2016/css/../img/15percent.jpg") no-repeat #ffffff;
    background-position: bottom;
  }
  .discount-page__card-wrapper.goldcard{
    background: url("/local/2016/css/../img/10percent.jpg") no-repeat #ffffff;
    background-position: bottom;
  }
  .discount-page__card-wrapper.silvercard{
    background: url("/local/2016/css/../img/5percent.jpg") no-repeat #ffffff;
    background-position: bottom;
  }
  .discount-page__card-wrapper{
    padding-top: 60px;
  }
}
@media (min-width: 1200px) {
  .discount-page__card-wrapper .col-md-1,
  .discount-page__card-wrapper .col-md-3,
  .discount-page__card-wrapper .col-md-4,
  .discount-page__card-wrapper .col-md-6{
    padding: 0;
  }
  .discount-page__title{
    padding-bottom: 40px;
  }
  .discount-page__card-wrapper{
    padding-top: 115px !important;
  }

  .discount-page__card-wrapper.blackcard{
    background: url("/local/2016/css/../img/15percent.jpg") no-repeat;
    background-position: 75% 100%;
    margin-bottom: 45px;
    padding-bottom: 94px;
  }
  .discount-page__card-wrapper.goldcard{
    background: url("/local/2016/css/../img/10percent.jpg") no-repeat;
    background-position: 25% 100%;
    margin-bottom: 45px;
    padding-bottom: 74px;
  }
  .discount-page__card-wrapper.silvercard{
    background: url("/local/2016/css/../img/5percent.jpg") no-repeat;
    background-position: 72% 32%;
    margin-bottom: 45px;
    padding-bottom: 150px;
  }
  .discount-page__card-wrapper:last-of-type{
    padding-top: 125px;
  }
}


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

.index-stock{
  padding-top: 50px;
}
.index-stock_main-image img {
  width: 100%;
}
.stock__title{
  border: none !important;
  margin-bottom: 0 !important;
  padding-bottom: 40px !important;
}
.stock_line{
  background: url("/local/2016/css/../img/stock_line_bg.png") 103% 0 no-repeat #25262a;
  height: 140px;
  margin-bottom: 95px;
}
.stock_line-icon{
  padding: 25px;
}
.stock-line_text-wrapper{
  width: 330px;
}
.stock_line-title{
  color: #fff;
  font-size: 28px;
  line-height: 30px;
  padding: 25px 0;
  text-transform: uppercase;
}
.stock_line-title span{
  color: #e463a0;
}
.stock-line-description{
  color: #fff;
  font-family: Georgia, "Helvetica Neue", Arial, Helvetica, sans-serif;
  font-size: 14px;
}
.stock_pretimer{
  padding-top: 68px;
}

.stock-timer_text,
.stock-giftcounter_text{
  color: #fff;
  font-family: Georgia, "Helvetica Neue", Arial, Helvetica, sans-serif;
  font-size: 10px;
  letter-spacing: 1.1px;
  text-transform: uppercase;
  padding-top: 28px;
}
.stock-timer,
.stock-giftcounter{
  color: #e463a0;
  font-family: "Bebas Neue";
  font-size: 50px;
  font-weight: 300;
  line-height: 30px;
  padding-top: 15px;
}
.stock-giftcounter span{
  color: #56575c;
}
.stock-timer_delimiter{
  color: #fff;
  font-size: 28px;
  font-weight: normal;
  margin-left: -1px;
  padding: 3px 0px 0;
}
.stock-timer_hours,
.stock-timer_minutes,
.stock-timer_seconds{
  padding-left: 10px;
  padding-right: 5px;
}

.stock-timer_days_letter,
.stock-timer_hours_letter,
.stock-timer_minutes_letter,
.stock-timer_seconds_letter{
  color: #56575c;
  font-family: Georgia, "Helvetica Neue", Arial, Helvetica, sans-serif;
  font-size: 10px;
  line-height: 15px;
  position: absolute;
  text-transform: uppercase;
}
.stock-timer_days_letter{
  top: 98px;
  left: 10px;
}
.stock-timer_hours_letter{
  top: 98px;
  left: 58px;
}
.stock-timer_minutes_letter{
  top: 98px;
  left: 114px;
}
.stock-timer_seconds_letter{
  top: 98px;
  left: 172px;
}
.stock-promo_text{
  color: #fff;
  font-family: Georgia, "Helvetica Neue", Arial, Helvetica, sans-serif;
  font-size: 10px;
  letter-spacing: 1.1px;
  text-transform: uppercase;
  padding-top: 28px;
}
.stock-promo_wrapper{
  margin-left: -5px;
}
.stock-promo_code{
  color: #fff;
  font-family: "Bebas Neue";
  font-size: 50px;
  font-weight: 300;
  line-height: 30px;
  padding-top: 15px;
}
.stock-promo_button{
  padding-left: 15px;
  padding-top: 20px;
}
.stock-promo_description{
  font-family: Georgia, "Helvetica Neue", Arial, Helvetica, sans-serif;
  font-size: 10px;
  line-height: 15px;
  padding-top: 11px;
  text-transform: uppercase;
  color: #56575c;
  letter-spacing: 1.1px
}
.btn--gold {
  color: #e463a0;
  border-color: #e463a0;
  background-color: transparent;
  padding: 10px 12px;
}
.btn--gold:hover,
.btn--gold:active {
  color: #da2a7e;
  background-color: transparent;
}
.btn--gold:focus {
  color: #e463a0;
}
.stock-percent,
.stock-gift{
  height: 140px;
}
.stock-arrow{
  height: 140px;
  width: 38px;
  position: absolute;
}
@media (max-width: 767px){
  .stock_line {
    background-color: #fff;
    background-image: none;
    height: inherit;
    margin-bottom: 30px;
  }
  .stock_line-icon{
    display: none;
  }
  .stock_line-title{
    padding: 35px 0;
  }
  .stock-line_text-wrapper{
    background-color: #25262a;
    height: 180px;
    padding-left: 30px;
    width: 100%;
  }
  .stock-center_block{

  }
  .stock-center_block_wrapper,
  .stock-last_block_wrapper{
    background: url("/local/2016/css/../img/stock_line_bg.png") 0 100% no-repeat #25262a;
    height: 140px;
  }
  .stock-timer_text, .stock-giftcounter_text,
  .stock-timer, .stock-giftcounter,
  .stock-promo_text, .stock-promo_wrapper,
  .stock-promo_description{
    padding-left: 30px;
  }
  .stock-gift,.stock-percent{
    width: 100%;
  }
  .stock-arrow{display: none;}

  .stock-timer_days_letter{
    top: 98px;
    left: 40px;
  }
  .stock-timer_hours_letter{
    top: 98px;
    left: 88px;
  }
  .stock-timer_minutes_letter{
    top: 98px;
    left: 144px;
  }
  .stock-timer_seconds_letter{
    top: 98px;
    left: 202px;
  }
}
@media (min-width: 768px) and (max-width: 1199px){
  .stock_line-icon,
  .stock-center_block_wrapper{
    padding-left: 10px;
  }
  .stock_line {
    background: url("/local/2016/css/../img/stock_line_bg.png") 30px 100% no-repeat #25262a;
    height: 280px;
  }
  .stock-last_block_wrapper{
    margin-right: -15px;
  }


  .stock-gift,.stock-percent{

    width: 100%;
  }
  .stock-timer_days_letter{
    top: 98px;
    left: 21px;
  }
  .stock-timer_hours_letter{
    top: 98px;
    left: 69px;
  }
  .stock-timer_minutes_letter{
    top: 98px;
    left: 125px;
  }
  .stock-timer_seconds_letter{
    top: 98px;
    left: 183px;
  }
}

.certificate {
  width: 100%;
}

.certificate-about {
  padding-top: 53px;
  padding-bottom: 39px;
  background: url("/local/2016/css/../img/bg-sertificate.png") center top #292a2e;;
}

.certificate-head {
  font-size: 14px;
  line-height: 20px;
  color: #ffffff;
  text-align: center;
}

.certificate-head h1 {
  margin-bottom: 37px;
  font-size: 50px;
  font-weight: 400;
  color: #e463a0;
  text-transform: uppercase;
}

.certificate-head p {
  font-family: Georgia, serif;
}

.certificate-card {
  margin: 60px auto 0;
  width: 800px;
  max-width: 100%;
  background: #181a1d;
}

.certificate-card:before, .certificate-card:after {
  content: " ";
  display: table;
}

.certificate-card:after {
  clear: both;
}

.certificate-card-img {
  float: left;
  width: 62.5%;
}

@media (max-width: 768px) {
  .certificate-card-img {
    width: 100%;
  }

  .certificate-card-img img {
    width: 100%;
  }
}

.certificate-card-content {
  float: left;
  width: 37.5%;
  padding: 20px;
  font-size: 16px;
  line-height: normal;
  color: #56575c;
}

@media (max-width: 768px) {
  .certificate-card-content {
    width: 100%;
  }
}

.certificate-card-content textarea {
  height: 250px;
  border: 1px solid #2d2e32;
  resize: none;
}

@media (max-width: 1200px) {
  .certificate-card-content textarea {
    height: 220px;
  }
}

.certificate-card-logo {
  margin-top: 2px;
  margin-bottom: 22px;
}

.certificate-card-logo img {
  max-width: 145px;
}

.certificate-amount {
  margin-top: 86px;
  font-size: 14px;
  color: #ffffff;
  text-align: center;
}

@media (max-width: 768px) {
  .certificate-amount {
    margin-top: 40px;
  }
}

.certificate-amount p {
  font-family: Georgia, serif;
}

.certificate-amount-title {
  font-size: 22px;
  color: #ffffff;
  text-transform: uppercase;
  text-align: center;
  line-height: normal;
}

.certificate-amount-selection {
  margin-top: 38px;
  margin-bottom: 29px;
  text-align: center;
}

.certificate-your-sum {
  margin-right: 33px;
  display: inline-block;
  vertical-align: top;
}

@media (max-width: 768px) {
  .certificate-your-sum {
    width: 100%;
    margin-right: 0;
    margin-bottom: 20px;
  }
}

.certificate-your-sum input {
  width: 130px;
  height: 40px;
  background: #ffffff;
  border: none;
}

.certificate-your-sum .rouble {
  margin-top: 15px;
  display: inline-block;
  vertical-align: top;
  color: #ffffff;
}

@media (max-width: 768px) {
  .certificate-your-sum .rouble {
    display: none;
  }
}

.certificate-amount-radio {
  margin: 0 3px;
  display: inline-block;
  vertical-align: top;
}

@media (max-width: 768px) {
  .certificate-amount-radio {
    margin: 0 5px 10px;
  }
}

.certificate-amount-radio input {
  display: none;
}

.certificate-amount-radio .rouble {
  margin-top: 15px;
  display: inline-block;
  vertical-align: top;
  color: #ffffff;
}

.certificate-amount-radio span {
  width: 90px;
  height: 40px;
  line-height: 46px;
  display: block;
  background: #55575b;
  font-size: 28px;
  color: #ffffff;
  text-align: center;
  cursor: pointer;
}
.certificate-amount-radio span.active{
  background: #e463a0;
}
.certificate-data {
  padding-top: 40px;
  padding-bottom: 60px;
  background: #f3f3f3;
}

.certificate-data-col {
  float: left;
  width: 50%;
  padding-top: 16px;
}

@media (max-width: 768px) {
  .certificate-data-col {
    width: 100%;
  }
}

.certificate-data-col:nth-child(2n) {
  padding-left: 60px;
}

@media (max-width: 1200px) {
  .certificate-data-col:nth-child(2n) {
    padding-left: 20px;
  }
}

@media (max-width: 768px) {
  .certificate-data-col:nth-child(2n) {
    padding-left: 0;
  }
}

.certificate-data-col:nth-child(2n) .certificate-data-content label span {
  width: 20%;
}

@media (max-width: 1200px) {
  .certificate-data-col:nth-child(2n) .certificate-data-content label span {
    width: 25%;
  }
}

.certificate-data-col:nth-child(2n) .certificate-data-content label input {
  width: 75%;
}

@media (max-width: 1200px) {
  .certificate-data-col:nth-child(2n) .certificate-data-content label input {
    width: 70%;
  }
}

.certificate-data-title {
  padding-left: 120px;
  font-size: 28px;
  color: #25262a;
  text-transform: uppercase;
}

.certificate-data-content {
  margin-top: 40px;
  padding-left: 20px;
}

@media (max-width: 768px) {
  .certificate-data-content {
    padding-left: 0;
  }
}

.certificate-data-content label {
  position: relative;
  display: block;
  margin-bottom: 20px;
}

.certificate-data-content label span {
  width: 18%;
  display: inline-block;
  vertical-align: middle;
  font-size: 10px;
  color: #9a9ba0;
  font-family: Georgia, serif;
  text-transform: uppercase;
}

@media (max-width: 768px) {
  .certificate-data-content label span {
    width: 25%;
  }
}

.certificate-data-content input {
  display: inline-block;
  vertical-align: middle;
  width: 67%;
  height: 40px;
  border: 1px solid #ccccce;
}

.icon-certificate-data-date {
  position: absolute;
  right: 14px;
  top: 50%;
  margin-top: -7px;
  background: url("/local/2016/css/../img/icon-calendar.png");
  width: 14px;
  height: 14px;
}

.certificate-data-wrap {
  position: relative;
  width: 100%;
  float: left;
}

.certificate-data-wrap:after {
  position: absolute;
  content: "";
  top: 0;
  left: 50%;
  margin-left: -1px;
  width: 1px;
  height: 100%;
  background: #ccccce;
}

@media (max-width: 768px) {
  .certificate-data-wrap:after {
    display: none;
  }
}

.certificate-data-footer {
  margin-top: 50px;
  padding-top: 51px;
  width: 100%;
  float: left;
  text-align: center;
  border-top: 3px solid #25262a;
  font-family: Georgia, serif;
}

.certificate-data-buttons {
  margin-top: 32px;
}

.certificate-data-buttons button {
  margin: 0 10px;
  width: 140px;
  height: 40px;
  display: inline-block;
  font-size: 14px;
  font-style: italic;
  background: none;
  border: 1px solid #25262a;
}

@media (max-width: 768px) {
  .certificate-data-buttons button {
    margin: 0;
  }
  #basket_items .cart-orders-table__item .col-xs-12.col-md-5{
    text-align: center;
  }
}

.certificate-data-buttons button.submit {
  background: #25262a;
  color: #ffffff;
}

.certificate-data-date-input {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  width: 138px;
  max-width: 100%;
}

.certificate-data-date-input input {
  width: 100% !important;
}
#input-your-sum{
  color: #25262a;
}

.clipboardCodeButton-wrapper{
  margin-left: 184px;
  margin-top: 10px;
  margin-bottom: 13px;
}
#clipboardCodeButton{
  padding: 14px 38px;
}
@media (max-width: 767px){
  .clipboardCodeButton-wrapper{
    margin-left: 0px;
    margin-top: 10px;
    margin-bottom: 24px;
  }
  #clipboardCodeButton{
    padding: 14px 13px;
  }
}
@media (min-width: 768px) and (max-width: 1199px) {
  .clipboardCodeButton-wrapper{
    margin-left: 124px;
    margin-top: 5px;
    margin-bottom: 13px;
  }
  #clipboardCodeButton{
    padding: 14px 6px;
  }
}

/** Стили для Twitter Typeahead */
.twitter-typeahead{
  width: 100%;
}

.twitter-typeahead .tt-menu{
  width: 100%;
  border: 1px solid #ccc;
  background: white;
  color: #aba8ac;
  font-size: 14px;
  margin-top: 2px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  padding: 5px 5px 3px 5px;
  -webkit-box-shadow: 0 2px 3px #c7c7c7;
  -moz-box-shadow: 0 2px 3px #c7c7c7;
  box-shadow: 0 2px 3px #c7c7c7;
}

.twitter-typeahead  .tt-menu .tt-suggestion{
  padding: 10px 10px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  margin-bottom: 2px;
  cursor: pointer;
}

.twitter-typeahead  .tt-menu .tt-suggestion .tt-highlight{
  color: black;
}

.twitter-typeahead  .tt-menu .tt-suggestion.tt-cursor,
.twitter-typeahead  .tt-menu .tt-suggestion:hover{
  background-color: #E0E8EA;
}

/* popup fix */
.popup-window-titlebar{
  font-family: "Bebas Neue", Helvetica, Arial, sans-serif;
  font-size: 5rem;
  text-align: center;
}

.popup-window.popup-window-with-titlebar{
  width: 100%;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  border: 0;
  padding: 50px 41px;
  display: block;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.popup-window-with-titlebar .popup-window-content{
  background-color: #fff !important;
}
.popup-window-buttons{
  padding: 0;
  margin: 20px 10px 7px 10px;
}
.popup-window-buttons .bx_bt_button {
  font-size: 1.4rem;
}
.popup-window-close-icon{
  opacity: 1;
}
.popup-window-with-titlebar .popup-window-content{
  padding: 0;
}
.popup-empty-location{
  display: none;
  width: 96%;
  margin: 10px 2%;
  text-align: center;
}
.popup-window .popup-text-discount {
  margin-top: 25px;
  text-align: center;
  font-size: 1.55rem
}
.popup-window .popup-text-discount a{
  text-decoration: underline;
}
@media (min-width: 768px) {
  .popup-window.popup-window-with-titlebar {
    width: 600px;
  }
}
@media (max-width: 560px) {
  .popup-window-titlebar {
    font-size: 2.5rem;
  }
}

.ui-autocomplete{
  width: 100%;
  border: 1px solid #ccc;
  background: white;
  color: #aba8ac;
  font-size: 14px;
  margin-top: 2px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  padding: 5px 5px 3px 5px;
  -webkit-box-shadow: 0 2px 3px #c7c7c7;
  -moz-box-shadow: 0 2px 3px #c7c7c7;
  box-shadow: 0 2px 3px #c7c7c7;
}

.ui-autocomplete .ui-menu-item{
  padding: 10px 10px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  margin-bottom: 2px;
  cursor: pointer;
  list-style:none;
}

.ui-autocomplete .ui-menu-item .ui-state-focus{
  color: black;
}

.ui-autocomplete .ui-menu-item:hover{
  background-color: #E0E8EA;
}

.ui-helper-hidden-accessible {
  position: absolute;
  left: -9999px;
}

.close_utm{
  display: block;
  float: right;
}
.close_utm:hover{
  cursor: pointer;
}

@media (max-width: 767px) {
  .banner {
    display: block !important;
  }
}
@media (max-width: 767px) {
  .banner {
    display: block !important;
  }
}
.catalog__description-wrapper.hidden-xs{
  display:block !important;
  font-family: Georgia, "Times New Roman", Times, serif;
  font-size: 14px;
  color: #9a9ba0;
  margin-bottom: 40px;
}
.catalog__description-wrapper.hidden-xs .spadream-logo{
  display:none;
}
.video-cat{
  margin-bottom:25px;
}
.video-cat-mobile{
  margin-bottom:15px;
  border-bottom: 3px solid;
}
.video-cat .video-js{
  opacity:0.8;
}
.video-cat .vjs-playing.video-js{
  opacity:1;
}
.video-cat .video-js .vjs-big-play-button{
  background: none;
  border: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.video-cat .video-js:hover .vjs-big-play-button,.video-cat .video-js .vjs-big-play-button:focus{
  background: none;
  border: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.video-cat-mobile span,.video-cat span{
  display:inline-block;
  margin:10px 0;
}
.free_delivery_block{
  font-size: 1.85rem;
  line-height: 1.85rem;
  font-family: "Bebas Neue", Helvetica, Arial, sans-serif;
}
@media (min-width: 1200px) {
  .free_delivery_block{
    margin-top: 22px;
    padding-left: 80px;
  }
}
.free_delivery_block span{
  display: block;
  font-size: 1.85rem;
  line-height: 2rem;
  color: #e463a0;
}
.cart-drawingup__section .pay-card{
  font-family: Georgia, "Times New Roman", Times, serif;
  font-size: 1.4rem;
}

.check_privacy-error{
  color: #e463a0;
  display: none;
  font-size: 13px;
  /*margin-top: 10px;*/
  font-family: Georgia, "Times New Roman", Times, serif;
}


/**
* pop-up ExpertSender
*
*/

@font-face{
  font-family: 'BebasNeue_Book';
  src: local("BebasNeue_Book"),
  url(/local/2016/css/../fonts/BebasNeue_Book.otf);
  font-weight: normal;
}

.overlay {
  position:fixed;
  left:0;
  top:0;
  width:100%;
  height:100%;
  text-align:center;
  background: rgba(0,0,0,.5);
  z-index: 110;
}
.overlay:after {
  display:inline-block;
  *display:inline;
  *zoom:1;
  height:100%;
  width:0;
  vertical-align:middle;
  content:'';
}
.overlay_ie {
  background:#010101;
  opacity:.5;
  filter:alpha(opacity=50)
}
.valignfix{
  display:inline-block;
  *display:inline;
  *zoom:1;
  width:0;
  height:100%;
  vertical-align:middle
}
#popup-subscribe #form{
  width: 100%;
  max-width:500px;
  background: #ffffff;
  display:inline-block;
  *display:inline;
  *zoom:1;
  position:relative;
  vertical-align:middle;
}
#popup-subscribe #form *{
  font-family:BebasNeue_Book, sans-serif;
  font-size:0px;
  line-height:0px;
  color:#242424;
  font-style:normal;
  text-align:center;
}

#popup-subscribe #form a:hover{
  text-decoration:none;
}
#popup-subscribe #form img{
  display:block;
}
#form .clear{
  clear:both;
}
.clear{
  clear:both;
}
#popup-subscribe #form .close{
  position:absolute;
  width:30px;
  height:30px;
  right:-55px;
  top:-40px;
  background:url('/local/2016/css/../img/270717_x.png') center no-repeat;
  cursor:pointer;
}

.wrap{
  width: 100%;
  padding-bottom: 30px;
}

.image img{
  width: 100%;
  height: auto;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.wrap h2{
  font-family: 'BebasNeue_Book', sans-serif;
  font-size: 31px;
  color: #25262a;
  line-height: normal;
  text-transform: uppercase;
  text-align: center;
  margin: 37px 0 26px 0;
}

.wrap .btn{
  display: block;
  width: 100%;
  max-width: 150px;
  margin: 0 auto 25px;
  background: #25262a;
  font-family: 'BebasNeue_Book', sans-serif;
  font-size: 22px;
  font-style: normal;
  line-height: 50px;
  color: #ffffff;
  text-decoration: none;
}

.wrap a{
  font-family: Georgia, serif;
  font-size: 13px;
  line-height: 22px;
  color: #9b9b9b;
  font-style: italic;
  text-decoration: none;
  border-bottom: 1px solid #d0d0d0;
}

@media screen and (max-width: 960px) {
  #popup-subscribe #form{
    margin-top: 50px;
  }

  #popup-subscribe #form .close{
    right: 0;
  }

  #popup-subscribe .wrap h2{
    font-size: 28px;
    margin: 20px 0 20px 0;
  }
}


#popup-subscribe input[type="checkbox"]+span,
#popup-subscribe input[type="radio"]+span{
  -webkit-appearance:none;
  width:14px;
  height:14px;
  border:1px solid #e6e6e6;
  outline:none;
  margin:0;
  -webkit-box-sizing:border-box;
  -moz-box-sizing:border-box;
  box-sizing:border-box;
  display:inline-block;
  float: left;
  margin-top: 2px;
}

#popup-subscribe input[type="checkbox"]:checked+span:before{
  content: "";
  display: block;
  width: 6px;
  height: 12px;
  border: 0 solid #25262a;
  border-width: 0 2px 2px 0;
  -webkit-transform: rotateZ(45deg);
  margin: -5px 6px;
  pointer-events: none;
}

#popup-subscribe .check{
  max-width: 340px;
  width: 100%;
  margin: 19px auto 0;
}

#popup-subscribe .check p{
  padding: 0;
  margin: 0;
  font-size: 11px;
  font-family: Arial, sans-serif;
  color: #a9a9a9;
  margin-left: 10px;
  line-height: 18px;
}

#popup-subscribe .check p a{
  color: #a5a5a5;
  text-decoration: none;
  border-bottom: 1px solid #a5a5a5;
  font-size: 11px;
}

#popup-subscribe form{
  max-width: 340px;
  width: 100%;
  margin: 0 auto;
}

#popup-subscribe input[type="email"]{
  max-width: 204px;
  width: 100%;
  display: inline-block;
  border: 1px solid #56575c;
  padding-left: 14px;
  font-family: 'BebasNeue_Book', sans-serif;
  font-size: 15px;
  line-height: 36px;
  color: #56575c;
  outline: none;
  vertical-align: top;
}

#popup-subscribe input[type="submit"]{
  max-width: 112px;
  width: 100%;
  display: inline-block;
  font-family: 'BebasNeue_Book', sans-serif;
  font-size: 22px;
  line-height: 38px;
  color: #ffffff;
  background: #25262a;
  border: 0;
  outline: none;
  vertical-align: top;
  margin-left: 4px;
}

#popup-subscribe input[type="submit"]:hover{
  cursor: pointer;
}


@media (max-width: 340px){
  input[type="submit"]{
    margin-top: 10px;
  }
}

@media screen and (max-width: 960px) {
  #popup-subscribe #form{
    margin-top: 50px;
  }

  #popup-subscribe #form .close{
    right: 0;
  }

  .wrap h2{
    font-size: 28px;
    margin: 20px 0 20px 0;
  }

  input[type="submit"]{
    /*margin-top: 10px;*/
    margin-left: 0;
    max-width: 300px;
  }

  input[type="email"]{
    max-width: 284px;
  }

  .check{
    padding: 0 10px;
  }
}

#popup-subscribe #form .error-message {
  text-align: left;
  padding: 5px 8px;
  color: red;
}

/**
*
* /pop-up ExpertSender
*/

.spadream-boxes .container {
  width: 1200px;
  padding: 0;

}
.spadream-boxes .pagination {
  padding-top: 30px;
}
.spadream-boxes .pagination__nav-arrows {
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  transform: translate(0, -50%);
}
.spadream-boxes h1 {
  margin-bottom: 40px;
  font-size: 5rem;
  text-align: center;
}
.spadream-boxes h2 {
  margin-bottom: 30px;
  font-size: 2.8rem;
  text-align: center;
}
.spadream-boxes__wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.spadream-boxes__item-wrapper {
  width: 50%;
  padding: 10px;
}
.spadream-boxes__item{
  height: 500px;
  padding-top: 250px;
  padding-left: 40px;
  background-image: url('/local/2016/css/../img/bg-smart-box-preview.png');
  background-repeat: no-repeat;
  background-position: 50% 50%;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
}
.spadream-boxes__item--orange{
  background-color: #f57e25;
}
.spadream-boxes__item--blue{
  background-color: #39c8d5;
}
.spadream-boxes__item--green{
  background-color: #4fc543;
}
.spadream-boxes__date{
  margin-bottom: 5px;
  font-size: 2.8rem;
  line-height: 2.8rem;
  color: #fff;
}
.spadream-boxes__year{
  color: #fff200;
}
.spadream-boxes__item-title{
  margin-bottom: 10px;
  color: #fff;
  font-size: 7rem;
  line-height: 6rem;
}
.spadream-boxes__item-title h1{
  color: #fff;
  font-size: 7rem;
  line-height: 6rem;
}
.spadream-boxes__price {
  font-size: 5rem;
  line-height: 4.4rem;
  color: #fff;
}
.spadream-boxes__price .rouble {
  font-size: 3rem;
  color: #fff200;
}
.spadream-boxes__item-title span.color-mod{
  color: #fff200;
}

.spadream-boxes__item .btn {
  display: inline-block;
}

.spadream-box__banner {
  position: relative;
  height: 470px;
  padding-top: 60px;
  background-image: url('/local/2016/css/../img/bg-smart-box.png');
  background-repeat: no-repeat;
  background-position: 100% 50%;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
}
.spadream-box__banner--orange{
  background-color: #f57e25;
}
.spadream-box__banner-content {
  position: relative;
  width: 400px;
  min-height: 370px;
}
.spadream-box__banner-content .spadream-boxes__price {
  position: relative;
  display: inline-block;
  vertical-align: bottom;
  padding-right: 60px;
}
.spadream-box__banner-content .rouble {
  position: absolute;
  right: 27px;
  top: 10px;
}
.spadream-box__banner-content .spadream-boxes__date{
  margin-bottom: 15px;
}
.spadream-box__banner-content .spadream-boxes__item-title {
  position: relative;
  margin-bottom: 37px;
}
.spadream-box__banner-content .spadream-boxes__item-title:after {
  content: '';
  position: absolute;
  width: 100%;
  height: 2px;
  background: #fff;
  left: 0;
  bottom: -15px;
}
.spadream-box__banner-content .btn {
  display: inline-block;
  vertical-align: bottom;
}
.spadream-boxes__text {
  font-size: 2.2rem;
  line-height: 2.6rem;
  color: #fff;
}
.spadream-box__banner-content .spadream-boxes__text {
  position: absolute;
  bottom: 0;
}
.spadream-box__banner-content .spadream-boxes__text img {
  display: block;
  width: 34px;
  margin-bottom: 10px;
}

.spadream-box .product-carousel {
  padding-top: 0;
}

@media screen and (max-width: 1290px) {
  .spadream-boxes .container {
    width: -webkit-calc(100vw - 90px);
    width: -moz-calc(100vw - 90px);
    width: calc(100vw - 90px);
  }
}

@media screen and (max-width: 1200px) {
  .spadream-boxes .container {
    width: 740px;
  }
  .spadream-boxes__wrapper {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .spadream-boxes__item-wrapper {
    width: 100%;
  }
  /*.spadream-box__banner {*/
  /*background-position: 10% 50%;*/
  /*}*/
}

@media screen and (max-width: 768px) {
  .spadream-boxes .container {
    width: -webkit-calc(100vw - 16px);
    width: -moz-calc(100vw - 16px);
    width: calc(100vw - 16px);
  }
  .spadream-boxes__item {
    height: 75vw;
    padding-top: 37vw;
  }
}

@media screen and (max-width: 600px) {
  .spadream-boxes__item-title h1 {
    font-size: 5rem;
    line-height: 4rem;
  }
  .spadream-box__banner-content {
    width: 100%;
    max-width: 320px;
  }
  .spadream-box__banner-content .spadream-boxes__price {
    padding-right: 50px;
  }
  .spadream-box__banner-content .rouble {
    right: 20px;
  }
}

@media screen and (max-width: 480px) {
  .spadream-boxes__item {
    height: 330px;
    padding-top: 145px;
    padding-left: 20px;
    background-position: 0 0;
  }
  .spadream-boxes__item-wrapper {
    width: 100%;
    padding: 10px 5px;
  }
  .spadream-boxes__item .btn {
    padding: 12px 25px;
  }
  .spadream-box__banner {
    padding-top: 6%;
    background-image: url('/local/2016/css/../img/bg-smart-box-mobile.png');
    background-repeat: no-repeat;
    background-position: 100%;
  }
  .spadream-box__banner-content {
    min-height: 420px;
  }
}

/* popup 5% discount */

#popup-subscribe-v2 {
  display: none;
  width: 100%;
  min-width: 320px;
  z-index: 100;
  position: fixed;
  bottom: 0;
  background: url("/local/2016/css/../img/src_2_h220_tiny.jpg") -60px center no-repeat;
  background-color: #f1f2f7;
}

#popup-subscribe-v2 .js-popup-es__step2, #popup-subscribe-v2 .js-popup-es__step3 {
  display: none;
}

#popup-subscribe-v2 .discount-num, #popup-subscribe-v2 .discount-per {
  font-size: 22px;
}

#popup-subscribe-v2 .discount-per {
  margin: 0 0 0 7px;
}

#popup-subscribe-v2__close {
  width: 20px;
  height: 20px;
  position: absolute;
  top: 21px;
  right: 24px;
  cursor: pointer;
}

#popup-subscribe-v2 #popup-subscribe-v2__close:before, #popup-subscribe-v2 #popup-subscribe-v2__close:after {
  content: '';
  display: inline-block;
  width: 28px;
  border-top: 2px solid #e463a0;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  position: absolute;
  top: 9px;
  left: -4px;
}

#popup-subscribe-v2 #popup-subscribe-v2__close:after {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.popup-subscribe-v2__wrap {
  width: 320px;
  overflow: hidden;
  position: relative;
  margin: auto;
  padding: 20px;
}

#popup-subscribe-v2 .step1_container {
  height: 60px;
  background-image: url(/local/2016/css/../img/src_1_cut_h110_tiny.jpg);
  background-position: -92px 0px;
  -webkit-background-size: 290px 290px;
  -moz-background-size: 290px;
  background-size: 290px;
  background-color: #000815;
  background-repeat: no-repeat;
}

#popup-subscribe-v2__discount {
  float: left;
  color: #e463a0;
  line-height: 22px;
}

#popup-subscribe-v2__text-01 {
  float: left;
  font-size: 22px;
  margin: 0 0 0 8px;
  line-height: initial;
  color: #fff;
  width: 200px;
  line-height: 22px;
}

#popup-subscribe-v2 .email-container {
  position: relative;
}

#popup-subscribe-v2 input[type="email"] {
  max-width: 100%;
  width: 260px;
}

#popup-subscribe-v2 .svg-input-arrow{
  width: 20px;
  height: 14px;
  fill: #e463a0;
}

#popup-subscribe-v2 .step1_container .arrow-position {
  margin: 0 0 0 16px;
}

#popup-subscribe-v2 .arrow-right:after {
  content: '';
  display: inline-block;
  position: absolute;
  right: 0;
  top: -7px;
  width: 11px;
  height: 11px;
  border: 3px solid #e463a0;
  border-left: none;
  border-bottom: none;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}

#popup-subscribe-v2 .step2_container {
  height: 200px;
  /*padding: 16px 20px 0;*/
  background-color: #000815;
  line-height: normal;
  background-image: url(/local/2016/css/../img/src_1_cut_h110_tiny.jpg);
  background-repeat: no-repeat;
}

#popup-subscribe-v2 #popup-subscribe-v2__text-02 {
  font-size: 22px;
  width: 210px;
  color: #fff;
}

#popup-subscribe-v2 input {
  font-family: "Bebas Neue", Helvetica, Arial, sans-serif;
}

#popup-subscribe-v2 #email{
  margin: 11px 0 0 0;
}

#popup-subscribe-v2 button[type=submit] {
  border: none;
  background: none;
}

#popup-subscribe-v2 #subscribe-form {
  position: relative;
}

#popup-subscribe-v2 .step2_container .arrow-position {
  margin: 0;
  position: absolute;
  top: 24px;
  right: 30px;
}

#popup-subscribe-v2 .check {
  padding: 0;
  margin: 11px 0 0 2px;
}

#popup-subscribe-v2 #agree+span {
  border: 2px solid #e463a0;
  width: 16px;
  height: 16px;
  display: inline-block;
  float: left;
  margin: 0px 16px 0 0;
}

#popup-subscribe-v2 input[type="checkbox"]:checked+span {
  position: relative;
  background-color: #e463a0;
}

#popup-subscribe-v2 input[type="checkbox"]:checked+span:before {
  content: '';
  display: inline-block;
  position: absolute;
  top: 6px;
  left: 2px;
  border-top: 3px solid #FFF;
  width: 5px;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}

#popup-subscribe-v2 input[type="checkbox"]:checked+span:after {
  content: '';
  display: inline-block;
  position: absolute;
  top: 4px;
  left: 4px;
  border-top: 3px solid #FFF;
  width: 10px;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

#popup-subscribe-v2 .check p {
  font-family: Georgia, "Times New Roman", Times, serif;
  line-height: 18px;
  display: inline-block;
  width: 245px;
  color: #fff;
}

#popup-subscribe-v2 .step3_container {
  height: 200px;
  /*padding: 16px 20px 0;*/
  background-color: #000815;
  line-height: normal;
  font-size: 14px;
  margin: auto;
  background-image: url(/local/2016/css/../img/src_1_cut_h110_tiny.jpg);
  background-repeat: no-repeat;
}

.popup-subscribe-v2__text-03 {
  font-family: "Bebas Neue", Helvetica, Arial, sans-serif;
  font-size: 39px;
  line-height: 39px;
  width: 280px;
  margin: auto;
  padding: 0 60px 0 0;
  color: #fff;
}

#popup-subscribe-v2 .colorBrown {
  color: #e463a0;
}

#popup-subscribe-v2 #goodGoods{
  display: inline-block;
  vertical-align: middle;
  margin: 0 0 0 10px;
  font-family: Georgia, "Times New Roman", Times, serif;
}

#popup-subscribe-v2 .smallText {
  font-size: 14px;
}

#popup-subscribe-v2 .btn-black {
  width: 200px;
  height: 40px;
  background: #000;
  font-family: Georgia, "Times New Roman", Times, serif;
  font-style: italic;
  font-size: 14px;
  color: #fff;
  display: inline-block;
  text-align: center;
  vertical-align: middle;
  padding: 10px 0 0 0;
  margin: 9px 0 0 220px;
  border: 1px solid;
  float: right;
}

#popup-subscribe-v2 .error-message {
  color: #d50e51;
}

#popup-subscribe-v2 .error {
  border: 1px solid #d50e51 !important;
  color: #d50e51 !important;
  background-color: #000 !important;
}

#popup-subscribe-v2 .error-svg {
  fill: #d50e51;
}

/*
#popup-subscribe-v2 .error-input {
  border: 1px solid #F44336;
  color: #F44336;
}
*/

input#email:focus {
  border: 1px solid #e463a0;
  color: #e463a0;
}

@media(max-width: 599px){
  #popup-subscribe-v2 .step2_container {
    background-image: none;
  }

  #popup-subscribe-v2 .step3_container {
    background-image: none;
  }
}

@media(max-width: 1439px) {
  .dsplNone {
    display: none !important;
  }
}

@media(min-width: 600px) and (max-width: 1439px) {
  #popup-subscribe-v2 .discount-num {
    font-size: 50px;
  }

  #popup-subscribe-v2__close {
    top: 40px;
    right: 40px;
  }

  .popup-subscribe-v2__wrap {
    width: 380px;
    padding: 0 0 0 40px;
    margin: auto;
  }

  #popup-subscribe-v2__discount {
    margin: 20px 0 0 0;
  }

  #popup-subscribe-v2__text-01 {
    font-size: 28px;
    padding: 0;
    margin: 20px 0 0 10px;
    width: initial;
  }

  #popup-subscribe-v2 input[type="email"] {
    max-width: 100%;
    width: 360px;
  }

  #popup-subscribe-v2 .step1_container {
    height: 100px;
  }

  #popup-subscribe-v2 .step1_container .arrow-position {
    margin: 0 0 3px 39px;
  }

  #popup-subscribe-v2 #popup-subscribe-v2__text-02 {
    font-size: 22px;
    width: 100%;
    margin: 14px 0 0 0;
  }

  #popup-subscribe-v2 .step1_container {
    background-color: #000815;
    background-image: url(/local/2016/css/../img/src_1_cut_tab_h200_tiny.jpg);
    background-position: -105px -20px;
    -webkit-background-size: 460px 460px;
    -moz-background-size: 460px;
    background-size: 460px;
    padding: 20px 0 0 0;
  }

  #popup-subscribe-v2 .step2_container, #popup-subscribe-v2 .step3_container {
    background-color: #000815;
    background-image: url(/local/2016/css/../img/src_1_cut_tab_h200_tiny.jpg);
    background-position: -105px -20px;
    -webkit-background-size: 460px 460px;
    -moz-background-size: 460px;
    background-size: 460px;
    padding: 20px 0 0 0;
  }

  #popup-subscribe-v2 .discount-num, #popup-subscribe-v2 .discount-per {
    font-size: 28px;
  }

  #popup-subscribe-v2 .step2_container .arrow-position {
    top: 24px;
    right: 8px;
  }

  #popup-subscribe-v2 .check p {
    width: 360px;
  }

  #popup-subscribe-v2 .step3_container {
    background-position: -105px -20px;
    background-image: url(/local/2016/css/../img/src_1_cut_tab_h200_tiny.jpg);
    -webkit-background-size: 460px 460px;
    -moz-background-size: 460px;
    background-size: 460px;
  }

  .popup-subscribe-v2__text-03 {
    padding: 20px 0 0 0;
    width: initial;
  }

  #popup-subscribe-v2 #goodGoods {
    margin: 0;
  }

  .popup-subscribe-v2__text-03 .close {
    width: 20px;
    height: 20px;
    position: absolute;
    top: 40px;
    right: 40px;
  }
}

@media(min-width: 1440px){
  #popup-subscribe-v2 .step1_container, #popup-subscribe-v2 .step2_container, #popup-subscribe-v2 .step3_container {
    height: 100px;
    background-position: 68px 0px;
    -webkit-background-size: 460px 460px;
    -moz-background-size: 460px;
    background-size: 460px;
  }

  #popup-subscribe-v2__discount {
    /*margin: 22px 0 0 0;*/
  }

  #popup-subscribe-v2 .step1_container .arrow-position {
    display: none;
  }

  #popup-subscribe-v2 .discount-num, #popup-subscribe-v2 .discount-per  {
    width: 15%;
    font-size: 48px;
    line-height: initial;
    margin: 19px 0 0 0;
  }

  #popup-subscribe-v2__text-01 {
    width: initial;
    font-size: 48px;
    line-height: initial;
  }

  #popup-subscribe-v2 #email {
    width: 340px;
    margin: 14px 0 0 0;
  }

  #popup-subscribe-v2 .step2_container {
    height: 100px;
    padding: 0;
  }

  #popup-subscribe-v2 .step1_container .popup-subscribe-v2__wrap,
  #popup-subscribe-v2 .step2_container .popup-subscribe-v2__wrap,
  #popup-subscribe-v2 .step3_container .popup-subscribe-v2__wrap {
    width: 1200px;
    margin: auto;
    padding: 0 0 0 200px;
  }

  #popup-subscribe-v2 .step1_container .popup-subscribe-v2__wrap,
  #popup-subscribe-v2 .step3_container .popup-subscribe-v2__wrap {
    padding-top: 24px;
  }

  #popup-subscribe-v2 .step2_container .arrow-position {
    top: 26px;
    right: 8px;
  }

  #popup-subscribe-v2 .email-container, #popup-subscribe-v2 .check {
    display: block;
    float: left;
  }
  #popup-subscribe-v2 .check {
    margin: 13px 0 0 50px;
  }

  #popup-subscribe-v2 .check p {
    width: initial;
    max-width: 290px;
  }

  #popup-subscribe-v2 .check a {
    float: none;
  }


  #popup-subscribe-v2__close {
    width: 40px;
    height: 40px;
    top: 35px;
    right: 40px;
  }

  #popup-subscribe-v2 #popup-subscribe-v2__close:before, #popup-subscribe-v2 #popup-subscribe-v2__close:after {
    width: 50px;
    top: 18px;
    left: -5px;
  }

  #popup-subscribe-v2 #popup-subscribe-v2__text-02, #popup-subscribe-v2 #subscribe-form {
    display: block;
    float: left;
  }

  #popup-subscribe-v2 #popup-subscribe-v2__text-02 {
    margin: 26px 0 0 0;
  }
  .popup-subscribe-v2__text-03 {
    width: initial;
    font-size: 48px;
    line-height: initial;
  }

  #popup-subscribe-v2 #subscribe-form {
    margin: 19px 0 0 20px;
  }
}

#disc-save-better {
  width: 100%;
  padding: 8px 0 0 104px;
  margin: 0;
  text-align: left;
}

@media (max-width: 767px) {
  #disc-save-better {
    padding: 0;
  }
}


.subbanner-menu-2 {
  margin-top: 10px;
}
.subbanner-menu-2 .row {
  margin: 0 auto;
}
@media (min-width: 1200px){
  .subbanner-menu-2 > .row{
    max-width: 1200px;
    margin: 0 auto;
  }
}
.subbanner-menu-2__item {
  text-align: center;
  padding: 40px 0;
}
.subbanner-menu-2__item svg {
  display: block;
  margin: 0 auto 20px;
  line-height: 2.4rem;
  width: 80px;
  height: 80px;
}
.subbanner-menu-2__item-title {
  font-size: 2.2rem;
  line-height: 2.5rem;
  margin-bottom: 30px;
}
.subbanner-menu-2__item-description {
  color: #9a9ba0;
  text-transform: none;
  font-family: Georgia, "Times New Roman", Times, serif;
  line-height: 2rem;
}

.showmore,
.hidemore {
  font-family: Georgia, "Times New Roman", Times, serif;
  text-transform: uppercase;
  color: #e463a0;
  cursor: pointer;
}
.showmore::before {
  content: '+ ';
  font-size: 1.2em;
  font-weight: 600;
}
.hidemore::before {
  content: '- ';
  font-size: 1.2em;
  font-weight: 600;
}
.showmore-dest, .showmore-comments {
  max-height: 0;
  overflow: hidden;
  -webkit-transition: 0.2s max-height;
  -webkit-transition: 1s max-height;
  -o-transition: 1s max-height;
  -moz-transition: 1s max-height;
  transition: 1s max-height;
}
.showmore-dest.show, .showmore-comments.show {
  max-height: 1000px;
}
blockquote {
  margin-left: 100px;
  position: relative;
  font-family: "Bebas Neue", Helvetica, Arial, sans-serif;
  font-size: 2.2rem;
  line-height: 2.4rem;
}
blockquote:before {content: "";
  background-image: url(/local/2016/img/icon-blockquote.png);
  background-repeat: no-repeat;
  display: block;
  width: 30px;
  height: 20px;
  position: absolute;
  left: -100px;
  top: 2px;
}

.main-soc-links {
  background-color: #f3f3f3;
  text-align: center;
  padding: 50px 0 60px;
}
.main-soc-links__description{
  font-size: 2.2rem;
  line-height: 2.5rem;
}

.main-soc-links__socials {
  list-style: none;
  margin-bottom: 24px;
  padding: 0;
}
.main-soc-links__socials-item {
  display: inline-block;
  margin-right: 10px;
}
.main-soc-links__socials-item:last-child {
  margin-right: 0;
}
.main-soc-links__socials-item a {
  display: block;
  background-color: #e463a0;
  border: 1px solid #e463a0;
  width: 36px;
  height: 36px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  position: relative;
}
.main-soc-links__socials-item a:hover {
  background-color: transparent;
}
.main-soc-links__socials-item--vk a svg.svg-icon-vk,
.main-soc-links__socials-item--inst a svg.svg-icon-inst,
.main-soc-links__socials-item--fb a svg.svg-icon-fb,
.main-soc-links__socials-item--yt a svg.svg-icon-yt,
.main-soc-links__socials-item--tg a svg.svg-icon-tg {
  fill: #ffffff;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.main-soc-links__socials-item--vk a svg.svg-icon-vk {
  width: 17px;
  height: 10px;
}
.main-soc-links__socials-item--inst a svg.svg-icon-inst {
  width: 14px;
  height: 14px;
}
.main-soc-links__socials-item--fb a svg.svg-icon-fb {
  width: 8px;
  height: 13px;
}
.main-soc-links__socials-item--yt a svg.svg-icon-yt {
  width: 16px;
  height: 12px;
}

.main-soc-links__socials-item--tg a svg.svg-icon-tg {
  width: 14px;
  height: 14px;
}
.main-soc-links__socials-item--vk a:hover svg.svg-icon-vk,
.main-soc-links__socials-item--inst a:hover svg.svg-icon-inst,
.main-soc-links__socials-item--fb a:hover svg.svg-icon-fb,
.main-soc-links__socials-item--yt a:hover svg.svg-icon-yt,
.main-soc-links__socials-item--tg a:hover svg.svg-icon-tg {
  fill: #e463a0;
}
.catalog_section_tags {
  margin-bottom: 20px;
}
.catalog_section_tags .h4 {
  font-size: 2.5rem;
  line-height: 4rem;
}
.catalog_section_tags a {
  color: #9a9ba0;
  line-height: 3rem;
  white-space: nowrap;
}
.catalog_section_tags a:not(:last-child), .catalog_section_tags span:not(:last-child) {
  margin-right: 10px;
}
.catalog_section_tags a:hover, .catalog_section_tags span,
.catalog_section_tags a:hover, .catalog_section_tags a.active {
  color: #e463a0;
}

input + label.error {
  color: red;
}

.call-modal-form-agree input[type=checkbox] {
  display: inline-block;
  vertical-align: top;
  margin-top: 3px;
}
.call-modal-form-agree__label {
  display: inline-block;
  vertical-align: top;
  line-height: 2rem;
  margin-left: 8px;
}
.call-modal-form-agree input[type=checkbox] + label {
  position: absolute;
  padding : 0;
  left: 40px;
  line-height: normal;
  bottom: -20px;
}
.call-modal-form-agree input[type=checkbox] + label:before {
  display: none;
}

.catalog__orders {
  overflow: hidden;
}
@media (min-width: 768px) {
  .catalog__orders {
    overflow: inherit;
  }
}

/* стили sitemap */
.sitemap ul.map-level-1 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: left;
  -webkit-justify-content: left;
  -moz-box-pack: left;
  -ms-flex-pack: left;
  justify-content: left;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-flow: row wrap;
  -moz-box-orient: horizontal;
  -moz-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
}
.sitemap ul.map-level-1 > a {
  font-weight: bold;
}
.sitemap .sitemap__list a + ul {
  padding: 12px !important;
}
.map-level-1 > li {
  width: 25%;
}
@media (max-width: 767px) {
  .map-level-1 > li {
    width: 33%;
  }
}
@media (max-width: 600px) {
  .map-level-1 > li {
    width: 50%;
  }
}
@media (max-width: 480px) {
  .map-level-1 > li {
    width: 100%;
  }
}

.caption__h2 {
  /*font-family: "Bebas Neue", Helvetica, Arial, sans-serif;*/
  font-size: 2.2rem;
  line-height: 2.5rem;
  color: #25262a;
}

.blog__comments-header__h2 {
  font-family: "Bebas Neue", Helvetica, Arial, sans-serif;
  font-size: 2.8rem;
  line-height: 1em;
  color: #25262a;
  float: left;
}

.product-detail__reviews-status__h2 {
  font-family: "Bebas Neue", Helvetica, Arial, sans-serif;
  font-size: 2.2rem;
  display: inline-block;
  margin-right: 11px;
  margin-bottom: 17px;
  line-height: 1em;
  font-weight: 400;
}
@media (min-width: 1200px) {
  .product-detail__reviews-status__h2, .product-detail__reviews-status .h2 {
    display: block;
    padding: 0;
    margin-bottom: 15px;
  }
}
@media (min-width: 768px) {
  .product-detail__reviews-status__h2, .product-detail__reviews-status .h2 {
    padding: 11px 0;
    margin-bottom: 0;
  }
}

.header-contacts {
  margin-bottom: 20px;
}

.page-header-cart .burger svg.svg-icon-burger {
  fill: #25262a;
}

.page-header-cart .header-logo svg.svg-logo-min {
  fill: #25262a;
}

.bx-sls .dropdown-icon {
  display: none;
}
.bx-sls .dropdown-block {
  padding: 0 22px 0 12px !important;
}
.bx-ui-sls-container label.input--error {
  left: -13px !important;
  top: -16px !important;
  font-size: 15px !important;
}
@media (max-width: 767px) {
  .bx-ui-sls-container label.input--error {
    top: 37px !important;
    font-size: 10px !important;
  }
}
label.input--error,
.check_privacy-error {
  font-size: 15px !important;
}
@media (min-width: 768px) {
  label.input--error,
  .check_privacy-error {
    font-size: 10px !important;
  }
}
.check_privacy-error,
[for="check_privacy"] {
  font-family: Georgia, "Times New Roman", Times, serif !important;
}

.cart-signin .personal-area__singin{
  bottom: 0 !important;
}

.default-cursor {
  cursor: default;
}

/* brand new page */
.catalog__preview {
  position: relative;
  padding-top: 15px;
}

.catalog__name {
  color: #fff;
  font-size: 2.8rem;
  line-height: 28px;
  margin-bottom: 15px;
}
@media (min-width: 1200px) {
  .catalog__preview {
    padding-top: 25px;
  }
  .catalog__name {
    margin-bottom: 25px;
    font-size: 4rem;
    line-height: 40px;
  }
}

.text--highlighted {
  color: #e463a0;
}

.catalog__name--stripe {
  margin-bottom: 60px;
  font-size: 2.8rem;
  line-height: 30px;
}

.catalog__name--stripe:after {
  content: '';
  width: 40px;
  position: absolute;
  display: block;
  margin-top: 30px;
  height: 3px;
  background-color: #e463a0;
}

.catalog__text {
  font-size: 18px;
  color: #fff;
  line-height: 25px;
}

@media (min-width: 1024px) {
  .catalog__name--stripe {
    font-size: 50px;
    line-height: 50px;
  }
  .catalog__text {
    font-size: 28px;
    color: #fff;
    line-height: 30px;
  }
}

.catalog__text--paragraph {
  font-size: 16px;
  line-height: 25px;
  font-family: Georgia, "Times New Roman", Times, serif;
}



.catalog__banner {
  max-width: 900px;
  height: 500px;
  position: relative;
}

.catalog__banner-play {
  position: absolute;
  bottom: 100px;
  left: 100px;
  width: 60px;
  height: 60px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  border: 1px solid #fff;
  background-color: transparent;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-transition: .3s;
  -o-transition: .3s;
  -moz-transition: .3s;
  transition: .3s;
}

.catalog__banner-play:hover {
  background-color: #e463a0;
  border-color: transparent;
}

.catalog__banner-play>svg {
  margin-left: 4px;
}

.catalog__descr {
  position: absolute;
  width: 560px;
  height: 100%;
  top: 0;
  right: 0;
  background: rgba(44, 46, 51, 0.6);
}

.catalog__descr-wrapper {
  width: 400px;
  margin-left: 52%;
  margin-top: 55%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.catalog__promo {
  padding: 80px;
  background: #2C2E33;
}

.catalog__promo-inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.catalog__promo-col {
  width: 50%;
}

.catalog__promo-col:last-child {
  margin-left: 60px;
}

.catalog__filter-block--collection {
  background: #fff;
  padding: 38px 30px;
}

.collection-list {
  list-style-type: none;
  padding: 0;
  font-family: Georgia, 'Times New Roman', Times, serif;
  font-size: 16px;
  line-height: 25px;
}

.collection-num {
  color: grey;
}

.collection-link {
  color: #000;
  position: relative;
}

.collection-link:hover {
  color: #e463a0;
}

.collection-link--selected:before {
  content: '';
  position: absolute;
  width: 20px;
  height: 1px;
  background: #e463a0;
  margin-left: -30px;
  margin-top: 12px;
}

.collection-link--selected {
  position: relative;
  color: #e463a0;
}

.catalog__sort-selects--collections {
  background: #fff;
  margin-left: 15px;
  margin-right: 15px;
  padding: 15px;
}

.catalog__sort-selects--collections {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.btn--load-more-short {
  width: 60%;
  margin-left: auto;
  margin-right: auto;
}

@media screen and (max-width: 768px) {
  .catalog__descr {
    position: relative;
    width: 100%;
    padding: 40px 0;
  }

  .catalog__descr-wrapper {
    width: auto;
    margin: 0;
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    -o-transform: none;
    transform: none;
  }

  .catalog__banner {
    height: auto;

  }

  .catalog__promo {
    padding: 40px 0;
  }

  .catalog__preview,
  .catalog__promo-inner {
    padding-left: 15px;
    padding-right: 15px;
  }

  .catalog__promo-inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .catalog__promo-col {
    width: 100%;
  }

  .catalog__promo-col:last-child {
    margin-left: 0;
  }

  .catalog__promo-col:not(:last-child) {
    margin-bottom: 40px;
  }

  .catalog__banner-play {
    bottom: 50px;
    left: 50px;
  }

  .btn--load-more-short {
    width: 100%;
  }

}

@media screen and (max-width: 480px) {
  .catalog__banner-play {
    bottom: 20px;
    left: 20px;
  }
}

/* New brand refactoring */

.popmechanic-header--white {
  text-align: center;
  color: #fff;
  margin-bottom: 32px;
}

.brand__products {
  padding: 25px ;
}
@media (min-width: 370px) {
  .brand__products   {
    padding: 25px 0;
  }
}
@media (min-width: 769px) {
  .brand__products   {
    padding: 25px;
  }
}
@media screen and (min-width: 1200px) {
  .brand__products {
    padding-top: 80px;
  }
}

.brand__promo {
  background-color: #25262a;
}

.catalog__about {
  background-color: #F1F3F3;
}

.brand-title {
  font-size: 2.8rem !important;
}
@media (max-width: 767px) {
  .brand-title {
    font-size: 2.2rem !important;
  }
}
.brand-filter .collection-list {
  margin-top: 30px;
  margin-bottom: 0;
}

.brand-filter .collection-item {
  font-size: 16px;
  line-height: 25px;
}

.brand-filter .collection-item+.collection-item {
  margin-top: 15px;
}

.brand .catalog__orders {
  padding-right: 0;
  padding-left: 0;
}

@media(max-width: 1199px) {
  .brand-filter {
    position: fixed;
    left: 0;
    top: 60px;
    height: calc(100vh - 60px);
    background-color: #fff;
  }
}

.brand-filter .catalog__filter-block {
  padding: 0 30px;
}

@media(min-width: 768px) {
  .brand-filter {
    top: 75px;
    height: calc(100vh - 75px);
  }
}

@media(min-width: 1200px) {
  .brand-filter {
    padding: 0 10px;
    /* position: -webkit-sticky;
    position: sticky; */
    position: relative;
    height: auto;
    top: 0px;
  }
  .brand-filter .catalog__filter-block {
    padding-left: 0;
    padding-right: 0;
  }
  .brand-filter .catalog__filter-block--collection {
    padding: 38px 30px;
  }
}

.brand-filter.active {
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  -o-transform: translateX(0);
  transform: translateX(0);
  z-index: 102;
  /* height: 100%; */
}

.brand-filter__header {
  position: relative;
}

.brand-filter__header .svg-icon-close {
  fill: #e463a0;
  width: 18px;
  height: 18px;
  position: absolute;
  right: 0;
  top: 4px;
  cursor: pointer;
}

.brand .catalog__promo-img>img {
  width: 100%;
}

@media(max-width: 960px) {
  .brand .catalog__promo-inner {
    display: block;
  }

  .brand .catalog__promo-col {
    width: 100%;
    margin-left: 0;
  }

  .brand .catalog__promo-col:not(:last-child) {
    margin-bottom: 40px;
  }
}

@media (min-width: 1200px) {
  .brand .product-card__card {
    width: auto;
  }

  .brand .product-card {
    margin-bottom: 20px;
  }
}

.brand .catalog__promo {
  padding: 80px 0;
}

.brand__products .catalog__orders > .row {
  margin: 0;
}

@media (min-width: 1200px) {
  .brand__products .catalog-banner {
    margin-bottom: 20px;
  }
}

.brand-carousel {}
.brand-carousel .product-carousel,
.brand-carousel .product-detail__addition {
  padding-top: 0;
  background-color: #25262a;
}
.brand-carousel .product-carousel__title {
  color: #fff;
}
.brand-carousel .product-carousel__products .owl-nav .owl-prev svg.svg-arrow,
.brand-carousel .product-carousel__products .owl-nav .owl-next svg.svg-arrow {
  fill: #e463a0;
}
.brand-carousel .product-carousel__products .owl-stage-outer {
  padding-top: 40px;
  padding-bottom: 40px;
}
.brand-filter.active {
  padding-top: 100px;
  padding-bottom: 120px;
}

.brand-filter.active .catalog__filter-title {
  background-color: #fff;
  padding-left: 45px;
  padding-bottom: 0;
}

.empty-avatar circle {
  stroke: #fff;
  transition: 0.3s linear;
}

.empty-avatar path {
  stroke: #fff;
  transition: 0.3s linear;
}

@media (min-width: 1200px) {
  .empty-avatar circle {
    stroke: #25262A;
  }

  .empty-avatar path {
    stroke: #25262A;
  }

  .empty-avatar:hover circle {
    stroke: #e463a0;
  }

  .empty-avatar:hover path {
    stroke: #e463a0;
  }
}

.dolyame {
  margin: -15px auto -50px;
  display: flex;
  align-items: center;
  flex-direction: column;
  text-align: center;
  max-width: 1320px;
}

.dolyame,
.dolyame__header,
.dolyame__key-visual,
.dolyame__benefits,
.dolyame__about,
.dolyame__faq-item {
  position: relative;
}

.dolyame::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  opacity: 30%;
  background: url('/local/2016/img/dolyame/dolyame__bg--top.png') top center/140% no-repeat, #F1F3F3;
}

.dolyame__header {
  max-width: 800px;
  margin: 40px 20px -2px;
}

.dolyame__logo {
  justify-content: center;
  align-items: center;
  display: flex;
  margin-bottom: 40px;
  gap: 12px;
}

.dolyame__title {
  font-size: 56px;
  line-height: 50px;
}

.dolyame__divider {
  margin: 40px auto;
  height: 80px;
  width: 0;

  border-left: 2px dotted #989BA0;
}

.dolyame__key-visual {
  position: relative;
  padding: 40px 20px 0;
}

.dolyame__key-visual img {
  width: 280px;
}

.dolyame__key-visual:before {
  position: absolute;
  content: ' ';
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url('/local/2016/img/dolyame/keyvisual-fg--sm.png');
  background-position: center top;
  background-repeat: no-repeat;
  -webkit-background-size: 100%;
  background-size: 100%;
}

.dolyame__key-visual-description {
  margin: 40px auto 0;
  font-size: 28px;
  line-height: 30px;
  max-width: 280px;
}

.dolyame__benefits {
  display: flex;
  width: 100%;
  flex-direction: column;
  align-items: center;
}

.dolyame__benefits-title {
  position: relative;
}

.dolyame__benefits-title .dolyame__title {
  padding:0 40px;
  margin-bottom: 40px;
}

.dolyame__benefits-title:before {
  position: absolute;
  content: " ";
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-image: url(/local/2016/img/dolyame/about__fg--sm.png);
  background-position: center 95px;
  background-repeat: no-repeat;
  background-size: 100%;
}

.dolyame__benefits-list {
  padding: 0 20px;
}

.dolyame__benefits-block {
  text-align: left;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 30px;

  /* white */

  background: #FFFFFF;
  /* background */

  border: 1px solid #F1F3F3;
}

.dolyame__benefits-block-position {
  font-family: 'Bebas Neue';
  color: #e463a0;
}

.dolyame h2,
.dolyame__benefits-block-position {
  font-size: 36px;
  line-height: 35px;
}

.dolyame__block-divider {
  margin: 24px 0;
  width: 40px;
  height: 0;

  /* gold */

  border-top: 3px solid #e463a0;

  /* Inside auto layout */

  flex: none;
  flex-grow: 0;
}

.dolyame__block-description {
  font-family: 'Georgia';
  font-size: 14px;
  line-height: 20px;

  color: #26262A;
}

.dolyame__about {
  display: flex;
  align-items: center;
  background: #ECE8E0;
  width: 100%;
  flex-direction: column;
  padding: 0 20px 50px;
}

.dolyame__about-divider {
  height: 1px;
  width: 100%;
  margin: 40px 0;
  background-color: #CACBCE;
}

.dolyame__about-list {
  counter-reset: percentage;
}

div[role="progressbar"] {
  --size: 100px;
  --fg: #e463a0;
  --bg: #E2DACA;
  animation: growProgressBar 3s 1 forwards;
  width: var(--size);
  height: var(--size);
  border-radius: 50%;
  display: grid;
  place-items: center;
  background:
          radial-gradient(closest-side, #ECE8E0 95%, transparent 0 99.9%, #ECE8E0 0),
          conic-gradient(var(--fg) calc(var(--value) * 1%), var(--bg) 0)
;
  font-family: Helvetica, Arial, sans-serif;
  font-size: calc(var(--size) / 2);
  color: #000;
}

div[role="progressbar"]::before {
  content: counters(percentage, '', decimal-leading-zero);
  counter-increment: percentage;
  font-family: 'Bebas Neue';
}

.dolyame__about-item:nth-child(1) div[role="progressbar"] {
 --value: 33
}

.dolyame__about-item:nth-child(2) div[role="progressbar"] {
  --value: 66
}

.dolyame__about-item:nth-child(3) div[role="progressbar"] {
  --value: 100
}

.dolyame__about-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 24px;
  padding: 0 24px;
}

.dolyame__about-item .dolyame__block-divider {
  margin: 0;
}

.dolyame__faq {
  text-align: left;
}

.dolyame__faq-item,
.dolyame__faq-ask {
  padding: 30px 70px 30px 30px;
  border: 1px solid #ECE8E0;
  background: #FFFFFF;
}

.dolyame__faq-contact {
  margin-top: 40px;
  display: flex;
  align-items: center;
  gap: 16px;
}

.dolyame__faq-item-toggle {
  position: absolute;
  width: 22px;
  height: 22px;
  right: 40px;
}

.dolyame__faq-item-content {
  display: none;
  color: #989BA0;;
}

.dolyame__faq-item-header {
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.dolyame__faq-item-check ~ .dolyame__faq-item-header {
  padding: 0;
  position: initial;
}

.dolyame__faq-item-check ~ .dolyame__faq-item-header:before {
  content: none;
}

.dolyame__faq-item-check:checked ~ .dolyame__faq-item-content {
  display: block;
}

.dolyame__faq-item-check:checked ~ .dolyame__faq-item-header {
  color: #e463a0;
  margin-bottom: 20px;
}

.dolyame__faq-item-check:checked ~ .dolyame__faq-item-header .dolyame__faq-item-toggle {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}

.dolyame h3 {
  font-size: 32px;
  line-height: 30px;
  text-align: center;
  color: #e463a0;
}

.dolyame h4 {
  font-size: 28px;
  line-height: 30px;
}

.dolyame h5 {
  font-size: 22px;
  line-height: 25px;
  color: #e463a0;
}

@media screen and (max-width: 1199px) {
  .dolyame__about-item + .dolyame__about-item {
    border-top: 1px solid #CACBCE;
    margin-top: 32px;
    padding-top: 32px;
  }
}

@media (min-width: 768px) {
  .dolyame {
    margin: -15px auto -60px;
  }

  .dolyame__header {
    max-width: 800px;
    margin: 60px 120px 0;
  }

  .dolyame__logo {
    margin-bottom: 60px;
  }

  .dolyame__divider {
    margin: 80px auto;
    height: 150px;
  }

  .dolyame__title {
    font-size: 104px;
    line-height: 88px;
  }

  .dolyame__benefits-list {
    max-width: 360px;
  }

  .dolyame__benefits-block {
    padding: 40px;
  }

  .dolyame h2,
  .dolyame__benefits-block-position {
    font-size: 64px;
    line-height: 55px;
  }

  .dolyame__key-visual {
    padding: 60px 30px 80px;
    margin-bottom: -80px;
  }

  .dolyame__key-visual img {
    width: 540px;
  }


  .dolyame__key-visual:before {
    background-image: url('/local/2016/img/dolyame/keyvisual-fg--md.png');
  }

  .dolyame__key-visual-description {
    margin: 60px auto 0;
    max-width: 400px;
  }

  .dolyame__benefits-title:before {
    background-position: center top;
    background-image: url('/local/2016/img/dolyame/about__fg--md.png');
    -webkit-background-size: 100%;
    background-size: 100%;
  }

  .dolyame__about-divider {
    margin: 50px 0;
    width: 300px;
  }

  .dolyame__about-item {
    width: 300px;
    padding: 0 24px;
  }

  .dolyame__faq {
    max-width: 360px;
  }

  .dolyame__faq-item,
  .dolyame__faq-ask {
    width: 400px;
    padding: 40px 80px 40px 40px;
  }
}


@media (min-width: 1200px) {
  .dolyame {
    margin: -25px auto -100px;
  }

  .dolyame::before {
    background: url('/local/2016/img/dolyame/dolyame__bg--top.png') top center/100% no-repeat, #F1F3F3;
  }

  .dolyame__header {
    margin: 80px 20px 20px;
  }

  .dolyame__title {
    font-size: 120px;
    line-height: 104px;
  }

  .dolyame__key-visual {
    margin: 0;
    max-width: 1200px;
    width: 100%;
    padding: 60px 20px 80px;
  }

  .dolyame__key-visual img {
    width: 800px;
  }

  .dolyame__key-visual:before {
    background-image: url('/local/2016/img/dolyame/keyvisual-fg--lg.png');
  }

  .dolyame__key-visual-description {
    max-width: 400px;
    margin-top: 60px;
  }

  .dolyame__key-visual + .dolyame__divider {
    margin-top: 0;
  }

  .dolyame__benefits-title {
    margin-top: 0;
    padding-top: 0;
  }

  .dolyame__benefits-block {
    height: 400px;
  }

  .dolyame__benefits-block:nth-child(2) {
    margin-top: 50%;
  }

  .dolyame__benefits-block:nth-child(3) {
    margin-top: -50%;
  }

  .dolyame__benefits-list {
    padding: 0;
    max-width: 800px;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(400px, 1fr))
  }

  .dolyame__benefits-title:before {
    background-position: center top;
    background-image: url(/local/2016/img/dolyame/about__fg--lg.png);
    -webkit-background-size: 100%;
    background-size: 100%;
  }

  .dolyame h2,
  .dolyame__benefits-block-position {
    font-size: 64px;
    line-height: 55px;
  }

  .dolyame h3 {
    font-size: 50px;
    line-height: 50px;
  }

  .dolyame__about {
    padding-bottom: 100px;
  }


  .dolyame__about-divider {
    width: 90%;
  }

  .dolyame__about-list {
    display: flex;
  }

  .dolyame__about-item {
    width: 400px;
    padding: 0 64px;
  }

  .dolyame__about-item + .dolyame__about-item {
    border-top: 0;
    border-left: 1px solid #CACBCE;
  }

  .dolyame__faq {
    display: flex;
    align-items: flex-start;
    max-width: 100%;
  }
}

.beauty-lottery {
  font-family: 'Vela Sans';
  font-weight: 600;
  padding: 0 26px;
  display: grid;
  row-gap: 34px;
  position: relative;
}

.beauty-lottery__title {
  font-weight: 600;
  font-size: 24px;
  text-align: center;
  line-height: 1.2;
  text-transform: uppercase;
  color: #404040;
}

.beauty-lottery__title .text--highlighted {
  font-size: 25px;
  color: #FFA800
}

.beauty-lottery__header {
  position: relative;
}

.beauty-lottery__header .beauty-lottery__decoration:nth-child(1) {
  width: 20px;
  height: 20px;
  top: 8px;
  left: -20px;
  transform: scaleX(-1);
}

.beauty-lottery__header .beauty-lottery__decoration:nth-child(2) {
  width: 20px;
  height: 20px;
  top: 90px;
  left: -20px;
}

.beauty-lottery__header .beauty-lottery__decoration:nth-child(3) {
  width: 45px;
  height: 45px;
  top: 68px;
  left: 70vw;
  transform: rotate(15deg);
}

.beauty-lottery__subtitle,
.beauty-lottery__footer {
  font-weight: 600;
  font-size: 8px;
  line-height: 12px;
  text-transform: uppercase;
  text-align: center;
}

.beauty-lottery__subtitle .text--highlighted,
.beauty-lottery__footer .text--highlighted {
  font-size: 10px;
  font-weight: 700;
  color: #FFA800
}

.beauty-lottery__ticket {
  /* zoom: 0.39; */
  display: grid;
  margin: 0 auto;
  width: 270px;
  height: 128px;
  background-color: white;
  border-block: #F3AC3C solid 8px;
  border-inline: #F3AC3C solid 4px;
  grid-template-columns: 36px 1fr 45px;
  box-shadow: 0px 6.363846302032471px 6.363846302032471px 0px #00000040;
}

.beauty-lottery__ticket-left,
.beauty-lottery__ticket-right {
  display: flex;
  align-items: center;
  justify-content: center;
  writing-mode: vertical-rl;
  transform: rotate(180deg);
  text-align: center;
  position: relative;
  text-transform: uppercase;
}

.beauty-lottery__ticket-left {
  font-size: 6px;
  line-height: 8px;
}

.beauty-lottery__ticket-left .text--bold {
  font-weight: 700;
  text-transform: none;
}

.beauty-lottery__ticket-left:before {
  --mask: radial-gradient(4px 3px at right, #000 99%,#0000 101%) 0px/100% 11px repeat-y;
  -webkit-mask: var(--mask);
  mask: var(--mask);
  background-color: #F3AC3C;
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.beauty-lottery__ticket-right:before {
  --mask: radial-gradient(4px 3px at left, #000 99%,#0000 101%) 0px/100% 11px repeat-y;
  -webkit-mask: var(--mask);
  mask: var(--mask);
  background-color: #F3AC3C;
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.beauty-lottery__ticket-middle {
  border-inline: #F3AC3C dashed 1px;
  display: grid;
  grid-template-rows: auto 25px 1fr;
  align-items: center;
  text-align: center;
  padding: 6px 3px 8px;
}

.beauty-lottery__ticket-middle-top,
.beauty-lottery__ticket-middle-middle,
.beauty-lottery__ticket-middle-bottom {
  flex: 1;
}

.beauty-lottery__ticket-middle-top {
  font-weight: 700;
  font-size: 8px;
  line-height: 1;
  text-transform: uppercase;
}

.beauty-lottery__ticket-middle-top .text--highlighted {
  font-size: 12px;
  line-height: 2;
  color: #FFA800;
  margin-top: -4px;
}

.beauty-lottery__ticket-middle-top .text--highlighted::before,
.beauty-lottery__ticket-middle-top .text--highlighted::after {
  display: inline-block;
  background-image: url('/local/2016/img/beauty-lottery/diamond.svg');
  content: "";
  background-size: 8px;
  background-position: center;
  background-repeat: no-repeat;
  height: 8px;

  width: 8px;
}

.beauty-lottery__ticket-middle-top .text--highlighted::before {
  margin-inline-end: 4px;
}

.beauty-lottery__ticket-middle-top .text--highlighted::after {
  margin-inline-start: 4px;
}

.beauty-lottery__ticket-middle-middle {
  font-size: 8px;
  line-height: 10px;
  border-top: 1px solid #F3AC3C;
  border-bottom: 1px solid #F3AC3C;
  padding-top: 2px;
  padding-bottom: 4px;
}

.beauty-lottery__ticket-middle-middle .text--highlighted {
  color: #404040;
  font-size: 9px;
  line-height: 12px;
  text-transform: uppercase;
}

.beauty-lottery__ticket-gray-box {
  background-color: #D9D9D9;
  width: 210px;
  height: 76px;
}

.beauty-lottery__ticket-middle-bottom {
  align-self: flex-end;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
}

.beauty-lottery__ticket-right {
  display: flex;
  align-items: flex-end;
  padding-inline: 8px 6px ;
  padding-block: 4px 7px;
  gap: 2px;
  font-size: 6px;
  line-height: 8px;
}

.beauty-lottery__ticket-qr {
  transform: rotate(180deg);
}

.beauty-lottery__divider {
    height: 38px;
    width: 0;
    margin: 0 auto;

    border-left: 1px solid #F3AC3C;
}

.beauty-lottery__block-divider {
  margin: 0;
  width: 16px;
  height: 0;

  /* gold */

  border-top: 3px solid #e463a0;

  /* Inside auto layout */

  flex: none;
  flex-grow: 0;
}

.beauty-lottery__conditions {
  position: relative;
}

.beauty-lottery__conditions .beauty-lottery__decoration:nth-child(1) {
  width: 24px;
  height: 24px;
  top: -50px;
  left: 10vw;
}

.beauty-lottery__conditions .beauty-lottery__decoration:nth-child(2) {
  width: 22px;
  height: 22px;
  top: 0;
  right: 0;
}

.beauty-lottery__conditions .beauty-lottery__decoration:nth-child(3) {
  width: 50px;
  height: 50px;
  top: 5px;
  left: 0;
  transform: rotate(-15deg);
}

.beauty-lottery__conditions .beauty-lottery__decoration:nth-child(4) {
  width: 48px;
  height: 48px;
  top: 48px;
  right: 2vw;
  transform: rotate(15deg);
}

.beauty-lottery__conditions .beauty-lottery__decoration:nth-child(5) {
  width: 35px;
  height: 35px;
  bottom: 30%;
  left: 5vw;
  transform: rotate(-15deg);
}
.beauty-lottery__conditions .beauty-lottery__decoration:nth-child(6) {
  width: 35px;
  height: 35px;
  bottom: 25%;
  right: -5vw;
  transform: rotate(-15deg);
}
.beauty-lottery__conditions .beauty-lottery__decoration:nth-child(7) {
  width: 32px;
  height: 32px;
  bottom: -40px;
  left: 25vw;
}

.beauty-lottery__conditions .beauty-lottery__decoration:nth-child(8) {
  width: 22px;
  height: 22px;
  bottom: -60px;
  right: 30px;
}

.beauty-lottery__conditions-list {
  margin: 0 auto;
  padding: 0;
  max-width: 188px;
}

.beauty-lottery__conditions-item {
  font-weight: 500;
  font-size: 10px;
  line-height: 12px;
  padding: 16px;
  border: 1px solid #F1F3F3;
  text-align: left;
  display: flex;
  gap: 12px;
  flex-direction: column;
  background-color: #FFF;
}

.beauty-lottery__footer .text--highlighted {
  font-size: inherit;
  font-weight: inherit;
}

.beauty-lottery__decorations {
  position: absolute;
}

.beauty-lottery__decoration {
  position: absolute;
  background-size: 100%;
  background-repeat: no-repeat;
}

.beauty-lottery__decoration--white {
  background-image: url('/local/2016/img/beauty-lottery/clover-white.svg');
}

.beauty-lottery__decoration--colored {
  background-image: url('/local/2016/img/beauty-lottery/clover-colored.svg');
}

@media (max-width: 1199px) {
  .beauty-lottery__ticket-clover {
    width: 18px;
    height: 18px;
  }

  .beauty-lottery__ticket-qr {
    width: 48px;
    height: 48px;
  }

  .beauty-lottery__ticket-middle-bottom {
    zoom: 0.5;
  }
}

@media (max-width: 766px) {
  .beauty-lottery__ticket-clover {
    width: 12px;
    height: 12px;
  }

  .beauty-lottery__ticket-qr {
    width: 32px;
    height: 32px;
  }

  .beauty-lottery__ticket-middle-bottom {
    zoom: 0.3;
  }
}

@media (max-width: 374px) {
  .beauty-lottery__ticket {
    zoom: .3;
  }
}

@media (min-width: 767px) {
  .beauty-lottery {
    padding: 12px 38px 70px;
    row-gap: 49px;
  }

  .beauty-lottery__header.beauty-lottery__decoration:nth-child(1) {
    width: 36px;
    height: 36px;
    top: 10px;
    left: 0;
    transform: scaleX(-1);
  }

  .beauty-lottery__header .beauty-lottery__decoration:nth-child(2) {
    width: 36px;
    height: 36px;
    bottom: -100px;
    top: unset;
    left: 30px;
  }

  .beauty-lottery__header .beauty-lottery__decoration:nth-child(3) {
    width: 80px;
    height: 80px;
    top: unset;
    bottom: -100px;
    left: 70vw;
    transform: rotate(15deg);
  }

  .beauty-lottery__title {
    font-size: 40px;
  }

  .beauty-lottery__title .text--highlighted {
    font-size: 40px;
  }

  .beauty-lottery__subtitle,
  .beauty-lottery__footer {
    font-size: 14px;
    line-height: 20px;
  }


  .beauty-lottery__subtitle .text--highlighted,
  .beauty-lottery__footer .text--highlighted {
    font-size: 16px;
  }

  .beauty-lottery__ticket {
    width: 450px;
    height: 214px;
    border-block: #F3AC3C solid 16px;
    border-inline: #F3AC3C solid 12px;
    grid-template-columns: 50px 1fr 70px;
  }

  .beauty-lottery__ticket-left {
    font-size: 10px;
    line-height: 1.3;
  }

  .beauty-lottery__ticket-left:before {
    --mask: radial-gradient(6px 5px at right, #000 99%,#0000 101%) 0px/100% 18px repeat-y;
    -webkit-mask: var(--mask);
    mask: var(--mask);
    background-color: #F3AC3C;
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
  }

  .beauty-lottery__ticket-right:before {
    --mask: radial-gradient(6px 5px at left, #000 99%,#0000 101%) 0px/100% 18px repeat-y;
    -webkit-mask: var(--mask);
    mask: var(--mask);
    background-color: #F3AC3C;
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
  }

  .beauty-lottery__ticket-middle {
    grid-template-rows: auto 70px 1fr;
    padding: 10px 20px 16px 20px;
  }

  .beauty-lottery__ticket-middle-top {
    font-size: 10px;
  }

  .beauty-lottery__ticket-middle-top .text--highlighted {
    font-size: 20px;
    line-height: 1.2;
  }

  .beauty-lottery__ticket-middle-top .text--highlighted::before,
  .beauty-lottery__ticket-middle-top .text--highlighted::after {
    background-size: 12px;
    height: 16px;
    width: 16px;
  }

  .beauty-lottery__ticket-middle-top .text--highlighted::before {
    margin-inline-end: 8px;
  }

  .beauty-lottery__ticket-middle-top .text--highlighted::after {
    margin-inline-start: 8px;
  }

  .beauty-lottery__ticket-middle-top .text--highlighted {
    font-size: 20px;
    line-height: 1.2;
  }

  .beauty-lottery__ticket-middle-top .text--highlighted::before,
  .beauty-lottery__ticket-middle-top .text--highlighted::after {
    background-size: 12px;
    height: 16px;
    width: 16px;
  }

  .beauty-lottery__ticket-middle-top .text--highlighted::before {
    margin-inline-end: 8px;
  }

  .beauty-lottery__ticket-middle-top .text--highlighted::after {
    margin-inline-start: 8px;
  }

  .beauty-lottery__ticket-middle-middle {
    font-size: 10px;
    line-height: 12px;
    padding-top: 10px;
    padding-bottom: 14px;
  }

  .beauty-lottery__ticket-middle-middle .text--highlighted {
    font-size: 14px;
    line-height: 20px;
  }

  .beauty-lottery__ticket-right {
    padding-inline: 16px 10px;
    padding-block: 12px;
    gap: 8px;
    font-size: 9px;
    line-height: 1.3;
  }

  .beauty-lottery__divider {
      height: 77px;

      border-left: 2px solid #F3AC3C;
  }

  .beauty-lottery__block-divider {
    width: 20px;
  }

  .beauty-lottery__conditions {
    position: relative;
  }

  .beauty-lottery__conditions .beauty-lottery__decoration:nth-child(1) {
    width: 40px;
    height: 40px;
    top: -75px;
    left: 25vw;
  }

  .beauty-lottery__conditions .beauty-lottery__decoration:nth-child(2) {
    width: 40px;
    height: 40px;
    top: -30px;
    left: 60vw;
  }

  .beauty-lottery__conditions .beauty-lottery__decoration:nth-child(3) {
    width: 88px;
    height: 88px;
    top: -60px;
    left: 8vw;
    transform: rotate(-15deg);
  }

  .beauty-lottery__conditions .beauty-lottery__decoration:nth-child(4) {
    width: 80px;
    height: 80px;
    top: 15px;
    right: 10vw;
    transform: rotate(15deg);
  }

  .beauty-lottery__conditions .beauty-lottery__decoration:nth-child(5) {
    width: 62px;
    height: 62px;
    top: 80%;
    left: 20vw;
    transform: rotate(-15deg);
  }
  .beauty-lottery__conditions .beauty-lottery__decoration:nth-child(6) {
    width: 62px;
    height: 62px;
    bottom: -40%;
    right: 10vw;
    transform: rotate(-15deg);
  }
  .beauty-lottery__conditions .beauty-lottery__decoration:nth-child(7) {
    display: none;
  }

  .beauty-lottery__conditions .beauty-lottery__decoration:nth-child(8) {
    width: 52px;
    height: 52px;
    bottom: -55%;
    right: 30vw;
  }

  .beauty-lottery__conditions-list {
    max-width: 484px;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(242px, 1fr));
  }

  .beauty-lottery__conditions-item {
    font-size: 8px;
    line-height: 9px;
    padding: 20px;
    height: 125px;
    gap: 14px;
  }

  .beauty-lottery__conditions-item:nth-child(2) {
    margin-top: 25%;
  }

  .beauty-lottery__footer {
    font-size: 17px;
    line-height: 25px;
  }
}

@media (min-width: 1200px) {
  .beauty-lottery {
    padding: 29px 118px 70px;
    row-gap: 98px;
  }

  .beauty-lottery__header .beauty-lottery__decoration:nth-child(1) {
    width: 90px;
    height: 90px;
    top: 20px;
    left: 0;
    transform: scaleX(-1);
  }

  .beauty-lottery__header .beauty-lottery__decoration:nth-child(2) {
    width: 90px;
    height: 90px;
    bottom: -100%;
    top: unset;
    left: 10vw;
  }

  .beauty-lottery__header .beauty-lottery__decoration:nth-child(3) {
    width: 196px;
    height: 196px;
    top: unset;
    bottom: -100%;
    left: 60vw;
    transform: rotate(15deg);
  }

  .beauty-lottery__title {
    font-size: 96px;
  }

  .beauty-lottery__title .text--highlighted {
    font-size: 100px;
  }

  .beauty-lottery__subtitle,
  .beauty-lottery__footer {
    font-size: 34px;
    line-height: 50px;
  }

  .beauty-lottery__subtitle .text--highlighted,
  .beauty-lottery__footer .text--highlighted {
    font-size: 40px;
  }

  .beauty-lottery__ticket {
    zoom: 1;
    width: 1085px;
    height: 478px;
    border-block: #F3AC3C solid 32px;
    border-inline: #F3AC3C solid 24px;
    grid-template-columns: 124px 1fr 144px;
  }

  .beauty-lottery__ticket-left {
    font-size: 20px;
    line-height: 27px;
  }

  .beauty-lottery__ticket-left:before {
    --mask: radial-gradient(17px 16px at right, #000 99%,#0000 101%) 0/100% 42px repeat-y;
  }

  .beauty-lottery__ticket-right:before {
    --mask: radial-gradient(17px 16px at left, #000 99%,#0000 101%) 0/100% 42px repeat-y;
  }

  .beauty-lottery__ticket-middle {
    grid-template-rows: auto 100px 1fr;
    padding: 36px 50px 48px 70px;
  }

  .beauty-lottery__ticket-middle-top {
    font-size: 24px;
  }

  .beauty-lottery__ticket-middle-top .text--highlighted {
    font-size: 58px;
    line-height: 80px;
  }

  .beauty-lottery__ticket-middle-top .text--highlighted::before,
  .beauty-lottery__ticket-middle-top .text--highlighted::after {
    background-size: 24px;
    height: 40px;
    width: 24px;
  }

  .beauty-lottery__ticket-middle-top .text--highlighted::before {
    margin-inline-end: 20px;
  }

  .beauty-lottery__ticket-middle-top .text--highlighted::after {
    margin-inline-start: 20px;
  }

  .beauty-lottery__ticket-middle-middle {
    font-size: 20px;
    line-height: 24px;
    padding-top: 16px;
    padding-bottom: 20px;
  }

  .beauty-lottery__ticket-middle-middle .text--highlighted {
    font-size: 30px;
    line-height: 36px;
  }

  .beauty-lottery__ticket-gray-box {
    width: 306px;
    height: 76px;
  }

  .beauty-lottery__ticket-right {
    padding-inline: 48px 36px ;
    padding-block: 16px 44px;
    gap: 24px;
    font-size: 20px;
    line-height: 24px;
  }

  .beauty-lottery__divider {
      height: 154px;
  }

  .beauty-lottery__block-divider {
    width: 40px;
  }

  .beauty-lottery__conditions {
    position: relative;
  }

  .beauty-lottery__conditions .beauty-lottery__decoration:nth-child(1) {
    width: 90px;
    height: 90px;
    top: -35%;
    left: 20vw;
  }

  .beauty-lottery__conditions .beauty-lottery__decoration:nth-child(2) {
    width: 90px;
    height: 90px;
    top: 50%;
    left: 70vw;
  }

  .beauty-lottery__conditions .beauty-lottery__decoration:nth-child(3) {
    width: 196px;
    height: 196px;
    top: -35%;
    left: 4vw;
    transform: rotate(-15deg);
  }

  .beauty-lottery__conditions .beauty-lottery__decoration:nth-child(4) {
    width: 196px;
    height: 196px;
    top: -50px;
    right: 15vw;
    transform: rotate(15deg);
  }

  .beauty-lottery__conditions .beauty-lottery__decoration:nth-child(5) {
    width: 140px;
    height: 140px;
    top: 80%;
    left: 20vw;
    transform: rotate(-15deg);
  }
  .beauty-lottery__conditions .beauty-lottery__decoration:nth-child(6) {
    width: 140px;
    height: 140px;
    bottom: -40%;
    right: 0;
    transform: rotate(-15deg);
  }

  .beauty-lottery__conditions .beauty-lottery__decoration:nth-child(8) {
    width: 130px;
    height: 130px;
    bottom: -60%;
    right: 25vw;
  }

  .beauty-lottery__conditions-list {
    max-width: 968px;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(484px, 1fr));
  }

  .beauty-lottery__conditions-item {
    font-size: 16px;
    line-height: 18px;
    padding: 40px;
    height: 250px;
    gap: 28px;
  }

  .beauty-lottery__conditions-item:nth-child(2) {
    margin-top: 25%;
  }
}

.block_recommended__modal,
.slider-top__modal {
  position: fixed;
  inset: 0;
  z-index: 1010;
  background-color: rgba(0, 0, 0, 0.5);
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 0;
  pointer-events: none;
  transition: opacity .2s;
}

.block_recommended__modal--active,
.slider-top__modal--active {
  --modal-inner-translate-y: 0;
  opacity: 1;
  pointer-events: auto;
}

.block_recommended__modal-inner,
.slider-top__modal-inner {
  position: relative;
  width: 320px;
  padding: 24px;
  background-color: #ffffff;
  translate: 0 var(--modal-inner-translate-y, 80px);
  transition: translate .2s;
}
.block_recommended__modal-info,
.slider-top__modal-info {
  font: 14px / 20px Georgia, "Times New Roman", Times, serif;
}

.block_recommended__modal-close,
.slider-top__modal-close {
  position: absolute;
  top: 0;
  right: 0;
  width: 24px;
  height: 24px;
  appearance: none;
  background-color: #ffffff;
  border: none;
}
.block_recommended__modal-close::before,
.block_recommended__modal-close::after,
.slider-top__modal-close::before,
.slider-top__modal-close::after {
  content: '';
  position: absolute;
  inset: 0;
  margin: auto;
  width: 16px;
  height: 2px;
  background-color: #000;
  transform-origin: 50% 50% 0;
}
.block_recommended__modal-close::before,
.slider-top__modal-close::before {
  transform: rotate(-45deg);
}
.block_recommended__modal-close::after,
.slider-top__modal-close::after {
  transform: rotate(45deg);
}
@media (max-width: 767px) {
  .block_recommended__modal,
  .slider-top__modal {
    align-items: end;
  }
  .block_recommended__modal-inner,
  .slider-top__modal-inner {
    width: 100%;
  }
}

.block_recommended__disclaimer,
.slider-top__disclaimer {
  position: absolute;
  z-index: 11;
  display: flex;
  gap: 8px;
  color: #ffffff;
  font: 14px / 20px Georgia, "Times New Roman", Times, serif;
  align-items: center;
}

.block_recommended__item > a.block_recommended__disclaimer,
.slider-top__disclaimer {
  top: 20px;
  right: 20px;
  left: auto;
  width: fit-content;
  height: fit-content;
  filter: drop-shadow(0 0 1px #666666);
}

.block_recommended__disclaimer:hover,
.slider-top__disclaimer:hover {
  color: #ffffff;
}

.block_recommended__disclaimer::before,
.slider-top__disclaimer::before {
  content: '!';
  width: 16px;
  border: 1px solid;
  text-align: center;
  line-height: 1;
  border-radius: 100vmax;
}

@media (pointer: coarse) {
  .block_recommended__disclaimer {
    top: 0;
    right: 0;
    padding: 20px;
  }
}

.slider-top__img {
  position: relative;
}


/* End */
/* /local/2016/dyson/class/fancybox/jquery.fancybox.css?17508480095007 */
/* /local/2016/css/swiper.min.css?173521817813676 */
/* /local/components/prmedia/select.city/templates/inhead/style.css?17508480091188 */
/* /local/templates/.default/components/bitrix/menu/2016_spa_catalog/style.css?175084800911651 */
/* /bitrix/components/bitrix/system.show_message/templates/.default/style.min.css?146246995051 */
/* /local/templates/.default/components/bitrix/menu/main_footer_menu/style.css?17508480091971 */
/* /local/templates/2016_main/styles.css?1750848009313 */
/* /local/templates/2016_main/template_styles.css?17508480096198 */
/* /local/2016/css/bitrix.min.css?173521817832930 */
/* /local/2016/css/style.css?1750848009387402 */
