.bx-timer-semicolon-off .bx-timer-semicolon {visibility: hidden}

/* Tooltip */
.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: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2UzZTllYSIgc3RvcC1vcGFjaXR5PSIwLjk1Ii8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNjNmQyZDUiIHN0b3Atb3BhY2l0eT0iMC45NSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+)*/
	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(../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(../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-delimiter-section {
	display: flex;
	margin: 5px 0 8px 0;
	text-align: center;
}

.popup-window-delimiter-section:before,
.popup-window-delimiter-section:after {
	display: block;
	content: "";
	flex: 1;
	min-width: 15px;
	position: relative;
	top: 8px;
	height: 1px;
	background-color: #f0f1f2;
}

.popup-window-delimiter-text {
	position: relative;
	top: 2px;
	padding: 0 12px;
	background: #ffffff;
	color: #b1b6bc;
	font-size: 10px;
	font-weight: bold;
	text-transform: uppercase;
	white-space: nowrap;
	overflow-x: hidden;
	text-overflow: ellipsis;
	text-align: center;
	box-sizing: border-box;
}

.popup-window-buttons {
	text-align: center;
	padding: 20px 0 10px;
	position: relative;
}

.popup-window-button {
	display: inline-block;
	height: 39px;
	line-height: 39px;
	margin: 0 12px 0 0;
	background: #ecedef;
	border-radius: 2px;
	cursor: pointer;
	color: #7a818a;
	font-family: "OpenSans-Bold", Helvetica, Arial, sans-serif;
	font-size: 12px;
	font-weight: normal;
	outline: none;
	padding: 0 18px;
	vertical-align: middle;
	text-decoration: none;
	text-transform: uppercase;
	text-shadow: none;
	white-space: nowrap;
	-webkit-box-shadow: 0 0 0 1px #c6cdd3 inset;
	box-shadow: 0 0 0 1px #c6cdd3 inset;
	-webkit-font-smoothing: antialiased;
	-webkit-transition: background-color 0.2s linear, color 0.2s linear;
	transition: background-color 0.2s linear, color 0.2s linear;
}

.popup-window-button:before,
.popup-window-button:after {
	display: none;
}

.popup-window-button:hover {
	background: #cfd4d8;
	color: #535c69;
}

.popup-window-button:last-child {
	margin-right: 0;
}

.popup-window-button-accept,
.popup-window-button-create {
	background: #bbed21;
	-webkit-box-shadow: none;
	box-shadow: none;
	color: #535c69;
}

.popup-window-button-accept:hover,
.popup-window-button-create:hover {
	background: #d2f95f;
	color: #535c69;
}

.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: "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;
	position: absolute;
	top: 13px;
	left: 50%;
	padding: 0;
	width: 1px;
	-webkit-transform-origin: 0 100%;
	transform-origin: 0 100%;
	animation: popup-window-button-animation 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;
}

@keyframes popup-window-button-animation {
	0% {
		transform: rotate(0deg);
	}
	100% {
		transform: rotate(360deg);
	}
}

.popup-window-button-decline  {
	background: #f1361b;
	color: #fff;
	-webkit-box-shadow: none;
	box-shadow: none;
}

.popup-window-button-decline:hover {
	background: #cc1a00;
	color: #fff;
}

.popup-window-button-cancel {
	font-weight: normal;
}

.popup-window-button-blue {
	background-color: #3bc8f5;
	box-shadow: none;
	color: #ffffff;
}

.popup-window-button-blue:hover {
	background-color: #3fddff;
	color: #ffffff;
}
.popup-window-button-blue:active {
	background-color: #13b1e3;
	color: #ffffff;
}

.popup-window-button-link,
.popup-window-button-link-cancel,
.popup-window-button-link:hover,
.popup-window-button-link:active {
	background: none;
	-webkit-box-shadow: none;
	box-shadow: none;
}

.popup-window-button-link {
	border-bottom: 1px solid #c0c2c5;
	border-radius: 0;
	color: #535c69;
	cursor: pointer;
	height: 17px;
	line-height: 17px;
	-webkit-transition: border-bottom-color 0.15s linear;
	transition: border-bottom-color 0.15s linear;
	padding: 0;
}

.popup-window-button-link:hover,
.popup-window-button-link:active {
	border-bottom-color: #535c69;
	color: #535c69;
	line-height: 17px;
	height: 17px;
}

.popup-window-button-link-cancel {
	color: #f1361b;
	border-bottom-color: #ffb4a9;
}

.popup-window-button.popup-window-button-link-cancel:hover,
.popup-window-button.popup-window-button-link-cancel:active {
	border-bottom-color: #f1361b;
	color: #f1361b;
}

.popup-window-button-disable {
	cursor: default;
	opacity: 0.3;
}

.popup-window-titlebar {
	height: 49px;
}

.popup-window-titlebar-text,
.popup-window-titlebar-text-version {
	-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 30px 0 10px;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.popup-window-titlebar-text-version {
	font-weight: normal;
	font-size: 13px;
	padding-left: 0;
}

.popup-window-content {
	box-sizing: border-box;
	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 {

	cursor:pointer;
	height: 27px;
	outline: none;
	opacity: 0.5;
	position:absolute;
	right: 0;
	top: 0;
	width: 27px;

	-webkit-transition: opacity 0.2s linear;
	transition: opacity 0.2s linear;
}

.popup-window-close-icon:after {
	display: block;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate3d(-50%, -50%, 0);
	width: 10px;
	height: 10px;
	background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTAiIGhlaWdodD0iMTAiIHZpZXdCb3g9IjAgMCAxMCAxMCIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48cGF0aCBkPSJNNy43ODcgMUw1IDMuNzg3IDIuMjEzIDEgMSAyLjIxMyAzLjc4NyA1IDEgNy43ODcgMi4yMTMgOSA1IDYuMjEzIDcuNzg3IDkgOSA3Ljc4NyA2LjIxMyA1IDkgMi4yMTMiIGZpbGw9IiM5OTkiIGZpbGwtcnVsZT0iZXZlbm9kZCIvPjwvc3ZnPg==);
	background-repeat: no-repeat;
	background-size: cover;
	content: "";

}

.popup-window-titlebar-close-icon {
	top: 12px;
	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-top:before {}

.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;
}

.popup-window-resize {
	opacity: 0;
	transition: opacity .3s;
	position: absolute;
	right: 0;
	bottom: 0;
	width: 10px;
	height: 10px;
	background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAoAAAAKCAYAAACNMs+9AAAAAXNSR0IArs4c6QAAADBJREFUGBljYMADLl269B+PNESKNopwmoosgcxGcSeyBDKbKEUoGpA5uNgoplKNAwBv1DPc646T+wAAAABJRU5ErkJggg==");
	cursor: nwse-resize;
}

.popup-window:hover .popup-window-resize {
	opacity: 1;
}

/* Menu Popup */
.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 .menu-popup-item-disabled {
	pointer-events: none;
	opacity: 0.4;
	cursor: default;
}

.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: #525c68;
	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;
}

.popup-window-fixed-width .menu-popup-item-text {
	text-overflow: ellipsis;
	overflow: hidden;
	width: 100%;
	box-sizing: border-box;
}

.menu-popup-no-icon .menu-popup-item-text {
	padding: 0 15px;
}

.menu-popup-item-submenu .menu-popup-item-text {
	padding-right: 28px;
}

.menu-popup-item:hover,
.menu-popup-item.menu-popup-item-open {
	background-color: #f6f8f9;
}
.menu-popup-item:hover .menu-popup-item-text {
	color: #3b434f;
}

.menu-popup-item.menu-popup-item-disabled:hover {
	background: initial;
}

.menu-popup-item-submenu:after {
	position: absolute;
	right: 11px;
	top: 50%;
	margin-top: -4px;
	width: 6px;
	height: 9px;
	background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNiIgaGVpZ2h0PSI5IiB2aWV3Qm94PSIwIDAgNiA5IiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPjxwYXRoIGQ9Ik0tLjAxIDEuMTg3bDIuOTIyIDIuOTItMi45MiAyLjkyMyAxLjE3MyAxLjE3MyAyLjkyLTIuOTJMNS4yNiA0LjEwNyAxLjE2NC4wMTMiIGZpbGw9IiNBOEFCQjIiIGZpbGwtcnVsZT0iZXZlbm9kZCIvPjwvc3ZnPg==);
	background-size: cover;
	content: "";
}

