/*! jQuery UI - v1.11.4 - 2015-07-27
* http://jqueryui.com
* Includes: core.css, draggable.css, button.css, datepicker.css, menu.css, theme.css
* To view and modify this theme, visit http://jqueryui.com/themeroller/?ffDefault=Trebuchet%20MS%2CTahoma%2CVerdana%2CArial%2Csans-serif&fwDefault=bold&fsDefault=1.1em&cornerRadius=4px&bgColorHeader=f6a828&bgTextureHeader=gloss_wave&bgImgOpacityHeader=35&borderColorHeader=e78f08&fcHeader=ffffff&iconColorHeader=ffffff&bgColorContent=eeeeee&bgTextureContent=highlight_soft&bgImgOpacityContent=100&borderColorContent=dddddd&fcContent=333333&iconColorContent=222222&bgColorDefault=f6f6f6&bgTextureDefault=glass&bgImgOpacityDefault=100&borderColorDefault=cccccc&fcDefault=1c94c4&iconColorDefault=ef8c08&bgColorHover=fdf5ce&bgTextureHover=glass&bgImgOpacityHover=100&borderColorHover=fbcb09&fcHover=c77405&iconColorHover=ef8c08&bgColorActive=ffffff&bgTextureActive=glass&bgImgOpacityActive=65&borderColorActive=fbd850&fcActive=ca9851&iconColorActive=ef8c08&bgColorHighlight=ffe45c&bgTextureHighlight=highlight_soft&bgImgOpacityHighlight=75&borderColorHighlight=fed22f&fcHighlight=363636&iconColorHighlight=228ef1&bgColorError=b81900&bgTextureError=diagonals_thick&bgImgOpacityError=18&borderColorError=cd0a0a&fcError=ffffff&iconColorError=ffd27a&bgColorOverlay=666666&bgTextureOverlay=diagonals_thick&bgImgOpacityOverlay=20&opacityOverlay=50&bgColorShadow=000000&bgTextureShadow=flat&bgImgOpacityShadow=10&opacityShadow=20&thicknessShadow=5px&offsetTopShadow=-5px&offsetLeftShadow=-5px&cornerRadiusShadow=5px
* Copyright 2015 jQuery Foundation and other contributors; Licensed MIT */

/* Layout helpers
----------------------------------*/
.ui-helper-hidden {
	display: none;
}
.ui-helper-hidden-accessible {
	border: 0;
	clip: rect(0 0 0 0);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute;
	width: 1px;
}
.ui-helper-reset {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	line-height: 1.3;
	text-decoration: none;
	font-size: 100%;
	list-style: none;
}
.ui-helper-clearfix:before,
.ui-helper-clearfix:after {
	content: "";
	display: table;
	border-collapse: collapse;
}
.ui-helper-clearfix:after {
	clear: both;
}
.ui-helper-clearfix {
	min-height: 0; /* support: IE7 */
}
.ui-helper-zfix {
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	position: absolute;
	opacity: 0;
	filter:Alpha(Opacity=0); /* support: IE8 */
}

.ui-front {
	z-index: 100;
}


/* Interaction Cues
----------------------------------*/
.ui-state-disabled {
	cursor: default !important;
}


/* Icons
----------------------------------*/

/* states and images */
.ui-icon {
	display: block;
	text-indent: -99999px;
	overflow: hidden;
	background-repeat: no-repeat;
}


/* Misc visuals
----------------------------------*/

/* Overlays */
.ui-widget-overlay {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.ui-draggable-handle {
	-ms-touch-action: none;
	touch-action: none;
}
.ui-autocomplete {
	position: absolute;
	top: 0;
	left: 0;
	cursor: default;
}
.ui-button {
	display: inline-block;
	position: relative;
	padding: 0;
	line-height: normal;
	margin-right: .1em;
	cursor: pointer;
	vertical-align: middle;
	text-align: center;
	overflow: visible; /* removes extra width in IE */
}
.ui-button,
.ui-button:link,
.ui-button:visited,
.ui-button:hover,
.ui-button:active {
	text-decoration: none;
}
/* to make room for the icon, a width needs to be set here */
.ui-button-icon-only {
	width: 2.2em;
}
/* button elements seem to need a little more width */
button.ui-button-icon-only {
	width: 2.4em;
}
.ui-button-icons-only {
	width: 3.4em;
}
button.ui-button-icons-only {
	width: 3.7em;
}

/* button text element */
.ui-button .ui-button-text {
	display: block;
	line-height: normal;
}
.ui-button-text-only .ui-button-text {
	padding: .4em 1em;
}
.ui-button-icon-only .ui-button-text,
.ui-button-icons-only .ui-button-text {
	padding: .4em;
	text-indent: -9999999px;
}
.ui-button-text-icon-primary .ui-button-text,
.ui-button-text-icons .ui-button-text {
	padding: .4em 1em .4em 2.1em;
}
.ui-button-text-icon-secondary .ui-button-text,
.ui-button-text-icons .ui-button-text {
	padding: .4em 2.1em .4em 1em;
}
.ui-button-text-icons .ui-button-text {
	padding-left: 2.1em;
	padding-right: 2.1em;
}
/* no icon support for input elements, provide padding by default */
input.ui-button {
	padding: .4em 1em;
}

/* button icon element(s) */
.ui-button-icon-only .ui-icon,
.ui-button-text-icon-primary .ui-icon,
.ui-button-text-icon-secondary .ui-icon,
.ui-button-text-icons .ui-icon,
.ui-button-icons-only .ui-icon {
	position: absolute;
	top: 50%;
	margin-top: -8px;
}
.ui-button-icon-only .ui-icon {
	left: 50%;
	margin-left: -8px;
}
.ui-button-text-icon-primary .ui-button-icon-primary,
.ui-button-text-icons .ui-button-icon-primary,
.ui-button-icons-only .ui-button-icon-primary {
	left: .5em;
}
.ui-button-text-icon-secondary .ui-button-icon-secondary,
.ui-button-text-icons .ui-button-icon-secondary,
.ui-button-icons-only .ui-button-icon-secondary {
	right: .5em;
}

/* button sets */
.ui-buttonset {
	margin-right: 7px;
}
.ui-buttonset .ui-button {
	margin-left: 0;
	margin-right: -.3em;
}

/* workarounds */
/* reset extra padding in Firefox, see h5bp.com/l */
input.ui-button::-moz-focus-inner,
button.ui-button::-moz-focus-inner {
	border: 0;
	padding: 0;
}
.ui-datepicker {
	width: 17em;
	/*padding: .2em .2em 0;*/
	display: none;
}
.ui-datepicker .ui-datepicker-header {
	position: relative;
	padding: .2em 0;
}
.ui-datepicker .ui-datepicker-prev,
.ui-datepicker .ui-datepicker-next {
	position: absolute;
	top: 2px;
	width: 1.8em;
	height: 1.8em;
}
.ui-datepicker .ui-datepicker-prev-hover,
.ui-datepicker .ui-datepicker-next-hover {
	top: 1px;
}
.ui-datepicker .ui-datepicker-prev {
	left: 2px;
}
.ui-datepicker .ui-datepicker-next {
	right: 2px;
}
.ui-datepicker .ui-datepicker-prev-hover {
	left: 1px;
}
.ui-datepicker .ui-datepicker-next-hover {
	right: 1px;
}
.ui-datepicker .ui-datepicker-prev span,
.ui-datepicker .ui-datepicker-next span {
	display: block;
	position: absolute;
	left: 50%;
	margin-left: -8px;
	top: 50%;
	margin-top: -8px;
}
.ui-datepicker .ui-datepicker-title {
	margin: 0 2.3em;
	line-height: 1.8em;
	text-align: center;
}
.ui-datepicker .ui-datepicker-title select {
	font-size: 1em;
	margin: 1px 0;
	color: #000 !important;
}
.ui-datepicker select.ui-datepicker-month,
.ui-datepicker select.ui-datepicker-year {
	width: 45%;
}
.ui-datepicker table {
	width: 100%;
	font-size: .9em;
	border-collapse: collapse;
	margin: 0 0 .4em;
}
.ui-datepicker th {
	padding: .7em .3em;
	text-align: center;
	font-weight: bold;
	border: 0;
}
.ui-datepicker td {
	border: 0;
	padding: 1px;
}
.ui-datepicker td span,
.ui-datepicker td a {
	display: block;
	padding: .2em;
	text-align: right;
	text-decoration: none;
}
.ui-datepicker .ui-datepicker-buttonpane {
	background-image: none;
	margin: .7em 0 0 0;
	padding: 0 .2em;
	border-left: 0;
	border-right: 0;
	border-bottom: 0;
}
.ui-datepicker .ui-datepicker-buttonpane button {
	float: right;
	margin: .5em .2em .4em;
	cursor: pointer;
	padding: .2em .6em .3em .6em;
	width: auto;
	overflow: visible;
}
.ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current {
	float: left;
}

/* with multiple calendars */
.ui-datepicker.ui-datepicker-multi {
	width: auto;
}
.ui-datepicker-multi .ui-datepicker-group {
	float: left;
}
.ui-datepicker-multi .ui-datepicker-group table {
	width: 95%;
	margin: 0 auto .4em;
}
.ui-datepicker-multi-2 .ui-datepicker-group {
	width: 50%;
}
.ui-datepicker-multi-3 .ui-datepicker-group {
	width: 33.3%;
}
.ui-datepicker-multi-4 .ui-datepicker-group {
	width: 25%;
}
.ui-datepicker-multi .ui-datepicker-group-last .ui-datepicker-header,
.ui-datepicker-multi .ui-datepicker-group-middle .ui-datepicker-header {
	border-left-width: 0;
}
.ui-datepicker-multi .ui-datepicker-buttonpane {
	clear: left;
}
.ui-datepicker-row-break {
	clear: both;
	width: 100%;
	font-size: 0;
}

/* RTL support */
.ui-datepicker-rtl {
	direction: rtl;
}
.ui-datepicker-rtl .ui-datepicker-prev {
	right: 2px;
	left: auto;
}
.ui-datepicker-rtl .ui-datepicker-next {
	left: 2px;
	right: auto;
}
.ui-datepicker-rtl .ui-datepicker-prev:hover {
	right: 1px;
	left: auto;
}
.ui-datepicker-rtl .ui-datepicker-next:hover {
	left: 1px;
	right: auto;
}
.ui-datepicker-rtl .ui-datepicker-buttonpane {
	clear: right;
}
.ui-datepicker-rtl .ui-datepicker-buttonpane button {
	float: left;
}
.ui-datepicker-rtl .ui-datepicker-buttonpane button.ui-datepicker-current,
.ui-datepicker-rtl .ui-datepicker-group {
	float: right;
}
.ui-datepicker-rtl .ui-datepicker-group-last .ui-datepicker-header,
.ui-datepicker-rtl .ui-datepicker-group-middle .ui-datepicker-header {
	border-right-width: 0;
	border-left-width: 1px;
}
.ui-menu {
	list-style: none;
	padding: 0;
	margin: 0;
	display: block;
	outline: none;
}
.ui-menu .ui-menu {
	position: absolute;
}
.ui-menu .ui-menu-item {
	position: relative;
	margin: 0;
	padding: 3px 1em 3px .4em;
	cursor: pointer;
	min-height: 0; /* support: IE7 */
	/* support: IE10, see #8844 */
	list-style-image: url("data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7");
}
.ui-menu .ui-menu-divider {
	margin: 5px 0;
	height: 0;
	font-size: 0;
	line-height: 0;
	border-width: 1px 0 0 0;
}
.ui-menu .ui-state-focus,
.ui-menu .ui-state-active {
	margin: -1px;
}

/* icon support */
.ui-menu-icons {
	position: relative;
}
.ui-menu-icons .ui-menu-item {
	padding-left: 2em;
}

/* left-aligned */
.ui-menu .ui-icon {
	position: absolute;
	top: 0;
	bottom: 0;
	left: .2em;
	margin: auto 0;
}

/* right-aligned */
.ui-menu .ui-menu-icon {
	left: auto;
	right: 0;
}

/* Component containers
----------------------------------*/
.ui-widget {
	font-family: Trebuchet MS,Tahoma,Verdana,Arial,sans-serif;
	font-size: 1.1em;
}
.ui-widget .ui-widget {
	font-size: 1em;
}
.ui-widget input,
.ui-widget select,
.ui-widget textarea,
.ui-widget button {
	font-family: Trebuchet MS,Tahoma,Verdana,Arial,sans-serif;
	font-size: 1em;
}
.ui-widget-content {
	border: 1px solid #dddddd;
	background: #eeeeee url("../bundles/wptemplate/css/images/ui-bg_highlight-soft_100_eeeeee_1x100.png") 50% top repeat-x;
	color: #333333;
}
.ui-widget-content a {
	color: #333333;
}
.ui-widget-header {
	/*border: 1px solid #e78f08;*/
	border:0;
	background: #dcba8d;
	color: #ffffff;
	font-weight: bold;
}
.ui-widget-header a {
	color: #ffffff;
}

/* Interaction states
----------------------------------*/
.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default {
	border: 1px solid #cccccc;
	background: #f6f6f6 url("../bundles/wptemplate/css/images/ui-bg_glass_100_f6f6f6_1x400.png") 50% 50% repeat-x;
	font-weight: bold;
	color: #1c94c4;
}
.ui-state-default a,
.ui-state-default a:link,
.ui-state-default a:visited {
	color: #1c94c4;
	text-decoration: none;
}
.ui-state-hover,
.ui-widget-content .ui-state-hover,
.ui-widget-header .ui-state-hover,
.ui-state-focus,
.ui-widget-content .ui-state-focus,
.ui-widget-header .ui-state-focus {
	border: 1px solid #fbcb09;
	background: #fdf5ce url("../bundles/wptemplate/css/images/ui-bg_glass_100_fdf5ce_1x400.png") 50% 50% repeat-x;
	font-weight: bold;
	color: #c77405;
}
.ui-state-hover a,
.ui-state-hover a:hover,
.ui-state-hover a:link,
.ui-state-hover a:visited,
.ui-state-focus a,
.ui-state-focus a:hover,
.ui-state-focus a:link,
.ui-state-focus a:visited {
	color: #c77405;
	text-decoration: none;
}
.ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active {
	border: 1px solid #1b91ca;
	background: #1b91ca;
	font-weight: bold;
	color: #FFFFFF;
}
.ui-state-active a,
.ui-state-active a:link,
.ui-state-active a:visited {
	color: #ca9851;
	text-decoration: none;
}

/* Interaction Cues
----------------------------------*/
.ui-state-highlight,
.ui-widget-content .ui-state-highlight,
.ui-widget-header .ui-state-highlight {
	border: 1px solid #dcba8d;
	background: #dcba8d;
	color: #363636;
}
.ui-state-highlight a,
.ui-widget-content .ui-state-highlight a,
.ui-widget-header .ui-state-highlight a {
	color: #363636;
}
.ui-state-error,
.ui-widget-content .ui-state-error,
.ui-widget-header .ui-state-error {
	border: 1px solid #cd0a0a;
	background: #b81900 url("../bundles/wptemplate/css/images/ui-bg_diagonals-thick_18_b81900_40x40.png") 50% 50% repeat;
	color: #ffffff;
}
.ui-state-error a,
.ui-widget-content .ui-state-error a,
.ui-widget-header .ui-state-error a {
	color: #ffffff;
}
.ui-state-error-text,
.ui-widget-content .ui-state-error-text,
.ui-widget-header .ui-state-error-text {
	color: #ffffff;
}
.ui-priority-primary,
.ui-widget-content .ui-priority-primary,
.ui-widget-header .ui-priority-primary {
	font-weight: bold;
}
.ui-priority-secondary,
.ui-widget-content .ui-priority-secondary,
.ui-widget-header .ui-priority-secondary {
	opacity: .7;
	filter:Alpha(Opacity=70); /* support: IE8 */
	font-weight: normal;
}
.ui-state-disabled,
.ui-widget-content .ui-state-disabled,
.ui-widget-header .ui-state-disabled {
	opacity: .35;
	filter:Alpha(Opacity=35); /* support: IE8 */
	background-image: none;
}
.ui-state-disabled .ui-icon {
	filter:Alpha(Opacity=35); /* support: IE8 - See #6059 */
}

/* Icons
----------------------------------*/

/* states and images */
.ui-icon {
	width: 16px;
	height: 16px;
}
.ui-icon,
.ui-widget-content .ui-icon {
	background-image: url("../bundles/wptemplate/css/images/ui-icons_222222_256x240.png");
}
.ui-widget-header .ui-icon {
	background-image: url("../bundles/wptemplate/css/images/ui-icons_ffffff_256x240.png");
}
.ui-state-default .ui-icon {
	background-image: url("../bundles/wptemplate/css/images/ui-icons_ef8c08_256x240.png");
}
.ui-state-hover .ui-icon,
.ui-state-focus .ui-icon {
	background-image: url("../bundles/wptemplate/css/images/ui-icons_ef8c08_256x240.png");
}
.ui-state-active .ui-icon {
	background-image: url("../bundles/wptemplate/css/images/ui-icons_ef8c08_256x240.png");
}
.ui-state-highlight .ui-icon {
	background-image: url("../bundles/wptemplate/css/images/ui-icons_228ef1_256x240.png");
}
.ui-state-error .ui-icon,
.ui-state-error-text .ui-icon {
	background-image: url("../bundles/wptemplate/css/images/ui-icons_ffd27a_256x240.png");
}

/* positioning */
.ui-icon-blank { background-position: 16px 16px; }
.ui-icon-carat-1-n { background-position: 0 0; }
.ui-icon-carat-1-ne { background-position: -16px 0; }
.ui-icon-carat-1-e { background-position: -32px 0; }
.ui-icon-carat-1-se { background-position: -48px 0; }
.ui-icon-carat-1-s { background-position: -64px 0; }
.ui-icon-carat-1-sw { background-position: -80px 0; }
.ui-icon-carat-1-w { background-position: -96px 0; }
.ui-icon-carat-1-nw { background-position: -112px 0; }
.ui-icon-carat-2-n-s { background-position: -128px 0; }
.ui-icon-carat-2-e-w { background-position: -144px 0; }
.ui-icon-triangle-1-n { background-position: 0 -16px; }
.ui-icon-triangle-1-ne { background-position: -16px -16px; }
.ui-icon-triangle-1-e { background-position: -32px -16px; }
.ui-icon-triangle-1-se { background-position: -48px -16px; }
.ui-icon-triangle-1-s { background-position: -64px -16px; }
.ui-icon-triangle-1-sw { background-position: -80px -16px; }
.ui-icon-triangle-1-w { background-position: -96px -16px; }
.ui-icon-triangle-1-nw { background-position: -112px -16px; }
.ui-icon-triangle-2-n-s { background-position: -128px -16px; }
.ui-icon-triangle-2-e-w { background-position: -144px -16px; }
.ui-icon-arrow-1-n { background-position: 0 -32px; }
.ui-icon-arrow-1-ne { background-position: -16px -32px; }
.ui-icon-arrow-1-e { background-position: -32px -32px; }
.ui-icon-arrow-1-se { background-position: -48px -32px; }
.ui-icon-arrow-1-s { background-position: -64px -32px; }
.ui-icon-arrow-1-sw { background-position: -80px -32px; }
.ui-icon-arrow-1-w { background-position: -96px -32px; }
.ui-icon-arrow-1-nw { background-position: -112px -32px; }
.ui-icon-arrow-2-n-s { background-position: -128px -32px; }
.ui-icon-arrow-2-ne-sw { background-position: -144px -32px; }
.ui-icon-arrow-2-e-w { background-position: -160px -32px; }
.ui-icon-arrow-2-se-nw { background-position: -176px -32px; }
.ui-icon-arrowstop-1-n { background-position: -192px -32px; }
.ui-icon-arrowstop-1-e { background-position: -208px -32px; }
.ui-icon-arrowstop-1-s { background-position: -224px -32px; }
.ui-icon-arrowstop-1-w { background-position: -240px -32px; }
.ui-icon-arrowthick-1-n { background-position: 0 -48px; }
.ui-icon-arrowthick-1-ne { background-position: -16px -48px; }
.ui-icon-arrowthick-1-e { background-position: -32px -48px; }
.ui-icon-arrowthick-1-se { background-position: -48px -48px; }
.ui-icon-arrowthick-1-s { background-position: -64px -48px; }
.ui-icon-arrowthick-1-sw { background-position: -80px -48px; }
.ui-icon-arrowthick-1-w { background-position: -96px -48px; }
.ui-icon-arrowthick-1-nw { background-position: -112px -48px; }
.ui-icon-arrowthick-2-n-s { background-position: -128px -48px; }
.ui-icon-arrowthick-2-ne-sw { background-position: -144px -48px; }
.ui-icon-arrowthick-2-e-w { background-position: -160px -48px; }
.ui-icon-arrowthick-2-se-nw { background-position: -176px -48px; }
.ui-icon-arrowthickstop-1-n { background-position: -192px -48px; }
.ui-icon-arrowthickstop-1-e { background-position: -208px -48px; }
.ui-icon-arrowthickstop-1-s { background-position: -224px -48px; }
.ui-icon-arrowthickstop-1-w { background-position: -240px -48px; }
.ui-icon-arrowreturnthick-1-w { background-position: 0 -64px; }
.ui-icon-arrowreturnthick-1-n { background-position: -16px -64px; }
.ui-icon-arrowreturnthick-1-e { background-position: -32px -64px; }
.ui-icon-arrowreturnthick-1-s { background-position: -48px -64px; }
.ui-icon-arrowreturn-1-w { background-position: -64px -64px; }
.ui-icon-arrowreturn-1-n { background-position: -80px -64px; }
.ui-icon-arrowreturn-1-e { background-position: -96px -64px; }
.ui-icon-arrowreturn-1-s { background-position: -112px -64px; }
.ui-icon-arrowrefresh-1-w { background-position: -128px -64px; }
.ui-icon-arrowrefresh-1-n { background-position: -144px -64px; }
.ui-icon-arrowrefresh-1-e { background-position: -160px -64px; }
.ui-icon-arrowrefresh-1-s { background-position: -176px -64px; }
.ui-icon-arrow-4 { background-position: 0 -80px; }
.ui-icon-arrow-4-diag { background-position: -16px -80px; }
.ui-icon-extlink { background-position: -32px -80px; }
.ui-icon-newwin { background-position: -48px -80px; }
.ui-icon-refresh { background-position: -64px -80px; }
.ui-icon-shuffle { background-position: -80px -80px; }
.ui-icon-transfer-e-w { background-position: -96px -80px; }
.ui-icon-transferthick-e-w { background-position: -112px -80px; }
.ui-icon-folder-collapsed { background-position: 0 -96px; }
.ui-icon-folder-open { background-position: -16px -96px; }
.ui-icon-document { background-position: -32px -96px; }
.ui-icon-document-b { background-position: -48px -96px; }
.ui-icon-note { background-position: -64px -96px; }
.ui-icon-mail-closed { background-position: -80px -96px; }
.ui-icon-mail-open { background-position: -96px -96px; }
.ui-icon-suitcase { background-position: -112px -96px; }
.ui-icon-comment { background-position: -128px -96px; }
.ui-icon-person { background-position: -144px -96px; }
.ui-icon-print { background-position: -160px -96px; }
.ui-icon-trash { background-position: -176px -96px; }
.ui-icon-locked { background-position: -192px -96px; }
.ui-icon-unlocked { background-position: -208px -96px; }
.ui-icon-bookmark { background-position: -224px -96px; }
.ui-icon-tag { background-position: -240px -96px; }
.ui-icon-home { background-position: 0 -112px; }
.ui-icon-flag { background-position: -16px -112px; }
.ui-icon-calendar { background-position: -32px -112px; }
.ui-icon-cart { background-position: -48px -112px; }
.ui-icon-pencil { background-position: -64px -112px; }
.ui-icon-clock { background-position: -80px -112px; }
.ui-icon-disk { background-position: -96px -112px; }
.ui-icon-calculator { background-position: -112px -112px; }
.ui-icon-zoomin { background-position: -128px -112px; }
.ui-icon-zoomout { background-position: -144px -112px; }
.ui-icon-search { background-position: -160px -112px; }
.ui-icon-wrench { background-position: -176px -112px; }
.ui-icon-gear { background-position: -192px -112px; }
.ui-icon-heart { background-position: -208px -112px; }
.ui-icon-star { background-position: -224px -112px; }
.ui-icon-link { background-position: -240px -112px; }
.ui-icon-cancel { background-position: 0 -128px; }
.ui-icon-plus { background-position: -16px -128px; }
.ui-icon-plusthick { background-position: -32px -128px; }
.ui-icon-minus { background-position: -48px -128px; }
.ui-icon-minusthick { background-position: -64px -128px; }
.ui-icon-close { background-position: -80px -128px; }
.ui-icon-closethick { background-position: -96px -128px; }
.ui-icon-key { background-position: -112px -128px; }
.ui-icon-lightbulb { background-position: -128px -128px; }
.ui-icon-scissors { background-position: -144px -128px; }
.ui-icon-clipboard { background-position: -160px -128px; }
.ui-icon-copy { background-position: -176px -128px; }
.ui-icon-contact { background-position: -192px -128px; }
.ui-icon-image { background-position: -208px -128px; }
.ui-icon-video { background-position: -224px -128px; }
.ui-icon-script { background-position: -240px -128px; }
.ui-icon-alert { background-position: 0 -144px; }
.ui-icon-info { background-position: -16px -144px; }
.ui-icon-notice { background-position: -32px -144px; }
.ui-icon-help { background-position: -48px -144px; }
.ui-icon-check { background-position: -64px -144px; }
.ui-icon-bullet { background-position: -80px -144px; }
.ui-icon-radio-on { background-position: -96px -144px; }
.ui-icon-radio-off { background-position: -112px -144px; }
.ui-icon-pin-w { background-position: -128px -144px; }
.ui-icon-pin-s { background-position: -144px -144px; }
.ui-icon-play { background-position: 0 -160px; }
.ui-icon-pause { background-position: -16px -160px; }
.ui-icon-seek-next { background-position: -32px -160px; }
.ui-icon-seek-prev { background-position: -48px -160px; }
.ui-icon-seek-end { background-position: -64px -160px; }
.ui-icon-seek-start { background-position: -80px -160px; }
/* ui-icon-seek-first is deprecated, use ui-icon-seek-start instead */
.ui-icon-seek-first { background-position: -80px -160px; }
.ui-icon-stop { background-position: -96px -160px; }
.ui-icon-eject { background-position: -112px -160px; }
.ui-icon-volume-off { background-position: -128px -160px; }
.ui-icon-volume-on { background-position: -144px -160px; }
.ui-icon-power { background-position: 0 -176px; }
.ui-icon-signal-diag { background-position: -16px -176px; }
.ui-icon-signal { background-position: -32px -176px; }
.ui-icon-battery-0 { background-position: -48px -176px; }
.ui-icon-battery-1 { background-position: -64px -176px; }
.ui-icon-battery-2 { background-position: -80px -176px; }
.ui-icon-battery-3 { background-position: -96px -176px; }
.ui-icon-circle-plus { background-position: 0 -192px; }
.ui-icon-circle-minus { background-position: -16px -192px; }
.ui-icon-circle-close { background-position: -32px -192px; }
.ui-icon-circle-triangle-e { background-position: -48px -192px; }
.ui-icon-circle-triangle-s { background-position: -64px -192px; }
.ui-icon-circle-triangle-w { background-position: -80px -192px; }
.ui-icon-circle-triangle-n { background-position: -96px -192px; }
.ui-icon-circle-arrow-e { background-position: -112px -192px; }
.ui-icon-circle-arrow-s { background-position: -128px -192px; }
.ui-icon-circle-arrow-w { background-position: -144px -192px; }
.ui-icon-circle-arrow-n { background-position: -160px -192px; }
.ui-icon-circle-zoomin { background-position: -176px -192px; }
.ui-icon-circle-zoomout { background-position: -192px -192px; }
.ui-icon-circle-check { background-position: -208px -192px; }
.ui-icon-circlesmall-plus { background-position: 0 -208px; }
.ui-icon-circlesmall-minus { background-position: -16px -208px; }
.ui-icon-circlesmall-close { background-position: -32px -208px; }
.ui-icon-squaresmall-plus { background-position: -48px -208px; }
.ui-icon-squaresmall-minus { background-position: -64px -208px; }
.ui-icon-squaresmall-close { background-position: -80px -208px; }
.ui-icon-grip-dotted-vertical { background-position: 0 -224px; }
.ui-icon-grip-dotted-horizontal { background-position: -16px -224px; }
.ui-icon-grip-solid-vertical { background-position: -32px -224px; }
.ui-icon-grip-solid-horizontal { background-position: -48px -224px; }
.ui-icon-gripsmall-diagonal-se { background-position: -64px -224px; }
.ui-icon-grip-diagonal-se { background-position: -80px -224px; }


/* Misc visuals
----------------------------------*/

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

/* Overlays */
.ui-widget-overlay {
	background: #666666 url("../bundles/wptemplate/css/images/ui-bg_diagonals-thick_20_666666_40x40.png") 50% 50% repeat;
	opacity: .5;
	filter: Alpha(Opacity=50); /* support: IE8 */
}
.ui-widget-shadow {
	margin: -5px 0 0 -5px;
	padding: 5px;
	background: #000000 url("../bundles/wptemplate/css/images/ui-bg_flat_10_000000_40x100.png") 50% 50% repeat-x;
	opacity: .2;
	filter: Alpha(Opacity=20); /* support: IE8 */
	border-radius: 5px;
}

.catalog-popup {
    max-width: 930px;
}

@media screen and (min-height: 800px) {
    .catalog-popup {
        max-width: 1130px;
    }

}

.catalog-popup-content {
    width: 100%;
}

footer .user-block-dropdown .registration-block {
    display: none;
}

.popup .fancybox-skin {
    border-radius: 0;
    border: 1px solid #FFFFFF;
}

.fancybox-close {
    background-image: url('../bundles/wptemplate/css/fancybox_sprite.png');
    position: absolute;
    top: 11px;
    right: 11px;
    width: 36px;
    height: 36px;
    cursor: pointer;
    z-index: 8040;
}

.fancybox-skin {
    background: #fff !important;
}

.catalog-popup-poduct {
    border-bottom: 1px solid #dbe4e8;
    display: table;
    width: 100%;
    table-layout: fixed;
    background: #ffffff;
    position: relative;
}

.catalog-popup-image {
    display: table-cell;
    vertical-align: top;
    width: 60%;
    padding: 20px;
}

.catalog-popup-big-image {
    height: 449px;
    display: table-cell;
    vertical-align: middle;
    width: 1000px;
    max-width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding-top: 29px;
}

.catalog-popup-big-image img {
    display: block;
    margin: 0 auto;
}

.catalog-popup-image-slider-wrap .bx-viewport, .catalog-popup-image-slider-wrap .bx-wrapper {
    min-height: 90px;
}

.catalog-popup-image-slider-item {
    border: 2px solid #dbe4e8;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.catalog-popup-image-slider-item img {
    display: table-cell;
    width: 85px;
    height: 85px;
}

.catalog-popup-image-slider-item.checked {
    border: 2px solid #1b91ca;
    padding: 0;
}

.catalog-popup-info {
    position: relative;
    display: table-cell;
    vertical-align: top;
    padding: 20px 20px 50px 20px;
    border-left: 1px solid #e3e3e4;
}

.box-catalog-product__view .catalog-popup-info__more-link{
    display: none;
}

.catalog-popup-info__more-link{
    position: absolute;
    bottom:20px;
    right:20px;
    font-size:13px;
}

.catalog-popup-info__more-link a{

    text-decoration:underline;
}

.catalog-popup-info__more-link a:hover{
    text-decoration:none;
}

.catalog-popup-info__more-link span{
    margin-left:7px;
}

.zoomContainer {
    z-index: 9999;
}

.catalog-popup-subtitle {
    font-size: 21px;
    color: #252525;
    line-height: 35px;
    padding: 0 0 15px 0;
}

.catalog-popup-title {
    font-size: 19px;
    margin-bottom: 22px;
    color: #818491;
    letter-spacing: -0.4px;
    font-weight: normal;
}

.catalog-popup-title a {
    color: inherit;
    text-decoration: none;
}

.catalog-popup-price {
    /*max-width: 126px;*/
    margin: 0 auto 7px;
    background: #FFFFFF;
    font-size: 19px;
    padding: 13px 20px;
    display: inline-block;
}

.catalog-popup-price .priceValue {
    font-weight: bold;
}

.catalog-popup-price span.priceValue {
    font-weight: bold;
}

.catalog-popup-price span.oldPrice {
    text-decoration: line-through;
    color: #818491;
    font-size: 15px;
    margin-left: 10px;
}

.catalog-popup-discount {
    position: absolute;
    top: 12px;
    left: 12px;
    width: 38px;
    height: 38px;
    line-height: 38px;
    text-align: center;
    color: #fff;
    font-size: 13px;
    font-family: Arial;
    font-weight: bold;
    background: url(../bundles/wptemplate/images/background/dscount_bg.png);
    z-index: 10;
}

.catalog-popup-package {
    font-size: 13px;
    font-weight: normal !important;
}

.catalog-popup-deleted-info{
    padding: 10px 0 13px 0;
    font-size: 14px;
}

.catalog-popup-item-num {
    max-width: 146px;
    margin: 0 auto 7px;
    position: relative;
}

.catalog-popup-item-num .catalog-item-num-input {
    padding: 10px 37px 9px;
    border-color: #dbe4e8;
    font-size: 16px;
}

.catalog-popup-item-num .catalog-item-num-plus {
    height: 100%;
    width: 33px;
}

.catalog-popup-item-num .catalog-item-num-minus {
    height: 100%;
    width: 33px;
    line-height: 41px;
    left: 1px;
    right: inherit;
}

.catalog-popup-btn-add-container .catalog-popup-button.active {
    display: inline-block;
}

.catalog-popup-button {
    display: none;
    color: #FFFFFF;
    background: #d4b453;
    text-decoration: none;
    vertical-align: middle;
    max-width: 146px;
    margin: 0 auto 23px;
    font-size: 15px;
    padding: 11px 0px 8px;
    position: relative;
    letter-spacing: -0.4px;
    font-weight: bold;
    transition: all 400ms linear !important;
    width: 100%;
}

.catalog-popup-button.animated {
    background: #1b91ca !important;
}

.catalog-popup-button:before, .catalog-popup-button:after {
    content: " ";
    position: absolute;
    top: 1px;
    left: 0;
    width: 100%;
    height: 1px;
    background: rgba(255, 255, 255, 0.3);
}

.catalog-popup-button:after {
    top: inherit;
    bottom: 1px;
}

.catalog-popup-button .icon {
    margin-right: 8px !important;
}

.catalog-popup-button.inCart .icon {
    margin-bottom: 2px !important;
}

.catalog-popup-button .buy-btn-text {
    display: inline;
}

.catalog-popup-button .buy-btn-text-incart {
    display: none;
}

.catalog-popup-button.inCart .buy-btn-text {
    display: none;
}

.catalog-popup-button.inCart .buy-btn-text-incart {
    display: inline;
}

.catalog-popup-info-color {
    border-top: 1px solid #dbe4e8;
    padding-top: 15px;
}

.catalog-popup-info-color-title {
    margin-bottom: 10px;
}

.catalog-popup-info-color-list {
    text-align: center;
    margin-bottom: 25px;
}

.catalog-popup-info-color-item {
    display: inline-block;
    vertical-align: top;
    width: 60px;
    border: 1px solid transparent;
    margin: 0 1px 0 4px;
    background: #dbe4e8;
    cursor: pointer;
}

.catalog-popup-info-color-item.active {
    border: 2px solid #cc9900;
    margin: -1px 0px 0 3px;
}

.catalog-popup-info-color-item img {
    display: block;
    width: 100%;
}

/*.catalog-popup-info-table {
    max-width: 211px;
    text-align: left;
    margin: 0 auto 5px;
    font-size: 13px;
    display: none;
}*/

.catalog-popup-info-table.active {
    display: block;
}

.catalog-popup-info-table td {
    /*padding: 0 5px 2px 0;*/
    min-width: 112px;
    /*line-height: 21px;*/
}

@media screen and (max-width: 768px) {

    .catalog-popup-poduct {
        display: block;
    }

    .catalog-popup-image {
        display: block;
        width: auto;
    }

    .catalog-popup-info {
        display: block;
        width: auto;
        padding: 30px 20px;
    }
}

@media screen and (max-width: 480px) {
    /*.catalog-item:nth-child(n+7){display: none;}*/
    .catalog-popup-image-slider-wrap {
        max-width: 180px;
        margin: 0 auto;
    }

}

/* Slider */
.slick-slider{position:relative;display:block;box-sizing:border-box;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;-webkit-touch-callout:none;-khtml-user-select:none;-ms-touch-action:pan-y;touch-action:pan-y;-webkit-tap-highlight-color:transparent;}
.slick-list{position:relative;display:block;overflow:hidden;margin:0;padding:0;}
.slick-list:focus{outline:none;}
.slick-list.dragging{cursor:pointer;cursor:hand;}
.slick-slider .slick-track,.slick-slider .slick-list{-webkit-transform:translate3d(0, 0, 0);-moz-transform:translate3d(0, 0, 0);-ms-transform:translate3d(0, 0, 0);-o-transform:translate3d(0, 0, 0);transform:translate3d(0, 0, 0);}
.slick-track{position:relative;top:0;left:0;display:block;}
.slick-track:before,.slick-track:after{display:table;content:'';}
.slick-track:after{clear:both;}
.slick-loading .slick-track{visibility:hidden;}
.slick-slide{display:none;float:left;height:100%;min-height:1px;}
[dir='rtl'] .slick-slide{float:right;}
.slick-slide img{display:block;}
.slick-slide.slick-loading img{display:none;}
.slick-slide.dragging img{pointer-events:none;}
.slick-initialized .slick-slide{display:block;}
.slick-loading .slick-slide{visibility:hidden;}
.slick-vertical .slick-slide{display:block;height:auto;border:1px solid transparent;}
.slick-arrow.slick-hidden{display:none;}
.slick_carousel{position:relative;height:434px;}
.slick_carousel-4{position:relative;}
.slick_carousel-4 .list-product__item{padding-left:9px;padding-right: 9px;}
.slick-track{height:434px;}
.slick_carousel-4 .slick-track{height:auto;}
.slick_carousel.list-product{margin-left:0;}
.slick-arrow{position:absolute;top:34%;width:20px;height:40px;border:none;z-index:100;}
.slick-prev{left:-20px;background:url("../bundles/wptemplate/img/arrow_left.png") no-repeat center center;}
.slick-next{right:-20px;background:url("../bundles/wptemplate/img/arrow_right.png") no-repeat center center;}
.slick-list .list-product__item{margin-left:9px;margin-right:9px;}
.slick_carousel-wrap{height:390px;padding: 0 20px;}
.slick_carousel-wrap-4{padding: 0 20px;}
.slick_carousel .product-price{padding:14px 0 10px 0;}
.slick_carousel .product-buttons{padding:9px 0 0 0;}
@media screen and (max-width:991px){.slick-arrow{top:36.3%;}
 .slick_carousel-wrap{height:376px;}
 .slick_carousel .product-price{padding:20px 0 10px 0;}
 .slick_carousel .product-buttons{padding:4px 0 0 0;}
}
/* * jQuery FlexSlider v1.0 (Release) * http://flex.madebymufffin.com * * Copyright 2011, Tyler Smith * Free to use under the MIT license. * http://www.opensource.org/licenses/mit-license.php */
/* Необходимые стили для FlexSlider*********************************/
.flexslider {
    width: 100%;
    margin: 0;
    padding: 0;
}

.flexslider .slides li {
    width: 100%;
    height: auto;
    list-style-type: none;
    display: none;
}

/* Скрываем слайды доя загрузки JS. Избегаем дергания изображений */
.flexslider .slides img {
    max-width: 100%;
    display: block;
}

/* Тема по умолчанию для FlexSlider*********************************/
.flexslider {
    width: 100;
    height: auto;
}

.flexslider .slides li {
    position: relative;
}

/* Предполагаемый контейнер для устнановок анимации "slides".*/
.flexslider-container {
    position: relative;
}

/* Стиль заголовков */
.flex-caption {
    background: rgba(210, 166, 107, 0.88);
    position: absolute;
    left: 70px;
    top: 50%;
    height: 128px;
    margin-top: -64px;
}

.flex-caption__text {
    display: block;
    font-size: 42px;
    line-height: 48px;
    color: #ffffff;
    padding: 12px 50px 17px 30px;
}

/* Навигация */
.flex-direction-nav {
    /*position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index:5;*/
    display: none;
}

.hover-slider .flex-direction-nav {
    display: block !important;
}

.flex-direction-nav li {
    list-style-type: none;
}

.flex-direction-nav li a {
    width: 37px;
    height: 64px;
    margin: 0 0 0 0;
    top: 50%;
    margin-top: -32px;
    display: block;
    position: absolute;
    background-color: rgba(255,255,255,0);
    padding-top: 17px;
    cursor: pointer;
    text-indent: -9999px;
    font-size: 0px;
    z-index: 5;
}

/* set negative margin-top equal to half the height on the directional-nav for perfect vertical centering */
.flex-direction-nav li a:hover {
    /*background-color: rgba(255, 255, 255, 0.88)*/
}

.flex-direction-nav li a:before {
    display: block;
    content: '';
    width: 17px;
    height: 30px;
    background: url(../bundles/wptemplate/img/sprite.png) no-repeat left top;
    margin: 0 auto;
}

.flex-direction-nav li a.flex-next {
    right: 10px;
    padding-left: 3px;
}

.flex-direction-nav li a.flex-prev {
    left: 10px;
    padding-right: 3px;
}

.flex-direction-nav li a.flex-next:before {
    background-position: -200px 0;
}

.flex-direction-nav li a.flex-prev:before {
    background-position: -173px 0;
}

.flex-direction-nav li a.flex-next:hover:before {
    background-position: -200px -33px;
}

.flex-direction-nav li a.flex-prev:hover:before {
    background-position: -173px -33px;
}

/* Управление */
.flex-control-nav {
    position: absolute;
    left: 0;
    bottom: -15px;
    height: 18px;
    width: 100%;
    text-align: center;
    z-index: 10;
    display: block;
    padding-top: 55px;
}

/* set negative margin-left equal to half the width on the control-nav for perfect centering */
.flex-control-nav li {
    margin: 0 9px 0 9px;
    display: inline-block;
    vertical-align: top;
    list-style-type: none;
}

.flex-control-nav li a {
    display: block;
    text-indent: -9999px;
    margin-right: 0;
    list-style-type: none;
    background: #eedcc4;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    cursor: pointer;
    font: 0px Arial;
}

.flex-control-nav li a:hover {
    background: #cb944c;
}

.flex-control-nav li a.flex-active {
    background: #cb944c;
    cursor: default;
}

.jq-checkbox {
    display: inline-block;
    vertical-align: top;
    top: -1px;
    width: 17px;
    height: 17px;
    border: 1px solid #e3e3e4;
    vertical-align: middle;
    cursor: pointer;
    position: relative;
}

.jq-checkbox.checked {
    border-color: #ca9851;
}

.jq-checkbox.checked .jq-checkbox__div {
    display: block;
    width: 15px;
    height: 15px;
    background: url(../bundles/wptemplate/img/check.png) no-repeat left top;
}

.jq-radio {
    display: inline-block;
    vertical-align: top;
    top: -1px;
    width: 17px;
    height: 17px;
    border: 1px solid #e3e3e4;
    vertical-align: middle;
    cursor: pointer;
    position: relative;
}

.jq-radio.checked {
    border-color: #ca9851;
}

.jq-radio.checked .jq-radio__div {
    display: block;
    width: 15px;
    height: 15px;
    background: url(../bundles/wptemplate/img/check.png) no-repeat left top;
}

.jq-radio.focused {
    border: 1px solid #08C;
}

.jq-radio.disabled {
    opacity: 0.55;
    filter: alpha(opacity=55);
}

.jq-file {
    width: 270px;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
    border-radius: 4px;
}

.jq-file input {
    cursor: pointer;
    height: auto;
    line-height: 1em;
}

.jq-file__name {
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    height: 32px;
    padding: 0 80px 0 10px;
    color: #333;
    font: 14px/30px Arial, sans-serif;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    border: 1px solid #CCC;
    border-bottom-color: #B3B3B3;
    border-radius: 4px;
    box-shadow: inset 1px 1px #F1F1F1;
    background: #FFF;
}

.focused .jq-file__name {
    border: 1px solid #5794BF;
}

.jq-file__browse {
    position: absolute;
    top: 1px;
    right: 1px;
    padding: 0 10px;
    border-left: 1px solid #CCC;
    border-radius: 0 4px 4px 0;
    background: #F1F1F1 url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAAeCAIAAABi9+OQAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAABdJREFUeNpi+v//PxM2zMDAQEtxgAADAF2uTe9L4getAAAAAElFTkSuQmCC) repeat-x;
    box-shadow: inset 1px -1px #F1F1F1, inset -1px 0 #F1F1F1, 0 1px 2px rgba(0, 0, 0, 0.1);
    color: #333;
    text-shadow: 1px 1px #FFF;
    font: 14px/30px Arial, sans-serif;
}

.jq-file:hover .jq-file__browse {
    background-color: #E6E6E6;
    background-position: 0 -10px;
}

.jq-file:active .jq-file__browse {
    background: #F5F5F5;
    box-shadow: inset 1px 1px 3px #DDD;
}

.jq-file.disabled .jq-file__name {
    color: #888;
}

.jq-file.disabled, .jq-file.disabled .jq-file__browse {
    border-color: #CCC;
    background: #F5F5F5;
    box-shadow: none;
    color: #888;
}

.jq-selectbox {
    vertical-align: middle;
    cursor: pointer;
    width: 100%;
}

.jq-selectbox__select {
    border: solid 1px #e3e3e4;
    width: 100%;
    height: 41px;
    font-size: 16px;
    line-height: 20px;
    padding: 10px 25px 0 10px;
    color: #000;
    border-radius: 2px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    position: relative;
}

.jq-selectbox__select:hover {
}

.jq-selectbox__select:active {
}

.jq-selectbox.focused .jq-selectbox__select {
}

.jq-selectbox.disabled .jq-selectbox__select {
    border-color: #CCC;
    background: #F5F5F5;
    box-shadow: none;
    color: #888;
}

.jq-selectbox__select-text {
    display: block;
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.jq-selectbox__trigger {
    position: absolute;
    top: 0;
    right: 0;
    width: 34px;
    height: 100%;
}

.jq-selectbox__trigger-arrow {
    position: absolute;
    top: 16px;
    right: 12px;
    width: 0;
    height: 0;
    overflow: hidden;
    border-top: 7px solid #cb944c;
    border-right: 6px solid transparent;
    border-left: 6px solid transparent;
}

.jq-selectbox:hover .jq-selectbox__trigger-arrow {
}

.jq-selectbox.disabled .jq-selectbox__trigger-arrow {
}

.jq-selectbox__dropdown {
    top: 41px;
    width: 100%;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    border: solid 1px #e3e3e4;
    border-radius: 0;
    background: #FFF;
}

.jq-selectbox__search {
    margin: 5px;
}

.jq-selectbox__search input {
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    margin: 0;
    padding: 5px 27px 6px 8px;
    outline: none;
    border: 1px solid #CCC;
    border-radius: 3px;
    background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAMCAYAAABiDJ37AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAO1JREFUeNqU078LAXEYx/FzYfNzk5TJaFNKYjFYSQZ/hvwBsvg1UCY2xT9gM8hukQGThWRjkcFw3pdnujhfT736Xn2fPvfc3fd07V0OFDDFAnM0ENYsZRiGLSc9OpqIYIA9fMhhjCrW2h9VlMlcH/aymMGtOqEugX08PwQucUZKdTozMIqdTc9WepQD7wjY9ARx+ydwhfyXfS+S0qMcOEQJGcueB3VccFINdMgal6NzkmPjRwJXxDBB7/2RDdtAp6wb+dpphHDASG5QQ0V6u2aoSqBZD/lDrNWRJynLK2qpBn4rc6K2XB9/Nb8EGABtf1thzY6X2AAAAABJRU5ErkJggg==) no-repeat 100% 50%;
    box-shadow: inset 1px 1px #F1F1F1;
    color: #333;
    -webkit-appearance: textfield;
}

.jq-selectbox__search input::-webkit-search-cancel-button, .jq-selectbox__search input::-webkit-search-decoration {
    -webkit-appearance: none;
}

.jq-selectbox__not-found {
    margin: 5px;
    padding: 5px 8px 6px;
    background: #F0F0F0;
    font-size: 13px;
}

.jq-selectbox ul {
    margin: 0;
    padding: 0;
}

.jq-selectbox li {
    min-height: 18px;
    padding: 5px 10px 6px;
    color: #000000;
    font-size: 16px;
}

.jq-selectbox li.selected {
    color: #cb944c;
}

.jq-selectbox li:hover {
    color: #cb944c;
}

.jq-selectbox li.disabled {
    color: #AAA;
}

.jq-selectbox li.disabled:hover {
    background: none;
}

.jq-selectbox li.optgroup {
    font-weight: bold;
}

.jq-selectbox li.optgroup:hover {
    background: none;
    color: #231F20;
    cursor: default;
}

.jq-selectbox li.option {
    padding-left: 25px;
}

.jq-select-multiple {
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 1px;
    border: 1px solid #CCC;
    border-bottom-color: #B3B3B3;
    border-radius: 4px;
    box-shadow: inset 1px 1px #F1F1F1, 0 1px 2px rgba(0, 0, 0, 0.1);
    background: #FFF;
    color: #333;
    font: 14px/18px Arial, sans-serif;
    cursor: default;
}

.jq-select-multiple.focused {
    border: 1px solid #5794BF;
}

.jq-select-multiple.disabled {
    border-color: #CCC;
    background: #F5F5F5;
    box-shadow: none;
    color: #888;
}

.jq-select-multiple ul {
    margin: 0;
    padding: 0;
}

.jq-select-multiple li {
    padding: 3px 9px 4px;
    list-style: none;
}

.jq-select-multiple li:first-child {
    border-radius: 3px 3px 0 0;
}

.jq-select-multiple li:last-child {
    border-radius: 0 0 3px 3px;
}

.jq-select-multiple li.selected {
    background: #08C;
    color: #FFF;
}

.jq-select-multiple li.disabled {
    color: #AAA;
}

.jq-select-multiple.disabled li.selected, .jq-select-multiple li.selected.disabled {
    background: #CCC;
    color: #FFF;
}

.jq-select-multiple li.optgroup {
    font-weight: bold;
}

.jq-select-multiple li.option {
    padding-left: 25px;
}

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

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

.fancybox-skin {
    position: relative;
    color: #444;
    text-shadow: none;
}

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

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

.fancybox-inner {
    overflow: hidden;
}

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

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

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

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

#fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
}

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