.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(../images/popup/popup-menu-sprite.2.png) no-repeat scroll -45px -271px transparent; }
.menu-popup-item-edit .menu-popup-item-icon { background: url(../images/popup/popup-menu-sprite.2.png) no-repeat scroll -43px -291px transparent; }
.menu-popup-item-create .menu-popup-item-icon { background: url(../images/popup/popup-menu-sprite.2.png) no-repeat scroll -44px -311px transparent; }
.menu-popup-item-create-quick .menu-popup-item-icon { background: url(../images/popup/popup-menu-sprite.2.png) no-repeat scroll -43px -329px transparent; }
.menu-popup-item-take .menu-popup-item-icon { background: url(../images/popup/popup-menu-sprite.2.png) no-repeat scroll -43px -347px transparent; }
.menu-popup-item-begin .menu-popup-item-icon { background: url(../images/popup/popup-menu-sprite.2.png) no-repeat scroll -44px -367px transparent; }
.menu-popup-item-decline .menu-popup-item-icon { background: url(../images/popup/popup-menu-sprite.2.png) no-repeat scroll -44px -383px transparent; }
.menu-popup-item-reopen .menu-popup-item-icon { background: url(../images/popup/popup-menu-sprite.2.png) no-repeat scroll -42px -484px transparent; }
.menu-popup-item-complete .menu-popup-item-icon { background: url(../images/popup/popup-menu-sprite.2.png) no-repeat scroll -42px -502px transparent; }
.menu-popup-item-hold .menu-popup-item-icon { background: url(../images/popup/popup-menu-sprite.2.png) no-repeat scroll -44px -520px transparent; }
.menu-popup-item-accept .menu-popup-item-icon { background: url(../images/popup/popup-menu-sprite.2.png) no-repeat scroll -43px -347px transparent; }
.menu-popup-item-remake .menu-popup-item-icon { background: url(../images/popup/popup-menu-sprite.2.png) no-repeat scroll -44px -383px transparent; }
.menu-popup-item-delete .menu-popup-item-icon { background: url(../images/popup/popup-menu-sprite.2.png) no-repeat scroll -44px -535px transparent; }
.menu-popup-item-copy .menu-popup-item-icon { background: url(../images/popup/popup-menu-sprite.2.png) no-repeat scroll -42px -595px transparent; }
.menu-popup-item-delegate .menu-popup-item-icon { background: url(../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(../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 Darken==========*/
.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-titlebar-text {
	color: #fff;
}

.popup-window-dark .popup-window-close-icon:after {
	background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTAiIGhlaWdodD0iMTAiIHZpZXdCb3g9IjAgMCAxMCAxMCIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48cGF0aCBkPSJNNy43ODcgMUw1IDMuNzg3IDIuMjEzIDEgMSAyLjIxMyAzLjc4NyA1IDEgNy43ODcgMi4yMTMgOSA1IDYuMjEzIDcuNzg3IDkgOSA3Ljc4NyA2LjIxMyA1IDkgMi4yMTMiIGZpbGw9IiM1MzVDNkEiIGZpbGwtcnVsZT0iZXZlbm9kZCIvPjwvc3ZnPg==);
}

/*===========TABS==========*/
.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;
}

.popup-window-show-animation-opacity {
	animation: popupWindowShowAnimationOpacity 100ms;
	animation-fill-mode: both;
}

@keyframes popupWindowShowAnimationOpacity {
	0% {
		opacity: 0;
	}
	100% {
		opacity: 1;
	}
}

.popup-window-show-animation-opacity-transform {
	animation: popupWindowShowAnimationOpacityTransform 100ms;
	animation-fill-mode: both;
}

@keyframes popupWindowShowAnimationOpacityTransform {
	0% {
		opacity: 0;
		-webkit-transform: translate3d(0,5px,0);
		-moz-transform: translate3d(0,5px,0);
		-ms-transform: translate3d(0,5px,0);
		-o-transform: translate3d(0,5px,0);
		transform: translate3d(0,5px,0);
	}
	100% {
		opacity: 1;
		-webkit-transform: translate3d(0,0px,0);
		-moz-transform: translate3d(0,0px,0);
		-ms-transform: translate3d(0,0px,0);
		-o-transform: translate3d(0,0px,0);
		transform: translate3d(0,0px,0);
	}
}

.popup-window-close-animation-opacity {
	animation: popupWindowCloseAnimationOpacity 150ms;
	animation-fill-mode: both;
}

@keyframes popupWindowCloseAnimationOpacity {
	0% {
		opacity: 1;
	}
	100% {
		opacity: 0;
	}
}

.popup-window-close-animation-opacity-transform {
	animation: popupWindowCloseAnimationOpacity 150ms;
	animation-fill-mode: both;
}

@keyframes popupWindowCloseAnimationOpacityTransform {
	0% {
		opacity: 1;
		-webkit-transform: translate3d(0,0px,0);
		-moz-transform: translate3d(0,0px,0);
		-ms-transform: translate3d(0,0px,0);
		-o-transform: translate3d(0,0px,0);
		transform: translate3d(0,0px,0);
	}
	100% {
		opacity: 0;
		-webkit-transform: translate3d(0,25px,0);
		-moz-transform: translate3d(0,25px,0);
		-ms-transform: translate3d(0,25px,0);
		-o-transform: translate3d(0,25px,0);
		transform: translate3d(0,25px,0);
	}
}
/* https://zvezda.by/css/lightslider.min.css?15450351465536 

 *//*! lightslider - v1.1.3 - 2015-04-14
* https://github.com/sachinchoolur/lightslider
* Copyright (c) 2015 Sachin N; Licensed MIT */.lSSlideWrapper,.lSSlideWrapper .lSFade{position:relative}.lSSlideWrapper .lSSlide,.lSSlideWrapper.usingCss .lSFade>*{-webkit-transition-timing-function:inherit!important;transition-timing-function:inherit!important;-webkit-transition-duration:inherit!important;transition-duration:inherit!important}.lSSlideOuter,.lSSlideOuter .lSPager.lSGallery{-khtml-user-select:none;-moz-user-select:none;-ms-user-select:none;-webkit-touch-callout:none;-webkit-user-select:none}.lSSlideOuter .lSPager.lSGallery:after,.lSSlideWrapper>.lightSlider:after{clear:both}.lSSlideOuter{overflow:hidden;user-select:none}.lightSlider:after,.lightSlider:before{content:" ";display:table}.lightSlider{overflow:hidden;margin:0}.lSSlideWrapper{max-width:100%;overflow:hidden}.lSSlideWrapper .lSSlide{-webkit-transform:translate(0,0);-ms-transform:translate(0,0);transform:translate(0,0);-webkit-transition:all 1s;-webkit-transition-property:-webkit-transform,height;-moz-transition-property:-moz-transform,height;transition-property:transform,height}.lSSlideWrapper .lSFade>*{position:absolute!important;top:0;left:0;z-index:9;margin-right:0;width:100%}.lSSlideWrapper.usingCss .lSFade>*{opacity:0;-webkit-transition-delay:0s;transition-delay:0s;-webkit-transition-property:opacity;transition-property:opacity}.lSSlideWrapper .lSFade>.active{z-index:10}.lSSlideWrapper.usingCss .lSFade>.active{opacity:1}.lSSlideOuter .lSPager.lSpg{margin:10px 0 0;padding:0;text-align:center}.lSSlideOuter .lSPager.lSpg>li{cursor:pointer;display:inline-block;padding:0 5px}.lSSlideOuter .lSPager.lSpg>li a{background-color:#222;border-radius:30px;display:inline-block;height:8px;overflow:hidden;text-indent:-999em;width:8px;position:relative;z-index:99;-webkit-transition:all .5s linear 0s;transition:all .5s linear 0s}.lSSlideOuter .lSPager.lSpg>li.active a,.lSSlideOuter .lSPager.lSpg>li:hover a{background-color:#428bca}.lSSlideOuter .media{opacity:.8}.lSSlideOuter .media.active{opacity:1}.lSSlideOuter .lSPager.lSGallery{list-style:none;padding-left:0;margin:0;overflow:hidden;transform:translate3d(0,0,0);-moz-transform:translate3d(0,0,0);-ms-transform:translate3d(0,0,0);-webkit-transform:translate3d(0,0,0);-o-transform:translate3d(0,0,0);-webkit-transition-property:-webkit-transform;-moz-transition-property:-moz-transform;user-select:none}.lSSlideOuter .lSPager.lSGallery li{overflow:hidden;-webkit-transition:border-radius .12s linear 0s .35s linear 0s;transition:border-radius .12s linear 0s .35s linear 0s}.lSSlideOuter .lSPager.lSGallery li.active,.lSSlideOuter .lSPager.lSGallery li:hover{border-radius:5px}.lSSlideOuter .lSPager.lSGallery img{display:block;height:auto;max-width:100%}.lSSlideOuter .lSPager.lSGallery:after,.lSSlideOuter .lSPager.lSGallery:before{content:" ";display:table}.lSAction>a{width:32px;display:block;top:50%;height:32px;background-image:url(../img/controls.png);cursor:pointer;position:absolute;z-index:99;margin-top:-16px;opacity:.5;-webkit-transition:opacity .35s linear 0s;transition:opacity .35s linear 0s}.lSAction>a:hover{opacity:1}.lSAction>.lSPrev{background-position:0 0;left:10px}.lSAction>.lSNext{background-position:-32px 0;right:10px}.lSAction>a.disabled{pointer-events:none}.cS-hidden{height:1px;opacity:0;filter:alpha(opacity=0);overflow:hidden}.lSSlideOuter.vertical{position:relative}.lSSlideOuter.vertical.noPager{padding-right:0!important}.lSSlideOuter.vertical .lSGallery{position:absolute!important;right:0;top:0}.lSSlideOuter.vertical .lightSlider>*{width:100%!important;max-width:none!important}.lSSlideOuter.vertical .lSAction>a{left:50%;margin-left:-14px;margin-top:0}.lSSlideOuter.vertical .lSAction>.lSNext{background-position:31px -31px;bottom:10px;top:auto}.lSSlideOuter.vertical .lSAction>.lSPrev{background-position:0 -31px;bottom:auto;top:10px}.lSSlideOuter.lSrtl{direction:rtl}.lSSlideOuter .lSPager,.lSSlideOuter .lightSlider{padding-left:0;list-style:none}.lSSlideOuter.lSrtl .lSPager,.lSSlideOuter.lSrtl .lightSlider{padding-right:0}.lSSlideOuter .lSGallery li,.lSSlideOuter .lightSlider>*{float:left}.lSSlideOuter.lSrtl .lSGallery li,.lSSlideOuter.lSrtl .lightSlider>*{float:right!important}@-webkit-keyframes rightEnd{0%,100%{left:0}50%{left:-15px}}@keyframes rightEnd{0%,100%{left:0}50%{left:-15px}}@-webkit-keyframes topEnd{0%,100%{top:0}50%{top:-15px}}@keyframes topEnd{0%,100%{top:0}50%{top:-15px}}@-webkit-keyframes leftEnd{0%,100%{left:0}50%{left:15px}}@keyframes leftEnd{0%,100%{left:0}50%{left:15px}}@-webkit-keyframes bottomEnd{0%,100%{bottom:0}50%{bottom:-15px}}@keyframes bottomEnd{0%,100%{bottom:0}50%{bottom:-15px}}.lSSlideOuter .rightEnd{-webkit-animation:rightEnd .3s;animation:rightEnd .3s;position:relative}.lSSlideOuter .leftEnd{-webkit-animation:leftEnd .3s;animation:leftEnd .3s;position:relative}.lSSlideOuter.vertical .rightEnd{-webkit-animation:topEnd .3s;animation:topEnd .3s;position:relative}.lSSlideOuter.vertical .leftEnd{-webkit-animation:bottomEnd .3s;animation:bottomEnd .3s;position:relative}.lSSlideOuter.lSrtl .rightEnd{-webkit-animation:leftEnd .3s;animation:leftEnd .3s;position:relative}.lSSlideOuter.lSrtl .leftEnd{-webkit-animation:rightEnd .3s;animation:rightEnd .3s;position:relative}.lightSlider.lsGrab>*{cursor:-webkit-grab;cursor:-moz-grab;cursor:-o-grab;cursor:-ms-grab;cursor:grab}.lightSlider.lsGrabbing>*{cursor:move;cursor:-webkit-grabbing;cursor:-moz-grabbing;cursor:-o-grabbing;cursor:-ms-grabbing;cursor:grabbing}
/* https://zvezda.by/css/owl.carousel.min.css?15450351463356 

 *//**
 * Owl Carousel v2.3.4
 * Copyright 2013-2018 David Deutsch
 * Licensed under: SEE LICENSE IN https://github.com/OwlCarousel2/OwlCarousel2/blob/master/LICENSE
 */
.owl-carousel,.owl-carousel .owl-item{-webkit-tap-highlight-color:transparent;position:relative}.owl-carousel{display:none;width:100%;z-index:1}.owl-carousel .owl-stage{position:relative;-ms-touch-action:pan-Y;touch-action:manipulation;-moz-backface-visibility:hidden}.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;-webkit-transform:translate3d(0,0,0)}.owl-carousel .owl-item,.owl-carousel .owl-wrapper{-webkit-backface-visibility:hidden;-moz-backface-visibility:hidden;-ms-backface-visibility:hidden;-webkit-transform:translate3d(0,0,0);-moz-transform:translate3d(0,0,0);-ms-transform:translate3d(0,0,0)}.owl-carousel .owl-item{min-height:1px;float:left;-webkit-backface-visibility:hidden;-webkit-touch-callout:none}.owl-carousel .owl-item img{display:block;width:100%}.owl-carousel .owl-dots.disabled,.owl-carousel .owl-nav.disabled{display:none}.no-js .owl-carousel,.owl-carousel.owl-loaded{display:block}.owl-carousel .owl-dot,.owl-carousel .owl-nav .owl-next,.owl-carousel .owl-nav .owl-prev{cursor:pointer;-webkit-user-select:none;-khtml-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.owl-carousel .owl-nav button.owl-next,.owl-carousel .owl-nav button.owl-prev,.owl-carousel button.owl-dot{background:0 0;color:inherit;border:none;padding:0!important;font:inherit}.owl-carousel.owl-loading{opacity:0;display:block}.owl-carousel.owl-hidden{opacity:0}.owl-carousel.owl-refresh .owl-item{visibility:hidden}.owl-carousel.owl-drag .owl-item{-ms-touch-action:pan-y;touch-action:pan-y;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.owl-carousel.owl-grab{cursor:move;cursor:grab}.owl-carousel.owl-rtl{direction:rtl}.owl-carousel.owl-rtl .owl-item{float:right}.owl-carousel .animated{animation-duration:1s;animation-fill-mode:both}.owl-carousel .owl-animated-in{z-index:0}.owl-carousel .owl-animated-out{z-index:1}.owl-carousel .fadeOut{animation-name:fadeOut}@keyframes fadeOut{0%{opacity:1}100%{opacity:0}}.owl-height{transition:height .5s ease-in-out}.owl-carousel .owl-item .owl-lazy{opacity:0;transition:opacity .4s ease}.owl-carousel .owl-item .owl-lazy:not([src]),.owl-carousel .owl-item .owl-lazy[src^=""]{max-height:0}.owl-carousel .owl-item img.owl-lazy{transform-style:preserve-3d}.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(owl.video.play.png) no-repeat;cursor:pointer;z-index:1;-webkit-backface-visibility:hidden;transition:transform .1s ease}.owl-carousel .owl-video-play-icon:hover{-ms-transform:scale(1.3,1.3);transform:scale(1.3,1.3)}.owl-carousel .owl-video-playing .owl-video-play-icon,.owl-carousel .owl-video-playing .owl-video-tn{display:none}.owl-carousel .owl-video-tn{opacity:0;height:100%;background-position:center center;background-repeat:no-repeat;background-size:contain;transition:opacity .4s ease}.owl-carousel .owl-video-frame{position:relative;z-index:1;height:100%;width:100%}
/* https://zvezda.by/css/owl.theme.default.min.css?15450351461035 

 *//**
 * Owl Carousel v2.3.4
 * Copyright 2013-2018 David Deutsch
 * Licensed under: SEE LICENSE IN https://github.com/OwlCarousel2/OwlCarousel2/blob/master/LICENSE
 */
.owl-theme .owl-dots,.owl-theme .owl-nav{text-align:center;-webkit-tap-highlight-color:transparent}.owl-theme .owl-nav{margin-top:10px}.owl-theme .owl-nav [class*=owl-]{color:#FFF;font-size:14px;margin:5px;padding:4px 7px;background:#D6D6D6;display:inline-block;cursor:pointer;border-radius:3px}.owl-theme .owl-nav [class*=owl-]:hover{background:#869791;color:#FFF;text-decoration:none}.owl-theme .owl-nav .disabled{opacity:.5;cursor:default}.owl-theme .owl-nav.disabled+.owl-dots{margin-top:10px}.owl-theme .owl-dots .owl-dot{display:inline-block;zoom:1}.owl-theme .owl-dots .owl-dot span{width:10px;height:10px;margin:5px 3px;background:#fff;border: 1px solid #000;display:block;-webkit-backface-visibility:visible;transition:opacity .2s ease;border-radius:30px}.owl-theme .owl-dots .owl-dot.active span,.owl-theme .owl-dots .owl-dot:hover span{background:#000}
/* https://zvezda.by/css/modern-normalize.css?15822040214990 

 *//*! modern-normalize | MIT License | https://github.com/sindresorhus/modern-normalize */

/* Document
   ========================================================================== */

/**
 * Use a better box model (opinionated).
 */

html {
	box-sizing: border-box;
}

*,
*::before,
*::after {
	box-sizing: inherit;
}

/**
 * Use a more readable tab size (opinionated).
 */

:root {
	-moz-tab-size: 4;
	tab-size: 4;
}

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */

html {
	line-height: 1.15; /* 1 */
	-webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */

/**
 * Remove the margin in all browsers.
 */

body {
	margin: 0;
}

/**
 * Improve consistency of default fonts in all browsers. (https://github.com/sindresorhus/modern-normalize/issues/3)
 */

body {
	font-family:
		-apple-system,
		BlinkMacSystemFont,
		'Segoe UI',
		Roboto,
		Helvetica,
		Arial,
		sans-serif,
		'Apple Color Emoji',
		'Segoe UI Emoji',
		'Segoe UI Symbol';
}

/* Grouping content
   ========================================================================== */

/**
 * Add the correct height in Firefox.
 */

hr {
	height: 0;
}

/* Text-level semantics
   ========================================================================== */

/**
 * Add the correct text decoration in Chrome, Edge, and Safari.
 */

abbr[title] {
	text-decoration: underline dotted;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
	font-weight: bolder;
}

/**
 * 1. Improve consistency of default fonts in all browsers. (https://github.com/sindresorhus/modern-normalize/issues/3)
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
samp,
pre {
	font-family: SFMono-Regular, Consolas, 'Liberation Mono', Menlo, Courier, monospace; /* 1 */
	font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */

small {
	font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in all browsers.
 */

sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sub {
	bottom: -0.25em;
}

sup {
	top: -0.5em;
}

/* Forms
   ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */

button,
input,
optgroup,
select,
textarea {
	font-family: inherit; /* 1 */
	font-size: 100%; /* 1 */
	line-height: 1.15; /* 1 */
	margin: 0; /* 2 */
}

/**
 * Remove the inheritance of text transform in Edge and Firefox.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select { /* 1 */
	text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */

button,
[type='button'],
[type='reset'],
[type='submit'] {
	-webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */

button::-moz-focus-inner,
[type='button']::-moz-focus-inner,
[type='reset']::-moz-focus-inner,
[type='submit']::-moz-focus-inner {
	border-style: none;
	padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */

button:-moz-focusring,
[type='button']:-moz-focusring,
[type='reset']:-moz-focusring,
[type='submit']:-moz-focusring {
	outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */

fieldset {
	padding: 0.35em 0.75em 0.625em;
}

/**
 * Remove the padding so developers are not caught out when they zero out `fieldset` elements in all browsers.
 */

legend {
	padding: 0;
}

/**
 * Add the correct vertical alignment in Chrome and Firefox.
 */

progress {
	vertical-align: baseline;
}

/**
 * Correct the cursor style of increment and decrement buttons in Safari.
 */

[type='number']::-webkit-inner-spin-button,
[type='number']::-webkit-outer-spin-button {
	height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */

[type='search'] {
	-webkit-appearance: textfield; /* 1 */
	outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */

[type='search']::-webkit-search-decoration {
	-webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

::-webkit-file-upload-button {
	-webkit-appearance: button; /* 1 */
	font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */

/*
 * Add the correct display in Chrome and Safari.
 */

summary {
	display: list-item;
	outline:none;
}
/* https://zvezda.by/css/nouislider.css?15450351465437 

 *//*! nouislider - 12.1.0 - 10/25/2018 */
/* Functional styling;
 * These styles are required for noUiSlider to function.
 * You don't need to change these rules to apply your design.
 */
.noUi-target,
.noUi-target * {
  -webkit-touch-callout: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-user-select: none;
  -ms-touch-action: none;
  touch-action: none;
  -ms-user-select: none;
  -moz-user-select: none;
  user-select: none;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.noUi-target {
  position: relative;
  direction: ltr;
}
.noUi-base,
.noUi-connects {
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 1;
}
/* Wrapper for all connect elements.
 */
.noUi-connects {
  overflow: hidden;
  z-index: 0;
}
.noUi-connect,
.noUi-origin {
  will-change: transform;
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  -ms-transform-origin: 0 0;
  -webkit-transform-origin: 0 0;
  transform-origin: 0 0;
}
/* Offset direction
 */
html:not([dir="rtl"]) .noUi-horizontal .noUi-origin {
  left: auto;
  right: 0;
}
/* Give origins 0 height/width so they don't interfere with clicking the
 * connect elements.
 */
.noUi-vertical .noUi-origin {
  width: 0;
}
.noUi-horizontal .noUi-origin {
  height: 0;
}
.noUi-handle {
  position: absolute;
}
.noUi-state-tap .noUi-connect,
.noUi-state-tap .noUi-origin {
  -webkit-transition: transform 0.3s;
  transition: transform 0.3s;
}
.noUi-state-drag * {
  cursor: inherit !important;
}
/* Slider size and handle placement;
 */
.noUi-horizontal {
  height: 1px;
}
.noUi-horizontal .noUi-handle {
  width: 8px;
  height: 8px;
  left: -17px;
  top: -4px;
}
.noUi-vertical {
  width: 18px;
}
.noUi-vertical .noUi-handle {
  width: 28px;
  height: 34px;
  left: -6px;
  top: -17px;
}
html:not([dir="rtl"]) .noUi-horizontal .noUi-handle {
  right: -5px;
  left: auto;
}
/* Styling;
 * Giving the connect element a border radius causes issues with using transform: scale
 */
.noUi-target {
  background: #dcdcdc;
}
.noUi-connects {
  border-radius: 3px;
}
.noUi-connect {
  background: #fce1da;
}
/* Handles and cursors;
 */
.noUi-draggable {
  cursor: ew-resize;
}
.noUi-vertical .noUi-draggable {
  cursor: ns-resize;
}
.noUi-handle {
  border: 1px solid #fce1da;
  border-radius: 50%;
  background: #FFF;
  cursor: pointer;
  outline: none;
  /* box-shadow: inset 0 0 1px #FFF, inset 0 1px 7px #EBEBEB, 0 3px 6px -3px #BBB; */
}
.noUi-active {
  background: #fce1da;
  outline: none;
}
/* Handle stripes;
 */
/* .noUi-handle:before,
.noUi-handle:after {
  content: "";
  display: block;
  position: absolute;
  height: 14px;
  width: 1px;
  background: #E8E7E6;
  left: 14px;
  top: 6px;
}
.noUi-handle:after {
  left: 17px;
}
.noUi-vertical .noUi-handle:before,
.noUi-vertical .noUi-handle:after {
  width: 14px;
  height: 1px;
  left: 6px;
  top: 14px;
}
.noUi-vertical .noUi-handle:after {
  top: 17px;
} */
/* Disabled state;
 */
[disabled] .noUi-connect {
  background: #B8B8B8;
}
[disabled].noUi-target,
[disabled].noUi-handle,
[disabled] .noUi-handle {
  cursor: not-allowed;
}
/* Base;
 *
 */
.noUi-pips,
.noUi-pips * {
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.noUi-pips {
  position: absolute;
  color: #999;
}
/* Values;
 *
 */
.noUi-value {
  position: absolute;
  white-space: nowrap;
  text-align: center;
}
.noUi-value-sub {
  color: #ccc;
  font-size: 10px;
}
/* Markings;
 *
 */
.noUi-marker {
  position: absolute;
  background: #CCC;
}
.noUi-marker-sub {
  background: #AAA;
}
.noUi-marker-large {
  background: #AAA;
}
/* Horizontal layout;
 *
 */
.noUi-pips-horizontal {
  padding: 10px 0;
  height: 80px;
  top: 100%;
  left: 0;
  width: 100%;
}
.noUi-value-horizontal {
  -webkit-transform: translate(-50%, 50%);
  transform: translate(-50%, 50%);
}
.noUi-rtl .noUi-value-horizontal {
  -webkit-transform: translate(50%, 50%);
  transform: translate(50%, 50%);
}
.noUi-marker-horizontal.noUi-marker {
  margin-left: -1px;
  width: 2px;
  height: 5px;
}
.noUi-marker-horizontal.noUi-marker-sub {
  height: 10px;
}
.noUi-marker-horizontal.noUi-marker-large {
  height: 15px;
}
/* Vertical layout;
 *
 */
.noUi-pips-vertical {
  padding: 0 10px;
  height: 100%;
  top: 0;
  left: 100%;
}
.noUi-value-vertical {
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%, 0);
  padding-left: 25px;
}
.noUi-rtl .noUi-value-vertical {
  -webkit-transform: translate(0, 50%);
  transform: translate(0, 50%);
}
.noUi-marker-vertical.noUi-marker {
  width: 5px;
  height: 2px;
  margin-top: -1px;
}
.noUi-marker-vertical.noUi-marker-sub {
  width: 10px;
}
.noUi-marker-vertical.noUi-marker-large {
  width: 15px;
}
.noUi-tooltip {
  display: block;
  position: absolute;
  border: 1px solid #D9D9D9;
  border-radius: 3px;
  background: #fff;
  color: #000;
  padding: 5px;
  text-align: center;
  white-space: nowrap;
}
.noUi-horizontal .noUi-tooltip {
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  left: 50%;
  bottom: 120%;
}
.noUi-vertical .noUi-tooltip {
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  top: 50%;
  right: 120%;
}

/* https://zvezda.by/css/jquery.modal.min.css?15450351463201 

 */.blocker{position:fixed;top:0;right:0;bottom:0;left:0;width:100%;height:100%;overflow:auto;z-index:1;padding:20px;box-sizing:border-box;background-color:#000;background-color:rgba(0,0,0,0.75);text-align:center}.blocker:before{content:"";display:inline-block;height:100%;vertical-align:middle;margin-right:-0.05em}.blocker.behind{background-color:transparent}.modal{display:none;vertical-align:middle;position:relative;z-index:2;max-width:500px;box-sizing:border-box;width:90%;background:#fff;padding:15px 30px;-webkit-border-radius:8px;-moz-border-radius:8px;-o-border-radius:8px;-ms-border-radius:8px;border-radius:8px;-webkit-box-shadow:0 0 10px #000;-moz-box-shadow:0 0 10px #000;-o-box-shadow:0 0 10px #000;-ms-box-shadow:0 0 10px #000;box-shadow:0 0 10px #000;text-align:left}.modal a.close-modal{position:absolute;top:-12.5px;right:-12.5px;display:block;width:30px;height:30px;text-indent:-9999px;background-size:contain;background-repeat:no-repeat;background-position:center center;background-image:url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADwAAAA8CAYAAAA6/NlyAAAAAXNSR0IArs4c6QAAA3hJREFUaAXlm8+K00Acx7MiCIJH/yw+gA9g25O49SL4AO3Bp1jw5NvktC+wF88qevK4BU97EmzxUBCEolK/n5gp3W6TTJPfpNPNF37MNsl85/vN/DaTmU6PknC4K+pniqeKJ3k8UnkvDxXJzzy+q/yaxxeVHxW/FNHjgRSeKt4rFoplzaAuHHDBGR2eS9G54reirsmienDCTRt7xwsp+KAoEmt9nLaGitZxrBbPFNaGfPloGw2t4JVamSt8xYW6Dg1oCYo3Yv+rCGViV160oMkcd8SYKnYV1Nb1aEOjCe6L5ZOiLfF120EjWhuBu3YIZt1NQmujnk5F4MgOpURzLfAwOBSTmzp3fpDxuI/pabxpqOoz2r2HLAb0GMbZKlNV5/Hg9XJypguryA7lPF5KMdTZQzHjqxNPhWhzIuAruOl1eNqKEx1tSh5rfbxdw7mOxCq4qS68ZTjKS1YVvilu559vWvFHhh4rZrdyZ69Vmpgdj8fJbDZLJpNJ0uv1cnr/gjrUhQMuI+ANjyuwftQ0bbL6Erp0mM/ny8Fg4M3LtdRxgMtKl3jwmIHVxYXChFy94/Rmpa/pTbNUhstKV+4Rr8lLQ9KlUvJKLyG8yvQ2s9SBy1Jb7jV5a0yapfF6apaZLjLLcWtd4sNrmJUMHyM+1xibTjH82Zh01TNlhsrOhdKTe00uAzZQmN6+KW+sDa/JD2PSVQ873m29yf+1Q9VDzfEYlHi1G5LKBBWZbtEsHbFwb1oYDwr1ZiF/2bnCSg1OBE/pfr9/bWx26UxJL3ONPISOLKUvQza0LZUxSKyjpdTGa/vDEr25rddbMM0Q3O6Lx3rqFvU+x6UrRKQY7tyrZecmD9FODy8uLizTmilwNj0kraNcAJhOp5aGVwsAGD5VmJBrWWbJSgWT9zrzWepQF47RaGSiKfeGx6Szi3gzmX/HHbihwBser4B9UJYpFBNX4R6vTn3VQnez0SymnrHQMsRYGTr1dSk34ljRqS/EMd2pLQ8YBp3a1PLfcqCpo8gtHkZFHKkTX6fs3MY0blKnth66rKCnU0VRGu37ONrQaA4eZDFtWAu2fXj9zjFkxTBOo8F7t926gTp/83Kyzzcy2kZD6xiqxTYnHLRFm3vHiRSwNSjkz3hoIzo8lCKWUlg/YtGs7tObunDAZfpDLbfEI15zsEIY3U/x/gHHc/G1zltnAgAAAABJRU5ErkJggg==')}.modal-spinner{display:none;position:fixed;top:50%;left:50%;transform:translateY(-50%) translateX(-50%);padding:12px 16px;border-radius:5px;background-color:#111;height:20px}.modal-spinner>div{border-radius:100px;background-color:#fff;height:20px;width:2px;margin:0 1px;display:inline-block;-webkit-animation:sk-stretchdelay 1.2s infinite ease-in-out;animation:sk-stretchdelay 1.2s infinite ease-in-out}.modal-spinner .rect2{-webkit-animation-delay:-1.1s;animation-delay:-1.1s}.modal-spinner .rect3{-webkit-animation-delay:-1.0s;animation-delay:-1.0s}.modal-spinner .rect4{-webkit-animation-delay:-0.9s;animation-delay:-0.9s}@-webkit-keyframes sk-stretchdelay{0%,40%,100%{-webkit-transform:scaleY(0.5)}20%{-webkit-transform:scaleY(1.0)}}@keyframes sk-stretchdelay{0%,40%,100%{transform:scaleY(0.5);-webkit-transform:scaleY(0.5)}20%{transform:scaleY(1.0);-webkit-transform:scaleY(1.0)}}
/* https://zvezda.by/css/main.css?160193029682893 

 */button:focus{outline:0}a{text-decoration:none}p{margin:0}h2{font-weight:400}ul{-webkit-padding-start:30px;padding-inline-start:30px}svg{fill:currentColor}body{background:#fff;font:300 14px "Open Sans", sans-serif}.button{display:inline-block;cursor:pointer;border:0;height:40px;font:400 12px/40px "Open Sans", sans-serif;text-transform:uppercase;text-align:center;color:#fff;background:#ad172b;padding:0 20px;-webkit-transition:background 0.3s ease;transition:background 0.3s ease}.button:hover{background:#c02c40}.button+.basket__button{margin-left:15px}.header-mob{display:none}.mob-menu__overlay{display:none}.mob-menu__header,.mob-menu__title{display:none}.header{border-bottom:1px solid rgba(0, 0, 0, .2);position:-webkit-sticky;position:sticky;top:-166px;background:#fff;z-index:100}.header-top{background:#fce1da}.header-top__inner{max-width:1170px;height:30px;margin:0 auto;padding:0 30px}.header-top__item{font:300 12px "Open Sans", sans-serif;color:#000;line-height:30px;margin-right:20px;text-decoration:none;-webkit-transition:color 0.3s ease;transition:color 0.3s ease}.header-top__item:hover{color:#4d4d4d}.header-top__item:last-of-typ{margin-right:0}.header-body{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;max-width:1170px;margin:0 auto;padding:30px}.logo{margin-right:95px}.logo img{display:block;width:268px;min-height:100%}.header-info{position:relative}.header-info:before{content:'';background:url('../data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="15" height="22" viewbox="0 0 15 22"><path d="M10 20.8c-.7-.2-1.5-.7-2.4-1.3-1.9-1.4-3.7-3.7-5.1-6.4C1.1 10.4.2 7.6 0 5.3-.1 3.1.4 1.5 1.3 1c.1 0 .3-.1.4-.2.9-.5 1.9-1 2.8-.7.7.2 1.3.9 1.7 1.9 1.2 3.1.1 3.7-1.3 4.4l-.2.1c-.3.2-.8.8 1.3 4.8.7 1.3 1.3 2.2 1.8 2.9.3.4 1 1 1.4.8l.2-.1c1.3-.7 2.5-1.4 4.4 1.4.6.9.9 1.7.7 2.4-.3 1-1.3 1.5-2.2 2-.1.1-.3.1-.4.2-.5.2-1.2.2-1.9-.1z" fill="%238d8e8d"/></svg>');background-repeat:no-repeat;position:absolute;top:3px;left:-25px;width:15px;height:22px}.header-info__phone{display:block;font:300 18px/26px "Open Sans", sans-serif;color:#000}.header-info__working{font:300 12px/24px "Open Sans", sans-serif;color:#696969;margin:0;margin-left:10px}.header-controls{margin-left:auto}.header-controls__item{display:inline-block;position:relative;text-align:center;margin-right:30px}.header-controls__item:hover .controls__icon{color:#000}.header-controls__item:hover .controls__name{font-weight:400;color:#000}.header-controls__item:hover .controls__name:before{background:#fce1da}.header-controls__item:last-of-type{margin-right:0}.header-controls__item:after{position:absolute;content:'';left:-5px;right:-5px;top:-5px;bottom:-5px}.controls__icon{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;height:50px;color:rgba(0, 0, 0, .7)}.controls__name{position:relative;font:300 14px "Open Sans", sans-serif;color:#3f3d3d;margin:0}.controls__name:after{display:block;content:attr(title);font-weight:400;height:0;overflow:hidden;visibility:hidden}.controls__name:before{content:'';position:absolute;width:100%;height:2px;bottom:-5px;background:transparent}.controls__icon--heart{color:#aa182c}.header-nav{position:relative;max-width:1170px;margin:0 auto;padding:0 30px 0 70px;background:#fff;z-index:999}.header-nav__consultation{position:absolute;width:30px;height:30px;left:25px;top:16px;background:url("../img/consultation-button.png");background-size:30px 60px;background-position:0 0}.header-nav__consultation:hover{background-position:0 30px}.header-nav__list{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;list-style-type:none;margin:0;padding:0}.header-nav__item{margin:0 10px}.header-nav__item:first-of-type{margin-left:0}.header-nav__item:last-of-type{margin-right:0}.header-nav__link{position:relative;display:inline-block;font:400 14px "Open Sans", sans-serif;color:#000;text-transform:uppercase;padding:20px 0;white-space:nowrap}.header-nav__link.header-nav__link--special{color:#ad172b}.header-nav__link:hover:after{content:'';position:absolute;bottom:15px;left:0;right:0;height:2px;background:#fce1da}.nav-dropdown{display:none;position:absolute;left:0;right:0;border-bottom:1px solid rgba(0, 0, 0, .2);border-top:1px solid rgba(0, 0, 0, .2);background:#fff;z-index:1}.header-nav__item:hover>.nav-dropdown{display:block}.header-nav__item:focus-within>.nav-dropdown{display:block}.dropdown__inner{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;max-width:1170px;margin:0 auto;padding:30px;background:#fff}.dropdown__column{-ms-flex-preferred-size:16.66667%;flex-basis:16.66667%;list-style-type:none;margin:0;padding:0;padding-right:20px}.dropdown__column.dropdown__column--special{-ms-flex-preferred-size:auto;flex-basis:auto;min-width:150px;padding-left:30px;padding-right:0;margin-left:auto;border-left:1px solid rgba(0, 0, 0, .2)}.dropdown__column.dropdown__column--special .dropdown__link--main:hover{color:#000}.dropdown__item.dropdown__item--main{padding-bottom:5px}.dropdown__link{display:block;font:400 13px/24px "Open Sans", sans-serif;color:#666666;-webkit-transition:all 0.2s ease;transition:all 0.2s ease}.dropdown__link:hover{text-shadow:0 0 0 #010101;color:#010101}.dropdown__link.dropdown__link--main{font-size:14px;color:#2d2d2d;text-transform:uppercase}.info{max-width:1170px;margin:0 auto;padding:45px 30px 30px;text-align:left}.info h2{font:300 14px/24px "Open Sans", sans-serif;color:#b01a2e;text-transform:uppercase;margin:0;margin-bottom:10px}.info h3{font:400 18px "Open Sans", sans-serif;color:#000;margin:0;margin-bottom:10px}.info p{font:300 14px/20px "Open Sans", sans-serif;color:#000}.info p+p{margin-top:10px}.info p+h2{margin-top:30px}.info a{color:#b01a2e}.info a:active,.info a:hover{color:#e44c60}.info .faq-form__title{font:300 24px "Dinnext";margin:40px auto 20px;text-align:left}.info~.social-block{margin-top:50px}.faq h2{display:inline;cursor:pointer;border-bottom:1px dashed #000}.faq .group{margin-bottom:15px}.faq-form{margin-top:40px;max-width:400px}.faq-form__label{display:block;font:400 12px "Open Sans", sans-serif;color:#7f7f7f;margin-bottom:10px}.faq-form__input{display:block;height:40px;font:400 14px/40px "Open Sans", sans-serif;color:#000;padding:0 15px;width:100%;border:1px solid #d7d7d7;margin-top:5px}.faq-form__textarea{display:block;resize:none;font:400 14px "Open Sans", sans-serif;color:#000;padding:10px 15px;width:100%;border:1px solid #d7d7d7;margin-top:5px}.faq-form__btn-block{margin-top:40px;text-align:right}.faq-form__button{display:inline-block;cursor:pointer;border:0;height:40px;font:400 12px/40px "Open Sans", sans-serif;text-align:center;text-transform:uppercase;color:#fff;background:#ad172b;width:135px;-webkit-transition:background 0.3s ease;transition:background 0.3s ease}.faq-form__button:hover{background:#c02c40}.contacts h3{margin-bottom:5px}.contacts p+p{margin-top:0}.contacts__block{margin-bottom:15px}.contacts__map{max-width:600px}.article-page,.news-block{max-width:1170px;margin:0 auto;padding:0 30px 30px;text-align:left}.article-page~.social-block,.news-block~.social-block{margin-top:50px}.news-item{padding:15px 0}.news-item:after{display:block;content:"";clear:both}.news-item .photo{float:left;padding-right:15px;padding-bottom:15px;max-width:380px}.news-item .photo img{display:block;max-width:100%;height:auto}.news-item .main-data{font:400 15px "Open Sans", sans-serif}.news-item .read-more{font:400 16px "Open Sans", sans-serif;color:#ad172b}.news-item .read-more:hover,.news-item .read-more:visited{color:#c02c40}.article-page__wrapper{padding:30px 0 0}.article-page__wrapper:after{display:block;content:"";clear:both}.article-page__wrapper .article-page__main-img{float:left;padding-right:15px;padding-bottom:15px}.article-page__wrapper .article-page__img{max-width:100%;height:auto;margin:15px auto}.article-page__wrapper .title-h2{font:400 18px "Open Sans", sans-serif;color:#000;margin-bottom:15px}.article-page__wrapper p{font:300 14px "Open Sans", sans-serif;color:#000;margin-bottom:10px}.article-page__wrapper p img{float:none;max-width:100%;padding-right:0;padding-bottom:0}.employees-list{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;margin:20px auto}.employee{-ms-flex-preferred-size:25%;flex-basis:25%;text-align:center;padding:15px}.employee__img img{max-width:100%;height:auto}.employee__name{font:400 15px "Open Sans", sans-serif;color:#959595}.brands-page{max-width:1170px;margin:0 auto;padding:0 30px 30px;text-align:left}.brands-page~.social-block{margin-top:50px}.brands-page__content{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap}.brands{-ms-flex-preferred-size:20%;flex-basis:20%;padding:15px}.category{font:600 16px "Open Sans", sans-serif;color:#464646;margin-bottom:5px}.brands__list{list-style-type:none;padding-left:10px;margin:0}.brands__link{font:300 14px "Open Sans", sans-serif;color:#464646}.brands__link:hover{color:#000;text-decoration:underline}.brand-page{max-width:1170px;margin:0 auto;padding:30px 30px 30px;text-align:center}.brand-page~.social-block{margin-top:50px}.brand-page__img{margin-bottom:15px}.brand-page__img img{max-width:100%;height:auto}.all-brand{margin-top:10px;text-align:center}.all-brand-link{font:400 16px "Open Sans", sans-serif;color:#464646;text-decoration:underline}.all-brand-link:active,.all-brand-link:hover{color:#000;text-decoration:none}.search-page{max-width:1170px;margin:0 auto;padding:45px 30px 30px;text-align:center}.search-page .search-page__settings+p{max-width:495px;margin:0 auto;text-align:left}.search-page .catalog{text-align:left;padding:0}.search-page~.social-block{margin-top:50px}.search{font-size:0}.search__input{display:inline-block;height:40px;font:400 14px "Open Sans", sans-serif;color:#000;padding:10px;width:350px;margin-right:10px;border:1px solid #d7d7d7}.search__input::-webkit-input-placeholder{font:400 12px "Open Sans", sans-serif;color:#606060}.search__input:-ms-input-placeholder{font:400 12px "Open Sans", sans-serif;color:#606060}.search__input::-ms-input-placeholder{font:400 12px "Open Sans", sans-serif;color:#606060}.search__input::placeholder{font:400 12px "Open Sans", sans-serif;color:#606060}.search__button{display:inline-block;cursor:pointer;border:0;height:40px;font:400 12px/40px "Open Sans", sans-serif;text-align:center;text-transform:uppercase;color:#fff;background:#ad172b;width:135px;-webkit-transition:background 0.3s ease;transition:background 0.3s ease}.search__button:hover{background:#c02c40}.search-page__settings{max-width:495px;margin:20px auto;text-align:left}.order-page{max-width:1170px;margin:0 auto;padding:0 30px 30px;text-align:left}.order-page .row{margin-bottom:15px}.order-page__actions{font-size:0;text-align:center;margin-bottom:30px}.order-page__back{display:inline-block;cursor:pointer;height:40px;padding:0 10px;font:400 12px/40px "Open Sans", sans-serif;text-transform:uppercase;text-align:center;-webkit-transition:background 0.3s ease;transition:background 0.3s ease;border:1px solid #bfbfbf;color:#464646;background:#fff;margin-right:15px}.order-page__back:hover{background:#eee}.order-page__cancel{display:inline-block;cursor:pointer;border:1px solid #ad172b;height:40px;padding:0 10px;font:400 12px/40px "Open Sans", sans-serif;text-align:center;text-transform:uppercase;color:#fff;background:#ad172b;-webkit-transition:all 0.3s ease;transition:all 0.3s ease}.order-page__cancel:hover{background:#c02c40;border:1px solid #c02c40}.order-page__header{text-align:center}.order-page__header .title-h2{font:600 18px "Open Sans", sans-serif;color:#000;text-transform:uppercase}.order-page__content{padding:30px 50px 50px;border:1px solid rgba(0, 0, 0, .2);max-width:600px;margin:20px auto}.order-data{width:100%;margin-bottom:15px}.order-data tr{vertical-align:top}.order-data td{text-align:left;width:50%}.order-data-name{font:400 16px "Open Sans", sans-serif;color:#000;text-transform:uppercase}.product-table__list{font-size:12px}.product-table__list .discount,.product-table__list .number,.product-table__list .price,.product-table__list .sum{white-space:nowrap}.product-table__list a{color:#ad172b}.product-table__list a:hover{text-decoration:underline}.product-table__list .discount,.product-table__list .image,.product-table__list .name,.product-table__list .number,.product-table__list .price,.product-table__list .sum{padding-right:5px}.table_totals{width:100%;font-size:14px}.table_totals tr{margin-bottom:5px}.table_totals td{width:50%;padding-bottom:5px}.table_totals td:nth-child(2n){width:50%;font-weight:600}.checkout-button{margin-top:10px;text-align:right}.submit-order-detail{display:inline-block;cursor:pointer;border:1px solid #ad172b;height:40px;padding:0 10px;font:400 12px/40px "Open Sans", sans-serif;text-align:center;text-transform:uppercase;color:#fff;background:#ad172b;-webkit-transition:all 0.3s ease;transition:all 0.3s ease}.submit-order-detail:hover{background:#c02c40;border:1px solid #c02c40}.product-table__mini{overflow:auto}.promotion{display:-webkit-box;display:-ms-flexbox;display:flex;max-width:1110px;padding:20px 30px;margin:15px auto;border:1px solid rgba(0, 0, 0, .2);-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;font:400 17px "Open Sans", sans-serif;text-align:center;color:#000}.promotion a{color:#000}.promo-slider{position:relative}.promo-slider .lSSlideOuter .lSPager.lSpg{position:absolute;left:0;right:0;bottom:15px;z-index:1}.promo-slider .lSAction{width:1170px;position:absolute;margin:auto;top:50%;left:50%;-webkit-transform:translateX(-50%);transform:translateX(-50%)}.promo-slider .lSAction>a{content:'';background-image:url("../../img/slider-arrow.svg");background-repeat:no-repeat;background-position:center;background-size:100%;width:23px;height:43px;margin-top:-20.5px}.promo-slider .lSAction>.lSPrev{left:0}.promo-slider .lSAction>.lSNext{-webkit-transform:rotate(180deg);transform:rotate(180deg);right:0}.promo-slider .lSSlideOuter .lSPager.lSpg>li a{width:10px;height:10px;background-color:#434343;opacity:0.4}.promo-slider .lSSlideOuter .lSPager.lSpg>li.active a,.promo-slider .lSSlideOuter .lSPager.lSpg>li:hover a{background-color:#000;opacity:0.5}.promo-slider__inner{text-align:center;margin:0 auto;max-height:570px}.promo-slider__img{max-width:100%}.pink-line{background:#fce1da;width:100%;height:30px}.pink-line.pink-line--inner{height:9px}.pink-line.pink-line--small{height:5px}.products-block{position:relative;text-align:center;overflow:hidden}.products-block.products-block--star-r:after{content:'';position:absolute;right:-100px;top:-70px;background:url(../img/star.svg) center no-repeat;background-size:cover;width:283px;height:270px;z-index:1}.products-block.products-block--star-l:after{content:'';position:absolute;left:-100px;top:37%;background:url(../img/star.svg) center no-repeat;background-size:cover;width:283px;height:270px;z-index:1}.products__title{position:relative;margin:80px auto 60px;font:300 36px "Dinnext"}.products__title span{background:#fff;padding:0 45px}.products__title:before{position:absolute;content:'';background:rgba(0, 0, 0, .2);width:100%;height:1px;left:0;right:0;top:20px;z-index:-1}.brands-slider,.products-slider{max-width:1110px;margin:0 auto}.brands-slider.owl-theme .owl-dots,.products-slider.owl-theme .owl-dots{margin-top:20px}.brands-slider.owl-theme .owl-nav,.products-slider.owl-theme .owl-nav{position:absolute;left:-45px;right:-45px;top:134px;margin-top:0}.brands-slider.owl-theme .owl-nav [class*=owl-],.products-slider.owl-theme .owl-nav [class*=owl-]{position:absolute;content:'';background-image:url("../../img/brands-arrow.svg");background-repeat:no-repeat;background-position:center;background-size:100%;background-color:transparent;width:17px;height:32px;margin:0}.brands-slider.owl-theme .owl-nav [class*=owl-].owl-prev,.products-slider.owl-theme .owl-nav [class*=owl-].owl-prev{left:0}.brands-slider.owl-theme .owl-nav [class*=owl-].owl-next,.products-slider.owl-theme .owl-nav [class*=owl-].owl-next{right:0;-webkit-transform:rotate(180deg);transform:rotate(180deg)}.promotions-slider.owl-theme .owl-nav{top:154px}.products__list{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;margin:15px auto}.products__list .products__item{margin:15px;padding:15px;-ms-flex-preferred-size:calc(25% - 30px);flex-basis:calc(25% - 30px);width:auto;cursor:default;border:none;height:370px}.products__list .products__item img{display:block;max-height:180px;width:auto;max-width:100%;margin-bottom:auto}.products__item{position:relative;cursor:pointer;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end;-webkit-box-align:center;-ms-flex-align:center;align-items:center;height:300px;border:1px solid transparent;padding:10px 25px 25px;font-size:0;-webkit-transition:border-color 0.2s ease;transition:border-color 0.2s ease;overflow:hidden}.products__item:hover{border-color:#e5e4e2}.product__hit{position:absolute;top:15px;left:15px;font:400 16px/1 "Open Sans", sans-serif;color:#b01a2e}.product__discount{background:url(../img/discount-star.svg) center no-repeat;background-size:cover;position:absolute;right:10px;top:10px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;width:60px;height:55px}.product__discount span{font:700 16px/35px "Roboto", sans-serif;width:45px;height:30px;color:#b01a2e;background:radial-gradient(#fff, transparent)}.owl-carousel .owl-item img.product__img{margin-bottom:auto;display:inline-block;max-height:130px;width:auto;max-width:100%}.product__new{font:400 14px/1 "Open Sans", sans-serif;color:#b01a2e;margin-bottom:15px}.product__brand{overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:1;max-height:15px;font:700 14px/15px "Open Sans", sans-serif;color:#3f3d3d;text-transform:uppercase;margin-bottom:10px}.product__name{overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:1;max-height:15px;font:400 14px/15px "Open Sans", sans-serif;color:#3f3d3d;text-transform:uppercase;margin-bottom:5px}.product__description{overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:1;max-height:14px;font:400 12px/14px "Open Sans", sans-serif;color:#7f7f7f;margin-bottom:10px}.product__price{font:300 14px "Open Sans", sans-serif;color:#b01a2e}.product__price.product__price--old{color:#454545;text-decoration:line-through;margin-left:10px}.brands-block{background:#f0f0f0}.brands-slider{height:130px;margin:100px auto 0}.brands-slider.owl-theme .owl-nav{top:49px}.brands-slider.owl-theme .owl-nav [class*=owl-]{width:11px;background-color:transparent}.brands-slider .brands-slider__item{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;height:130px;padding:0 30px}.banners{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;max-width:1110px;margin:100px auto 0}.social-block{background:#f0f0f0;margin-top:100px}.social-block__inner{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;height:80px;max-width:1170px;padding:0 30px;margin:0 auto}.socials{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:end;-ms-flex-align:end;align-items:flex-end}.socials__text{font:400 16px "Open Sans", sans-serif;color:#3f3d3d;text-transform:uppercase;margin-right:25px}.socials__list{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:end;-ms-flex-align:end;align-items:flex-end;list-style-type:none;margin:0;padding:0}.socials__item{display:inline-block;margin-right:15px}.socials__link{opacity:0.8;-webkit-transition:opacity 0.3s ease;transition:opacity 0.3s ease}.socials__link:hover{opacity:1}.socials__link.socials__link--fb img{height:22px}.socials__link.socials__link--ig img{height:21px;width:21px}.socials__link.socials__link--tg img{height:16px}.subscribe__input{display:inline-block;height:40px;font:400 14px "Open Sans", sans-serif;color:#000;padding:10px 25px;width:350px;margin-right:10px;border:1px solid #d7d7d7}.subscribe__input::-webkit-input-placeholder{font:400 12px "Open Sans", sans-serif;color:#606060}.subscribe__input:-ms-input-placeholder{font:400 12px "Open Sans", sans-serif;color:#606060}.subscribe__input::-ms-input-placeholder{font:400 12px "Open Sans", sans-serif;color:#606060}.subscribe__input::placeholder{font:400 12px "Open Sans", sans-serif;color:#606060}.subscribe__button{display:inline-block;cursor:pointer;border:0;height:40px;font:400 12px/40px "Open Sans", sans-serif;text-align:center;text-transform:uppercase;color:#fff;background:#ad172b;width:135px;-webkit-transition:background 0.3s ease;transition:background 0.3s ease}.subscribe__button:hover{background:#c02c40}.footer{position:relative;overflow:hidden}.footer:after{content:'';position:absolute;right:-100px;bottom:-40px;background:url(../img/star.svg) center no-repeat;background-size:cover;width:283px;height:270px;z-index:1}.footer-nav{display:-webkit-box;display:-ms-flexbox;display:flex;max-width:1170px;margin:0 auto;padding:55px 30px}.footer-menu__column{-ms-flex-preferred-size:20%;flex-basis:20%;list-style-type:none;margin:0;padding:0;padding-right:40px}.footer-menu__column.footer-menu__column--small{-ms-flex-preferred-size:180px;flex-basis:180px}.footer-menu__item.footer-menu__item--main{padding-bottom:5px}.footer-menu__link{font:400 13px/24px "Open Sans", sans-serif;color:#666666;-webkit-transition:all 0.2s ease;transition:all 0.2s ease}.footer-menu__link:hover{text-shadow:0 0 0 #010101;color:#010101}.footer-menu__link.footer-menu__link--main{font-weight:600;font-size:14px;color:#3f3d3d;text-transform:uppercase}.footer-menu__link.footer-menu__link--working{display:block;font:300 13px "Open Sans", sans-serif;color:#696969;pointer-events:none;margin-bottom:15px}.footer-menu__link.footer-menu__link--phone{display:block;position:relative;font:400 16px "Open Sans", sans-serif;color:#ad172b;margin-bottom:15px}.footer-menu__link.footer-menu__link--phone:before{position:absolute;content:'';left:-35px;top:3px;background:url("../../img/phone-icon.png");background-size:17px 17px;width:17px;height:17px}.footer-menu__link.footer-menu__link--email{display:block;position:relative;font:400 14px "Open Sans", sans-serif;color:#3f3d3d}.footer-menu__link.footer-menu__link--email:before{position:absolute;content:'';left:-35px;top:4px;background:url("../../img/email-icon.png");background-size:16px 12px;width:16px;height:12px}.footer-info{margin-left:auto}.payment{margin-bottom:20px}.payment img{display:block;margin-bottom:10px}.footer-info__p{font:400 12px/24px "Open Sans", sans-serif;color:#666666}.footer-copy{border-top:1px solid rgba(0, 0, 0, .2)}.footer-copy__inner{display:-webkit-box;display:-ms-flexbox;display:flex;height:70px;max-width:1170px;margin:0 auto;padding:0 340px 0 30px;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.copy{font:400 12px "Open Sans", sans-serif;color:#666666}.development{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;font:400 12px "Open Sans", sans-serif;color:#666666}.development img{width:70px;margin-top:2px;margin-left:10px}.catalog-nav{margin:40px auto 0;text-align:center}.breadcrumbs{list-style-type:none;margin:0 auto;padding:0;text-align:center;font-size:0}.breadcrumbs+.catalog__title{margin-top:20px}.breadcrumbs__item{display:inline-block;position:relative;margin-bottom:5px}.breadcrumbs__item+.breadcrumbs__item{margin-left:26px}.breadcrumbs__item+.breadcrumbs__item:before{content:'>';position:absolute;left:-16px;font:400 12px/14px "Open Sans", sans-serif;color:#7e7e7e}.breadcrumbs__link{font:300 12px/14px "Open Sans", sans-serif;color:#7e7e7e}.breadcrumbs__link.breadcrumbs__link--active{pointer-events:none;color:#3f3d3d}.catalog__title{font:300 30px "Dinnext";margin:0;padding:0}.breadcrumbs+.catalog__title{margin-top:20px;margin-bottom:40px}.catalog-submenu{list-style-type:none;padding:0;margin:0 auto;padding:35px 0 25px;border-bottom:1px solid rgba(0, 0, 0, .2)}.catalog-submenu__item{display:inline-block;padding:0 15px 15px}.catalog-submenu__link{position:relative;display:inline-block;font:300 14px "Open Sans", sans-serif;color:#000;text-transform:uppercase}.catalog-submenu__link:before{display:block;content:attr(data-name);font-weight:400;height:0;overflow:hidden;visibility:hidden}.catalog-submenu__link:hover{font-weight:400}.catalog-submenu__link:hover:after{content:'';position:absolute;bottom:-5px;left:0;right:0;height:2px;background:#fce1da}.catalog{display:-webkit-box;display:-ms-flexbox;display:flex;max-width:1170px;margin:30px auto 0;padding:0 30px}.catalog~.social-block{margin-top:30px}.catalog__filter{-ms-flex-preferred-size:190px;flex-basis:190px;-ms-flex-negative:0;flex-shrink:0;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.catalog-filter__item+.catalog-filter__item{margin-top:30px}.catalog-filter__title{position:relative;font:400 16px "Open Sans", sans-serif;color:#000;cursor:pointer}.catalog-filter__title.catalog-filter__title--main{color:#b01a2e}.catalog-filter__title:after{position:absolute;right:0;top:50%;margin-top:-2px;content:'';background-image:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSI4LjUiIGhlaWdodD0iNC41IiB2aWV3Qm94PSIwIDAgOC41IDQuNSIgb3ZlcmZsb3c9InNjcm9sbCI+PHBhdGggZD0iTTguMyA0LjNMNC40LjNjLS4xLS4xLS4yLS4xLS4yIDBMLjMgNC4xIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiIGNsaXAtcnVsZT0iZXZlbm9kZCIgZmlsbD0ibm9uZSIgc3Ryb2tlPSIjMDEwMjAyIiBzdHJva2Utd2lkdGg9Ii41IiBzdHJva2UtbGluZWNhcD0icm91bmQiIHN0cm9rZS1taXRlcmxpbWl0PSIxMCIvPjwvc3ZnPg==);width:8.5px;height:4.5px;-webkit-transition:-webkit-transform 0.2s ease;transition:-webkit-transform 0.2s ease;transition:transform 0.2s ease;transition:transform 0.2s ease, -webkit-transform 0.2s ease}.catalog-filter__title.--close:after{-webkit-transform:rotate(180deg);transform:rotate(180deg)}.catalog-filter__subitem{padding:30px 0;border-bottom:1px solid rgba(0, 0, 0, .2)}.catalog-filter__subitem.catalog-filter__subitem--closed{display:none}.catalog-filter__subitem.catalog-filter__subitem--price{padding-top:20px}.catalog-filter__subitem.catalog-filter__subitem--noborder{border-bottom:none}.catalog-filter__list{list-style-type:none;margin:0;padding:0}.filter-list__item{line-height:24px}.filter-list__link{display:inline-block;font:300 14px/18px "Open Sans", sans-serif;color:#6f6f6f}.catalog-filter__checkbox{display:block;position:relative;padding-left:50px;cursor:pointer;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;font:300 14px/25px "Open Sans", sans-serif;color:#6f6f6f}.catalog-filter__checkbox+.catalog-filter__checkbox{margin-top:5px}.catalog-filter__checkbox input{position:absolute;opacity:0;cursor:pointer;height:0;width:0}.catalog-filter__checkbox .checkmark:after{left:8px;top:1px;width:7px;height:16px;border:solid #b01a2e;border-width:0 2px 2px 0;-webkit-transform:rotate(35deg);transform:rotate(35deg);-webkit-transition:opacity 0.2s ease;transition:opacity 0.2s ease}.catalog-filter__checkbox input:checked~.checkmark:after{opacity:1}.catalog-filter__checkbox.catalog-filter__checkbox--hidden{display:none}.catalog-filter__checkbox.catalog-filter__checkbox--hidden.--show{display:block}.checkmark{position:absolute;top:0;left:0;height:25px;width:25px;background-color:#fff;border:1px solid #dddddd}.checkmark:after{content:"";position:absolute;opacity:0}.catalog-filter__expand{display:inline-block;position:relative;cursor:pointer;font:400 14px "Open Sans", sans-serif;color:#000;margin-top:10px;padding-right:30px}.catalog-filter__expand:after{position:absolute;right:0;top:50%;margin-top:-2px;content:'';background-image:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSI4LjUiIGhlaWdodD0iNC41IiB2aWV3Qm94PSIwIDAgOC41IDQuNSIgb3ZlcmZsb3c9InNjcm9sbCI+PHBhdGggZD0iTTguMyA0LjNMNC40LjNjLS4xLS4xLS4yLS4xLS4yIDBMLjMgNC4xIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiIGNsaXAtcnVsZT0iZXZlbm9kZCIgZmlsbD0ibm9uZSIgc3Ryb2tlPSIjMDEwMjAyIiBzdHJva2Utd2lkdGg9Ii41IiBzdHJva2UtbGluZWNhcD0icm91bmQiIHN0cm9rZS1taXRlcmxpbWl0PSIxMCIvPjwvc3ZnPg==);width:8.5px;height:4.5px;-webkit-transform:rotate(180deg);transform:rotate(180deg);-webkit-transition:-webkit-transform 0.2s ease;transition:-webkit-transform 0.2s ease;transition:transform 0.2s ease;transition:transform 0.2s ease, -webkit-transform 0.2s ease}.catalog-filter__expand.--expanded:after{-webkit-transform:rotate(0);transform:rotate(0)}.catalog-filter__price{margin-bottom:10px}.filter-price__range{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;font:300 14px "Open Sans", sans-serif;color:#3f3d3d}.price-text__block{-ms-flex-preferred-size:50%;flex-basis:50%;text-align:left}.price-text__block+.price-text__block{text-align:right}.price-text__block+.price-text__block .price-text{text-align:right}.price-text{display:inline;font:300 14px/19px "Open Sans", sans-serif;height:19px;color:#3f3d3d;border:none;margin-left:5px;border-bottom:1px solid transparent;-webkit-transition:border 0.3s ease;transition:border 0.3s ease}.price-text:focus{outline:none;border-bottom-color:rgba(0, 0, 0, .2)}.catalog__items{-ms-flex-preferred-size:920px;flex-basis:920px}.catalog__sort{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end}.catalog-filter__button,.catalog-sort__button{display:none}.sort-select{position:relative;width:210px;font-family:Arial}.sort-select select{display:none}.select-selected{background-color:#fff;border:1px solid #dcdcdc;font:300 14px "Open Sans", sans-serif;color:#000}.select-selected:after{position:absolute;right:18px;top:50%;margin-top:-2px;content:'';background-image:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSI4LjUiIGhlaWdodD0iNC41IiB2aWV3Qm94PSIwIDAgOC41IDQuNSIgb3ZlcmZsb3c9InNjcm9sbCI+PHBhdGggZD0iTTguMyA0LjNMNC40LjNjLS4xLS4xLS4yLS4xLS4yIDBMLjMgNC4xIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiIGNsaXAtcnVsZT0iZXZlbm9kZCIgZmlsbD0ibm9uZSIgc3Ryb2tlPSIjMDEwMjAyIiBzdHJva2Utd2lkdGg9Ii41IiBzdHJva2UtbGluZWNhcD0icm91bmQiIHN0cm9rZS1taXRlcmxpbWl0PSIxMCIvPjwvc3ZnPg==);width:8.5px;height:4.5px;-webkit-transition:-webkit-transform 0.2s ease;transition:-webkit-transform 0.2s ease;transition:transform 0.2s ease;transition:transform 0.2s ease, -webkit-transform 0.2s ease;-webkit-transform:rotate(180deg);transform:rotate(180deg)}.select-selected.select-arrow-active:after{-webkit-transform:rotate(0);transform:rotate(0)}.select-items div,.select-selected{font:300 14px "Open Sans", sans-serif;padding:10px 18px 9px;cursor:pointer;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.select-items{position:absolute;background-color:#eeeeee;border:1px solid #dcdcdc;border-top:none;padding:10px 0;top:100%;left:0;right:0;z-index:99}.select-hide{display:none}.same-as-selected,.select-items div:hover{background-color:#dcdcdc}.catalog-items__list{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap}.catalog-items__list .products__item{width:210px;height:370px;margin:25px 0 25px 20px;text-align:center;padding:15px}.catalog-items__list .products__item img{display:block;max-height:180px;width:auto;max-width:100%;margin-bottom:auto}.catalog-items__list .title-h3{width:100%;text-align:center;margin-top:40px;font-size:20px}.catalog__pagination{display:block;width:100%;text-align:center}.catalog-pagination__button{display:inline-block;cursor:pointer;border:0;height:40px;font:400 12px/40px "Open Sans", sans-serif;text-transform:uppercase;text-align:center;color:#fff;background:#ad172b;padding:0 20px;-webkit-transition:background 0.3s ease;transition:background 0.3s ease}.catalog-pagination__button:hover{background:#c02c40}.catalog-pagination{margin:20px auto;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.catalog-pagination__list{list-style-type:none;padding:0;margin:0}.catalog-pagination__item{display:inline-block}.catalog-pagination__link{font:300 14px "Open Sans", sans-serif;color:#707070;padding:0 3px}.catalog-pagination__link:hover{color:#000}.catalog-pagination__link.catalog-pagination__link--active{font-weight:400;color:#000}.inner-nav{margin:0 auto;text-align:center}.inner-nav .breadcrumbs{margin:40px auto}.inner__title{font:300 30px "Dinnext";margin:0;padding:0;margin-top:40px}.cart{max-width:915px;margin:30px auto 0;text-align:center}.cart+.products-block .products__title{margin-top:40px}.cart__item{position:relative;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;padding:35px 0;border-top:1px solid rgba(0, 0, 0, .2)}.cart__item:last-of-type{border-bottom:1px solid rgba(0, 0, 0, .2)}.cart-item__img{-ms-flex-preferred-size:210px;flex-basis:210px}.cart-img{display:block;max-width:100%;max-height:160px;margin-right:15px}.cart-item__description{-ms-flex-preferred-size:165px;flex-basis:165px;text-align:left}.cart-descr__brand{font:300 15px "Dinnext";color:#000;margin-bottom:35px}.cart-descr__name{font:300 12px "Open Sans", sans-serif;color:#000;text-transform:uppercase;margin-bottom:30px}.cart-descr__info{font:300 10px "Open Sans", sans-serif;color:#000}.cart-item__count{-ms-flex-preferred-size:440px;flex-basis:440px}.cart-count{display:-webkit-box;display:-ms-flexbox;display:flex;width:120px;margin:0 auto;border:1px solid #dcdcdc}input[type=number]::-webkit-inner-spin-button,input[type=number]::-webkit-outer-spin-button{-webkit-appearance:none;margin:0}input[type=number]{-moz-appearance:textfield}.cart-count__result{border:none;text-align:center}.cart-count__minus,.cart-count__plus,.cart-count__result{display:-webkit-box;display:-ms-flexbox;display:flex;width:40px;height:40px;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;border-left:1px solid #dcdcdc;font:300 14px "Open Sans", sans-serif;color:#696969}.cart-count__minus{padding-bottom:3px;border-left:none}.cart-count__minus,.cart-count__plus{-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;cursor:pointer;background:#fff;-webkit-transition:background 0.2s ease;transition:background 0.2s ease}.cart-count__minus:hover,.cart-count__plus:hover{background:#fce1da}.cart-item__price{-ms-flex-preferred-size:100px;flex-basis:100px;text-align:right;font:400 16px "Open Sans", sans-serif;color:#000}.cart-item__delete,.seen-item__delete,.wish-item__delete{position:absolute;right:0;top:20px;display:inline-block;width:17px;height:17px;overflow:hidden;cursor:pointer}.cart-item__delete:after,.cart-item__delete:before,.seen-item__delete:after,.seen-item__delete:before,.wish-item__delete:after,.wish-item__delete:before{content:'';position:absolute;height:1px;width:100%;top:50%;left:0;margin-top:-1px;background:#e5e4e2;-webkit-transition:background 0.2s ease;transition:background 0.2s ease}.cart-item__delete:before,.seen-item__delete:before,.wish-item__delete:before{-webkit-transform:rotate(45deg);transform:rotate(45deg)}.cart-item__delete:after,.seen-item__delete:after,.wish-item__delete:after{-webkit-transform:rotate(-45deg);transform:rotate(-45deg)}.cart-item__delete:hover:after,.cart-item__delete:hover:before,.seen-item__delete:hover:after,.seen-item__delete:hover:before,.wish-item__delete:hover:after,.wish-item__delete:hover:before{background:#000}.cart__button{display:inline-block;cursor:pointer;border:0;height:40px;font:400 12px/40px "Open Sans", sans-serif;text-transform:uppercase;text-align:center;color:#fff;background:#ad172b;padding:0 20px;margin-top:40px;-webkit-transition:background 0.3s ease;transition:background 0.3s ease}.cart__button:hover{background:#c02c40}.personal{display:-webkit-box;display:-ms-flexbox;display:flex;max-width:1170px;margin:0 auto;padding:40px 30px 0}.personal__menu{position:-webkit-sticky;position:sticky;-ms-flex-item-align:start;align-self:flex-start;top:60px;-ms-flex-preferred-size:130px;flex-basis:130px;-ms-flex-negative:0;flex-shrink:0}.personal-menu__list{list-style-type:none;padding:0;margin:0}.personal-menu__item{padding-bottom:10px;padding-top:10px;border-bottom:1px solid rgba(0, 0, 0, .2)}.personal-menu__item:last-of-type{border-bottom:none}.personal-menu__link{font:300 14px "Open Sans", sans-serif;color:#6f6f6f;-webkit-transition:color 0.2s ease;transition:color 0.2s ease}.personal-menu__link:hover{color:#000}.personal-menu__link.--active{color:#000}.personal__content{-ms-flex-preferred-size:980px;flex-basis:980px;padding-left:60px}.personal__data{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;padding:30px 50px 50px;border:1px solid rgba(0, 0, 0, .2)}.personal__error{-ms-flex-preferred-size:100%;flex-basis:100%;margin-left:15px}.personal-data__block{-ms-flex-preferred-size:50%;flex-basis:50%;padding:15px}.personal-data__info,.personal-data__password{-ms-flex-preferred-size:50%;flex-basis:50%;padding-right:65px}.personal-data__address,.personal-data__save{-ms-flex-preferred-size:50%;flex-basis:50%}.personal-data__address,.personal-data__info{margin-bottom:40px}.personal-data__password .personal-data__title{text-transform:none;font-size:16px}.personal-data__save{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:end;-ms-flex-align:end;align-items:flex-end;-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end}.personal-data__title{font:300 18px "Open Sans", sans-serif;color:#000;text-transform:uppercase;margin-bottom:20px}.personal-data__item{margin-bottom:15px}.personal-data__item .sort-select{width:100%}.personal-data__item .select-items div,.personal-data__item .select-selected{text-transform:uppercase}.personal-data__item:last-of-type{margin-bottom:0}.personal-input{display:inline-block;height:40px;font:400 14px/40px "Open Sans", sans-serif;color:#000;padding:0 15px;width:100%;border:1px solid #d7d7d7}.personal-input::-webkit-input-placeholder{font:300 12px/40px "Open Sans", sans-serif;color:#838383;text-transform:uppercase}.personal-input:-ms-input-placeholder{font:300 12px/40px "Open Sans", sans-serif;color:#838383;text-transform:uppercase}.personal-input::-ms-input-placeholder{font:300 12px/40px "Open Sans", sans-serif;color:#838383;text-transform:uppercase}.personal-input::placeholder{font:300 12px/40px "Open Sans", sans-serif;color:#838383;text-transform:uppercase}.personal-textarea{display:block;resize:none;font:400 14px/24px "Open Sans", sans-serif;color:#000;padding:10px 15px 9px;width:100%;border:1px solid #d7d7d7}.personal-textarea::-webkit-input-placeholder{font:300 12px/24px "Open Sans", sans-serif;color:#838383;text-transform:uppercase}.personal-textarea:-ms-input-placeholder{font:300 12px/24px "Open Sans", sans-serif;color:#838383;text-transform:uppercase}.personal-textarea::-ms-input-placeholder{font:300 12px/24px "Open Sans", sans-serif;color:#838383;text-transform:uppercase}.personal-textarea::placeholder{font:300 12px/24px "Open Sans", sans-serif;color:#838383;text-transform:uppercase}.input-label__text{-ms-flex-preferred-size:75px;flex-basis:75px;-ms-flex-negative:0;flex-shrink:0}.input-label{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:center;-ms-flex-align:center;align-items:center;font:300 12px "Open Sans", sans-serif;color:#838383;text-transform:uppercase}.input-label .personal-input{margin-left:15px}.form-label{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;font:300 12px "Open Sans", sans-serif;color:#838383;text-transform:uppercase}.form-label .per,.form-label .personal-input,.form-label .personal-textarea{margin-top:5px}.form-label+.sort-select{margin-top:5px}.personal-data__button{display:inline-block;cursor:pointer;border:0;height:40px;font:400 12px/40px "Open Sans", sans-serif;text-transform:uppercase;text-align:center;color:#fff;background:#ad172b;padding:0 20px;-webkit-transition:background 0.3s ease;transition:background 0.3s ease}.personal-data__button:hover{background:#c02c40}.personal__wishes .products__title{margin-top:50px;font-size:24px}.personal__wishes .products__title:before{top:auto;bottom:-20px}.personal__wishes .products-block{overflow:visible}.personal__wishes .products-slider{max-width:917px}.personal__wishes .wish-item__delete{display:none;top:10px;right:10px}.personal__wishes .products__item:hover .wish-item__delete{display:block}.personal-history__title{font:300 24px "Dinnext";margin:40px auto 20px;text-align:center}.personal-history__item{position:relative;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;padding:35px 0;border-top:1px solid rgba(0, 0, 0, .2)}.history-item__img{-ms-flex-preferred-size:15%;flex-basis:15%}.history-img{display:block;max-width:100%;max-height:160px;margin-right:15px}.history-item__description{-ms-flex-preferred-size:15%;flex-basis:15%;text-align:left}.history-descr__brand{font:300 15px/40px "Dinnext";color:#000;margin-bottom:15px}.history-descr__name{font:300 12px "Open Sans", sans-serif;color:#000;text-transform:uppercase}.history-descr__info{font:300 10px "Open Sans", sans-serif;color:#000}.history-item__price{-ms-flex-preferred-size:15%;flex-basis:15%;text-align:center;font:400 12px/40px "Open Sans", sans-serif;color:#000}.history-descr__date--mobile,.history-descr__price--mobile{display:none}.history-item__date{-ms-flex-preferred-size:140px;flex-basis:140px;text-align:center;font:400 12px/40px "Open Sans", sans-serif;color:#000}.history-item__buttons{-ms-flex-preferred-size:30%;flex-basis:30%;text-align:right}.history-item__buttons .history-item__button+.history-item__button{margin-top:30px}.history-item__button{display:inline-block;text-align:center;cursor:pointer;border:0;height:40px;font:400 12px/40px "Open Sans", sans-serif;text-transform:uppercase;max-width:185px;width:100%;-webkit-transition:background 0.3s ease;transition:background 0.3s ease}.history-item__button.history-item__button--review{color:#fff;background:#ad172b}.history-item__button.history-item__button--review:hover{background:#c02c40}.history-item__button.history-item__button--cart{border:1px solid #bfbfbf;color:#464646;background:#fff}.history-item__button.history-item__button--cart:hover{background:#eee}.basket-summary__title{font:300 24px "Dinnext";margin:40px auto 20px;text-align:center}.basket-summary__item{position:relative;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;padding:35px 0;border-top:1px solid rgba(0, 0, 0, .2)}.basket-summary__item.basket-summary__item--total{-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end;font:400 16px "Open Sans", sans-serif;color:#000}.basket-summary__img{-ms-flex-preferred-size:20%;flex-basis:20%}.summary-img{display:block;max-width:100%;max-height:160px;margin:0 auto;padding-right:15px}.basket-summary__description{-ms-flex-preferred-size:40%;flex-basis:40%}.basket-descr__name{font:300 12px "Open Sans", sans-serif;color:#000;text-transform:uppercase}.basket-summary__quantity{-ms-flex-preferred-size:20%;flex-basis:20%;text-align:center;font:400 12px/40px "Open Sans", sans-serif;color:#000}.basket-summary__price{-ms-flex-preferred-size:20%;flex-basis:20%;text-align:center;font:400 12px/40px "Open Sans", sans-serif;color:#000}.basket-btn__block{text-align:right}.basket__button{display:inline-block;cursor:pointer;border:0;height:40px;font:400 12px/40px "Open Sans", sans-serif;text-transform:uppercase;text-align:center;color:#fff;background:#ad172b;padding:0 20px;-webkit-transition:background 0.3s ease;transition:background 0.3s ease}.basket__button:hover{background:#c02c40}.basket__button+.basket__button{margin-left:15px}.item-detail{max-width:1170px;margin:60px auto 0;padding:0 30px}.item-detail~.social-block{margin-top:50px}.item{display:-webkit-box;display:-ms-flexbox;display:flex;margin-bottom:60px}#detail-slider{display:block}.item__img-block{max-width:50%;max-height:400px}#detail-slider-mob{display:none}.item__img{max-height:400px;-o-object-fit:contain;object-fit:contain}.item__description{-ms-flex-preferred-size:440px;flex-basis:440px}.item-descr__logo{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:baseline;-ms-flex-align:baseline;align-items:baseline;padding-bottom:15px;border-bottom:1px solid rgba(0, 0, 0, .2)}.descr-logo{font:300 40px "Dinnext"}.item-descr__name{font:300 18px/24px "Open Sans", sans-serif;color:#000;text-transform:uppercase;margin:25px 0}.item-descr__reviews{display:inline-block;font:300 14px/24px "Open Sans", sans-serif;color:#5c5c5c;margin-bottom:25px}.item-descr__select{margin-bottom:25px}.item-descr__select .sort-select{width:100%}.item-descr__options{font-size:0;padding-bottom:25px;border-bottom:1px solid rgba(0, 0, 0, .2)}.item-radio__container{display:inline-block;position:relative;width:35px;height:35px;cursor:pointer;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;margin-right:10px;margin-bottom:15px}.item-radio__container input{position:absolute;opacity:0;cursor:pointer;left:0;top:0}.item-radio__container input:checked~.item-radio:after{display:block}.item-radio__container input:checked~.item-radio:before{display:block}.item-radio{position:absolute;top:0;left:0;width:35px;height:35px;background-size:100%!important}.item-radio:after{content:'';position:absolute;display:none;top:-10px;left:7.5px;width:20px;height:20px;background:#fff;border-radius:50%;border:1px solid #d2d2d2}.item-radio:before{content:'';position:absolute;display:none;left:15px;top:-6px;width:5px;height:10px;border:solid #b01a2e;border-width:0 1px 1px 0;-webkit-transform:rotate(35deg);transform:rotate(35deg);z-index:1}.item-descr__price{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:end;-ms-flex-align:end;align-items:flex-end;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;margin-top:25px;padding-bottom:25px;border-bottom:1px solid rgba(0, 0, 0, .2)}.item__price{font:400 30px "Open Sans", sans-serif;color:#b01a2e;letter-spacing:1.5px}.old-price{font-size:16px;color:#454545;text-decoration:line-through}.item__article{font:300 16px "Open Sans", sans-serif;color:#000;margin-bottom:3px}.item-descr__controls{display:-webkit-box;display:-ms-flexbox;display:flex;margin-top:5px}.item-controls__quantity{-ms-flex-preferred-size:120px;flex-basis:120px;margin-right:40px}.item-quantity__text{display:-webkit-box;display:-ms-flexbox;display:flex;height:55px;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;font:300 14px "Open Sans", sans-serif;color:#696969;text-transform:uppercase}.item-controls__button{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:end;-ms-flex-align:end;align-items:flex-end;margin-right:40px;-ms-flex-preferred-size:120px;flex-basis:120px}.item-controls__button .cart__button{margin-top:0;width:100%}.item-controls__wishlist{-ms-flex-preferred-size:80px;flex-basis:80px;cursor:pointer;-webkit-tap-highlight-color:transparent}.item-controls__wishlist.--added .item-wishlist__icon svg{stroke:#aa182c;color:#aa182c}.item-controls__wishlist.--added:hover .item-wishlist__icon svg{color:#fff;stroke:#aa182c}.item-controls__wishlist:hover .item-wishlist__icon svg{stroke:#fce1dc}.item-wishlist__text{display:-webkit-box;display:-ms-flexbox;display:flex;height:55px;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;text-align:center;font:300 12px "Open Sans", sans-serif;color:#696969}.item-wishlist__icon{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;height:42px}.item-wishlist__icon svg{-webkit-transition:all 0.2s ease;transition:all 0.2s ease;color:#fff;stroke:#aa182c}.item-info__tabs{display:-webkit-box;display:-ms-flexbox;display:flex;border-bottom:1px solid rgba(0, 0, 0, .2);overflow:auto}.info-tab{font:300 14px "Open Sans", sans-serif;color:#5b5b5b;text-transform:uppercase;padding:15px;border:1px solid transparent;border-bottom:none;cursor:pointer;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.info-tab:after{display:block;content:attr(title);font-weight:400;height:0;overflow:hidden;visibility:hidden}.info-tab.--active{border-color:rgba(0, 0, 0, .2);font-weight:400;color:#000}.info-tab:hover{font-weight:400;color:#000}.item-info__content{display:none}.item-info__content:first-of-type{display:block}.info-content__block{font:300 14px "Open Sans", sans-serif;color:#5c5c5c;margin:25px 0}.info-content__video{position:relative;width:100%;height:0;padding-top:56.25%;margin:10px 0}.info-content__video iframe{position:absolute;left:0;top:0;width:100%;height:100%}.item__similar{margin-bottom:55px}.item__similar .products__title{margin-top:30px;margin-bottom:30px;font-size:28px}.item__similar .products__title:before{top:15px}.item__reviews{max-width:1170px;margin:0 auto;padding:0 30px;text-align:center}.item-reviews__title{font:300 28px "Dinnext", sans-serif;color:#000;margin:0;margin-bottom:25px}.item-reviews{padding:35px 55px;border:1px solid rgba(0, 0, 0, .2)}.item-reviews__header{padding-left:145px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:baseline;-ms-flex-align:baseline;align-items:baseline;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.item-reviews__header+.item-review__buttons{margin-top:0}.item-reviews__quantity{font:300 14px "Open Sans", sans-serif;color:#000}.item-reviews__date{text-align:right;font:300 13px "Open Sans", sans-serif;color:#000;margin-bottom:10px}.item-review{display:-webkit-box;display:-ms-flexbox;display:flex;text-align:left;margin-top:20px}.item-review~.item-review__buttons{text-align:left;padding-left:145px}.item-review__info{-ms-flex-preferred-size:145px;flex-basis:145px;-ms-flex-negative:0;flex-shrink:0}.review-info__name{font:300 13px "Open Sans", sans-serif;color:#7f7f7f;text-transform:uppercase;margin-bottom:10px}.review-info__age{font:300 13px "Open Sans", sans-serif;color:#7f7f7f}.item-review__text{-ms-flex-preferred-size:793px;flex-basis:793px}.item-review__text p{font:300 13px "Open Sans", sans-serif;color:#7f7f7f}.item-review__buttons{text-align:center;margin-top:70px;font-size:0}.item-review__buttons .item-review__btn+.item-review__btn{margin-left:45px}.item-review__btn{display:inline-block;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;text-align:center;cursor:pointer;border:0;height:35px;font:400 11px/33px "Open Sans", sans-serif;text-transform:uppercase;color:#000;background:#fff;border:1px solid #e4e5e6;padding:0 15px;-webkit-transition:0.3s ease;transition:0.3s ease}.item-review__btn:hover{border-color:#b9babd;background:#e9eaeb}.item-review__btn span{display:none}.item-review__btn span.--show{display:inline}.item-review__comment{display:none;padding-left:145px;text-align:left;margin-top:40px;max-width:500px}.item-review__comment.--show{display:block}.review-comment__item{margin-bottom:10px}.review-comment__captcha{text-align:center;margin-top:15px;margin-bottom:15px}.review-comment__button{display:inline-block;cursor:pointer;border:0;height:40px;font:400 12px/40px "Open Sans", sans-serif;text-transform:uppercase;text-align:center;color:#fff;background:#ad172b;padding:0 20px;margin-bottom:15px;-webkit-transition:background 0.3s ease;transition:background 0.3s ease}.review-comment__button:hover{background:#c02c40}.review-comment__button.disabled{cursor:default;opacity:0.5}.review-comment__button.disabled:hover{background:#ad172b}.review-comment__required{font:400 15px "Open Sans", sans-serif;color:#000}.item-seen .products__title{max-width:1110px;font-size:28px}.item-seen .products__title:before{top:50px}.item-seen .products__item{padding:10px 10px 20px}.item-seen .products__item img.product__img{max-height:150px}.item-seen .products__item .product__new{margin-bottom:10px}.item-seen .products__item .product__brand{font-size:12px;margin-bottom:5px}.item-seen .products__item .product__name{font-size:10px}.item-seen .products__item .product__description{font-size:10px;margin-bottom:3px}.item-seen .products__item .product__price{font-size:12px}.item-seen~.social-block{margin-top:60px}.about-bg{width:100%;height:222px;background-image:url(../img/about-zvezda.jpg);background-repeat:no-repeat;background-position:center;background-size:100%;-webkit-filter:grayscale(100%);filter:url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg"><filter id="filter"><feColorMatrix type="matrix" color-interpolation-filters="sRGB" values="0.2126 0.7152 0.0722 0 0 0.2126 0.7152 0.0722 0 0 0.2126 0.7152 0.0722 0 0 0 0 0 1 0" /></filter></svg>#filter');filter:grayscale(100%)}.about{max-width:1170px;margin:0 auto;padding:45px 30px 30px;text-align:center}.about__title{font:300 18px "Open Sans", sans-serif;color:#000;text-transform:uppercase;max-width:230px;margin:30px auto 45px}.logo__text{font:300 14px/24px "Open Sans", sans-serif;color:#000}.about-info{display:-webkit-box;display:-ms-flexbox;display:flex;margin:55px auto 45px;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start}.about-info__img-block{-ms-flex-preferred-size:540px;flex-basis:540px}.about-info__img{max-width:100%;height:auto}.about-points{-ms-flex-preferred-size:540px;flex-basis:540px;text-align:left}.points-item{margin-bottom:35px}.points-item:last-of-type{margin-bottom:0}.point__title{font:300 14px/24px "Open Sans", sans-serif;color:#b01a2e;text-transform:uppercase;margin:0;margin-bottom:5px}.point__link{font:300 12px/24px "Open Sans", sans-serif;color:#b01a2e}.about__p{font:300 14px/24px "Open Sans", sans-serif;color:#000;text-align:left}.about__p+.about__p{margin-top:25px}.about~.social-block{margin-top:20px}.shops{display:-webkit-box;display:-ms-flexbox;display:flex;max-width:1170px;margin:40px auto 0;padding:0 30px 0 95px}.shops__list{-ms-flex-preferred-size:225px;flex-basis:225px;padding-right:45px}.shop{position:relative;padding-bottom:20px;border-bottom:1px solid rgba(0, 0, 0, .2)}.shop+.shop{margin-top:20px}.shop:last-of-type{border-bottom:none;padding-bottom:0}.shop:before{position:absolute;top:0;left:-25px;content:'';background:url("../img/map-marker.svg");width:11px;height:15px}.shop__address{cursor:pointer;font:400 13px "Open Sans", sans-serif;color:#b01a2e;text-transform:uppercase;margin-bottom:10px}.shop__hours{font:300 13px "Open Sans", sans-serif;color:#000}.shop__hours:last-of-type{margin-bottom:10px}.shop__phone{font:300 13px "Open Sans", sans-serif;color:#000}.shops__map{-ms-flex-preferred-size:820px;flex-basis:820px}.icon-text{display:inline-block;position:relative;font:600 13px/20px "Open Sans", sans-serif;color:#000;height:20px;padding:0 10px 0 13px;border-top-right-radius:5px;border-bottom-right-radius:5px;overflow:hidden;white-space:nowrap;text-align:left}.icon-text:before{position:absolute;content:'';left:-15px;top:0;width:20px;height:20px;border-radius:50%;-webkit-box-shadow:0 0 0 999px rgba(255, 255, 255, .7);box-shadow:0 0 0 999px rgba(255, 255, 255, .7);z-index:-1}.ya-map__title{font:400 13px "Open Sans", sans-serif;color:#b01a2e;text-transform:uppercase;margin:5px 0}.ya-map__work{font:300 13px "Open Sans", sans-serif;color:#696969}.ya-map__phone{display:inline-block;font:300 13px "Open Sans", sans-serif;color:#696969;margin:5px 0}.blocker{background-color:rgba(0, 0, 0, .4);z-index:100}.modal{border:none;border-radius:0;-webkit-box-shadow:none;box-shadow:none;max-width:550px;padding:40px 100px}.modal.modal--pass{padding:40px 87px 50px}.modal a.close-modal{position:absolute;right:20px;top:20px;display:inline-block;width:17px;height:17px;overflow:hidden;cursor:pointer;background:none}.modal a.close-modal:after,.modal a.close-modal:before{content:'';position:absolute;height:1px;width:100%;top:50%;left:0;margin-top:-1px;background:rgba(0, 0, 0, .4);-webkit-transition:background 0.2s ease;transition:background 0.2s ease}.modal a.close-modal:before{-webkit-transform:rotate(45deg);transform:rotate(45deg)}.modal a.close-modal:after{-webkit-transform:rotate(-45deg);transform:rotate(-45deg)}.modal a.close-modal:hover:after,.modal a.close-modal:hover:before{background:#000}.modal__title{font:300 18px "Open Sans", sans-serif;color:#000;text-align:center;margin:0 auto 50px}.modal__input{display:inline-block;height:40px;font:400 14px "Open Sans", sans-serif;color:#000;padding:10px;width:100%;border:1px solid #d2d2d2}.modal__input::-webkit-input-placeholder{font:300 12px "Open Sans", sans-serif;text-transform:uppercase;color:#606060}.modal__input:-ms-input-placeholder{font:300 12px "Open Sans", sans-serif;text-transform:uppercase;color:#606060}.modal__input::-ms-input-placeholder{font:300 12px "Open Sans", sans-serif;text-transform:uppercase;color:#606060}.modal__input::placeholder{font:300 12px "Open Sans", sans-serif;text-transform:uppercase;color:#606060}.modal__buttons{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.modal__btn{display:inline-block;cursor:pointer;border:0;height:40px;font:400 12px/40px "Open Sans", sans-serif;text-transform:uppercase;text-align:center;color:#fff;background:#ad172b;-webkit-transition:background 0.3s ease;transition:background 0.3s ease}.modal__btn:hover{background:#c02c40}.modal__btn.modal__btn--white{border:1px solid #bfbfbf;color:#464646;background:#fff}.modal__btn.modal__btn--white:hover{background:#eee}.modal__p{font:300 13px "Open Sans", sans-serif;color:#666;text-align:center}.modal__legal{font:300 10px "Open Sans", sans-serif;color:#838383;text-align:left}.modal-login .modal__buttons{margin-top:20px;margin-bottom:30px}.modal-login .modal__buttons .modal__btn--red{width:130px}.modal-login .modal__buttons .modal__btn--white{width:190px}.modal-login .modal__input{margin-bottom:30px}.modal-login .modal__p a{color:#b01a2e}.modal-register .modal__input{margin-bottom:15px}.modal-register .sort-select{margin-bottom:15px;width:100%}.modal-register .sort-select .select-selected{padding:10px}.modal-register .modal__legal a{color:#ad172b}.modal-register .modal__buttons{margin-top:30px}.modal-register .modal__buttons .modal__btn--red{width:190px}.modal-register .modal__buttons .modal__btn--white{width:130px}.modal-recovery .modal__title{margin-bottom:30px}.modal-recovery .modal__p{margin-bottom:15px}.modal-recovery .modal__input{margin-bottom:10px}.modal-recovery .modal__btn{width:100%}@media only screen and (max-width:1300px){.brands-slider,.products-slider{max-width:888px}.personal__wishes .products-slider{max-width:693px}.promotions-slider.owl-theme .owl-nav{top:122px}.header-top__inner{padding:0 15px}.header-body{padding:30px 15px}.header-nav{padding:0 15px 0 70px}.header-nav__list{overflow-x:auto}.header-nav__item{margin:0 10px}.banners,.promotions-slider{padding:0 15px}.banner{-ms-flex-preferred-size:50%;flex-basis:50%}.banner:first-of-type{margin-right:20px}.banner__img{max-width:100%;height:auto}.brands{-ms-flex-preferred-size:25%;flex-basis:25%}.footer-copy__inner{padding:0 140px 0 30px}}@media only screen and (max-width:1024px){.brands-slider,.products-slider{max-width:666px}.promotions-slider{max-width:1110px}.personal__wishes .products-slider{max-width:502px}.logo{margin-right:55px}.logo img{width:200px}.header-info:before{top:1px}.header-info__phone{font-size:15px;line-height:22px}.header-controls__item{margin-right:5px}.dropdown__inner{padding:15px}.products-block.products-block--star-l:after,.products-block.products-block--star-r:after{display:none}.cart__item{padding:35px 10px}.cart-item__delete{right:15px}.personal__content{padding-left:20px}.personal__data{padding:20px}.personal-data__info,.personal-data__password{padding-right:20px}.personal-data__address,.personal-data__info{margin-bottom:20px}.brands{-ms-flex-preferred-size:33.3333%;flex-basis:33.3333%}.search-page{padding:25px 15px}.search-page .catalog{max-width:720px}.products__list .products__item{-ms-flex-preferred-size:calc(33.333% - 30px);flex-basis:calc(33.333% - 30px)}.social-block__inner{-webkit-box-orient:vertical;-webkit-box-direction:reverse;-ms-flex-direction:column-reverse;flex-direction:column-reverse;padding:20px 15px;height:auto}.subscribe{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;width:100%;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.subscribe__input{max-width:350px;width:100%;margin-right:0;margin-bottom:15px}.subscribe__button{margin-bottom:15px}.footer-nav{padding:30px 15px}.footer-copy__inner{padding:0 140px 0 15px}}@media only screen and (max-width:767px){.header{display:none}.header-mob{position:-webkit-sticky;position:sticky;top:0;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;padding:0 15px;height:65px;background:#fff;border-bottom:1px solid rgba(0, 0, 0, .2);z-index:2}.mob-menu__button{cursor:pointer;padding:23px 0;-webkit-tap-highlight-color:transparent}.mob-menu__button:active .mob-menu__bar,.mob-menu__button:hover .mob-menu__bar{background:#000}.mob-menu__button .mob-menu__bar{width:20px;height:1px;background:#a6a6a6;margin:4px 0;-webkit-transition:background 0.2s ease;transition:background 0.2s ease}.mob-header__buttons{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.mob-header__button{color:rgba(0, 0, 0, .7);margin-right:15px;-webkit-transition:color 0.2s ease;transition:color 0.2s ease;-webkit-tap-highlight-color:transparent}.mob-header__button:last-of-type{margin-right:0}.mob-header__button:active,.mob-header__button:hover{color:#000}.mob-header__button.mob-header__button--heart{color:#aa182c}.mob-header__button.mob-header__button--heart:active,.mob-header__button.mob-header__button--heart:hover{color:#000}.mob-menu__overlay{display:block;position:fixed;z-index:1000;width:0;height:100%;left:0;top:0;background:#fff;overflow-x:hidden;-webkit-transition:0.3s ease;transition:0.3s ease}.mob-menu__header{display:-webkit-box;display:-ms-flexbox;display:flex;position:relative;height:65px;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;border-bottom:1px solid rgba(0, 0, 0, .2)}.mob-menu__close{position:absolute;right:15px;top:15px;display:inline-block;width:17px;height:17px;overflow:hidden;cursor:pointer;background:none}.mob-menu__close:after,.mob-menu__close:before{content:'';position:absolute;height:1px;width:100%;top:50%;left:0;margin-top:-1px;background:rgba(0, 0, 0, .4);-webkit-transition:background 0.2s ease;transition:background 0.2s ease}.mob-menu__close:before{-webkit-transform:rotate(45deg);transform:rotate(45deg)}.mob-menu__close:after{-webkit-transform:rotate(-45deg);transform:rotate(-45deg)}.mob-menu__close:hover:after,.mob-menu__close:hover:before{background:#000}.mob-menu__title{display:-webkit-box;display:-ms-flexbox;display:flex;height:55px;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;border-bottom:4px solid #fce1da}.mob-title{font:300 18px "Dinnext";color:#ac736f}.mob-menu__list{list-style-type:none;padding:0 6px;margin:0}.mob-menu__item{border-bottom:1px solid rgba(0, 0, 0, .2)}.mob-menu__link{display:block;position:relative;font:300 12px/20px "Open Sans", sans-serif;color:#000;text-transform:uppercase;padding:10px 0 10px 40px;-webkit-tap-highlight-color:transparent}.mob-menu__link span{position:relative}.mob-menu__link:focus span:after,.mob-menu__link:hover span:after{content:'';position:absolute;bottom:-2px;left:0;right:0;background:#fce1da;height:2px}.mob-menu__link.mob-menu__link--logout:before{content:'';position:absolute;background:url(../img/mob-menu-logout.svg) no-repeat;width:19px;height:15px;left:10px;top:11px}.mob-menu__link.mob-menu__link--login:before{content:'';position:absolute;background:url(../img/mob-menu-login.svg) no-repeat;width:16px;height:15px;left:12px;top:11px}.mob-menu__link.mob-menu__link--user:before{content:'';position:absolute;background:url(../img/mob-menu-user.svg) no-repeat;width:21px;height:20px;left:10px;top:11px}.mob-menu__link.mob-menu__link--contacts:before{content:'';position:absolute;background:url(../img/mob-menu-contacts.svg) no-repeat;width:15px;height:15px;left:13px;top:13px}.mob-menu__link.mob-menu__link--address:before{content:'';position:absolute;background:url(../img/mob-menu-address.svg) no-repeat;width:10px;height:15px;left:15px;top:14px}.mob-menu__sub{display:block;position:fixed;z-index:1000;width:0;height:100%;left:0;top:0;background:#fff;overflow-x:hidden;-webkit-transition:0.3s ease;transition:0.3s ease}.mob-menu__sub .mob-menu__title{-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start}.mob-menu__sub .mob-menu__link{padding-left:16px}.mob-subtitle{position:relative;text-align:left;padding-left:25px;font:300 18px "Dinnext";color:#000}.mob-subtitle:before{position:absolute;left:10px;top:5px;content:'';border:solid rgba(0, 0, 0, .6);border-width:0 1px 1px 0;display:inline-block;padding:3px;-webkit-transform:rotate(135deg);transform:rotate(135deg)}#mob-catalog-back{cursor:pointer}.info{padding:20px 10px}.faq h2{font-size:15px}.faq-form{max-width:none}.faq-form__btn-block{text-align:center}.search-page{padding:25px 15px}.search-page .search-page__settings+p{max-width:none}.search-page .catalog-items__list .products__item{margin:10px 0}.search__input{margin-right:0;margin-bottom:10px;width:100%}.search__button{width:100%}.search-page__settings{max-width:none}.order-page{padding:0 15px 15px}.order-page .row{margin-bottom:10px}.order-page__actions{margin-bottom:20px}.order-page__back{width:100%;margin-bottom:10px;margin-right:0}.order-page__cancel{width:100%}.order-page__header{text-align:center}.order-page__header .title-h2{font:600 18px "Open Sans", sans-serif;color:#000;text-transform:uppercase}.order-page__content{padding:20px;border:1px solid rgba(0, 0, 0, .2);max-width:600px;margin:20px auto}.order-data{width:100%;margin-bottom:15px}.order-data tr{vertical-align:top}.order-data td{text-align:left;width:50%}.order-data-name{font:400 16px "Open Sans", sans-serif;color:#000;text-transform:uppercase}.product-table__list{font-size:12px}.product-table__list .discount,.product-table__list .number,.product-table__list .price,.product-table__list .sum{white-space:nowrap}.product-table__list a{color:#ad172b}.product-table__list a:hover{text-decoration:underline}.product-table__list .discount,.product-table__list .image,.product-table__list .name,.product-table__list .number,.product-table__list .price,.product-table__list .sum{padding-right:5px}.table_totals{width:100%;font-size:14px}.table_totals tr{margin-bottom:5px}.table_totals td{width:50%;padding-bottom:5px}.table_totals td:nth-child(2n){width:50%;font-weight:600}.checkout-button{margin-top:10px;text-align:right}.submit-order-detail{display:inline-block;cursor:pointer;border:1px solid #ad172b;height:40px;padding:0 10px;font:400 12px/40px "Open Sans", sans-serif;text-align:center;text-transform:uppercase;color:#fff;background:#ad172b;-webkit-transition:all 0.3s ease;transition:all 0.3s ease}.submit-order-detail:hover{background:#c02c40;border:1px solid #c02c40}.product-table__mini{overflow:auto}.news-item .photo{display:block;float:none;max-width:none;padding-right:0}.news-item .photo img{margin:auto}.employee{-ms-flex-preferred-size:33.3333%;flex-basis:33.3333%}.products__list .products__item{-ms-flex-preferred-size:calc(50% - 30px);flex-basis:calc(50% - 30px)}.promo-slider .lSSlideOuter .lSPager.lSpg>li{padding:0 3px}.promo-slider .lSSlideOuter .lSPager.lSpg>li a{width:7px;height:7px}.pink-line{height:11px}.products__title{margin:30px auto;font-size:24px;line-height:24px}.products__title:before{top:12px}.products__title span{padding:0 15px}.products__item{padding:10px}.brands-slider,.products-slider{max-width:100%;padding:0 15px}.brands-slider{margin-top:30px;height:80px}.brands-slider .brands-slider__item{height:80px}.banners,.promotions-slider{max-width:100%}.banners{margin-top:30px}.inner-nav .breadcrumbs{margin:10px auto}.item-detail{margin-top:20px;padding:0 10px}.item{-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;margin-bottom:35px}#detail-slider{display:none}#detail-slider-mob{display:block}.item__description{width:100%;text-align:center}.item-descr__logo{-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;padding-bottom:0;border-bottom:none}.descr-logo{font-size:30px}.descr-logo__block{display:none}.item-descr__name{text-align:center}.item-img__mob{display:block;position:relative;max-width:100%;margin-bottom:10px}.item-img__mob .item__img{max-height:50vh;max-width:100%;-o-object-fit:contain;object-fit:contain}.item-descr__options{text-align:left;border-bottom:none}.item-descr__price{-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;border-bottom:none}.item__article{display:none}.item-descr__controls{-ms-flex-wrap:wrap;flex-wrap:wrap}.item-controls__quantity{-webkit-box-ordinal-group:1;-ms-flex-order:0;order:0;-ms-flex-preferred-size:50%;flex-basis:50%;margin-right:0}.item-controls__button{-webkit-box-ordinal-group:3;-ms-flex-order:2;order:2;-ms-flex-preferred-size:100%;flex-basis:100%;margin-top:40px;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;margin-right:0}.item-controls__button .cart__button{max-width:126px}.item-controls__wishlist{-webkit-box-ordinal-group:2;-ms-flex-order:1;order:1;-ms-flex-preferred-size:50%;flex-basis:50%}.item-controls__wishlist.--added .item-wishlist__icon svg{stroke:#aa182c;color:#aa182c}.item-controls__wishlist.--added:hover .item-wishlist__icon svg{color:#aa182c;stroke:#aa182c}.item-controls__wishlist:hover .item-wishlist__icon svg{stroke:#aa182c;color:#fff}.info-tab{-ms-flex-preferred-size:33.3333%;flex-basis:33.3333%;text-align:center;padding:10px 5px;font-size:13px}.item__reviews{padding:0}.item-reviews__title{font-size:24px;margin-bottom:20px}.item-reviews{border-left:none;border-right:none;padding:15px 5px 20px}.item-reviews__header{padding-left:0}.item-review{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;margin-top:15px}.item-review__info{-ms-flex-preferred-size:auto;flex-basis:auto;margin-bottom:15px}.review-info__age,.review-info__name{float:left}.review-info__name{margin-bottom:0;margin-right:10px}.item-reviews__date{text-align:left}.item-review__text{-ms-flex-preferred-size:auto;flex-basis:auto}.item-review__buttons{margin-top:20px;padding-left:0}.item-review__buttons .item-review__btn+.item-review__btn{margin:0 auto 0}.item-review__btn{display:table;margin:0 auto 10px}.item-review__comment{padding-left:0;margin:40px auto}.item-seen .products__title{font-size:24px;margin:35px auto 30px}.item-seen .products__title:before{top:39px}.item-seen~.social-block{margin-top:30px}.catalog-nav{margin-top:10px}.breadcrumbs+.catalog__title{margin-top:10px;margin-bottom:10px;font-size:24px}.catalog-submenu{padding:15px 0;border-bottom:none;white-space:nowrap;overflow-x:auto}.catalog-submenu__item{padding:0 15px}.catalog{margin-top:0;padding:0 10px}.catalog__filter{position:fixed;left:0;top:0;width:0;height:100%;background:#fff;z-index:1000;overflow:auto;-webkit-transition:0.3s ease;transition:0.3s ease}.catalog-filter__item{padding:20px 20px 0}.catalog-filter__item+.catalog-filter__item{margin-top:0}.catalog-filter__button{display:block;text-align:center;margin-bottom:30px}.filter__button{display:inline-block;cursor:pointer;border:0;height:40px;font:400 12px/40px "Open Sans", sans-serif;text-transform:uppercase;text-align:center;color:#fff;background:#ad172b;padding:0 20px;-webkit-transition:background 0.3s ease;transition:background 0.3s ease}.filter__button:focus,.filter__button:hover{background:#c02c40}.catalog__sort{-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.catalog-sort__button{display:block;-ms-flex-preferred-size:50%;flex-basis:50%;margin-right:10px;position:relative;background-color:#fff;border:1px solid #dcdcdc;font:300 14px "Open Sans", sans-serif;color:#000;text-align:left;padding:10px 20px 9px 10px}.catalog-sort__button:after{position:absolute;right:10px;top:50%;margin-top:-2px;content:'';background-image:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSI4LjUiIGhlaWdodD0iNC41IiB2aWV3Qm94PSIwIDAgOC41IDQuNSIgb3ZlcmZsb3c9InNjcm9sbCI+PHBhdGggZD0iTTguMyA0LjNMNC40LjNjLS4xLS4xLS4yLS4xLS4yIDBMLjMgNC4xIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiIGNsaXAtcnVsZT0iZXZlbm9kZCIgZmlsbD0ibm9uZSIgc3Ryb2tlPSIjMDEwMjAyIiBzdHJva2Utd2lkdGg9Ii41IiBzdHJva2UtbGluZWNhcD0icm91bmQiIHN0cm9rZS1taXRlcmxpbWl0PSIxMCIvPjwvc3ZnPg==);width:8.5px;height:4.5px;-webkit-transform:rotate(90deg);transform:rotate(90deg)}.sort-select{-ms-flex-preferred-size:50%;flex-basis:50%;width:auto}.sort-select .select-selected{white-space:nowrap;text-overflow:ellipsis;overflow:hidden;padding:10px 20px 9px 10px}.sort-select .select-selected:after{right:10px}.catalog-items__list .products__item{height:auto;margin:10px 0;width:33.333%;padding:0 10px 10px}.inner__title{font-size:24px;margin-top:20px}.cart{margin-top:20px}.cart__item{padding:35px 10px;-ms-flex-wrap:wrap;flex-wrap:wrap}.cart-item__img{-ms-flex-preferred-size:40%;flex-basis:40%;margin-bottom:30px}.cart-item__description{-ms-flex-preferred-size:60%;flex-basis:60%;margin-bottom:30px;-ms-flex-item-align:start;align-self:flex-start}.cart-item__count,.cart-item__price{-ms-flex-preferred-size:50%;flex-basis:50%}.cart-item__price{text-align:center}.cart-item__delete{top:15px;right:15px}.personal{padding:0;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.personal__menu{-ms-flex-preferred-size:auto;flex-basis:auto;top:65px;width:100%;background:#fff;z-index:2}.personal-menu__list{font-size:0;border-bottom:1px solid rgba(0, 0, 0, .2);overflow:auto;white-space:nowrap;text-align:center}.personal-menu__item{display:inline-block;text-align:center;padding:7px 0;border-bottom:none}.personal-menu__item .personal-menu__link{border-left:1px solid rgba(0, 0, 0, .2);padding:0 15px}.personal-menu__item:first-of-type .personal-menu__link{border-left:none}.personal-menu__link{display:block;line-height:30px;padding:0 5px}.personal__content{padding:20px 0 0}.personal__data{padding:0 10px;border:none}.personal__error{margin-left:0}.personal-data__address,.personal-data__info,.personal-data__password,.personal-data__save{-ms-flex-preferred-size:100%;flex-basis:100%}.personal-data__info{padding-right:0}.personal-data__password{margin-bottom:20px;padding-right:0}.personal-data__password .personal-data__title{margin-left:90px}.personal-data__save{padding:0 20px}.personal-data__save .personal-data__button{width:100%}.personal-data__block{-ms-flex-preferred-size:100%;flex-basis:100%;padding:15px 0}.personal-history__item{-ms-flex-wrap:wrap;flex-wrap:wrap}.history-descr__info{margin-bottom:15px}.history-descr__price--mobile{display:block;font:400 12px "Open Sans", sans-serif;color:#000;margin-bottom:10px}.history-descr__date--mobile{display:block;font:400 12px "Open Sans", sans-serif;color:#000}.history-item__date,.history-item__price{display:none}.history-item__img{-ms-flex-preferred-size:40%;flex-basis:40%}.history-item__img .history-img{margin:0 auto}.history-item__description{-ms-flex-preferred-size:60%;flex-basis:60%}.history-item__buttons{-ms-flex-preferred-size:100%;flex-basis:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:center;-ms-flex-align:center;align-items:center;margin-top:30px}.history-item__buttons .history-item__button+.history-item__button{margin-top:10px}.basket-summary__item{padding:25px 10px}.basket-btn__block{padding:0 10px}.brands-page{padding:20px 10px}.brands-page~.social-block{margin-top:30px}.brands{-ms-flex-preferred-size:50%;flex-basis:50%}.brand-page{padding:20px 10px}.brand-page~.social-block{margin-top:30px}.shops{max-width:none;-webkit-box-orient:vertical;-webkit-box-direction:reverse;-ms-flex-direction:column-reverse;flex-direction:column-reverse;padding:0 10px}.shops__map{-ms-flex-preferred-size:auto;flex-basis:auto;height:100vw}.shops__list{padding:20px 0 0}.shop{padding-left:70px}.shop:before{left:45px}.about-bg{height:120px}.about{padding:20px 10px}.about-logo img{width:165px;height:auto}.about__title{font-size:13px;margin:15px auto 30px}.logo__text{font-size:12px}.about-info{-webkit-box-orient:vertical;-webkit-box-direction:reverse;-ms-flex-direction:column-reverse;flex-direction:column-reverse;margin:35px 0}.points-item{margin-bottom:20px}.points-item:last-of-type{margin-bottom:20px}.about-info__img-block,.about-points{-ms-flex-preferred-size:auto;flex-basis:auto}.blocker{padding:10px}.modal{max-width:none;width:100%;padding:25px 15px}.modal .modal__buttons .modal__btn{width:188px}.modal.modal--pass{padding:30px 15px}.modal.modal--pass .close-modal{top:10px;right:10px}.modal-recovery .modal__title{margin-bottom:20px;text-align:left}.modal-recovery .modal__p{text-align:left}.modal-recovery .modal__input{margin-bottom:35px}.modal-recovery .modal__buttons .modal__btn{width:100%}.modal__buttons{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.modal-login .modal__buttons .modal__btn+.modal__btn{margin-top:25px}.modal__title{margin-bottom:35px;text-transform:uppercase}.modal-register .modal__title{margin-bottom:15px}.modal-register .modal__input{margin-bottom:8px}.modal-register .sort-select{margin-bottom:8px}.modal-register .modal__buttons .modal__btn+.modal__btn{margin-top:10px}.modal__legal{margin-top:10px}.social-block{margin-top:25px}.footer:after{display:none}.footer-nav{display:block;padding:0 10px 10px}.footer-menu__column{display:block;padding-right:0;border-bottom:1px solid #c1c1c1}.footer-menu__column.footer-menu__column--small{-ms-flex-preferred-size:100%;flex-basis:100%}.footer-menu__column.footer-menu__column--working{padding:20px 0 20px 40%;text-align:left}.footer-menu__column.footer-menu__column--working .footer-menu__item{pointer-events:none;display:block}.footer-menu__column.footer-menu__column--working .footer-menu__item--main:after{display:none}.footer-menu__column.footer-menu__column--working .footer-menu__link--email,.footer-menu__column.footer-menu__column--working .footer-menu__link--phone{display:inline-block;pointer-events:auto}.footer-menu__item{display:none}.footer-menu__item.--show{display:block}.footer-menu__item.footer-menu__item--main{position:relative;display:block;padding-top:5px}.footer-menu__item.footer-menu__item--main:after{position:absolute;right:0;top:50%;margin-top:-2px;content:'';background-image:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSI4LjUiIGhlaWdodD0iNC41IiB2aWV3Qm94PSIwIDAgOC41IDQuNSIgb3ZlcmZsb3c9InNjcm9sbCI+PHBhdGggZD0iTTguMyA0LjNMNC40LjNjLS4xLS4xLS4yLS4xLS4yIDBMLjMgNC4xIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiIGNsaXAtcnVsZT0iZXZlbm9kZCIgZmlsbD0ibm9uZSIgc3Ryb2tlPSIjMDEwMjAyIiBzdHJva2Utd2lkdGg9Ii41IiBzdHJva2UtbGluZWNhcD0icm91bmQiIHN0cm9rZS1taXRlcmxpbWl0PSIxMCIvPjwvc3ZnPg==);width:8.5px;height:4.5px;-webkit-transition:-webkit-transform 0.2s ease;transition:-webkit-transform 0.2s ease;transition:transform 0.2s ease;transition:transform 0.2s ease, -webkit-transform 0.2s ease;-webkit-transform:rotate(180deg);transform:rotate(180deg)}.footer-menu__item.footer-menu__item--main.--open:after{-webkit-transform:rotate(0);transform:rotate(0)}.footer-menu__item:last-of-type{padding-bottom:10px}.footer-menu__link.footer-menu__link--main{pointer-events:none;display:block;line-height:24px}.footer-info{padding:20px}.footer-info .payment img{margin:0 auto 20px}.footer-info .payment img:last-of-type{margin-bottom:30px}.footer-copy__inner{display:block;height:auto;padding:20px 0;text-align:center}.copy{display:inline-block;margin-bottom:10px}.development{-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}}@media only screen and (max-width:500px){.catalog-items__list .products__item{width:50%}.basket__button{width:100%;text-align:center;margin-bottom:10px}.basket__button+.basket__button{margin-bottom:0;margin-left:0}.search-page~.social-block{margin-top:30px}.search-page .catalog-items__list .products__item{margin:10px 0}.employee{-ms-flex-preferred-size:50%;flex-basis:50%}.products__list .products__item{-ms-flex-preferred-size:calc(100% - 30px);flex-basis:calc(100% - 30px)}}.catalog-filter__item .catalog-filter__checkbox__new{padding-left: 0}.catalog-filter__item .catalog-filter__checkbox__new a{color: inherit;width:100%;display:block}
/* https://zvezda.by/bitrix/templates/romza_beautyshop_1.2.2/styles.css?16027514142282 

 */.brands__link {margin-bottom: 3px; font: 500 14px "Open Sans", sans-serif;}
.offline_brand {font: 300 14px "Open Sans", sans-serif!important; color: #AF1B2E!important;}
.clearFix {display: block; width: 100%; height: 1px; clear: both; overflow: hidden;}
.h4 {color: #000; font-size: 14px; font-weight: bold;}
.sklad-table-info {display: block; margin-top: 15px; font: 300 14px "Open Sans", sans-serif; color: #5c5c5c;}
.sklad-table {border-collapse: collapse; margin: 10px 0px; max-width: 100%; min-width: 300px; width: 100%;}
.sklad-table td {border: 1px solid #EEE; padding: 5px 20px; width: 100%;}
@media screen and (min-width: 760px) {
     .subscribe__button.button-header-price-mob {
         display: none !important;
	}
}

.payment img {width: 205px; height:32px;}
picture, picture img, picture source {width: 100%;}
.product__img_picture, .product__img_picture img, .product__img_picture source {width: 130px!important; height: 130px!important;}

.products__item.bordered
{
    border: 1px solid #E6469B;
    box-shadow: 0px 0px 7px #E6469B;
    border-radius: 2px;
}

.captha-wrap {
    height: 90px;
}

.captha-wrap #recaptcha {
    float: right;
}

#left_banner_fix {
    display: block;
    position: fixed;
    bottom: 10px;
    left: 10px;
    z-index: 999;
    width: 82px;
    height: 128px;
    overflow: hidden;
}
#left_banner_fix .left_banner_btn {
    display: block;
    width: 82px;
    height: 128px;
    background-image: url('/img/armani.png');
    background-size: cover;
    cursor: pointer;
}
#left_banner_fix .left_banner_info {
    position: fixed;
    margin-top: -50px;
    margin-left: 80px;
    padding: 5px 15px;
    border-radius: 10px;
    background-color: #FAE1DA;
    color: #000;
    font-weight: bolder;
    box-shadow: 3px 3px 10px #555;
    opacity: 0;
    z-index: -1;
    transition: 1s;
}


#left_banner_fix .left_banner_close
{
    position: fixed;
    margin-top: -168px;
    margin-left: 20px;
    padding: 5px 15px;
    border-radius: 10px;
    background-color: #EEE;
    color: #000;
    font-weight: bolder;
    box-shadow: 3px 3px 10px #555;
    opacity: 0;
    z-index: -1;
    transition: 1s;
}

#left_banner_fix:hover .left_banner_info,
#left_banner_fix:hover .left_banner_close
{
    opacity: 1;
    z-index: 9999;
}






/* https://zvezda.by/bitrix/templates/romza_beautyshop_1.2.2/template_styles.css?16038134353577 

 *//*brandsoffline page*/
.brands__table {
    max-width: 1170px;
    margin: 0 auto;
}

.brands__table .brands-page {
    padding: 0 30px 30px 30px;
}

.brands__table .table__title {
    display: flex;
    align-items: baseline;
    justify-content: center;
}

.brands__table .table__title + b,
.brands__table .shops + b {
    font-size: 15px;
}

.brands__table b {
    margin: 0 9px 0 0;
}

.brands__table .brands-page.offline ul {
    padding: 0;
    display: flex;
    list-style: none;
    margin: 3px auto 15px;
}

.brands__table .brands-page.offline ul li {
    font: 14px "Open Sans", sans-serif;
    color: #AF1B2E;
    text-transform: uppercase;
    font-weight: 400;
    padding-right: 5px;
}

.brands__table .brands-page.offline .shops {
    margin: 30px auto 15px;
    padding: 0;
    display: block;
    max-width: 100%;
}

.brands__table .shops + b a {
    color: #000;
    text-decoration: underline;
}

.brands__table .brands-page.offline .shops__list {
    padding-right: 0;
    padding-left: 27px;
    display: flex;
    flex-wrap: wrap;
    flex-basis: auto;
}

.brands__table .brands-page.offline .shops__list .shop {
    width: 50%;
    border-bottom: none;
}

.brands__table .brands-page.offline .shops__list .shop + .shop {
    margin-top: 0;
}

@media screen and (max-width: 1166px){
    .brands__table .table__title {
        justify-content: flex-start;
        flex-wrap: wrap;
    }
    .brands__table .brands-page.offline ul {
        margin-left: 0;
    }
}

@media screen and (max-width: 1000px){
    .brands__table {
        flex-direction: column;
    }
    .brands__table .brands-page {
        width: 100%;
    }
}

@media screen and (max-width: 768px){
    .brands__table .brands-page.offline .shops__list {
        padding-left: 0;
        padding-top: 0;
    }
}

@media screen and (max-width: 555px){
    .brands__table .brands-page.offline .shops__list {
        padding-left: 0;
        padding-top: 0;
        justify-content: space-evenly;
    }
    .brands__table .brands-page.offline .shops__list .shop {
        width: 80%;
    }
    .brands__table .brands-page.offline ul {
        flex-wrap: wrap;
    }
}
/*brandsoffline page.END*/



.products-slider .owl-stage-outer {
    padding: 7px;
}

.description-delivery{
    padding: 0 0 10px 0;
}
.basket-summary{
    padding: 10px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font: 400 16px "Open Sans", sans-serif;
    color: #000;
}
.sort-radio {
    margin-top: 15px;
}
.parent_radio {
    margin-left: 15px;
}
.form_radio {
    margin-bottom: 10px;
}
.form_radio input[type=radio] {
    display: none;
}
.form_radio label {
    display: inline-block;
    cursor: pointer;
    position: relative;
    padding-left: 25px;
    margin-right: 0;
    line-height: 18px;
    user-select: none;
}
.form_radio label:before {
    content: "";
    display: inline-block;
    width: 17px;
    height: 18px;
    position: absolute;
    left: 0;
    bottom: 1px;
    background: url(/img/radio_button1.png) 0 0 no-repeat;
}

/* Checked */
.form_radio input[type=radio]:checked + label:before {
    background: url(/img/radio_button2.png) 0 0 no-repeat;
}

/* Hover */
.form_radio label:hover:before {
    filter: brightness(120%);
}

/* Disabled */
.form_radio input[type=radio]:disabled + label:before {
    filter: grayscale(100%);
    background-size: 0;
}
/* Disabled */
.form_radio input[type=radio]:disabled + label {
    color: #838383;
}

.pay-text {
    font: 300 12px "Open Sans", sans-serif;
    color: #838383;
    padding-left: 25px;
}