#fancybox-loading div {
    width: 44px;
    height: 44px;
}

.fancybox-close {
    position: absolute;
    top: 25px;
    right: 25px;
    width: 26px;
    height: 26px;
    cursor: pointer;
    z-index: 8040;
    background: url('../bundles/wptemplate/img/close.png');
}

.fancybox-nav {
    position: absolute;
    top: 0;
    width: 40%;
    height: 100%;
    cursor: pointer;
    text-decoration: none;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    z-index: 8040;
}

.fancybox-prev {
    left: 0;
}

.fancybox-next {
    right: 0;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/*================================================================================| TAGS |================================================================================*/
body {
    margin: 0px;
    padding: 0px;
    font-family: 'PTSans', Arial, Times New Roman;
    background-color: #FFFFFF;
    height: 100%;
    position: relative;
    font-size: 11px;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

/*MAIN*/
.fL {
    float: left
}

.fR {
    float: right
}

.clear {
    clear: both
}

.im {
    margin: 0px
}

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
    display: block;
}

body {
    line-height: 1;
}

blockquote, q {
    quotes: none;
}

blockquote:before, blockquote:after, q:before, q:after {
    content: '';
    content: none;
}

table {
    border-collapse: collapse;
    border-width: 0px;
    padding: 0px;
    margin: 0px;
}

html {
    height: 100%;
    -webkit-text-size-adjust: none;
    -ms-text-size-adjust: none;
}

input, textarea {
    font: 12px "PTSans", Arial, sans-serif;
    color: #333;
    outline: none;
    border-radius: 0;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
}

input[type="button"], input[type="submit"], button {
    cursor: pointer
}

td {
    margin: 0px;
    padding: 0px;
}

form {
    padding: 0px;
    margin: 0px;
}

a {
    color: #000100;
    -moz-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    -ms-transition: all 0.2s linear;
    -webkit-transition: all 0.2s linear;
    transition: all 0.2s linear;
    text-decoration: none;
    outline: none;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

input[type=submit], input[type=button], button {
    -webkit-appearance: none;
    outline: none;
}

* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

*:before, *:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.clearfix:after, .wrapper:after, .header-top:after, .wrapper-inside:after, .line-header-mobile:after, .slider-fields:after, .window-open-cont:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

@font-face {
    font-family: 'PTSans';
    src: url('../bundles/wptemplate/fonts/PTSans-Regular_gdi.eot');
    src: url('../bundles/wptemplate/fonts/PTSans-Regular_gdi.eot?#iefix') format('embedded-opentype'), url('../bundles/wptemplate/fonts/PTSans-Regular_gdi.woff') format('woff'), url('../bundles/wptemplate/fonts/PTSans-Regular_gdi.ttf') format('truetype'), url('../bundles/wptemplate/fonts/PTSans-Regular_gdi.svg#PTSans-Regular') format('svg');
    font-weight: 400;
    font-style: normal;
    font-stretch: normal;
    unicode-range: U+0020-FB02;
}

@font-face {
    font-family: 'PTSans';
    src: url('../bundles/wptemplate/fonts/PTSans-Bold_gdi.eot');
    src: url('../bundles/wptemplate/fonts/PTSans-Bold_gdi.eot?#iefix') format('embedded-opentype'), url('../bundles/wptemplate/fonts/PTSans-Bold_gdi.woff') format('woff'), url('../bundles/wptemplate/fonts/PTSans-Bold_gdi.ttf') format('truetype'), url('../bundles/wptemplate/fonts/PTSans-Bold_gdi.svg#PTSans-Bold') format('svg');
    font-weight: 700;
    font-style: normal;
    font-stretch: normal;
    unicode-range: U+0020-FB02;
}

@font-face {
    font-family: 'Cambria';
    src: url('../bundles/wptemplate/fonts/Cambria_gdi.eot');
    src: url('../bundles/wptemplate/fonts/Cambria_gdi.eot?#iefix') format('embedded-opentype'), url('../bundles/wptemplate/fonts/Cambria_gdi.woff') format('woff'), url('../bundles/wptemplate/fonts/Cambria_gdi.ttf') format('truetype'), url('../bundles/wptemplate/fonts/Cambria_gdi.svg#Cambria-Regular') format('svg');
    font-weight: 400;
    font-style: normal;
    font-stretch: normal;
    unicode-range: U+000D-2044;
}

/*================================================================================| BG_STYLES |================================================================================*/
.main-wrapper {
    padding: 0 0 0 0;
    min-width: 320px;
    position: relative;
    overflow: hidden;
    min-height: 100%;
}

.wrapper {
    max-width: 1263px;
    padding: 0 10px 0 10px;
    margin: 0 auto;
    position: relative;
}

.wrapper-inside {
    padding: 0 10px 0 10px;
}

.wrapper_slider {
    max-width: 1375px;
    padding: 0 10px 0 10px;
}

p {
    font-size: 16px;
    line-height: 24px;
    padding: 12px 0 12px 0;
    font-weight: 400;
    color: #242c56;
}

h1 {
    font-size: 44px;
    line-height: 50px;
    font-weight: 400;
    color: #252525;
    font-family: Cambria;
    padding: 10px 0 15px 0;
}

h2 {
    font-size: 44px;
    line-height: 50px;
    font-weight: 400;
    color: #252525;
    font-family: Cambria;
    padding: 10px 0 15px 0;
    text-align: left;
}

h2.small {
    font-size: 28px;
    line-height: 32px;
    padding: 15px 0 15px 0;
    font-weight: 400;
    color: #242c56;
    text-align: center;
}

h2.small2 {
    font-size: 37px;
    line-height: 41px;
    padding: 15px 0 15px 0;
    font-weight: 400;
    color: #252525;
    font-family: PTSans;
    text-align: left;
}

h3 {
    font-size: 28px;
    line-height: 32px;
    padding: 5px 0 5px 0;
    font-weight: 400;
    color: #242c56;
}

.text-left {
    text-align: left !important
}

.text-center {
    text-align: center !important
}

.text-right {
    text-align: right !important
}

.nowrap {
    white-space: nowrap !important;
}

.loaded .main-wrapper {
    visibility: hidden;
}

.icon-load {
    background: url(../bundles/wptemplate/img/loader.gif) no-repeat left top;
    width: 40px;
    height: 40px;
    position: fixed;
    left: 50%;
    top: 50%;
    margin-left: -20px;
    margin-left: -20px;
    display: none;
}

.loaded .icon-load {
    display: block;
}

/*================================================================================| MAP |================================================================================*/


.b-map ul{
    list-style: none;
}

.b-map li{
    position: relative;
    font-size: 15px;
    color: #666666;
    line-height: 19px;
    padding: 20px 2px 0px 30px;
}

.b-map li:before {
    display: block;
    content: '';
    position: absolute;
    left: 15px;
    top: 27px;
    width: 6px;
    height: 6px;
    border: 1px solid #cf9c59;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
}

.b-map a{
    font-size: 15px;
    color: #666666;
    line-height: 19px;
}

.b-map a:hover{
    color:#cf9c59;
}

/*================================================================================| HEADER |================================================================================*/
header {
    width: 100%;
    min-width: 320px;
    text-align: left;
}

.header-top {
    padding: 29px 0 12px 0;
    border-bottom: 1px solid #dddfdf;
    position: relative;
}

.logo {
    float: left;
    width: 247px;
    padding-top: 5px;
    position: relative;
    z-index: 1;
}

.logo img {
    display: block;
    width: 100%;
}

.logo img.ny {
    position: absolute;
    top:-17px;
    left:-12px;
    z-index: 10;
    width: auto;
}

.slogan {
    display: block;
    padding: 6px 0 0 0;
    font-size: 14px;
    line-height: 17px;
    color: #747688;
}

.header-contact-inf {
    float: right;
    padding: 5px 5px 0 0;
    width: 366px;
    text-align: right;
    position: relative;
    z-index: 1;
}

.header-tel {
    display: inline-block;
    vertical-align: top;
    padding: 0 0 0 0;
    font-size: 23px;
    line-height: 26px;
    color: #181616;
    margin-top: -8px;
    text-align:left;
}

@media screen and (max-width: 1135px) {
    .header-tel {
        margin-top: 3px;
        text-align:right;
    }
    .header-tel2__desktop{
        display: none !important;
    }
}

.header-tel.header-tel__mobile{
    max-width: 190px;
    display: block;
    margin: 0 auto;
}


.header-tel .whatsup-icon{
    position: absolute;
    top:-4px;
    left:0;
    height: 30px;
}

.header-tel2 {
    position: relative;
    display: block;
    font-size: 19px;
    line-height: 21px;
    color: #181616;
    padding-left: 31px;
    margin-top: 5px;
}

.time-work {
    display: inline-block;
    vertical-align: top;
    padding: 0 0 0 10px;
    font-size: 14px;
    line-height: 17px;
    color: #cb944c;
    text-align: left;
}

.time-work_delivery {
    display: block;
    color: #2b3056;
}

.box-search {
    float: right;
    margin: 0 -366px 0 -247px;
    padding: 0 437px 0 290px;
    width: 100%;
}

.input-field {
    position: relative;
}

.form-control {
    display: block;
    width: 100%;
    padding: 10px 8px 10px 8px;
    margin: 0 0 0 0;
    background: #FFF;
    border: 1px solid #b9b8bd;
    border-radius: 4px;
    font-size: 14px;
    line-height: 18px;
    color: #b8b8bd;
    height: 40px;
}

.form-control_without-border {
    border-color: #e3e3e4;
    border-radius: 0;
    font-size: 16px;
    line-height: 19px;
    height: 29px;
    color: #666666;
    padding-top: 4px;
    padding-bottom: 4px;
}

.box-search .form-control {
    padding-right: 45px;
}

::-webkit-input-placeholder {
    color: #b8b8bd !important;
    opacity: 1 !important;
}

::-moz-placeholder {
    color: #b8b8bd !important;
    opacity: 1 !important;
}

.button-submit {
    display: block;
    background: none;
    border: none;
    position: absolute;
    right: 0px;
    top: 0px;
    width: 37px;
    height: 40px;
    text-align: center;
    padding: 9px 0 0 0;
}

.button-submit__icon {
    display: inline-block;
    background: url(../bundles/wptemplate/img/sprite.png) no-repeat left top;
    border: none;
    width: 20px;
    height: 20px;
}

.box-nav {
    padding: 15px 0 15px 0;
    border-bottom: 1px solid #dddfdf;
    position: relative;
}

.nav-list {
    float: left;
    padding-top: 2px;
}

.nav-list__item {
    display: inline-block;
    vertical-align: top;
    list-style-type: none;
    margin: 0 16px 0 0;
    position: relative;
}

.nav-list__item:last-child {
    margin-right: 0px !important;
}

.nav-list__link {
    display: block;
    font-size: 16px;
    line-height: 18px;
    color: #171717;
    font-weight: bold;
    text-transform: uppercase;
    text-decoration: none;
}

.nav-list__link:hover {
    color: #cb944c;
}

.nav-list-catalog {
    display: none;
    margin-top: 30px;
    margin-bottom: 30px;
}

.nav-list-catalog__item {
    display: block;
    vertical-align: top;
    list-style-type: none;
    margin: 0 0 0 0;
    position: relative;
}

.nav-list-catalog__item {
    display: block;
    margin: 15px 0 14px 0;
}

.nav-list-catalog__item:last-child {
    margin-right: 0px !important;
}

.nav-list-catalog__link {
    display: block;
    text-align: left;
    font-size: 13px;
    line-height: 18px;
    color: #171717;
    /*font-weight: bold;*/
    text-transform: uppercase;
    text-decoration: none;
}

.nav-list-catalog__link:hover {
    color: #cb944c;
}

.with-subnav .nav-list__link {
    padding: 0 25px 0 27px;
    position: relative;
}

.icon-subnav {
    display: block;
    position: absolute;
    left: 0px;
    top: 3px;
    background: url(../bundles/wptemplate/img/sprite.png) no-repeat -89px top;
    width: 18px;
    height: 14px;
}

.icon-subnav__marker {
    left: auto;
    right: 0px;
    top: 5px;
    width: 13px;
    height: 10px;
    background-position: -69px 0;
}

.subnav {
    display: none;
    position: absolute;
    left: 0px;
    top: 100%;
    z-index: 11;
    width: 245px;
    text-align: left;
}

.subnav .subnav {
    position: absolute;
    left: 100%;
    top: -15px;
    margin-left: 0px;
    z-index: 10;
    width: 255px;
}

.subnav-list {
    margin: 15px 0 0 0;
    background: #FFF;
    border: 1px solid #dddfdf;
    border-radius: 4px;
    padding: 8px 0 8px 0;
    box-shadow: 3px 3px 3px 0 rgba(0, 0, 0, 0.4);
}

.subnav .subnav .subnav-list {
    margin-left: 5px;
}

.with-subnav:hover > .subnav {
    display: block;
}

.subnav-list__item:hover > .subnav {
    display: block;
}

.subnav-list__item {
    display: block;
    list-style-type: none;
    margin: 4px 0 4px 0;
    position: relative;
}

.subnav-list__link {
    display: block;
    padding: 7px 15px 7px 33px;
    position: relative;
    font-size: 15px;
    color: #666666;
    line-height: 19px;
}

.subnav-list__item:hover > .subnav-list__link {
    background: #e9e9ea;
}

.subnav-list__link:before {
    display: block;
    content: '';
    position: absolute;
    left: 15px;
    top: 14px;
    width: 6px;
    height: 6px;
    border: 1px solid #cf9c59;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
}

.subnav-list__item_title {
    font-size: 16px;
    color: #cb944c;
    line-height: 19px;
    text-transform: uppercase;
    font-weight: bold;
    padding-left: 15px;
    padding-right: 15px;
}

.icon-subnav_inside {
    display: block;
    position: absolute;
    left: auto;
    right: 10px;
    top: 10px;
    background: url(../bundles/wptemplate/img/sprite.png) no-repeat -246px -70px;
    width: 9px;
    height: 13px;
}

.box-basket {
    float: right;
    padding: 0 0 0 0;
}

.basket-link {
    display: inline-block;
    vertical-align: top;
    color: #252a54;
    margin: 0 5px 0 5px;
}

.basket-link:hover {
    color: #cb944c;
}

.basket-icon {
    display: inline-block;
    vertical-align: top;
    background: url(../bundles/wptemplate/img/sprite.png) no-repeat -32px top;
    width: 25px;
    height: 25px;
    margin: 0 3px 0 0;
}

.number-products {
    display: inline-block;
    vertical-align: top;
    margin: 2px 3px 0 3px;
    min-width: 23px;
    height: 21px;
    padding: 3px 2px 0 2px;
    font-size: 13px;
    line-height: 16px;
    color: #ffffff;
    font-weight: bold;
    text-align: center;
    border-radius: 10px;
    background: #cb944c;
}

.basket-text {
    display: inline-block;
    vertical-align: top;
    font-size: 16px;
    line-height: 22px;
    text-transform: uppercase;
    margin: 0 3px 0 3px;
    font-weight: bold;
}

.basket-text_small {
    font-size: 14px;
}

.box-login-link {
    display: inline-block;
    vertical-align: top;
    margin: 1px 5px 0 5px;
    position: relative;
}

.login-link {
    color: #252a54;
}

.login-link:hover {
    color: #cb944c;
}

.login-icon {
    display: inline-block;
    vertical-align: top;
    background: url(../bundles/wptemplate/img/sprite.png) no-repeat -147px top;
    width: 20px;
    height: 19px;
    margin: 1px 3px 0 0;
}

.logged .login-icon {
    background-position: -119px 0;
    width: 21px;
}

.box-list-lk {
    position: absolute;
    right: 0px;
    top: 100%;
    width: 244px;
    z-index: 10;
    display: none;
}

.box-login-link:hover .box-list-lk {
    display: block;
}

.list-lk {
    padding: 10px 10px 10px 10px;
    background: #FFF;
    border: 1px solid #dddfdf;
    border-radius: 4px;
    box-shadow: -4px 4px 4px 0 rgba(0, 0, 0, 0.3);
    -moz-box-shadow: -4px 4px 4px 0 rgba(0, 0, 0, 0.3);
    -webkit-box-shadow: -4px 4px 4px 0 rgba(0, 0, 0, 0.3);
    margin: 15px 0 0 0;
}

.list-lk__item {
    display: block;
    list-style-type: none;
    margin: 15px 0 20px 0;
}

.list-lk__link {
    display: block;
    position: relative;
    font-size: 16px;
    line-height: 18px;
    padding-left: 30px;
    color: #22284e;
    font-weight: bold;
    text-transform: uppercase;
}

.list-lk__link:hover, .active .list-lk__link {
    color: #cb944c;
}

.icon-lk {
    display: block;
    position: absolute;
    left: 0px;
    top: 0px;
    background: url(../bundles/wptemplate/img/sprite.png) no-repeat -39px -57px;
}

.icon-lk_1 {
    width: 22px;
    height: 19px;
    background-position: -68px -93px;
}

.icon-lk_2 {
    width: 21px;
    height: 20px;
    background-position: -99px -93px;
}

.icon-lk_3 {
    width: 22px;
    height: 22px;
    background-position: -126px -93px;
}

.icon-lk_4 {
    width: 19px;
    height: 23px;
    background-position: -156px -93px;
}

.icon-lk_5 {
    width: 17px;
    height: 20px;
    background-position: -182px -93px;
}

.icon-lk_6 {
    width: 23px;
    height: 17px;
    background-position: -205px -93px;
}

.icon-lk_7 {
    width: 19px;
    height: 13px;
    background-position: -280px -6px;
}

.popup {
    position: absolute;
    left: -9999px;
    top: -9999px;
    opacity: 0;
}

/*================================================================================| CONTENT |================================================================================*/
.content {
    width: 100%;
    min-width: 320px;
    text-align: left;
    display: block;
}

.box-slider {
    padding: 31px 0 48px 0;
    position: relative;
}

.box-top-banners {
    padding: 24px 0 45px 0;
}

.top-banner-list {
    padding: 0 0 0 0;
    margin: 0 0 0 -15px;
}

.top-banner-list__item {
    display: inline-block;
    vertical-align: top;
    padding: 0 0 0 15px;
    margin-right: -5px;
    width: calc(100% / 3);
    list-style-type: none;
    margin-bottom: 15px;
}

.top-banner-list__link {
    display: block;
    position: relative;
    text-align: center;
    color: #242c56;
}

.top-banner-list__link:hover {
    color: #cb944c;
}

.top-banner-list__link img {
    display: block;
    width: 100%;
}

.top-banner-list__text {
    display: block;
    position: absolute;
    bottom: -27px;
    background: #FFF;
    padding: 11px 10px 11px 12px;
    width: 80%;
    left: 10%;
    font-size: 20px;
    line-height: 26px;
}

.box-products {
    padding: 23px 0 0 0;
    margin: 0px 0 23px 0;
    border-bottom: 1px solid #dddfdf;
}

.products-tab {
    padding: 0 0 0 0;
}

.products-tab-list {
    padding: 0 0 0 0;
    text-align: center;
}

.products-tab-list__item {
    display: inline-block;
    vertical-align: top;
    margin: 0 0.5% 15px 0.5%;
    list-style-type: none;
}

.products-tab-list__link {
    display: block;
    padding: 5px 6px 0 6px;
    height: 29px;
    border: 1px solid transparent;
    font-size: 16px;
    line-height: 19px;
    color: #22284e;
    text-transform: uppercase;
    font-weight: bold;
}

.products-tab-list__link:hover, .active .products-tab-list__link {
    border-color: #e3e3e4;
    color: #cb944c;
}

.product-cont-tabs {
    padding: 0 0 0 0;
    position: relative;
}

.tab-cont, .tab-cont2 {
    display: block;
    position: relative;
    z-index: 1;
    opacity: 1;
    -moz-transition: opacity 0.2s linear;
    -o-transition: opacity 0.2s linear;
    -ms-transition: opacity 0.2s linear;
    -webkit-transition: opacity 0.2s linear;
    transition: opacity 0.2s linear;
    height: auto;
}

.hide-tab {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    z-index: -1;
    opacity: 0;
    height: 0px;
    overflow: hidden;
}

.products-tab-inside {
    padding: 8px 0 14px 0;
    border-bottom: 1px solid #e3e3e4;
}

.products-tab-inside-list {
    padding: 0 0 0 0;
    text-align: center;
}

.products-tab-inside-list__item {
    display: inline-block;
    vertical-align: top;
    margin: 0 2% 0 2%;
    list-style-type: none;
}

.products-tab-inside-list__link {
    display: block;
    font-size: 16px;
    line-height: 19px;
    color: #242c56;
    position: relative;
}

.products-tab-inside-list__link:hover, .active .products-tab-inside-list__link {
    font-weight: bold;
}

.active .products-tab-inside-list__link:after {
    display: block;
    content: '';
    position: absolute;
    left: 50%;
    margin-left: -7px;
    width: 14px;
    height: 8px;
    background: url(../bundles/wptemplate/img/active-tab.jpg) no-repeat left top;
    bottom: -15px;
}

.list-product {
    padding: 23px 0 0 0;
    margin-left: -23px;
}

.list-product_recomend .catalog-edit-control{display: none;}

.box-new-products h2{
    font-family: 'PTSans';
    text-transform: uppercase;
}

.box-new-products .list-product {
    padding-top: 0px;
}

.list-product__item {
    display: inline-block;
    vertical-align: top;
    width: calc(100% / 5 - 23px);
    margin: 10px -5px 50px 23px;
    position: relative;
    padding: 0 0 0 0;
    list-style-type: none;
}

.normalWidth .list-product__item:hover {
    z-index: 2
}

.normalWidth .quick-view{
    z-index: 5;
}

.list-product__cont {
    position: relative;
    text-align: center;
}

.list-product-item__cont {
    position: relative;
    text-align: center;
}

.list-product__visible-cont {
    position: relative;
    z-index: 3;
    padding: 10px 9px 10px 9px;
}

.list-product__img {
    max-height: 220px;
}

.list-small-img {
    display: none;
    vertical-align: top;
    width: 49px;
    position: relative;
    z-index: 1;
}

.list-small-img__item {
    list-style-type: none;
    margin: 0 0 10px 0;
}

.list-small-img__link {
    display: block;
    border: 1px solid transparent;
}

.active .list-small-img__link {
    border-color: #e3e3e4;
}

.list-small-img__link img {
    display: block;
    width: 100%;
}

.img-product-big {
    position: relative;
    margin: 0 0 0 0;
    padding: 0 0 0 0;
    width: calc(100% + 10px);
    display: inline-block;
    vertical-align: top;
}

.catalog-item-discount {
    position: absolute;
    top: 12px;
    right: 12px;
    width: 38px;
    height: 38px;
    line-height: 38px;
    text-align: center;
    color: #fff;
    font-size: 13px;
    font-family: Arial;
    font-weight: bold;
    background: url(../bundles/wptemplate/images/background/dscount_bg.png);
    z-index: 10;
}

.catalog-item-blue-text {
    position: absolute;
    top: 12px;
    left: 12px;
    padding: 0 5px;
    height: 20px;
    line-height: 20px;
    color: #fff;
    font-size: 12px;
    font-family: Arial;
    font-weight: bold;
    background: #00afe6;
    z-index: 10;
    transition-property: top, bottom;
    transition-duration: 0.5s;
    -webkit-transition-property: top, bottom;
    -webkit-transition-duration: 0.5s;
    -moz-transition-property: top, bottom;
    -moz-transition-duration: 0.5s;
    -o-transition-property: top, bottom;
    -o-transition-duration: 0.5s;
}

.list-product__item:hover .catalog-item-blue-text {
    top: -12px;
}

.normalWidth .list-product__item:hover .list-small-img {
    display: inline-block;
}

.normalWidth .list-product__item:hover .img-product-big {
    margin: 0 -10px 0 -55px !important;
    padding: 0 0 0 70px !important;
    height: 195px;
}
.list-product__item.new-item-mod:hover .img-product-big {
    height: auto !important;
}

@media screen and (max-width: 1158px) {

    .main-news-items .list-product__item:nth-of-type(5){
        display: none;
    }
}

@media screen and (max-width: 986px) {

    .main-news-items .list-product__item:nth-of-type(4){
        display: none;
    }
    .main-news-items .list-product__item:nth-of-type(5){
        display: none;
    }
}

.without-prev .img-product-big {
    position: relative;
    margin: 0 0 0 0 !important;
    padding: 0 0 0 0 !important;
    width: 100% !important;
}

.img-product-big img {
    max-width: 100%;
    display: block;
    margin: 0 auto 0 auto;
    max-height: 220px;
}

.list-product__hidden-cont {
    display: none;
    position: absolute;
    z-index: 0;
    padding: 0 9px 10px 9px;
    left: -5%;
    top: 0px;
    width: 110%;
    min-height: 100%;
    background: #FFF;
    box-shadow: 0 0 11px 0 rgba(157, 157, 155, 0.21);
    -moz-box-shadow: 0 0 11px 0 rgba(157, 157, 155, 0.21);
    -webkit-box-shadow: 0 0 11px 0 rgba(157, 157, 155, 0.21);
}

.without-prev .list-product__hidden-cont {
    left: 0;
    width: 100%;
}

.list-product-item__cont:hover .list-product__hidden-cont {
    display: block;
}

.product-name {
    padding: 10px 0 0 0;
    display: block;
    min-height: 55px;
}

.product-name a {
    font-size: 16px;
    line-height: 19px;
    color: #b9b8bd;
    text-decoration: none;
}

.product-name a:hover {
    color: #cb944c;
}

.product-price {
    font-size: 16px;
    line-height: 21px;
    color: #252525;
    padding: 5px 0 0px 0;
}

.product-price .oldPrice{
    display: inline-block;
    margin-left: 10px;
    font-size: 15px;
    color: #646464;
    line-height: 21px;
    text-decoration: line-through;
}

.catalog-product-package{
    font-size: 13px;
}

.product-price--roz {
    font-size: 12px;
    font-style: italic;
    line-height: 21px;
    color: #252525;
    padding: 0px 0 10px 0;
}

.product-buttons {
    padding: 15px 0 0 0;
    text-align: center;
}

.number-product {
    padding: 0 21px 0 0;
    display: inline-block;
    vertical-align: top;
    width: 70px;
    position: relative;
    border: 1px solid #e3e3e4;
    height: 45px;
    margin: 0 3px 10px 3px;
}
.number-product.sliderInput{
    width: 60px;
}

.buttons-number {
    position: absolute;
    right: 0px;
    top: 0px;
    width: 21px;
    height: 100%;
    border-left: 1px solid #e3e3e4;
}

.number-input {
    backface-visibility: none;
    border: none;
    height: 43px;
    padding: 12px 3px 12px 3px;
    text-align: center;
    font-size: 16px;
    line-height: 20px;
    color: #252525;
    width: 100%;
}

.number-input::-webkit-input-placeholder {
    color: #252525 !important;
    opacity: 1 !important;
}

.number-input::-moz-placeholder {
    color: #252525 !important;
    opacity: 1 !important;
}

.button-change-val {
    display: block;
    height: 22px;
    border-bottom: 1px solid #e3e3e4;
    text-align: center;
    padding: 0 0 0 0;
    font-size: 22px;
    line-height: 18px;
    font-weight: bold;
    color: #cb944c;
}

.button-change-val:hover {
    background: #cb944c;
    color: #FFF;
}

.box-button-product {
    display: inline-block;
    vertical-align: top;
    margin: 0 2px 10px 3px;
    position: relative;
}

.box-button-product.popup-mod .button{
    display: none;
}
.box-button-product.popup-mod .button.active{
    display: block;
}

.normalWidth .box-button-product .button span.name{
    display: inline;
}
.normalWidth .box-button-product .button span.nameInCart{
    display: none;
}
.normalWidth .box-button-product .button.inCart span.name{
    display: none;
}
.normalWidth .box-button-product .button.inCart span.nameInCart{
    display: inline;
}

.button {
    display: inline-block;
    padding: 12px 7px 0 7px;
    height: 45px;
    border: 1px solid #e3e3e4;
    font-size: 16px;
    line-height: 19px;
    font-weight: bold;
    color: #171717;
    background: none;
    text-transform: uppercase;
    text-align: center;
    position: relative;
    -moz-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    -ms-transition: all 0.2s linear;
    -webkit-transition: all 0.2s linear;
    transition: all 0.2s linear;
}

.button:hover {
    border-color: #bc9352;
    color: #bc9352;
}

.button_grey {
    border-color: #b8b8bd !important;
}

.button_radius {
    background: rgba(203, 148, 76, 0.77);
    border: 1px solid rgba(203, 148, 76, 0.77);
    height: 42px;
    padding: 10px 10px 0 10px;
    font-size: 15px;
    line-height: 19px;
    font-weight: normal;
    color: #ffffff;
    text-transform: none;
    border-radius: 8px;
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
}

.button_radius:hover {
    color: #ffffff;
    background: rgba(203, 148, 76, 1);
    border: 1px solid rgba(203, 148, 76, 1);
}

.button__icon {
    display: inline-block;
    vertical-align: top;
    background: url(../bundles/wptemplate/img/sprite.png) no-repeat -34px -30px;
    width: 21px;
    height: 21px;
    margin: 0 3px 0 0;
}

.in-basket .button__icon {
    width: 21px;
    height: 15px;
    background-position: -284px -70px;
}

.in-basket .box-button-product .button {
    background: #bc9352;
    border-color: #e3e3e4;
    color: #FFF;
}

input.button, button.button {
    padding-top: 0px !important;
}

.button_large {
    border: 2px solid #ca9851;
    height: 50px;
    padding: 14px 20px 0 20px;
}

.button_large.newItems {
    padding-left: 0;
    padding-right: 0;
    font-size: 14px;
}
.button_large.newItems.twoLines {
    line-height: 18px !important;
    padding-top: 6px !important;
}

.button_large:hover {
    color: #cb944c;
}

.button_large:disabled {
    border: 2px solid #777 !important;
    color:#777 !important;
    cursor: default;
}

.button_block {
    display: block !important;
}

.button_blue {
    background: #00afe6;
    border: 1px solid #e3e3e4;
    height: 40px;
    padding: 9px 20px 0 20px;
    color: #FFF;
    font-size: 16px;
    line-height: 19px;
    text-transform: uppercase;
}

.button_blue:hover {
    background: #ca9851;
    color: #FFF;
}

.quick-view {
    display: block;
    width: 155px;
    height: 81px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin: -40px 0 0 -80px;
    opacity: 0;
    -moz-transition: opacity 0.2s linear;
    -o-transition: opacity 0.2s linear;
    -ms-transition: opacity 0.2s linear;
    -webkit-transition: opacity 0.2s linear;
    transition: opacity 0.2s linear;
}

.normalWidth .list-product-item__cont:hover .quick-view {
    opacity: 1;
}

.img-product-big-cont {
    position: relative;
}

.quick-view__icon {
    display: block;
    margin: 5px auto 0 auto;
    background: url(../bundles/wptemplate/img/sprite.png) no-repeat -228px top;
    width: 36px;
    height: 35px;
}

.box-buttons {
    padding: 25px 0 25px 0;
    text-align: center;
}

.box-link {
    display: inline-block;
    vertical-align: top;
    padding: 12px 0 0 23px;
}

.link {
    display: inline-block;
    vertical-align: top;
    font-size: 16px;
    line-height: 19px;
    font-weight: normal;
    color: #3dade3;
    border-bottom: 1px solid;
}

.link:hover {
    border-bottom-color: transparent;
}

.box-new-products {
    /*border-top: 1px solid #dddfdf;*/
    border-bottom: 1px solid #dddfdf;
    margin: 0px 0 0 0;
    padding: 9px 0 9px 0;
    overflow: hidden;
}

.box-new-products__left {
    float:left;
    font-family: 'PTSans';
    text-transform: uppercase;
    font-size: 24px;
    line-height: 32px;
    padding: 0;
    font-weight: 400;
    color: #242c56;
    text-align: left;

}

.box-new-products__right {
    float:right;
    padding-top: 8px;
}

.box-recomend-products{
    margin-top: 30px;
    padding-left: 20px;
    overflow: hidden;
}

.box-recomend-products h2 {
    font-family: 'PTSans';
    text-transform: uppercase;
    padding-bottom: 0;
    font-size: 24px;
    text-align: left;
}

.list-product__hidden-cont .button_block {
    max-width: 206px;
    margin: 0 auto;
}

/*.ios .list-product__hidden-cont{ display:block!important; opacity:1!important;box-shadow: none;}
.ios .list-product__visible-cont{ padding-bottom:50px;}
.ios .list-product__item{ margin-bottom:60px!important;}*/

.box-main-categories {
    padding: 61px 0 2px 0;
    border-bottom: 1px solid #dddfdf;
}

.main-categories-list {
    padding: 0 0 0 0;
    margin: 0 0 0 -15px;
}

.main-categories-list__item {
    display: inline-block;
    vertical-align: top;
    margin: 0 -5px 15px 0;
    list-style-type: none;
    width: calc(100% / 3);
    padding: 0 0 0 15px;
    text-align: center;
}

.main-categories-list__item img {
    display: block;
    width: 100%;
}

.main-categories__inf {
    position: relative;
    margin: -105px 10% 0 10%;
    background: #FFF;
    padding: 15px 20px 15px 20px;
}

.main-categories__inf p {
    font-size: 16px;
    line-height: 24px;
    font-style: italic;
    color: #666666;
    font-family: Cambria;
    padding-top: 6px;
}

.main-categories__line {
    margin: 0 0 0 0;
    height: 3px;
    width: 111px;
    margin: 8px auto 19px auto;
    background: #cb944c;
}

.main-categories-list__item .button {
    min-width: 210px;
}

.box-how-we-work {
    padding: 34px 0 37px 0;
    border-bottom: 1px solid #dddfdf;
}

.how-we-work__title {
    display: inline-block;
    vertical-align: middle;
    width: 330px;
    font-size: 40px;
    line-height: 44px;
    color: #666666;
}

.box-how-we-work-list {
    display: inline-block;
    vertical-align: middle;
    margin: 0 0 0 -336px;
    padding: 0 0 0 385px;
    width: 100%;
}

.how-we-work-list {
    margin: 0 0 0 -20px;
}

.how-we-work-list__item {
    display: inline-block;
    vertical-align: top;
    width: 33.3333%;
    padding: 10px 0 10px 20px;
    margin: 0 -5px 0 0;
}

.how-we-work-list__item:first-child {
    width: 31%;
}

.how-we-work-list__item:nth-child(2) {
    width: 32%;
}

.how-we-work-list__item:nth-child(3) {
    width: 37%;
}

.how-we-work__icon {
    display: inline-block;
    vertical-align: middle;
    border: 2px solid #cb944c;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    width: 108px;
    height: 108px;
}

.how-we-work__icon img {
    width: 100%;
    display: block;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
}

.how-we-work__text {
    display: inline-block;
    vertical-align: middle;
    margin: 0 0 0 -115px;
    padding: 0 0 0 125px;
    width: 100%;
    font-size: 18px;
    line-height: 21px;
    color: #666666;
}

.bottom-inf {
    padding: 20px 0 50px 0;
}

.bottom-inf-col {
    display: inline-block;
    vertical-align: top;
    margin: 0 -5px 0 0;
    width: 33.3333%;
    padding: 10px 35px 0 0;
}

.bottom-inf-col:first-child {
    width: 33.33333%;
}

.bottom-inf-col:nth-child(2) {
    width: 39%;
}

.bottom-inf-col:nth-child(3) {
    width: 27.66666%;
    padding-right: 10px;
}

.bottom-inf__title {
    display: block;
    padding: 0 0 7px 0;
    font-size: 28px;
    line-height: 36px;
    color: #242c56;
    font-family: 'PTSans', Arial, Times New Roman;
}

.one-col-block {
    padding: 0 10px 0 10px;
}

.one-col-block p {
    padding-right: 10%;
}

.box-form-subscription {
    padding: 19px 0 10px 0;
}

.form-subscription {
    border: 1px solid #e3e3e4;
    padding: 1px;
    height: 44px;
    position: relative;
    max-width: 100%;
    padding-right: 155px;
}

.form-subscription .button {
    position: absolute;
    right: 1px;
    top: 1px;
}

.form-subscription__input {
    width: 100%;
    height: 100%;
    padding: 10px 5px 10px 15px;
    font-size: 16px;
    line-height: 19px;
    color: #9597a7;
    border: none;
    background: none;
}

.list-social {
    padding: 9px 0 50px 0;
}

.list-social__item {
    display: inline-block;
    vertical-align: top;
    margin: 0 10px 0 0;
    width: 40px;
    height: 40px;
    list-style-type: none;
}

.list-social__link {
    display: block;
    width: 100%;
    height: 100%;
}

.list-social__link img {
    display: block;
    width: 100%;
}

.color_1 {
    background: #3a578f;
}

.color_1:hover {
    background: #4868a5;
}

.color_2 {
    background: #21527b;
}

.color_2:hover {
    background: #2d6797;
}

.color_3 {
    background: #00afe6;
}

.color_3:hover {
    background: #059ac9;
}

.color_4 {
    background: #cb944c;
}

.color_4:hover {
    background: #ebac59;
}

.worktime-block {
    margin: 36px 0 0 0;
    padding: 22px 0 0 10px;
    border-top: 1px solid #dddfdf;
}

.worktime-block-phone {
    font-size: 48px;
    color: #242c56;
    font-weight: 400;
    line-height: normal;
    white-space: nowrap;
    margin-bottom: 26px;
}

.worktime-block-phone .whatsup-icon{
    position: absolute;
    top:0;
    left:0;
    height: 48px;
}

.worktime-block-phone2 {
    position: relative;
    display: block;
    font-size: 37px;
    line-height: 44px;
    color: #242c56;
    padding-left: 55px;
}

@media screen and (max-width: 1190px) {
    .worktime-block-phone2 {
        font-size: 30px;
    }
}

@media screen and (max-width: 1135px) {
    .worktime-block-phone2 {
        font-size: 27px;
    }
}

@media screen and (max-width: 700px) {
    .worktime-block-phone {
        max-width: 280px;
        margin-left: auto;
        margin-right: auto;
    }
}

.worktime-table {
    display: table;
    width: 100%;
}

.worktime-cell {
    display: table-cell;
    vertical-align: middle;
}

.worktime-cell.cell1 {
    width: 72px;
}

.worktime-cell.cell2 {
    width: 46px;
}

.worktime-cell.cell3 {
    font-size: 16px;
    line-height: 24px;
    color: #9597a7;
    font-weight: 400;
}

.work-day {
    display: block;
    width: 26px;
    height: 5px;
    background: #e3e3e4;
    margin: 2px 0 2px 0;
}

.work-day_rest {
    background: #cb944c;
}

.title-review {
    padding: 10px 0 15px 0;
}

.title-review .list-social {
    display: inline-block;
    vertical-align: middle;
    width: 105px;
    padding-bottom: 0px;
}

.title-review .list-social__item {
    margin-right: 4px;
}

.review-name {
    display: inline-block;
    vertical-align: middle;
    margin: 0 0 0 -111px;
    padding: 0 0 0 106px;
    width: 100%;
}

.review-name__link {
    font-size: 15px;
    line-height: 19px;
    color: #21527b;
    text-decoration: none;
    font-weight: bold;
}

.review-name__link:hover {
    text-decoration: underline;
}

.review-img {
    padding-top: 0;
}

.review-img img {
    display: block;
    width: 100%;
}

.icon-subscription-ipad {
    display: inline-block;
    width: 30px;
    height: 23px;
    background: url(../bundles/wptemplate/img/sprite.png) no-repeat left -59px;
}

.line-header-mobile {
    min-width: 320px;
    height: 40px;
    position: relative;
    z-index: 100;
}

.list-mobile-nav {
    padding: 0 0 0 0;
    background: #999;
    height: 40px;
    position: relative;
    z-index: 1;
}

.list-mobile-nav__item {
    float: left;
    padding: 0 0 0 0;
    margin: 0 0 0 0;
    list-style-type: none;
    width: calc(100% / 6);
}

.list-mobile-nav__link {
    display: block;
    height: 40px;
    text-align: center;
    padding: 11px 0 0 0;
}

.active .list-mobile-nav__link, .list-mobile-nav__link:hover {
    background: #3eade2
}

.icon-nav {
    display: inline-block;
    background: url(../bundles/wptemplate/img/icon_nav.png) no-repeat left -59px top;
    height: 20px;
}

.icon-nav-1 {
    width: 16px;
    background: none;
}

.icon-nav-1 span {
    display: block;
    height: 2px;
    background: #dbdbdc;
    margin: 3px 0 3px 0;
}

.active .icon-nav-1 span {
    background: #FFF;
}

.icon-nav-2 {
    width: 22px;
    background-position: left top;
}

.icon-nav-3 {
    width: 18px;
    background-position: -56px top;
}

.icon-nav-4 {
    width: 19px;
    background-position: -110px top;
}

.icon-nav-5 {
    width: 21px;
    background-position: -162px top;
}

.icon-nav-6 {
    width: 17px;
    background-position: -215px top;
}

.active .icon-nav-2 {
    background-position: left bottom;
}

.active .icon-nav-3 {
    background-position: -56px bottom;
}

.active .icon-nav-4 {
    background-position: -110px bottom;
}

.active .icon-nav-5 {
    background-position: -162px bottom;
}

.active .icon-nav-6 {
    background-position: -215px bottom;
}

.mobile-block-open {
    background: #FFF;
    border-bottom: 2px solid #3eade2;
    position: absolute;
    left: 0px;
    top: -400px;
    width: 100%;
    z-index: 100;
    opacity: 0;
    -moz-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    -ms-transition: all 0.2s linear;
    -webkit-transition: all 0.2s linear;
    transition: all 0.2s linear;
    z-index: 0;
}

.mobile-block-open.visible-cont {
    top: 40px;
    opacity: 1;
}

.mobile-block-open-cont {
    padding: 10px 20px 30px 20px;
    position: relative;
}

.close-mobile-block {
    display: block;
    width: 24px;
    height: 15px;
    background: url(../bundles/wptemplate/img/sprite.png) no-repeat -39px -57px;
    position: absolute;
    left: 50%;
    margin-left: -12px;
    bottom: 10px;
}

.close-mobile-filter {
    display: block;
    width: 24px;
    height: 15px;
    background: url(../bundles/wptemplate/img/sprite.png) no-repeat -39px -57px;
    position: absolute;
    left: 50%;
    margin-left: -12px;
    bottom: 10px;
}

.tab-nav {
    position: relative;
    top: 0px;
    left: 0px;
}

.hide-tab {
    position: absolute;
    left: -999px;
    top: -999px;
}

.cont-mask {
    display: none;
    position: fixed;
    width: 100%;
    height: 100%;
    left: 0px;
    top: 0px;
    background: rgba(0, 0, 0, 0.4);
    z-index: 50;
}

.opened-nav .cont-mask {
    display: block;
}

.box-bread-crumbs {
    margin: 0 0 10px 0;
}

.bread-crambs {
    position: relative;
    padding: 11px 0 0 0;
    display: block;
}

.bread-crambs__item {
    list-style: none;
    display: inline-block;
    vertical-align: top;
    position: relative;
    font-size: 14px;
    line-height: 18px;
    color: #252525;
    list-style: none;
    padding: 0 22px 0 0px;
}

.bread-crambs__item span {
    color: #b9b8bd;
}

.bread-crambs__link {
    display: block;
    font-size: 14px;
    line-height: 18px;
    color: #516677;
}

.bread-crambs__link:hover {
    text-decoration: underline;
}

.bread-crambs__item:after {
    display: block;
    content: '';
    border: solid 3px transparent;
    border-left: solid 5px #cb944c;
    position: absolute;
    right: 2px;
    top: 7px;
}

.bread-crambs__item:last-child {
    padding-right: 0px;
}

.bread-crambs__item:last-child:after {
    display: none;
}

aside {
    width: 190px;
    float: left;
    padding: 24px 0 0 0px;
    position: relative;
    z-index: 2;
}

.menu-sidebar {
    display: block;
}

.menu-sidebar__item {
    list-style: none;
    display: block;
    padding: 9px 0px 9px 0px;
    position: relative;
}

.menu-sidebar__link {
    font-size: 15px;
    line-height: 20px;
    color: #22284e;
    text-transform: uppercase;
    font-weight: 700;
    position: relative;
    display: block;
    padding-right: 10px;
}

.menu-sidebar__link:hover, .active .menu-sidebar__link {
    color: #cb944c;
}

.icon-downdrop{
    position: absolute;
    top:0;
    right:0;
    bottom: 0;
    width:12px;
    z-index: 10;
}

.icon-downdrop:after {
    content: " ";
    position: absolute;
    right: 0;
    top: 50%;
    margin-top: -4px;
    width: 11px;
    height: 7px;
    background: url(../bundles/wptemplate/img/sprite.png) no-repeat -70px -1px;
}

.active .icon-downdrop:after {
    margin-top: -6px;
    width: 7px;
    height: 11px;
    background: url(../bundles/wptemplate/img/sprite.png) no-repeat -247px -71px;
}

.one-block-filter {
    padding: 0 0 34px 0;
    margin: 0 0 28px 0;
    position: relative;
}

.clear-filter-block {
    position: absolute;
    right: 0px;
    top: 10px;
    font-size: 14px;
    line-height: 17px;
    color: #b9b8bd;
}

.clear-filter-block:hover {
    color: #cb944c;
}

.icon-clear-filter {
    display: inline-block;
    vertical-align: top;
    margin: 3px 4px 0 0;
    width: 11px;
    height: 11px;
    background: url(../bundles/wptemplate/img/sprite.png) no-repeat -264px -70px;
}

.one-block-filter:after {
    display: block;
    content: '';
    position: absolute;
    left: -10px;
    bottom: 0px;
    width: calc(100% + 10px);
    height: 1px;
    background: #dddfdf;
}

.filter-aside .menu-sidebar__item.hasChild.active:after {
    display: block;
    content: '';
    position: absolute;
    left: -10px;
    bottom: 30px;
    width: calc(100% + 10px);
    height: 1px;
    background: #dddfdf;
}

.filter {
    margin-top: -1px;
}

.filter-open-list {
    padding: 11px 0 30px 0;
    margin-bottom: 20px;
    display: none;
    opacity: 0;
    -moz-transition: opacity 0.2s linear;
    -o-transition: opacity 0.2s linear;
    -ms-transition: opacity 0.2s linear;
    -webkit-transition: opacity 0.2s linear;
    transition: opacity 0.2s linear;
}

.active .filter-open-list {
    opacity: 1;
    display: block;
}

.filter-open-list__item {
    display: block;
    list-style-type: none;
    margin: 4px 0 4px 0;
    position: relative;
}

.filter-open-list__link {
    display: block;
    padding: 7px 15px 7px 12px;
    position: relative;
    font-size: 15px;
    color: #666666;
    line-height: 19px;
}

.activeDrop .filter-open-list__link {
    color:#cf9c59;
}

.filter-open-list__item:hover > .filter-open-list__link {
    color:#cf9c59;
}

.filter-open-list__link:before {
    display: block;
    content: '';
    position: absolute;
    left: 0;
    top: 14px;
    width: 6px;
    height: 6px;
    border: 1px solid #cf9c59;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
}

.filter-title {
    font-size: 16px;
    color: #22284e;
    line-height: 19px;
    text-transform: uppercase;
    font-weight: bold;
    padding: 10px 0 15px 0;
}

.filter-cont {
    display: block;
    position: relative;
    padding: 0 0 16px 0;
}

.slider-fields {
    padding: 2px 0 0 0;
    margin: 0 0 21px 0;
    position: relative;
    height: 31px;
}

.slider-fields__text {
    float: left;
    width: 12%;
    text-align: center;
    font-size: 16px;
    line-height: 18px;
    color: #666666;
    padding-top: 4px;
}

.slider-fields__item {
    float: left;
    width: 44%;
}

.slider-fields__item + .slider-fields__item {
    float: right;
}

.box-slider-price {
    margin: 0 0 0 0;
    position: relative;
}

.ui-slider .ui-slider-handle {
    width: 13px;
    height: 13px;
    position: absolute;
    top: -4px;
    background: #cb944c;
    outline: none !important;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    margin-left: -6px;
}

.ui-slider {
    height: 5px;
    background: #b9b8bd;
}

.ui-slider .ui-slider-range {
    height: 5px;
    position: relative;
    display: block;
    background: #22284e;
}

.ui-handle-helper-parent {
    height: 100%;
    margin: 0 auto;
    position: relative;
    width: 68px;
}

.ui-slider-handle .ui-icon {
    display: block;
    background: rgba(244, 244, 244, 1);
    border: solid 1px #ffffff;
    -moz-box-shadow: 0 3px 0px 0px rgba(50, 50, 50, 0.27);
    -webkit-box-shadow: 0 3px 0px 0px rgba(50, 50, 50, 0.27);
    box-shadow: 0 3px 0px 0px rgba(50, 50, 50, 0.27);
    width: 10px;
    height: 10px;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    outline: none !important;
    margin-top: -1px;
}

.list-check {
    display: block;
    padding: 0 0 0 0;
    margin-right: -5px;
}

.list-check__item {
    display: block;
    list-style-type: none;
    padding: 5px 0 14px 0;
}

.list-check__item:last-child {
    padding-bottom: 0px;
}

.list-check__item label {
    /*display: block;*/
    position: relative;
}

.list-check__label {
    display: inline-block;
    vertical-align: top;
    margin: 0 0 0 -23px;
    padding: 0 0 0 32px;
    /*width: 100%;*/
    font-size: 15px;
    line-height: 19px;
    color: #666666;
    cursor: po;
}

.list-color {
    padding: 0 0 0 0;
    margin: 0 0 -15px -10px;
}

.list-color__item {
    display: inline-block;
    vertical-align: top;
    margin: 0 -5px 9px 0;
    list-style-type: none;
    padding: 0 0 0 10px;
}

.list-color__link {
    display: block;
    width: 30px;
    height: 30px;
    border: 1px solid #e3e3e4;
}

.list-color__link img {
    display: block;
    width: 100%;
}

.active-color .list-color__link, .list-color__link:hover {
    border-color: #cb944c;
}

.content-right {
    float: left;
    width: 100%;
    margin-left: -190px;
    padding-left: 205px;
    padding-top: 31px;
    padding-bottom: 20px;
}

.content-right__reset-pass{
    padding-top: 24px;
}

h1.box-catalog-title{
    position: relative;
    font-size: 24px;
    line-height: 28px;
    padding: 0 0 25px 0;
    font-weight: 400;
    color: #242c56;
    font-family: 'PTSans';
}

h1.box-catalog-title .user-name{
    position: absolute;
    top:0;
    right:0;
    padding-bottom: 0 !important;
}

.box-catalog-text-before{
    padding: 0 0 25px 0;
}

.box-catalog-text-after{
    padding: 15px 0 0 0;
}

.box-catalog-text-after{
    padding: 25px 0 0 0;
}

.box-catalog-product {
    margin: 0 0 0 0;
}

.box-catalog-product__view{
    margin: 0 0 0 0;
    padding: 24px 0 0 0px;
}

.catalog-main{

}

.catalog-main__item{
    display: inline-block;
    vertical-align: top;
    width:33%;
    padding: 25px 50px;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

@media screen and (max-width: 770px) {
    .catalog-main__item{
        width:50%;
    }
}

@media screen and (max-width: 400px) {
    .catalog-main__item{
        width:100%;
    }
}

.catalog-main__img img{

}

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

.catalog-main__item:hover{
    box-shadow: 0 0 11px 0 rgba(157, 157, 155, 0.21);
    -moz-box-shadow: 0 0 11px 0 rgba(157, 157, 155, 0.21);
    -webkit-box-shadow: 0 0 11px 0 rgba(157, 157, 155, 0.21);
}
.catalog-main__item:hover .catalog-main__name{
    color: #cb944c;
}

.catalog-main__prices{
    margin-top: 10px;
}

.catalog-main__slider{
    /*width: 300px;*/
    /*height: 200px;*/
    list-style: none;
    overflow: hidden;
    position: relative;
    max-width: 100%;
    display: block;
}

.catalog-main__slider img{
    max-width: 100%;
    display: block;
}

.catalog-main__slider img.loaded{
    position: absolute;
    width:100%;
}

.user-name {
    text-align: right;
    padding: 0 0 42px 0;
    font-size: 14px;
    line-height: 17px;
    color: #cb944c;
}

.box-new-products__right .user-name{
    padding-bottom: 0;
}

.line-sort {
    padding: 0 0 0 0;
    text-align: center;
}

.line-sort__item {
    display: inline-block;
    margin: 0 0 0 0;
}

.line-sort__item.l {
    float:left;
}

.line-sort__item.r {
    float:right;
}

.line-sort__title {
    display: inline-block;
    vertical-align: top;
    margin: 2px 7px 0 0;
    font-size: 14px;
    line-height: 17px;
    color: #b9b8bd;
}

.line-sort__title span {
    color:#000;
}

.list-sort {
    padding: 0 0 0 0;
    display: inline-block;
    vertical-align: top;
}

.list-sort__item {
    display: inline-block;
    vertical-align: top;
    list-style-type: none;
    margin: 0 3px 0 0;
}

.list-sort__link {
    display: block;
    height: 20px;
    padding: 2px 5px 0 5px;
    font-size: 14px;
    line-height: 17px;
    color: #516677;
    position: relative;
}

.list-sort__link:hover, .active .list-sort__link {
    color: #FFF;
    background: #cb944c;
}

.sorting .list-sort__item {
    margin-left: 3px;
    margin-right: 3px;
}

.marker-sort {
    display: none;
    width: 20px;
    height: 20px;
    background: #d9d9da url(../bundles/wptemplate/img/marker_sort.png) no-repeat left top;
    position: absolute;
    right: -19px;
    top: 0px;
}

.active .marker-sort {
    display: block;
}

.sorting .list-sort__item.active {
    margin-right: 14px;
}

.sort_2 .marker-sort {
    -moz-transform: scale(1, -1);
    -webkit-transform: scale(1, -1);
    -o-transform: scale(1, -1);
    transform: scale(1, -1);
}

.list-product_catalog .list-product__item {
    width: calc(100% / 4 - 23px);
}

.box-paging {
    padding: 20px 0 20px 0;
    text-align: center;
}

.line-sort__item .box-paging{
    padding-top: 0 !important;
}

.box-paging__item {
    display: inline-block;
    vertical-align: top;
    list-style-type: none;
    margin: 0 10px 0 10px;
}

.box-paging__link {
    display: block;
    height: 18px;
    padding: 1px 4px 0 4px;
    font-size: 16px;
    line-height: 17px;
    color: #2b3155;
    border-radius: 3px;
}

.box-paging__link:hover, .active .box-paging__link {
    background: #cb944c;
    color: #FFF;
}

.paging-prev .box-paging__link {
    background: none !important;
    -moz-transform: scale(-1, 1);
    -webkit-transform: scale(-1, 1);
    -o-transform: scale(-1, 1);
    transform: scale(-1, 1);
}

.paging-next .box-paging__link {
    background: none !important;
}

.arrow-paging {
    display: block;
    margin: 2px auto 0 auto;
    padding: 0 0 0 0;
    width: 9px;
    height: 13px;
    background: url(../bundles/wptemplate/img/sprite.png) no-repeat -246px -70px;
}

.title-mobile {
    padding: 0 0 10px 0;
    font-size: 14px;
    line-height: 17px;
    color: #cb944c;
    text-transform: uppercase;
    font-weight: bold;
}

.icon-filter {
    display: block;
    width: 52px;
    height: 47px;
    background: url(../bundles/wptemplate/img/icon_filter.png) no-repeat left top;
    position: absolute;
    right: 10px;
    top: -75px;
    border: 2px solid #c6c6c7;
}

.icon-filter:hover, .icon-filter.open-filter {
    background-color: #3eade2;
    border-color: #3eade2;
    background-position: left bottom;
}

.box-steps {
    margin: 10px 0 0 0;
}

.box-steps__item {
    display: inline-block;
    vertical-align: top;
    width: 33.33%;
    margin-right: -5px;
    padding-right: 60px;
    padding-top: 0px;
    margin-top: 20px;
    position: relative;
}

.box-steps__wrap {
    position: relative;
    min-height: 353px;
}

.box-steps__item:after {
    background: url(../bundles/wptemplate/img/arow_step.png) no-repeat left top;
    width: 59px;
    height: 353px;
    content: '';
    position: absolute;
    right: 0px;
    top: 0px;
    display: block;
}

.box-steps__item.item1 {
    width: 29.5%;
}

.box-steps__item.item2 {
    width: 35%;
    padding-left: 5.5%;
}

.box-steps__item.item3 {
    width: 34.5%;
    padding-left: 5.5%;
    padding-right: 50px;
}

.box-steps__number {
    width: 94px;
    height: 94px;
    border: solid 2px #cb944c;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    text-align: center;
    display: block;
    font-size: 44px;
    line-height: 50px;
    color: #252525;
    padding: 20px 0 0 0;
    font-family: Cambria;
}

.box-steps__info {
    display: block;
}

.box-steps__title {
    font-size: 22px;
    line-height: 32px;
    color: #252525;
    padding: 25px 0 0 0;
}

.box-steps__text {
    font-size: 16px;
    line-height: 24px;
    color: #252525;
    padding: 11px 0 0 0;
}

.box-steps__btn {
    border: solid 2px #ca9851;
    width: 225px;
    text-align: center;
    padding: 10px 10px 0 10px;
    max-width: 100%;
    font-size: 16px;
    line-height: 24px;
    color: #252525;
}

.box-steps .button {
    margin-top: 16px;
    min-width: 188px;
    width: 100%;
    max-width: 225px;
    padding-left: 10px;
    padding-right: 10px;
}

.box-ino-payments {
    padding: 40px 0 0 0;
}

.box-ino-payments__item {
    display: inline-block;
    vertical-align: top;
    width: 50%;
    margin-right: -5px;
    padding: 15px 35px 0 0;
}

.box-ino-payments__item.item2 {
    padding-left: 9px;
    padding-right: 0px;
}

.box-ino-payments__icon {
    width: 92px;
    margin-right: -5px;
    display: inline-block;
    vertical-align: top;
    z-index: 2;
    position: relative;
}

.box-ino-payments__info {
    width: 100%;
    margin-left: -92px;
    padding-left: 107px;
    display: inline-block;
    vertical-align: top;
    z-index: 1;
    position: relative;
}

.box-ino-payments__item.item2 .box-ino-payments__icon {
    width: 102px;
}

.box-ino-payments__item.item2 .box-ino-payments__info {
    margin-left: -102px;
    padding-left: 128px;
}

.box-ino-payments__title {
    display: block;
    font-size: 16px;
    line-height: 22px;
    text-transform: uppercase;
    font-weight: 700;
    color: #666666;
    padding: 0 0 1px 0;
}

.box-ino-payments__title span {
    text-transform: none;
}

.box-ino-payments__text {
    color: #252525;
}

.box-ino-delivery {
    padding: 25px 0 0px 0;
}

.list-logo-partners {
    display: block;
    margin: 25px -15px 0 -15px;
    padding-bottom: 20px;
}

.list-logo-partners__item {
    list-style: none;
    display: inline-block;
    vertical-align: middle;
    width: 25%;
    margin-right: -5px;
    text-align: center;
    padding: 23px 15px 23px 15px;
}

.list-logo-partners__logo {
    display: inline-block;
    max-width: 100%;
}

.list-logo-partners img {
    display: block;
    max-width: 100%;
}

.buttons-step-mobile {
    display: none;
}

.list-articles {
    padding: 13px 0 20px 0;
}

.list-articles__item {
    display: block;
    list-style-type: none;
    margin: 0 0 29px 0;
    padding: 0 0 0 0;
}

.list-articles__img {
    display: inline-block;
    vertical-align: top;
    width: 32.47%;
    margin: 0 -5px 0 0;
}

.list-articles__img img {
    display: block;
    width: 100%;
}

.list-articles__description {
    margin: -10px -5px 0 0;
    display: inline-block;
    vertical-align: top;
    width: 67.53%;
    padding: 0 0 0 33px;
}

.list-articles__date-inf {
    padding: 7px 0 10px 0;
    font-size: 15px;
    line-height: 19px;
    color: #2b3155;
}

.list-articles__date {
    display: inline-block;
    vertical-align: top;
    color: #cb944c;
}

.list-articles__sep {
    display: inline-block;
    vertical-align: top;
    margin: 0 3px 0 3px;
}

.list-articles__advise {
    display: inline-block;
    vertical-align: top;
    color: #2b3155;
    text-decoration: underline;
}

.list-articles__advise:hover {
    text-decoration: none;
}

h3 a:hover {
    color: #cb944c;
}

.box-main-article {
    padding: 26px 0 45px 0;
}

.main-article__date {
    display: block;
    padding: 8px 0 0 0;
    font-size: 15px;
    line-height: 18px;
    color: #cb944c;
    margin-bottom: -4px;
}

.main-article__img {
    padding: 13px 0 15px 0;
}

.box-main-article img {
    /*display: block;
    width: 100%;*/
    max-width: 100%;
}

.main-article-button {
    padding: 15px 0 20px 0;
}

.main-article__link {
    float: left;
    padding: 0 22px 0 26px;
    position: relative;
    font-size: 16px;
    line-height: 19px;
    color: #2b3155;
    font-weight: bold;
}

.main-article__link_right {
    float: right;
}

.main-article__link:hover {
    color: #bc9352;
}

.marker-back {
    display: block;
    position: absolute;
    left: 0px;
    top: 2px;
    width: 16px;
    height: 15px;
    background: url(../bundles/wptemplate/img/sprite.png) no-repeat -257px -94px;
}

.marker-top {
    display: block;
    position: absolute;
    right: 0px;
    top: 2px;
    width: 15px;
    height: 15px;
    background: url(../bundles/wptemplate/img/sprite.png) no-repeat -235px -94px;
}

.box-another-article {
    padding: 40px 0 20px 0;
    border-top: 1px solid #dddfdf;
}

.another-article-list {
    padding: 15px 0 0 0;
    margin: 0 0 15px -13px;
}

.another-article-list__item {
    display: inline-block;
    vertical-align: top;
    margin: 0 -5px 0 0;
    padding: 0 0 0 13px;
    list-style-type: none;
    width: 33.3333%;
}

.another-article-list__item img {
    display: block;
    width: 100%;
    margin-bottom: 15px;
}

aside .list-lk {
    background: none;
    border: none;
    box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
    -moz-box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
    -webkit-box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
    padding: 0 0 0 0;
}

.large-aside {
    width: 215px;
}

.content-right_large {
    margin-left: -215px;
    padding-left: 240px;
}

.text-main-title {
    position: relative;
    font-size: 15px;
    color: #747688;
    line-height: 18px;
    padding: 0 0 0 2px;
    margin-top: -16px;
    color: #22284e;
}

.list-actions {
    padding: 10px 0 4px 0;
}

.list-actions__item {
    list-style: none;
    margin: 11px 0 0 0;
    position: relative;
}

.list-actions__number {
    display: inline-block;
    vertical-align: top;
    position: relative;
    z-index: 2;
    width: 57px;
    font-size: 25px;
    color: #cb944c;
    line-height: 28px;
}

.list-actions__number span {
    font-size: 21px;
}

.list-actions__number img {
    display: block;
    max-width: 100%;
}

.list-actions__info {
    display: inline-block;
    vertical-align: top;
    position: relative;
    width: 100%;
    margin-left: -62px;
    font-size: 16px;
    color: #6f6f6f;
    padding: 4px 0 0 65px;
}

.text-actions {
    font-size: 16px;
    color: #cb944c;
    line-height: 20px;
    padding: 10px 0px 10px 3px;
}

.text-page {
    padding: 0 0 0 0;
}

.big-text {
    font-size: 20px;
    line-height: 30px;
    padding: 4px 0px 26px;
}

.text-page__logo {
    display: inline-block;
    margin: 32px 0 0 0;
    max-width: 100%;
}

.text-page__logo img {
    display: block;
    max-width: 100%;
}

.text-page h2 {
    font-size: 28px;
    color: #242c56;
    line-height: 32px;
    padding: 42px 0 5px 0;
    font-family: 'PTSans';
}

.list-conditions {
    margin: 23px 0 0 0;
    padding-bottom: 22px;
    border-top: solid 1px #dddfdf;
}

.list-conditions__item {
    list-style: none;
    border-bottom: solid 1px #dddfdf;
    padding: 20px 0px 29px 0px;
}

.list-conditions__icon {
    width: 67px;
    display: inline-block;
    vertical-align: middle;
    position: relative;
    z-index: 2;
}

.list-conditions__icon img {
    display: block;
    width: 100%;
}

.list-conditions__info {
    width: 100%;
    margin-left: -72px;
    padding-left: 120px;
    z-index: 1;
    position: relative;
    display: inline-block;
    vertical-align: middle;
}

.list-conditions__title {
    font-size: 22px;
    line-height: 26px;
    padding: 0 0 0 0;
}

.list-conditions__text {
    font-size: 16px;
    line-height: 24px;
    padding: 12px 0 0 0;
    color: #252525;
}

.information-section {
    padding: 34px 0 0 0;
}

.information-section h2 {
    padding-bottom: 8px;
}

.list-docs {
    padding: 10px 0 0 0;
    margin: 0 -20px 0 -20px;
}

.list-docs__item {
    width: 25%;
    margin-right: -5px;
    padding: 12px 20px 0 20px;
    display: inline-block;
    vertical-align: top;
}

.list-docs__link {
    display: block;
}

.list-docs img {
    display: block;
    width: 100%;
}

.list-conditions.witout-icon {
}

.list-conditions.witout-icon .list-conditions__info {
    margin-left: 0px;
    padding-left: 8%;
}

.list-conditions.witout-icon .list-conditions__item {
    min-height: 136px;
    padding-bottom: 51px;
}

.feedback-line{
    border-bottom: solid 1px #dddfdf;
    padding: 30px 0px 29px 0px;
    margin-bottom: 23px;
}

.form-feedback {
    padding: 27px 0 0 0;
    max-width: 800px;
    width: 100%;
}

.form-feedback #backmessage_captcha{
    max-width: 230px !important;
}

.formErrors {
    position: absolute;
    top: 25px;
    left: 240px;
    height: 50px;
}

.formErrors .errorsWrapper {
    display: inline-block;
    vertical-align: middle;
    min-height: 20px;
}

.formErrors .errorsWrapper p {
    line-height: 1px;
    margin-bottom: 0;
    color: #ff0000;
}

.submitBlock .formSuccess {
    position: absolute;
    top: 18px;
    left: 240px;
    width: 250px;
    display: none;
    color: #009700;
}



.form-feedback__title {
    font-size: 20px;
    line-height: 24px;
    color: #22284e;
    font-weight: 700;
    padding: 0 0 6px 0;
}

.box-field {
    position: relative;
    margin: 20px 0 0 0;
    padding-bottom: 2px;
}

.box-field__label {
    display: block;
    font-size: 18px;
    line-height: 20px;
    padding: 0 0 5px 0;
    color: #b8b8bd;
}

.optionsContainer {
    display: none;
}

.field-input {
    position: relative;
    margin: 0 0 0 0;
    display: block;
}

.standart-input {
    border: solid 1px #e3e3e4;
    width: 100%;
    height: 41px;
    font-size: 16px;
    line-height: 20px;
    padding: 8px 10px 8px 10px;
    color: #242c56;
    border-radius: 2px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    position: relative;
}

.contacts_form input[type=text], .contacts_form textarea {
    border: solid 1px #e3e3e4;
    width: 100%;
    height: 41px;
    font-size: 16px;
    line-height: 20px;
    padding: 8px 10px 8px 10px;
    color: #242c56;
    border-radius: 2px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    position: relative;
}

.standart-input.errorField{
    border-color: #b30000;
}

textarea.standart-input {
    max-width: 100%;
    height: 126px;
    max-height: 126px;
    resize: none;
}

.box-field.for-text {
    max-width: 398px;
    margin-top: 42px;
}

.box-field__img {
    width: 151px;
    height: 40px;
    display: inline-block;
    vertical-align: top;
    z-index: 2;
    margin-top: 1px;
}

.box-field__img img {
    height: 40px;
}

.box-field.for-text .field-input {
    width: 100%;
    display: inline-block;
    vertical-align: top;
    margin-left: -156px;
    padding-left: 172px;
    margin-top: 0px;
}

.box-button_form {
    padding-top: 20px;
}

.form-settings .cabinet-settings-error {
    position: absolute;
    top: 15px;
    left: 260px;
    display: none;
    color: #b30000;
}

.form-settings .cabinet-settings-error.address-error{
    top: 39px;
    left: 220px;
}

.form-settings .cabinet-settings-success {
    position: absolute;
    top: 15px;
    left: 260px;
    display: none;
    color: #009b00;
}

.form-change-password .cabinet-settings-error {
    display: none;
    color: #b30000;
}

.form-change-password .cabinet-settings-success {
    display: none;
    color: #009b00;
}

.flash.notice{
    padding: 15px;
    margin-bottom: 30px;
    border:2px solid #dcba8d;
}

.flash.notice.cartNotice{
    margin-top: 35px;
    margin-bottom: 0;
}

.box-attantion {
    margin: 12px 0px 20px 0;
    background: #dcba8d;
    position: relative;
    padding: 23px 50px 31px 109px;
    font-size: 16px;
    line-height: 24px;
    color: #ffffff;
}

.img-attantion {
    position: absolute;
    left: 47px;
    top: 29px;
}

.one-block-order {
    padding: 35px 0 20px 0;
}

.block-order_title {
    position: relative;
    font-size: 28px;
    line-height: 32px;
    color: #252525;
    padding: 0 0 20px 0;
}

.block-order_title .checkout-error {
    position: absolute;
    top: 4px;
    left: 280px;
    color: #ff0000;
    font-size: 13px;
    display: none;
}

.col-order-inf {
    display: inline-block;
    vertical-align: top;
    width: 45%;
    margin: 0 -5px 0 0;
    padding: 0 10px 0 29px;
}

.col-order-inf__name {
    display: block;
    padding: 10px 0 15px 0;
    font-size: 18px;
    line-height: 22px;
    color: #252525;
}

.col-order-inf__name span {
    color: #8f8f8f;
}

.order-inf-list {
    padding: 16px 0 28px 0;
}

.order-inf-list__item {
    margin: 0 0 12px 0;
    position: relative;
    padding: 0 0 0 25px;
    font-size: 16px;
    line-height: 20px;
    color: #6f6f6f;
    list-style-type: none;
}

.order-inf-list__item a {
    font-size: 18px;
    line-height: 22px;
    color: #3dade3;
    text-decoration: none;
}

.order-inf-list__item a:hover {
    text-decoration: underline;
}

.order-inf__icon {
    display: block;
    position: absolute;
    left: 0px;
    top: 6px;
    width: 16px;
    height: 15px;
    background: url(../bundles/wptemplate/img/sprite.png) no-repeat left top;
}

.order-inf__icon_1 {
    width: 13px;
    height: 17px;
    background-position: left -120px;
    top: 3px;
}

.order-inf__icon_2 {
    width: 16px;
    height: 12px;
    background-position: -20px -120px;
}

.order-inf__icon_3 {
    width: 15px;
    height: 18px;
    background-position: -45px -120px;
    top: 2px;
}

.col-order-inf .button {
    width: 225px;
}

.box-delivery-tab {
    padding: 20px 0 0 0;
}

.delivery-tab {
    position: relative;
    border-bottom: 1px solid #ca9851;
    height: 132px;
}

.delivery-tab__item {
    display: inline-block;
    vertical-align: top;
    margin: 0 7px 0 0;
}

.delivery-tab__link {
    display: block;
    border: 1px solid #c5c5c7;
    height: 132px;
    width: 130px;
    border-bottom: none;
    padding-top: 14px;
    text-align: center;
    font-size: 16px;
    line-height: 17px;
    color: #6f6f6f;
}

.delivery-tab__link:hover, .active .delivery-tab__link {
    border-color: #ca9851;
    background: #FFF;
    border-bottom: none;
    color: #ca9851;
}

.delivery-tab__icon {
    display: block;
    height: 60px;
    margin-bottom: 10px;
}

.icon-tab {
    display: block;
    margin: 0 auto;
    background: url(../bundles/wptemplate/img/icons_tab.png) no-repeat left top;
    height: 69px;
}

.icon-tab_1 {
    width: 50px;
    background-position: -42px top;
}

.active .icon-tab_1 {
    background-position: -42px bottom;
}

.icon-tab_2 {
    width: 62px;
    background-position: -178px top;
}

.active .icon-tab_2 {
    background-position: -178px bottom;
}

.icon-tab_3 {
    width: 75px;
    background-position: -309px top;
}

.active .icon-tab_3 {
    background-position: -309px bottom;
}

.icon-tab_4 {
    width: 74px;
    background-position: -450px top;
}

.active .icon-tab_4 {
    background-position: -450px bottom;
}

.icon-tab_5 {
    width: 72px;
    background-position: -591px top;
}

.active .icon-tab_5 {
    background-position: -591px bottom;
}

.icon-tab_6 {
    width: 62px;
    background-position: -707px top;
}

.active .icon-tab_6 {
    background-position: -707px bottom;
}

.icon-tab_7 {
    width: 77px;
    background-position: -793px top;
}

.active .icon-tab_7 {
    background-position: -793px bottom;
}

.box-delivery-cont {
    padding: 20px 10px 16px 35px;
    border-bottom: 1px solid #ca9851;
    margin-bottom: 3px;
}

.calc {
    display: inline-block;
    vertical-align: top;
    margin: 0 0 0 10px;
    font-size: 16px;
    line-height: 17px;
    color: #3dade3;
    border-bottom: 1px solid;
}

.calc:hover {
    border-bottom-color: transparent
}

.box-delivery-cont .list-check {
    width: 630px;
}

.box-delivery-cont .list-check__item {
    display: inline-block;
    vertical-align: top;
    width: 50%;
    margin: 0 -5px 0 0;
}

.box-delivery-cont .list-check__item {
    padding-bottom: 9px;
}

.list-pay {
    padding: 20px 0 0 0;
    text-align: left;
}

.list-pay__item {
    display: inline-block;
    vertical-align: top;
    margin: 0 7px 7px 0;
}

.list-pay__link {
    display: block;
    border: 1px solid #c5c5c7;
    height: 132px;
    width: 130px;
    padding-top: 14px;
    text-align: center;
    font-size: 16px;
    line-height: 17px;
    color: #6f6f6f;
}

.list-pay__link:hover, .active .list-pay__link {
    border-color: #ca9851;
    background: #FFF;
    color: #ca9851;
}

.commision{
    display: none;
}

.comment-form {
    padding: 0 0 0 0;
}

.comment-form textarea {
    height: 164px;
}

.orderSuccessBtns{
    padding-top: 20px;
}

.successOrderNextBtn{
    border: 2px solid #ca9851;
    padding: 12px 17px 0 17px;
}

.boxTerms p {
    font-size: 15px;
    line-height: 22px;
    color: #4d4d4d;
    padding: 2px 0 0 0;
    margin: 0 0 0 0;
}

.orderInfo{
    float:left;
    width:70%;
}
.couponInfo{
    float:left;
    width:30%;
    text-align: center;
    padding: 20px;
    border:2px solid #cb944c;
}

.couponInfo .line1{
    font-size: 22px;
}

.couponInfo .couponName{
    padding:20px 0;
    font-size: 24px;
    /*color: #cb944c;*/
}

@media screen and (max-width: 500px) {
    .orderInfo{
        width:100%;
        padding-bottom: 10px;
    }
    .couponInfo{
        padding-top: 30px;
        width:100%;
    }
}

.form-login {
    width: 50%;
    max-width: 397px;
    display: inline-block;
    vertical-align: top;
    padding: 24px 0 0 0;
}

.form-login__title {
    font-size: 16px;
    line-height: 20px;
    color: #171717;
    font-weight: 700;
    padding: 10px 0 13px 0;
    text-transform: uppercase;
    text-align: left;
}

.box-field_top {
    margin-top: 12px;
}

.box-button_form2 {
    padding-top: 43px;
}

.button_left {
    float: left;
    width: 225px;
    max-width: 100%;
}

.link-password {
    float: right;
    margin: 29px 0px 0px 0px;
    font-size: 16px;
    color: #3dade3;
    line-height: 18px;
    border-bottom: solid 1px #55b7e6;
}

.link-password:hover {
    border-bottom: solid 1px transparent;
}

.form-login_reg {
    margin-left: 10%;
}

.field-input_w50 {
    width: 50%;
    margin-right: -5px;
    display: inline-block;
    vertical-align: top;
    padding-right: 6px;
}

.box-field .field-input_w50 + .field-input_w50 {
    padding-right: 0px;
    padding-left: 6px;
}

.box-why-reg {
    padding: 112px 0 0 0;
}

.list-why-reg {
    padding: 16px 0 0 0;
}

.list-why-reg__item {
    list-style: none;
    width: 33.33%;
    text-align: center;
    display: inline-block;
    vertical-align: top;
    margin-right: -5px;
    padding: 10px 5px 10px 5px;
}

.list-why-reg__icon {
    display: block;
    min-height: 110px;
}

.list-why-reg__icon img {
    display: inline-block;
}

.list-why-reg__title {
    font-size: 16px;
    color: #252525;
    line-height: 24px;
    display: inline-block;
    max-width: 205px;
    padding: 16px 0 0 0;
}

.box-basket-page {
    padding: 25px 0 0 0;
    margin: 0 0 0 0;
}

.basket-list {
    padding: 0 0 0 0;
}

.basket-list__item {
    display: block;
    list-style-type: none;
    padding: 10px 0 10px 0;
    font-size: 16px;
    line-height: 19px;
    color: #252525;
    position: relative;
}

.basket-list__name {
    font-size: 16px;
    line-height: 19px;
    color: #252525;
}

.basket-list__name:hover {
    color: #cb944c;
}

.basket-list__item:after {
    display: block;
    content: '';
    height: 1px;
    width: calc(100% + 10px);
    background: #dddfdf;
    position: absolute;
    left: 0px;
    bottom: 0px;
}

.basket-list__item.head {
    font-size: 14px;
    line-height: 17px;
    color: #8f8f8f;
}

.basket-col {
    display: inline-block;
    vertical-align: middle;
    margin: 0 -5px 0 0;
}

.basket-col_1 {
    width: 74px;
}

.basket-col_2 {
    margin-left: -74px;
    padding-left: 103px;
    width: 100%;
}

.basket-col_3 {
    width: 43%;
    text-align: left;
}

.basket-col_4 {
    width: 21%;
    text-align: center;
}

.basket-col_5 {
    width: 16%;
    text-align: center;
}

.basket-col_6 {
    width: 15%;
    text-align: right;
}

.basket-col_7 {
    width: 5%;
    text-align: right;
}

.box-basket-page .number-product {
    margin: 0 0 0 0;
}

.basket-col__img {
    position: relative;
    margin: 0 0 0 0;
}

.basket-col__img img {
    display: block;
    width: 100%;
}

.basket-list__item .icon-remove {
    display: inline-block;
    vertical-align: top;
    margin: 3px 4px 0 0;
    width: 11px;
    height: 11px;
    background: url(../bundles/wptemplate/img/sprite.png) no-repeat -264px -70px;
    cursor: pointer;
}

.basket-list__item .newPrice{
    color: #d10000;
}
.basket-list__item .oldPrice {
    text-decoration: line-through;
}

.basket-list__item .catalog-item-quantity-basket {
    padding-top: 10px;
    font-size: 12px;
    color: #cb944c;
    text-align: left;
}

.basket-list__item .reset-button{
    font-size: 12px;
    border: 2px solid #ca9851;
    padding: 6px 7px 0 7px;
    height: 36px;
}

.basket-summ-line {
    display: block;
    padding: 26px 0 0 0;
}

.discount-code {
    float: left;
    padding: 0 0 0 0;
    width: 302px;
}

.discount-code__text {
    display: inline-block;
    vertical-align: top;
    margin: 2px 6px 0 0;
    width: 111px;
    font-size: 18px;
    line-height: 22px;
    color: #252525;
}

.input-code {
    display: inline-block;
    vertical-align: top;
    margin: 0 0 0 0;
    width: 99px;
    height: 50px;
    padding: 12px 10px 12px 10px;
    font-size: 18px;
    line-height: 22px;
    color: #252525;
    border: 1px solid #e3e3e4;
    font-size: 16px;
    line-height: 19px;
    color: #252525;
}

.button-code {
    display: inline-block;
    vertical-align: top;
    border: 2px solid #cb944c;
    width: 69px;
    height: 50px;
    padding: 0 0 0 0;
    text-align: center;
    background: none;
    margin: 0 0 0 5px;
}

.button-code:hover {
    background: #cb944c;
}

.button-code__icon {
    display: inline-block;
    background: url(../bundles/wptemplate/img/sprite.png) no-repeat -281px -94px;
    width: 16px;
    height: 15px;
}

.button-code:hover .button-code__icon {
    background-position: -281px -113px;
}

.couponError{
    color:#ff0000;
    padding-top: 5px;
}

.basket-summ {
    float: right;
    padding: 0 0 0 0;
    text-align: right;
}

.basket-summ__total {
    display: inline-block;
    vertical-align: middle;
    margin: 0 0 0 0;
    padding: 0 30px 0 0;
    font-size: 22px;
    line-height: 26px;
    color: #2b3155;
}

.basket-summ__total td.name {
    font-size: 18px;
    color: #8f8f8f;
    padding-right: 10px;
}
.basket-summ__total p{
    margin:2px 0;
    padding:0;
}

.basket-summ .button {
    width: 225px;
}

.history-list {
    padding: 0 0 0 0;
}

.history-list__item {
    display: block;
    list-style-type: none;
    padding: 28px 0 28px 0;
    font-size: 16px;
    line-height: 19px;
    color: #252525;
    position: relative;
}

.history-list__item.active {
    padding-bottom: 6px;
}

.history-list__item:after {
    display: block;
    content: '';
    height: 1px;
    width: calc(100% + 10px);
    background: #dddfdf;
    position: absolute;
    left: 0px;
    bottom: 0px;
}

.history-list__item.head {
    font-size: 14px;
    line-height: 17px;
    color: #8f8f8f;
    padding-top: 10px;
    padding-bottom: 10px;
}

.history-col {
    display: inline-block;
    vertical-align: middle;
    margin: 0 -5px 0 0;
}

.history-col_1 {
    width: 25%;
    padding-left: 39px;
}

.history-col_2 {
    width: 75%;
    padding-left: 20px;
}

.history-col_3 {
    width: 33.3333%;
}

.history-col_4 {
    width: 33.3333%;
}

.history-col_5 {
    width: 33.3333%;
}

.status-2 {
    color: #ff0000;
}

.status-3 {
    color: #00ad5d;
}

.marker-history {
    display: block;
    position: absolute;
    left: 7px;
    top: 50%;
    margin-top: -7px;
    border-left: 7px solid #cb944c;
    border-top: 6px solid transparent;
    border-bottom: 6px solid transparent;
}

.active .marker-history {
    border-left: 6px solid transparent;
    border-top: 7px solid #cb944c;
    border-right: 6px solid transparent;
    left: 6px;
    margin-top: -3px;
}

.wrap-row {
    position: relative;
    cursor: pointer;
}

.history-list .basket-list {
    padding-left: 39px;
    padding-top: 15px;
    position: relative;
    margin-top: 14px;
}

.history-list .basket-list-wrapper {
    display: none;
}

.history-list .active .basket-list-wrapper {
    display: block;
}

.history-list .basket-list:after {
    display: block;
    content: '';
    height: 1px;
    width: calc(100% + 10px);
    background: #dddfdf;
    position: absolute;
    left: 0px;
    top: 14px;
}

.history-list .basket-list .head .basket-col_3 {
    text-align: center;
}

.history-list .basket-list .head .basket-col_1 {
    white-space: nowrap;
}

.number-order {
    font-size: 16px;
    color: #ca9851;
}

.one-more {
    display: inline-block;
    margin: 0 auto 0 auto;
    background: url(../bundles/wptemplate/img/sprite.png) no-repeat -32px top;
    width: 25px;
    height: 25px;
}

.history-list .basket-col_3 {
    width: 38%;
    text-align: left;
}

.history-list .basket-list__item:last-child:after {
    display: none;
}

.history-list .basket-col_4 {
    width: 20%;
    text-align: center;
}

.history-list .basket-col_5 {
    width: 27%;
    text-align: center;
    padding-left: 6%;
}

.history-list .basket-col_6 {
    width: 10%;
    text-align: right;
    padding-left: 2%;
}

.column-contacts {
    width: 60%;
    display: inline-block;
    vertical-align: top;
    position: relative;
    margin-right: -5px;
    padding-right: 10%;
}

.text-contacts {
    font-size: 18px;
    line-height: 22px;
    color: #22284e;
    padding: 6px 0 5px 0;
}

.section-contacts {
    display: block;
    padding: 25px 0 0px 0;
    padding-right: 10%;
}

.section-contacts__title {
    font-size: 28px;
    color: #252525;
    line-height: 34px;
    padding: 12px 0 0 0;
}

.order-inf__icon_4 {
    width: 20px;
    height: 20px;
    background-position: -64px -120px;
    top: 2px;
}

.order-inf__icon_5 {
    width: 15px;
    height: 15px;
    background-position: -85px -120px;
    top: 2px;
}

.order-inf__icon_6 {
    width: 17px;
    height: 17px;
    background-position: -107px -120px;
    top: 2px;
}

.section-contacts .order-inf-list {
    padding-bottom: 0px;
}

.link-site {
    text-decoration: underline !important;
}

.link-site:hover {
    text-decoration: none !important;
}

.column-contacts_form {
    width: 39%;
    padding-right: 0px;
}

.form-feedback .success{
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    padding-top: 20px;
}

.form-feedback.opt2 {
    padding: 14px 0 0 0;
    max-width: 800px;
    width: 100%;
}

.form-feedback.opt2 .box-field.for-text {
    max-width: 100%;
    margin-top: 17px;
}

.form-feedback.opt2 textarea {
    height: 116px;
}

.box-button_form3 {
    padding-top: 24px;
    position: relative;
}

.box-button_form3 .button_large {
    width: 225px;
    max-width: 100%;
}

.box-change-password {
    text-align: center;
}

.box-change-password__img {
    display: inline-block;
    padding: 6px 0 0 0;
}

.form-change-password {
    padding: 20px 0 0 0;
    width: 100%;
    max-width: 396px;
    margin: 0 auto;
}

.form-change-password__title {
    font-size: 16px;
    line-height: 20px;
    color: #171717;
    padding: 22px 0 27px 0;
    text-transform: uppercase;
    font-weight: 700;
}

.form-change-password .box-field__label {
    text-align: left;
}

.box-button_form4 {
    padding-top: 45px;
    display: block;
    text-align: center;
}

.box-button_form4 .button {
    width: 225px;
}

.form-settings {
    padding: 10px 0 0 0;
}

.form-settings .box-field {
    margin-top: 19px;
}

.form-settings__section {
    position: relative;
    margin: 10px 0 0 0;
}

.form-settings__title {
    font-size: 28px;
    color: #252525;
    line-height: 32px;
    padding: 5px 0 0 0;
}

.inline-field {
}

.inline-field .box-field__label {
    display: inline-block;
    vertical-align: top;
    width: 90px;
    position: relative;
    padding: 8px 0 0 0;
    font-size: 16px;
    color: #8f8f8f;
}

.inline-field .field-input {
    display: block;
    width: 100%;
    margin-left: -95px;
    display: inline-block;
    vertical-align: top;
    padding-left: 96px;
}

.inline-field {
}

.inline-field.long .box-field__label {
    width: 125px;
}

.inline-field.long .field-input {
    margin-left: -130px;
    padding-left: 128px;
}

.list-check_inline {
    padding-top: 3px;
}

.list-check_inline .list-check__item {
    display: inline-block;
    vertical-align: top;
    white-space: nowrap;
    padding-left: 5px;
    padding-right: 30px;
}

.form-settings__column {
    display: inline-block;
    vertical-align: top;
    width: 50%;
    margin-right: -5px;
    padding-right: 7%;
}

.form-settings__section .form-settings__column + .form-settings__column {
    padding-right: 0px;
    padding-left: 0%;
}

.form-settings__section.top {
    padding-top: 24px;
}

.box-button-download {
    padding: 10px 0 30px 0;
}

.button_download {
    padding-left: 50px;
}

.icon-download {
    display: block;
    background: url(../bundles/wptemplate/img/icon_download.png) no-repeat left top;
    width: 32px;
    height: 29px;
    position: absolute;
    left: 10px;
    top: 7px;
}

.box-button_setting {
    padding-top: 30px;
}

.standart-input_with-icon {
    padding-left: 41px;
}

.field-input__cont {
    position: relative;
}

.icon-input {
    position: absolute;
    left: 10px;
    top: 7px;
    background: url(../bundles/wptemplate/img/sprite.png) no-repeat -133px -120px;
    width: 24px;
    height: 25px;
}

.icon-input_search {
    left: 10px;
    top: 10px;
    background-position: -166px -120px;
    width: 16px;
    height: 21px;
}

.window-open {

    background: #FFF;
    position: relative;
}

.window-open.ajax {
    width: 960px;
    max-width: 100%;
    box-shadow: 0 0 7px 0 rgba(0, 0, 0, 0.5);
    -moz-box-shadow: 0 0 7px 0 rgba(0, 0, 0, 0.5);
    -webkit-box-shadow: 0 0 7px 0 rgba(0, 0, 0, 0.5);
    /*padding: 35px;*/
}

.window-open-cont {
    position: relative;
    border: 1px solid #e3e3e4;
}

.card-left {
    float: left;
    padding: 0 0 0 0;
    width: 65%;
    border-right: 1px solid #e3e3e4;
    padding: 0 30px 30px 30px;
}

.card-img-big {
    position: relative;
}

.card-img-big img {
    align-content: space-between;
    width: 100%;
}

.card-small-img {
    padding: 15px 0 0 0;
}

.card-small-img__item {
    display: inline-block;
    vertical-align: top;
    margin: 0 11px 0 0;
    list-style-type: none;
}

.card-small-img__item a {
    display: block;
    border: 1px solid #e3e3e4;
}

.card-small-img__item a img {
    display: block;
}

.card-small-img__item.active a {
    border-color: #cb944c;
}

.card-right {
    float: left;
    margin-left: -1px;
    width: 35%;
    border-left: 1px solid #e3e3e4;
    padding: 70px 30px 30px 30px;
}

.card-price {
    font-size: 31px;
    color: #252525;
    line-height: 35px;
    padding: 0 0 5px 0;
}

.card-price .oldPrice{
    display: inline-block;
    margin-left: 20px;
    font-size: 24px;
    color: #646464;
    line-height: 35px;
    text-decoration: line-through;
}

.catalog-popup-package{
    padding-top: 5px;
    font-size: 15px;
}

.card-price--roz {
    font-size: 16px;
    font-style: italic;
    color: #252525;
    line-height: 18px;
    padding: 0 0 15px 0;
}

.product-buttons_card {
    text-align: left;
    position: relative;
}

.product-buttons_card .success{
    position: absolute;
    top:0;
    left:0;
    right:0;
    bottom:0;
    background: #fff;
    line-height: 80px;
    font-size: 20px;
    display: none;
}

.box-card-color {
    padding: 25px 0 0 0;
}

.box-card-color__text {
    padding: 0 0 0 0;
    font-size: 18px;
    line-height: 21px;
    color: #2b3056;
    padding-bottom: 10px;
}

.box-card-color .list-color {
    margin-left: -12px;
    padding-bottom: 15px;
}

.box-card-color .list-color__item {
    width: 25%;
    max-width: 73px;
    height: auto;
    padding-left: 12px;
    margin-bottom: 13px;
}

.box-card-color .list-color__link {
    width: 100%;
    height: auto;
}

.catalog-popup-info-table{
    display: none;
}
.catalog-popup-info-table.active{
    display: block;
}

.block-card-description {
    padding: 25px 0 0 0;
    font-size: 18px;
    line-height: 24px;
    color: #b9b8bd;
}

.block-card-description-line {
    padding: 0 0 0 0;
}

.card-description__name {
    display: inline-block;
    vertical-align: top;
    width: 98px;
    color: #2b3056;
    font-size: 16px;
}

.card-description__text {
    display: inline-block;
    vertical-align: top;
    width: 100%;
    margin: 0 0 0 -104px;
    padding: 0 0 0 104px;
    font-size: 16px;
    color: #000;
}

.block-description .card-description__name {
    display: block;
    vertical-align: top;
    width: 100%;
    color: #2b3056;
}

.block-description .card-description__text {
    display: block;
    vertical-align: top;
    width: 100%;
    margin: 0 0 0 0;
    padding: 4px 0 0 0;
}

@media screen and (min-width: 992px) {
    .product-buttons_card .number-product {
        width: 93px;
        height: 60px;
        padding-right: 28px;
    }

    .product-buttons_card .buttons-number {
        width: 28px;
    }

    .product-buttons_card .button-change-val {
        height: 29px;
        font-size: 28px;
        padding-top: 4px;
    }

    .product-buttons_card .button-change-val + .button-change-val {
        height: 30px;
    }

    .product-buttons_card .number-input {
        height: 58px;
        padding-top: 20px;
        padding-bottom: 20px;
        font-size: 21px;
    }

    .product-buttons_card .button {
        height: 60px;
        padding-top: 18px;
        padding-left: 15px;
        padding-right: 15px;
        width: auto;
        font-size: 21px;
    }
}

/*================================================================================| FOOTER |================================================================================*/
footer {
    text-align: left;
    position: absolute;
    left: 0px;
    bottom: 0px;
    width: 100%;
    min-width: 320px;
}

footer .box-nav {
    padding: 15px 0 15px 0;
    border-bottom: 1px solid #dddfdf;
    border-top: 1px solid #dddfdf;
    position: relative;
}

footer .basket-text_small {
    font-size: 12px;
}

footer .nav-list {
    padding-top: 3px;
}

.footer-bottom {
    padding: 25px 0 50px 0;
}

.copy {
    padding: 0 0 0 0;
    font-size: 14px;
    line-height: 17px;
    color: #747688;
    font-weight: 400;
    float: left;
}

.copy .legal {
    padding: 10px 0 0 0;
    font-size: 12px;
    line-height: 17px;
    color: #747688;
    font-weight: 400;
}

.footer-nav {
    float: right;
    padding: 0 0 0 0;
}

.footer-nav__item {
    display: inline-block;
    vertical-align: top;
    margin: 0 9px 0 9px;
    list-style-type: none;
}

.footer-nav__item:last-child {
    margin-right: 0px;
}

.footer-nav__link {
    display: block;
    font-size: 16px;
    line-height: 19px;
    color: #747688;
    font-weight: 700;
}

.footer-nav__link:hover {
    color: #cb944c;
}

footer .subnav {
    top: auto;
    bottom: 100%;
}

footer .subnav-list {
    margin-bottom: 15px;
}

@media screen and (max-width: 1190px) {

    .footer-nav__link {
        font-size: 13px;
    }

    .logo {
        width: 222px;
        padding-top: 0px;
    }

    .logo img.ny {
        top: -19px;
        left: -11px;
        width: 234px;
    }

    .header-contact-inf {
        width: 330px;
    }

    .header-tel {
        font-size: 20px;
        line-height: 23px;
    }

    .box-search {
        margin-left: -222px;
        margin-right: -330px;
        padding-left: 242px;
        padding-right: 350px;
    }

    .nav-list__link {
        font-size: 15px;
        line-height: 18px;
    }

    .icon-subnav {
        top: 2px;
    }

    .icon-subnav__marker {
        top: 3px !important;
    }

    .nav-list__item {
        margin-right: 14px;
    }

    .basket-text {
        font-size: 15px;
        line-height: 18px;
        margin-top: 1px;
    }

    .basket-icon {
        width: 23px;
        height: 23px;
        background-size: 324px 151px;
        background-position: -29px top;
    }

    .number-products {
        height: 20px;
        font-size: 12px;
        line-height: 14px;
        margin-top: 0px;
    }

    .flex-caption__text {
        font-size: 38px;
        line-height: 45px;
    }

    .box-slider {
        padding-bottom: 75px;
    }

    .flex-control-nav {
        bottom: -55px;
    }

    .top-banner-list__text {
        font-size: 18px;
        line-height: 22px;
    }

    h3 {
        font-size: 26px;
        line-height: 29px;
    }

    .how-we-work__title {
        font-size: 36px;
        line-height: 40px;
        width: 300px;
    }

    .box-how-we-work-list {
        margin-left: -306px;
        padding-left: 325px;
    }

    .how-we-work__icon {
        width: 97px;
        height: 97px;
    }

    .how-we-work__text {
        margin-left: -103px;
        padding-left: 115px;
    }

    .bottom-inf__title {
        font-size: 26px;
        line-height: 32px;
    }

    .worktime-block-phone {
        font-size: 40px;
        line-height: 43px;
    }

    .bottom-inf-col {
        padding-right: 20px;
    }

    .button {
        max-width: 100%;
    }

    .products-tab-list__item {
        margin-left: 2%;
        margin-right: 2%;
    }

    .products-tab-list__link {
        font-size: 15px;
        line-height: 18px;
    }

    p {
        font-size: 15px;
        line-height: 23px;
    }

    .how-we-work__text {
        font-size: 17px;
        line-height: 20px;
    }
}

@media screen and (min-width: 992px) and (max-width: 1206px) {
    .box-steps .button {
        min-width: 158px;
        width: auto;
        padding-left: 15px;
        padding-right: 15px;
    }
}

@media screen and (min-width: 992px) and (max-width: 1106px) {
    .box-steps .button {
        min-width: 138px;
        font-size: 12px;
        padding-left: 10px;
        padding-right: 10px;
        height: 40px;
        padding-top: 8px;
    }
}

@media screen and (max-width: 1160px) {
    .form-login {
        width: 50%;
        max-width: 50%;
        padding: 24px 5% 0 0;
        margin-left: 0px !important;
        margin-right: -5px;
    }

    .form-login_reg {
        padding-left: 5%;
        padding-right: 0px;
        margin-left: 0px;
    }

    .button_left {
        width: 215px;
    }

    .list-product__item {
        width: calc(100% / 4 - 23px)
    }
}

@media screen and (max-width: 1135px) {
    .box-basket {
        position: absolute;
        right: 0px;
        top: -40px;
    }

    footer .box-basket {
        display: none;
    }

    .header-top {
        padding-top: 25px;
        padding-bottom: 25px;
    }

    .header-contact-inf {
        padding-top: 0px;
        margin-top: -10px;
    }

    .nav-list {
        float: none;
        text-align: center;
    }

    .worktime-block-phone {
        font-size: 37px;
        line-height: 40px;
    }

    .how-we-work__title {
        display: block;
        padding: 10px 0 10px 0;
        margin: 0 0 0 0;
        text-align: center;
        width: 100%;
    }

    .box-how-we-work-list {
        display: block;
        padding: 10px 0 10px 0;
        margin: 0 0 0 0;
    }

    h3 {
        font-size: 22px;
        line-height: 26px;
    }

    .main-categories__inf p {
        font-size: 15px;
        line-height: 22px;
    }

    .main-categories__inf {
        margin-left: 8%;
        margin-right: 8%;
        padding-left: 15px;
        padding-right: 15px;
    }

    .bottom-inf {
        padding-bottom: 20px;
    }

    .list-product_catalog .list-product__item {
        width: calc(100% / 3 - 23px)
    }

    .basket-summ__total td{
        font-size: 18px;
    }
}

@media screen and (max-width: 1150px) {

    .basket-summ__total {
        display: block;
        text-align: right;
        padding-right: 0px;
        padding-top: 8px;
        padding-bottom: 15px;
    }

    .basket-summ .button {
        width: 180px;
    }

}

.show-ipad {
    display: none;
}

@media screen and (min-width: 768px) and (max-width: 991px) {
    aside {
        width: 150px;
        padding-top: 20px;
    }

    .menu-sidebar__link {
        font-size: 13px;
        line-height: 16px;
    }

    .content-right {
        margin-left: -155px;
        padding-left: 180px;
        padding-top: 10px;
    }

    .list-logo-partners {
        margin-left: -170px;
        margin-right: 0px;
    }


    .number-product{
        width: 54px;
    }

    .list-small-img {
        overflow: hidden;
        max-height: 234px;
    }
}

@media screen and (max-width: 991px) {

    .button {
        min-width: 0px !important;
    }

    .logo {
        width: 180px;
    }

    .logo img.ny{
        top: -16px;
        left: -9px;
        width: 188px;
    }

    .header-contact-inf {
        width: 290px;
    }

    .header-tel {
        font-size: 17px;
        line-height: 20px;
    }

    .box-search {
        margin-left: -180px;
        margin-right: -290px;
        padding-left: 200px;
        padding-right: 310px;
    }

    .nav-list__link {
        font-size: 12px;
        line-height: 16px;
    }

    .time-work {
        font-size: 13px;
        line-height: 16px;
    }

    .slogan {
        font-size: 13px;
        line-height: 16px;
    }

    .basket-text {
        font-size: 13px;
        line-height: 16px;
        margin-top: 3px;
    }

    .basket-text_small {
        font-size: 13px;
    }

    .basket-icon {
        width: 21px;
        height: 21px;
        background-size: 292px 136px;
        background-position: -26px top;
    }

    .number-products {
        height: 19px;
        min-width: 21px;
        font-size: 11px;
        line-height: 13px;
        margin-top: 0px;
    }

    .box-nav {
        padding-top: 11px;
        padding-bottom: 11px;
    }

    .form-control {
        font-size: 12px;
        line-height: 16px;
        height: 35px;
        padding-top: 7px;
        padding-bottom: 7px;
    }

    .button-submit {
        height: 35px;
    }

    .button-submit__icon {
        width: 18px;
        height: 18px;
        background-size: 324px 151px;
        background-position: left top;
    }

    .bottom-inf {
        padding-bottom: 0px;
    }

    .hide-ipad {
        display: none;
    }

    .show-ipad {
        display: block;
    }

    .footer-nav__link {
        font-size: 13px;
        line-height: 16px;
    }

    .footer-bottom {
        padding-bottom: 25px;
    }

    .box-slider {
        padding-bottom: 45px;
    }

    .flex-direction-nav li a {
        width: 24px;
        height: 70px;
        margin-top: -35px;
        padding-top: 25px;
    }

    .flex-direction-nav li a:before {
        width: 10px;
        height: 18px;
        background-size: 216px 101px;
        background-position: left top;
    }

    .flex-direction-nav li a.flex-next:before {
        background-position: -120px 0;
    }

    .flex-direction-nav li a.flex-prev:before {
        background-position: -104px 0;
    }

    .flex-direction-nav li a.flex-next:hover:before {
        background-position: -120px -33px;
    }

    .flex-direction-nav li a.flex-prev:hover:before {
        background-position: -104px -33px;
    }

    .flex-caption {
        left: 38px;
        height: 70px;
        margin-top: -35px;
    }

    .flex-control-nav {
        height: 10px;
        bottom: -30px;
    }

    .flex-control-nav li a {
        width: 10px;
        height: 10px;
    }

    .flex-caption__text {
        font-size: 22px;
        line-height: 25px;
        padding-top: 10px;
        padding-bottom: 10px;
    }

    .top-banner-list__text {
        font-size: 13px;
        line-height: 16px;
        left: 5%;
        width: 90%;
        padding-left: 9px;
        padding-right: 9px;
    }

    .box-top-banners {
        padding-top: 10px;
        padding-bottom: 30px;
    }

    .list-product__item {
        width: calc(100% / 3 - 15px);
        margin: 10px -5px 40px 15px;
    }

    .product-name a {
        font-size: 18px;
        line-height: 22px;
    }

    .products-tab-list__item {
        margin-left: 1%;
        margin-right: 1%;
    }

    .products-tab-list__link {
        font-size: 13px;
        line-height: 16px;
        padding-top: 6px;
    }

    .products-tab-inside-list__link {
        font-size: 14px;
        line-height: 17px;
    }

    .list-product-item__cont{ padding-bottom:55px;}

    .list-product__hidden-cont{ display:block!important; opacity:1!important;box-shadow: none;    background: transparent;    z-index: 2;}
    .list-product__item{ margin-bottom:10px!important;}


    .button {
        font-size: 14px;
        line-height: 17px;
        padding-top: 14px;
    }

    .button_large {
        height: 45px;
        padding-top: 14px;
    }

    .link {
        font-size: 14px;
        line-height: 17px;
    }

    .box-new-products {
        margin-top: 15px;
    }

    .box-link {
        display: block;
        text-align: center;
        padding-left: 0px;
    }

    .box-new-products .list-product {
        padding-top: 0px;
        margin-top: -5px;
    }

    .button_large {
        padding-left: 15px;
        padding-right: 15px;
    }

    h3 {
        font-size: 17px;
        line-height: 20px;
    }

    .main-categories__inf p {
        font-size: 14px;
        line-height: 18px;
    }

    .box-how-we-work {
        padding-top: 20px;
        padding-bottom: 20px;
    }

    .box-buttons {
        padding-top: 5px;
    }

    .how-we-work__icon {
        width: 80px;
        height: 80px;
    }

    .how-we-work__text {
        font-size: 15px;
        line-height: 22px;
        margin-left: -86px;
        padding-left: 95px;
    }

    .how-we-work__title {
        font-size: 32px;
        line-height: 38px;
    }

    .bottom-inf-col {
        width: 50% !important;
    }

    .bottom-inf-col {
        padding-right: 30px;
    }

    .bottom-inf-col:last-child {
        padding-right: 10px;
    }

    .form-subscription {
        padding-right: 90px;
    }

    .button__icon {
        margin-top: -2px;
    }

    .box-search .form-control {
        padding-right: 33px;
    }

    .button_radius {
        padding-top: 10px;
    }

    .list-product_catalog .list-product__item {
        width: calc(100% / 3 - 15px);
    }

    aside {
        width: 152px;
    }

    .content-right {
        margin-left: -152px;
        padding-left: 160px;
    }

    .menu-sidebar__link {
        font-size: 13px;
        line-height: 16px;
    }

    .filter-open-list__link {
        font-size: 14px;
        line-height: 18px;
    }

    .filter-title {
        font-size: 14px;
        line-height: 17px;
        padding-right: 80px
    }

    .list-color {
        margin-left: -5px;
    }

    .list-color__item {
        padding-left: 5px;
    }

    .list-color__link {
        width: 26px;
        height: 26px;
    }

    .box-catalog-product {
        margin-top: 0px;
    }

    .list-product_catalog .product-name a {
        font-size: 16px;
        line-height: 20px;
    }

    h1 {
        font-size: 35px;
        line-height: 40px;
    }

    h2 {
        font-size: 35px;
        line-height: 40px;
    }

    .box-steps {
        margin: 0px 0 0 0;
    }

    .box-steps__item {
        width: 33.33%;
        padding-right: 40px !important;
        margin-top: 10px;
    }

    .box-steps__item.item2 {
        padding-left: 3.5%;
    }

    .box-steps__item.item3 {
        padding-left: 3.5%;
    }

    .box-steps__wrap {
        min-height: 275px;
        padding-bottom: 40px;
    }

    .box-steps__item:after {
        width: 40px;
        height: 235px;
        background-size: 40px auto;
    }

    .box-steps__number {
        width: 63px;
        height: 63px;
        font-size: 30px;
        line-height: 40px;
        padding: 9px 0 0 0;
    }

    .box-steps__title {
        font-size: 16px;
        line-height: 22px;
        padding: 15px 0 0 0;
    }

    .box-steps__text {
        font-size: 13px;
        line-height: 17px;
        padding: 7px 0 0 0;
    }

    .box-steps .button {
        font-size: 13px;
        line-height: 18px;
        width: 168px;
        min-width: 166px;
        position: absolute;
        bottom: -4px;
        left: 0px;
    }

    .box-ino-payments__item {
        width: 100%;
        display: block;
        padding-left: 0px !important;
    }

    .box-ino-payments__icon {
        width: 65px !important;
    }

    .box-ino-payments__icon img {
        display: block;
        width: 100%;
    }

    .box-ino-payments__info {
        margin-left: -65px !important;
        padding-left: 80px !important;
    }

    .list-articles__description h3 {
        font-size: 20px;
        line-height: 23px;
    }

    .list-articles__date-inf {
        font-size: 13px;
        line-height: 17px;
    }

    h2.small2 {
        font-size: 30px;
        line-height: 34px;
    }

    .box-main-article {
        padding-top: 12px;
    }

    .list-actions__number {
        font-size: 19px;
        line-height: 24px;
        width: 35px;
    }

    .list-actions__number span {
        font-size: 15px;
    }

    .list-actions__info {
        margin-left: -40px;
        font-size: 16px;
        padding: 1px 0 0 50px;
    }

    .big-text {
        font-size: 18px;
        line-height: 26px;
        padding: 4px 0px 22px;
    }

    .text-page__logo {
        margin: 12px 0 0 0;
        width: 300px;
    }

    .text-page h2 {
        font-size: 26px;
        padding: 25px 0 5px 0;
    }

    .list-docs {
        padding: 10px 0 10px 0;
        margin: 0 -10px 0 -10px;
    }

    .list-docs__item {
        padding: 12px 10px 0 10px;
    }

    .large-aside {
        width: 190px;
    }

    .content-right_large {
        margin-left: -190px;
        padding-left: 210px;
    }

    aside .list-lk__link {
        font-size: 14px;
        line-height: 16px;
    }

    .box-attantion {
        font-size: 14px;
        line-height: 20px;
    }

    .box-attantion br {
        display: none;
    }

    .img-attantion {
        top: 27px;
        width: 16px;
    }

    .img-attantion img {
        display: block;
        width: 100%;
    }

    .col-order-inf {
        width: 100%;
        margin-bottom: 20px;
    }

    .order-inf-list {
        padding-bottom: 16px;
    }

    .box-delivery-cont .list-check__item {
        width: 100%;
    }

    .button_left {
        width: auto;
        float: none;
        display: inline-block;
        vertical-align: bottom;
    }

    .link-password {
        float: none;
        display: inline-block;
        vertical-align: bottom;
        margin: 10px 10px 0 10px;
    }

    .box-why-reg {
        padding: 52px 0 0 0;
    }

    .box-button_form2 {
        padding-top: 23px;
    }

    .list-why-reg__icon {
        max-width: 75px;
        margin: 0 auto;
        min-height: 75px;
    }

    .list-why-reg__icon img {
        display: block;
        width: 100%;
    }

    .list-pay__item:last-child {
        margin-right: 0px;
    }

    .list-pay__link {
        width: 94px;
        height: 97px;
        padding-top: 5px;
        font-size: 13px;
        line-height: 14px;
        padding-left: 5px;
        padding-right: 5px;
    }

    .list-pay__link .delivery-tab__icon {
        height: 50px;
        margin-bottom: 5px;
    }

    .icon-tab_1 {
        width: 36px;
        height: 50px;
        background-size: 626px 109px;
        background-position: -31px top;
    }

    .active .icon-tab_1 {
        background-position: -31px bottom;
    }

    .icon-tab_2 {
        width: 44px;
        height: 50px;
        background-size: 626px 109px;
        background-position: -128px top;
    }

    .active .icon-tab_2 {
        background-position: -128px bottom;
    }

    .icon-tab_3 {
        width: 55px;
        height: 50px;
        background-size: 626px 109px;
        background-position: -222px top;
    }

    .active .icon-tab_3 {
        background-position: -222px bottom;
    }

    .icon-tab_4 {
        width: 53px;
        height: 50px;
        background-size: 626px 109px;
        background-position: -324px top;
    }

    .active .icon-tab_4 {
        background-position: -324px bottom;
    }

    .icon-tab_5 {
        width: 50px;
        height: 50px;
        background-size: 626px 109px;
        background-position: -426px top;
    }

    .active .icon-tab_5 {
        background-position: -426px bottom;
    }

    .box-basket-page {
        padding-top: 13px;
    }

    .basket-col_3 {
        width: 36%;
        padding-right: 10px;
    }

    .basket-col_6 {
        width: 21%
    }

    .basket-col_4 {
        width: 23%;
    }

    .basket-list__name {
        font-size: 14px;
        line-height: 17px;
    }

    .basket-list__item {
        font-size: 14px;
        line-height: 17px;
    }

    .discount-code__text {
        font-size: 16px;
        line-height: 20px;
        width: 100px;
    }

    .input-code {
        width: 80px;
    }

    .basket-list__item.head {
        font-size: 11px;
        line-height: 14px;
    }

    .history-list__item {
        font-size: 14px;
        line-height: 17px;
    }

    .history-list__item.head {
        font-size: 12px;
    }

    .form-settings__column {
        width: 100%;
        display: block;
        padding-left: 0px !important;
        padding-right: 0px !important;
    }

    .inline-field .box-field__label {
        width: 125px;
    }

    .inline-field .field-input {
        margin-left: -130px;
        padding-left: 128px;
    }

    .block-card-description {
        font-size: 16px;
        line-height: 22px;
    }

    .card-price {
        font-size: 27px;
        line-height: 30px;
    }
}

@media screen and (max-width: 940px) {
    .form-login {
        width: 100%;
        max-width: 397px;
        padding: 24px 0% 10px 0 !important;
        margin-left: 0px !important;
        margin-right: 0px;
    }

    .box-why-reg {
        padding: 42px 0 0 0;
    }
}

@media screen and (max-width: 810px) {
    .card-left {
        width: 62%
    }

    .card-right {
        width: 38%
    }
}

@media screen and (max-width: 900px) {
    .column-contacts {
        display: block;
        width: 100%;
        padding-right: 0px;
    }

    .column-contacts_form {
        max-width: 420px;
        padding-top: 30px;
    }

    .section-contacts {
        padding: 15px 0 0px 0;
    }

    .section-contacts__title {
        font-size: 25px;
        line-height: 30px;
    }

    .text-contacts {
        font-size: 16px;
        line-height: 20px;
        padding: 6px 0 5px 0;
    }

    .box-button_form4 {
        padding-top: 25px;
    }
}

.show-mobile {
    display: none;
}

@media screen and (min-width: 768px) {
    .cont-mask {
        display: none !important;
    }

    .filter-aside {
        display: block !important;
    }
}

@media screen and (min-width: 768px) and (max-width: 860px) {
    .discount-code {
        width: auto;
    }

    .discount-code__text {
        display: block;
        padding-bottom: 20px;
    }

}

@media screen and (max-width: 768px) {


    .copy {
        font-size: 13px;
        text-align: center;
        padding-top: 10px;
        padding-bottom: 10px;
        text-align: center;
        float: none;
        width: 100%;
    }

    .copy .legal {
        font-size: 12px;
    }

    .footer-nav {
        width: calc(100% + 20px);
        text-align: center;
        display: block;
        padding: 8px 10px 6px 10px;
        border-bottom: 1px solid #dadada;
        border-top: 1px solid #dadada;
        margin-left: -10px;
        float: none;
    }

    .footer-nav__item {
        margin-left: 4px;
        margin-right: 4px;
    }
}

@media screen and (max-width: 767px) {

    .list-small-img {
        overflow: hidden;
        max-height: 357px;
    }

    .wrapper {
        padding-left: 0px;
        padding-right: 0px;
    }

    .wrapper_slider {
        padding-left: 0px;
        padding-right: 0px;
    }

    .flex-direction-nav li a {
        height: 28px;
        width: 21px;
        margin-top: -14px;
        padding-top: 4px;
    }

    .flex-direction-nav li a.flex-prev {
        left: 0px;
    }

    .flex-direction-nav li a.flex-next {
        right: 0px;
    }

    .flex-direction-nav li a:before {
        width: 9px;
        height: 16px;
        background-size: 194px 91px;
        background-position: left top;
    }

    .flex-direction-nav li a.flex-next:before {
        background-position: -108px 0;
    }

    .flex-direction-nav li a.flex-prev:before {
        background-position: -94px 0;
    }

    .flex-direction-nav li a.flex-next:hover:before {
        background-position: -108px -33px;
    }

    .flex-direction-nav li a.flex-prev:hover:before {
        background-position: -94px -33px;
    }

    .flex-caption {
        left: 30px;
        height: 48px;
        margin-top: -24px;
    }

    .flex-control-nav {
        height: 10px;
        bottom: -30px;
        display: none;
    }

    .flex-caption__text {
        font-size: 15px;
        line-height: 18px;
        padding-top: 5px;
        padding-bottom: 5px;
        padding-left: 20px;
        padding-right: 30px;
    }

    .box-top-banners {
        display: none;
    }

    .box-slider {
        padding-bottom: 20px;
    }

    .products-tab-list__item {
        margin-left: 3px;
        margin-right: 3px;
        margin-bottom: 6px;
    }

    .products-tab-list__link {
        height: 20px;
        padding-top: 3px;
        padding-left: 5px;
        padding-right: 5px;
        font-size: 11px;
        line-height: 13px;
    }

    .main-categories-list {
        text-align: center;
    }

    .main-categories-list__item {
        width: 50%;
    }

    .hide-mobile {
        display: none;
    }

    .show-mobile {
        display: block;
    }

    .bottom-inf-col {
        width: 100% !important;
        padding-right: 0px;
    }

    footer .box-nav {
        display: none;
    }

    .box-main-categories {
        padding-top: 30px;
    }

    .box-slider {
        padding-top: 0px;
    }

    .header-top {
        border-bottom: none;
    }

    .box-nav {
        position: relative;
        padding-top: 0px;
        padding-bottom: 0px;
        border-bottom: 1px solid transparent;
    }

    .nav-list__item {
        display: block;
        margin: 15px 0 14px 0;
    }

    .nav-list__link {
        padding-left: 24px;
        text-align: left;
        font-size: 13px;
    }

    .icon-subnav {
        top: 1px;
    }

    .icon-subnav__marker {
        display: inline-block;
        position: relative;
        /*width: 8px;
        height: 10px;*/
        vertical-align: top;
        margin: 0px 0 0 4px;
        /*background-position: -225px -70px;*/
    }

    .icon-subnav_1 {
        width: 17px;
        height: 12px;
        background-position: -68px -70px;
    }

    .icon-subnav_2 {
        width: 16px;
        height: 14px;
        background-position: -95px -70px;
        margin-top: -2px;
    }

    .icon-subnav_3 {
        width: 15px;
        height: 15px;
        background-position: -119px -70px;
        margin-top: -2px;
    }

    .icon-subnav_4 {
        width: 19px;
        height: 14px;
        background-position: -197px -70px;
        margin-top: -2px;
    }

    .icon-subnav_5 {
        width: 15px;
        height: 15px;
        background-position: -142px -70px;
        margin-top: -2px;
    }

    .icon-subnav_6 {
        width: 16px;
        height: 13px;
        background-position: -171px -70px;
        margin-top: -2px;
    }

    .box-search {
        float: none;
        padding: 20px 10px 20px 10px;
        margin: 0 0 0 0;
        width: 100%;
    }

    .box-basket {
        float: none;
        position: relative;
        top: 0px;
        left: 0px;
        padding: 20px 0 0 0;
        text-align: center;
    }

    .basket-link {
        margin-bottom: 15px;
    }

    .basket-text {
        font-size: 17px;
        line-height: 20px;
    }

    .basket-text_small {
        font-size: 14px;
    }

    .number-products {
        height: 21px;
        font-size: 12px;
        line-height: 15px;
        padding-top: 2px;
        margin-top: 2px;
    }

    .basket-icon {
        margin-top: 2px;
    }

    .button_large {
        font-size: 13px;
        line-height: 17px;
        padding-top: 12px;
    }

    .mobile-block-open-cont .box-buttons {
        padding-top: 10px;
        padding-bottom: 10px;
    }

    .header-contact-inf {
        float: none;
        width: 100%;
        padding: 10px 0 10px;
        text-align: center;
    }

    .header-tel {
        font-size: 22px;
        line-height: 26px;
        display: block;
        width: 100%;
        padding: 0 0 10px 0;
    }

    .time-work {
        padding-left: 0px;
        font-size: 14px;
        line-height: 18px;
    }

    .box-list-lk {
        position: relative;
        left: 0px;
        right: 0px;
        top: 0px;
        width: 100%;
        display: block;
    }

    .list-lk {
        background: none;
        border: none;
        box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
        -moz-box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
        -webkit-box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
        margin: 0 0 0 0;
        padding: 0 0 0 0;
    }

    .list-lk__item {
        margin-top: 15px;
        margin-bottom: 14px;
    }

    .list-lk__link {
        font-size: 13px;
    }

    .icon-lk {
        background-size: 288px 134px;
    }

    .icon-lk_1 {
        width: 18px;
        height: 15px;
        background-position: -54px -74px;
    }

    .icon-lk_2 {
        width: 17px;
        height: 16px;
        background-position: -79px -74px;
    }

    .icon-lk_3 {
        width: 18px;
        height: 18px;
        background-position: -101px -74px;
    }

    .icon-lk_4 {
        width: 15px;
        height: 18px;
        background-position: -125px -74px;
    }

    .icon-lk_5 {
        width: 14px;
        height: 16px;
        background-position: -146px -74px;
    }

    .icon-lk_6 {
        width: 18px;
        height: 14px;
        background-position: -166px -74px;
    }

    .list-product_catalog .list-product__item {
        width: calc(100% / 2 - 15px);
    }

    aside {
        display: none;
    }

    .content-right {
        margin: 0 0 0 0;
        padding: 0 0 0 0;
    }

    .filter-aside {
        background: #FFF;
        border-top: 1px solid #d1d1d1;
        border-bottom: 1px solid #3eade2;
        padding: 10px 10px 10px 10px;
        position: absolute;
        left: 0px;
        top: 0px;
        width: 100%;
        z-index: 50;
    }

    .one-block-filter {
        padding-bottom: 20px;
        margin-bottom: 20px;
    }

    .filter-open-list__item {
        display: inline-block;
        vertical-align: top;
        margin: 0 -5px 0 0;
        width: 50%;
    }

    .filter-open-list__link {
        white-space: nowrap;
        text-overflow: ellipsis;
        overflow: hidden;
    }

    .filter-open-list__link br {
        display: none;
    }

    .list-color__link {
        width: 35px;
        height: 35px;
    }

    .list-color {
        margin-left: -10px;
    }

    .list-color__item {
        padding-left: 10px;
    }

    .one-block-filter:last-child:after {
        display: none;
    }

    .another-article-list__item {
        width: 50%;
    }

    .another-article-list__item img {
        margin-bottom: 7px;
    }

    .box-another-article {
        padding-top: 30px;
    }

    .box-main-article {
        padding-bottom: 30px;
    }

    .box-main-article {
        padding-top: 0px;
    }

    .box-button_form {
        text-align: center;
        padding-top: 10px;
    }

    .box-delivery-cont {
        padding-left: 0px;
    }

    .block-order_title {
        font-size: 24px;
        line-height: 28px;
        text-align: center;
        padding-bottom: 5px;
    }

    .col-order-inf {
        padding-left: 0px;
        padding-right: 0px;
    }

    .column-contacts_form {
        max-width: 100%;
    }

    .box-button_form3 {
        padding-top: 24px;
        float: none;
        display: block;
        text-align: center;
    }

    .box-button_form3 .button_large {
        display: inline-block;
        width: 185px;
    }

    .text-contacts {
        padding-bottom: 0px;
    }

    .form-change-password__title {
        padding: 10px 0 10px 0;
    }

    .box-button_form4 {
        padding-top: 20px;
    }

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

    .card-left {
        width: 100%;
        padding-top: 30px;
    }

    .card-right {
        width: 100%;
        border-top: 1px solid #e3e3e4;
        padding-top: 30px;
    }

    .window-open {
        padding: 20px;
    }

    .card-right, .card-left {
        padding-left: 15px !important;
        padding-right: 15px !important;
    }

    .fancybox-close {
        right: 35px;
        top: 35px;
    }

    .card-small-img__item a img {
        width: 65px;
    }

    .card-small-img__item {
        margin-right: 6px;
    }

    .card-small-img__item:last-child {
        margin-right: 0px;
    }
}

@media screen and (max-width: 700px) {
    .worktime-block {
        margin-top: 0px;
    }

    .footer-bottom {
        padding-top: 10px;
        padding-bottom: 10px;
    }

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

    .worktime-table {
        width: 280px;
        margin: 0 auto;
        text-align: left;
    }

    .worktime-block-phone {
        font-size: 35px;
        line-height: 38px;
        margin-bottom: 15px;
    }

    .bottom-inf {
        margin-bottom: -15px;
    }

    .how-we-work-list__item {
        width: 100% !important;
        margin: 10px 0 10px 0;
    }

    .main-categories-list {
        margin-left: 0px;
    }

    .main-categories-list__item {
        width: 100%;
        padding-left: 0px;
        margin-right: 0px;
    }

    .list-product {
        padding-left: 10px;
        padding-right: 10px;
        margin-left: 0px;
    }

    .list-product__hidden-cont {
        left: 0px;
        width: 100%;
    }

    .products-tab-inside-list__item {
        margin-bottom: 5px;
    }

    .active .products-tab-inside-list__link:after {
        display: none;
    }

    .products-tab-inside-list__link {
        font-size: 13px;
        line-height: 16px;
    }

    .box-button-download {
        text-align: center;
    }
}

.show-mob-summ {
    display: none;
    font-size: 13px;
    line-height: 17px;
    color: #8f8f8f
}

.history-title {
    display: none;
}

@media screen and (max-width: 650px) {
    .list-product__item {
        width: calc(100% / 2 - 10px);
        margin: 10px -5px 15px 10px;
    }

    .product-name a {
        font-size: 17px;
        line-height: 21px;
    }

    .box-steps__item {
        width: 100% !important;
        padding-right: 0px !important;
        padding-left: 0px !important;
        margin-top: 10px;
        display: block;
    }

    .box-steps__wrap {
        min-height: 0px;
        padding-bottom: 25px;
    }

    .box-steps__number {
        display: inline-block !important;
        vertical-align: middle;
    }

    .box-steps__info {
        display: inline-block !important;
        vertical-align: middle;
        margin-left: -72px;
        padding-left: 95px;
        width: 100%;
    }

    .box-steps__item:after {
        width: 21px;
        height: 14px;
        background: url(../bundles/wptemplate/img/arow_step_mobile.png) no-repeat left top;
        left: 20px;
        top: auto;
        bottom: 0px;
    }

    .box-steps__item.last:after {
        display: none;
    }

    .box-steps__item.last .box-steps__wrap {
        padding-bottom: 10px;
    }

    .box-steps__title {
        padding-top: 0px;
    }

    .box-steps .button-hide {
        display: none;
    }

    .bread-crambs {
        display: none;
    }

    .buttons-step-mobile {
        display: block;
    }

    .buttons-step-mobile .button {
        position: relative;
        top: 0px;
        left: 0px;
        bottom: 0px;
    }

    .box-ino-payments {
        padding: 20px 0 0 0;
    }

    .box-ino-delivery {
        padding: 20px 0 0 0;
    }

    .list-logo-partners {
        padding-bottom: 0px;
    }

    .list-logo-partners__item {
        width: 50%;
        padding-top: 10px;
        padding-bottom: 10px;
    }

    .list-articles__img {
        display: block;
        width: 100%;
        max-width: 300px;
    }

    .list-articles__description {
        margin: 0 0 0 0;
        padding: 15px 0 0 0;
        width: 100%;
    }

    .list-articles__date-inf {
        padding-top: 2px;
        padding-bottom: 2px;
    }

    h2.small2 {
        font-size: 23px;
        line-height: 27px;
    }

    .big-text {
        font-size: 13px;
        line-height: 20px;
        padding: 0px 0px 20px;
    }

    .text-page h2 {
        font-size: 18px;
        padding: 5px 0 5px 0;
    }

    p {
        font-size: 13px;
        line-height: 18px;
        padding: 9px 0px 9px;
    }

    .text-page__logo {
        display: none;
    }

    .information-section {
        padding: 8px 0 0 0;
    }

    .list-conditions__info {
        margin-left: -72px;
        padding-left: 88px;
    }

    .list-conditions__title {
        font-size: 18px;
        line-height: 22px;
    }

    .list-conditions__text {
        font-size: 14px;
        line-height: 20px;
        padding: 10px 0 0 0;
    }

    .list-conditions__item {
        padding: 16px 0px 20px 0px;
    }

    .list-docs__item {
        width: 50%;
    }

    .list-conditions {
        margin: 6px 0 0 0;
        padding-bottom: 6px;
    }

    .form-feedback__title {
        font-size: 16px;
        line-height: 20px;
    }

    .box-field__label {
        font-size: 14px;
        line-height: 18px;
    }

    .form-login {
        text-align: left;
        max-width: 100%;
    }

    .box-why-reg {
        padding: 12px 0 0 0;
    }

    .list-why-reg__item {
        display: block;
        width: 100%;
        text-align: left;
        overflow: hidden;
    }

    .list-why-reg__icon {
        float: left;
        vertical-align: top;
        width: 75px;
    }

    .list-why-reg__title {
        float: left;
        max-width: none;
        margin-left: -75px;
        padding-left: 90px;
        width: 100%;
        padding-top: 5px;
    }

    .list-why-reg__item:nth-child(even) .list-why-reg__icon {
        float: right;
    }

    .list-why-reg__item:nth-child(even) .list-why-reg__title {
        float: right;
        margin-right: -75px;
        padding-right: 90px;
        margin-left: 0px;
        padding-left: 0px;
        text-align: right;
    }

    .box-attantion {
        padding-left: 50px;
        padding-right: 20px;
    }

    .img-attantion {
        left: 20px;
    }

    .basket-list__item.head {
        display: none;
    }

    .basket-col_1 {
        width: 48%;
    }

    .basket-col__img {
        border-right: 1px solid #dadada;
    }

    .basket-col_2 {
        margin-left: 0;
        padding-left: 20px;
        width: 52%;
        border-left: 1px solid #dadada;
    }

    .basket-col .basket-col {
        display: block;
        width: 100%;
        text-align: left;
        padding: 5px 0 5px 0;
    }

    .show-mob-summ {
        display: inline-block;
    }

    .discount-code {
        float: none;
        margin: 0 auto;
    }

    .basket-summ {
        float: none;
        padding: 15px 0 0 0;
        text-align: center;
    }

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

    .basket-list__item {
        padding-top: 20px;
        padding-bottom: 20px;
        border-top: 1px solid #dadada;
        margin-bottom: -1px;
    }

    .basket-list .history-list {
        margin-top: -1px;
    }

    .history-list__item {
        padding-top: 10px;
        padding-bottom: 10px;
    }

    .history-list__item.head {
        display: none;
    }

    .history-col_1 {
        width: 100%;
        display: block;
        position: relative;
        margin-bottom: 8px;
    }

    .history-title {
        display: block;
        font-size: 11px;
        color: #8f8f8f;
    }

    .history-title_inline {
        display: inline-block;
        margin-right: 5px;
    }

    .history-col_2 {
        width: 100%;
    }

    .history-col_3, .history-col_4, .history-col_5 {
        text-align: center;
        width: 33.3333%
    }

    .history-col_3 {
        text-align: left;
        padding-left: 20px;
    }

    .history-list .basket-list {
        padding-left: 0px;
    }
}

@media screen and (max-width: 500px) {
    .inline-field .box-field__label {
        width: 80px !important;
    }

    .inline-field .field-input {
        margin-left: -85px !important;
        padding-left: 90px !important;
    }
}

@media screen and (min-width: 481px) {
    .quick-view-for-mobile{
        display: none;
    }
}

@media screen and (max-width: 480px) {
    /*.list-product__item {
        width: 100%;
        margin: 10px 0 25px 0;
    }

    .list-product__img {
        height: 200px;
    }

    .img-product-big-cont {
        margin-top: -10px;
    }*/


    .quick-view{
        display: none;
    }

    .for-mobile-image{
        display: none !important;
    }

    .list-product__visible-cont{

    }

    .product-name a{
        font-size: 13px;
    }

    .box-button-product {
        margin-left: 0 !important;
    }

    .box-button-product .button{
        border-left:0 !important;
    }

    .box-button-product .button:hover{
        border-color: #e3e3e4;
    }

    .number-product{
        margin-right: 0 !important;
    }

    .box-button-product .button span.name,.box-button-product .button span.nameInCart{
        display: none;
    }

    .box-slider {
        height: 144px;
    }

    .flexslider .slides li {
        height: 124px;
    }

    .flexslider .slides li img {
        width: auto;
        height: 100%
    }

    .footer-nav__link {
        font-size: 12px;
    }

    .copy {
        font-size: 13px;
    }

    /*.list-product_catalog .list-product__item {
        width: 100%;
    }*/

    h1 {
        font-size: 25px;
        line-height: 30px;
    }

    h2 {
        font-size: 25px;
        line-height: 30px;
    }

    .list-docs {
        padding: 5px 0 10px 0;
        margin: 0 -5px 0 -5px;
    }

    .list-docs__item {
        padding: 10px 5px 0 5px;
    }

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

    .box-button_form2 {
        text-align: center;
        max-width: 240px;
        display: inline-block;
    }

    .field-input_w50 {
        width: 100%;
        margin-right: 0px;
        padding-right: 0px;
    }

    .box-field .field-input_w50 + .field-input_w50 {
        padding-right: 0px;
        padding-left: 0px;
        margin-top: 12px;
    }

    .list-why-reg__title {
        font-size: 14px;
        line-height: 20px;
    }

    .list-pay__item {
        width: 50%;
        margin-right: -5px;
        padding-right: 7px;
    }

    .list-pay__link {
        display: block;
        width: 100%;
        height: 102px;
        padding-top: 7px;
    }
}

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

.inMain .user-name {
    text-align: center !important;
    padding: 20px 0 0 0 !important;
}

.message-success {
    color: #bc9352;
    line-height: 18px;
    padding-left: 21px;
    background: url('../bundles/wptemplate/img/ok.png') #fff 0 0 no-repeat;
    display: none;
}

.message-success.Form {
    background: #fff;
    padding-left: 0;
}

.message-success .success-block {
    background: url('../bundles/wptemplate/img/ok.png') #fff 0 0 no-repeat;
    height: 18px;
    padding-left: 21px;
    margin-top: 10px;
}

.form-subscription {
    position: relative;
}

.form-subscription .subscription-message {
    display: none;
    position: absolute;
    top: -25px;
    left: 0;
}

.form-subscription .subscription-message.error {
    color: #ff0000;
}

.form-login {
    position: relative;
}

.login-error {
    position: absolute;
    top: 60px;
    left: 0;
    color: #ff0000;
}

.registration-error {
    position: absolute;
    top: 60px;
    left: 0;
    color: #ff0000;
}

.btnTop {
    position: fixed;
    right: 15px;
    bottom: 15px;
    display: none;
    z-index: 8000;
}

.btnTop img {
    width: 45px;
}

.searchBox-mask {
    position: absolute;
    display: none;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 60;
}

.searchBox form {
    position: relative;
    z-index: 70;
}

.searchBox .results {
    position: absolute;
    top: 30px;
    left: 0;
    right: 0;
    z-index: 200;
    padding: 10px;
    border-left: 1px solid #cfd0d1;
    border-right: 1px solid #cfd0d1;
    border-bottom: 1px solid #cfd0d1;
    background: #fff;
    display: none;
}

.searchBox .results .search-item {
    padding: 7px 0;
}

.searchBox .results .search-item .image-container img {
    float: left;
    max-width: 30px;
}

.searchBox .results .search-item .name {
    margin-left: 40px;
}

.searchBox .input {
    border-color: #cfd0d1 !important;
}

.adminSummary {
    border: 4px solid #dddfdf;
    padding: 20px 23px 0px 23px;
    font-size: 14px;
    color: #4d4d4d;
    margin-left: -10px;
}

.adminSummary .l1 {
    margin-bottom: 12px;
    font-weight: bold;
    font-size: 16px;
    text-transform: uppercase;
}

.adminSummary .l2 {
    margin-bottom: 22px;
    line-height: 20px;
}

.adminSummary .adm{
    font-size: 14px;
    color: #4d4d4d;
    text-decoration: none;
}


.catalog-edit-control {
    margin-top: 15px;
    text-align: center;
}

.catalog-edit-control a, .catalog-edit-control span {
    display: inline-block;
    margin: 0 2px;
    vertical-align: top;
}

.catalog-edit-control span.onoff {
    line-height: 26px;
    padding: 0 8px;
    background: #37d300;
    color: #fff;
}

.catalog-edit-control span.onoff.off {
    background: #e40e0e;
}

/*.catalog-edit-control a.on{
    width: 50px;
    height: 25px;
    background: url("../images/icons/sprite.png") 0px -332px;
}

.catalog-edit-control a.off{
    width: 50px;
    height: 25px;
    background: url("../images/icons/sprite.png") 0px -362px;
}*/

.catalog-edit-control a.move {
    width: 36px;
    height: 26px;
    background: url("../bundles/wptemplate/images/icons/sprite.png") -59px -331px;
}

.catalog-edit-control a.move:hover {
    background: url("../bundles/wptemplate/images/icons/sprite.png") -59px -361px;
}

.catalog-edit-control a.edit {
    width: 36px;
    height: 26px;
    background: url("../bundles/wptemplate/images/icons/sprite.png") -102px -331px;
}

.catalog-edit-control a.edit:hover {
    background: url("../bundles/wptemplate/images/icons/sprite.png") -102px -361px;
}

.catalog-edit-control a.delete {
    width: 36px;
    height: 26px;
    background: url("../bundles/wptemplate/images/icons/sprite.png") -146px -331px;
}

.catalog-edit-control a.delete:hover {
    background: url("../bundles/wptemplate/images/icons/sprite.png") -146px -361px;
}

.b-personal-data ul,
.b-personal-data ol{
    margin-left: 20px;
}

.b-personal-data ul,
.b-personal-data li,
.b-personal-data ol {
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
    color: #242c56;
}

.registration-checkbox{
    font-size: 14px;
}

.registration-checkbox a{
    color: #22284e;
    font-weight: bold;
}

.registration-checkbox a:hover{
    color: #cb944c;
}
/* 
 * 	Core Owl Carousel CSS File
 *	v1.3.3
 */

/* clearfix */
.owl-carousel .owl-wrapper:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
/* display none until init */
.owl-carousel{
	display: none;
	position: relative;
	width: 100%;
	-ms-touch-action: pan-y;
}
.owl-carousel .owl-wrapper{
	display: none;
	position: relative;
	-webkit-transform: translate3d(0px, 0px, 0px);
}
.owl-carousel .owl-wrapper-outer{
	overflow: hidden;
	position: relative;
	width: 100%;
}
.owl-carousel .owl-wrapper-outer.autoHeight{
	-webkit-transition: height 500ms ease-in-out;
	-moz-transition: height 500ms ease-in-out;
	-ms-transition: height 500ms ease-in-out;
	-o-transition: height 500ms ease-in-out;
	transition: height 500ms ease-in-out;
}
	
.owl-carousel .owl-item{
	float: left;
}
.owl-controls .owl-page,
.owl-controls .owl-buttons div{
	cursor: pointer;
}
.owl-controls {
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

/* mouse grab icon */
.grabbing { 
    cursor:url(../bundles/wptemplate/js-lib/owl-carousel/grabbing.png) 8 8, move;
}

/* fix */
.owl-carousel  .owl-wrapper,
.owl-carousel  .owl-item{
	-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);
}


/*!
Chosen, a Select Box Enhancer for jQuery and Prototype
by Patrick Filler for Harvest, http://getharvest.com

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

MIT License, https://github.com/harvesthq/chosen/blob/master/LICENSE.md
This file is generated by `grunt build`, do not edit it by hand.
*/

/* @group Base */
.chosen-container {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  font-size: 13px;
  zoom: 1;
  *display: inline;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}
.chosen-container * {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.chosen-container .chosen-drop {
  position: absolute;
  top: 100%;
  left: -9999px;
  z-index: 1010;
  width: 100%;
  border: 1px solid #dddddd;
  border-top: 0;
  background: #fff;
}
.chosen-container.chosen-with-drop .chosen-drop {
  left: 0;
}
.chosen-container a {
  cursor: pointer;
}
.chosen-container .search-choice .group-name, .chosen-container .chosen-single .group-name {
  margin-right: 4px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  font-weight: normal;
  color: #999999;
}
.chosen-container .search-choice .group-name:after, .chosen-container .chosen-single .group-name:after {
  content: ":";
  padding-left: 2px;
  vertical-align: top;
}

/* @end */
/* @group Single Chosen */
.chosen-container-single .chosen-single {
  position: relative;
  display: block;
  overflow: hidden;
  height: 38px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 9px 45px 9px 10px;
  border: 1px solid #dddddd;
  color: #333333;
  font: 15px/18px 'Roboto';
  text-decoration: none;
}
.chosen-container-single .chosen-single.errorField {
  border-color: #b30000;
}
.chosen-container-single .chosen-default {
  color: #999;
}
.chosen-container-single .chosen-single span {
  display: block;
  overflow: hidden;
  margin-right: 26px;
  white-space: nowrap;
  text-decoration: none;
}
.chosen-container-single .chosen-single-with-deselect span {
  margin-right: 38px;
}
.chosen-container-single .chosen-single abbr {
  position: absolute;
  top: 6px;
  right: 26px;
  display: block;
  width: 12px;
  height: 12px;
  background: url('../bundles/wptemplate/js-lib/chosen/chosen-sprite.png') -42px 1px no-repeat;
  font-size: 1px;
}
.chosen-container-single .chosen-single abbr:hover {
  background-position: -42px -10px;
}
.chosen-container-single.chosen-disabled .chosen-single abbr:hover {
  background-position: -42px -10px;
}
.chosen-container-single .chosen-single div {
  position: absolute;
  top: 0;
  right: 0;
  display: block;
  width: 34px;
  height: 100%;
}
.chosen-container-single .chosen-single div b {
  position: absolute;
  top: 16px;
  right: 12px;
  width: 0;
  height: 0;
  overflow: hidden;
  border-top: 7px solid #cb944c;
  border-right: 6px solid transparent;
  border-left: 6px solid transparent;
}
.chosen-container-single .chosen-search {
  position: relative;
  z-index: 1010;
  margin: 0;
  padding: 3px 4px;
  white-space: nowrap;
}
.chosen-container-single .chosen-search input[type="text"] {
  margin: 1px 0;
  padding: 4px 20px 4px 5px;
  width: 100%;
  height: auto;
  outline: 0;
  border: 1px solid #aaa;
  background: white url('../bundles/wptemplate/js-lib/chosen/chosen-sprite.png') no-repeat 100% -20px;
  background: url('../bundles/wptemplate/js-lib/chosen/chosen-sprite.png') no-repeat 100% -20px;
  font-size: 1em;
  font-family: sans-serif;
  line-height: normal;
  border-radius: 0;
}
.chosen-container-single .chosen-drop {
  margin-top: -1px;
  border-radius: 0 0 4px 4px;
  background-clip: padding-box;
}
.chosen-container-single.chosen-container-single-nosearch .chosen-search {
  position: absolute;
  left: -9999px;
}

/* @end */
/* @group Results */
.chosen-container .chosen-results {
  color: #444;
  position: relative;
  overflow-x: hidden;
  overflow-y: auto;
  margin: 0 4px 4px 0;
  padding: 0 0 0 4px;
  max-height: 130px;
  -webkit-overflow-scrolling: touch;
}
.chosen-container .chosen-results li {
  display: none;
  margin: 0;
  padding: 5px 6px;
  list-style: none;
  line-height: 15px;
  word-wrap: break-word;
  -webkit-touch-callout: none;
}
.chosen-container .chosen-results li.active-result {
  display: list-item;
  cursor: pointer;
}
.chosen-container .chosen-results li.disabled-result {
  display: list-item;
  color: #ccc;
  cursor: default;
}
.chosen-container .chosen-results li.highlighted {
  color: #cb944c;
}
.chosen-container .chosen-results li.no-results {
  color: #777;
  display: list-item;
  background: #f4f4f4;
}
.chosen-container .chosen-results li.group-result {
  display: list-item;
  font-weight: bold;
  cursor: default;
}
.chosen-container .chosen-results li.group-option {
  padding-left: 15px;
}
.chosen-container .chosen-results li em {
  font-style: normal;
  text-decoration: underline;
}

/* @end */
/* @group Multi Chosen */
.chosen-container-multi .chosen-choices {
  position: relative;
  overflow: hidden;
  margin: 0;
  padding: 0 5px;
  width: 100%;
  height: auto !important;
  height: 1%;
  border: 1px solid #aaa;
  background-color: #fff;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(1%, #eeeeee), color-stop(15%, #ffffff));
  background-image: -webkit-linear-gradient(#eeeeee 1%, #ffffff 15%);
  background-image: -moz-linear-gradient(#eeeeee 1%, #ffffff 15%);
  background-image: -o-linear-gradient(#eeeeee 1%, #ffffff 15%);
  background-image: linear-gradient(#eeeeee 1%, #ffffff 15%);
  cursor: text;
}
.chosen-container-multi .chosen-choices li {
  float: left;
  list-style: none;
}
.chosen-container-multi .chosen-choices li.search-field {
  margin: 0;
  padding: 0;
  white-space: nowrap;
}
.chosen-container-multi .chosen-choices li.search-field input[type="text"] {
  margin: 1px 0;
  padding: 0;
  height: 25px;
  outline: 0;
  border: 0 !important;
  background: transparent !important;
  box-shadow: none;
  color: #999;
  font-size: 100%;
  font-family: sans-serif;
  line-height: normal;
  border-radius: 0;
}
.chosen-container-multi .chosen-choices li.search-choice {
  position: relative;
  margin: 3px 5px 3px 0;
  padding: 3px 20px 3px 5px;
  border: 1px solid #aaa;
  max-width: 100%;
  border-radius: 3px;
  background-color: #eeeeee;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(20%, #f4f4f4), color-stop(50%, #f0f0f0), color-stop(52%, #e8e8e8), color-stop(100%, #eeeeee));
  background-image: -webkit-linear-gradient(#f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%);
  background-image: -moz-linear-gradient(#f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%);
  background-image: -o-linear-gradient(#f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%);
  background-image: linear-gradient(#f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%);
  background-size: 100% 19px;
  background-repeat: repeat-x;
  background-clip: padding-box;
  box-shadow: 0 0 2px white inset, 0 1px 0 rgba(0, 0, 0, 0.05);
  color: #333;
  line-height: 13px;
  cursor: default;
}
.chosen-container-multi .chosen-choices li.search-choice span {
  word-wrap: break-word;
}
.chosen-container-multi .chosen-choices li.search-choice .search-choice-close {
  position: absolute;
  top: 4px;
  right: 3px;
  display: block;
  width: 12px;
  height: 12px;
  background: url('../bundles/wptemplate/js-lib/chosen/chosen-sprite.png') -42px 1px no-repeat;
  font-size: 1px;
}
.chosen-container-multi .chosen-choices li.search-choice .search-choice-close:hover {
  background-position: -42px -10px;
}
.chosen-container-multi .chosen-choices li.search-choice-disabled {
  padding-right: 5px;
  border: 1px solid #ccc;
  background-color: #e4e4e4;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(20%, #f4f4f4), color-stop(50%, #f0f0f0), color-stop(52%, #e8e8e8), color-stop(100%, #eeeeee));
  background-image: -webkit-linear-gradient(top, #f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%);
  background-image: -moz-linear-gradient(top, #f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%);
  background-image: -o-linear-gradient(top, #f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%);
  background-image: linear-gradient(top, #f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%);
  color: #666;
}
.chosen-container-multi .chosen-choices li.search-choice-focus {
  background: #d4d4d4;
}
.chosen-container-multi .chosen-choices li.search-choice-focus .search-choice-close {
  background-position: -42px -10px;
}
.chosen-container-multi .chosen-results {
  margin: 0;
  padding: 0;
}
.chosen-container-multi .chosen-drop .result-selected {
  display: list-item;
  color: #ccc;
  cursor: default;
}

/* @end */
/* @group Active  */
.chosen-container-active .chosen-single {
  /*border: 1px solid #5897fb;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);*/
}
.chosen-container-active.chosen-with-drop .chosen-single {
  /*border: 1px solid #aaa;
  -moz-border-radius-bottomright: 0;
  border-bottom-right-radius: 0;
  -moz-border-radius-bottomleft: 0;
  border-bottom-left-radius: 0;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(20%, #eeeeee), color-stop(80%, #ffffff));
  background-image: -webkit-linear-gradient(#eeeeee 20%, #ffffff 80%);
  background-image: -moz-linear-gradient(#eeeeee 20%, #ffffff 80%);
  background-image: -o-linear-gradient(#eeeeee 20%, #ffffff 80%);
  background-image: linear-gradient(#eeeeee 20%, #ffffff 80%);
  box-shadow: 0 1px 0 #fff inset;*/
}
.chosen-container-active.chosen-with-drop .chosen-single div {
  border-left: none;
  background: transparent;
}
.chosen-container-active.chosen-with-drop .chosen-single div b {
  background-position: -18px 2px;
}
.chosen-container-active .chosen-choices {
  border: 1px solid #5897fb;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
}
.chosen-container-active .chosen-choices li.search-field input[type="text"] {
  color: #222 !important;
}

/* @end */
/* @group Disabled Support */
.chosen-disabled {
  opacity: 0.5 !important;
  cursor: default;
}
.chosen-disabled .chosen-single {
  cursor: default;
}
.chosen-disabled .chosen-choices .search-choice .search-choice-close {
  cursor: default;
}

/* @end */
/* @group Right to Left */
.chosen-rtl {
  text-align: right;
}
.chosen-rtl .chosen-single {
  overflow: visible;
  padding: 0 8px 0 0;
}
.chosen-rtl .chosen-single span {
  margin-right: 0;
  margin-left: 26px;
  direction: rtl;
}
.chosen-rtl .chosen-single-with-deselect span {
  margin-left: 38px;
}
.chosen-rtl .chosen-single div {
  right: auto;
  left: 3px;
}
.chosen-rtl .chosen-single abbr {
  right: auto;
  left: 26px;
}
.chosen-rtl .chosen-choices li {
  float: right;
}
.chosen-rtl .chosen-choices li.search-field input[type="text"] {
  direction: rtl;
}
.chosen-rtl .chosen-choices li.search-choice {
  margin: 3px 5px 3px 0;
  padding: 3px 5px 3px 19px;
}
.chosen-rtl .chosen-choices li.search-choice .search-choice-close {
  right: auto;
  left: 4px;
}
.chosen-rtl.chosen-container-single-nosearch .chosen-search,
.chosen-rtl .chosen-drop {
  left: 9999px;
}
.chosen-rtl.chosen-container-single .chosen-results {
  margin: 0 0 4px 4px;
  padding: 0 4px 0 0;
}
.chosen-rtl .chosen-results li.group-option {
  padding-right: 15px;
  padding-left: 0;
}
.chosen-rtl.chosen-container-active.chosen-with-drop .chosen-single div {
  border-right: none;
}
.chosen-rtl .chosen-search input[type="text"] {
  padding: 4px 5px 4px 20px;
  background: white url('../bundles/wptemplate/js-lib/chosen/chosen-sprite.png') no-repeat -30px -20px;
  background: url('../bundles/wptemplate/js-lib/chosen/chosen-sprite.png') no-repeat -30px -20px;
  direction: rtl;
}
.chosen-rtl.chosen-container-single .chosen-single div b {
  background-position: 6px 2px;
}
.chosen-rtl.chosen-container-single.chosen-with-drop .chosen-single div b {
  background-position: -12px 2px;
}

/* @end */
/* @group Retina compatibility */
@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 144dpi), only screen and (min-resolution: 1.5dppx) {
  .chosen-rtl .chosen-search input[type="text"],
  .chosen-container-single .chosen-single abbr,
  .chosen-container-single .chosen-single div b,
  .chosen-container-single .chosen-search input[type="text"],
  .chosen-container-multi .chosen-choices .search-choice .search-choice-close,
  .chosen-container .chosen-results-scroll-down span,
  .chosen-container .chosen-results-scroll-up span {
    background-image: url('../bundles/wptemplate/js-lib/chosen/chosen-sprite@2x.png') !important;
    background-size: 52px 37px !important;
    background-repeat: no-repeat !important;
  }
}
/* @end */
