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, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline
}

:focus {
	outline: 0
}

body {
	line-height: 1;
	color: black;
	background: #ededed;
	font-family: Roboto, Helvetica, Arial, sans-serif;
	-webkit-font-smoothing: antialiased
}

ol, ul {
	list-style: none
}

table {
	border-collapse: separate;
	border-spacing: 0
}

caption, th, td {
	text-align: left;
	font-weight: normal
}

h3 {
	font-size: 2em;
	padding-bottom: 20px;
}

blockquote:before, blockquote:after, q:before, q:after {
	content: ""
}

blockquote, q {
	quotes: "" ""
}

#loader {
	display: none;
	width: 100%;
	height: 100%;
	background: #8C8C8C;
	opacity: .9;
	top: 0;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(opacity=90)";
	position: fixed;
	z-index: 9999992
}

#loader img {
	display: block;
	left: 50%;
	top: 50%;
	position: fixed
}

#send_form_success {
	display: none;
	width: 649px;
	background-color: #fff;
	position: fixed !important;
	z-index: 999999 !important;
	padding: 43px 73px 43px 61px
}

.hidden {
	display: none !important
}

form input.warning, form textarea.warning, form div.warning {
	border-color: #ff000b !important
}

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

.table {
	display: table
}

.table .tableRow {
	display: table-row
}

.table .tableCell {
	display: table-cell
}

a {
	text-decoration: none;
	cursor: pointer
}

.wrapperOverflow {
	overflow: hidden
}

.wrapperImgCenter {
	position: relative
}

.wrapperImgCenter img {
	display: block;
	position: absolute;
	z-index: 1;
	margin: auto;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	max-width: 100%
}

.wrapperLeft {
	display: block;
	float: left !important
}

.wrapperRight {
	display: block;
	float: right !important
}

.wrapperCenter {
	text-align: center !important
}

.textLeft {
	text-align: left !important
}

.textRight {
	text-align: right !important
}

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

* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-khtml-box-sizing: border-box;
	box-sizing: border-box;
	behavior: url(../ie/PIE.htc)
}

body {
	font-size: 10px
}

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

.pre {
	white-space: pre !important
}

.pre-wrap {
	white-space: pre-wrap !important
}

.pre-line {
	white-space: pre-line !important
}

button, [class*=btn] {
	border: 0;
	cursor: pointer
}

@font-face {
	font-family: 'Proxima Nova';
	src: url('fonts/Robotoeot');
	src: local('☺'), url('fonts/Robotowoff') format('woff'), url('fonts/Robotottf') format('truetype'), url('fonts/Robotosvg') format('svg');
	font-weight: normal;
	font-style: normal
}

@font-face {
	font-family: 'Proxima Nova';
	src: url('fonts/Proxima_Nova_Regular.eot');
	src: local('☺'), url('fonts/Proxima_Nova_Regular.woff') format('woff'), url('fonts/Proxima_Nova_Regular.ttf') format('truetype'), url('fonts/Proxima_Nova_Regular.svg') format('svg');
	font-weight: normal;
	font-style: normal
}

@font-face {
	font-family: 'Proxima Nova';
	src: url('fonts/Proxima_Nova_Regular_Italic.eot');
	src: local('☺'), url('fonts/Proxima_Nova_Regular_Italic.woff') format('woff'), url('fonts/Proxima_Nova_Regular_Italic.ttf') format('truetype'), url('fonts/Proxima_Nova_Regular_Italic.svg') format('svg');
	font-weight: normal;
	font-style: italic
}

@font-face {
	font-family: 'Proxima Nova';
	src: url('fonts/Proxima_Nova_Bold.eot');
	src: local('☺'), url('fonts/Proxima_Nova_Bold.woff') format('woff'), url('fonts/Proxima_Nova_Bold.ttf') format('truetype'), url('fonts/Proxima_Nova_Bold.svg') format('svg');
	font-weight: bold;
	font-style: normal
}

@font-face {
	font-family: 'Proxima Nova';
	src: url('fonts/Proxima_Nova_Bold_Italic.eot');
	src: local('☺'), url('fonts/Proxima_Nova_Bold_Italic.woff') format('woff'), url('fonts/Proxima_Nova_Bold_Italic.ttf') format('truetype'), url('fonts/Proxima_Nova_Bold_Italic.svg') format('svg');
	font-weight: bold;
	font-style: italic
}

@font-face {
	font-family: 'Tenge';
	src: url('fonts/Tenge.eot');
	src: local('☺'), url('fonts/Tenge.woff') format('woff'), url('fonts/Tenge.ttf') format('truetype');
	font-weight: normal;
	font-style: normal
}




.cookie-banner {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    background-color: #ffffff;
    border-top: 1px solid #d3d3d3;
    box-shadow: 0 -4px 10px rgba(0, 0, 0, 0.05);
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 15px 30px;
    z-index: 99999;
    font-family: inherit;
    font-size: 13px;
    box-sizing: border-box;
}

.cookie-text {
    flex: 1;
    margin-right: 30px;
    color: #333;
    line-height: 1.4;
}

.cookie-text a {
    color: #003469;
    text-decoration: underline;
}

.cookie-buttons {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
}

.btn-cookie {
    padding: 10px 15px;
    cursor: pointer;
    font-size: 13px;
    transition: all 0.2s ease;
}

.btn-cookie-primary {
    background-color: #003469; /* Темно-синий цвет, как на референсе */
    color: #ffffff;
    border: 1px solid #003469;
}

.btn-cookie-primary:hover {
    background-color: #002347;
}

.btn-cookie-outline {
    background-color: transparent;
    color: #003469;
    border: 1px solid #003469;
}

.btn-cookie-outline:hover {
    background-color: #f0f5fa;
}

/* Адаптив для мобильных устройств */
@media (max-width: 768px) {
    .cookie-banner {
        flex-direction: column;
        padding: 15px;
    }
    .cookie-text {
        margin-right: 0;
        margin-bottom: 15px;
        text-align: center;
    }
    .cookie-buttons {
        width: 100%;
        justify-content: center;
    }
}


.tenge {
	font-family: 'Tenge' !important;
	font-size: 0.8em
}

strong {
	font-weight: 500
}

b {
	font-weight: bold
}

.steps {
	background-image: url(../images/steps/sprite.png);
	background-repeat: no-repeat;
	display: block
}

.steps.steps-one {
	background-position: -5px -5px;
	width: 33px;
	height: 33px
}

.steps.steps-one_active {
	background-position: -48px -5px;
	width: 33px;
	height: 33px
}

.steps.steps-three {
	background-position: -5px -48px;
	width: 33px;
	height: 33px
}

.steps.steps-three_active {
	background-position: -48px -48px;
	width: 33px;
	height: 33px
}

.steps.steps-two {
	background-position: -91px -5px;
	width: 33px;
	height: 33px
}

.steps.steps-two_active {
	background-position: -91px -48px;
	width: 33px;
	height: 33px
}

.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 #aaa;
	border-top: 0;
	background: #fff;
	box-shadow: 0 4px 5px rgba(0, 0, 0, 0.15)
}

.chosen-container.chosen-with-drop .chosen-drop {
	left: 0
}

.chosen-container a {
	cursor: pointer
}

.chosen-container .search-choice .group-name, .chosen-container .chosen-single .group-name {
	margin-right: 4px;
	overflow: hidden;
	white-space: nowrap;
	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
}

.chosen-container-single .chosen-single {
	position: relative;
	display: block;
	overflow: hidden;
	padding: 0 0 0 8px;
	height: 25px;
	border: 1px solid #aaa;
	border-radius: 5px;
	background-color: #fff;
	background: -webkit-gradient(linear, 50% 0, 50% 100%, color-stop(20%, #ffffff), color-stop(50%, #f6f6f6), color-stop(52%, #eeeeee), color-stop(100%, #f4f4f4));
	background: -webkit-linear-gradient(top, #ffffff 20%, #f6f6f6 50%, #eeeeee 52%, #f4f4f4 100%);
	background: -moz-linear-gradient(top, #ffffff 20%, #f6f6f6 50%, #eeeeee 52%, #f4f4f4 100%);
	background: -o-linear-gradient(top, #ffffff 20%, #f6f6f6 50%, #eeeeee 52%, #f4f4f4 100%);
	background: linear-gradient(top, #ffffff 20%, #f6f6f6 50%, #eeeeee 52%, #f4f4f4 100%);
	background-clip: padding-box;
	box-shadow: 0 0 3px white inset, 0 1px 1px rgba(0, 0, 0, 0.1);
	color: #444;
	text-decoration: none;
	white-space: nowrap;
	line-height: 24px
}

.chosen-container-single .chosen-default {
	color: #999
}

.chosen-container-single .chosen-single span {
	display: block;
	overflow: hidden;
	margin-right: 26px;
	text-overflow: ellipsis;
	white-space: nowrap
}

.chosen-container-single .chosen-single-with-deselect span {
	margin-right: 38px
}

.chosen-container-single .chosen-single abbr {
	position: absolute;
	top: 6px;
	right: 26px;
	display: block;
	width: 12px;
	height: 12px;
	background: url('../images/icons/chosen-sprite.png') -42px 1px no-repeat;
	font-size: 1px
}

.chosen-container-single .chosen-single abbr:hover {
	background-position: -42px -10px
}

.chosen-container-single.chosen-disabled .chosen-single abbr:hover {
	background-position: -42px -10px
}

.chosen-container-single .chosen-single div {
	position: absolute;
	top: 0;
	right: 0;
	display: block;
	width: 18px;
	height: 100%
}

.chosen-container-single .chosen-single div b {
	display: block;
	width: 100%;
	height: 100%;
	background: url('../images/icons/chosen-sprite.png') no-repeat 0 2px
}

.chosen-container-single .chosen-search {
	position: relative;
	z-index: 1010;
	margin: 0;
	padding: 3px 4px;
	white-space: nowrap
}

.chosen-container-single .chosen-search input[type="text"] {
	margin: 1px 0;
	padding: 4px 20px 4px 5px;
	width: 100%;
	height: auto;
	outline: 0;
	border: 1px solid #aaa;
	background: white url('../images/icons/chosen-sprite.png') no-repeat 100% -20px;
	background: url('../images/icons/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
}

.chosen-container .chosen-results {
	color: #444;
	position: relative;
	overflow-x: hidden;
	overflow-y: auto;
	margin: 0 4px 4px 0;
	padding: 0 0 0 4px;
	max-height: 240px;
	-webkit-overflow-scrolling: touch
}

.chosen-container .chosen-results li {
	display: none;
	margin: 0;
	padding: 5px 6px;
	list-style: none;
	line-height: 15px;
	word-wrap: break-word;
	-webkit-touch-callout: none
}

.chosen-container .chosen-results li.active-result {
	display: list-item;
	cursor: pointer
}

.chosen-container .chosen-results li.disabled-result {
	display: list-item;
	color: #ccc;
	cursor: default
}

.chosen-container .chosen-results li.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
}

.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('../images/icons/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
}

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

.chosen-disabled {
	opacity: .5 !important;
	cursor: default
}

.chosen-disabled .chosen-single {
	cursor: default
}

.chosen-disabled .chosen-choices .search-choice .search-choice-close {
	cursor: default
}

.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('../images/icons/chosen-sprite.png') no-repeat -30px -20px;
	background: url('../images/icons/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
}

@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('../images/icons/chosen-sprite@2x.png') !important;
		background-size: 52px 37px !important;
		background-repeat: no-repeat !important
	}
}

.homeLine {
	position: relative;
    z-index: 9;
    padding: 40px 130px 20px;
    border-top: 1px solid #efefef;
    margin-bottom: 30px;
}

.homeLine .wrapperSl, .sliderPosition .carousel-inner {
	width: 100%;
	padding: 0 !important;
	position: relative;
	z-index: 9
}

.homeLine .owl-controls, .sliderPosition .owl-controls .owl-nav {
	position: absolute;
	z-index: -15;
	top: 50%;
	margin-top: -22px;
	width: 100%;
	height: 55px
}

.homeLine .owl-controls .owl-nav {
	position: relative
}

.homeLine .owl-controls .owl-nav .owl-prev, .homeLine .owl-controls .owl-nav .owl-next, .sliderPosition .owl-controls .owl-nav .owl-prev, .sliderPosition .owl-controls .owl-nav .owl-next {
	display: block;
	width: 40px;
	height: 40px;
	cursor: pointer;
	background-image: url('');
	background-color: transparent;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: contain;
	position: absolute;
	opacity:.7;
	z-index: 8
}

.homeLine .owl-controls .owl-nav .owl-prev:hover, .homeLine .owl-controls .owl-nav .owl-next:hover, .sliderPosition .owl-controls .owl-nav .owl-next:hover, .sliderPosition .owl-controls .owl-nav .owl-prev:hover {
	transform: scale(1.1, 1.1);
    transition: all .25s ease-in-out;
    opacity:1;
}

.homeLine .owl-controls .owl-nav .owl-prev {
	left: -65px;
	background-image: url(../images/anim/sl_left.svg);
}

.homeLine .owl-controls .owl-nav .owl-next {
	right: -65px;
	background-image: url(../images/anim/sl_right.svg)
}

.sliderPosition .owl-controls .owl-nav .owl-prev {
	left: 15px;
	background-image: url(../images/anim/sl_left.png);
}

.sliderPosition .owl-controls .owl-nav .owl-next {
	right: 15px;
	background-image: url(../images/anim/sl_right.png)
}

@media all and (max-width: 1366px) {
	.homeLine {
		padding: 30px 100px 20px
	}
}

@media all and (max-width: 1300px) {
	.homeLine {
		padding: 30px 20px 20px
	}

	.homeLine .wrapperSl .goodsBlock {
		margin-bottom: 0
	}

	.homeLine .wrapperSl .goodsBlock .dynamicBlock {
		display: block
	}

	.homeLine .owl-controls {
		display: none
	}
}

@media all and (max-width: 767px) {
	.homeLine {
		padding: 30px 15px 20px
	}
}

.mCustomScrollbar {
	-ms-touch-action: pinch-zoom;
	touch-action: pinch-zoom
}

.mCustomScrollbar.mCS_no_scrollbar, .mCustomScrollbar.mCS_touch_action {
	-ms-touch-action: auto;
	touch-action: auto
}

.mCustomScrollBox {
	position: relative;
	overflow: hidden;
	height: 100%;
	max-width: 100%;
	outline: none;
	direction: ltr
}

.mCSB_container {
	overflow: hidden;
	width: auto;
	height: auto
}

.mCSB_inside > .mCSB_container {
	margin-right: 23px
}

.mCSB_container.mCS_no_scrollbar_y.mCS_y_hidden {
	margin-right: 0
}

.mCS-dir-rtl > .mCSB_inside > .mCSB_container {
	margin-right: 0;
	margin-left: 23px
}

.mCS-dir-rtl > .mCSB_inside > .mCSB_container.mCS_no_scrollbar_y.mCS_y_hidden {
	margin-left: 0
}

.mCSB_scrollTools {
	position: absolute;
	width: 16px;
	height: auto;
	left: auto;
	top: 0;
	right: 0;
	bottom: 0
}

.mCSB_outside + .mCSB_scrollTools {
	right: -26px
}

.mCS-dir-rtl > .mCSB_inside > .mCSB_scrollTools, .mCS-dir-rtl > .mCSB_outside + .mCSB_scrollTools {
	right: auto;
	left: 0
}

.mCS-dir-rtl > .mCSB_outside + .mCSB_scrollTools {
	left: -26px
}

.mCSB_scrollTools .mCSB_draggerContainer {
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	height: auto
}

.mCSB_scrollTools a + .mCSB_draggerContainer {
	margin: 20px 0
}

.mCSB_scrollTools .mCSB_draggerRail {
	width: 2px;
	height: 100%;
	margin: 0 auto;
	-webkit-border-radius: 16px;
	-moz-border-radius: 16px;
	border-radius: 16px
}

.mCSB_scrollTools .mCSB_dragger {
	cursor: pointer;
	width: 100%;
	height: 30px;
	z-index: 1
}

.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
	position: relative;
	width: 4px;
	height: 100%;
	margin: 0 auto;
	-webkit-border-radius: 16px;
	-moz-border-radius: 16px;
	border-radius: 16px;
	text-align: center
}

.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded .mCSB_dragger_bar, .mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_dragger .mCSB_dragger_bar {
	width: 12px
}

.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded + .mCSB_draggerRail, .mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail {
	width: 8px
}

.mCSB_scrollTools .mCSB_buttonUp, .mCSB_scrollTools .mCSB_buttonDown {
	display: block;
	position: absolute;
	height: 20px;
	width: 100%;
	overflow: hidden;
	margin: 0 auto;
	cursor: pointer
}

.mCSB_scrollTools .mCSB_buttonDown {
	bottom: 0
}

.mCSB_horizontal.mCSB_inside > .mCSB_container {
	margin-right: 0;
	margin-bottom: 30px
}

.mCSB_horizontal.mCSB_outside > .mCSB_container {
	min-height: 100%
}

.mCSB_horizontal > .mCSB_container.mCS_no_scrollbar_x.mCS_x_hidden {
	margin-bottom: 0
}

.mCSB_scrollTools.mCSB_scrollTools_horizontal {
	width: auto;
	height: 16px;
	top: auto;
	right: 0;
	bottom: 0;
	left: 0
}

.mCustomScrollBox + .mCSB_scrollTools.mCSB_scrollTools_horizontal, .mCustomScrollBox + .mCSB_scrollTools + .mCSB_scrollTools.mCSB_scrollTools_horizontal {
	bottom: -26px
}

.mCSB_scrollTools.mCSB_scrollTools_horizontal a + .mCSB_draggerContainer {
	margin: 0 20px
}

.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_draggerRail {
	width: 100%;
	height: 2px;
	margin: 7px 0
}

.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_dragger {
	width: 30px;
	height: 100%;
	left: 0
}

.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
	width: 100%;
	height: 4px;
	margin: 6px auto
}

.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded .mCSB_dragger_bar, .mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_dragger .mCSB_dragger_bar {
	height: 12px;
	margin: 2px auto
}

.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded + .mCSB_draggerRail, .mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail {
	height: 8px;
	margin: 4px 0
}

.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_buttonLeft, .mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_buttonRight {
	display: block;
	position: absolute;
	width: 20px;
	height: 100%;
	overflow: hidden;
	margin: 0 auto;
	cursor: pointer
}

.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_buttonLeft {
	left: 0
}

.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_buttonRight {
	right: 0
}

.mCSB_container_wrapper {
	position: absolute;
	height: auto;
	width: auto;
	overflow: hidden;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	margin-right: 23px;
	margin-bottom: 30px
}

.mCSB_container_wrapper > .mCSB_container {
	padding-right: 23px;
	padding-bottom: 30px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box
}

.mCSB_vertical_horizontal > .mCSB_scrollTools.mCSB_scrollTools_vertical {
	bottom: 20px
}

.mCSB_vertical_horizontal > .mCSB_scrollTools.mCSB_scrollTools_horizontal {
	right: 20px
}

.mCSB_container_wrapper.mCS_no_scrollbar_x.mCS_x_hidden + .mCSB_scrollTools.mCSB_scrollTools_vertical {
	bottom: 0
}

.mCSB_container_wrapper.mCS_no_scrollbar_y.mCS_y_hidden + .mCSB_scrollTools ~ .mCSB_scrollTools.mCSB_scrollTools_horizontal, .mCS-dir-rtl > .mCustomScrollBox.mCSB_vertical_horizontal.mCSB_inside > .mCSB_scrollTools.mCSB_scrollTools_horizontal {
	right: 0
}

.mCS-dir-rtl > .mCustomScrollBox.mCSB_vertical_horizontal.mCSB_inside > .mCSB_scrollTools.mCSB_scrollTools_horizontal {
	left: 20px
}

.mCS-dir-rtl > .mCustomScrollBox.mCSB_vertical_horizontal.mCSB_inside > .mCSB_container_wrapper.mCS_no_scrollbar_y.mCS_y_hidden + .mCSB_scrollTools ~ .mCSB_scrollTools.mCSB_scrollTools_horizontal {
	left: 0
}

.mCS-dir-rtl > .mCSB_inside > .mCSB_container_wrapper {
	margin-right: 0;
	margin-left: 30px
}

.mCSB_container_wrapper.mCS_no_scrollbar_y.mCS_y_hidden > .mCSB_container {
	padding-right: 0
}

.mCSB_container_wrapper.mCS_no_scrollbar_x.mCS_x_hidden > .mCSB_container {
	padding-bottom: 0
}

.mCustomScrollBox.mCSB_vertical_horizontal.mCSB_inside > .mCSB_container_wrapper.mCS_no_scrollbar_y.mCS_y_hidden {
	margin-right: 0;
	margin-left: 0
}

.mCustomScrollBox.mCSB_vertical_horizontal.mCSB_inside > .mCSB_container_wrapper.mCS_no_scrollbar_x.mCS_x_hidden {
	margin-bottom: 0
}

.mCSB_scrollTools, .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, .mCSB_scrollTools .mCSB_buttonUp, .mCSB_scrollTools .mCSB_buttonDown, .mCSB_scrollTools .mCSB_buttonLeft, .mCSB_scrollTools .mCSB_buttonRight {
	-webkit-transition: opacity .2s ease-in-out, background-color .2s ease-in-out;
	-moz-transition: opacity .2s ease-in-out, background-color .2s ease-in-out;
	-o-transition: opacity .2s ease-in-out, background-color .2s ease-in-out;
	transition: opacity .2s ease-in-out, background-color .2s ease-in-out
}

.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger_bar, .mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerRail, .mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger_bar, .mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerRail {
	-webkit-transition: width .2s ease-out .2s, height .2s ease-out .2s, margin-left .2s ease-out .2s, margin-right .2s ease-out .2s, margin-top .2s ease-out .2s, margin-bottom .2s ease-out .2s, opacity .2s ease-in-out, background-color .2s ease-in-out;
	-moz-transition: width .2s ease-out .2s, height .2s ease-out .2s, margin-left .2s ease-out .2s, margin-right .2s ease-out .2s, margin-top .2s ease-out .2s, margin-bottom .2s ease-out .2s, opacity .2s ease-in-out, background-color .2s ease-in-out;
	-o-transition: width .2s ease-out .2s, height .2s ease-out .2s, margin-left .2s ease-out .2s, margin-right .2s ease-out .2s, margin-top .2s ease-out .2s, margin-bottom .2s ease-out .2s, opacity .2s ease-in-out, background-color .2s ease-in-out;
	transition: width .2s ease-out .2s, height .2s ease-out .2s, margin-left .2s ease-out .2s, margin-right .2s ease-out .2s, margin-top .2s ease-out .2s, margin-bottom .2s ease-out .2s, opacity .2s ease-in-out, background-color .2s ease-in-out
}

.mCSB_scrollTools {
	opacity: .75;
	filter: "alpha(opacity=75)";
	-ms-filter: "alpha(opacity=75)"
}

.mCS-autoHide > .mCustomScrollBox > .mCSB_scrollTools, .mCS-autoHide > .mCustomScrollBox ~ .mCSB_scrollTools {
	opacity: 0;
	filter: "alpha(opacity=0)";
	-ms-filter: "alpha(opacity=0)"
}

.mCustomScrollbar > .mCustomScrollBox > .mCSB_scrollTools.mCSB_scrollTools_onDrag, .mCustomScrollbar > .mCustomScrollBox ~ .mCSB_scrollTools.mCSB_scrollTools_onDrag, .mCustomScrollBox:hover > .mCSB_scrollTools, .mCustomScrollBox:hover ~ .mCSB_scrollTools, .mCS-autoHide:hover > .mCustomScrollBox > .mCSB_scrollTools, .mCS-autoHide:hover > .mCustomScrollBox ~ .mCSB_scrollTools {
	opacity: 1;
	filter: "alpha(opacity=100)";
	-ms-filter: "alpha(opacity=100)"
}

.mCSB_scrollTools .mCSB_draggerRail {
	background-color: #000;
	background-color: rgba(0, 0, 0, 0.4);
	filter: "alpha(opacity=40)";
	-ms-filter: "alpha(opacity=40)"
}

.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
	background-color: #fff;
	background-color: rgba(255, 255, 255, 0.75);
	filter: "alpha(opacity=75)";
	-ms-filter: "alpha(opacity=75)"
}

.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
	background-color: #fff;
	background-color: rgba(255, 255, 255, 0.85);
	filter: "alpha(opacity=85)";
	-ms-filter: "alpha(opacity=85)"
}

.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar, .mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
	background-color: #fff;
	background-color: rgba(255, 255, 255, 0.9);
	filter: "alpha(opacity=90)";
	-ms-filter: "alpha(opacity=90)"
}

.mCSB_scrollTools .mCSB_buttonUp, .mCSB_scrollTools .mCSB_buttonDown, .mCSB_scrollTools .mCSB_buttonLeft, .mCSB_scrollTools .mCSB_buttonRight {
	background-image: url(mCSB_buttons.png);
	background-repeat: no-repeat;
	opacity: .4;
	filter: "alpha(opacity=40)";
	-ms-filter: "alpha(opacity=40)"
}

.mCSB_scrollTools .mCSB_buttonUp {
	background-position: 0 0
}

.mCSB_scrollTools .mCSB_buttonDown {
	background-position: 0 -20px
}

.mCSB_scrollTools .mCSB_buttonLeft {
	background-position: 0 -40px
}

.mCSB_scrollTools .mCSB_buttonRight {
	background-position: 0 -56px
}

.mCSB_scrollTools .mCSB_buttonUp:hover, .mCSB_scrollTools .mCSB_buttonDown:hover, .mCSB_scrollTools .mCSB_buttonLeft:hover, .mCSB_scrollTools .mCSB_buttonRight:hover {
	opacity: .75;
	filter: "alpha(opacity=75)";
	-ms-filter: "alpha(opacity=75)"
}

.mCSB_scrollTools .mCSB_buttonUp:active, .mCSB_scrollTools .mCSB_buttonDown:active, .mCSB_scrollTools .mCSB_buttonLeft:active, .mCSB_scrollTools .mCSB_buttonRight:active {
	opacity: .9;
	filter: "alpha(opacity=90)";
	-ms-filter: "alpha(opacity=90)"
}

.mCS-dark.mCSB_scrollTools .mCSB_draggerRail {
	background-color: #000;
	background-color: rgba(0, 0, 0, 0.15)
}

.mCS-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
	background-color: #000;
	background-color: rgba(0, 0, 0, 0.75)
}

.mCS-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
	background-color: rgba(0, 0, 0, 0.85)
}

.mCS-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar, .mCS-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
	background-color: rgba(0, 0, 0, 0.9)
}

.mCS-dark.mCSB_scrollTools .mCSB_buttonUp {
	background-position: -80px 0
}

.mCS-dark.mCSB_scrollTools .mCSB_buttonDown {
	background-position: -80px -20px
}

.mCS-dark.mCSB_scrollTools .mCSB_buttonLeft {
	background-position: -80px -40px
}

.mCS-dark.mCSB_scrollTools .mCSB_buttonRight {
	background-position: -80px -56px
}

.mCS-light-2.mCSB_scrollTools .mCSB_draggerRail, .mCS-dark-2.mCSB_scrollTools .mCSB_draggerRail {
	width: 4px;
	background-color: #fff;
	background-color: rgba(255, 255, 255, 0.1);
	-webkit-border-radius: 1px;
	-moz-border-radius: 1px;
	border-radius: 1px
}

.mCS-light-2.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, .mCS-dark-2.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
	width: 4px;
	background-color: #fff;
	background-color: rgba(255, 255, 255, 0.75);
	-webkit-border-radius: 1px;
	-moz-border-radius: 1px;
	border-radius: 1px
}

.mCS-light-2.mCSB_scrollTools_horizontal .mCSB_draggerRail, .mCS-dark-2.mCSB_scrollTools_horizontal .mCSB_draggerRail, .mCS-light-2.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar, .mCS-dark-2.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
	width: 100%;
	height: 4px;
	margin: 6px auto
}

.mCS-light-2.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
	background-color: #fff;
	background-color: rgba(255, 255, 255, 0.85)
}

.mCS-light-2.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar, .mCS-light-2.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
	background-color: #fff;
	background-color: rgba(255, 255, 255, 0.9)
}

.mCS-light-2.mCSB_scrollTools .mCSB_buttonUp {
	background-position: -32px 0
}

.mCS-light-2.mCSB_scrollTools .mCSB_buttonDown {
	background-position: -32px -20px
}

.mCS-light-2.mCSB_scrollTools .mCSB_buttonLeft {
	background-position: -40px -40px
}

.mCS-light-2.mCSB_scrollTools .mCSB_buttonRight {
	background-position: -40px -56px
}

.mCS-dark-2.mCSB_scrollTools .mCSB_draggerRail {
	background-color: #000;
	background-color: rgba(0, 0, 0, 0.1);
	-webkit-border-radius: 1px;
	-moz-border-radius: 1px;
	border-radius: 1px
}

.mCS-dark-2.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
	background-color: #000;
	background-color: rgba(0, 0, 0, 0.75);
	-webkit-border-radius: 1px;
	-moz-border-radius: 1px;
	border-radius: 1px
}

.mCS-dark-2.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
	background-color: #000;
	background-color: rgba(0, 0, 0, 0.85)
}

.mCS-dark-2.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar, .mCS-dark-2.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
	background-color: #000;
	background-color: rgba(0, 0, 0, 0.9)
}

.mCS-dark-2.mCSB_scrollTools .mCSB_buttonUp {
	background-position: -112px 0
}

.mCS-dark-2.mCSB_scrollTools .mCSB_buttonDown {
	background-position: -112px -20px
}

.mCS-dark-2.mCSB_scrollTools .mCSB_buttonLeft {
	background-position: -120px -40px
}

.mCS-dark-2.mCSB_scrollTools .mCSB_buttonRight {
	background-position: -120px -56px
}

.mCS-light-thick.mCSB_scrollTools .mCSB_draggerRail, .mCS-dark-thick.mCSB_scrollTools .mCSB_draggerRail {
	width: 4px;
	background-color: #fff;
	background-color: rgba(255, 255, 255, 0.1);
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px
}

.mCS-light-thick.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, .mCS-dark-thick.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
	width: 6px;
	background-color: #fff;
	background-color: rgba(255, 255, 255, 0.75);
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px
}

.mCS-light-thick.mCSB_scrollTools_horizontal .mCSB_draggerRail, .mCS-dark-thick.mCSB_scrollTools_horizontal .mCSB_draggerRail {
	width: 100%;
	height: 4px;
	margin: 6px 0
}

.mCS-light-thick.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar, .mCS-dark-thick.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
	width: 100%;
	height: 6px;
	margin: 5px auto
}

.mCS-light-thick.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
	background-color: #fff;
	background-color: rgba(255, 255, 255, 0.85)
}

.mCS-light-thick.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar, .mCS-light-thick.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
	background-color: #fff;
	background-color: rgba(255, 255, 255, 0.9)
}

.mCS-light-thick.mCSB_scrollTools .mCSB_buttonUp {
	background-position: -16px 0
}

.mCS-light-thick.mCSB_scrollTools .mCSB_buttonDown {
	background-position: -16px -20px
}

.mCS-light-thick.mCSB_scrollTools .mCSB_buttonLeft {
	background-position: -20px -40px
}

.mCS-light-thick.mCSB_scrollTools .mCSB_buttonRight {
	background-position: -20px -56px
}

.mCS-dark-thick.mCSB_scrollTools .mCSB_draggerRail {
	background-color: #000;
	background-color: rgba(0, 0, 0, 0.1);
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px
}

.mCS-dark-thick.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
	background-color: #000;
	background-color: rgba(0, 0, 0, 0.75);
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px
}

.mCS-dark-thick.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
	background-color: #000;
	background-color: rgba(0, 0, 0, 0.85)
}

.mCS-dark-thick.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar, .mCS-dark-thick.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
	background-color: #000;
	background-color: rgba(0, 0, 0, 0.9)
}

.mCS-dark-thick.mCSB_scrollTools .mCSB_buttonUp {
	background-position: -96px 0
}

.mCS-dark-thick.mCSB_scrollTools .mCSB_buttonDown {
	background-position: -96px -20px
}

.mCS-dark-thick.mCSB_scrollTools .mCSB_buttonLeft {
	background-position: -100px -40px
}

.mCS-dark-thick.mCSB_scrollTools .mCSB_buttonRight {
	background-position: -100px -56px
}

.mCS-light-thin.mCSB_scrollTools .mCSB_draggerRail {
	background-color: #fff;
	background-color: rgba(255, 255, 255, 0.1)
}

.mCS-light-thin.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, .mCS-dark-thin.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
	width: 2px
}

.mCS-light-thin.mCSB_scrollTools_horizontal .mCSB_draggerRail, .mCS-dark-thin.mCSB_scrollTools_horizontal .mCSB_draggerRail {
	width: 100%
}

.mCS-light-thin.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar, .mCS-dark-thin.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
	width: 100%;
	height: 2px;
	margin: 7px auto
}

.mCS-dark-thin.mCSB_scrollTools .mCSB_draggerRail {
	background-color: #000;
	background-color: rgba(0, 0, 0, 0.15)
}

.mCS-dark-thin.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
	background-color: #000;
	background-color: rgba(0, 0, 0, 0.75)
}

.mCS-dark-thin.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
	background-color: #000;
	background-color: rgba(0, 0, 0, 0.85)
}

.mCS-dark-thin.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar, .mCS-dark-thin.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
	background-color: #000;
	background-color: rgba(0, 0, 0, 0.9)
}

.mCS-dark-thin.mCSB_scrollTools .mCSB_buttonUp {
	background-position: -80px 0
}

.mCS-dark-thin.mCSB_scrollTools .mCSB_buttonDown {
	background-position: -80px -20px
}

.mCS-dark-thin.mCSB_scrollTools .mCSB_buttonLeft {
	background-position: -80px -40px
}

.mCS-dark-thin.mCSB_scrollTools .mCSB_buttonRight {
	background-position: -80px -56px
}

.mCS-rounded.mCSB_scrollTools .mCSB_draggerRail {
	background-color: #fff;
	background-color: rgba(255, 255, 255, 0.15)
}

.mCS-rounded.mCSB_scrollTools .mCSB_dragger, .mCS-rounded-dark.mCSB_scrollTools .mCSB_dragger, .mCS-rounded-dots.mCSB_scrollTools .mCSB_dragger, .mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_dragger {
	height: 14px
}

.mCS-rounded.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, .mCS-rounded-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, .mCS-rounded-dots.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, .mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
	width: 14px;
	margin: 0 1px
}

.mCS-rounded.mCSB_scrollTools_horizontal .mCSB_dragger, .mCS-rounded-dark.mCSB_scrollTools_horizontal .mCSB_dragger, .mCS-rounded-dots.mCSB_scrollTools_horizontal .mCSB_dragger, .mCS-rounded-dots-dark.mCSB_scrollTools_horizontal .mCSB_dragger {
	width: 14px
}

.mCS-rounded.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar, .mCS-rounded-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar, .mCS-rounded-dots.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar, .mCS-rounded-dots-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
	height: 14px;
	margin: 1px 0
}

.mCS-rounded.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded .mCSB_dragger_bar, .mCS-rounded.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_dragger .mCSB_dragger_bar, .mCS-rounded-dark.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded .mCSB_dragger_bar, .mCS-rounded-dark.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_dragger .mCSB_dragger_bar {
	width: 16px;
	height: 16px;
	margin: -1px 0
}

.mCS-rounded.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded + .mCSB_draggerRail, .mCS-rounded.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail, .mCS-rounded-dark.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded + .mCSB_draggerRail, .mCS-rounded-dark.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail {
	width: 4px
}

.mCS-rounded.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded .mCSB_dragger_bar, .mCS-rounded.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_dragger .mCSB_dragger_bar, .mCS-rounded-dark.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded .mCSB_dragger_bar, .mCS-rounded-dark.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_dragger .mCSB_dragger_bar {
	height: 16px;
	width: 16px;
	margin: 0 -1px
}

.mCS-rounded.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded + .mCSB_draggerRail, .mCS-rounded.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail, .mCS-rounded-dark.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded + .mCSB_draggerRail, .mCS-rounded-dark.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail {
	height: 4px;
	margin: 6px 0
}

.mCS-rounded.mCSB_scrollTools .mCSB_buttonUp {
	background-position: 0 -72px
}

.mCS-rounded.mCSB_scrollTools .mCSB_buttonDown {
	background-position: 0 -92px
}

.mCS-rounded.mCSB_scrollTools .mCSB_buttonLeft {
	background-position: 0 -112px
}

.mCS-rounded.mCSB_scrollTools .mCSB_buttonRight {
	background-position: 0 -128px
}

.mCS-rounded-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, .mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
	background-color: #000;
	background-color: rgba(0, 0, 0, 0.75)
}

.mCS-rounded-dark.mCSB_scrollTools .mCSB_draggerRail {
	background-color: #000;
	background-color: rgba(0, 0, 0, 0.15)
}

.mCS-rounded-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar, .mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
	background-color: #000;
	background-color: rgba(0, 0, 0, 0.85)
}

.mCS-rounded-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar, .mCS-rounded-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar, .mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar, .mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
	background-color: #000;
	background-color: rgba(0, 0, 0, 0.9)
}

.mCS-rounded-dark.mCSB_scrollTools .mCSB_buttonUp {
	background-position: -80px -72px
}

.mCS-rounded-dark.mCSB_scrollTools .mCSB_buttonDown {
	background-position: -80px -92px
}

.mCS-rounded-dark.mCSB_scrollTools .mCSB_buttonLeft {
	background-position: -80px -112px
}

.mCS-rounded-dark.mCSB_scrollTools .mCSB_buttonRight {
	background-position: -80px -128px
}

.mCS-rounded-dots.mCSB_scrollTools_vertical .mCSB_draggerRail, .mCS-rounded-dots-dark.mCSB_scrollTools_vertical .mCSB_draggerRail {
	width: 4px
}

.mCS-rounded-dots.mCSB_scrollTools .mCSB_draggerRail, .mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_draggerRail, .mCS-rounded-dots.mCSB_scrollTools_horizontal .mCSB_draggerRail, .mCS-rounded-dots-dark.mCSB_scrollTools_horizontal .mCSB_draggerRail {
	background-color: transparent;
	background-position: center
}

.mCS-rounded-dots.mCSB_scrollTools .mCSB_draggerRail, .mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_draggerRail {
	background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAgAAAAICAYAAADED76LAAAANElEQVQYV2NkIAAYiVbw//9/Y6DiM1ANJoyMjGdBbLgJQAX/kU0DKgDLkaQAvxW4HEvQFwCRcxIJK1XznAAAAABJRU5ErkJggg==");
	background-repeat: repeat-y;
	opacity: .3;
	filter: "alpha(opacity=30)";
	-ms-filter: "alpha(opacity=30)"
}

.mCS-rounded-dots.mCSB_scrollTools_horizontal .mCSB_draggerRail, .mCS-rounded-dots-dark.mCSB_scrollTools_horizontal .mCSB_draggerRail {
	height: 4px;
	margin: 6px 0;
	background-repeat: repeat-x
}

.mCS-rounded-dots.mCSB_scrollTools .mCSB_buttonUp {
	background-position: -16px -72px
}

.mCS-rounded-dots.mCSB_scrollTools .mCSB_buttonDown {
	background-position: -16px -92px
}

.mCS-rounded-dots.mCSB_scrollTools .mCSB_buttonLeft {
	background-position: -20px -112px
}

.mCS-rounded-dots.mCSB_scrollTools .mCSB_buttonRight {
	background-position: -20px -128px
}

.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_draggerRail {
	background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAgAAAAICAYAAADED76LAAAALElEQVQYV2NkIAAYSVFgDFR8BqrBBEifBbGRTfiPZhpYjiQFBK3A6l6CvgAAE9kGCd1mvgEAAAAASUVORK5CYII=")
}

.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_buttonUp {
	background-position: -96px -72px
}

.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_buttonDown {
	background-position: -96px -92px
}

.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_buttonLeft {
	background-position: -100px -112px
}

.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_buttonRight {
	background-position: -100px -128px
}

.mCS-3d.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, .mCS-3d-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, .mCS-3d-thick.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, .mCS-3d-thick-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
	background-repeat: repeat-y;
	background-image: -moz-linear-gradient(left, rgba(255, 255, 255, 0.5) 0, rgba(255, 255, 255, 0) 100%);
	background-image: -webkit-gradient(linear, left top, right top, color-stop(0, rgba(255, 255, 255, 0.5)), color-stop(100%, rgba(255, 255, 255, 0)));
	background-image: -webkit-linear-gradient(left, rgba(255, 255, 255, 0.5) 0, rgba(255, 255, 255, 0) 100%);
	background-image: -o-linear-gradient(left, rgba(255, 255, 255, 0.5) 0, rgba(255, 255, 255, 0) 100%);
	background-image: -ms-linear-gradient(left, rgba(255, 255, 255, 0.5) 0, rgba(255, 255, 255, 0) 100%);
	background-image: linear-gradient(to right, rgba(255, 255, 255, 0.5) 0, rgba(255, 255, 255, 0) 100%)
}

.mCS-3d.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar, .mCS-3d-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar, .mCS-3d-thick.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar, .mCS-3d-thick-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
	background-repeat: repeat-x;
	background-image: -moz-linear-gradient(top, rgba(255, 255, 255, 0.5) 0, rgba(255, 255, 255, 0) 100%);
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, rgba(255, 255, 255, 0.5)), color-stop(100%, rgba(255, 255, 255, 0)));
	background-image: -webkit-linear-gradient(top, rgba(255, 255, 255, 0.5) 0, rgba(255, 255, 255, 0) 100%);
	background-image: -o-linear-gradient(top, rgba(255, 255, 255, 0.5) 0, rgba(255, 255, 255, 0) 100%);
	background-image: -ms-linear-gradient(top, rgba(255, 255, 255, 0.5) 0, rgba(255, 255, 255, 0) 100%);
	background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0.5) 0, rgba(255, 255, 255, 0) 100%)
}

.mCS-3d.mCSB_scrollTools_vertical .mCSB_dragger, .mCS-3d-dark.mCSB_scrollTools_vertical .mCSB_dragger {
	height: 70px
}

.mCS-3d.mCSB_scrollTools_horizontal .mCSB_dragger, .mCS-3d-dark.mCSB_scrollTools_horizontal .mCSB_dragger {
	width: 70px
}

.mCS-3d.mCSB_scrollTools, .mCS-3d-dark.mCSB_scrollTools {
	opacity: 1;
	filter: "alpha(opacity=30)";
	-ms-filter: "alpha(opacity=30)"
}

.mCS-3d.mCSB_scrollTools .mCSB_draggerRail, .mCS-3d.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, .mCS-3d-dark.mCSB_scrollTools .mCSB_draggerRail, .mCS-3d-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
	-webkit-border-radius: 16px;
	-moz-border-radius: 16px;
	border-radius: 16px
}

.mCS-3d.mCSB_scrollTools .mCSB_draggerRail, .mCS-3d-dark.mCSB_scrollTools .mCSB_draggerRail {
	width: 8px;
	background-color: #000;
	background-color: rgba(0, 0, 0, 0.2);
	box-shadow: inset 1px 0 1px rgba(0, 0, 0, 0.5), inset -1px 0 1px rgba(255, 255, 255, 0.2)
}

.mCS-3d.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, .mCS-3d.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar, .mCS-3d.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar, .mCS-3d.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar, .mCS-3d-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, .mCS-3d-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar, .mCS-3d-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar, .mCS-3d-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
	background-color: #555
}

.mCS-3d.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, .mCS-3d-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
	width: 8px
}

.mCS-3d.mCSB_scrollTools_horizontal .mCSB_draggerRail, .mCS-3d-dark.mCSB_scrollTools_horizontal .mCSB_draggerRail {
	width: 100%;
	height: 8px;
	margin: 4px 0;
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.5), inset 0 -1px 1px rgba(255, 255, 255, 0.2)
}

.mCS-3d.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar, .mCS-3d-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
	width: 100%;
	height: 8px;
	margin: 4px auto
}

.mCS-3d.mCSB_scrollTools .mCSB_buttonUp {
	background-position: -32px -72px
}

.mCS-3d.mCSB_scrollTools .mCSB_buttonDown {
	background-position: -32px -92px
}

.mCS-3d.mCSB_scrollTools .mCSB_buttonLeft {
	background-position: -40px -112px
}

.mCS-3d.mCSB_scrollTools .mCSB_buttonRight {
	background-position: -40px -128px
}

.mCS-3d-dark.mCSB_scrollTools .mCSB_draggerRail {
	background-color: #000;
	background-color: rgba(0, 0, 0, 0.1);
	box-shadow: inset 1px 0 1px rgba(0, 0, 0, 0.1)
}

.mCS-3d-dark.mCSB_scrollTools_horizontal .mCSB_draggerRail {
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.1)
}

.mCS-3d-dark.mCSB_scrollTools .mCSB_buttonUp {
	background-position: -112px -72px
}

.mCS-3d-dark.mCSB_scrollTools .mCSB_buttonDown {
	background-position: -112px -92px
}

.mCS-3d-dark.mCSB_scrollTools .mCSB_buttonLeft {
	background-position: -120px -112px
}

.mCS-3d-dark.mCSB_scrollTools .mCSB_buttonRight {
	background-position: -120px -128px
}

.mCS-3d-thick.mCSB_scrollTools, .mCS-3d-thick-dark.mCSB_scrollTools {
	opacity: 1;
	filter: "alpha(opacity=30)";
	-ms-filter: "alpha(opacity=30)"
}

.mCS-3d-thick.mCSB_scrollTools, .mCS-3d-thick-dark.mCSB_scrollTools, .mCS-3d-thick.mCSB_scrollTools .mCSB_draggerContainer, .mCS-3d-thick-dark.mCSB_scrollTools .mCSB_draggerContainer {
	-webkit-border-radius: 7px;
	-moz-border-radius: 7px;
	border-radius: 7px
}

.mCS-3d-thick.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, .mCS-3d-thick-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px
}

.mCSB_inside + .mCS-3d-thick.mCSB_scrollTools_vertical, .mCSB_inside + .mCS-3d-thick-dark.mCSB_scrollTools_vertical {
	right: 1px
}

.mCS-3d-thick.mCSB_scrollTools_vertical, .mCS-3d-thick-dark.mCSB_scrollTools_vertical {
	box-shadow: inset 1px 0 1px rgba(0, 0, 0, 0.1), inset 0 0 14px rgba(0, 0, 0, 0.5)
}

.mCS-3d-thick.mCSB_scrollTools_horizontal, .mCS-3d-thick-dark.mCSB_scrollTools_horizontal {
	bottom: 1px;
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.1), inset 0 0 14px rgba(0, 0, 0, 0.5)
}

.mCS-3d-thick.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, .mCS-3d-thick-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
	box-shadow: inset 1px 0 0 rgba(255, 255, 255, 0.4);
	width: 12px;
	margin: 2px;
	position: absolute;
	height: auto;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0
}

.mCS-3d-thick.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar, .mCS-3d-thick-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.4)
}

.mCS-3d-thick.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, .mCS-3d-thick.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar, .mCS-3d-thick.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar, .mCS-3d-thick.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
	background-color: #555
}

.mCS-3d-thick.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar, .mCS-3d-thick-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
	height: 12px;
	width: auto
}

.mCS-3d-thick.mCSB_scrollTools .mCSB_draggerContainer {
	background-color: #000;
	background-color: rgba(0, 0, 0, 0.05);
	box-shadow: inset 1px 1px 16px rgba(0, 0, 0, 0.1)
}

.mCS-3d-thick.mCSB_scrollTools .mCSB_draggerRail {
	background-color: transparent
}

.mCS-3d-thick.mCSB_scrollTools .mCSB_buttonUp {
	background-position: -32px -72px
}

.mCS-3d-thick.mCSB_scrollTools .mCSB_buttonDown {
	background-position: -32px -92px
}

.mCS-3d-thick.mCSB_scrollTools .mCSB_buttonLeft {
	background-position: -40px -112px
}

.mCS-3d-thick.mCSB_scrollTools .mCSB_buttonRight {
	background-position: -40px -128px
}

.mCS-3d-thick-dark.mCSB_scrollTools {
	box-shadow: inset 0 0 14px rgba(0, 0, 0, 0.2)
}

.mCS-3d-thick-dark.mCSB_scrollTools_horizontal {
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.1), inset 0 0 14px rgba(0, 0, 0, 0.2)
}

.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
	box-shadow: inset 1px 0 0 rgba(255, 255, 255, 0.4), inset -1px 0 0 rgba(0, 0, 0, 0.2)
}

.mCS-3d-thick-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.4), inset 0 -1px 0 rgba(0, 0, 0, 0.2)
}

.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, .mCS-3d-thick-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar, .mCS-3d-thick-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar, .mCS-3d-thick-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
	background-color: #777
}

.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_draggerContainer {
	background-color: #fff;
	background-color: rgba(0, 0, 0, 0.05);
	box-shadow: inset 1px 1px 16px rgba(0, 0, 0, 0.1)
}

.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_draggerRail {
	background-color: transparent
}

.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_buttonUp {
	background-position: -112px -72px
}

.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_buttonDown {
	background-position: -112px -92px
}

.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_buttonLeft {
	background-position: -120px -112px
}

.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_buttonRight {
	background-position: -120px -128px
}

.mCSB_outside + .mCS-minimal.mCSB_scrollTools_vertical, .mCSB_outside + .mCS-minimal-dark.mCSB_scrollTools_vertical {
	right: 0;
	margin: 12px 0
}

.mCustomScrollBox.mCS-minimal + .mCSB_scrollTools.mCSB_scrollTools_horizontal, .mCustomScrollBox.mCS-minimal + .mCSB_scrollTools + .mCSB_scrollTools.mCSB_scrollTools_horizontal, .mCustomScrollBox.mCS-minimal-dark + .mCSB_scrollTools.mCSB_scrollTools_horizontal, .mCustomScrollBox.mCS-minimal-dark + .mCSB_scrollTools + .mCSB_scrollTools.mCSB_scrollTools_horizontal {
	bottom: 0;
	margin: 0 12px
}

.mCS-dir-rtl > .mCSB_outside + .mCS-minimal.mCSB_scrollTools_vertical, .mCS-dir-rtl > .mCSB_outside + .mCS-minimal-dark.mCSB_scrollTools_vertical {
	left: 0;
	right: auto
}

.mCS-minimal.mCSB_scrollTools .mCSB_draggerRail, .mCS-minimal-dark.mCSB_scrollTools .mCSB_draggerRail {
	background-color: transparent
}

.mCS-minimal.mCSB_scrollTools_vertical .mCSB_dragger, .mCS-minimal-dark.mCSB_scrollTools_vertical .mCSB_dragger {
	height: 50px
}

.mCS-minimal.mCSB_scrollTools_horizontal .mCSB_dragger, .mCS-minimal-dark.mCSB_scrollTools_horizontal .mCSB_dragger {
	width: 50px
}

.mCS-minimal.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
	background-color: #fff;
	background-color: rgba(255, 255, 255, 0.2);
	filter: "alpha(opacity=20)";
	-ms-filter: "alpha(opacity=20)"
}

.mCS-minimal.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar, .mCS-minimal.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
	background-color: #fff;
	background-color: rgba(255, 255, 255, 0.5);
	filter: "alpha(opacity=50)";
	-ms-filter: "alpha(opacity=50)"
}

.mCS-minimal-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
	background-color: #000;
	background-color: rgba(0, 0, 0, 0.2);
	filter: "alpha(opacity=20)";
	-ms-filter: "alpha(opacity=20)"
}

.mCS-minimal-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar, .mCS-minimal-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
	background-color: #000;
	background-color: rgba(0, 0, 0, 0.5);
	filter: "alpha(opacity=50)";
	-ms-filter: "alpha(opacity=50)"
}

.mCS-light-3.mCSB_scrollTools .mCSB_draggerRail, .mCS-dark-3.mCSB_scrollTools .mCSB_draggerRail {
	width: 6px;
	background-color: #000;
	background-color: rgba(0, 0, 0, 0.2)
}

.mCS-light-3.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, .mCS-dark-3.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
	width: 6px
}

.mCS-light-3.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar, .mCS-dark-3.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar, .mCS-light-3.mCSB_scrollTools_horizontal .mCSB_draggerRail, .mCS-dark-3.mCSB_scrollTools_horizontal .mCSB_draggerRail {
	width: 100%;
	height: 6px;
	margin: 5px 0
}

.mCS-light-3.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded + .mCSB_draggerRail, .mCS-light-3.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail, .mCS-dark-3.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded + .mCSB_draggerRail, .mCS-dark-3.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail {
	width: 12px
}

.mCS-light-3.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded + .mCSB_draggerRail, .mCS-light-3.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail, .mCS-dark-3.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded + .mCSB_draggerRail, .mCS-dark-3.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail {
	height: 12px;
	margin: 2px 0
}

.mCS-light-3.mCSB_scrollTools .mCSB_buttonUp {
	background-position: -32px -72px
}

.mCS-light-3.mCSB_scrollTools .mCSB_buttonDown {
	background-position: -32px -92px
}

.mCS-light-3.mCSB_scrollTools .mCSB_buttonLeft {
	background-position: -40px -112px
}

.mCS-light-3.mCSB_scrollTools .mCSB_buttonRight {
	background-position: -40px -128px
}

.mCS-dark-3.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
	background-color: #000;
	background-color: rgba(0, 0, 0, 0.75)
}

.mCS-dark-3.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
	background-color: #000;
	background-color: rgba(0, 0, 0, 0.85)
}

.mCS-dark-3.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar, .mCS-dark-3.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
	background-color: #000;
	background-color: rgba(0, 0, 0, 0.9)
}

.mCS-dark-3.mCSB_scrollTools .mCSB_draggerRail {
	background-color: #000;
	background-color: rgba(0, 0, 0, 0.1)
}

.mCS-dark-3.mCSB_scrollTools .mCSB_buttonUp {
	background-position: -112px -72px
}

.mCS-dark-3.mCSB_scrollTools .mCSB_buttonDown {
	background-position: -112px -92px
}

.mCS-dark-3.mCSB_scrollTools .mCSB_buttonLeft {
	background-position: -120px -112px
}

.mCS-dark-3.mCSB_scrollTools .mCSB_buttonRight {
	background-position: -120px -128px
}

.mCS-inset.mCSB_scrollTools .mCSB_draggerRail, .mCS-inset-dark.mCSB_scrollTools .mCSB_draggerRail, .mCS-inset-2.mCSB_scrollTools .mCSB_draggerRail, .mCS-inset-2-dark.mCSB_scrollTools .mCSB_draggerRail, .mCS-inset-3.mCSB_scrollTools .mCSB_draggerRail, .mCS-inset-3-dark.mCSB_scrollTools .mCSB_draggerRail {
	width: 12px;
	background-color: #000;
	background-color: rgba(0, 0, 0, 0.2)
}

.mCS-inset.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, .mCS-inset-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, .mCS-inset-2.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, .mCS-inset-2-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, .mCS-inset-3.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, .mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
	width: 6px;
	margin: 3px 5px;
	position: absolute;
	height: auto;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0
}

.mCS-inset.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar, .mCS-inset-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar, .mCS-inset-2.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar, .mCS-inset-2-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar, .mCS-inset-3.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar, .mCS-inset-3-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
	height: 6px;
	margin: 5px 3px;
	position: absolute;
	width: auto;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0
}

.mCS-inset.mCSB_scrollTools_horizontal .mCSB_draggerRail, .mCS-inset-dark.mCSB_scrollTools_horizontal .mCSB_draggerRail, .mCS-inset-2.mCSB_scrollTools_horizontal .mCSB_draggerRail, .mCS-inset-2-dark.mCSB_scrollTools_horizontal .mCSB_draggerRail, .mCS-inset-3.mCSB_scrollTools_horizontal .mCSB_draggerRail, .mCS-inset-3-dark.mCSB_scrollTools_horizontal .mCSB_draggerRail {
	width: 100%;
	height: 12px;
	margin: 2px 0
}

.mCS-inset.mCSB_scrollTools .mCSB_buttonUp, .mCS-inset-2.mCSB_scrollTools .mCSB_buttonUp, .mCS-inset-3.mCSB_scrollTools .mCSB_buttonUp {
	background-position: -32px -72px
}

.mCS-inset.mCSB_scrollTools .mCSB_buttonDown, .mCS-inset-2.mCSB_scrollTools .mCSB_buttonDown, .mCS-inset-3.mCSB_scrollTools .mCSB_buttonDown {
	background-position: -32px -92px
}

.mCS-inset.mCSB_scrollTools .mCSB_buttonLeft, .mCS-inset-2.mCSB_scrollTools .mCSB_buttonLeft, .mCS-inset-3.mCSB_scrollTools .mCSB_buttonLeft {
	background-position: -40px -112px
}

.mCS-inset.mCSB_scrollTools .mCSB_buttonRight, .mCS-inset-2.mCSB_scrollTools .mCSB_buttonRight, .mCS-inset-3.mCSB_scrollTools .mCSB_buttonRight {
	background-position: -40px -128px
}

.mCS-inset-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, .mCS-inset-2-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, .mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
	background-color: #000;
	background-color: rgba(0, 0, 0, 0.75)
}

.mCS-inset-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar, .mCS-inset-2-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar, .mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
	background-color: #000;
	background-color: rgba(0, 0, 0, 0.85)
}

.mCS-inset-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar, .mCS-inset-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar, .mCS-inset-2-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar, .mCS-inset-2-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar, .mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar, .mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
	background-color: #000;
	background-color: rgba(0, 0, 0, 0.9)
}

.mCS-inset-dark.mCSB_scrollTools .mCSB_draggerRail, .mCS-inset-2-dark.mCSB_scrollTools .mCSB_draggerRail, .mCS-inset-3-dark.mCSB_scrollTools .mCSB_draggerRail {
	background-color: #000;
	background-color: rgba(0, 0, 0, 0.1)
}

.mCS-inset-dark.mCSB_scrollTools .mCSB_buttonUp, .mCS-inset-2-dark.mCSB_scrollTools .mCSB_buttonUp, .mCS-inset-3-dark.mCSB_scrollTools .mCSB_buttonUp {
	background-position: -112px -72px
}

.mCS-inset-dark.mCSB_scrollTools .mCSB_buttonDown, .mCS-inset-2-dark.mCSB_scrollTools .mCSB_buttonDown, .mCS-inset-3-dark.mCSB_scrollTools .mCSB_buttonDown {
	background-position: -112px -92px
}

.mCS-inset-dark.mCSB_scrollTools .mCSB_buttonLeft, .mCS-inset-2-dark.mCSB_scrollTools .mCSB_buttonLeft, .mCS-inset-3-dark.mCSB_scrollTools .mCSB_buttonLeft {
	background-position: -120px -112px
}

.mCS-inset-dark.mCSB_scrollTools .mCSB_buttonRight, .mCS-inset-2-dark.mCSB_scrollTools .mCSB_buttonRight, .mCS-inset-3-dark.mCSB_scrollTools .mCSB_buttonRight {
	background-position: -120px -128px
}

.mCS-inset-2.mCSB_scrollTools .mCSB_draggerRail, .mCS-inset-2-dark.mCSB_scrollTools .mCSB_draggerRail {
	background-color: transparent;
	border-width: 1px;
	border-style: solid;
	border-color: #fff;
	border-color: rgba(255, 255, 255, 0.2);
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box
}

.mCS-inset-2-dark.mCSB_scrollTools .mCSB_draggerRail {
	border-color: #000;
	border-color: rgba(0, 0, 0, 0.2)
}

.mCS-inset-3.mCSB_scrollTools .mCSB_draggerRail {
	background-color: #fff;
	background-color: rgba(255, 255, 255, 0.6)
}

.mCS-inset-3-dark.mCSB_scrollTools .mCSB_draggerRail {
	background-color: #000;
	background-color: rgba(0, 0, 0, 0.6)
}

.mCS-inset-3.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
	background-color: #000;
	background-color: rgba(0, 0, 0, 0.75)
}

.mCS-inset-3.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
	background-color: #000;
	background-color: rgba(0, 0, 0, 0.85)
}

.mCS-inset-3.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar, .mCS-inset-3.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
	background-color: #000;
	background-color: rgba(0, 0, 0, 0.9)
}

.mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
	background-color: #fff;
	background-color: rgba(255, 255, 255, 0.75)
}

.mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
	background-color: #fff;
	background-color: rgba(255, 255, 255, 0.85)
}

.mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar, .mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
	background-color: #fff;
	background-color: rgba(255, 255, 255, 0.9)
}

.mCS-3d-cart.mCSB_scrollTools .mCSB_draggerRail {
	background-color: transparent
}

.mCS-3d-cart-dark.mCSB_scrollTools .mCSB_draggerRail {
	background-color: #000;
	background-color: rgba(0, 0, 0, 0.6)
}

.mCS-3d-cart.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
	background-color: #d7d7d7;
	width: 12px;
	margin-right: 4px
}

.mCS-3d-cart.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
	background-color: #d0d0d0
}

.mCS-3d-cart.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar, .mCS-3d-cart.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
	background-color: #d0d0d0
}

.mCS-3d-cart-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
	background-color: #fff;
	background-color: rgba(255, 255, 255, 0.75)
}

.mCS-3d-cart-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
	background-color: #fff;
	background-color: rgba(255, 255, 255, 0.85)
}

.mCS-3d-cart-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar, .mCS-3d-cart-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
	background-color: #fff;
	background-color: rgba(255, 255, 255, 0.9)
}

.owl-carousel .animated {
	-webkit-animation-duration: 1000ms;
	animation-duration: 1000ms;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both
}

.owl-carousel .owl-animated-in {
	z-index: 0
}

.owl-carousel .owl-animated-out {
	z-index: 1
}

.owl-carousel .fadeOut {
	-webkit-animation-name: fadeOut;
	animation-name: fadeOut
}

@-webkit-keyframes fadeOut {
	0% {
		opacity: 1
	}
	100% {
		opacity: 0
	}
}

@keyframes fadeOut {
	0% {
		opacity: 1
	}
	100% {
		opacity: 0
	}
}

.owl-height {
	-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 {
	display: none;
	width: 100%;
	-webkit-tap-highlight-color: transparent;
	position: relative;
	z-index: 1
}

.owl-carousel .owl-stage {
	position: relative;
	-ms-touch-action: pan-Y
}

.owl-carousel .owl-stage:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0
}

.owl-carousel .owl-stage-outer {
	position: relative;
	overflow: hidden;
	-webkit-transform: translate3d(0, 0, 0)
}

.owl-carousel .owl-controls .owl-nav .owl-prev, .owl-carousel .owl-controls .owl-nav .owl-next, .owl-carousel .owl-controls .owl-dot {
	cursor: pointer;
	cursor: hand;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none
}

.owl-carousel.owl-loaded {
	display: block
}

.owl-carousel.owl-loading {
	opacity: 0;
	display: block
}

.owl-carousel.owl-hidden {
	opacity: 0
}

.owl-carousel .owl-refresh .owl-item {
	display: none
}

.owl-carousel .owl-item {
	position: relative;
	min-height: 1px;
	float: left;
	-webkit-backface-visibility: hidden;
	-webkit-tap-highlight-color: transparent;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none
}

.owl-carousel .owl-item img {
	display: block;
	width: 100%;
	-webkit-transform-style: preserve-3d
}

.owl-carousel.owl-text-select-on .owl-item {
	-webkit-user-select: auto;
	-moz-user-select: auto;
	-ms-user-select: auto;
	user-select: auto
}

.owl-carousel .owl-grab {
	cursor: move;
	cursor: -webkit-grab;
	cursor: -o-grab;
	cursor: -ms-grab;
	cursor: grab
}

.owl-carousel.owl-rtl {
	direction: rtl
}

.owl-carousel.owl-rtl .owl-item {
	float: right
}

.no-js .owl-carousel {
	display: block
}

.owl-carousel .owl-item .owl-lazy {
	opacity: 0;
	-webkit-transition: opacity 400ms ease;
	-moz-transition: opacity 400ms ease;
	-ms-transition: opacity 400ms ease;
	-o-transition: opacity 400ms ease;
	transition: opacity 400ms ease
}

.owl-carousel .owl-item img {
	transform-style: preserve-3d
}

.owl-carousel .owl-video-wrapper {
	position: relative;
	height: 100%;
	background: #000
}

.owl-carousel .owl-video-play-icon {
	position: absolute;
	height: 80px;
	width: 80px;
	left: 50%;
	top: 50%;
	margin-left: -40px;
	margin-top: -40px;
	background: url("owl.video.play.png") no-repeat;
	cursor: pointer;
	z-index: 1;
	-webkit-backface-visibility: hidden;
	-webkit-transition: scale 100ms ease;
	-moz-transition: scale 100ms ease;
	-ms-transition: scale 100ms ease;
	-o-transition: scale 100ms ease;
	transition: scale 100ms ease
}

.owl-carousel .owl-video-play-icon:hover {
	-webkit-transition: scale(1.3, 1.3);
	-moz-transition: scale(1.3, 1.3);
	-ms-transition: scale(1.3, 1.3);
	-o-transition: scale(1.3, 1.3);
	transition: scale(1.3, 1.3)
}

.owl-carousel .owl-video-playing .owl-video-tn, .owl-carousel .owl-video-playing .owl-video-play-icon {
	display: none
}

.owl-carousel .owl-video-tn {
	opacity: 0;
	height: 100%;
	background-position: center center;
	background-repeat: no-repeat;
	-webkit-background-size: contain;
	-moz-background-size: contain;
	-o-background-size: contain;
	background-size: contain;
	-webkit-transition: opacity 400ms ease;
	-moz-transition: opacity 400ms ease;
	-ms-transition: opacity 400ms ease;
	-o-transition: opacity 400ms ease;
	transition: opacity 400ms ease
}

.owl-carousel .owl-video-frame {
	position: relative;
	z-index: 1
}

.block_scroll {
	overflow: hidden;
	display: block;
	height: 100vh !important;
}

.block_scroll body {
	overflow: hidden;
	height: 100vh;
}

.overlayWinmod {
	position: fixed;
	z-index: 99999;
	top: 0;
	left: 0;
	display: none;
	width: 100vw;
	height: 100vh;
	background-color: rgba(0, 0, 0, 0.64);
	text-align: center;
	overflow: auto;
	overflow-x: hidden;
}

.overlayWinmod:before {
	display: inline-block;
	vertical-align: middle;
	content: "";
	width: 0;
	height: 100%
}

.overlayWinmod .window {
	position: relative !important;
	z-index: 99999;
	display: none;
	text-align: left;
	vertical-align: middle;
	margin-top: 10px;
	margin-right: 0;
	margin-bottom: 10px;
	border: 1px solid #ddd;
    box-shadow: 2px 2px 10px #676767;
}

.overlayWinmod .window.active {
	display: inline-block !important
}

.overlayWinmod .window[data-winmultiple] {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-khtml-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%)
}

.overlayWinmod .window[data-winmultiple].active {
	display: block !important
}

.overlayWinmod .window.focus {
	z-index: 9999 !important;
	-webkit-box-shadow: 0 0 5px #ccc;
	-o-box-shadow: 0 0 5px #ccc;
	-moz-box-shadow: 0 0 5px #ccc;
	-khtml-box-shadow: 0 0 5px #ccc;
	box-shadow: 0 0 5px #ccc
}

.popup {
	top: auto !important;
	left: auto !important
}

html, body {
	font-size: 10px !important
}

body {
	background:#fbfbfb;
	color: #000
}

html, body {
	height: 100%
}

.bgWave {
	/*background-image: url('../images/wave.jpg'); */
    background-color: white;
	background-repeat: repeat;
	background-position: center center;
	background-size: ''
}

[class*=popupBtn] {
	position: relative;
	display: inline-block;
	padding-right: 20px
}

[class*=popupBtn]:after {
	position: absolute;
	z-index: 9;
	top: 0;
	right: 0;
	display: block;
	width: 13px;
	height: 9px;
	content: url(../images/icons/icon_arrow.png)
}

#global {
	background-color: #fff;
	min-height: 100%;
	width: 100%;
	max-width: 1530px;
	min-width: 320px;
	margin: 0 auto;
	position: relative
}

.footer {
	width: 100%;
	max-width: 1530px;
	min-width: 320px;
	margin: 0 auto;
	position: relative
}

#topInform {
	display: block;
	width: 100%;
	min-height: 33px;
	background-color: #9f9f9f
}

#topInform .innerWrapper {
	width: 100%;
	max-width: 1530px;
	min-width: 320px;
	margin: 0 auto;
	position: relative;
	padding: 7px 40px 7px 20px
}

#topInform .innerWrapper span {
	font: 1.5em/1.33em Roboto, sans-serif;
	color: #fefefe
}

#topInform .innerWrapper span a {
	color: #fff;
	text-decoration: underline
}

#topInform .innerWrapper .close {
	position: absolute;
	z-index: 9;
	top: 10px;
	right: 16px;
	display: block;
	width: 14px;
	height: 14px;
	cursor: pointer;
	background-image: url('../images/icons/icon_close.png');
	background-color: transparent;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: contain
}

.wrapperAdapt {
	position: relative
}

.header {
	display: block;
	position: relative;
	/*height: 70px*/
}

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

.header .logotype {
	display: block;
	float: left;
	min-width: 166px;
	width: 17.68%;
	padding: 12px 20px;
	height: 70px;
}

.header .logotype img {
	display: block;
	max-width: 100%;
	max-height: auto
}

.header .logotype img {
	max-width: 164px
}

.header ul.topLinks {
	display: block;
	float: left;
	padding-top: 30px
}

.header ul.topLinks:after {
	clear: both;
	display: block;
	content: ''
}

.header ul.topLinks li {
	display: block;
	float: left
}

.header ul.topLinks li:last-child {
	margin-right: 0
}

.header ul.topLinks li.current a {
	color: #000
}

.header ul.topLinks li a {
	font: 1.4em/1.5em Roboto, sans-serif;
	transition: color .2s ease-in-out;
	color: #000
}

.header .topContact {
	display: block;
	float: left;
	min-width: 185px;
	width: 21.96732%;
	padding-top: 10px;
	padding-right: 20px;
}

.header .topContact .popupBtn_city {
	font: 1.5em/1.6em Roboto, sans-serif;
	color: #000;
	cursor: pointer
}

.header .topContact .popupBtn_city span {
	/* border-bottom: 1px dotted #c7d7ed */

}

.header .topContact .number {
	font: 1.6em/1.33em Roboto, sans-serif;
	color: #343332;
	white-space: nowrap
}

.header .topContact .number:after {
	position: absolute;
	z-index: 9;
	padding-left: 5px;
	content: url(../images/icons/icon_whatsapp.svg);
}

.header .topContact .popupLink {
	font: 1.2em/1.6em Roboto, sans-serif;
	color: #10B982;
	cursor: pointer;
	text-transform: uppercase;
}

.header .topContact .popupLink span {
	/*border-bottom: 1px dotted #000*/
}

.header .wrapperOptions {
	position: relative;
	float: right
}

.header .wrapperOptions .topEnter_icon {
	float: right;
	cursor: pointer;
	margin-right: 1px;
	background-image: url('../images/icons/icon_cabinet.png');
	background-color: transparent;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: contain
}

.header .wrapperOptions ul.cabinetSubmenu {
	position: absolute;
	z-index: 999;
	top: 100%;
	left: 0;
	display: none;
	width: 100%;
	background-color: #98a0f3;
	padding-top: 12px;
	padding-bottom: 15px
}

.header .wrapperOptions ul.cabinetSubmenu.open {
	display: block
}

.header .wrapperOptions ul.cabinetSubmenu li:last-child a {
	font: 1.6em/1.71em Roboto, sans-serif;
	color: #fff;
	padding-top: 10px;
}

.header .wrapperOptions ul.cabinetSubmenu li a {
	display: block;
	padding-left: 20px;
	font: 1.6em/2.25em Roboto, sans-serif;
	color: #fff;
	text-transform: uppercase;
}

.header .wrapperOptions ul.cabinetSubmenu li a:hover {
	color: #fff
}


.header .topEnter {
	display: block;
	float: right;
	min-width: 136px;
	width: 136px;
	height: 70px;
	padding-top: 27px;
	padding-left: 24px;
	padding-right: 10px;
	cursor: pointer;
	position: relative;
}

.header .topEnter.open .cabinetMenu span:after {
	top: -2px;
	-webkit-transform: rotate(180deg);
	-moz-transform: rotate(180deg);
	-o-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	-khtml-transform: rotate(180deg);
	transform: rotate(180deg)
}

.header .topEnter > span {
	font: 1.5em/1.38em Roboto, sans-serif;
	color: #262626;
	letter-spacing: .005em;
	text-transform: uppercase;
	display: inline-block;
	padding-left: 27px;
	position: relative
}

.header .topEnter > span:before {
	position: absolute;
	z-index: 9;
	top: -3px;
	left: 0;
	display: block;
	width: 24px;
	height: 24px;
	content: url(../images/icons/icon_login.png)
}

.header .topEnter .cabinetMenu {
	position: absolute;
	z-index: 9;
	top: 0;
	left: 0;
	display: block;
	width: 100%;
	height: 100%;
	background-color: #10B982;
	border-right: 1px solid #FFD497;
	padding-top: 29px;
	text-align: center
}

.header .topEnter .cabinetMenu span {
	font: bold 1.3em/1.2em Roboto, sans-serif;
	letter-spacing: .05em;
	color: #fff;
	display: inline-block;
	margin-right: 18px;
	position: relative;
}

.header .topEnter .cabinetMenu span:after {
	position: absolute;
	z-index: 9;
	top: 0;
	right: -18px;
	content: url(../images/icons/icon_arrow_down.png)
}

.header .topCart {
	position: relative;
	z-index: 99;
	display: block;
	float: right;
	height: 70px;
	width: 100px;
}

.header .topCart:before {
	display: block;
	margin-top: 100%;
	content: ''
}

/*.header .topCart.open .wrapperClick:after {
    position: absolute;
    bottom: -30px;
    left: 50%;
    margin-left: -24px;
    z-index: 9;
    display: block;
    width: 55px;
    height: 29px;
    content: url(../images/icons/icon_modalCartWindow_corner.png)
}*/

.header .topCart.open #modalCartWindow {
	display: block
}

.header .topCart .wrapperBackground {
	position: absolute;
	z-index: 60;
	top: 0;
	left: 0;
	display: block;
	width: 100%;
	height: 100%;
	cursor: pointer;
	background-image: url('../images/icons/icon_basket.png');
	background-color: #CFE44A;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 45%
}

.header .topCart .wrapperClick {
	position: absolute;
	z-index: 70;
	top: 0;
	left: 0;
	display: block;
	width: 100%;
	height: 100%;
	cursor: pointer
}

.header .topCart span {
	position: absolute;
	z-index: 65;
	top: 19px;
	right: 11px;
	display: block;
	width: 22px;
	height: 22px;
	padding-top: 2px;
	background-color: #fff;
	font: 1.4em/1.43em Roboto, sans-serif;
	color: #000;
	text-align: center;
	overflow: hidden;
	-webkit-border-radius: 11px;
	-moz-border-radius: 11px;
	-o-border-radius: 11px;
	-ms-border-radius: 11px;
	-khtml-border-radius: 11px;
	border-radius: 11px;
	behavior: url(../ie/PIE.htc)
}

.header .iconMenu {
	display: none;
	float: right;
	cursor: pointer;
	background-image: url('../images/icons/icon_iconMenu.png');
	background-color: transparent;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: contain
}

.navMenu {
	background:black;
}

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

.navMenu .formSearch_menu {
	display: block;
	float: right;
	margin: 9px 0 8px
}

.navMenu .login_panel {
	display: none
}

.navMenu ul.topMenu {
	display: block;
	float: left
}

.navMenu ul.topMenu:after {
	clear: both;
	display: block;
	content: ''
}

.navMenu ul.topMenu > li {
	display: block;
	float: left;
	padding: 20px 12px 18px;
}

.navMenu ul.topMenu > li:first-child {
	padding-left: 20px
}

.navMenu ul.topMenu > li.current {
	background-color: #98a0f3
}

.navMenu ul.topMenu > li > a, .navMenu ul.topMenu > li span {
	display: block;
	font: 700 1.5rem/1em Roboto Condensed,Helvetica,Arial,sans-serif;
	color: #fff;
	text-transform: uppercase;
	letter-spacing: .09em;
	cursor: pointer
}

.navMenu ul.topMenu > li.dropmenu {
	position: relative;
	cursor: pointer
}

.navMenu ul.topMenu > li.dropmenu:hover, .navMenu ul.topMenu > li:hover {
	background-color: #000;
	transition: 0.3s
}

.navMenu ul.topMenu > li.dropmenu.open {
	background-color: #98a0f3
}

.navMenu ul.topMenu > li.dropmenu.open .submenu {
	display: block
}

.navMenu ul.topMenu > li.dropmenu > a, .navMenu ul.topMenu > li.dropmenu span {
	position: relative;
	padding-right: 20px
}

.navMenu ul.topMenu > li.dropmenu > a:after, .navMenu ul.topMenu > li.dropmenu span:after {
	position: absolute;
	z-index: 9;
	top: 0;
	right: 2px;
	display: block;
	/*width: 13px;
	height: 9px;
	content: url(../images/icons/icon_arrow.png)*/
	content: '\F078';
    font: 1rem/1.2em fontawesome;
    color: #ffffffa8;
}

.navMenu ul.topMenu > li.dropmenu .submenu {
	display: none;
	background-color: #fff;
	padding: 17px 25px 9px 20px;
	position: absolute;
	z-index: 99;
	top: 100%;
	min-width: 200px;
	left: 0
}

.navMenu ul.topMenu > li.dropmenu .submenu li {
	padding-right: 10px
}

.navMenu ul.topMenu > li.dropmenu .submenu li a {
	font: 600 1.3em/1.7em Roboto Condensed, sans-serif;
    color: #000;
    white-space: nowrap;
    text-transform: none;
    line-height: 3;
    letter-spacing: .05em;
}


.navMenu ul.topMenu > li.dropmenu .submenu li a:hover {
    color: #98a0f3;
    transition: all .25s ease-in-out;
}


}

.sliderPosition {
	display: block;
	width: 100%;
	height: 500px;
	position: relative
}

.sliderPosition .carousel-inner, .sliderPosition .owl-stage-outer, .sliderPosition .owl-stage, .sliderPosition .owl-item {
	display: block;
	width: 100%;
	height: 500px
}

.sliderPosition .carousel-inner .item, .sliderPosition .owl-stage-outer .item, .sliderPosition .owl-stage .item, .sliderPosition .owl-item .item {
	position: absolute;
	left: 0;
	top: 0;
	display: block;
	width: 100%;
	height: 100%;
	background-image: url('');
	background-color: transparent;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover
}

.sliderPosition .carousel {
	position: relative
}

.sliderPosition .carousel-inner {
	position: relative;
	width: 100%;
	overflow: hidden
}

.sliderPosition .owl-controls .owl-dots {
	position: absolute;
	z-index: 2;
	bottom: 30px;
	left: 0;
	display: block;
	width: 100%;
	text-align: center
}

.sliderPosition .owl-controls .owl-dots .owl-dot {
	display: inline-block;
	width: 14px;
	height: 14px;
	margin-right: 18px;
	border: 2px solid #000;
	cursor: pointer;
	overflow: hidden;
	-webkit-border-radius: 7px;
	-moz-border-radius: 7px;
	-o-border-radius: 7px;
	-ms-border-radius: 7px;
	-khtml-border-radius: 7px;
	border-radius: 7px;
	behavior: url(../ie/PIE.htc)
}

.sliderPosition .owl-controls .owl-dots .owl-dot:last-child {
	margin-right: 0
}

.sliderPosition .owl-controls .owl-dots .owl-dot.current, .sliderPosition .owl-controls .owl-dots .owl-dot.active {
	background-color: #000;
    cursor: default;
    height: 14px;
    width: 14px
}

ul.informLine {
	display: flex;
	width: 100%;
	padding-top: 2rem;
	padding-bottom: 2rem;
	background-color: #f5f5f5;
	background-repeat: no-repeat;
	background-position: center center;
	/* padding-left: 10%; */
	/* padding-right: 3%; */
	background-size: '';
}

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

ul.informLine.double {
	display: none
}

ul.informLine li {
	display: inline-block;
	vertical-align: middle;
	width: 100%
}

ul.informLine li.two {
	width: 100%
}

ul.informLine li.four .table img {
	top: -3px
}

ul.informLine li:last-child {
	margin-right: 0
}

/*ul.informLine li .table {
	display: flex;
	justify-content: flex-start;
	align-items: center;
	padding-top: 15px;
}*/

ul.informLine li .table {
    /* display: flex; */
    justify-content: flex-start;
    align-items: center;
    padding-top: 15px;
    display: flex;
    /* flex-direction: column; */
    /* justify-content: space-between; */
    /* width: 50%; */
    /* width: 50%; */
}

ul.informLine li .table div {
	flex: 1 0 auto;
	width: 11.5rem;
	max-width: 11.5rem;
	min-width: 11.5rem;
	text-align: center;
}

ul.informLine li span {
	display: block;
	vertical-align: middle;
	padding-left: 0.5rem;
}

ul.informLine li img {
	display: inline-block;
	max-height: 60px;
	padding-right: 0px;
	position: relative
}

ul.informLine li span {
	font: 700 1.3rem/1em Roboto,Helvetica,Arial,sans-serif;
    color: #000000;
    text-transform: uppercase;
}

.slPosition_line {
	/*padding-top: 40px*/
}

.socialBlock {
	display: table;
	margin: 0 auto;
	padding: 20px 0 40px
}

.subscribePosition {
	/*background: linear-gradient(176deg,#98a0f3,#2cb576);*/
	background-color: #000;
}

.aboutCompany {
	display: block;
	width: 100%;
	min-height: 334px;
	padding-top: 60px;
	padding-bottom: 57px;
	margin-top: 40px;
	background-color: #000;
	/*background-image: url('../images/aboutCompany.jpg');
	background-color: transparent;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	opacity: 0.90*/

}
.aboutCompany h1 {
    color: #fff !important;
    text-transform: uppercase;
   	text-align: left;
}

.aboutCompany .gTitle {
	padding-bottom: 40px
}

.aboutCompany .text {
	font: 1.6em/1.35em Roboto, sans-serif;
	color: #a0a0a0;
	text-align: left;
	width: 100%
}

.aboutCompany .text p {
	padding-bottom: 26px
}

.footer {
	background-color: #000;
	position: relative;
	min-height: 179px;
	padding: 20px 55px;
}

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

.footer .copyright, .footer .fMenu, .footer .Insta {
	padding: 37px 0 20px 0
}

.footer .copyright {
	display: block;
    float: left;
	width: 23.470588%;
    padding-left: 38px;
    font: 1.4em/1.57em Roboto, sans-serif;
    color: #525252;
}

.footer .copyright a {
	color: #98a0f3
}

.footer .fMenu {
	display: block;
    float: left;
    width: 40%;
    padding-left: 50px;
}
}

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

.footer .fMenu ul {
	display: block;
	float: left
}

.footer .fMenu ul li {
	margin-right: 35px;
	padding-bottom: 5px
}

.footer .fMenu ul li:last-child {
	margin-right: 0
}

.footer .fMenu ul li a {
	font: 800 1.4rem/1.25em Roboto,Helvetica,sans-serif;
	color: #fff;
	letter-spacing: .07em;
    text-transform: uppercase;

}

.footer .Insta {
	display: table;
    float: left;
    padding: 3rem 0rem;
    height: 42px;
}

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

.footer .Insta img {
	display: block;
    float: left;
    margin-right: 20px;
    height: 55px;
}

.footer .Insta a, .footer .Insta span span {
	font-weight: bold;
	color: #000;
	text-transform: uppercase
}

.footer .header_logo_visa {
	width: 50%;
}

.navigationBlock {
	padding-top: 24px;
	padding-bottom: 24px
}

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

.navigationBlock li {
	display: block;
	float: left;
	overflow: hidden;
	-webkit-border-radius: 21px;
	-moz-border-radius: 21px;
	-o-border-radius: 21px;
	-ms-border-radius: 21px;
	-khtml-border-radius: 21px;
	border-radius: 21px;
	behavior: url(../ie/PIE.htc)
}

.navigationBlock li.current a {
	color: #fff;
	background-color: #518dcf
}

.navigationBlock li.current a span {
	border-bottom: 0
}

.navigationBlock li a {
	display: block;
	width: 42px;
	height: 42px;
	font: 1.8em/1.33em Roboto, sans-serif;
	color: #518dcf;
	text-align: center;
	padding-top: 10px
}

.navigationBlock li a span {
	border-bottom: 1px solid #b9cbe5
}

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

.titleLine h1 {
	float: left
}

.titleLine .Filter {
	width: auto;
	float: right;
	border-bottom: 0;
	padding-bottom: 0;
	padding-top: 37px
}

.titleLine .Filter ul li {
	line-height: 1em
}

.breadcrumbsWrapper {
    overflow: hidden;
}


ul.breadcrumbs {
	width: 100%;
	padding: 10px 20px;
	white-space: nowrap;
    overflow: auto;
}

ul.breadcrumbs li {
	display: inline-block;
	font: 700 1.4em/1.71em Roboto Condensed, sans-serif;
	color: #b9b9b9;
	margin-right: 16px;
	text-transform: uppercase;
}

ul.breadcrumbs li a {
	position: relative;
	color: #000
}

ul.breadcrumbs li a:after {
	display: block;
	width: 6px;
	height: 8px;
	position: absolute;
	z-index: 9;
	top: -3px;
	right: -12px;
	content: url(../images/icons/icon_breadcrumbs.png)
}

.linkMore {
	display: table;
	margin: 20px auto;
	font: 1.4em/1.71em Roboto, sans-serif;
	color: #4686cc;
	border-bottom: 1px dotted #4686cc;
	cursor: pointer
}

.socialFacebook {
	display: table;
	margin: 0 auto 30px
}

.contactInform {
	font: 1.6em/1.5em Roboto, sans-serif;
	color: #000;
}

.contactInform p {
	padding-bottom: 15px
}

.contactInform a {
	color: #98a0f3
}

.informer.noGoods {
	background-color: #ffe7e7;
	color: #ff8080;
	display: table;
	padding: 3px 10px 5px;
	overflow: hidden;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	-o-border-radius: 4px;
	-ms-border-radius: 4px;
	-khtml-border-radius: 4px;
	border-radius: 4px;
	behavior: url(../ie/PIE.htc)
}

.adpTable {
	width: 100%;
	border: 1px solid #e1e1e1;
	overflow: hidden;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	-o-border-radius: 4px;
	-ms-border-radius: 4px;
	-khtml-border-radius: 4px;
	border-radius: 4px;
	behavior: url(../ie/PIE.htc)
}

.adpTable tr td {
	font: 1.6em/1.25em Roboto, sans-serif;
	color: #343332;
	padding: 15px 0 15px 20px;
	vertical-align: middle;
	position: relative
}

.adpTable tr td:after {
	clear: both;
	display: block;
	content: ''
}

.adpTable tr td:before {
	display: none;
	content: attr(data-title);
	position: absolute;
	z-index: 2;
	top: 0;
	left: 0;
	width: 45%;
	padding-top: 15px;
	padding-left: 20px
}

.adpTable tbody tr:nth-child(odd) {
	background-color: #f5f5f5
}

.adpTable tbody tr:last-child td {
	border-bottom: 0
}

.adpTable.pricelist tr td {
	padding-left: 15px
}

.adpTable.pricelist thead tr td.zArticle {
	width: 14.14835165%;
	min-width: 103px
}

.adpTable.pricelist thead tr td.zName {
	width: 38.46153846%;
	min-width: 280px
}

.adpTable.pricelist thead tr td.zNum {
	width: 7.5%;
	min-width: 40px
}

.adpTable.pricelist thead tr td.zPrice {
	width: 20.87912088%;
	min-width: 152px
}

.adpTable.pricelist thead tr td.zInCart {
	width: 16.53846154%;
	min-width: 105px
}

.adpTable.pricelist tbody tr td.zArticle {
	color: #c5c5c5
}

.adpTable.pricelist tbody tr td.zNum input {
	width: 40px;
	height: 40px;
	font: normal 1.6rem Roboto, sans-serif;
	text-align: center
}

.adpTable.pricelist tbody tr td.zPrice b {
	margin-right: 10px
}

.adpTable.pricelist tbody tr td.zPrice s {
	font-size: 1.5rem;
	color: #80858d
}

.adpTable.pricelist tbody tr td.zInCart {
	padding-left: 10px
}

.adpTable.pricelist tbody tr td.zInCart .btn_Form {
	padding-right: 13px;
	padding-left: 13px
}

.adpTable.orders thead tr td {
	border-bottom: 1px solid #e1e1e1
}

.adpTable.orders thead tr td.zNum {
	width: 12.98969072%;
	min-width: 126px
}

.adpTable.orders thead tr td.zDate {
	width: 45.15463917%
}

.adpTable.orders thead tr td.zSumm {
	width: 11.95876289%;
	min-width: 116px
}

.adpTable.orders thead tr td.zStatus {
	width: 15.25773196%;
	min-width: 148px
}

.adpTable.orders thead tr td.zRez {
	width: 12.57731959%;
	min-width: 122px
}

.adpTable.orders tbody tr.success td.zStatus .bgstatus {
	background-color: #e597d0;
	color: #fff
}

.adpTable.orders tbody tr.rejected td.zStatus .bgstatus {
	background-color: #ffe7e7;
	color: #ff8080
}

.adpTable.orders tbody tr.waiting td.zStatus .bgstatus {
	background-color: #f6fdbe;
	color: #af9147
}

.adpTable.orders tbody tr td {
	border-bottom: 1px solid #e1e1e1
}

.adpTable.orders tbody tr td.zNum a {
	color: #98a0f3;
}

.adpTable.orders tbody tr td.zSumm {
	white-space: nowrap
}

.adpTable.orders tbody tr td.zStatus .bgstatus {
	display: table;
	padding: 3px 10px 5px;
	overflow: hidden;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	-o-border-radius: 4px;
	-ms-border-radius: 4px;
	-khtml-border-radius: 4px;
	border-radius: 4px;
	behavior: url(../ie/PIE.htc)
}

.adpTable.orders tbody tr td.zRez {
	padding-right: 15px
}

.adpTable.orders tbody tr td.zRez a {
	color: #98a0f3;
}

.adpTable.order tbody tr.result, .adpTable.order thead tr.result {
	background: none
}

.adpTable.order tbody tr.dlc_result, .adpTable.order thead tr.dlc_result {
	background-color: #fff
}

.adpTable.order tbody tr.dlc_result td, .adpTable.order thead tr.dlc_result td {
	font: 1.5em/1.6em Roboto, sans-serif;
	color: #80858d;
	padding-right: 10px
}

.adpTable.order tbody tr td.zN, .adpTable.order thead tr td.zN {
	width: 14.96388029%;
	min-width: 50px
}

.adpTable.order tbody tr td.zGoods, .adpTable.order thead tr td.zGoods {
	width: 36.63570691%;
	min-width: 300px
}

.adpTable.order tbody tr td.zGoods span, .adpTable.order thead tr td.zGoods span {
	color: #c5c5c5;
	font-size: .875em
}

.adpTable.order tbody tr td.zGoods a, .adpTable.order thead tr td.zGoods a {
	color: #343332
}

.adpTable.order tbody tr td.zNum, .adpTable.order thead tr td.zNum {
	width: 21.67182663%;
	min-width: 100px
}

.adpTable.order tbody tr td.zNum span, .adpTable.order thead tr td.zNum span {
	color: #7faf47
}

.adpTable.order tbody tr td.zPrice, .adpTable.order thead tr td.zPrice {
	width: 14.44788442%;
	min-width: 130px
}

.adpTable.order tbody tr td.zRes, .adpTable.order thead tr td.zRes {
	width: 12.38390093%;
	min-width: 130px
}

.adpTable.cart tr td.zN {
	width: 4.63917526%;
	min-width: 45px
}

.adpTable.cart tr td.zGoods {
	width: 36.49484536%;
	min-width: 354px
}

.adpTable.cart tr td.zGoods span {
	color: #c5c5c5;
	font-size: .875em
}

.adpTable.cart tr td.zGoods a {
	color: #343332
}

.adpTable.cart tr td.zNum {
	width: 20%;
	min-width: 280px
}

.adpTable.cart tr td.zNum input[type=text] {
	width: 40px;
	height: 40px;
	border: 1px solid #d8d7d7;
	background-color: #fff;
	font: 1em/1.25em Roboto, sans-serif;
	text-align: center;
	float: left;
	display: block;
	margin-right: 20px;
	padding-right: 10px;
	padding-left: 10px;
	overflow: hidden;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-o-border-radius: 5px;
	-ms-border-radius: 5px;
	-khtml-border-radius: 5px;
	border-radius: 5px;
	behavior: url(../ie/PIE.htc)
}

.adpTable.cart tr td.zNum input[type=checkbox] + label {
	font-size: 1em;
	line-height: 1.3em
}

.adpTable.cart tr td.zPrice {
	width: 10.72164949%;
	min-width: 104px;
	white-space: nowrap
}

.adpTable.cart tr td.zRes {
	width: 20%;
	min-width: 155px;
	position: relative;
	padding-right: 60px;
	white-space: nowrap
}

.adpTable.cart tr td.zRes .btnDelete {
	width: 32px;
	height: 32px;
	display: block;
	cursor: pointer;
	position: absolute;
	z-index: 9;
	top: 50%;
	margin-top: -16px;
	right: 20px;
	background-image: url('../images/icons/icon_delete.png');
	background-color: transparent;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: contain
}

.adpTable.cart tr td.zRes .btnDelete span {
	display: none
}

.adpTable.cart tr.result {
	background-color: #fff
}

.adpTable.cart tr.dlc_result {
	background-color: #fff
}

.adpTable.cart tr.dlc_result td {
	font: 1.5em/1.6em Roboto, sans-serif;
	color: #80858d;
	padding-right: 10px
}

.adpTable.ManagerTable thead tr td.zNum {
	width: 10%
}

.adpTable.ManagerTable thead tr td.zDate {
	width: 19.3814433%
}

.adpTable.ManagerTable thead tr td.zSumm {
	width: 40.10309278%
}

.adpTable.ManagerTable thead tr td.zStatus {
	width: 28.24742268%
}

.adpTable.ManagerTable tbody tr td {
	vertical-align: top
}

.adpTable.ManagerTable tbody tr td.zSumm {
	white-space: normal
}

.adpTable.ManagerTable tbody tr td.zSumm:after {
	clear: both;
	display: block;
	content: ''
}

.adpTable.ManagerTable tbody tr td.zSumm a {
	color: #4686cc
}

.adpTable.ManagerTable tbody tr td.zSumm .colPrice, .adpTable.ManagerTable tbody tr td.zSumm .colUser {
	display: block;
	float: left
}

.adpTable.ManagerTable tbody tr td.zSumm .colPrice {
	width: 31.36246787%
}

.adpTable.ManagerTable tbody tr td.zSumm .colUser {
	width: 63.49614396%
}

.adpTable.ManagerTable tbody tr td.zStatus:after {
	clear: both;
	display: block;
	content: ''
}

.adpTable.ManagerTable tbody tr td.zStatus .colStatus, .adpTable.ManagerTable tbody tr td.zStatus .colSettings {
	display: block;
	float: left
}

.adpTable.ManagerTable tbody tr td.zStatus .colStatus {
	width: 60%
}

.adpTable.ManagerTable tbody tr td.zStatus .colSettings {
	width: 40%
}

.adpTable.ManagerTable tbody tr td.zStatus .colSettings:after {
	clear: both;
	display: block;
	content: ''
}

.adpTable.ManagerTable tbody tr td.zStatus .btnEdit, .adpTable.ManagerTable tbody tr td.zStatus .btnDelete {
	width: 32px;
	height: 32px;
	display: block;
	float: left;
	cursor: pointer;
	background-image: url('');
	background-color: transparent;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: contain
}

.adpTable.ManagerTable tbody tr td.zStatus .btnDelete {
	background-image: url(../images/icons/icon_del.png)
}

.adpTable.ManagerTable tbody tr td.zStatus .btnEdit {
	background-image: url(../images/icons/icon_edit.png);
	margin-right: 11px
}

.adpTable.ManagerTable tbody tr td.zStatus .orderStatus_panel .oR_type {
	font: 1.6rem/1.25em Roboto, sans-serif;
	color: #343332;
	padding-bottom: 8px
}

.adpTable.ManagerTable tbody tr td.zStatus .orderStatus_panel > span {
	font: 1.1rem/1.82em Roboto, sans-serif;
	color: #80858d
}

.adpTable.ManagerTable tbody tr td.zStatus .orderStatus_panel ul {
	display: block;
	width: 97px;
	height: 6px
}

.adpTable.ManagerTable tbody tr td.zStatus .orderStatus_panel ul:after {
	clear: both;
	display: block;
	content: ''
}

.adpTable.ManagerTable tbody tr td.zStatus .orderStatus_panel ul li {
	display: block;
	float: left;
	width: 20%;
	height: 6px;
	border: 1px solid #e1e1e1;
	background-color: #fff
}

.adpTable.ManagerTable tbody tr td.zStatus .orderStatus_panel ul li.active {
	background-color: #62cc46;
	border: 0
}

@media all and (max-width: 999px) {
	.adpTable {
		display: block
	}

	.adpTable.order thead, .adpTable.cart thead {
		display: none
	}

	.adpTable.order tbody, .adpTable.cart tbody {
		display: block;
		width: 100%
	}

	.adpTable.order tbody tr, .adpTable.cart tbody tr {
		display: block;
		width: 100%
	}

	.adpTable.order tbody tr.result:after, .adpTable.cart tbody tr.result:after {
		clear: both;
		display: block;
		content: ''
	}

	.adpTable.order tbody tr.result td:before, .adpTable.cart tbody tr.result td:before {
		display: none
	}

	.adpTable.order tbody tr.result td.zN, .adpTable.cart tbody tr.result td.zN {
		display: none
	}

	.adpTable.order tbody tr.result td.zGoods, .adpTable.cart tbody tr.result td.zGoods {
		width: 49%;
		padding-left: 15px;
		float: left
	}

	.adpTable.order tbody tr.result td.zRes, .adpTable.cart tbody tr.result td.zRes {
		width: 49%;
		padding-left: 15px;
		float: left
	}

	.adpTable.order tbody tr td.zN, .adpTable.cart tbody tr td.zN, .adpTable.order tbody tr td.zGoods, .adpTable.cart tbody tr td.zGoods, .adpTable.order tbody tr td.zNum, .adpTable.cart tbody tr td.zNum, .adpTable.order tbody tr td.zPrice, .adpTable.cart tbody tr td.zPrice, .adpTable.order tbody tr td.zRes, .adpTable.cart tbody tr td.zRes {
		display: block;
		width: 100%;
		min-width: 1px;
		border-bottom: 0;
		padding: 10px 10px 10px 0;
		padding-left: 50%
	}

	.adpTable.order tbody tr td.zN:before, .adpTable.cart tbody tr td.zN:before, .adpTable.order tbody tr td.zGoods:before, .adpTable.cart tbody tr td.zGoods:before, .adpTable.order tbody tr td.zNum:before, .adpTable.cart tbody tr td.zNum:before, .adpTable.order tbody tr td.zPrice:before, .adpTable.cart tbody tr td.zPrice:before, .adpTable.order tbody tr td.zRes:before, .adpTable.cart tbody tr td.zRes:before {
		display: block;
		padding-top: 10px
	}

	.adpTable.orders thead {
		display: none
	}

	.adpTable.orders tbody {
		display: block;
		width: 100%
	}

	.adpTable.orders tbody tr {
		display: block;
		width: 100%
	}

	.adpTable.orders tbody tr td {
		display: block;
		width: 100%;
		padding-left: 50%;
		border-bottom: 0
	}

	.adpTable.orders tbody tr td:before {
		display: block
	}

	.adpTable.cart tr td.zNum input[type=text] {
		float: none;
		margin-bottom: 20px;
		width: 100px;
		height: 80px;
		font-size: 4rem
	}

	.adpTable.cart tr td.zNum .checkbox {
		margin-bottom: 30px
	}

	.adpTable.cart tr td.zNum .checkbox input[type=checkbox] + label {
		padding-left: 30px;
		line-height: 1em
	}

	.adpTable.cart tr td.zNum .checkbox input[type=checkbox] + label:before {
		width: 20px;
		height: 20px
	}

	.adpTable.cart tr td.zPrice, .adpTable.cart tr td.zRes {
		text-align: right
	}

	.adpTable.cart tr td.zPrice:before, .adpTable.cart tr td.zRes:before {
		text-align: left
	}

	.adpTable.cart tr td.zRes .btnDelete {
		position: static;
		background: none;
		background-color: #4686cc;
		color: #fff;
		display: table;
		font: 3rem Roboto, sans-serif;
		padding: 8px 22px;
		margin: 30px 0 30px;
		width: auto;
		height: auto;
		float: right;
		overflow: hidden;
		-webkit-border-radius: 35px;
		-moz-border-radius: 35px;
		-o-border-radius: 35px;
		-ms-border-radius: 35px;
		-khtml-border-radius: 35px;
		border-radius: 35px;
		behavior: url(../ie/PIE.htc)
	}

	.adpTable.cart tr td.zRes .btnDelete span {
		display: block
	}

	.adpTable.pricelist {
		width: 100%
	}

	.adpTable.pricelist tr td {
		padding-left: 10px;
		padding-right: 5px
	}

	.adpTable.pricelist thead {
		display: none
	}

	.adpTable.pricelist tbody tr td.zArticle, .adpTable.pricelist tbody tr td.zName, .adpTable.pricelist tbody tr td.zNum, .adpTable.pricelist tbody tr td.zPrice, .adpTable.pricelist tbody tr td.zInCart {
		display: block;
		width: 100%;
		padding-left: 50%
	}

	.adpTable.pricelist tbody tr td.zArticle:before, .adpTable.pricelist tbody tr td.zName:before, .adpTable.pricelist tbody tr td.zNum:before, .adpTable.pricelist tbody tr td.zPrice:before, .adpTable.pricelist tbody tr td.zInCart:before {
		display: block;
		color: #343332;
		padding-left: 15px
	}

	.adpTable.pricelist tbody tr td.zNum input {
		width: 100px;
		height: 80px;
		font: normal 4rem Roboto, sans-serif
	}

	.adpTable.pricelist tbody tr td.zPrice s {
		font-size: 1.8rem
	}

	.adpTable.pricelist tbody tr td.zInCart {
		padding-top: 5px;
		padding-left: 50%;
		padding-bottom: 30px
	}

	.adpTable.pricelist tbody tr td.zInCart .btn_Form {
		font-size: 2.4rem;
		padding: 18px 40px;
		overflow: hidden;
		/*-webkit-border-radius: 40px;
		-moz-border-radius: 40px;
		-o-border-radius: 40px;
		-ms-border-radius: 40px;
		-khtml-border-radius: 40px;
		border-radius: 40px;*/
		behavior: url(../ie/PIE.htc)
	}

	.adpTable tr td {
		font-size: 2.6em
	}
}

@media all and (max-width: 767px) {
	.adpTable {
		display: block
	}

	.adpTable.order tbody tr td.zGoods, .adpTable.order thead tr td.zGoods {
		min-width: 1px
	}

	.adpTable.cart tr td.zRes .btnDelete {
		font: 2.4rem Roboto, sans-serif
	}

	.adpTable tr td {
		font-size: 2.4em;
		padding: 10px 0 10px 20px
	}

	.adpTable tr td:last-child {
		padding-bottom: 30px
	}
}

@media all and (max-width: 479px) {
	table.adpTable {
		width: 100% !important
	}

	table.adpTable.cart tr td.zNum input[type=text] {
		width: 40px;
		height: 40px;
		font-size: 1.6rem
	}

	table.adpTable.cart tr td.zRes .btnDelete {
		font: 1.4rem Roboto, sans-serif;
		margin: 15px 0
	}

	table.adpTable.pricelist tbody {
		display: block
	}

	table.adpTable.pricelist tbody tr td {
		padding-top: 16px;
		vertical-align: top;
		width: 100% !important
	}

	table.adpTable.pricelist tbody tr td.zNum {
		padding-top: 0;
		padding-bottom: 0
	}

	table.adpTable.pricelist tbody tr td.zNum input {
		width: 40px;
		height: 40px;
		font: normal 1.6rem Roboto, sans-serif
	}

	table.adpTable.pricelist tbody tr td.zPrice s {
		font-size: 1.5rem
	}

	table.adpTable.pricelist tbody tr td.zInCart {
		padding-top: 0;
		padding-bottom: 15px
	}

	table.adpTable.pricelist tbody tr td.zInCart .btn_Form {
		font-size: 1.4rem;
		padding: 8px 13px
	}

	table.adpTable tr {
		width: 100% !important
	}

	table.adpTable tr td {
		font-size: 1.6em
	}
}

.gTitle {  
	font: 700 3rem/1.25em Roboto,Helvetica,sans-serif;
    color: #000;
    letter-spacing: .1em;
    text-transform: uppercase;
    margin-bottom: 30px;
    margin-top: 30px;
    text-align: center;
    /*text-shadow: 2px 1px 0px #98a0f3, -2px -1px 0px #e597d0;*/
}

.gTitle.wLinks {
	display: inline-block;
	background: none
}

.gTitle.wLinks span {
	margin-right: 20px
}

.gTitle.wLinks a {
	display: inline-block;
	padding-bottom: 20px
}

.gTitle.wLinks a span {
	font: 1.6rem/1.5em Roboto, sans-serif;
	color: #567ec7;
}

.gTitle.wLinks .btn_Form.blue {
	padding: 8px 22px;
	vertical-align: middle
}

.preTitle {
	font: 1.8em/1.11em Roboto, sans-serif;
	color: #1b1b1b;
	text-align: center;
	padding-top: 18px
}

.aTitle, .altTitle {
	font: bold 3em/.67em Roboto, sans-serif;
	color: #000;
	padding-bottom: 50px;
	text-transform: uppercase;
}

.aTitle a, .altTitle a {
	display: inline-block;
	float: right;
	font-size: .67em;
	font-weight: normal;
	color: #567ec7
}

.aTitle a span, .altTitle a span {
	line-height: 1em;
}

.altTitle {
	font-size: 2.4em
}

h1, .bTitle {
	padding-top: 30px;
	padding-bottom: 20px;
	font: 3.1em/1em Roboto Condensed, sans-serif;
	color: #F0FFE7;
	text-align: center;
	text-transform: uppercase;
}

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

.gTitle_line .gTitle {
	float: left;
	margin-right: 40px
}

.gTitle_line .right_line {
	display: block;
	padding-top: 17px
}

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

.gTitle_line .right_line .delivered {
	font: 1.6em/.83em Roboto, sans-serif;
	color: #80858d;
	float: left
}

.gTitle_line .right_line .dlc_links {
	float: right;
	white-space: nowrap
}

.gTitle_line .right_line .dlc_links .reorder, .gTitle_line .right_line .dlc_links .print {
	display: inline-block
}

.gTitle_line .right_line .dlc_links .reorder span, .gTitle_line .right_line .dlc_links .print span {
	font: 1.6em/1em Roboto, sans-serif;
	color: #567ec7;
}

.gTitle_line .right_line .dlc_links .reorder {
	margin-right: 30px
}

.gTitle_line .right_line .dlc_links .print {
	padding-left: 25px;
	position: relative
}

.gTitle_line .right_line .dlc_links .print:before {
	position: absolute;
	z-index: 9;
	top: 0;
	left: 0;
	display: block;
	content: '';
	width: 20px;
	height: 20px;
	background-image: url('../images/icons/icon_print.png');
	background-color: transparent;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: contain
}

.TextContent h1 {
	padding-bottom: 28px;
	padding-top: 45px;
}

.TextContent .Title, .TextContent h2 {
	font: bold 3rem/1em Roboto, sans-serif;
    color: #000;
    padding-bottom: 20px;
    text-transform: uppercase;
}

.TextContent .textInterface {
	font: 1.8em/1.33em Roboto, sans-serif;
	color: #000
}

.TextContent .textInterface p {
	margin-bottom: 8px
}
.TextContent .textInterface img {
	max-width: 100%;
}

.TextContent ol {
	display: block;
	counter-reset: li
}

.TextContent ol li {
	padding-bottom: 30px;
	padding-left: 50px;
	position: relative;
	counter-increment: li
}

.TextContent ol li:before {
	display: block;
    width: 35px;
    height: 35px;
    background-color: #000000;
    content: counter(li);
    position: absolute;
    z-index: 9;
    top: -5px;
    left: 0;
    font: bold 2rem/1em Roboto, sans-serif;
    color: #fff;
    text-align: center;
    padding-top: 7px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -khtml-box-sizing: border-box;
    box-sizing: border-box;
    overflow: hidden;
    /* -webkit-border-radius: 20px; */
    -moz-border-radius: 20px;
    -o-border-radius: 20px;
    -ms-border-radius: 20px;
    -khtml-border-radius: 20px;
    /* border-radius: 20px; */
    behavior: url(../ie/PIE.htc);
}

@media all and (max-width: 999px) {
	.gTitle {
		font-size: 4.8em
	}

	.gTitle.wLinks a span {
		font-size: 2.6rem
	}

	.aTitle, .altTitle {
		font-size: 4em
	}

	.gTitle_line .gTitle {
		margin-right: 0;
		float: none
	}

	.gTitle_line .right_line {
		padding-top: 0;
		padding-bottom: 30px
	}

	.gTitle_line .right_line .delivered {
		font-size: 2.6em
	}

	.gTitle_line .right_line .dlc_links .reorder span, .gTitle_line .right_line .dlc_links .print span {
		font-size: 2.6em
	}

	.TextContent .Title, .TextContent h2 {
		font-size: 4rem
	}

	.TextContent .textInterface {
		font-size: 2.4em
	}

	.TextContent ol li {
		padding-left: 95px
	}

	.TextContent ol li:before {
		width: 80px;
		height: 80px;
		font-size: 4rem;
		padding-top: 20px;
		overflow: hidden;
		-webkit-border-radius: 40px;
		-moz-border-radius: 40px;
		-o-border-radius: 40px;
		-ms-border-radius: 40px;
		-khtml-border-radius: 40px;
		border-radius: 40px;
		behavior: url(../ie/PIE.htc)
	}
}

@media all and (max-width: 767px) {
	.gTitle {
		font-size: 4em
	}

	.gTitle.wLinks a span {
		font-size: 2.4rem
	}

	.aTitle, .altTitle {
		font-size: 3em
	}

	.aTitle a, .altTitle a {
		margin-top: 15px;
		float: none;
		width: 100%
	}

	.gTitle_line .right_line {
		padding-bottom: 20px
	}

	.gTitle_line .right_line .delivered {
		width: 100%;
		float: none;
		padding-bottom: 10px;
		font-size: 2.4em
	}

	.gTitle_line .right_line .dlc_links {
		width: 100%;
		float: none
	}

	.gTitle_line .right_line .dlc_links .reorder span, .gTitle_line .right_line .dlc_links .print span {
		font-size: 2.4em
	}

	.TextContent .Title, .TextContent h2 {
		font-size: 3rem
	}

	.TextContent .textInterface {
		font-size: 1.8em
	}
}

@media all and (max-width: 479px) {
	h1, .gTitle {
		font-size: 2.4em
	}

	h1.wLinks a span, .gTitle.wLinks a span {
		font-size: 1.8rem
	}

	.aTitle, .altTitle {
		font-size: 1.8em;
		padding-bottom: 20px
	}

	.gTitle_line .right_line .delivered {
		font-size: 1.6em
	}

	.gTitle_line .right_line .dlc_links .reorder span, .gTitle_line .right_line .dlc_links .print span {
		font-size: 1.6em
	}

	.TextContent .Title, .TextContent h2 {
		font-size: 1.8rem
	}

	.TextContent .textInterface {
		font-size: 1.8em
	}

	.TextContent ol li {
		padding-left: 50px
	}

	.TextContent ol li:before {
		width: 40px;
		height: 40px;
		font-size: 2.4rem;
		padding-top: 7px;
		overflow: hidden;
		-webkit-border-radius: 20px;
		-moz-border-radius: 20px;
		-o-border-radius: 20px;
		-ms-border-radius: 20px;
		-khtml-border-radius: 20px;
		border-radius: 20px;
		behavior: url(../ie/PIE.htc)
	}
}

.textInterface {
	font: 600 2em/1.5em Roboto, sans-serif;
    color: #000;
    text-align: left;
}

@media all and (max-width: 999px) and (min-width: 767px) {
	.textInterface {
		font-size: 2.4rem
	}
}

form:after {
	clear: both;
	display: block;
	content: ''
}

form .string {
	width: 100%
}

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

form .string.required label {
	position: relative;
	padding-left: 10px
}

form .string.required label:before {
	position: absolute;
	z-index: 9;
	top: 0;
	left: 0;
	content: '*';
	display: block;
	width: auto;
	height: auto;
	color: #e11b19;
	font: bold 1em/1.22em Roboto, sans-serif
}

form .string .required {
	position: relative;
	padding-left: 10px
}

form .string .required:before {
	position: absolute;
	z-index: 9;
	top: 0;
	left: 0;
	content: '*';
	display: block;
	width: auto;
	height: auto;
	color: #e11b19;
	font: bold 1em/1.22em Roboto, sans-serif
}

form .string.error input, form .string.warning input, form .string.error textarea, form .string.warning textarea {
	border-color: #e11b19;
	border-radius: 0px
}

form input.error, form textarea.error, form input.warning, form textarea.warning {
	border-color: #e11b19
}

input[type=checkbox], input[type=radio] {
	display: none !important
}

input[type=checkbox] + label, input[type=radio] + label {
	display: table !important;
	font: 1.6em/1.1em Roboto, sans-serif;
	color: #343332;
	position: relative;
	padding-left: 20px;
	cursor: pointer
}

input[type=checkbox] + label:before, input[type=radio] + label:before {
	position: absolute;
	z-index: 9;
	top: 6px;
	left: 0;
	content: '';
	display: block;
	width: 15px;
	height: 15px;
	background-image: url('../images/icons/icon_checkbox_off.png');
	background-color: transparent;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: contain
}

input[type=checkbox]:checked + label:before, input[type=radio]:checked + label:before {
	background-image: url('../images/icons/icon_checkbox_on.png')
}

input[type=radio] + label:before {
	width: 13px;
	height: 13px;
	background-image: url(../images/icons/icon_radio_off.png)
}

input[type=radio]:checked + label:before {
	background-image: url(../images/icons/icon_radio_on.png)
}

form .error input {
	background-color: #ffe4e4 !important;
	border: 2px solid #f26c4f !important
}

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

form .string.twoBtn div, form .string.twoBtn button, form .string.twoBtn input[type=submit] {
	float: left
}

form .string.twoBtn div:first-child, form .string.twoBtn button:first-child, form .string.twoBtn input[type=submit]:first-child {
	margin-right: 20px
}

form input:focus, form textarea:focus, form input:active, form textarea:active {
	border: 2px solid #6aaaee;
	-webkit-box-shadow: 0 0 4px rgba(106, 170, 238, 0.43);
	-o-box-shadow: 0 0 4px rgba(106, 170, 238, 0.43);
	-moz-box-shadow: 0 0 4px rgba(106, 170, 238, 0.43);
	-khtml-box-shadow: 0 0 4px rgba(106, 170, 238, 0.43);
	box-shadow: 0 0 4px rgba(106, 170, 238, 0.43);
	overflow: hidden;
	/*-webkit-border-radius: 20px;
	-moz-border-radius: 30px;
	-o-border-radius: 30px;
	-ms-border-radius: 30px;
	-khtml-border-radius: 30px;
	border-radius: 30px;*/
	behavior: url(../ie/PIE.htc)
}

form input.warning, form textarea.warning {
	background-color: #ffe4e4;
	border: 1px solid #f26c4f;
	-webkit-box-shadow: none;
	-o-box-shadow: none;
	-moz-box-shadow: none;
	-khtml-box-shadow: none;
	box-shadow: none;
	overflow: hidden;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	-o-border-radius: 20px;
	-ms-border-radius: 20px;
	-khtml-border-radius: 20px;
	border-radius: 20px;
	behavior: url(../ie/PIE.htc)
}

form input.warning + span, form textarea.warning + span {
	display: block;
	padding-top: 5px;
	font: bold 1.6em/1.25em Roboto, sans-serif;
	color: #f26c4f
}

form input[type=checkbox]:focus, form input[type=radio]:focus, form input[type=checkbox]:active, form input[type=radio]:active {
	outline: 0;
	border: 0
}

form label {
	display: block;
	font: 700 1em/1em Roboto, sans-serif;
    color: #000000;
	text-align: center;
	text-transform: uppercase;
	padding-bottom: 2px
}

form label i {
	color: red;
}

form input, form textarea {
	width: 100%;
	height: 48px;
	padding-left: 12px;
	padding-right: 12px;
	font: 1.6em/1.5em Roboto,sans-serif;
	color: #343332;
	border: 1px solid #d8d7d7;
	overflow: hidden;
	text-align: center;
	/*-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	-o-border-radius: 30px;
	-ms-border-radius: 30px;
	-khtml-border-radius: 30px;
	border-radius: 30px;*/
	behavior: url(../ie/PIE.htc)
}

.formSearch_menu {
	position: relative;
	z-index: 7;
	display: block;
	width: 15.647059%;
	/* padding-top: 15px; */
	/* padding-right: 10px; */
	float: right;
	margin-top: 15px;
	margin-right: 15px;
	overflow: hidden;
	border: 1px solid #e8e8e8;
	-webkit-border-radius: 24px;
	-moz-border-radius: 24px;
	-o-border-radius: 24px;
	-ms-border-radius: 24px;
	-khtml-border-radius: 24px;
	border-radius: 24px;
	behavior: url(../ie/PIE.htc);
}

.formSearch_menu input {
	display: block;
	width: 100%;
	height: 36px;
	position: relative;
	z-index: 8;
	padding-right: 38px;
	/* top: -13px; */
	/* margin-top: 1px; */
	padding-left: 17px;
	border: 0;
	font: 1.5em Roboto, sans-serif;
	color: #848484;
	/* background: #171717; */
	overflow: hidden;
	-webkit-border-radius: 24px;
	-moz-border-radius: 24px;
	-o-border-radius: 24px;
	-ms-border-radius: 24px;
	-khtml-border-radius: 24px;
	border-radius: 24px;
	behavior: url(../ie/PIE.htc);
}

.formSearch_menu input[type=submit], .formSearch_menu button {
	position: absolute;
	z-index: 9;
	top: 8px;
	right: 14px;
	display: block;
	width: 20px;
	height: 20px;
	cursor: pointer;
	background-image: url('../images/icons/icon_search.svg');
	background-color: transparent;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: '';
}

.formSubscribe {
	padding-top: 20px;
	padding-bottom: 30px
}

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

.formSubscribe .string {
	display: block;
	width: 45%;
	float: left;
	margin-right: 16px
}

.formSubscribe label {
	font: 1.4em/1.33em Roboto, sans-serif;
    color: #ffffff;
	display: inline-block;
	padding-top: 10px
}

.formSubscribe input {
	min-width: 270px;
	width: 24.80314961%;
	height: 46px;
	border: 2px solid #848484;
	padding-right: 23px;
	padding-left: 12px;
	font: 1.6em Roboto, sans-serif;
	color: #848484;
	margin-right: 8px;
	margin-top: 10px;
	overflow: hidden;
	/*-webkit-border-radius: 25px;
	-moz-border-radius: 25px;
	-o-border-radius: 25px;
	-ms-border-radius: 25px;
	-khtml-border-radius: 25px;
	border-radius: 25px;*/
	behavior: url(../ie/PIE.htc)
}

.formSubscribe input:focus {
	overflow: hidden;
	/*-webkit-border-radius: 25px;
	-moz-border-radius: 25px;
	-o-border-radius: 25px;
	-ms-border-radius: 25px;
	-khtml-border-radius: 25px;
	border-radius: 25px;*/
	behavior: url(../ie/PIE.htc)
}

.formSubscribe .btn_formSubscribe {
	background-color: #676da7;
    padding: 16px 29px;
    letter-spacing: 0.1rem;
    text-transform: uppercase;
    text-align: center;
    overflow: hidden;
    /*-webkit-border-radius: 25px;
    -moz-border-radius: 25px;
    -o-border-radius: 25px;
    -ms-border-radius: 25px;
    -khtml-border-radius: 25px;
    border-radius: 25px;*/
    behavior: url(../ie/PIE.htc);
    font: 1.4em/1em Roboto, sans-serif;
    color: #fff;
}

.Form.bgWave_blue, .Form .bgWave_blue {
	background-image: url('../images/wave_blue.jpg');
	background-color: transparent;
	background-repeat: repeat;
	background-position: center center;
	background-size: ''
}

.Form.callOrder {
	padding-top: 40px;
	padding-bottom: 20px;
	text-align: center
}

.Form.callOrder .title {
	font: bold 3.6em/.56em Roboto, sans-serif;
	color: #fff;
	padding-bottom: 25px
}

.Form.callOrder .text {
	font: 1.8em/1.11em Roboto, sans-serif;
	color: #fff
}

.Form.callOrder form {
	width: 100%;
	max-width: 838px;
	margin: 0 auto
}

.Form.callOrder form .string {
	text-align: left;
	margin-bottom: 40px
}

.Form.callOrder form .string.twoCol:after {
	clear: both;
	display: block;
	content: ''
}

.Form.callOrder form .string.twoCol .col {
	width: 46.53937947%;
	display: block;
	float: left;
	margin-right: 6.91%
}

.Form.callOrder form .string.twoCol .col:last-child {
	margin-right: 0
}

.Form.callOrder form .string label {
	font: 1.5em/1.6em Roboto, sans-serif;
	color: #fff
}

.Form.callOrder form .string input {
	display: block;
	width: 100%;
	height: 40px;
	border: 1px solid #d8d7d7;
	padding-right: 12px;
	padding-left: 12px;
	overflow: hidden;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	-o-border-radius: 4px;
	-ms-border-radius: 4px;
	-khtml-border-radius: 4px;
	border-radius: 4px;
	behavior: url(../ie/PIE.htc)
}

.Form.callOrder form .string .btn_Form {
	margin: 0 auto
}

form.settingsBlock {
	margin-bottom: 35px;
    padding-top: 20px;
}

form.settingsBlock .title {
	font: bold 2.4em/1em Roboto, sans-serif;
	color: #343332;
	padding-bottom: 10px
}

form.settingsBlock .string {
	margin-bottom: 15px
}

form.settingsBlock .string label, form.settingsBlock .string span {
	display: block;
	font: 1.5em/1.5em Roboto, sans-serif;
	color: #80858d
}

form.settingsBlock .string span {
	display: inline-block
}

form.settingsBlock .string input {
	width: 227px;
	height: 40px;
	margin-right: 10px;
	padding-left: 12px;
	padding-right: 12px
}

form.settingsBlock .btn_Form {
	font-size: 1.6em
}

.formCart .string {
	margin-top: 20px;
	margin-bottom: 40px
}

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

.formCart .string .btn_Form {
	float: left;
	margin-right: 20px;
	padding: 7px 10px
}

.formCart .additionalInformation .block_inf {
	width: 50%;
	min-width: 220px;
	float: left
}

.formOrder .string {
	margin-bottom: 35px
}

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

.formOrder .string.addr .first, .formOrder .string.addr .second, .formOrder .string.addr .third, .formOrder .string.addr .fourth {
	display: block;
	float: left;
	margin-right: 20px
}

.formOrder .string.addr .first {
	width: 121px
}

.formOrder .string.addr .second {
	width: 240px
}

.formOrder .string.addr .third {
	width: 50px
}

.formOrder .string.addr .fourth {
	width: 50px;
	margin-right: 0
}

.formOrder .string.twoCol .col {
	display: block;
	width: 227px;
	float: left;
	margin-right: 20px
}

.formOrder .string.text {
	font: 1.6em/1.5em Roboto, sans-serif;
	color: #343332
}

.formOrder .string.text p {
	margin-bottom: 8px
}

.formOrder .string.text p:last-child {
	margin-bottom: 0
}

.formOrder .string.text a {
	color: #567ec7;
	margin-left: 20px
}

.formOrder .string hr {
	border: none;
	height: 1px;
	color: #d8d7d7;
	background-color: #d8d7d7
}

.formOrder .string label {
	display: block;
	font: 1.5em/1.6em Roboto, sans-serif;
	color: #80858d;
	padding-bottom: 2px
}

.formOrder .string input, .formOrder .string textarea {
	display: block;
	width: 100%;
	max-width: 810px;
	height: 39px;
	border: 1px solid #d8d7d7;
	padding-right: 10px;
	padding-left: 10px;
	font: 1.6em/1.5em Roboto, sans-serif;
	color: #343332;
	overflow: hidden;
	/*-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	-o-border-radius: 20px;
	-ms-border-radius: 20px;
	-khtml-border-radius: 20px;
	border-radius: 20px;*/
	behavior: url(../ie/PIE.htc)
}

.formOrder .string textarea {
	padding-top: 10px;
	padding-bottom: 10px;
	resize: vertical
}

.formOrder .string .blSelect.payment .chosen-container, .formOrder .string .blSelect.payment select {
	width: 471px !important
}

.formOrder .string .blSelect.payment .chosen-container .chosen-single, .formOrder .string .blSelect.payment select .chosen-single {
	width: 471px
}

.formOrder .string .blSelect select {
	height: 40px;
	padding-left: 10px;
	background-color: #fff
}

.formOrder .string .blSelect .chosen-container, .formOrder .string .blSelect select {
	width: 200px !important;
	font: bold 1.6em Roboto, sans-serif;
	color: #343332
}

.formOrder .string .blSelect .chosen-container .chosen-single, .formOrder .string .blSelect select .chosen-single {
	width: 200px;
	height: 40px;
	line-height: 2.3em;
	padding-left: 10px;
	background: none;
	box-shadow: none;
	border: 1px solid #d8d7d7
}

.formOrder .string .blSelect .chosen-container .chosen-single div, .formOrder .string .blSelect select .chosen-single div {
	width: 13px;
	right: 10px
}

.formOrder .string .blSelect .chosen-container .chosen-single div b, .formOrder .string .blSelect select .chosen-single div b {
	background-image: url('../images/icons/icon_arrow_down.png');
	background-color: transparent;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: contain
}

.formOrder .string .blSelect .chosen-container .chosen-drop, .formOrder .string .blSelect select .chosen-drop {
	border-color: #d8d7d7
}

.formOrder .string .blSelect .chosen-container .chosen-drop .chosen-results li, .formOrder .string .blSelect select .chosen-drop .chosen-results li {
	padding-top: 10px
}

.formCallback .string {
	margin-bottom: 20px
}

.formCallback .string label {
	font: 1.5em/1.33em Roboto, sans-serif;
	color: #80858d;
	display: block;
	padding-bottom: 2px
}

.formCallback .string input {
	width: 100%;
    height: 48px;
    border: 1px solid #d8d7d7;
    padding-right: 13px;
    padding-left: 17px;
    font: 2.6em/1.5em Roboto, sans-serif;
    color: #343332;
}

.formContacts {
	padding-top: 35px;
	max-width: 50%;
	padding-bottom: 35px
}

.formContacts .string {
	margin-bottom: 15px
}

.formContacts .string.captcha .captcha input, .formContacts .string.captcha .captcha .image, .formContacts .string.captcha .captcha .changeImage {
	display: inline-block;
	vertical-align: middle
}

.formContacts .string.captcha .captcha input {
	width: 125px;
	margin-right: 16px
}

.formContacts .string.captcha .captcha .image {
	width: 133px;
	height: 54px;
	margin-right: 6px
}

.formContacts .string.captcha .captcha .image img {
	max-width: 100%;
	display: block
}

.formContacts .string.captcha .captcha .changeImage {
	font: 1.6em/1.5em Roboto, sans-serif;
	color: #98a0f3;
	cursor: pointer
}

.formContacts .string input, .formContacts .string textarea {
	width: 100%;
}

.formContacts .string textarea {
	height: 100px;
	resize: vertical;
	padding-top: 8px;
	padding-bottom: 8px
}

.formProfile {
	width: 100%;
	max-width: 320px
}

.formProfile .string {
	padding-bottom: 16px
}

.formProfile .string.twoCol:after {
	clear: both;
	display: block;
	content: ''
}

.formProfile .string.twoCol .col {
	width: 50%;
	float: left
}

.formProfile .string.birthday:after {
	clear: both;
	display: block;
	content: ''
}

.formProfile .string.birthday .day, .formProfile .string.birthday .month, .formProfile .string.birthday .year {
	float: center;
	height: 40px;
	margin-right: 20px
}

.formProfile .string.birthday .day .blSelect select, .formProfile .string.birthday .month .blSelect select, .formProfile .string.birthday .year .blSelect select {
	height: 40px;
	padding-left: 10px;
	background-color: #fff
}

.formProfile .string.birthday .day .blSelect .chosen-container, .formProfile .string.birthday .month .blSelect .chosen-container, .formProfile .string.birthday .year .blSelect .chosen-container, .formProfile .string.birthday .day .blSelect select, .formProfile .string.birthday .month .blSelect select, .formProfile .string.birthday .year .blSelect select {
	font: bold 1.6em Roboto, sans-serif;
	color: #343332
}

.formProfile .string.birthday .day .blSelect .chosen-container .chosen-single, .formProfile .string.birthday .month .blSelect .chosen-container .chosen-single, .formProfile .string.birthday .year .blSelect .chosen-container .chosen-single, .formProfile .string.birthday .day .blSelect select .chosen-single, .formProfile .string.birthday .month .blSelect select .chosen-single, .formProfile .string.birthday .year .blSelect select .chosen-single {
	height: 40px;
	line-height: 2.3em;
	padding-left: 10px;
	background: none;
	box-shadow: none;
	border: 1px solid #d8d7d7
}

.formProfile .string.birthday .day .blSelect .chosen-container .chosen-single span, .formProfile .string.birthday .month .blSelect .chosen-container .chosen-single span, .formProfile .string.birthday .year .blSelect .chosen-container .chosen-single span, .formProfile .string.birthday .day .blSelect select .chosen-single span, .formProfile .string.birthday .month .blSelect select .chosen-single span, .formProfile .string.birthday .year .blSelect select .chosen-single span {
	margin-right: 17px
}

.formProfile .string.birthday .day .blSelect .chosen-container .chosen-single div, .formProfile .string.birthday .month .blSelect .chosen-container .chosen-single div, .formProfile .string.birthday .year .blSelect .chosen-container .chosen-single div, .formProfile .string.birthday .day .blSelect select .chosen-single div, .formProfile .string.birthday .month .blSelect select .chosen-single div, .formProfile .string.birthday .year .blSelect select .chosen-single div {
	width: 10px;
	right: 5px
}

.formProfile .string.birthday .day .blSelect .chosen-container .chosen-single div b, .formProfile .string.birthday .month .blSelect .chosen-container .chosen-single div b, .formProfile .string.birthday .year .blSelect .chosen-container .chosen-single div b, .formProfile .string.birthday .day .blSelect select .chosen-single div b, .formProfile .string.birthday .month .blSelect select .chosen-single div b, .formProfile .string.birthday .year .blSelect select .chosen-single div b {
	background-image: url('../images/icons/icon_arrow_down.png');
	background-color: transparent;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: contain
}

.formProfile .string.birthday .day .blSelect .chosen-container .chosen-drop, .formProfile .string.birthday .month .blSelect .chosen-container .chosen-drop, .formProfile .string.birthday .year .blSelect .chosen-container .chosen-drop, .formProfile .string.birthday .day .blSelect select .chosen-drop, .formProfile .string.birthday .month .blSelect select .chosen-drop, .formProfile .string.birthday .year .blSelect select .chosen-drop {
	border-color: #d8d7d7
}

.formProfile .string.birthday .day .blSelect .chosen-container .chosen-drop .chosen-results li, .formProfile .string.birthday .month .blSelect .chosen-container .chosen-drop .chosen-results li, .formProfile .string.birthday .year .blSelect .chosen-container .chosen-drop .chosen-results li, .formProfile .string.birthday .day .blSelect select .chosen-drop .chosen-results li, .formProfile .string.birthday .month .blSelect select .chosen-drop .chosen-results li, .formProfile .string.birthday .year .blSelect select .chosen-drop .chosen-results li {
	padding-top: 10px
}

.formProfile .string.birthday .day .chosen-container, .formProfile .string.birthday .day select {
	width: 50px !important
}

.formProfile .string.birthday .day .chosen-container .chosen-single, .formProfile .string.birthday .day select .chosen-single {
	width: 50px
}

.formProfile .string.birthday .month .chosen-container, .formProfile .string.birthday .month select {
	width: 115px !important
}

.formProfile .string.birthday .month .chosen-container .chosen-single, .formProfile .string.birthday .month select .chosen-single {
	width: 115px
}

.formProfile .string.birthday .year {
	margin-right: 0
}

.formProfile .string.birthday .year .chosen-container, .formProfile .string.birthday .year select {
	width: 75px !important
}

.formProfile .string.birthday .year .chosen-container .chosen-single, .formProfile .string.birthday .year select .chosen-single {
	width: 75px
}

.formPopupEnter {
	display: block;
	width: 100%;
}

.formPopupEnter .string {
	margin-bottom: 24px
}

.formPopupEnter .string.twoCol {
	width: 100%
}

.formPopupEnter .string.twoCol .col {
	display: inline-block;
	vertical-align: middle;
	width: 100%;
	text-align: right;
	margin-right: 16px
}

.formPopupEnter .string.twoCol .col:last-child {
    text-align: center;
}

.formPopupEnter .btnLink {
	font: 1.4em/1.5em Roboto, sans-serif;
    color: #676da7;
    text-transform: uppercase;
}

.formSocial {
	display: block;
	width: 100%
}

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

.formSocial li {
	display: block;
	float: left;
	margin-right: 10px
}

.formSocial li:last-child {
	margin-right: 0
}

/*.formSocial li.facebook a {
	background-image: url(../images/icons/icon_facebook.png)
}*/

.formSocial li.twitter a {
	background-image: url(../images/icons/icon_twitter.png)
}

.formSocial li.vkontakte a {
	background-image: url(../images/icons/icon_vkontakte.png)
}

.formSocial li a {
	display: block;
	width: 40px;
	height: 40px;
	background-image: url('');
	background-color: transparent;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: contain
}

.formPopupRegister .string {
	margin-bottom: 2.4rem;
}

.formPopupRegister .string input {
	width: 100%;
}

.formPopupRegister .string .input_inform input {
	margin-right: 20px
}

.formPopupRegister .string .input_inform span {
	font: 1.5em/1.33em Roboto, sans-serif;
	color: #80858d
}

.formPopupRegister .string.captcha .captcha input, .formPopupRegister .string.captcha .captcha .image, .formPopupRegister .string.captcha .captcha .changeImage {
	display: inline-block;
	vertical-align: middle
}

.formPopupRegister .string.captcha .captcha input {
	width: 125px;
	margin-right: 16px
}

.formPopupRegister .string.captcha .captcha .image {
	width: 133px;
	height: 54px;
	margin-right: 6px
}

.formPopupRegister .string.captcha .captcha .image img {
	max-width: 100%;
	display: block
}

.formPopupRegister .string.captcha .captcha .changeImage {
	font: 1.6em/1.5em Roboto, sans-serif;
	color: #567ec7;
	cursor: pointer
}

.formGoodsProcessing .string.twoCol .col {
	width: 48%;
	float: left;
	position: relative
}

.formGoodsProcessing .string.twoCol .col:first-child {
	margin-right: 4%
}

.formGoodsProcessing .string.twoCol .col input[type=checkbox] + label, .formGoodsProcessing .string.twoCol .col input[type=radio] + label {
	position: relative;
	display: block;
	width: 100%;
	padding-top: 164px
}

.formGoodsProcessing .string.twoCol .col input[type=checkbox] + label:before, .formGoodsProcessing .string.twoCol .col input[type=radio] + label:before {
	width: 13px !important;
	height: 13px !important;
	top: auto;
	bottom: 5px
}

@media all and (min-width: 767px) and (max-width: 999px) {
	.formGoodsProcessing .string.twoCol .col input[type=checkbox] + label, .formGoodsProcessing .string.twoCol .col input[type=radio] + label {
		padding-top: 20px !important;
		padding-left: 20px !important
	}

	.formGoodsProcessing .string.twoCol .col input[type=checkbox] + label:before, .formGoodsProcessing .string.twoCol .col input[type=radio] + label:before {
		top: auto;
		bottom: 10px
	}
}

.formGoodsProcessing .string.twoCol .col .image {
	position: absolute;
	z-index: 9;
	top: 0;
	left: 0;
	display: block;
	width: 100%;
	height: 154px
}

.formGoodsProcessing .string.twoCol .col .image img {
	display: block;
	max-width: 100%;
	max-height: 100%
}

@media all and (max-width: 999px) {
	.formGoodsProcessing .string.twoCol .col {
		width: 100%
	}

	.formGoodsProcessing .string.twoCol .col input[type=checkbox] + label, .formGoodsProcessing .string.twoCol .col input[type=radio] + label {
		font-size: 3rem;
		padding-top: 30px;
		padding-left: 35px
	}

	.formGoodsProcessing .string.twoCol .col input[type=checkbox] + label:before, .formGoodsProcessing .string.twoCol .col input[type=radio] + label:before {
		width: 25px;
		height: 25px
	}

	.formGoodsProcessing .string.twoCol .col input[type=checkbox] + label .image, .formGoodsProcessing .string.twoCol .col input[type=radio] + label .image {
		display: none
	}

	.formGoodsProcessing .string .popupText {
		font-size: 2.6em !important;
		padding-bottom: 20px
	}
}

@media all and (max-width: 767px) {
	.formGoodsProcessing .string.twoCol .col input[type=checkbox] + label, .formGoodsProcessing .string.twoCol .col input[type=radio] + label {
		font-size: 1.6rem;
		padding-top: 20px;
		padding-left: 20px
	}

	.formGoodsProcessing .string.twoCol .col input[type=checkbox] + label:before, .formGoodsProcessing .string.twoCol .col input[type=radio] + label:before {
		width: 14px;
		height: 14px
	}

	.formGoodsProcessing .string .popupText {
		font-size: 1.6em !important;
		line-height: 1.4em;
		padding-bottom: 20px
	}

	.formGoodsProcessing .string .btn_Form.blue {
		margin-bottom: 15px
	}
}

form.form_managerCabinet {
	display: block;
	max-width: 400px
}

form.form_managerCabinet .string {
	margin-bottom: 30px
}

form.addReviews {
	padding: 30px 0
}

form.addReviews .string {
	margin-bottom: 15px
}

form.addReviews .string .fTitle {
	font: bold 3rem/.66em Roboto, sans-serif;
	color: #343332;
	text-align: left;
	padding-bottom: 25px
}

form.addReviews .string label, form.addReviews .string > span {
	font: 1.5rem/1.33em Roboto, sans-serif;
	color: #80858d
}

form.addReviews .string textarea {
	width: 50%;
	min-width: 500px;
	min-height: 160px;
	font: 1.6rem/1em Roboto, sans-serif;
	color: #000;
	resize: vertical;
	padding-top: 15px;
	padding-bottom: 5px
}

form.addReviews .string > span {
	display: inline-block;
	vertical-align: middle;
	margin-right: 5px
}

form.addReviews .string .Rating {
	display: inline-block;
	vertical-align: middle
}

@media all and (max-width: 999px) {
	form label {
		font-size: 2.6em
	}

	form input, form textarea {
		height: 80px;
		font-size: 3em
	}

	form .btn_Form {
		font-size: 3rem;
		overflow: hidden;
		/*-webkit-border-radius: 40px;
		-moz-border-radius: 40px;
		-o-border-radius: 40px;
		-ms-border-radius: 40px;
		-khtml-border-radius: 40px;
		border-radius: 40px;*/
		behavior: url(../ie/PIE.htc)
	}

	form input[type=checkbox] + label {
		font-size: 2.6em;
		padding-left: 30px
	}

	form input[type=checkbox] + label:before {
		width: 20px;
		height: 20px
	}

	form.settingsBlock .title {
		font-size: 4em
	}

	form.settingsBlock .string {
		margin-bottom: 25px
	}

	form.settingsBlock .string label, form.settingsBlock .string span {
		font-size: 2.6em
	}

	form.settingsBlock .string input {
		width: 100%;
		max-width: 375px;
		height: 80px;
		font-size: 3em
	}

	form.settingsBlock .string input[type=checkbox] + label {
		padding-left: 25px
	}

	form.settingsBlock .string input[type=checkbox] + label:before {
		width: 20px;
		height: 20px;
		top: 8px
	}

	form.settingsBlock .btn_Form {
		font-size: 3rem
	}

	.formCart .additionalInformation .block_inf {
		width: 100% !important;
		min-width: 1px !important;
		float: none !important
	}

	.formOrder .string.addr .first, .formOrder .string.addr .second, .formOrder .string.addr .third, .formOrder .string.addr .fourth {
		float: none;
		margin-right: 0;
		margin-bottom: 30px
	}

	.formOrder .string.addr .first {
		width: 100%
	}

	.formOrder .string.addr .second {
		width: 100%
	}

	.formOrder .string.addr .third {
		width: 118px;
		float: left;
		margin-right: 50px
	}

	.formOrder .string.addr .fourth {
		width: 118px;
		float: left
	}

	.formOrder .string.twoCol .col {
		display: block;
		width: 435px;
		float: none;
		margin-right: 0
	}

	.formOrder .string.text {
		font-size: 2.6em
	}

	.formOrder .string label {
		font: 2.4em Roboto, sans-serif
	}

	.formOrder .string input {
		height: 80px;
		font-size: 4em
	}

	.formOrder .string .blSelect.payment .chosen-container, .formOrder .string .blSelect.payment select {
		width: 100% !important
	}

	.formOrder .string .blSelect.payment .chosen-container .chosen-single, .formOrder .string .blSelect.payment select .chosen-single {
		width: 100%
	}

	.formOrder .string .blSelect select {
		height: 80px;
		padding-left: 10px;
		background-color: #fff
	}

	.formOrder .string .blSelect .chosen-container, .formOrder .string .blSelect select {
		width: 100% !important;
		font: bold 4em Roboto, sans-serif
	}

	.formOrder .string .blSelect .chosen-container .chosen-single, .formOrder .string .blSelect select .chosen-single {
		width: 100%;
		height: 80px;
		line-height: 2em
	}

	.formOrder .string .blSelect .chosen-container .chosen-single div, .formOrder .string .blSelect select .chosen-single div {
		right: 10px
	}

	.formOrder .string .blSelect .chosen-container .chosen-drop .chosen-results li, .formOrder .string .blSelect select .chosen-drop .chosen-results li {
		margin-bottom: 20px
	}

	.formOrder .string .btn_Form {
		font-size: 3em;
		overflow: hidden;
		-webkit-border-radius: 40px;
		-moz-border-radius: 40px;
		-o-border-radius: 40px;
		-ms-border-radius: 40px;
		-khtml-border-radius: 40px;
		border-radius: 40px;
		behavior: url(../ie/PIE.htc)
	}

	.formContacts {
		padding-top: 25px;
		padding-bottom: 25px
	}

	.formContacts .string.captcha .captcha .changeImage {
		font-size: 2.4em
	}

	.formProfile {
		max-width: 100%
	}

	.formProfile .string input[type=radio] + label {
		font-size: 4em;
		padding-left: 30px
	}

	.formProfile .string input[type=radio] + label:before {
		width: 20px;
		height: 20px;
		top: 50%;
		margin-top: -10px;
		background-size: cover
	}

	.formProfile .string.birthday .day, .formProfile .string.birthday .month, .formProfile .string.birthday .year {
		height: 80px;
		margin-right: 20px
	}

	.formProfile .string.birthday .day .blSelect select, .formProfile .string.birthday .month .blSelect select, .formProfile .string.birthday .year .blSelect select {
		height: 80px;
		padding-left: 10px;
		background-color: #fff
	}

	.formProfile .string.birthday .day .blSelect .chosen-container, .formProfile .string.birthday .month .blSelect .chosen-container, .formProfile .string.birthday .year .blSelect .chosen-container, .formProfile .string.birthday .day .blSelect select, .formProfile .string.birthday .month .blSelect select, .formProfile .string.birthday .year .blSelect select {
		font: bold 4em Roboto, sans-serif
	}

	.formProfile .string.birthday .day .blSelect .chosen-container .chosen-single, .formProfile .string.birthday .month .blSelect .chosen-container .chosen-single, .formProfile .string.birthday .year .blSelect .chosen-container .chosen-single, .formProfile .string.birthday .day .blSelect select .chosen-single, .formProfile .string.birthday .month .blSelect select .chosen-single, .formProfile .string.birthday .year .blSelect select .chosen-single {
		height: 80px;
		line-height: 1.9em
	}

	.formProfile .string.birthday .day .blSelect .chosen-container .chosen-drop .chosen-results li, .formProfile .string.birthday .month .blSelect .chosen-container .chosen-drop .chosen-results li, .formProfile .string.birthday .year .blSelect .chosen-container .chosen-drop .chosen-results li, .formProfile .string.birthday .day .blSelect select .chosen-drop .chosen-results li, .formProfile .string.birthday .month .blSelect select .chosen-drop .chosen-results li, .formProfile .string.birthday .year .blSelect select .chosen-drop .chosen-results li {
		padding-top: 20px
	}

	.formProfile .string.birthday .day .chosen-container, .formProfile .string.birthday .day select {
		width: 100px !important
	}

	.formProfile .string.birthday .day .chosen-container .chosen-single, .formProfile .string.birthday .day select .chosen-single {
		width: 100px
	}

	.formProfile .string.birthday .month .chosen-container, .formProfile .string.birthday .month select {
		width: 200px !important
	}

	.formProfile .string.birthday .month .chosen-container .chosen-single, .formProfile .string.birthday .month select .chosen-single {
		width: 200px
	}

	.formProfile .string.birthday .year {
		margin-right: 0
	}

	.formProfile .string.birthday .year .chosen-container, .formProfile .string.birthday .year select {
		width: 140px !important
	}

	.formProfile .string.birthday .year .chosen-container .chosen-single, .formProfile .string.birthday .year select .chosen-single {
		width: 140px
	}

	form.addReviews .string .fTitle {
		font-size: 3.6rem
	}

	form.addReviews .string label, form.addReviews .string > span {
		font-size: 3rem
	}

	form.addReviews .string textarea {
		width: 100%;
		min-width: 200px;
		min-height: 160px;
		font: 2.4rem/1em Roboto, sans-serif
	}
}

@media all and (max-width: 767px) {
	form label {
		font-size: 2.4em
	}

	form input, form textarea {
		height: 65px;
		font-size: 2.4em
	}

	form .btn_Form {
		font-size: 2.4rem
	}

	form input[type=checkbox] + label {
		font-size: 2.4em
	}

	form.settingsBlock .title {
		font-size: 3em
	}

	form.settingsBlock .string label, form.settingsBlock .string span {
		font-size: 2.4em
	}

	form.settingsBlock .string input {
		height: 65px;
		font-size: 2.4em
	}

	form.settingsBlock .btn_Form {
		font-size: 2.4rem
	}

	.formOrder .string.addr .third {
		width: 74px;
		margin-right: 40px
	}

	.formOrder .string.addr .fourth {
		width: 74px
	}

	.formOrder .string.twoCol .col {
		width: 100%
	}

	.formOrder .string.text {
		font-size: 2.4em
	}

	.formOrder .string label {
		font: 2.4em Roboto, sans-serif
	}

	.formOrder .string input {
		height: 65px;
		font-size: 3em
	}

	.formOrder .string .blSelect select {
		height: 65px;
		padding-left: 10px;
		background-color: #fff
	}

	.formOrder .string .blSelect .chosen-container, .formOrder .string .blSelect select {
		font-size: 3em
	}

	.formOrder .string .blSelect .chosen-container .chosen-single, .formOrder .string .blSelect select .chosen-single {
		height: 65px;
		line-height: 2.3em
	}

	.formOrder .string .blSelect .chosen-container .chosen-drop .chosen-results li, .formOrder .string .blSelect select .chosen-drop .chosen-results li {
		margin-bottom: 10px
	}

	.formOrder .string .btn_Form {
		font-size: 2.4em
	}

	.formContacts {
		padding-top: 20px;
		padding-bottom: 20px
	}

	.formContacts .string.captcha .captcha .changeImage {
		font-size: 1.8em
	}

	.formProfile .string input[type=radio] + label {
		font-size: 3em
	}

	.formProfile .string.birthday .day, .formProfile .string.birthday .month, .formProfile .string.birthday .year {
		height: 65px
	}

	.formProfile .string.birthday .day .blSelect .chosen-container, .formProfile .string.birthday .month .blSelect .chosen-container, .formProfile .string.birthday .year .blSelect .chosen-container, .formProfile .string.birthday .day .blSelect select, .formProfile .string.birthday .month .blSelect select, .formProfile .string.birthday .year .blSelect select {
		font: bold 3em Roboto, sans-serif
	}

	.formProfile .string.birthday .day .blSelect .chosen-container .chosen-single, .formProfile .string.birthday .month .blSelect .chosen-container .chosen-single, .formProfile .string.birthday .year .blSelect .chosen-container .chosen-single, .formProfile .string.birthday .day .blSelect select .chosen-single, .formProfile .string.birthday .month .blSelect select .chosen-single, .formProfile .string.birthday .year .blSelect select .chosen-single {
		height: 65px;
		line-height: 2.1em
	}

	.formProfile .string.birthday .day .chosen-container, .formProfile .string.birthday .day select {
		width: 80px !important
	}

	.formProfile .string.birthday .day .chosen-container .chosen-single, .formProfile .string.birthday .day select .chosen-single {
		width: 80px
	}

	.formProfile .string.birthday .month .chosen-container, .formProfile .string.birthday .month select {
		width: 180px !important
	}

	.formProfile .string.birthday .month .chosen-container .chosen-single, .formProfile .string.birthday .month select .chosen-single {
		width: 180px
	}

	.formProfile .string.birthday .year {
		margin-right: 0
	}

	.formProfile .string.birthday .year .chosen-container, .formProfile .string.birthday .year select {
		width: 120px !important
	}

	.formProfile .string.birthday .year .chosen-container .chosen-single, .formProfile .string.birthday .year select .chosen-single {
		width: 120px
	}

	.formPopupRegister .string .input_inform span {
		display: block
	}

	.formPopupRegister .string.captcha .captcha input, .formPopupRegister .string.captcha .captcha .image, .formPopupRegister .string.captcha .captcha .changeImage {
		display: inline-block;
		vertical-align: middle
	}

	.formPopupRegister .string.captcha .captcha input {
		width: 125px;
		margin-right: 16px
	}

	.formPopupRegister .string.captcha .captcha .image {
		width: 133px;
		height: 54px;
		margin-right: 6px
	}

	.formPopupRegister .string.captcha .captcha .image img {
		max-width: 100%;
		display: block
	}

	.formPopupRegister .string.captcha .captcha .changeImage {
		font: 1.6em/1.5em Roboto, sans-serif;
		color: #567ec7;
		cursor: pointer
	}

	form.addReviews {
		padding-top: 10px;
		padding-bottom: 10px
	}

	form.addReviews .string .fTitle {
		font-size: 1.8rem;
		padding-bottom: 10px
	}

	form.addReviews .string label, form.addReviews .string > span {
		font: 1.8rem/1.33em Roboto, sans-serif
	}

	form.addReviews .string textarea {
		font: 1.8rem/1em Roboto, sans-serif
	}
}

@media all and (max-width: 479px) {
	form label {
		font-size: 1.6em
	}

	form input, form textarea {
		height: 40px;
		font-size: 1.6em
	}

	form .btn_Form {
		font-size: 1.4rem
	}

	form input[type=checkbox] + label {
		font-size: 1.6em;
		padding-left: 20px
	}

	form input[type=checkbox] + label:before {
		width: 15px;
		height: 15px
	}

	form.settingsBlock .title {
		font-size: 1.8em
	}

	form.settingsBlock .string {
		margin-bottom: 10px
	}

	form.settingsBlock .string label, form.settingsBlock .string span {
		font-size: 1.6em
	}

	form.settingsBlock .string input {
		height: 38px;
		font-size: 1.6em
	}

	form.settingsBlock .string input[type=checkbox] + label {
		padding-left: 18px
	}

	form.settingsBlock .string input[type=checkbox] + label:before {
		width: 13px;
		height: 13px;
		top: 6px
	}

	form.settingsBlock .btn_Form {
		font-size: 1.4em
	}

	.formOrder .string {
		margin-bottom: 15px
	}

	.formOrder .string.addr .first, .formOrder .string.addr .second, .formOrder .string.addr .third, .formOrder .string.addr .fourth {
		margin-bottom: 15px
	}

	.formOrder .string.addr .third {
		width: 80px;
		margin-right: 40px
	}

	.formOrder .string.addr .fourth {
		width: 80px
	}

	.formOrder .string.twoCol .col {
		width: 100%
	}

	.formOrder .string.text {
		font-size: 1.6em
	}

	.formOrder .string label {
		font: 1.5em Roboto, sans-serif
	}

	.formOrder .string input {
		height: 40px;
		font-size: 1.6em
	}

	.formOrder .string .blSelect select {
		height: 40px;
		padding-left: 10px;
		background-color: #fff
	}

	.formOrder .string .blSelect .chosen-container, .formOrder .string .blSelect select {
		font-size: 1.6em
	}

	.formOrder .string .blSelect .chosen-container .chosen-single, .formOrder .string .blSelect select .chosen-single {
		height: 40px;
		line-height: 2.3em
	}

	.formOrder .string .blSelect .chosen-container .chosen-drop .chosen-results li, .formOrder .string .blSelect select .chosen-drop .chosen-results li {
		margin-bottom: 10px
	}

	.formOrder .string .btn_Form {
		font-size: 1.4em
	}

	.formContacts .string.captcha .captcha .changeImage {
		font-size: 1.6em
	}

	.formProfile {
		max-width: 100%
	}

	.formProfile .string input[type=radio] + label {
		font-size: 1.6em;
		padding-left: 18px
	}

	.formProfile .string input[type=radio] + label:before {
		width: 13px;
		height: 13px;
		top: 2px;
		margin-top: 0
	}

	.formProfile .string.birthday .day, .formProfile .string.birthday .month, .formProfile .string.birthday .year {
		height: 40px;
		margin-right: 20px
	}

	.formProfile .string.birthday .day .blSelect select, .formProfile .string.birthday .month .blSelect select, .formProfile .string.birthday .year .blSelect select {
		height: 40px;
		padding-left: 10px;
		background-color: #fff
	}

	.formProfile .string.birthday .day .blSelect .chosen-container, .formProfile .string.birthday .month .blSelect .chosen-container, .formProfile .string.birthday .year .blSelect .chosen-container, .formProfile .string.birthday .day .blSelect select, .formProfile .string.birthday .month .blSelect select, .formProfile .string.birthday .year .blSelect select {
		font-size: 1.6em
	}

	.formProfile .string.birthday .day .blSelect .chosen-container .chosen-single, .formProfile .string.birthday .month .blSelect .chosen-container .chosen-single, .formProfile .string.birthday .year .blSelect .chosen-container .chosen-single, .formProfile .string.birthday .day .blSelect select .chosen-single, .formProfile .string.birthday .month .blSelect select .chosen-single, .formProfile .string.birthday .year .blSelect select .chosen-single {
		height: 40px;
		line-height: 2.3em
	}

	.formProfile .string.birthday .day .blSelect .chosen-container .chosen-drop .chosen-results li, .formProfile .string.birthday .month .blSelect .chosen-container .chosen-drop .chosen-results li, .formProfile .string.birthday .year .blSelect .chosen-container .chosen-drop .chosen-results li, .formProfile .string.birthday .day .blSelect select .chosen-drop .chosen-results li, .formProfile .string.birthday .month .blSelect select .chosen-drop .chosen-results li, .formProfile .string.birthday .year .blSelect select .chosen-drop .chosen-results li {
		padding-top: 10px
	}

	.formProfile .string.birthday .day .chosen-container, .formProfile .string.birthday .day select {
		width: 50px !important
	}

	.formProfile .string.birthday .day .chosen-container .chosen-single, .formProfile .string.birthday .day select .chosen-single {
		width: 50px
	}

	.formProfile .string.birthday .month .chosen-container, .formProfile .string.birthday .month select {
		width: 115px !important
	}

	.formProfile .string.birthday .month .chosen-container .chosen-single, .formProfile .string.birthday .month select .chosen-single {
		width: 115px
	}

	.formProfile .string.birthday .year {
		margin-right: 0
	}

	.formProfile .string.birthday .year .chosen-container, .formProfile .string.birthday .year select {
		width: 75px !important
	}

	.formProfile .string.birthday .year .chosen-container .chosen-single, .formProfile .string.birthday .year select .chosen-single {
		width: 75px
	}
}

.btn_Form {
	display: table;
    font: 1.6rem/1.43em Roboto, sans-serif;
    text-transform: uppercase;
    letter-spacing: .1rem;
    padding: 15px 56px;
    overflow: hidden;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    -o-border-radius: 0px;
    -ms-border-radius: 0px;
    -khtml-border-radius: 0px;
    border-radius: 0px;
	behavior: url(../ie/PIE.htc)
}

.btn_Form.blue {
	background-color: #676da7;
	color: #fff;
	/*margin: 30px auto 0;*/
}

.btn_Form.blue:hover {
	background-color: #898fcc;
	box-shadow: 0 0.125rem 0.75rem 0 rgba(17,17,17,.2);
	transition: all .25s ease-in-out;
}

.btn_Form.blue.button_check_promo {
	margin: 0;
}

.btn_Form.grey {
	background-color: #FAAD3D;
	color: #fff
}

.btn_addToCart, .btn_buyToClick {
	display: table;
	font-size: 0;
	/* color: #fff; */
	padding: 20px 25px;
	/* overflow: hidden; */
	text-transform: uppercase;
	background-image: url('../images/icons/icon_cart.svg');
	background-color: #FAAD3D;
	background-repeat: no-repeat;
	background-size: 50%;
	background-position: center center;
	/*-webkit-border-radius: 24px;
	-moz-border-radius: 24px;
	-o-border-radius: 24px;
	-ms-border-radius: 24px;
	-khtml-border-radius: 24px;
	border-radius: 24px;*/
	behavior: url(../ie/PIE.htc);
}

.btn_addToCart {
	background-color: #98a0f3
}

.btn_buyToClick {
	
	width: 67%;
	padding: 1.3rem 0rem;
	font: 1.4rem/1.43em Roboto, sans-serif;
	color: #fff;
	background-color: #676da7;
	background-image: none;
	text-align: center;
}

.btn_buyToClick:hover {
	background-color: #98a0f3;
	color: #fff;
	transition: all .25s ease-in-out;
}

[data-where*="to"] {
	color: #567ec7;
	cursor: pointer
}

#overlay, .wrapperOverlay {
	position: fixed;
	z-index: 9999;
	top: 0;
	left: 0;
	display: none;
	width: 100%;
	height: 100%;
	background-color: #494949;
	opacity: .5
}

.popup {
	position: absolute;
	z-index: 99999;
	top: 50%;
	left: 50%;
	display: none;
	width: 520px;
	height: auto;
	background: #fff;
	border: 0;
	padding: 0
}

.popup .popupClose {
	display: block;
	position: absolute;
	z-index: 9;
	cursor: pointer
}

.wrapperOverlay {
	z-index: 55
}

.popup {
	position: absolute;
	padding: 13px 28px 20px;
	width: 100%;
	max-width: 520px;
	background-color: #fff;
}

@media all and (max-width: 999px) {
	.popup {
		max-width: 748px !important
	}
}

@media all and (max-width: 767px) {
	.popup {
		max-width: 460px !important
	}
}

@media all and (max-width: 479px) {
	.popup {
		max-width: 360px !important
	}
}

.popup .popupClose {
	display: block;
	width: 26px;
	height: 26px;
	position: absolute;
	z-index: 9;
	top: 20px;
	right: 20px;
	cursor: pointer;
	background-image: url('../images/icons/icon_close_dark.svg');
	background-color: transparent;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: contain
}

.popup .popupTitle {
    font: 700 2.4rem/1.25em Roboto,Helvetica,sans-serif;
    color: #000;
    letter-spacing: .1em;
    text-transform: uppercase;
    margin-bottom: 30px;
    margin-top: 30px;
    text-align: center;
}

.popup .popupText {
	font: 1.6em/1.7em Roboto, sans-serif;
	color: #999
}

.popup .popupBottom {
	width: 100%
}

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

#popupCallback .popupText {
	padding-bottom: 18px
}

#popupSelCity {
	min-height: 250px
}

#popupSelCity ul.switchCity {
	display: block;
	width: 100%;
	margin-top: 30px
}

#popupSelCity ul.switchCity:after {
	clear: both;
	display: block;
	content: ''
}

#popupSelCity ul.switchCity li {
	display: block;
	width: 100%;
	padding-bottom: 8px
}

#popupSelCity ul.switchCity li a {
	display: inline-block;
	height: 20px;
	font: 1.6em/1.5em Roboto, sans-serif;
	color: #98a0f3
}

#popupYourCity {
	min-height: 160px
}

#popupYourCity .popupText {
	margin: 10px 0 30px
}

#popupYourCity .popupBottom .btn_addToCart, #popupYourCity .popupBottom .btn_buyToClick {
	float: left;
	white-space: nowrap;
	margin-bottom: 10px
}

#popupYourCity .popupBottom .btn_addToCart {
	margin-right: 20px
}

#popupEntreg {
	width: 100%;
	max-width: 530px;
	padding: 0
}

#popupEntreg .tabInterface .tabHead {
	display: block;
	width: 100%
}

#popupEntreg .tabInterface .tabHead:after {
	clear: both;
	display: block;
	content: ''
}

#popupEntreg .tabInterface .tabHead > li {
	width: 43%;
	float: left;
	background-color: #898fcc;
	padding: 20px 10px 20px 40px;
	cursor: pointer
}

#popupEntreg .tabInterface .tabHead > li:first-child {
	padding-left: 30px
}

#popupEntreg .tabInterface .tabHead > li.current {
	display: block;
	background-color: #fff;
	box-shadow: none;
	cursor: default
}

#popupEntreg .tabInterface .tabHead > li.current .title {
	color: #000
}

#popupEntreg .tabInterface .tabHead > li.current .title span {
	border-bottom: 0
}

#popupEntreg .tabInterface .tabHead > li .title {
	font: 2em/1em Roboto, sans-serif;
	color: #fff;
	margin-bottom: 5px
}

#popupEntreg .tabInterface .tabHead > li .title span {
	display: inline-block;
}

#popupEntreg .tabInterface .tabHead > li .description {
	font: 1.5em/1.33em Roboto, sans-serif;
	color: #80858d
}

#popupEntreg .tabInterface .tabBody {
	width: 100%
}

#popupEntreg .tabInterface .tabBody > li {
	display: none;
	padding: 20px 30px
}

#popupEntreg .tabInterface .tabBody > li.current {
	display: block
}

@media all and (max-width: 999px) {
	#popupEntreg {
		position: absolute;
		max-width: 748px
	}

	#popupEntreg .tabInterface .tabHead > li {
		min-height: 141px
	}

	#popupEntreg .tabInterface .tabHead > li .title {
		font-size: 4rem
	}

	#popupEntreg .tabInterface .tabHead > li .title span {
		display: inline-block;
	}

	#popupEntreg .tabInterface .tabHead > li .description {
		font-size: 2.4rem
	}

	#popupEntreg .tabInterface .tabBody > li .formPopupEnter, #popupEntreg .tabInterface .tabBody > li .formPopupRegister {
		max-width: 500px
	}

	#popupEntreg .tabInterface .tabBody > li .formPopupEnter .string label, #popupEntreg .tabInterface .tabBody > li .formPopupRegister .string label {
		font-size: 2.4rem
	}

	#popupEntreg .tabInterface .tabBody > li .formPopupEnter .string input, #popupEntreg .tabInterface .tabBody > li .formPopupRegister .string input {
		max-width: 100%;
/*		width: 437px;*/
		height: 80px
	}

	#popupEntreg .tabInterface .tabBody > li .formPopupEnter .string .input_inform span, #popupEntreg .tabInterface .tabBody > li .formPopupRegister .string .input_inform span {
		display: block;
		font-size: 2.4rem;
		padding-top: 16px
	}

	#popupEntreg .tabInterface .tabBody > li .formPopupEnter .string .captcha input, #popupEntreg .tabInterface .tabBody > li .formPopupRegister .string .captcha input {
		width: 130px
	}

	#popupEntreg .tabInterface .tabBody > li .formPopupEnter .string .captcha .image, #popupEntreg .tabInterface .tabBody > li .formPopupRegister .string .captcha .image {
		width: auto;
		height: 80px
	}

	#popupEntreg .tabInterface .tabBody > li .formPopupEnter .string .captcha .image img, #popupEntreg .tabInterface .tabBody > li .formPopupRegister .string .captcha .image img {
		height: 80px
	}

	#popupEntreg .tabInterface .tabBody > li .formPopupEnter .string .captcha .changeImage, #popupEntreg .tabInterface .tabBody > li .formPopupRegister .string .captcha .changeImage {
		font-size: 2.6rem
	}

	#popupEntreg .tabInterface .tabBody > li .formPopupEnter .string .btn_Form, #popupEntreg .tabInterface .tabBody > li .formPopupRegister .string .btn_Form {
		font-size: 3rem;
		padding: 15px 60px;
		overflow: hidden;
		behavior: url(../ie/PIE.htc)
	}

	#popupEntreg .tabInterface .tabBody > li .formPopupEnter .string .btnLink, #popupEntreg .tabInterface .tabBody > li .formPopupRegister .string .btnLink {
		font-size: 2.6rem
	}

	#popupEntreg .tabInterface .tabBody > li .formPopupEnter .string .formSocial, #popupEntreg .tabInterface .tabBody > li .formPopupRegister .string .formSocial {
		padding-top: 10px
	}

	#popupEntreg .tabInterface .tabBody > li .formPopupEnter .string .formSocial li, #popupEntreg .tabInterface .tabBody > li .formPopupRegister .string .formSocial li {
		margin-right: 20px
	}

	#popupEntreg .tabInterface .tabBody > li .formPopupEnter .string .formSocial li a, #popupEntreg .tabInterface .tabBody > li .formPopupRegister .string .formSocial li a {
		width: 80px;
		height: 80px
	}

	#popupEntreg .tabInterface .tabBody > li .formPopupRegister {
		max-width: 700px
	}
}

@media all and (max-width: 767px) {
	#popupEntreg {
		max-width: 300px
	}

	#popupEntreg .tabInterface .tabHead > li {
		min-height: 50px;
		padding-top: 14px !important;
		padding-bottom: 0 !important
	}

	#popupEntreg .tabInterface .tabHead > li:first-child {
		padding-left: 0 !important
	}

	#popupEntreg .tabInterface .tabHead > li .title {
		font-size: 1.6rem
	}

	#popupEntreg .tabInterface .tabBody > li .formPopupEnter, #popupEntreg .tabInterface .tabBody > li .formPopupRegister {
		max-width: 100%
	}

	#popupEntreg .tabInterface .tabBody > li .formPopupEnter .string label, #popupEntreg .tabInterface .tabBody > li .formPopupRegister .string label {
		font-size: 1.4rem
	}

	#popupEntreg .tabInterface .tabBody > li .formPopupEnter .string input, #popupEntreg .tabInterface .tabBody > li .formPopupRegister .string input {
		max-width: 100%;
		width: 240px;
		height: 40px
	}

	#popupEntreg .tabInterface .tabBody > li .formPopupEnter .string .input_inform span, #popupEntreg .tabInterface .tabBody > li .formPopupRegister .string .input_inform span {
		font-size: 1.5rem;
		padding-top: 6px
	}

	#popupEntreg .tabInterface .tabBody > li .formPopupEnter .string .captcha input, #popupEntreg .tabInterface .tabBody > li .formPopupRegister .string .captcha input {
		width: 105px
	}

	#popupEntreg .tabInterface .tabBody > li .formPopupEnter .string .captcha .image, #popupEntreg .tabInterface .tabBody > li .formPopupRegister .string .captcha .image {
		width: auto;
		height: 40px
	}

	#popupEntreg .tabInterface .tabBody > li .formPopupEnter .string .captcha .image img, #popupEntreg .tabInterface .tabBody > li .formPopupRegister .string .captcha .image img {
		height: 40px
	}

	#popupEntreg .tabInterface .tabBody > li .formPopupEnter .string .captcha .changeImage, #popupEntreg .tabInterface .tabBody > li .formPopupRegister .string .captcha .changeImage {
		font-size: 1.6rem
	}

	#popupEntreg .tabInterface .tabBody > li .formPopupEnter .string .btn_Form, #popupEntreg .tabInterface .tabBody > li .formPopupRegister .string .btn_Form {
		font-size: 1.6rem;
		width: 100%;
		padding: 10px 20px
	}

	#popupEntreg .tabInterface .tabBody > li .formPopupEnter .string .btnLink, #popupEntreg .tabInterface .tabBody > li .formPopupRegister .string .btnLink {
		font-size: 1.6rem
	}

	#popupEntreg .tabInterface .tabBody > li .formPopupEnter .string .formSocial, #popupEntreg .tabInterface .tabBody > li .formPopupRegister .string .formSocial {
		padding-top: 10px
	}

	#popupEntreg .tabInterface .tabBody > li .formPopupEnter .string .formSocial li, #popupEntreg .tabInterface .tabBody > li .formPopupRegister .string .formSocial li {
		margin-right: 10px
	}

	#popupEntreg .tabInterface .tabBody > li .formPopupEnter .string .formSocial li a, #popupEntreg .tabInterface .tabBody > li .formPopupRegister .string .formSocial li a {
		width: 40px;
		height: 40px
	}

	#popupEntreg .tabInterface .tabBody > li .formPopupRegister {
		max-width: 100%
	}
}

#popupGoodsProcessing {
	max-width: 500px
}

#popupGoodsProcessing .popupTitle {
	padding-right: 20px;
	text-align: left
}

#popupGoodsProcessing .popupText {
	font: 1.5em/1.8em Roboto, sans-serif;
	color: #80858d;
	padding: 28px 0 10px
}

@media all and (max-width: 999px) {
	#popupGoodsProcessing .popupTitle {
		font-size: 4.8rem;
		text-align: center
	}
}

@media all and (max-width: 767px) {
	#popupGoodsProcessing .popupTitle {
		font-size: 2.4rem;
		padding-bottom: 10px
	}
}

#modalCartWindow {
	position: absolute;
	z-index: 69;
	top: 100%;
	left: auto;
	right: 0;
	padding: 0;
	background-color: #fff;
	display: none;
	min-width: 387px;
	-webkit-transform: translate(0, 0);
	-moz-transform: translate(0, 0);
	-o-transform: translate(0, 0);
	-ms-transform: translate(0, 0);
	-khtml-transform: translate(0, 0);
	transform: translate(0, 0)
}

#modalCartWindow.open {
	display: block
}

#modalCartWindow .topTitle {
	padding: 16px 9px
}

#modalCartWindow span {
	font: 800 2.2em/1em Roboto, sans-serif;
    color: #000000;
    text-transform: uppercase;
    padding: 20px 10px 0px;
    text-align: left;

}

#modalCartWindow .topTitle .line {
	font: 1.3em/1.33em Roboto, sans-serif;
	color: #c5c5c5
}

#modalCartWindow .bottomTitle {
	width: 100%;
	padding: 20px
}

#modalCartWindow .bottomTitle .result {
	width: 100%;
	padding-bottom: 15px
}

#modalCartWindow .bottomTitle .result:after {
	clear: both;
	display: block;
	content: ''
}

#modalCartWindow .bottomTitle .result .ttRR {
	float: left;
	font: 1.5em/1.33em Roboto, sans-serif;
	width: 100%;
	color: #c5c5c5
}

#modalCartWindow .bottomTitle .result .price {
	float: left;
	font: bold 3em/1.25em Roboto, sans-serif;
	color: #000
}

#modalCartWindow .bottomTitle .result .price.cart_sum_string {
	font: bold 1.8em/1.25em Roboto, sans-serif;
	color: #000
}

#modalCartWindow .bottomTitle .result .price.cart_small_add_bonus {
	font: bold 1.8em/1.25em Roboto, sans-serif;
	color: #b3b3b3
}

#modalCartWindow .bottomTitle .btn_Form {
	font-size: 1.6rem;
	padding-left: 84px;
	margin: 0 auto
}

#modalCartWindow .wrapperScroll {
	position: relative;
	width: 100%;
	height: auto;
	min-height: 250px !important;
	overflow: hidden;
	padding-left: 6px
}

#modalCartWindow .wrapperScroll .cartBlock {
	display: block;
	width: 350px;
	position: relative;
	border-bottom: 1px solid #dedede;
	padding: 7px 15px 16px 0
}

#modalCartWindow .wrapperScroll .cartBlock:after {
	clear: both;
	display: block;
	content: ''
}

#modalCartWindow .wrapperScroll .cartBlock .delGoods {
	position: absolute;
	z-index: 9;
	top: 10px;
	right: 1px;
	display: block;
	width: 16px;
	height: 16px;
	cursor: pointer;
	background-image: url('../images/icons/icon_delete_bold.svg');
	background-color: transparent;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: contain
}

#modalCartWindow .wrapperScroll .cartBlock .image {
	display: block;
	width: 85px;
	height: 60px;
	float: left;
	background-image: url('');
	background-color: transparent;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: contain
}

#modalCartWindow .wrapperScroll .cartBlock .description {
	display: block;
	width: 250px;
	float: left;
	padding-top: 5px;
	padding-left: 5px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-khtml-box-sizing: border-box;
	box-sizing: border-box;
	behavior: url(../ie/PIE.htc)
}

#modalCartWindow .wrapperScroll .cartBlock .description .name {
	font: bold 1.4em/1.2em Roboto, sans-serif;
	text-transform: uppercase;
	color: #000;
	padding-right: 5px;
}

#modalCartWindow .wrapperScroll .cartBlock .description .minidesc {
	font: 1.5rem/1.25em Roboto, sans-serif;
	color: #80858d;
	display:none;
}

#modalCartWindow .wrapperScroll .cartBlock .description .article, #modalCartWindow .wrapperScroll .cartBlock .description .num {
	font: 1.3rem/1.5em Roboto, sans-serif;
	color: #c5c5c5;
}

#modalCartWindow .wrapperScroll .cartBlock .description .num {
	font: 1.5rem/1.5em Roboto, sans-serif;
	color: #757574;
}

#modalCartWindow .wrapperScroll .cartBlock .description .price {
	font: bold 1.4em/1.2em Roboto, sans-serif;
	color: #000
}

#modalCartWindow .wrapperScroll .cartBlock .switchType_panel {
	padding-top: 10px
}

#modalCartWindow .wrapperScroll .cartBlock .switchType_panel .string {
	margin-bottom: 5px
}

@media all and (max-width: 999px) {
	#modalCartWindow {
		right: -100px;
		min-width: 748px
	}

	#modalCartWindow .topTitle {
		border-bottom: 1px solid #dedede;
		padding: 11px 9px;
	}

	#modalCartWindow .topTitle .line {
		font-size: 3rem
	}

	#modalCartWindow .bottomTitle {
		padding: 30px 40px
	}

	#modalCartWindow .bottomTitle .result .ttRR {
		font-size: 3rem
	}

	#modalCartWindow .bottomTitle .result .price {
		font-size: 3rem
	}

	#modalCartWindow .bottomTitle .result .price.cart_sum_string {
		font-size: 4rem
	}

	#modalCartWindow .bottomTitle .btn_Form {
		font-size: 3rem;
		padding: 20px 70px;
		overflow: hidden;
		behavior: url(../ie/PIE.htc)
	}

	#modalCartWindow .wrapperScroll .cartBlock {
		width: 710px;
		padding-top: 20px;
		padding-right: 25px;
		padding-bottom: 20px
	}

	#modalCartWindow .wrapperScroll .cartBlock .delGoods {
		width: 20px;
		height: 20px
	}

	#modalCartWindow .wrapperScroll .cartBlock .image {
		width: 280px;
		height: 215px
	}

	#modalCartWindow .wrapperScroll .cartBlock .description {
		width: 405px;
		padding-left: 30px
	}

	#modalCartWindow .wrapperScroll .cartBlock .description .name {
		font-size: 4rem
	}

	#modalCartWindow .wrapperScroll .cartBlock .description .minidesc {
		font-size: 3rem
	}

	#modalCartWindow .wrapperScroll .cartBlock .description .article {
		font-size: 2.4rem
	}

	#modalCartWindow .wrapperScroll .cartBlock .description .num {
		font-size: 3rem
	}

	#modalCartWindow .wrapperScroll .cartBlock .description .price {
		font-size: 4rem
	}

	#modalCartWindow .wrapperScroll .cartBlock .switchType_panel {
		float: left;
		padding-left: 30px
	}

	#modalCartWindow .wrapperScroll .cartBlock .switchType_panel .string input[type=radio] + label {
		font-size: 3rem;
		padding-left: 30px
	}

	#modalCartWindow .wrapperScroll .cartBlock .switchType_panel .string input[type=radio] + label:before {
		width: 13px;
		height: 13px
	}
}

@media all and (max-width: 767px) {
	#modalCartWindow {
		right: -80px;
		min-width: 460px
	}

	#modalCartWindow .topTitle .line {
		font-size: 1.6rem
	}

	#modalCartWindow .bottomTitle {
		padding: 20px 10px
	}

	#modalCartWindow .bottomTitle .result .ttRR {
		font-size: 1.6rem
	}

	#modalCartWindow .bottomTitle .result .price {
		font-size: 1.6rem
	}

	#modalCartWindow .bottomTitle .result .price.cart_sum_string {
		font-size: 2rem
	}

	#modalCartWindow .bottomTitle .btn_Form {
		font-size: 1.6rem;
		text-align: center;
		padding: 7px 15px
	}

	#modalCartWindow .wrapperScroll .cartBlock {
		width: 422px;
		padding-top: 20px;
		padding-right: 25px;
		padding-bottom: 20px
	}

	#modalCartWindow .wrapperScroll .cartBlock .delGoods {
		width: 20px;
		height: 20px
	}

	#modalCartWindow .wrapperScroll .cartBlock .image {
		width: 122px;
		height: 100px
	}

	#modalCartWindow .wrapperScroll .cartBlock .description {
		width: 275px;
		padding-left: 10px
	}

	#modalCartWindow .wrapperScroll .cartBlock .description .name {
		font-size: 1.2rem;
		letter-spacing: .07em;
	}

	#modalCartWindow .wrapperScroll .cartBlock .description .minidesc {
		font-size: 1.3rem
	}

	#modalCartWindow .wrapperScroll .cartBlock .description .article {
		font-size: 1.3rem
	}

	#modalCartWindow .wrapperScroll .cartBlock .description .num {
		font-size: 1.3rem
	}

	#modalCartWindow .wrapperScroll .cartBlock .description .price {
		font-size: 2rem
	}

	#modalCartWindow .wrapperScroll .cartBlock .switchType_panel {
		padding-left: 10px
	}

	#modalCartWindow .wrapperScroll .cartBlock .switchType_panel .string input[type=radio] + label {
		font-size: 1.6rem;
		padding-left: 20px
	}

	#modalCartWindow .wrapperScroll .cartBlock .switchType_panel .string input[type=radio] + label:before {
		width: 14px;
		height: 14px
	}
}

@media all and (max-width: 479px) {
	#modalCartWindow {
		right: -45px !important;
		min-width: 348px
	}

	#modalCartWindow .wrapperScroll .cartBlock {
		width: 100%;
		padding-top: 20px;
		padding-right: 25px;
		padding-bottom: 20px
	}

	#modalCartWindow .wrapperScroll .cartBlock .delGoods {
		width: 20px;
		height: 20px;
		margin-right: 9px;
	}

	#modalCartWindow .wrapperScroll .cartBlock .image {
		width: 30%;
		height: 80px
	}

	#modalCartWindow .wrapperScroll .cartBlock .description {
		width: 70%;
		padding-left: 10px
	}
}

#popupUploadAvatar form.form_avatarUpload .string {
	width: 100%;
	margin-bottom: 30px
}

#popupUploadAvatar form.form_avatarUpload .string:after {
	clear: both;
	display: block;
	content: ''
}

#popupUploadAvatar form.form_avatarUpload .string label {
	display: block;
	width: 50%;
	float: left;
	font: 1.6em/1.69em Roboto, sans-serif;
	color: #000;
	padding-top: 10px
}

#popupUploadAvatar form.form_avatarUpload .string .image {
	display: block;
	width: 102px;
	height: 102px;
	float: left;
	background-image: url('');
	background-color: transparent;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: contain
}

#popupUploadAvatar form.form_avatarUpload .string .uploadInput {
	display: block;
	width: 50%;
	float: left;
	position: relative;
	z-index: 1
}

#popupUploadAvatar form.form_avatarUpload .string .uploadInput input[type=file] {
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	z-index: 3;
	top: 0;
	left: 0;
	cursor: pointer;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=@ie)";
	filter: alpha(opacity=0);
	-moz-opacity: 0;
	-khtml-opacity: 0;
	opacity: 0
}

#popupUploadAvatar form.form_avatarUpload .string .uploadInput .fakeFile {
	position: relative;
	z-index: 2;
	display: table;
	font: 1.6em/1.25em Roboto, sans-serif;
	color: #fff;
	background-color: #cfcdcd;
	padding: 12px 30px;
	overflow: hidden;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	-o-border-radius: 20px;
	-ms-border-radius: 20px;
	-khtml-border-radius: 20px;
	border-radius: 20px;
	behavior: url(../ie/PIE.htc)
}

#popupUploadAvatar form.form_avatarUpload .string .textProp {
	font: 1.5em/1.8em Roboto, sans-serif;
	color: #80858d
}

#popupAddGoods .string {
	margin-bottom: 25px
}

#popupAddGoods .string:after {
	clear: both;
	display: block;
	content: ''
}

#popupAddGoods .string.twoCol .col {
	display: block;
	float: left
}

#popupAddGoods .string.twoCol .col:last-child {
	width: 65%
}

#popupAddGoods .string.twoCol .col:first-child {
	width: 30%;
	margin-right: 5%
}

#popupExportExel .popupTitle, #popupDateSort .popupTitle {
	padding-right: 20px
}

#popupExportExel .formExportExel .string, #popupDateSort .formExportExel .string {
	margin-bottom: 20px
}

#popupExportExel .formExportExel .string:after, #popupDateSort .formExportExel .string:after {
	clear: both;
	display: block;
	content: ''
}

#popupExportExel .formExportExel .string .col, #popupDateSort .formExportExel .string .col {
	float: left
}

#popupExportExel .formExportExel .string .col.text, #popupDateSort .formExportExel .string .col.text {
	width: 30px;
	font: 1.6em/1em Roboto, sans-serif;
	color: #000;
	padding-top: 11px
}

#popupExportExel .formExportExel .string .col.day, #popupDateSort .formExportExel .string .col.day {
	margin-right: 10px
}

#popupExportExel .formExportExel .string .col.day input, #popupDateSort .formExportExel .string .col.day input {
	width: 45px;
	height: 38px
}

#popupExportExel .formExportExel .string .col.month, #popupDateSort .formExportExel .string .col.month {
	margin-right: 10px
}

#popupExportExel .formExportExel .string .col.month .blSelect select, #popupDateSort .formExportExel .string .col.month .blSelect select {
	height: 38px;
	padding-left: 10px;
	background-color: #fff
}

#popupExportExel .formExportExel .string .col.month .blSelect .chosen-container, #popupDateSort .formExportExel .string .col.month .blSelect .chosen-container, #popupExportExel .formExportExel .string .col.month .blSelect select, #popupDateSort .formExportExel .string .col.month .blSelect select {
	width: 120px !important
}

#popupExportExel .formExportExel .string .col.month .blSelect .chosen-container .chosen-single, #popupDateSort .formExportExel .string .col.month .blSelect .chosen-container .chosen-single, #popupExportExel .formExportExel .string .col.month .blSelect select .chosen-single, #popupDateSort .formExportExel .string .col.month .blSelect select .chosen-single {
	width: 120px;
	height: 38px
}

#popupExportExel .formExportExel .string .col.year .blSelect select, #popupDateSort .formExportExel .string .col.year .blSelect select {
	height: 38px;
	padding-left: 10px;
	background-color: #fff
}

#popupExportExel .formExportExel .string .col.year .blSelect .chosen-container, #popupDateSort .formExportExel .string .col.year .blSelect .chosen-container, #popupExportExel .formExportExel .string .col.year .blSelect select, #popupDateSort .formExportExel .string .col.year .blSelect select {
	width: 80px !important
}

#popupExportExel .formExportExel .string .col.year .blSelect .chosen-container .chosen-single, #popupDateSort .formExportExel .string .col.year .blSelect .chosen-container .chosen-single, #popupExportExel .formExportExel .string .col.year .blSelect select .chosen-single, #popupDateSort .formExportExel .string .col.year .blSelect select .chosen-single {
	width: 80px;
	height: 38px
}

#popupExportExel .formExportExel .string .blSelect select, #popupDateSort .formExportExel .string .blSelect select {
	height: 40px;
	padding-left: 10px;
	background-color: #fff
}

#popupExportExel .formExportExel .string .blSelect .chosen-container, #popupDateSort .formExportExel .string .blSelect .chosen-container, #popupExportExel .formExportExel .string .blSelect select, #popupDateSort .formExportExel .string .blSelect select {
	width: 200px !important;
	font: 1.6em Roboto, sans-serif;
	color: #000
}

#popupExportExel .formExportExel .string .blSelect .chosen-container .chosen-single, #popupDateSort .formExportExel .string .blSelect .chosen-container .chosen-single, #popupExportExel .formExportExel .string .blSelect select .chosen-single, #popupDateSort .formExportExel .string .blSelect select .chosen-single {
	width: 200px;
	height: 40px;
	line-height: 2.3em;
	padding-left: 10px;
	background: none;
	box-shadow: none;
	border: 1px solid #d8d7d7
}

#popupExportExel .formExportExel .string .blSelect .chosen-container .chosen-single div, #popupDateSort .formExportExel .string .blSelect .chosen-container .chosen-single div, #popupExportExel .formExportExel .string .blSelect select .chosen-single div, #popupDateSort .formExportExel .string .blSelect select .chosen-single div {
	width: 13px;
	right: 10px
}

#popupExportExel .formExportExel .string .blSelect .chosen-container .chosen-single div b, #popupDateSort .formExportExel .string .blSelect .chosen-container .chosen-single div b, #popupExportExel .formExportExel .string .blSelect select .chosen-single div b, #popupDateSort .formExportExel .string .blSelect select .chosen-single div b {
	background-image: url('../images/icons/icon_arrow_down.png');
	background-color: transparent;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: contain
}

#popupExportExel .formExportExel .string .blSelect .chosen-container .chosen-drop, #popupDateSort .formExportExel .string .blSelect .chosen-container .chosen-drop, #popupExportExel .formExportExel .string .blSelect select .chosen-drop, #popupDateSort .formExportExel .string .blSelect select .chosen-drop {
	border-color: #d8d7d7
}

#popupExportExel .formExportExel .string .blSelect .chosen-container .chosen-drop .chosen-results li, #popupDateSort .formExportExel .string .blSelect .chosen-container .chosen-drop .chosen-results li, #popupExportExel .formExportExel .string .blSelect select .chosen-drop .chosen-results li, #popupDateSort .formExportExel .string .blSelect select .chosen-drop .chosen-results li {
	padding-top: 10px
}

#popupOrderByClick .orderByClick_content {
	padding-top: 55px
}

#popupOrderByClick .orderByClick_content .buttonsLine {
	display: block;
	width: 100%;
	text-align: center
}

#popupOrderByClick .orderByClick_content .buttonsLine:after {
	clear: both;
	display: block;
	content: ''
}

#popupOrderByClick .orderByClick_content .buttonsLine .btn_Form, #popupOrderByClick .orderByClick_content .buttonsLine span {
	display: inline-block;
	vertical-align: middle;
	margin-bottom: 35px
}

#popupOrderByClick .orderByClick_content .buttonsLine .btn_Form {
	font-size: 1.6rem
}

#popupOrderByClick .orderByClick_content .buttonsLine > span {
    font: 1.4rem/1.43em Roboto, sans-serif;
    text-transform: uppercase;
    letter-spacing: .1rem;
    padding: 11px 27px;
    cursor: pointer;
    color: #000;
    border: 2px solid;
    width: 58%
}

#popupOrderByClick .popupText {
	text-align: center;
	padding-bottom: 55px
}

@media all and (max-width: 999px) {
	.popup {
		max-width: 100%;
		-webkit-transform: translate(0, 110px);
		-moz-transform: translate(0, 110px);
		-o-transform: translate(0, 110px);
		-ms-transform: translate(0, 110px);
		-khtml-transform: translate(0, 110px);
		transform: translate(0, 110px)
	}

	.popup .popupClose {
		width: 40px;
		height: 40px;
		top: -80px;
		right: 30px;
		background-image: url(../images/icons/icon_close_dark.svg)
	}

	#popupOrderByClick .orderByClick_content {
		padding-top: 70px
	}

	#popupOrderByClick .orderByClick_content .buttonsLine .btn_Form, #popupOrderByClick .orderByClick_content .buttonsLine span {
		display: table;
		margin: 0 auto 70px
	}

	#popupOrderByClick .orderByClick_content .buttonsLine .btn_Form {
		margin-right: auto;
		font-size: 3rem;
		padding: 20px 100px 20px 93px;
		overflow: hidden;
		/*-webkit-border-radius: 40px;
		-moz-border-radius: 40px;
		-o-border-radius: 40px;
		-ms-border-radius: 40px;
		-khtml-border-radius: 40px;
		border-radius: 40px;*/
		behavior: url(../ie/PIE.htc)
	}

	#popupOrderByClick .orderByClick_content .buttonsLine > span {
		font-size: 2.6rem;
		margin-bottom: 60px
	}

	#popupOrderByClick .popupText {
		font-size: 3rem;
		line-height: 1.33em;
		padding-bottom: 40px
	}
}

@media all and (max-width: 767px) {
	.popup {
		-webkit-transform: translate(0, 50px);
		-moz-transform: translate(0, 50px);
		-o-transform: translate(0, 50px);
		-ms-transform: translate(0, 50px);
		-khtml-transform: translate(0, 50px);
		transform: translate(0, 50px);
		/*-webkit-box-shadow: 0 0 0 4px rgba(39, 39, 39, 0.5);
        -o-box-shadow: 0 0 0 4px rgba(39, 39, 39, 0.5);
        -moz-box-shadow: 0 0 0 4px rgba(39, 39, 39, 0.5);
        -khtml-box-shadow: 0 0 0 4px rgba(39, 39, 39, 0.5);
        box-shadow: 0 0 0 4px rgba(39, 39, 39, 0.5)*/
	}

	.popup .popupClose {
		width: 26px;
		height: 26px;
		right: 10px
	}

	#popupOrderByClick .orderByClick_content {
		padding-top: 47px
	}

	#popupOrderByClick .orderByClick_content .buttonsLine .btn_Form, #popupOrderByClick .orderByClick_content .buttonsLine span {
		margin-bottom: 33px
	}

	#popupOrderByClick .orderByClick_content .buttonsLine .btn_Form {
		font-size: 1.6rem;
		padding: 9px 33px
	}

	#popupOrderByClick .orderByClick_content .buttonsLine > span {
		font-size: 1.8rem;
		margin-bottom: 36px
	}

	#popupOrderByClick .popupText {
		font-size: 1.6rem;
		padding-bottom: 35px
	}

	#popupEntreg .tabInterface .tabHead > li {
		padding-top: 60px;
		padding-left: 10px
	}
}

@media all and (max-width: 479px) {
	#modalCartWindow {
		right: -37px
	}

	#popupEntreg .tabInterface .tabHead > li {
		width: 50%;
		float: left;
		background-color: #898fcc;
		padding-top: 60px;
		padding-left: 10px;
		cursor: pointer;
		text-align: center
	}

	#popupEntreg .tabInterface .tabHead > li .title {
		font: bold 2em/1em Roboto, sans-serif
	}

	#popupEntreg .tabInterface .tabHead > li .description {
		display: none
	}
}

#fastOrder .popupText {
	padding-bottom: 15px
}

@media all and (max-width: 999px) and (min-width: 767px) {
	#fastOrder .popupTitle {
		font-size: 4.8rem
	}

	#fastOrder .popupText {
		font-size: 2.6rem
	}

	#fastOrder form.formCallback .string label {
		font-size: 2.6rem
	}

	#fastOrder form.formCallback .string input {
		width: 374px;
		height: 80px;
		font: bold 3rem/1em Roboto, sans-serif;
		color: #343332
	}

	#fastOrder form.formCallback .string .btn_Form {
		font-size: 3rem;
		padding: 20px 60px;
		overflow: hidden;
		-webkit-border-radius: 40px;
		-moz-border-radius: 40px;
		-o-border-radius: 40px;
		-ms-border-radius: 40px;
		-khtml-border-radius: 40px;
		border-radius: 40px;
		behavior: url(../ie/PIE.htc)
	}
}

.stickerPosition {
	position: absolute;
	padding: 10px;
	z-index: 9;
	top: 0;
	left: 0;
	display: block;
	width: 100%;
	height: 100%
}

.stickerPosition .action, .stickerPosition .discount, .stickerPosition .popular, .stickerPosition .best {
	position: absolute;
	z-index: 10;
	display: inline-block
}

.stickerPosition .action, .stickerPosition .popular, .stickerPosition .new {
	position: relative;
	top: 0;
	left: 1px;
	width: 80px;
	height: 80px;
	font: 700 1rem/1em Roboto,Helvetica,sans-serif;
	letter-spacing: .1em;
	color: #DE5584;
	background-color: transparent;
	padding-top: 34px;
	text-align: center;
	/*border: 1px solid rgba(222, 85, 132, 0.74);*/
	text-transform: uppercase;

}

.stickerPosition .new {
	display: inline-block;
	color: #2CA3E6;
	border-color: rgba(44, 163, 230, 0.63);
}

.stickerPosition .discount {
	top: 20;
	bottom: 0;
	right: 10px;
	width: 80px;
	height: 80px;
	padding-top: 30px;
	background-color: #000;
	font: 800 1.3em/1.11em Roboto, sans-serif;
	color: #fff;
	text-align: center;
	overflow: hidden;
	/*-webkit-border-radius: 40px;
	-moz-border-radius: 40px;
	-o-border-radius: 40px;
	-ms-border-radius: 40px;
	-khtml-border-radius: 40px;
	border-radius: 40px;*/
	behavior: url(../ie/PIE.htc)
}

.stickerPosition .popular {
	background-color: #2d3782
}

.stickerPosition .best {
	bottom: 0;
	left: 0;
	width: 60px;
	height: 60px;
	background-image: url('../images/icons/icon_best.png');
	background-color: transparent;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: contain
}

@media all and (max-width: 999px) {
	.stickerPosition .action, .stickerPosition .popular, .stickerPosition .new {
		font-size: 3em
	}
}

@media all and (max-width: 767px) {
	.stickerPosition .action, .stickerPosition .popular, .stickerPosition .new {
		font-size: 2.4em
	}
}

@media all and (max-width: 479px) {
	.stickerPosition .action, .stickerPosition .popular, .stickerPosition .new {
		font-size: 1.2em
	}
}

.desktop {
	display: block
}

.mobile {
	display: none
}

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

.Goods.bgWave, .Goods .bgWave {
	background-image: url('../images/wave.jpg');
	background-color: transparent;
	background-repeat: repeat;
	background-position: center center;
	background-size: ''
}

.Goods.goodslist .goodsBlocks {
	display: block
}

.Goods.goodslist .goodsBlocks:after {
	clear: both;
	display: block;
	content: ''
}

.Goods.goodslist .goodsBlocks .goodsBlock {
	display: block;
	float: left;
	border: 1px solid #efefef;
	width: 24%
}

/*.Goods.goodslist .goodsBlocks .goodsBlock:hover {
	border: 3px solid;
	transition: color .2s ease-in-out;
}*/

.Goods.goodslist .goodsBlocks .goodsBlock .title, .Goods.goodslist .goodsBlocks .goodsBlock .descript {
	height: 45px;
	position: relative
}

.Goods.goodslist .goodsBlocks .goodsBlock .title:hover, .Goods.goodslist .goodsBlocks .goodsBlock .descript:hover {
	overflow: visible
}

.Goods.goodslist .goodsBlocks .goodsBlock .title span, .Goods.goodslist .goodsBlocks .goodsBlock .descript span {
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	width: 100%;
	text-align: left;
	background-color: #fff
}

.Goods.goodsrecipe .goodsBlock {
	width: 45%;
	float: left;
	margin-right: 2.5%;
	background-color: #fff;
	padding-bottom: 0
}

.Goods.goodsrecipe .goodsBlock:after {
	clear: both;
	display: block;
	content: ''
}

.Goods.goodsrecipe .goodsBlock .image {
	width: 45.10638298%;
	float: left
}

.Goods.goodsrecipe .goodsBlock .wrapperPad {
	display: table;
	padding: 15px 24px 55px 15px
}

.Goods.goodsrecipe .goodsBlock .wrapperPad .wrapper_dB {
	display: block;
	position: relative
}

.Goods.goodsrecipe .goodsBlock .wrapperPad .wrapper_dB .dynamicBlock {
	bottom: -36px
}

.Goods.goodssets {
	padding-top: 30px
}

.Goods.goodssets .goodsBlocks:after {
	clear: both;
	display: block;
	content: ''
}

.Goods.goodssets .goodsBlock {
	width: 48.45360825%;
	float: left;
	margin-right: 3.0927835%;
	border-bottom: 2px solid #e1e1e1;
	padding-bottom: 25px;
	background-color: #fff;
	overflow: hidden;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-o-border-radius: 3px;
	-ms-border-radius: 3px;
	-khtml-border-radius: 3px;
	border-radius: 3px;
	behavior: url(../ie/PIE.htc)
}

.Goods.goodssets .goodsBlock:nth-child(2n+2) {
	margin-right: 0
}

.Goods.goodssets .goodsBlock .image {
	margin-bottom: 25px
}

.Goods.goodssets .goodsBlock .image:before {
	margin-top: 60%
}

.Goods.goodssets .goodsBlock .image .title {
	position: absolute;
	z-index: 9;
	bottom: 9.36170213%;
	width: 100%;
	text-align: center;
	font: bold 1.8em/1.11em Roboto, sans-serif;
	padding-right: 14px;
	padding-left: 14px
}

.Goods.goodssets .goodsBlock .image .title > i {
	display: inline-block;
	background-color: #464646;
	color: #fff;
	padding: 10px 15px 8px;
	font-style: normal
}

.Goods.goodssets .goodsBlock .pricePosition {
	border-top: 0;
	margin-top: 0;
	padding: 0;
	float: left;
	width: auto
}

.Goods.goodssets .goodsBlock .pricePosition .price {
	float: center
}

.Goods.goodssets .goodsBlock .dynamicBlock {
	display: block;
	width: auto;
	float: right;
	position: relative
}

.Goods.goodssets .goodsBlock .dynamicBlock .btn_addToCart {
	margin-right: 10px
}

.Goods.isNone .goodsTopLine .available {
	color: #f26c4f
}

/*.Goods.isNone .goodsTopLine .available:after {
    content: url(../images/icons/icon_triangle_right_orange.png)*/
}

.Goods h1, .Goods .bTitle {
	padding-top: 24px;
	padding-bottom: 12px;
	font: 3em/1em "Arial", sans-serif;
	color: #343332
}

.Goods .mTitle {
	font: bold 2.2em/1.82em "Arial", sans-serif;
	color: #343332;
	padding-bottom: 10px
}

.Goods .goodsDescription_short {
	font: 1.4rem/1.5em Roboto, sans-serif;
	color: #929292;
	padding: 0px 0 15px;
	display: inline-block;
}

@media all and (max-width: 999px) {
	.Goods .goodsDescription_short {
		font-size: 2.4rem
	}
}

@media all and (max-width: 479px) {
	.Goods .goodsDescription_short {
		font-size: 1.6rem
	}
}

.Filter {
	width: 100%;
	padding-bottom: 10px;
}

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

.Filter.line ul.list, .Filter.line ul.sort {
	display: block;
	height: 40px
}
.Filter select {
	display: none;
}

.Filter.line ul.list:after, .Filter.line ul.sort:after {
	clear: both;
	display: block;
	content: ''
}

.Filter.line ul.list li, .Filter.line ul.sort li {
	display: block;
    float: left;
    font: 800 1.6em/1.5em Roboto, sans-serif;
    color: #000;
    line-height: 1;
    margin: 10px 20px 0px 0px;
    text-transform: uppercase;
}

.Filter.line ul.list li:last-child, .Filter.line ul.sort li:last-child {
	margin-right: 0
}

.Filter.line ul.list li a, .Filter.line ul.sort li a {
	color: #98a0f3;
}

.Filter.line ul.sort li.byName {
	padding-right: 14px;
	position: relative
}

.Filter.line ul.sort li.byName:after {
	position: absolute;
	z-index: 9;
	top: 0;
	right: 0;
	content: url(../images/icons/icon_sort_by_name.png)
}

.goodsBlock {
	position: relative;
    width: 100%;
    overflow: hidden;
    padding-right: 16px;
    padding-left: 16px;
    padding-bottom: 10px;
    /*margin-bottom: 40px;*/
    display: block;
}

.goodsBlock:hover .dynamicBlock {
	display: block
}

.goodsBlock.isNone:hover .dynamicBlock {
	display: none
}

.goodsBlock .image {
	width: 100%;
	display: inline-block;
	position: relative;
	margin-bottom: 8px;
	background-image: url('');
	background-color: transparent;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: contain
}

.goodsBlock .image:before {
	display: block;
	content: '';
	margin-top: 85.71428571%
}

/*.goodsBlock .image:hover {
	/*-moz-transform: rotate(7deg);
    -ms-transform: rotate(7deg);
    -webkit-transform: rotate(7deg);
    -o-transform: rotate(7deg);
    transform: rotate(7deg);
    transform: scale(1.1, 1.1);
    transition: all .25s ease-in-out;
}*/

.goodsBlock .wrapperPad {
	display: block;
	padding: 0 15px
}

.goodsBlock .title, .goodsBlock .descript {
	display: block;
    font: 500 1.3rem/1.4em Roboto,Helvetica,sans-serif;
    color: #000000;
    transition: color .2s ease-in-out;
	text-align: left;
}

.goodsBlock .descript {
	font: 1.4em/1.33em Roboto, sans-serif;
	color: #80858d;
	text-transform: none;
	margin-top: 5px
}

.goodsBlock .pricePosition {
	display: block;
	width: 100%
}

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

.goodsBlock .pricePosition .text {
	width: 50%;
	float: left
}

.goodsBlock .pricePosition .text, .goodsBlock .pricePosition .price .old, .goodsBlock .pricePosition .eco {
	display: block;
    font: 500 1.2em/1.33em Roboto,Helvetica,sans-serif;
    margin-top: -15px;
    color: #d9d9d9;
}

.goodsBlock .pricePosition .price {
	text-align: center;
	padding-top: 15px;
	height: 40px
}

.goodsBlock .pricePosition .price .new {
	display: block;
	font: 500 1.6rem/1.4em Roboto,Helvetica,sans-serif;
	color: #000;
	float: left;
	text-transform: uppercase
}

.goodsBlock .pricePosition .price .old {
	text-decoration: line-through;
	    display: flex;
    position: absolute;
}

.goodsBlock .dynamicBlock {
	display: none;
	position: absolute;
	z-index: 9;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 20px
}

.goodsBlock .dynamicBlock .btn_addToCart {
	float: left
}

.goodsBlock .dynamicBlock .btn_buyToClick {
	float: right
}

.goodsBlock .wrapperNone {
	display: block;
	width: 100%;
	position: relative
}

.goodsBlock .None {
	position: absolute;
	z-index: 9;
	top: 0;
	left: 0;
	display: block;
	width: 100%;
	font: 1.5em/1.33em Roboto, sans-serif;
	color: #ff8080;
	text-align: center;
	background-color: #ffe7e7;
	padding: 11px 10px;
	overflow: hidden;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-o-border-radius: 3px;
	-ms-border-radius: 3px;
	-khtml-border-radius: 3px;
	border-radius: 3px;
	behavior: url(../ie/PIE.htc)
}

.goodsTopLine {
	font: 700 1.4em/1.71em Roboto, sans-serif;
	height: 20px;
	margin-bottom: 20px;
	display: block;
	text-transform: uppercase;
}

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

.goodsTopLine .country, .goodsTopLine .artikel, .goodsTopLine .available, .goodsTopLine .Rating, .goodsTopLine .reviews {
	display: inline-block;
	vertical-align: middle;
	margin-right: 30px;
	float: left
}

.goodsTopLine .country {
	margin-right: 8px
}

.goodsTopLine .country, .goodsTopLine .artikel {
	float: right;
	color: #c5c5c5
}

.goodsTopLine .available {
	position: relative;
	height: 30px;
	color: #5ec362;
	text-transform: uppercase;
	margin-right: 41px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-khtml-box-sizing: border-box;
	box-sizing: border-box;
	behavior: url(../ie/PIE.htc)
}

/*.goodsTopLine .available:after {
    position: absolute;
    z-index: 9;
    top: 0;
    right: -15px;
    display: block;
    content: url(../images/icons/icon_triangle_right_yellow.png)
}*/

.goodsTopLine .reviews {
	color: #cacaca;
	cursor: pointer;
}

.Rating {
	padding-right: 100px
}

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

.Rating .star {
	display: block;
	position: absolute;
	z-index: 9;
	top: 0;
	left: 100%;
	margin-left: 5px;
	width: 20px;
	height: 19px;
	cursor: pointer;
	background-image: url('../images/icons/icon_rating_off.svg');
	background-color: transparent;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: contain
}

.Rating .star.check {
	background-image: url(../images/icons/icon_rating_on.svg)
}

.Rating > .star {
	position: relative;
	left: 0;
	margin-left: 0
}

ul.Rating {
	padding-right: 0
}

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

ul.Rating li {
	display: block;
	float: left;
	width: 20px;
	height: 19px;
	margin-left: 5px;
	cursor: pointer;
	background-image: url('../images/icons/icon_rating_off.svg');
	background-color: transparent;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: contain
}

ul.Rating li:first-child {
	margin-left: 0
}

ul.Rating li.check {
	background-image: url(../images/icons/icon_rating_on.svg)
}

.goodsPosition {
	width: 100%;
	padding-bottom: 35px
}

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

.goodsPosition .gImage {
	display: block;
    width: 40%;
    margin-right: 5%;
    float: left;
}

.goodsPosition .gImage .image {
	display: inline-block;
	width: 100%;
	margin-bottom: 18px;
	position: relative;
	background-image: url('');
	background-color: transparent;
	background-repeat: no-repeat;
	background-position: center center;
	border: 1px solid #e2e2e2;
	background-size: contain
}

.goodsPosition .gImage .image:before {
	display: block;
	margin-top: 100%;
	content: ''
}

.goodsPosition .gImage .image iframe {
	position: absolute;
	z-index: 9;
	top: 0;
	left: 0;
	display: block;
	width: 100%;
	height: 100%
}

.goodsPosition .gImage ul.image_mini:after {
	clear: both;
	display: block;
	content: ''
}

.goodsPosition .gImage ul.image_mini li {
	display: block;
	float: left;
	width: 13%;
	margin-right: 2.47945%;
	margin-bottom: 2.47945%;
	border-bottom: 3px solid #000;
	cursor: pointer;
	position: relative;
	background-image: url('');
	background-color: transparent;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: contain
}

.goodsPosition .gImage ul.image_mini li:before {
	display: block;
	margin-top: 100%;
	content: ''
}

/*.goodsPosition .gImage ul.image_mini li:nth-child(3n+3) {
    margin-right: 0
}*/

.goodsPosition .gImage ul.image_mini li.current {
	border-color: #99a1f3;
	cursor: default
}

.goodsPosition .gImage ul.image_mini li:after {
	position: absolute;
	z-index: 10;
	top: 0;
	left: 0;
	display: block;
	width: 100%;
	height: 100%;
	content: ''
}

.goodsPosition .gImage ul.image_mini li iframe {
	position: absolute;
	z-index: 9;
	top: 0;
	left: 0;
	display: block;
	width: 100%;
	height: 100%
}

.goodsPosition .gSelect {
	display: block;
	float: left;
	width: 25%;
	margin-right: 2.06185567%;
	max-width: 400px;
	min-width: 325px;
}

.goodsPosition .gSelect .gSelectWrapper {
	display: block;
    width: 100%;
    padding: 15px 26px 15px;
    border: 7px solid #98a0f3a3;

}

.goodsPosition .gSelect .gSelectWrapper .gNumbers {
	padding-bottom: 30px
}

.goodsPosition .gSelect .gSelectWrapper .gNumbers span {
	display: inline-block;
	vertical-align: middle;
	font: 1.5em/.8em Roboto, sans-serif;
	color: #000;
	margin-right: 15px
}

.goodsPosition .gSelect .gSelectWrapper .gNumbers .inputWrapper {
	position: relative;
    display: inline-block;
    vertical-align: middle;
    border: 1px solid #dcdcdc;
    /* border-radius: 24px; */
    width: 100%;
    text-align: center;
}

.goodsPosition .gSelect .gSelectWrapper .gNumbers .inputWrapper .btnMinus, .goodsPosition .gSelect .gSelectWrapper .gNumbers .inputWrapper .btnPlus {
	display: block;
	width: 38px;
    height: 38px;
	cursor: pointer;
	position: absolute;
	z-index: 9;
	top: 0;
	background-image: url('');
	background-color: transparent;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: ''
}

.goodsPosition .gSelect .gSelectWrapper .gNumbers .inputWrapper .btnMinus {
	left: 0;
	background-image: url(../images/icons/icon_minus.svg);
    opacity: .9;
    border-right: 1px solid #dcdcdc;
    width: 30%;
}

.goodsPosition .gSelect .gSelectWrapper .gNumbers .inputWrapper .btnPlus {
	right: 0;
	background-image: url(../images/icons/icon_plus.svg);
	/*filter: grayscale(1);*/
    opacity: .9;
    border-left: 1px solid #dcdcdc;
    width: 30%;

}

.goodsPosition .gSelect .gSelectWrapper .gNumbers .inputWrapper input {
	position: relative;
    z-index: 8;
    width: 119px;
    height: 38px;
    border: 0;
    padding-right: 40px;
    padding-left: 40px;
    text-align: center;
    overflow: hidden;
	-webkit-border-radius: 35px;
	-moz-border-radius: 35px;
	-o-border-radius: 35px;
	-ms-border-radius: 35px;
	-khtml-border-radius: 35px;
	border-radius: 35px;
	behavior: url(../ie/PIE.htc)
}

.goodsPosition .gSelect .gSelectWrapper .gPrice {
	padding-bottom: 20px
}

.goodsPosition .gSelect .gSelectWrapper .gPrice:after {
	clear: both;
	display: block;
	content: ''
}

.goodsPosition .gSelect .gSelectWrapper .gPrice .num {
	float: none;
	font: 1.5em/1.33em Roboto, sans-serif;
	color: #80858d;
	padding-top: 2px
}

.goodsPosition .gSelect .gSelectWrapper .gPrice .price {
	float: none
}

.goodsPosition .gSelect .gSelectWrapper .gPrice .price .new {
	font: 800 3em/1em Roboto, sans-serif;
	color: #000;
	line-height: 5rem;
	text-align: center;
}

.goodsPosition .gSelect .gSelectWrapper .gPrice .price .cena {
	color: #c5c5c5;
    font: 0.5em Roboto, sans-serif;
}

.goodsPosition .gSelect .gSelectWrapper .gPrice .price .old {
	text-align: center;
	font: 800 1.7em/1.33em Roboto, sans-serif;
	color: #d9d9d9;
	text-decoration: line-through
}

.goodsPosition .gSelect .gSelectWrapper .num_bon_si {
	text-align: center;
	position: relative;
	font: 700 1.6rem/1.29em Roboto, sans-serif;
	color: #909192;
	margin-bottom: 20px
}

/*.goodsPosition .gSelect .gSelectWrapper .num_bon_si:before {
	position: absolute;
	z-index: 9;
	top: 50%;
	margin-top: -13px;
	left: 0;
	display: block;
	width: 20px;
	height: 24px;
	content: '';
	background-image: url('../images/icons/icon_bonusi.svg');
	background-color: transparent;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: contain
}*/

@media all and (max-width: 999px) and (min-width: 768px) {
	.goodsPosition .gSelect .gSelectWrapper .num_bon_si {
		font-size: 3rem;
		padding-left: 70px;
		margin: 20px 0 30px
	}

	.goodsPosition .gSelect .gSelectWrapper .num_bon_si:before {
		width: 60px;
		height: 70px;
		top: auto;
		margin-top: -25px
	}
}

.goodsPosition .gSelect .gSelectWrapper .btn_addToCart, .goodsPosition .gSelect .gSelectWrapper .btn_buyToClick {
	display: block;
	font: 500 1.4em/1.43em Roboto, sans-serif;
	color: #fff;
	padding: 10px 0 10px;
	text-align: center;
	margin-bottom: 18px;
	overflow: hidden;
	width: 100%;
	background-image: none;
	/*-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	-o-border-radius: 15px;
	-ms-border-radius: 15px;
	-khtml-border-radius: 15px;
    border-radius: 30px;*/
 	behavior: url(../ie/PIE.htc)
}

.goodsPosition .gSelect .gSelectWrapper .btn_addToCart {
	background-color: #98a0f3;
}

.goodsPosition .gSelect .gSelectWrapper .btn_buyToClick {
	border: 2px solid #98a0f3;
    width: 100%;
    padding: 10px 0 10px;
    color: #98a0f3;
    background-color: transparent;
    background-image: none;
}

.goodsPosition .gSelect .gSelectWrapper .order_inform {
	max-width: 180px;
	font: 1.5em/1.33em Roboto, sans-serif;
	color: #80858d;
	text-align: center
}

.goodsPosition .gSelect .socialPosition {
	margin-top: 5px;
	font-size: 1.4em
}

.goodsPosition .gInform {
	display: block;
	float: left;
	width: 20.6185567%
}

.goodsPosition .gInform li {
	display: block;
	width: 100%;
	text-align: center;
	padding-bottom: 15px
}

.goodsPosition .gInform li img {
	max-width: 100%;
	margin-bottom: 4px
}

.goodsPosition .gInform li p {
	font: 1.3em/1.5em Roboto, sans-serif;
	color: #343332
}

.goodsPosition .tabInterface {
	margin: 43px 0 40px
}
.goodsPosition .tabInterface.mobile {
	margin: 0
}

.goodsPosition .tabInterface .tabHead {
	/*border-bottom: 1px solid #dedede*/
}

.goodsPosition .tabInterface .tabHead:after {
	clear: both;
	display: block;
	content: ''
}

.goodsPosition .tabInterface .tabHead > li {
	font: 1.8em/1.5em Roboto, sans-serif;
    color: #98a0f3;
    display: block;
    float: left;
    padding: 15px 25px 15px;
    cursor: pointer;
    text-transform: uppercase;
}

.goodsPosition .tabInterface .tabHead > li.current {
	color: #fff;
    cursor: default;
    padding-top: 15px;
    border-bottom: 3px solid #000000;
    background-color: #000;
}

.goodsPosition .tabInterface .tabHead > li i {
	color: #c5c5c5;
	font-style: normal
}

.goodsPosition .tabInterface .tabBody {
	border: 1px solid #d0d0d0;
    padding: 35px 20px;
    width: 100%;
}

.goodsPosition .tabInterface .tabBody > li {
	display: none
}

.goodsPosition .tabInterface .tabBody > li.current {
	display: block
}

.goodsPosition .tabInterface .tabBody > li .textInner {
	font: 1.6em/1.5em Roboto, sans-serif;
	color: #000
}

.goodsPosition .tabInterface .tabBody > li .Article .articleBlock {
	border-bottom: 0
}

.goodsPosition .reviewBlock {
	display: block;
	width: 100%
}

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

.goodsPosition .reviewBlock .revAvatar {
	display: block;
	width: 60px;
	height: 60px;
	float: left
}

.goodsPosition .reviewBlock .revDesc {
	padding-left: 70px;
	position: relative;
	top: -5px
}

.goodsPosition .reviewBlock .revDesc .revLine {
	display: block;
	width: 100%
}

.goodsPosition .reviewBlock .revDesc .revLine.text {
	font: 1.6rem/1.5em Roboto, sans-serif;
	color: #000
}

.goodsPosition .reviewBlock .revDesc .revLine .name, .goodsPosition .reviewBlock .revDesc .revLine .date, .goodsPosition .reviewBlock .revDesc .revLine .Rating {
	font: 1.4rem/1.71em Roboto, sans-serif;
	display: inline-block;
	margin-right: 16px
}

.goodsPosition .reviewBlock .revDesc .revLine .name {
	color: #000
}

.goodsPosition .reviewBlock .revDesc .revLine .date {
	color: #c5c5c5
}

.goodsPosition .reviewBlock .revDesc .revLine .Rating {
	margin-right: 0
}

.goodsPosition .reviewBlock .revDesc .revLine .Rating .star {
	width: 12px;
	height: 12px
}

.goodsPosition .Discount {
	width: 100%;
	padding: 30px 0 20px;
	border: 1px solid #e9e9e9
}

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

.goodsPosition .Discount .title {
	font: bold 2.2em/.91em Roboto, sans-serif;
	color: #372f2c;
	padding: 0 15px 28px
}

.goodsPosition .Discount .Dis_left {
	display: block;
	width: 50%;
	float: left;
	padding-left: 10px
}

.goodsPosition .Discount .Dis_left ul {
	width: 100%;
	display: block;
	padding-bottom: 10px
}

.goodsPosition .Discount .Dis_left ul:after {
	clear: both;
	display: block;
	content: ''
}

.goodsPosition .Discount .Dis_left ul li {
	display: block;
	width: 25%;
	float: left;
	margin-right: 7%;
	position: relative
}

.goodsPosition .Discount .Dis_left ul li:after {
	position: absolute;
	z-index: 9;
	top: 50%;
	right: -21%;
	margin-top: -9px;
	width: 19px;
	height: 19px;
	content: '';
	background-image: url('../images/icons/icon_discount_plus.png');
	background-color: transparent;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: contain
}

.goodsPosition .Discount .Dis_left ul li:last-child:after {
	height: 10px;
	margin-top: -5px;
	background-image: url(../images/icons/icon_ravno.png)
}

.goodsPosition .Discount .Dis_left ul li a {
	display: inline-block;
	width: 100%;
	background-image: url('');
	background-color: transparent;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: contain
}

.goodsPosition .Discount .Dis_left ul li a:before {
	display: block;
	content: '';
	margin-top: 69.8529412%
}

.goodsPosition .Discount .Dis_left .string {
	padding-top: 10px
}

.goodsPosition .Discount .Dis_left .string label a {
	display: block;
	font: 1.6rem/1.25em Roboto, sans-serif;
	color: #567ec7
}

.goodsPosition .Discount .Dis_left .string label span {
	display: block;
	font: 1.5rem/1.33em Roboto, sans-serif;
	color: #80858d
}

.goodsPosition .Discount .Dis_left .string label span b {
	color: #343332
}

.goodsPosition .Discount .Dis_right {
	display: block;
	width: 50%;
	float: left;
	padding-right: 10px
}

.goodsPosition .Discount .Dis_right .summ.result {
	font: bold 2em/1em Roboto, sans-serif;
	color: #372f2c;
	text-transform: uppercase
}

.goodsPosition .Discount .Dis_right .summ.econom {
	font: 1.5em/1.8em Roboto, sans-serif;
	color: #7faf47
}

.goodsPosition .Discount .Dis_right .controlLine {
	display: block;
	width: 100%
}

.goodsPosition .Discount .Dis_right .controlLine:after {
	clear: both;
	display: block;
	content: ''
}

.goodsPosition .Discount .Dis_right .controlLine .btn_addToCart, .goodsPosition .Discount .Dis_right .controlLine .btn_buyToClick {
	float: left
}

.goodsPosition .Discount .Dis_right .controlLine .btn_addToCart {
	margin-right: 20px
}

.goodsPosition .Discount .lineResult {
	background-color: #efefef;
	padding: 15px
}

.goodsPosition .Discount .lineResult:after {
	clear: both;
	display: block;
	content: ''
}

.goodsPosition .Discount .lineResult .summ {
	font: 1.5em/1.8em Roboto, sans-serif;
	color: #000;
	float: left;
	padding-top: 5px
}

.goodsPosition .Discount .lineResult .summ b {
	font-size: 1.33em;
	margin-right: 12px;
	margin-left: 12px;
	color: #372f2c
}

.goodsPosition .Discount .lineResult .btn_addToCart {
	float: right;
	margin-right: 20px
}

.goodsPosition .Discount .lineResult .btn_buyToClick {
	float: right;
	padding: 8px 15px 6px
}

.goodsPosition .listReviews .lineText {
	font: 1.6rem/1.71em Roboto, sans-serif;
	color: #000
}

.goodsPosition .listReviews .lineText a {
	color: #FFFFFF;
	padding: 15px;
	background-color: #98a0f3;;
	margin: 7px;
	border-radius: 26px;
	text-transform: uppercase;
}

.goodsPosition .listReviews .reviewBlock {
	margin-top: 32px
}

.Goods.goodsinner + .Goods.goodslist .bTitle {
	padding-top: 0;
	text-align: left
}

.Discount .D_list {
	display: block;
	width: 100%;
	padding: 0 10px 0 13px;
	word-spacing: -3px
}

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

.Discount .D_list li {
	position: relative;
	z-index: 9;
	display: inline-block;
	vertical-align: top;
	margin-right: 30px;
	margin-bottom: 20px;
	width: 133px;
	word-spacing: normal
}

.Discount .D_list li:after {
	position: absolute;
	z-index: 9;
	top: 61px;
	right: -24px;
	display: block;
	width: 19px;
	height: 19px;
	content: '';
	background-image: url('../images/icons/icon_discount_plus.png');
	background-color: transparent;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: contain
}

.Discount .D_list li.last_goods:after {
	background-image: url(../images/icons/icon_ravno.png)
}

.Discount .D_list li .Discount_goods {
	display: block;
	text-align: left
}

.Discount .D_list li .Discount_goods:before {
	position: relative;
	display: block;
	width: 13px;
	height: 13px;
	content: '';
	background-image: url('../images/icons/check_fake.png');
	background-color: transparent;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: contain
}

.Discount .D_list li .Discount_goods .d_image {
	display: inline-block;
	width: 100%;
	height: 100px;
	margin: 10px 0;
	background-image: url('');
	background-color: transparent;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: contain
}

.Discount .D_list li .Discount_goods .d_wrap_hidden {
	overflow: hidden;
	height: 100px;
	display: block;
	background-color: #fff
}

@media all and (max-width: 999px) {
	.Discount .D_list li .Discount_goods .d_wrap_hidden {
		height: auto;
		overflow: visible
	}
}

.Discount .D_list li .Discount_goods .d_wrap_hidden:hover {
	overflow: visible;
	position: relative;
	z-index: 99
}

.Discount .D_list li .Discount_goods .d_wrap_hidden:hover .d_title, .Discount .D_list li .Discount_goods .d_wrap_hidden:hover .d_desc_text {
	background-color: #fff
}

.Discount .D_list li .Discount_goods .d_title, .Discount .D_list li .Discount_goods .d_desc_text, .Discount .D_list li .Discount_goods .d_price {
	display: block
}

.Discount .D_list li .Discount_goods .d_title, .Discount .D_list li .Discount_goods .d_price {
	font: bold 1.6rem/1.25em Roboto, sans-serif;
	color: #343332
}

.Discount .D_list li .Discount_goods .d_desc_text {
	font: 1.5rem/1.33em Roboto, sans-serif;
	color: #80858d
}

.Discount .D_list li .Discount_goods .d_price {
	margin-top: 10px
}

.Discount .D_list li a.Discount_goods .d_title {
	color: #567ec7
}

.Discount .D_list li:last-child {
	width: auto;
	border: 1px solid #e1e1e1;
	background-color: #f2f2f2;
	padding: 30px 17px 15px;
	margin-right: 0
}

.Discount .D_list li:last-child:after, .Discount .D_list li:last-child:before {
	display: none
}

.Discount .D_list li .blockControl_panel table {
	width: 100%
}

.Discount .D_list li .blockControl_panel table tr:first-child td:last-child {
	text-decoration: line-through
}

.Discount .D_list li .blockControl_panel table tr td {
	font: 1.6rem/1.25em Roboto, sans-serif;
	color: #80858d;
	padding-bottom: 10px
}

.Discount .D_list li .blockControl_panel table tr td .green {
	color: #7faf47
}

.Discount .D_list li .blockControl_panel table tr td .big {
	font-size: 2rem
}

.Discount .D_list li .blockControl_panel table tr td:last-child {
	color: #343332;
	padding-left: 10px;
	text-align: right
}

.Discount .D_list li .blockControl_panel table tr td:first-child b {
	color: #343332
}

.Discount .D_list li .blockControl_panel table tr td[colspan="2"] {
	padding-top: 15px;
	padding-bottom: 0
}

.Discount .D_list li .blockControl_panel table tr td .btn_addToCart, .Discount .D_list li .blockControl_panel table tr td .btn_buyToClick {
	display: table;
	margin: 0 auto;
	width: 197px;
	padding: 10px 0;
	text-align: center
}

.Discount .D_list li .blockControl_panel table tr td .btn_addToCart {
	font-size: 1.6rem
}

.Discount .D_list li .blockControl_panel table tr td .btn_buyToClick {
	font-size: 1.4rem;
	background-color: #fff
}

@media all and (max-width: 999px) {
	.desktop {
		display: none
	}

	.mobile {
		display: block
	}

	.Goods.goodslist .goodsBlocks .goodsBlock {
		width: 100%;
		float: none
	}

	.Goods.goodslist .goodsBlocks .goodsBlock .title, .Goods.goodslist .goodsBlocks .goodsBlock .descript {
		height: auto;
		overflow: visible;
		position: relative
	}

	.Goods.goodslist .goodsBlocks .goodsBlock .title span, .Goods.goodslist .goodsBlocks .goodsBlock .descript span {
		position: relative
	}

	.Goods.goodslist .goodsBlocks .goodsBlock .title {
		padding-bottom: 5px;
		font-size: 4em
	}

	.Goods.goodslist .goodsBlocks .goodsBlock .pricePosition .text {
		font-size: 2.4em
	}

	.Goods.goodslist .goodsBlocks .goodsBlock .pricePosition .price .new {
		font-size: 3.6em
	}

	.Goods.goodslist .goodsBlocks .goodsBlock .dynamicBlock .btn_addToCart, .Goods.goodslist .goodsBlocks .goodsBlock .dynamicBlock .btn_buyToClick{
		/* font-size: 3em;
		padding: 7px 25px 8px;
		overflow: hidden;
		-webkit-border-radius: 40px;
		-moz-border-radius: 40px;
		-o-border-radius: 40px;
		-ms-border-radius: 40px;
		-khtml-border-radius: 40px;
		border-radius: 40px;
		behavior: url(../ie/PIE.htc) */
	}

	.Goods.goodssets .goodsBlocks .goodsBlock {
		width: 100%;
		float: none;
		margin-right: 0
	}

	.Goods.goodssets .goodsBlocks .goodsBlock:after {
		clear: both;
		display: block;
		content: ''
	}

	.Goods.goodsinner .title, .Goods.goodsinner h1 {
		font-size: 4.8em
	}

	.Goods.goodsinner + .Goods.goodslist {
		padding-bottom: 50px
	}

	.Goods.goodsinner + .Goods.goodslist .bTitle {
		font-size: 4.8em
	}

	.Goods.goodsinner .goodsTopLine {
		font-size: 2.4em
	}

	.Goods.goodsinner .goodsTopLine .available {
		line-height: 1.33em;
		padding-top: 0;
		padding-bottom: 0
	}

	.Goods.goodsinner .goodsTopLine .Rating {
		margin-right: 15px
	}

	.Goods.goodsinner .goodsTopLine .reviews {
		line-height: 22px
	}

	.Goods.goodsinner .goodsPosition .gImage {
		width: 100%;
		float: none;
		margin-bottom: 20px
	}

	.Goods.goodsinner .goodsPosition .gSelect {
		width: 100%
	}

	.Goods.goodsinner .goodsPosition .gSelect .gNumbers:after {
		clear: both;
		display: block;
		content: ''
	}

	.Goods.goodsinner .goodsPosition .gSelect .gNumbers span {
		float: left;
		font-size: 2.4em;
		padding-top: 35px
	}

	.Goods.goodsinner .goodsPosition .gSelect .gNumbers .inputWrapper {
		float: right
	}

	.Goods.goodsinner .goodsPosition .gSelect .gNumbers .inputWrapper .btnMinus, .Goods.goodsinner .goodsPosition .gSelect .gNumbers .inputWrapper .btnPlus, .Goods.goodsinner .goodsPosition .gSelect .gNumbers .inputWrapper input {
		width: 73px;
		height: 80px;
		background-size: cover
	}

	.Goods.goodsinner .goodsPosition .gSelect .gNumbers .inputWrapper .btnMinus {
		overflow: hidden;
		-webkit-border-radius: 6px 0 0 6px;
		-moz-border-radius: 6px 0 0 6px;
		-o-border-radius: 6px 0 0 6px;
		-ms-border-radius: 6px 0 0 6px;
		-khtml-border-radius: 6px 0 0 6px;
		border-radius: 6px 0 0 6px;
		behavior: url(../ie/PIE.htc)
	}

	.Goods.goodsinner .goodsPosition .gSelect .gNumbers .inputWrapper .btnPlus {
		overflow: hidden;
		-webkit-border-radius: 0 6px 6px 0;
		-moz-border-radius: 0 6px 6px 0;
		-o-border-radius: 0 6px 6px 0;
		-ms-border-radius: 0 6px 6px 0;
		-khtml-border-radius: 0 6px 6px 0;
		border-radius: 0 6px 6px 0;
		behavior: url(../ie/PIE.htc)
	}

	.Goods.goodsinner .goodsPosition .gSelect .gNumbers .inputWrapper input {
		width: 263px;
		padding-right: 75px;
		padding-left: 75px;
		font-size: 4em
	}

	.Goods.goodsinner .goodsPosition .gSelect .gPrice:after {
		clear: both;
		display: block;
		content: ''
	}

	.Goods.goodsinner .goodsPosition .gSelect .gPrice .num {
		/*float: left;*/
		font-size: 2.4em
	}

	.Goods.goodsinner .goodsPosition .gSelect .gPrice .price {
		float: none;
	}

	.Goods.goodsinner .goodsPosition .gSelect .gPrice .price .new {
		font-size: 3.6em
	}

	.Goods.goodsinner .goodsPosition .gSelect .btn_buyToClick, .Goods.goodsinner .goodsPosition .gSelect .btn_addToCart {
		font-size: 3em;
		display: block;
		width: 47%;
		overflow: hidden;
		/*-webkit-border-radius: 40px;
		-moz-border-radius: 40px;
		-o-border-radius: 40px;
		-ms-border-radius: 40px;
		-khtml-border-radius: 40px;
		border-radius: 40px;*/
		behavior: url(../ie/PIE.htc)
	}

	.Goods.goodsinner .goodsPosition .gSelect .btn_addToCart {
		float: left
	}

	.Goods.goodsinner .goodsPosition .gSelect .btn_buyToClick {
		float: right
	}

	.Goods.goodsinner .goodsPosition .gInform {
		display: none
	}

	.Goods.goodsinner .goodsPosition .tabInterface.mobile ul.tabHead {
		border: 0;
		background-color: white;
	}

	.Goods.goodsinner .goodsPosition .tabInterface.mobile ul.tabHead > li {
		display: block;
		width: 100%;
		float: none;
		padding: 0;
		border: 0;
		background: #fff;
		box-shadow: none;
	}

	.Goods.goodsinner .goodsPosition .tabInterface.mobile ul.tabHead > li.current > span {
		color: #000;
		border-bottom: 0;
		font: 600 1.4em/1.5em Roboto, sans-serif
	}

	.Goods.goodsinner .goodsPosition .tabInterface.mobile ul.tabHead > li.current > span:after {
		margin-top: -7px;
		font-size: 3.6rem;
		content: '-'
	}

	.Goods.goodsinner .goodsPosition .tabInterface.mobile ul.tabHead > li.current .tBody {
		display: block
	}

	.Goods.goodsinner .goodsPosition .tabInterface.mobile ul.tabHead > li > span {
		display: block;
		font-size: 3rem;
		padding: 20px 15px;
		margin-left: -15px;
		margin-right: -15px;
		border-top: 1px solid #dedede;
		border-bottom: 1px solid #dedede;
		position: relative
	}

	.Goods.goodsinner .goodsPosition .tabInterface.mobile ul.tabHead > li > span:after {
		position: absolute;
		z-index: 9;
		right: 15px;
		margin-top: -3px;
		content: '+';
		font: 3rem/1em Roboto, sans-serif;
		color: #c3c3c3
	}

	.Goods.goodsinner .goodsPosition .tabInterface.mobile ul.tabHead > li .tBody {
		display: none;
		padding-top: 20px;
		padding-bottom: 20px
	}

	.Goods.goodsinner .goodsPosition .tabInterface.mobile ul.tabHead > li .tBody .textInner {
		font-size: 3rem;
		line-height: 1.2em
	}

	.Goods.goodsinner .goodsPosition .tabInterface.mobile ul.tabHead > li .tBody .Article .articleBlock {
		border-bottom: 0
	}

	.Goods.goodsinner .goodsPosition .reviewBlock {
		margin-bottom: 30px
	}

	.Goods.goodsinner .goodsPosition .reviewBlock:after {
		clear: both;
		display: block;
		content: ''
	}

	.Goods.goodsinner .goodsPosition .reviewBlock .revAvatar {
		width: 100px;
		height: 100px;
		background-size: contain
	}

	.Goods.goodsinner .goodsPosition .reviewBlock .revDesc {
		padding-left: 115px;
		top: -5px
	}

	.Goods.goodsinner .goodsPosition .reviewBlock .revDesc .revLine.text {
		font-size: 2.4rem
	}

	.Goods.goodsinner .goodsPosition .reviewBlock .revDesc .revLine .name, .Goods.goodsinner .goodsPosition .reviewBlock .revDesc .revLine .date, .Goods.goodsinner .goodsPosition .reviewBlock .revDesc .revLine .Rating {
		font-size: 2.4rem
	}

	.Goods.goodsinner .goodsPosition .reviewBlock .revDesc .revLine .Rating {
		margin-right: 0
	}

	.Goods.goodsinner .goodsPosition .reviewBlock .revDesc .revLine .Rating .star {
		width: 12px;
		height: 12px
	}

	.Goods.goodsrecipe .goodsBlock {
		width: 45%;
		float: left;
		margin-right: 2.5%;
		background-color: #fff;
		padding-bottom: 0
	}

	.Goods.goodsrecipe .goodsBlock:after {
		clear: both;
		display: block;
		content: ''
	}

	.Goods.goodsrecipe .goodsBlock .image {
		width: 45.10638298%;
		float: left
	}

	.Goods.goodsrecipe .goodsBlock .wrapperPad {
		display: table;
		padding: 15px 24px 55px 15px
	}

	.Goods.goodsrecipe .goodsBlock .wrapperPad .wrapper_dB {
		display: block;
		position: relative
	}

	.Goods.goodsrecipe .goodsBlock .wrapperPad .wrapper_dB .dynamicBlock {
		bottom: -36px
	}

	.goodsPosition .Discount .Dis_left {
		width: 100%;
		float: none;
		padding-left: 10px
	}

	.goodsPosition .Discount .Dis_left ul {
		padding-bottom: 10px
	}

	.goodsPosition .Discount .Dis_left ul li {
		display: block;
		width: 28.5%;
		margin-right: 7%
	}

	.goodsPosition .Discount .Dis_left ul li:after {
		width: 37px;
		height: 37px
	}

	.goodsPosition .Discount .Dis_left ul li:last-child {
		margin-right: 0
	}

	.goodsPosition .Discount .Dis_left ul li:last-child:after {
		display: none
	}

	.goodsPosition .Discount .Dis_left .string {
		padding-top: 30px
	}

	.goodsPosition .Discount .Dis_left .string input[type=checkbox] + label:before {
		width: 40px;
		height: 40px
	}

	.goodsPosition .Discount .Dis_left .string label {
		padding-left: 60px
	}

	.goodsPosition .Discount .Dis_left .string label a {
		font-size: 3rem
	}

	.goodsPosition .Discount .Dis_left .string label span {
		font-size: 3rem
	}

	.goodsPosition .Discount .Dis_left .string label span b {
		display: block
	}

	.goodsPosition .Discount .Dis_right {
		width: 100%;
		float: none;
		padding: 50px 0 0 70px
	}

	.goodsPosition .Discount .Dis_right .summ {
		margin-bottom: 40px
	}

	.goodsPosition .Discount .Dis_right .summ.result {
		font-size: 3.6em;
		text-transform: lowercase;
		float: left;
		margin-right: 25px;
		padding-left: 55px;
		position: relative
	}

	.goodsPosition .Discount .Dis_right .summ.result:before {
		position: absolute;
		z-index: 9;
		top: 0;
		left: 0;
		content: url(../images/icons/icon_ravno.png)
	}

	.goodsPosition .Discount .Dis_right .summ.econom {
		font-size: 3em;
		line-height: 1.33em;
		float: left
	}

	.goodsPosition .Discount .Dis_right .controlLine {
		clear: both
	}

	.goodsPosition .Discount .Dis_right .controlLine .btn_buyToClick, .goodsPosition .Discount .Dis_right .controlLine .btn_addToCart {
		font-size: 3em;
		display: table;
		float: none;
		width: 80%;
		padding: 10px 30px 11px;
		text-align: center;
		margin-bottom: 60px;
		overflow: hidden;
		-webkit-border-radius: 40px;
		-moz-border-radius: 40px;
		-o-border-radius: 40px;
		-ms-border-radius: 40px;
		-khtml-border-radius: 40px;
		border-radius: 40px;
		behavior: url(../ie/PIE.htc)
	}

	.goodsPosition .Discount .Dis_right .controlLine .btn_addToCart {
		margin-right: 0
	}

	.Discount .D_list {
		padding: 0 10px 0 13px;
		word-spacing: 0
	}

	.Discount .D_list li {
		display: block;
		margin-right: 0;
		margin-bottom: 50px;
		width: 100%
	}

	.Discount .D_list li:after {
		top: auto;
		bottom: -42px;
		left: 50%;
		margin-left: -18px;
		width: 37px;
		height: 37px
	}

	.Discount .D_list li .Discount_goods:before {
		position: absolute;
		top: 0;
		left: 0;
		width: 40px;
		height: 40px
	}

	.Discount .D_list li .Discount_goods .d_image {
		display: block;
		height: 280px;
		margin: 30px 0
	}

	.Discount .D_list li .Discount_goods .d_title, .Discount .D_list li .Discount_goods .d_price {
		font-size: 3rem
	}

	.Discount .D_list li .Discount_goods .d_desc_text {
		font-size: 3rem
	}

	.Discount .D_list li .Discount_goods .d_price {
		margin-top: 10px
	}

	.Discount .D_list li:last-child {
		padding: 52px 60px 15px
	}

	.Discount .D_list li .blockControl_panel table tr td {
		font-size: 3rem;
		padding-bottom: 25px
	}

	.Discount .D_list li .blockControl_panel table tr td .big {
		font-size: 3rem
	}

	.Discount .D_list li .blockControl_panel table tr td[colspan="2"] {
		padding-top: 15px;
		padding-bottom: 45px
	}

	.Discount .D_list li .blockControl_panel table tr td .btn_addToCart, .Discount .D_list li .blockControl_panel table tr td .btn_buyToClick {
		width: 370px;
		padding: 14px 0;
		overflow: hidden;
		-webkit-border-radius: 40px;
		-moz-border-radius: 40px;
		-o-border-radius: 40px;
		-ms-border-radius: 40px;
		-khtml-border-radius: 40px;
		border-radius: 40px;
		behavior: url(../ie/PIE.htc)
	}

	.Discount .D_list li .blockControl_panel table tr td .btn_addToCart {
		font-size: 3rem
	}

	.Discount .D_list li .blockControl_panel table tr td .btn_buyToClick {
		font-size: 3rem
	}
}

@media all and (max-width: 767px) {
	.Goods.goodslist .goodsBlocks .goodsBlock .title {
		font-size: 1.3em
	}

	.Goods.goodslist .goodsBlocks .goodsBlock .pricePosition .text {
		font-size: 1.5em
	}

	.Goods.goodslist .goodsBlocks .goodsBlock .pricePosition .price .new {
		font-size: 2em
	}

	.Goods.goodslist .goodsBlocks .goodsBlock .dynamicBlock .btn_addToCart, .Goods.goodslist .goodsBlocks .goodsBlock .dynamicBlock  {
		/*display: table;
		font-size: 0;
		color: #fff;
		padding: 20px 25px;
		overflow: hidden;
		text-transform: uppercase;
		background-image: url('../images/icons/icon_cart.svg');
		background-color: #FAAD3D;
		background-repeat: no-repeat;
		background-size: 50%;
		background-position: center center;
		-webkit-border-radius: 24px;
		-moz-border-radius: 24px;
		-o-border-radius: 24px;
		-ms-border-radius: 24px;
		-khtml-border-radius: 24px;
		border-radius: 24px;*/
	}
	.btn_buyToClick{
		width: 67%;
        padding: 1.2rem 0rem;
		font: 1.6em/1.43em Roboto, sans-serif;
		color: #000;
		background-color: transparent;
		border: 1px solid #98a0f3;
		background-image: none;
		text-align: center;
}
	.Goods.goodsinner .title, .Goods.goodsinner h1 {
		font-size: 1.8em
	}

	.Goods.goodsinner + .Goods.goodslist {
		padding-bottom: 30px
	}

	.Goods.goodsinner + .Goods.goodslist .bTitle {
		font-size: 2.4em
	}

	.Goods.goodsinner .goodsTopLine {
		font-size: 1.4em;
	}

	.Goods.goodsinner .goodsTopLine .available {
		line-height: 1em;
		padding-top: 4px;
		margin: 0;
		padding-right: 10px;
	}

	.Goods.goodsinner .goodsTopLine .Rating {
		margin-right: 15px
	}

	.Goods.goodsinner .goodsTopLine .reviews {
		line-height: 22px;
		margin-right: 0;
	}

	.Goods.goodsinner .goodsPosition .gSelect .gNumbers {
		float: left;
		padding-bottom: 20px
	}

	.Goods.goodsinner .goodsPosition .gSelect .gNumbers span {
		font-size: 1.5em;
		padding-top: 16px
	}

	.Goods.goodsinner .goodsPosition .gSelect .gNumbers .inputWrapper .btnMinus, .Goods.goodsinner .goodsPosition .gSelect .gNumbers .inputWrapper .btnPlus, .Goods.goodsinner .goodsPosition .gSelect .gNumbers .inputWrapper input {
		width: 42px;
		height: 42px
	}

	.Goods.goodsinner .goodsPosition .gSelect .gNumbers .inputWrapper input {
		width: 100%;
		padding-right: 42px;
		padding-left: 42px;
		font-size: 2.5em
	}

	.Goods.goodsinner .goodsPosition .gSelect .gPrice:after {
		clear: both;
		display: block;
		content: ''
	}

	.Goods.goodsinner .goodsPosition .gSelect .gPrice .num {
		font-size: 1.5em
	}

	.Goods.goodsinner .goodsPosition .gSelect .gPrice .price .new {
		font-size: 3em
	}

	.Goods.goodsinner .goodsPosition .gSelect .btn_buyToClick, .Goods.goodsinner .goodsPosition .gSelect .btn_addToCart {
		font-size: 1.4em;
		width: 70%;
		margin: 0 auto 20px
	}

	.Goods.goodsinner .goodsPosition .gSelect .btn_addToCart {
		float: none;
		width: 100%;
	}

	.Goods.goodsinner .goodsPosition .gSelect .btn_buyToClick {
		float: none;
		width: 100%;
	}

	.Goods.goodsinner .goodsPosition .tabInterface.mobile ul.tabHead li > span {
		font-size: 2rem;
    	padding: 10px 15px;
    	color: #000;
    	text-transform: uppercase
	}

	.Goods.goodsinner .goodsPosition .tabInterface.mobile ul.tabHead li .tBody .textInner {
		text-transform: none;
		font: 1.0em/1.4em Roboto, sans-serif;
		color: #000;
	}

	.Goods.goodsinner .goodsPosition .reviewBlock .revAvatar {
		width: 60px;
		height: 60px
	}

	.Goods.goodsinner .goodsPosition .reviewBlock .revDesc {
		padding-left: 70px
	}

	.Goods.goodsinner .goodsPosition .reviewBlock .revDesc .revLine.text {
		font-size: 1.6rem
	}

	.Goods.goodsinner .goodsPosition .reviewBlock .revDesc .revLine .name, .Goods.goodsinner .goodsPosition .reviewBlock .revDesc .revLine .date, .Goods.goodsinner .goodsPosition .reviewBlock .revDesc .revLine .Rating {
		font-size: 1.4rem
	}

	.Goods.goodsinner .goodsPosition .reviewBlock .revDesc .revLine .Rating .star {
		width: 12px;
		height: 12px
	}

	.goodsPosition .Discount .title {
		font-size: 2.2rem
	}

	.goodsPosition .Discount .Dis_left {
		padding-left: 10px
	}

	.goodsPosition .Discount .Dis_left ul {
		padding-bottom: 10px
	}

	.goodsPosition .Discount .Dis_left ul li {
		display: block;
		width: 25%;
		margin-right: 10%
	}

	.goodsPosition .Discount .Dis_left ul li:after {
		width: 19px;
		height: 19px;
		right: -33%
	}

	.goodsPosition .Discount .Dis_left .string {
		padding-top: 15px
	}

	.goodsPosition .Discount .Dis_left .string input[type=checkbox] + label:before {
		width: 13px;
		height: 13px
	}

	.goodsPosition .Discount .Dis_left .string label {
		padding-left: 20px
	}

	.goodsPosition .Discount .Dis_left .string label a {
		font-size: 1.6rem
	}

	.goodsPosition .Discount .Dis_left .string label span {
		font-size: 1.5rem
	}

	.goodsPosition .Discount .Dis_left .string label span b {
		font-size: 1.6rem
	}

	.goodsPosition .Discount .Dis_right {
		width: 100%;
		float: none;
		padding: 30px 0 0 30px
	}

	.goodsPosition .Discount .Dis_right .summ {
		margin-bottom: 0
	}

	.goodsPosition .Discount .Dis_right .summ.result {
		font-size: 2em;
		float: none;
		margin-right: 0;
		padding-left: 30px
	}

	.goodsPosition .Discount .Dis_right .summ.result:before {
		width: 19px;
		height: 10px;
		top: 50%;
		margin-top: -5px;
		content: '';
		background-image: url('../images/icons/icon_ravno.png');
		background-color: transparent;
		background-repeat: no-repeat;
		background-position: center center;
		background-size: contain
	}

	.goodsPosition .Discount .Dis_right .summ.econom {
		font-size: 1.5em;
		float: none;
		padding-left: 30px;
		margin-bottom: 30px
	}

	.goodsPosition .Discount .Dis_right .controlLine .btn_buyToClick, .goodsPosition .Discount .Dis_right .controlLine .btn_addToCart {
		font-size: 1.4em;
		width: auto;
		padding: 7px 15px 8px;
		margin-bottom: 30px;
		overflow: hidden;
		-webkit-border-radius: 40px;
		-moz-border-radius: 40px;
		-o-border-radius: 40px;
		-ms-border-radius: 40px;
		-khtml-border-radius: 40px;
		border-radius: 40px;
		behavior: url(../ie/PIE.htc)
	}

	.goodsPosition .Discount .Dis_right .controlLine .btn_addToCart {
		margin-right: 0
	}

	.Discount .D_list li {
		margin-bottom: 30px
	}

	.Discount .D_list li:after {
		bottom: -24px;
		margin-left: -9px;
		width: 19px;
		height: 19px
	}

	.Discount .D_list li .Discount_goods:before {
		position: relative;
		width: 13px;
		height: 13px
	}

	.Discount .D_list li .Discount_goods .d_image {
		height: 145px;
		margin: 10px 0
	}

	.Discount .D_list li .Discount_goods .d_title, .Discount .D_list li .Discount_goods .d_price {
		font-size: 1.6rem
	}

	.Discount .D_list li .Discount_goods .d_desc_text {
		font-size: 1.5rem
	}

	.Discount .D_list li:last-child {
		padding: 30px 17px 15px
	}

	.Discount .D_list li .blockControl_panel table tr td {
		font-size: 1.6rem;
		padding-bottom: 10px
	}

	.Discount .D_list li .blockControl_panel table tr td .big {
		font-size: 2rem
	}

	.Discount .D_list li .blockControl_panel table tr td[colspan="2"] {
		padding-top: 15px;
		padding-bottom: 0
	}

	.Discount .D_list li .blockControl_panel table tr td .btn_addToCart, .Discount .D_list li .blockControl_panel table tr td .btn_buyToClick {
		width: 198px;
		padding: 10px 0
	}

	.Discount .D_list li .blockControl_panel table tr td .btn_addToCart {
		font-size: 1.6rem
	}

	.Discount .D_list li .blockControl_panel table tr td .btn_buyToClick {
		font-size: 1.6rem
	}
}

.backpage {
	display: block;
	font: 800 1.4em/1.5em Roboto, sans-serif;
    color: #98a0f3;
    text-transform: uppercase;
	position: relative;
	/* margin-left: 15px;
	background: #EDEDED;*/
	padding: 10px 30px;

}

.backpage:before {
	position: absolute;
	z-index: 9;
	left: 20px;
	content: url(../images/icons/icon_backpage.png)
}

.backpage span {
	/* border-bottom: 1px solid #4686cc */
}

.customOrTitle {
	padding-bottom: 20px
}

.customOrTitle i, .customOrTitle span {
	display: inline-block;
	vertical-align: middle
}

.customOrTitle i {
	width: 35px;
    height: 35px;
    border: 2px solid #676da7;
    margin-right: 8px;
    font: bold 1.8em/1em Roboto, sans-serif;
    color: #676da7;
    text-align: center;
    padding-top: 6px;
    overflow: hidden;
	-webkit-border-radius: 29px;
	-moz-border-radius: 29px;
	-o-border-radius: 29px;
	-ms-border-radius: 29px;
	-khtml-border-radius: 29px;
	border-radius: 29px;
	behavior: url(../ie/PIE.htc);
}

.customOrTitle span {
	font: 800 2em/1em Roboto, sans-serif;
    color: #000000;
    text-transform: uppercase;
}

form.f_Cart {
	background-color: #fff;
	padding-bottom: 50px
}

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

form.f_Cart .string {
	margin-bottom: 10px
}

form.f_Cart .altTitle {
	padding-top: 8px;
	padding-bottom: 16px
}

form.f_Cart .cartList, form.f_Cart .cartRight {
	display: block;
    float: left;
}

form.f_Cart .cartList {
	/* width: 65.96858639%;
	margin-right: 20px;*/
}

form.f_Cart .cartList .customOrTitle {
	margin-top: 20px;
}

form.f_Cart .cartList .cartGoods {
	width: 100%;
	padding: 20px 20px;
	border: 1px solid #e1e1e1;
	background-color: #fff;
	margin-bottom: -1px;
	overflow: hidden;
	/* -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -o-border-radius: 4px;
    -ms-border-radius: 4px;
    -khtml-border-radius: 4px;
    border-radius: 4px; */
	behavior: url(../ie/PIE.htc);
	overflow: visible
}

form.f_Cart .cartList .cartGoods:after {
	clear: both;
	display: block;
	content: ''
}

form.f_Cart .cartList .cartGoods .image, form.f_Cart .cartList .cartGoods .cG_center, form.f_Cart .cartList .cartGoods .cG_right {
	display: block;
	float: left
}

form.f_Cart .cartList .cartGoods .image {
	width: 20.33898305%;
	margin-bottom: 25px;
	background-image: url('');
	background-color: transparent;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: contain
}

form.f_Cart .cartList .cartGoods .image:before {
	display: block;
	content: '';
	margin-top: 90px
}

form.f_Cart .cartList .cartGoods .image span {
	font: 1.3em/1.2em Roboto, sans-serif;
	color: #c5c5c5;
	position: relative;
	top: 10px
}

form.f_Cart .cartList .cartGoods .cG_center {
	width: 35.93220339%;
	padding: 0px 20px 10px 10px;
}

form.f_Cart .cartList .cartGoods .cG_center .title, form.f_Cart .cartList .cartGoods .cG_center .descript {
	padding-bottom: 10px
}

form.f_Cart .cartList .cartGoods .cG_center .title {
	display: inline-block;
	font: 500 1.5em/1.2em Roboto, sans-serif;
    text-transform: none;
	color: #000
}

form.f_Cart .cartList .cartGoods .cG_center .descript {
	font: 1.4em/1.25em Roboto, sans-serif;
	color: #585858
}

form.f_Cart .cartList .cartGoods .cG_center .weight {
	font: bold 1.5em/1.6em Roboto, sans-serif;
	color: #000;
	padding-bottom: 10px
}

form.f_Cart .cartList .cartGoods .cG_center input[type=checkbox] + label {
	font: 1.6em/1.25em Roboto, sans-serif;
	color: #000
}

form.f_Cart .cartList .cartGoods .cG_center .ordered {
	display: inline-block;
	padding-bottom: 10px;
	font: bold 1.6em/1em Roboto, sans-serif;
	color: #7faf47
}

form.f_Cart .cartList .cartGoods .cG_center .cG_delete {
	font: 1.3em/1.5em Roboto, sans-serif;
	color: #c5c5c5;
	cursor: pointer
}

form.f_Cart .cartList .cartGoods .cG_center .cG_delete::before {
    content: '\f057';
    font: 1.6rem/1em fontawesome;
    padding-right: 7px;
}

form.f_Cart .cartList .cartGoods .cG_center .cG_delete:hover {
	color: red;
}

form.f_Cart .cartList .cartGoods .cG_right {
	width: 43.72881356%;
	display: table
}

form.f_Cart .cartList .cartGoods .cG_right .inputWrapper, form.f_Cart .cartList .cartGoods .cG_right .numSize {
	position: relative;
	display: table-cell;
	width: 120px;
	height: 38px;
	vertical-align: middle;
	text-align: center;
	overflow: hidden;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	-o-border-radius: 6px;
	-ms-border-radius: 6px;
	-khtml-border-radius: 6px;
	border-radius: 6px;
	behavior: url(../ie/PIE.htc);
	overflow: visible
}

form.f_Cart .cartList .cartGoods .cG_right .inputWrapper .btnMinus, form.f_Cart .cartList .cartGoods .cG_right .numSize .btnMinus, form.f_Cart .cartList .cartGoods .cG_right .inputWrapper .btnPlus, form.f_Cart .cartList .cartGoods .cG_right .numSize .btnPlus {
	display: block;
	width: 36px;
	height: 36px;
	cursor: pointer;
	position: absolute;
	z-index: 9;
	top: 0;
	background-image: url('');
	background-color: transparent;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: ''
}

form.f_Cart .cartList .cartGoods .cG_right .inputWrapper .btnMinus, form.f_Cart .cartList .cartGoods .cG_right .numSize .btnMinus {
	left: 0;
	background-image: url(../images/icons/icon_minus.svg);
	transform: scale(0.9)
}

form.f_Cart .cartList .cartGoods .cG_right .inputWrapper .btnPlus, form.f_Cart .cartList .cartGoods .cG_right .numSize .btnPlus {
	right: 1px;
	background-image: url(../images/icons/icon_plus.svg);
	transform: scale(0.9)
}

form.f_Cart .cartList .cartGoods .cG_right .inputWrapper input, form.f_Cart .cartList .cartGoods .cG_right .numSize input {
	position: relative;
	z-index: 8;
    width: 119px;
    height: 37px;
    border: 1px solid #e1e1e1;
	padding-right: 42px;
	padding-left: 42px;
	text-align: center
}

form.f_Cart .cartList .cartGoods .cG_right .inputWrapper > span, form.f_Cart .cartList .cartGoods .cG_right .numSize > span {
	font: 1.6em/1.5em Roboto, sans-serif
}

form.f_Cart .cartList .cartGoods .cG_right .numSize {
	text-align: right;
	font: bold 1.6em/1em Roboto, sans-serif;
	color: #343332
}

form.f_Cart .cartList .cartGoods .cG_right .price {
	display: table-cell;
	vertical-align: top;
	font: bold 2em/1em Roboto, sans-serif;
	color: #343332;
	text-align: right;
	padding-top: 10px
}

form.f_Cart .cartRight {
	width: 30.57591623%
}

form.f_Cart .cartRight .cartOrder {
	border: 3px solid #98a0f3a3;
	background-color: #fff;
	margin-bottom: 10px;
	overflow: hidden;
	/*-webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -o-border-radius: 4px;
    -ms-border-radius: 4px;
    -khtml-border-radius: 4px;
    border-radius: 4px;*/
	behavior: url(../ie/PIE.htc)
}

form.f_Cart .cartRight .cartOrder .string {
	margin-bottom: 0
}

form.f_Cart .cartRight .cartOrder .cCheckbox {
	padding: 15px 20px 20px;
	background-color: #f5f5f5;
	border-top: 1px solid #e1e1e1
}

form.f_Cart .cartRight .cartOrder .cCheckbox input[type=checkbox] + label:before {
	top: 4px
}

form.f_Cart .cartRight .cartOrder .cartLines {
	padding: 30px 20px
}

form.f_Cart .cartRight .cartOrder .cartLine {
	display: block;
	width: 100%;
	padding-bottom: 15px
}

form.f_Cart .cartRight .cartOrder .cartLine:after {
	clear: both;
	display: block;
	content: ''
}

form.f_Cart .cartRight .cartOrder .cartLine:last-child, form.f_Cart .cartRight .cartOrder .cartLine:nth-last-child(2) {
	padding-bottom: 0
}

form.f_Cart .cartRight .cartOrder .cartLine:last-child > span, form.f_Cart .cartRight .cartOrder .cartLine:nth-last-child(2) > span {
	font-weight: bold;
	color: #343332
}

form.f_Cart .cartRight .cartOrder .cartLine:last-child .cL_right, form.f_Cart .cartRight .cartOrder .cartLine:nth-last-child(2) .cL_right {
	/*font-size: 3em;*/
	line-height: 1em
}

form.f_Cart .cartRight .cartOrder .cartLine:nth-last-child(2) {
	padding-bottom: 10px
}

form.f_Cart .cartRight .cartOrder .cartLine.text_is_weight {
	font: 1.6em/1.38em Roboto, sans-serif;
	color: #343332;
	padding-bottom: 10px
}

form.f_Cart .cartRight .cartOrder .cartLine > span, form.f_Cart .cartRight .cartOrder .cartLine .cL_right {
	display: block;
	font: 1.6em/1.25em Roboto, sans-serif;
	text-transform: none;
}

form.f_Cart .cartRight .cartOrder .cartLine span {
	float: left;
	color: #80858d
}

form.f_Cart .cartRight .cartOrder .cartLine .cL_right {
	float: right;
	color: #343332
}

form.f_Cart .cartRight .cartOrder .cartLine .free {
	font-size: 1.6rem;
	font-style: normal;
	font-weight: bold;
	color: #98a0f3
}

form.f_Cart .cartRight .cartOrder .cartLine .promoCode {
	width: 100%
}

form.f_Cart .cartRight .cartOrder .cartLine .promoCode:after {
	clear: both;
	display: block;
	content: ''
}

form.f_Cart .cartRight .cartOrder .cartLine .promoCode input {
	display: block;
    width: 56.74502%;
    float: left;
    font: 1.4rem Roboto, sans-serif;
}

form.f_Cart .cartRight .cartOrder .cartLine .promoCode .btn_Form {
	display: block;
    width: 42.87251%;
    float: left;
    text-align: center;
    padding: 9px 8px;
    font-size: 1.5rem;
    text-transform: none;
    letter-spacing: normal;
    background-color: #676da7;
}

form.f_Cart .cartRight .cartOrderControl {
	border-top: 1px solid #e1e1e1;
	padding: 30px 20px
}

form.f_Cart .cartRight .cartOrderControl .btn_Form {
	font-size: 1.4rem;
	display: block;
	width: 100%
}

form.f_Cart .cartRight .cartBalance {
	background-color: #fff;
	padding: 30px 19px;
	margin-bottom: 10px;
	overflow: hidden;
	/*border: 1px solid #e1e1e1;
	-webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -o-border-radius: 4px;
    -ms-border-radius: 4px;
    -khtml-border-radius: 4px;
    border-radius: 4px;*/
	behavior: url(../ie/PIE.htc)
}

form.f_Cart .cartRight .cartBalance .sometext {
	padding-left: 60px;
	position: relative
}

form.f_Cart .cartRight .cartBalance .sometext:before {
	display: block;
	width: 41px;
	height: 48px;
	position: absolute;
	z-index: 9;
	top: 0;
	left: 0;
	content: '';
	background-image: url('../images/icons/icon_bonusi.svg');
	background-color: transparent;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: contain
}

form.f_Cart .cartRight .cartBalance .sometext p {
	font: 1.6em/1.38em Roboto, sans-serif;
	color: #343332;
}

form.f_Cart .cartRight .cartBalance > p {
	font: 1.5em/1.47em Roboto, sans-serif;
	color: #80858d
}

form.f_Cart .cartRight .cartBlock {
	width: 100%;
	padding: 30px 20px;
	background-color: #fff;
	overflow: hidden;
	border: 3px solid #bdc2f7;
	/*-webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -o-border-radius: 4px;
    -ms-border-radius: 4px;
    -khtml-border-radius: 4px;
    border-radius: 4px;*/
	behavior: url(../ie/PIE.htc)
}

form.f_Cart .cartRight .cartBlock .title, form.f_Cart .cartRight .cartBlock .text {
	font: 1.6em/1.38em Roboto, sans-serif;
	color: #343332;
	padding-bottom: 10px
}

form.f_Cart .cartRight .cartBlock .title {
	font-weight: bold;
	text-transform: uppercase

}

form.f_Cart .cartRight .cartBlock label{
	font: 1.6em/1.25em Roboto, sans-serif;
	color: #9ca3af;
	text-transform: none;
	margin-top: 16px;
}

form.f_Cart .cartRight .cartBlock .string input {
	margin-bottom: 15px
}

form.f_Cart .cartRight .cartor{
	display: flex;
    align-items: center;
    text-align: center;
    color: #9ca3af;
    font-size: 13px;
    margin: 0 10px;
	    font: 1.6em / 1.38em Roboto, sans-serif;
    text-align: center;
    margin-top: 10px;
    margin-bottom: 10px;
}

.cartor::before, .cartor::after {
        content: '';
        flex: 1;
        border-bottom: 1px solid #e5e7eb;
    }

    .cartor::before { margin-right: .5em; }
    .cartor::after { margin-left: .5em; }

form.f_Order .string {
	margin-bottom: 30px
}

form.f_Order .string input, form.f_Order .string textarea {
	font: 1.6rem Roboto, sans-serif;
	color: #343332
}

@media all and (max-width: 999px) {
	.Cart .title {
		padding-bottom: 53px
	}

	.backpage {
		font-size: 3em
	}

	.backpage:before {
		margin-top: -5px
	}

	.customOrTitle {
		padding-bottom: 30px
	}

	.customOrTitle i {
		width: 50px;
		height: 50px;
		font-size: 3em;
		padding-top: 10px;
		overflow: hidden;
		-webkit-border-radius: 25px;
		-moz-border-radius: 25px;
		-o-border-radius: 25px;
		-ms-border-radius: 25px;
		-khtml-border-radius: 25px;
		border-radius: 25px;
		behavior: url(../ie/PIE.htc)
	}

	.customOrTitle span {
		font-size: 4em
	}

	form.f_Cart h1.title {
		font-size: 4.8em
	}

	form.f_Cart .cartList, form.f_Cart .cartRight {
		display: block;
		float: none
	}

	form.f_Cart .cartList {
		width: 100%;
		margin-right: 0
	}

	form.f_Cart .cartList .cartGoods {
		width: 100%;
		padding: 40px;
		margin-bottom: 20px
	}

	form.f_Cart .cartList .cartGoods .image {
		width: 29.16666667%
	}

	form.f_Cart .cartList .cartGoods .image span {
		font-size: 2.4em
	}

	form.f_Cart .cartList .cartGoods .cG_center {
		width: 59.02777778%;
		padding: 0 0 0 30px
	}

	form.f_Cart .cartList .cartGoods .cG_center .title {
		font-size: 4em
	}

	form.f_Cart .cartList .cartGoods .cG_center .descript {
		font-size: 3em
	}

	form.f_Cart .cartList .cartGoods .cG_center .weight {
		font-size: 3em
	}

	form.f_Cart .cartList .cartGoods .cG_center input[type=checkbox] + label {
		font-size: 3em;
		padding-left: 40px
	}

	form.f_Cart .cartList .cartGoods .cG_center input[type=checkbox] + label:before {
		width: 27px;
		height: 27px
	}

	form.f_Cart .cartList .cartGoods .cG_center .ordered {
		font-size: 3rem
	}

	form.f_Cart .cartList .cartGoods .cG_center .cG_delete {
		font-size: 3em;
		display: inline-block;
		margin-top: 30px;
		margin-bottom: 50px
	}

	form.f_Cart .cartList .cartGoods .cG_right {
		width: 100%;
		display: block;
		padding-left: 29.16666667%
	}

	form.f_Cart .cartList .cartGoods .cG_right .inputWrapper {
		display: block;
		width: 100%;
		height: 80px;
		margin-bottom: 30px
	}

	form.f_Cart .cartList .cartGoods .cG_right .inputWrapper .btnMinus, form.f_Cart .cartList .cartGoods .cG_right .inputWrapper .btnPlus {
		width: 74px;
		height: 80px;
		top: 0;
		background-size: cover
	}

	form.f_Cart .cartList .cartGoods .cG_right .inputWrapper .btnMinus {
		left: 0
	}

	form.f_Cart .cartList .cartGoods .cG_right .inputWrapper .btnPlus {
		right: 0
	}

	form.f_Cart .cartList .cartGoods .cG_right .inputWrapper input {
		width: 100%;
		height: 80px;
		padding-right: 74px;
		padding-left: 74px;
		font-size: 4em
	}

	form.f_Cart .cartList .cartGoods .cG_right .numSize, form.f_Cart .cartList .cartGoods .cG_right .price {
		margin-left: 30px
	}

	form.f_Cart .cartList .cartGoods .cG_right .numSize {
		display: block;
		width: auto;
		height: auto;
		font-size: 4rem;
		text-align: left;
		padding-bottom: 30px;
		margin-left: 0
	}

	form.f_Cart .cartList .cartGoods .cG_right .price {
		display: block;
		font-size: 4em;
		text-align: left
	}

	form.f_Cart .cartRight {
		width: 100%
	}

	form.f_Cart .cartRight .cartOrder {
		margin-bottom: 20px
	}

	form.f_Cart .cartRight .cartOrder .cCheckbox {
		padding: 40px
	}

	form.f_Cart .cartRight .cartOrder .cartLines {
		padding: 40px
	}

	form.f_Cart .cartRight .cartOrder .cartLine {
		display: block;
		width: 100%;
		padding-bottom: 45px
	}

	form.f_Cart .cartRight .cartOrder .cartLine:last-child .cL_right {
		font-size: 5em;
		line-height: .5em
	}

	form.f_Cart .cartRight .cartOrder .cartLine > span, form.f_Cart .cartRight .cartOrder .cartLine .cL_right {
		font-size: 3em
	}

	form.f_Cart .cartRight .cartOrder .cartLine .promoCode .btn_Form {
		font-size: 3rem;
		padding: 19px 0
	}

	form.f_Cart .cartRight .cartOrderControl {
		padding: 40px
	}

	form.f_Cart .cartRight .cartOrderControl .btn_Form {
		font-size: 3rem
	}

	form.f_Cart .cartRight .cartBalance {
		padding: 40px;
		margin-bottom: 20px
	}

	form.f_Cart .cartRight .cartBalance .sometext {
		padding-left: 140px
	}

	form.f_Cart .cartRight .cartBalance .sometext:before {
		width: 120px;
		height: 139px;
		top: 5px
	}

	form.f_Cart .cartRight .cartBalance .sometext p {
		font-size: 3em;
		line-height: 1em;
		margin-bottom: 35px
	}

	form.f_Cart .cartRight .cartBalance > p {
		font-size: 3rem
	}

	form.f_Cart .cartRight .cartBlock {
		padding: 40px
	}

	form.f_Cart .cartRight .cartBlock .title, form.f_Cart .cartRight .cartBlock .text {
		font-size: 3em;
		line-height: 1em;
		padding-bottom: 25px
	}

	form.f_Cart .cartRight .cartBlock .string input {
		font-size: 3em;
		margin-bottom: 30px
	}

	form.f_Cart .cartRight .cartBlock .string .btn_buyToClick {
		font-size: 3em;
		padding: 20px 35px;
		overflow: hidden;
		/*-webkit-border-radius: 40px;
		-moz-border-radius: 40px;
		-o-border-radius: 40px;
		-ms-border-radius: 40px;
		-khtml-border-radius: 40px;
		border-radius: 40px;*/
		behavior: url(../ie/PIE.htc)
	}
}

@media all and (max-width: 767px) {
	.Cart .title {
		padding-bottom: 18px
	}

	.backpage {
		font-size: 1.8em
	}

	.backpage:before {
		margin-top: 0
	}

	.customOrTitle {
		padding-bottom: 12px
	}

	.customOrTitle i {
		width: 40px;
		height: 40px;
		font-size: 2.4rem;
		padding-top: 8px;
		overflow: hidden;
		-webkit-border-radius: 20px;
		-moz-border-radius: 20px;
		-o-border-radius: 20px;
		-ms-border-radius: 20px;
		-khtml-border-radius: 20px;
		border-radius: 20px;
		behavior: url(../ie/PIE.htc)
	}

	.customOrTitle span {
		font-size: 2.4rem
	}

	form.f_Cart h1.title {
		font-size: 2.4em
	}

	form.f_Cart .cartList .customOrTitle {
		margin-top: 30px
	}

	form.f_Cart .cartList .cartGoods {
		width: 100%;
		padding: 20px 10px;
		margin-bottom: 10px
	}

	form.f_Cart .cartList .cartGoods .image {
		width: 35%
	}

	form.f_Cart .cartList .cartGoods .image span {
		font-size: 1.4em
	}

	form.f_Cart .cartList .cartGoods .cG_center {
		width: 65%;
		padding: 0 0 0 10px
	}

	form.f_Cart .cartList .cartGoods .cG_center .title {
		font-size: 1.8em
	}

	form.f_Cart .cartList .cartGoods .cG_center .descript {
		font-size: 1.6em
	}

	form.f_Cart .cartList .cartGoods .cG_center .weight {
		font-size: 1.6em
	}

	form.f_Cart .cartList .cartGoods .cG_center .string {
		margin-bottom: 10px
	}

	form.f_Cart .cartList .cartGoods .cG_center input[type=checkbox] + label {
		font-size: 1.6em;
		padding-left: 20px
	}

	form.f_Cart .cartList .cartGoods .cG_center input[type=checkbox] + label:before {
		width: 13px;
		height: 13px
	}

	form.f_Cart .cartList .cartGoods .cG_center .ordered {
		font-size: 1.6rem
	}

	form.f_Cart .cartList .cartGoods .cG_center .cG_delete {
		font-size: 1.6em;
		margin-top: 0;
		margin-bottom: 0
	}

	form.f_Cart .cartList .cartGoods .cG_right {
		width: 100%;
		display: block
	}

	form.f_Cart .cartList .cartGoods .cG_right .inputWrapper {
		height: 38px;
		margin-bottom: 20px
	}

	form.f_Cart .cartList .cartGoods .cG_right .inputWrapper .btnMinus, form.f_Cart .cartList .cartGoods .cG_right .inputWrapper .btnPlus {
		width: 36px;
		height: 36px
	}

	form.f_Cart .cartList .cartGoods .cG_right .inputWrapper input {
		height: 38px;
		padding-right: 42px;
		padding-left: 42px;
		font-size: 1.6em
	}

	form.f_Cart .cartList .cartGoods .cG_right .numSize {
		font-size: 1.6rem;
		padding-bottom: 10px;
		margin-left: 0
	}

	form.f_Cart .cartList .cartGoods .cG_right .price {
		text-align: center;
		font-size: 2em
	}

	form.f_Cart .cartRight .cartOrder {
		margin-bottom: 10px
	}

	form.f_Cart .cartRight .cartOrder .cCheckbox {
		padding: 15px 20px 20px
	}

	form.f_Cart .cartRight .cartOrder .cartLines {
		padding: 30px 20px
	}

	form.f_Cart .cartRight .cartOrder .cartLine {
		padding-bottom: 10px
	}

	form.f_Cart .cartRight .cartOrder .cartLine:last-child .cL_right {
		font-size: 2em;
		line-height: 1.38em
	}

	form.f_Cart .cartRight .cartOrder .cartLine > span, form.f_Cart .cartRight .cartOrder .cartLine .cL_right {
		font-size: 1.6em
	}

	form.f_Cart .cartRight .cartOrder .cartLine .promoCode .btn_Form {
		font-size: 1.1rem;
    	padding: 12px 7px;
	}

	form.f_Cart .cartRight .cartOrderControl {
		padding: 30px 20px
	}

	form.f_Cart .cartRight .cartOrderControl .btn_Form {
		font-size: 1.6rem
	}

	form.f_Cart .cartRight .cartBalance {
		padding: 30px 20px;
		margin-bottom: 10px
	}

	form.f_Cart .cartRight .cartBalance .sometext {
		padding-left: 60px
	}

	form.f_Cart .cartRight .cartBalance .sometext:before {
		width: 41px;
		height: 48px
	}

	form.f_Cart .cartRight .cartBalance .sometext p {
		font-size: 1.6em;
		line-height: 1.38em;
		margin-bottom: 10px
	}

	form.f_Cart .cartRight .cartBalance > p {
		font-size: 1.6rem
	}

	form.f_Cart .cartRight .cartBlock {
		padding: 30px 20px
	}

	form.f_Cart .cartRight .cartBlock .title, form.f_Cart .cartRight .cartBlock .text {
		font-size: 1.6em;
		line-height: 1.38em;
		padding-bottom: 10px
	}

	form.f_Cart .cartRight .cartBlock .string input {
		font-size: 1.6em;
		margin-bottom: 10px
	}

	form.f_Cart .cartRight .cartBlock .string .btn_buyToClick {
		font-size: 1.6em;
		padding: 7px 15px;
		overflow: hidden;
		behavior: url(../ie/PIE.htc)
	}
}

@media all and (max-width: 479px) {
	.customOrTitle {
		padding-bottom: 12px
	}

	.customOrTitle i {
		width: 30px;
		height: 30px;
		font-size: 1.8rem;
		padding-top: 5px
	}

	.customOrTitle span {
		font-size: 1.8rem
	}
}

.Order h1.title {
	padding-bottom: 30px
}

.Order .adpTable.order {
	margin-bottom: 40px
}

.Order .orResult {
	padding-bottom: 5px;
	border: 1px solid #e1e1e1;
	overflow: hidden;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-o-border-radius: 3px;
	-ms-border-radius: 3px;
	-khtml-border-radius: 3px;
	border-radius: 3px;
	behavior: url(../ie/PIE.htc)
}

.Order .orResult .orRtop {
	background-color: #f5f5f5;
	padding: 22px 0 22px 12px
}

.Order .orResult .orRtop input[type=checkbox] + label {
	font-size: 1.6em;
	line-height: 1.3em;
	color: #343332;
	padding-left: 30px;
	padding-bottom: 0
}

.Order .orResult .orRtop input[type=checkbox] + label:before {
	left: 0
}

.Order .orResult .string {
	margin-bottom: 10px;
	padding: 15px 80px 0 12px
}

.Order .orResult .string label, .Order .orResult .string i {
	display: block;
	font: 1.6em/1.5em Roboto, sans-serif;
	color: #343332
}

.Order .orResult .string label {
	float: left
}

.Order .orResult .string i {
	float: right
}

@media all and (max-width: 999px) {
	.Order .orResult .orRtop input[type=checkbox] + label {
		font-size: 2.6em
	}

	.Order .orResult .orRtop input[type=checkbox] + label:before {
		width: 20px;
		height: 20px;
		top: 6px
	}

	.Order .orResult .string label, .Order .orResult .string i {
		font-size: 2.6em
	}
}

@media all and (max-width: 767px) {
	.Order .orResult .orRtop input[type=checkbox] + label {
		font-size: 2.4em
	}

	.Order .orResult .string {
		padding-right: 20px
	}

	.Order .orResult .string label, .Order .orResult .string i {
		font-size: 2.4em
	}
}

@media all and (max-width: 479px) {
	.Order .orResult {
		padding-right: 12px
	}

	.Order .orResult .orRtop input[type=checkbox] + label {
		font-size: 1.6em
	}

	.Order .orResult .string label, .Order .orResult .string i {
		font-size: 1.6em
	}
}

.modulePayment {
	background-color: #ececec;
	padding-top: 60px;
	padding-bottom: 75px
}

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

.modulePayment .leftBlock {
	font: 1.8em/1.33em Roboto, sans-serif;
	color: #000;
	padding-top: 20px;
	padding-bottom: 25px;
	display: block;
	float: left;
	margin-right: 25px
}

.modulePayment ul {
	white-space: nowrap
}

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

.modulePayment ul li {
	display: inline-block;
	text-align: center;
	margin-right: 30px
}

.modulePayment ul li:last-child {
	margin-right: 0
}

.modulePayment ul li .image {
	height: 60px;
	margin-bottom: 10px
}

.modulePayment ul li span {
	font: 1.5em/1.6em Roboto, sans-serif;
	color: #848484
}

#map {
	display: block;
	width: 100%;
	height: 444px
}

@media all and (max-width: 999px) {
	.modulePayment .leftBlock {
		font-size: 2.4em
	}
}

@media all and (max-width: 767px) {
	.modulePayment {
		padding-top: 20px;
		padding-bottom: 30px;
		text-align: center
	}

	.modulePayment .leftBlock {
		font-size: 1.8em;
		float: none;
		padding-top: 0
	}

	.modulePayment ul {
		display: inline-block
	}
}

@media all and (max-width: 479px) {
	.modulePayment {
		text-align: left
	}

	.modulePayment .leftBlock {
		padding-bottom: 0
	}

	.modulePayment ul {
		white-space: normal
	}

	.modulePayment ul li {
		margin-top: 30px
	}
}

.Cabinet {
	padding-top: 44px;
	padding-bottom: 44px
}

.Cabinet .gTitle {
	text-align: left;
	padding: 20px 0 20px !important;
	background: none;
}

.Cabinet .cDescription {
	font: 1.6em/1.25em Roboto, sans-serif;
	color: #343332
}

.Cabinet .cDescription p {
	margin-bottom: 30px
}

.Cabinet .additionalInformation {
	width: 100%;
	padding-top: 25px
}

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

.Cabinet .additionalInformation .block_inf {
	width: 50%;
	min-width: 220px;
	padding-right: 20px;
	display: block;
	float: left;
	margin-bottom: 15px
}

.Cabinet .additionalInformation .block_inf .title {
	font: bold 2.4em/2em Roboto, sans-serif;
	color: #343332
}

.Cabinet .additionalInformation .block_inf .text {
	font: 1.6em/1.5em Roboto, sans-serif;
	color: #343332
}

.Cabinet .listAddress {
	display: block;
	width: 100%
}

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

.Cabinet .listAddress .blockAddress {
	padding-bottom: 30px
}

.Cabinet .listAddress .blockAddress .title {
	font: bold 2.4em/1em Roboto, sans-serif;
	color: #343332;
	padding-bottom: 8px
}

.Cabinet .listAddress .blockAddress .title span {
	margin-right: 20px
}

.Cabinet .listAddress .blockAddress .title a {
	font: .67em/1em Roboto, sans-serif;
	color: #567ec7;
}

.Cabinet .listAddress .blockAddress .text {
	font: 1.6em/1.5em Roboto, sans-serif;
	color: #343332
}

.Cabinet .bonusesPosition {
	margin-top: 40px
}

.managerPosition {
	display: block;
	width: 100%;
	background-color: #f0f7ff
}

.managerPosition .managerPosition_wrapper {
	position: relative;
	padding-top: 15px;
	padding-bottom: 15px
}

.managerPosition .closePosition {
	position: absolute;
	z-index: 9;
	top: 10px;
	right: 10px;
	cursor: pointer;
	display: block;
	width: 14px;
	height: 14px;
	background-image: url('../images/icons/icon_position_close.png');
	background-color: transparent;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: contain
}

.managerPosition .blockManager {
	display: block;
	width: 100%
}

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

.managerPosition .blockManager .avatar {
	display: block;
	width: 60px;
	height: 60px;
	float: left;
	background-image: url('');
	background-color: transparent;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: contain
}

.managerPosition .blockManager .description {
	padding-left: 70px
}

.managerPosition .blockManager .description .name {
	font: bold 1.6em/1.25em Roboto, sans-serif;
	color: #343332
}

.managerPosition .blockManager .description .who {
	font: 1.4em/1.43em Roboto, sans-serif;
	color: #80858d
}

.managerPosition .blockManager .description .cont {
	font: 1.5em/1.33em Roboto, sans-serif;
	color: #000
}

.managerPosition .blockManager .description .cont a {
	color: #567ec7;
	margin-right: 5px;
	white-space: nowrap
}

.managerPosition .blockManager .description .cont b {
	white-space: nowrap;
	display: inline-block
}

.bonusesPosition {
	display: table;
	background-color: #f0f7ff;
	border: 1px solid #e1e1e1;
	padding: 15px 49px 14px 12px;
	overflow: hidden;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-o-border-radius: 3px;
	-ms-border-radius: 3px;
	-khtml-border-radius: 3px;
	border-radius: 3px;
	behavior: url(../ie/PIE.htc)
}

.bonusesPosition .title {
	font: 1.6em/1.25em Roboto, sans-serif;
	color: #343332
}

.bonusesPosition .bon_line {
	width: 100%;
	white-space: nowrap;
	padding-top: 10px
}

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

.bonusesPosition .bon_line .icon, .bonusesPosition .bon_line .num, .bonusesPosition .bon_line .btn_Form {
	display: inline-block;
	vertical-align: middle;
	margin-right: 6px;
	margin-bottom: 15px
}

.bonusesPosition .bon_line .icon {
	width: 38px;
	height: 38px;
	background-image: url('../images/icons/icon_bonusi.svg');
	background-color: transparent;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: contain
}

.bonusesPosition .bon_line .num {
	font: bold 3.6em/.56em Roboto, sans-serif;
	color: #343332
}

.bonusesPosition .bon_line .btn_Form {
	font-size: 1.6em;
	margin-right: 0
}

.CabinetDuo {
	width: 100%
}

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

.CabinetDuo .Core1 {
	display: block;
	width: 228px;
	float: left
}

.CabinetDuo .Core2 {
	padding-left: 243px
}

.CabinetDuo ul.priceList {
	display: block;
	width: 100%;
	border: 1px solid #e1e1e1;
	padding: 15px 5px;
	overflow: hidden;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	-o-border-radius: 4px;
	-ms-border-radius: 4px;
	-khtml-border-radius: 4px;
	border-radius: 4px;
	behavior: url(../ie/PIE.htc)
}

.CabinetDuo ul.priceList:after {
	clear: both;
	display: block;
	content: ''
}

.CabinetDuo ul.priceList > li {
	font: 1.6em/1.5em Roboto, sans-serif;
	padding-bottom: 18px
}

.CabinetDuo ul.priceList > li > span {
	display: table;
	color: #343332;
	padding-left: 9px;
	padding-right: 9px
}

.CabinetDuo ul.priceList > li > a {
	display: table;
	color: #567ec7;
	padding-left: 9px;
	padding-right: 9px
}

.CabinetDuo ul.priceList > li > span, .CabinetDuo ul.priceList > li > a {
	font-weight: bold
}

.CabinetDuo ul.priceList > li > ul {
	display: block;
	width: 100%
}

.CabinetDuo ul.priceList > li > ul:after {
	clear: both;
	display: block;
	content: ''
}

.CabinetDuo ul.priceList > li > ul > li.current a {
	color: #000;
	cursor: default;
	background-color: #ececec;
	overflow: hidden;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	-o-border-radius: 10px;
	-ms-border-radius: 10px;
	-khtml-border-radius: 10px;
	border-radius: 10px;
	behavior: url(../ie/PIE.htc)
}

.CabinetDuo ul.priceList > li > ul > li > a {
	display: table;
	color: #567ec7;
	padding-left: 9px;
	padding-right: 9px
}

@media all and (max-width: 999px) {
	.Cabinet .listAddress .blockAddress .title {
		font-size: 4em
	}

	.Cabinet .listAddress .blockAddress .text {
		font-size: 2.6em
	}

	.bonusesPosition {
		width: 100%;
		padding: 5px 12px 14px
	}

	.bonusesPosition .title {
		font-size: 2.6em
	}

	.bonusesPosition .bon_line .icon {
		width: 50px;
		height: 50px;
		margin-right: 15px
	}

	.bonusesPosition .bon_line .num {
		font-size: 4.8em
	}

	.bonusesPosition .bon_line .btn_Form {
		font-size: 3em;
		padding: 16px 27px 20px 30px;
		overflow: hidden;
		-webkit-border-radius: 34px;
		-moz-border-radius: 34px;
		-o-border-radius: 34px;
		-ms-border-radius: 34px;
		-khtml-border-radius: 34px;
		border-radius: 34px;
		behavior: url(../ie/PIE.htc)
	}

	.CabinetDuo .Core1 {
		width: auto;
		margin-left: -20px;
		margin-right: -20px;
		float: none
	}

	.CabinetDuo .Core2 {
		padding-left: 0;
		display: none
	}

	.CabinetDuo ul.priceList {
		border: 0;
		padding: 0;
		overflow: hidden;
		-webkit-border-radius: none;
		-moz-border-radius: none;
		-o-border-radius: none;
		-ms-border-radius: none;
		-khtml-border-radius: none;
		border-radius: none;
		behavior: url(../ie/PIE.htc)
	}

	.CabinetDuo ul.priceList.opening > li > a, .CabinetDuo ul.priceList.opening > li > span {
		color: #262626;
		-webkit-transition: ease-out .5s;
		-moz-transition: ease-out .5s;
		-o-transition: ease-out .5s;
		transition: ease-out .5s
	}

	.CabinetDuo ul.priceList > li {
		font: 3em/1.5em Roboto, sans-serif;
		padding-bottom: 0;
		border-bottom: 1px solid #e9e9e9
	}

	.CabinetDuo ul.priceList > li.open span:after, .CabinetDuo ul.priceList > li.open a:after {
		margin-top: -12px;
		right: 53px;
		-webkit-transform: rotate(90deg);
		-moz-transform: rotate(90deg);
		-o-transform: rotate(90deg);
		-ms-transform: rotate(90deg);
		-khtml-transform: rotate(90deg);
		transform: rotate(90deg)
	}

	.CabinetDuo ul.priceList > li.open > ul {
		display: block
	}

	.CabinetDuo ul.priceList > li:first-child {
		border-top: 1px solid #e9e9e9
	}

	.CabinetDuo ul.priceList > li > span {
		display: table;
		color: #4686cc;
		padding-left: 0;
		padding-right: 0
	}

	.CabinetDuo ul.priceList > li > a {
		display: table;
		color: #4686cc;
		padding-left: 0;
		padding-right: 0
	}

	.CabinetDuo ul.priceList > li > span, .CabinetDuo ul.priceList > li > a {
		width: 100%;
		font-weight: normal;
		padding: 27px 49px;
		cursor: pointer;
		position: relative;
		-webkit-transition: ease-out .5s;
		-moz-transition: ease-out .5s;
		-o-transition: ease-out .5s;
		transition: ease-out .5s
	}

	.CabinetDuo ul.priceList > li > span:after, .CabinetDuo ul.priceList > li > a:after {
		position: absolute;
		z-index: 9;
		top: 50%;
		margin-top: -12px;
		right: 53px;
		display: block;
		font-size: 1px;
		width: 15px;
		height: 24px;
		content: '';
		background-image: url('../images/icons/icon_arrow_right.png');
		background-color: transparent;
		background-repeat: no-repeat;
		background-position: center center;
		background-size: contain
	}

	.CabinetDuo ul.priceList > li > ul {
		display: none;
		padding-bottom: 20px
	}

	.CabinetDuo ul.priceList > li > ul > li.current a {
		color: #4686cc;
		cursor: pointer;
		background: none;
		overflow: hidden;
		-webkit-border-radius: none;
		-moz-border-radius: none;
		-o-border-radius: none;
		-ms-border-radius: none;
		-khtml-border-radius: none;
		border-radius: none;
		behavior: url(../ie/PIE.htc)
	}

	.CabinetDuo ul.priceList > li > ul > li > a {
		display: table;
		color: #4686cc;
		padding: 5px 49px
	}
}

@media all and (max-width: 767px) {
	.Cabinet .listAddress .blockAddress .title {
		font-size: 3em
	}

	.Cabinet .listAddress .blockAddress .text {
		font-size: 2.4em
	}

	.bonusesPosition {
		padding: 13px 30px 14px 20px
	}

	.bonusesPosition .title {
		font-size: 2.4em
	}

	.bonusesPosition .bon_line {
		white-space: normal
	}

	.bonusesPosition .bon_line .icon {
		width: 42px;
		height: 42px
	}

	.bonusesPosition .bon_line .num {
		font-size: 4em;
		margin-right: 15px
	}

	.bonusesPosition .bon_line .btn_Form {
		font-size: 2.4em;
		padding: 14px 27px 15px 30px
	}

	.CabinetDuo ul.priceList > li {
		font: 2.4em/1.5em Roboto, sans-serif
	}

	.CabinetDuo ul.priceList > li.open > a:after, .CabinetDuo ul.priceList > li.open > span:after {
		margin-top: -10px;
		right: 40px
	}

	.CabinetDuo ul.priceList > li > a, .CabinetDuo ul.priceList > li > span {
		padding: 19px 45px
	}

	.CabinetDuo ul.priceList > li > a:after, .CabinetDuo ul.priceList > li > span:after {
		margin-top: -10px;
		right: 40px
	}

	.CabinetDuo ul.priceList > li > ul > li a, .CabinetDuo ul.priceList > li > ul > li span {
		padding-right: 45px;
		padding-left: 45px
	}
}

@media all and (max-width: 479px) {
	.Cabinet .listAddress .blockAddress .title {
		font-size: 1.8em
	}

	.Cabinet .listAddress .blockAddress .text {
		font-size: 1.6em
	}

	.bonusesPosition {
		padding: 13px 19px 14px 12px
	}

	.bonusesPosition .title {
		font-size: 1.6em
	}

	.bonusesPosition .bon_line .icon {
		width: 38px;
		height: 38px
	}

	.bonusesPosition .bon_line .num {
		font-size: 3.6em;
		margin-right: 15px
	}

	.bonusesPosition .bon_line .btn_Form {
		font-size: 1.4em;
		padding: 8px 22px;
		overflow: hidden;
		-webkit-border-radius: 20px;
		-moz-border-radius: 20px;
		-o-border-radius: 20px;
		-ms-border-radius: 20px;
		-khtml-border-radius: 20px;
		border-radius: 20px;
		behavior: url(../ie/PIE.htc)
	}

	.CabinetDuo ul.priceList > li {
		font: 1.6em/1.5em Roboto, sans-serif
	}

	.CabinetDuo ul.priceList > li.open > a:after, .CabinetDuo ul.priceList > li.open > span:after {
		margin-top: -10px;
		right: 15px
	}

	.CabinetDuo ul.priceList > li > a, .CabinetDuo ul.priceList > li > span {
		padding: 7px 15px
	}

	.CabinetDuo ul.priceList > li > a:after, .CabinetDuo ul.priceList > li > span:after {
		width: 11px;
		height: 19px;
		margin-top: -10px;
		right: 15px
	}

	.CabinetDuo ul.priceList > li > ul > li a, .CabinetDuo ul.priceList > li > ul > li span {
		padding-right: 15px;
		padding-left: 15px
	}
}

.Article.bgWave {
	background-image: url('../images/wave.jpg');
	background-color: transparent;
	background-repeat: repeat;
	background-position: center center;
	background-size: ''
}

.Article.articlelist h1, .Article.newlist h1, .Article.articlePosition h1 {
	padding-bottom: 30px
}

.Article.articlelist .articleBlocks, .Article.newlist .articleBlocks, .Article.articlePosition .articleBlocks {
	padding-bottom: 35px
}

.Article.articlelist .articleBlocks .articleBlock, .Article.newlist .articleBlocks .articleBlock, .Article.articlePosition .articleBlocks .articleBlock {
	margin-top: 20px;
	width: 30%;
	float: left;
	border: 2px solid #eaeaea;
	margin-right: 2%
}

.Article.articlelist .articleBlocks .articleBlock:nth-child(4n+4), .Article.newlist .articleBlocks .articleBlock:nth-child(4n+4), .Article.articlePosition .articleBlocks .articleBlock:nth-child(4n+4) {
	margin-right: 0
}

.Article.articlelist .articleBlocks .articleBlock .image:before, .Article.newlist .articleBlocks .articleBlock .image:before, .Article.articlePosition .articleBlocks .articleBlock .image:before {
	margin-top: 58.33333333%
}

.Article.articlePosition .bTitle {
	padding-bottom: 0
}

.Article.articleInner {
	padding-bottom: 50px
}

.Article.articleInner .title {
	font: 700 3rem/1.25em Roboto,Helvetica,sans-serif;
    color: #000000;
    letter-spacing: .04em;
    text-transform: uppercase;
    margin-bottom: 20px;
    margin-top: 30px;
    text-align: center;
}

h3 {
	font: 600 2.6rem/1.25em Roboto,Helvetica,sans-serif;
    color: #000;
    letter-spacing: .04em;
    text-transform: uppercase;
    margin-top: 50px;
    text-align: center;
}

.Article.articleInner .articleBlock {
	overflow: hidden;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	-o-border-radius: 0;
	-ms-border-radius: 0;
	-khtml-border-radius: 0;
	border-radius: 0;
	behavior: url(../ie/PIE.htc)
}

.Article.articleInner .articleBlock:after {
	clear: both;
	display: block;
	content: ''
}

.Article.articleInner .articleBlock .image {
	display: block;
	width: 40.18595041%;
	float: left;
	margin-right: 15px
}

.Article.articleInner .articleBlock .image:before {
	display: block;
	margin-top: 58.24175824%;
	content: ''
}

.Article.articleInner .articleBlock .wrapperText {
	padding: 0;
	border-bottom: 0
}

.Article.articleInner .articleBlock .wrapperText .desc {
	font-size: 1.6rem
}

.Article.articleInner .articleBlock .wrapperText .desc p {
	padding-bottom: 30px
}

.Article.articlerecipe .articleBlock {
	margin-bottom: 20px
}

.Article.articlerecipe .articleBlock:after {
	clear: both;
	display: block;
	content: ''
}

.Article.articlerecipe .articleBlock .image {
	display: block;
	width: 100%;
	max-width: 240px;
	float: left;
	margin-right: 20px;
	overflow: hidden;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-o-border-radius: 3px;
	-ms-border-radius: 3px;
	-khtml-border-radius: 3px;
	border-radius: 3px;
	behavior: url(../ie/PIE.htc)
}

.Article.articlerecipe .articleBlock .image:before {
	display: block;
	margin-top: 66.66666667%;
	content: ''
}

.Article.articlerecipe .articleBlock .wrapperText {
	padding: 0;
	border-bottom: 0
}

.Article.articlerecipe .articleBlock .wrapperText .desc {
	font-size: 1.8rem
}

.Article.articlerecipe .articleBlock .wrapperText .desc p {
	padding-bottom: 0
}

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

.Article .articleBlocks.bgWave {
	/*background-image: url('../images/wave.jpg');*/
	background-color: transparent;
	background-repeat: repeat;
	background-position: center center;
	background-size: ''
}

.Article .articleBlock {
	display: block;
	width: 100%;
	background-color: #fff;
	overflow: hidden;
	/*-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	-o-border-radius: 4px;
	-ms-border-radius: 4px;
	-khtml-border-radius: 4px;
	border-radius: 4px;*/
	behavior: url(../ie/PIE.htc)
}

.Article .articleBlock .image {
	position: relative;
	z-index: 9;
	display: inline-block;
	width: 100%;
	background-image: url('');
	background-color: transparent;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover
}

.Article .articleBlock .image:before {
	display: block;
	content: '';
	margin-top: 56.96821516%
}

.Article .articleBlock .wrapperText {
	display: block;
	padding: 16px 13px 22px
}

.Article .articleBlock .wrapperText .date {
	display: block;
    font: 500 1.4rem/1.25em Roboto,Helvetica,sans-serif;
    color: #c1c1c1;
    letter-spacing: .1em;
    padding-bottom: 10px;
    text-align: center;
}

.Article .articleBlock .wrapperText .title {
	display: block;
    font: 700 1.5rem/1.5em Roboto,Helvetica,sans-serif;
    color: #000;
    letter-spacing: .07em;
    text-transform: uppercase;
    text-align: center;
}

.Article .articleBlock .wrapperText .desc {
	display: block;
	font: 1.6rem/1.4em Roboto, sans-serif;
	color: #000;
	padding: 13px 0 12px
}

.Article .articleBlock .wrapperText .desc a {
	color: #98a0f3;
}

.Article .articleBlock .wrapperText .desc b {
	color: #343332
}

.Article .articleBlock .wrapperText .desc ul {
	margin-top: 7px
}

.Article .articleBlock .wrapperText .desc ul li {
	padding-bottom: 6px
}

.Article .articleBlock .wrapperText .desc ol {
	counter-reset: myCounter
}

.Article .articleBlock .wrapperText .desc ol li {
	list-style: none;
	color: #343332;
	padding-bottom: 6px
}

.Article .articleBlock .wrapperText .desc ol li:before {
	counter-increment: myCounter;
	content: counter(myCounter) ')';
	display: inline-block;
	margin-right: 3px
}

.Article .articleBlock .wrapperText .time {
	display: table;
	font: 1.6rem/1.25em Roboto, sans-serif;
	color: #bdbdbd;
	padding-left: 17px;
	background-image: url('../images/icons/icon_time.png');
	background-color: transparent;
	background-repeat: no-repeat;
	background-position: left center;
	background-size: ''
}

@media all and (max-width: 1399px) {
	.Article.articlelist .articleBlocks .articleBlock, .Article.newlist .articleBlocks .articleBlock, .Article.articlePosition .articleBlocks .articleBlock {
		width: 31.5%;
		float: left;
		margin-right: 2.75%
	}

	.Article.articlelist .articleBlocks .articleBlock:nth-child(3n+3), .Article.newlist .articleBlocks .articleBlock:nth-child(3n+3), .Article.articlePosition .articleBlocks .articleBlock:nth-child(3n+3) {
		margin-right: 0
	}

	.Article.articlelist .articleBlocks .articleBlock:nth-child(4n+4), .Article.newlist .articleBlocks .articleBlock:nth-child(4n+4), .Article.articlePosition .articleBlocks .articleBlock:nth-child(4n+4) {
		margin-right: 2.75%
	}
}

@media all and (max-width: 999px) {
	.Article.articlelist h1, .Article.newlist h1, .Article.articlePosition h1 {
		font-size: 4.8em
	}

	.Article.articlelist .articleBlocks .articleBlock, .Article.newlist .articleBlocks .articleBlock, .Article.articlePosition .articleBlocks .articleBlock {
		width: 100%;
		float: left;
		margin-right: 0 !important
	}

	.Article.articlelist .articleBlocks .articleBlock .wrapperText .title, .Article.newlist .articleBlocks .articleBlock .wrapperText .title, .Article.articlePosition .articleBlocks .articleBlock .wrapperText .title {
		font-size: 4.8rem
	}

	.Article.articlelist .articleBlocks .articleBlock .wrapperText .desc, .Article.newlist .articleBlocks .articleBlock .wrapperText .desc, .Article.articlePosition .articleBlocks .articleBlock .wrapperText .desc {
		font-size: 3rem
	}

	.Article.articlelist .articleBlocks .articleBlock .wrapperText .time, .Article.newlist .articleBlocks .articleBlock .wrapperText .time, .Article.articlePosition .articleBlocks .articleBlock .wrapperText .time, .Article.articlelist .articleBlocks .articleBlock .wrapperText .date, .Article.newlist .articleBlocks .articleBlock .wrapperText .date, .Article.articlePosition .articleBlocks .articleBlock .wrapperText .date {
		font-size: 2.4rem
	}

	.Article.articlerecipe .articleBlock .image {
		max-width: 100%;
		margin-right: 0;
		margin-bottom: 15px
	}

	.Article.articleInner {
		padding-bottom: 50px
	}

	.Article.articleInner .title {
		font-size: 4.8rem;
		padding-top: 33px;
		padding-bottom: 30px
	}

	.Article.articleInner .articleBlock .image {
		width: 100%;
		margin-right: 0;
		margin-bottom: 20px;
		display: inline-block
	}

	.Article.articleInner .articleBlock .wrapperText {
		padding: 0;
		border-bottom: 0
	}

	.Article.articleInner .articleBlock .wrapperText .desc {
		font-size: 1.6rem
	}

	.Article.articleInner .articleBlock .wrapperText .desc p {
		padding-bottom: 30px
	}
}

@media all and (max-width: 767px) {
	.Article.articlelist h1, .Article.newlist h1, .Article.articlePosition h1 {
		font-size: 4em
	}

	.Article.articlelist .articleBlocks .articleBlock .wrapperText .title, .Article.newlist .articleBlocks .articleBlock .wrapperText .title, .Article.articlePosition .articleBlocks .articleBlock .wrapperText .title {
		font-size: 3rem
	}

	.Article.articlelist .articleBlocks .articleBlock .wrapperText .desc, .Article.newlist .articleBlocks .articleBlock .wrapperText .desc, .Article.articlePosition .articleBlocks .articleBlock .wrapperText .desc {
		font-size: 2.4rem
	}

	.Article.articlelist .articleBlocks .articleBlock .wrapperText .time, .Article.newlist .articleBlocks .articleBlock .wrapperText .time, .Article.articlePosition .articleBlocks .articleBlock .wrapperText .time, .Article.articlelist .articleBlocks .articleBlock .wrapperText .date, .Article.newlist .articleBlocks .articleBlock .wrapperText .date, .Article.articlePosition .articleBlocks .articleBlock .wrapperText .date {
		font-size: 2.4rem
	}
}

@media all and (max-width: 479px) {
	.Article.articlelist h1, .Article.newlist h1, .Article.articlePosition h1 {
		font-size: 2.4em
	}

	.Article.articlelist .articleBlocks .articleBlock .wrapperText .title, .Article.newlist .articleBlocks .articleBlock .wrapperText .title, .Article.articlePosition .articleBlocks .articleBlock .wrapperText .title {
		font-size: 1.8rem
	}

	.Article.articlelist .articleBlocks .articleBlock .wrapperText .desc, .Article.newlist .articleBlocks .articleBlock .wrapperText .desc, .Article.articlePosition .articleBlocks .articleBlock .wrapperText .desc {
		font-size: 1.8rem
	}

	.Article.articlelist .articleBlocks .articleBlock .wrapperText .time, .Article.newlist .articleBlocks .articleBlock .wrapperText .time, .Article.articlePosition .articleBlocks .articleBlock .wrapperText .time, .Article.articlelist .articleBlocks .articleBlock .wrapperText .date, .Article.newlist .articleBlocks .articleBlock .wrapperText .date, .Article.articlePosition .articleBlocks .articleBlock .wrapperText .date {
		font-size: 1.8rem
	}
}

.About .Us {
	display: block;
	padding-top: 35px;
	padding-bottom: 70px;
	background-image: url('');
	background-color: transparent;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover
}

.About .Us .title {
	padding-bottom: 30px
}

.About .History {
	padding-top: 35px;
	padding-bottom: 60px;
	background-image: url('../images/wave_blue.jpg');
	background-color: transparent;
	background-repeat: repeat;
	background-position: center center;
	background-size: ''
}

.About .History .title {
	padding-bottom: 10px
}

.About .History .dateList {
	margin-top: 35px;
	background-image: url('../images/icons/icon_dot.jpg');
	background-color: transparent;
	background-repeat: repeat-y;
	background-position: 76px center;
	background-size: ''
}

.About .History .dateList li {
	padding-bottom: 30px
}

.About .History .dateList li:last-child {
	padding-bottom: 0
}

.About .History .dateList li:after {
	clear: both;
	display: block;
	content: ''
}

.About .History .dateList li .date {
	display: block;
	float: left
}

.About .History .dateList li .desc {
	padding-left: 98px
}

.About .title {
	font: bold 3.6em/1em Roboto, sans-serif;
	color: #fff
}

.About .text {
	font: 2em/1.2em Roboto, sans-serif;
	color: #fff
}

.About .text p {
	padding-bottom: 20px
}

.headerManager {
	background-color: #262626
}

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

.headerManager .logotype {
	display: block;
	float: left;
	width: 16.68321748%;
	max-width: 168px;
	padding: 28px 19px 23px
}

.headerManager .logotype img {
	display: block;
	max-width: 100%
}

.headerManager ul.menuManager {
	display: block;
	float: left;
	width: 39%;
	min-width: 360px
}

.headerManager ul.menuManager li {
	display: block;
	float: left
}

.headerManager ul.menuManager li.current a {
	background-color: #464646
}

.headerManager ul.menuManager li a {
	display: block;
	padding: 28px 20px;
	font: 1.5em/1.6em Roboto, sans-serif;
	color: #fff;
	position: relative
}

.headerManager ul.menuManager li a i {
	font-style: normal
}

.headerManager ul.menuManager li a span {
	display: block;
	width: 18px;
	height: 18px;
	position: absolute;
	z-index: 9;
	top: 22px;
	right: 3px;
	font-size: .73em;
	line-height: 1em;
	text-align: center;
	color: #fff;
	background-color: #f16666;
	padding-top: 4px;
	overflow: hidden;
	-webkit-border-radius: 9px;
	-moz-border-radius: 9px;
	-o-border-radius: 9px;
	-ms-border-radius: 9px;
	-khtml-border-radius: 9px;
	border-radius: 9px;
	behavior: url(../ie/PIE.htc)
}

.headerManager form.searchManager {
	display: block;
	height: 43px;
	float: right;
	width: 19%;
	position: relative;
	z-index: 7;
	margin-top: 20px;
	padding-bottom: 17px;
	margin-right: 24px
}

.headerManager form.searchManager input {
	display: block;
	height: 43px;
	position: relative;
	z-index: 8;
	font: 1.5em/1.6em Roboto, sans-serif;
	color: #848484;
	padding-right: 40px;
	padding-left: 17px;
	overflow: hidden;
	-webkit-border-radius: 25px;
	-moz-border-radius: 25px;
	-o-border-radius: 25px;
	-ms-border-radius: 25px;
	-khtml-border-radius: 25px;
	border-radius: 25px;
	behavior: url(../ie/PIE.htc)
}

.headerManager form.searchManager button {
	display: block;
	width: 38px;
	height: 43px;
	position: absolute;
	z-index: 9;
	top: 0;
	right: 4px;
	background-image: url('../images/icons/icon_search.png');
	background-color: transparent;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: ''
}

.headerManager .accountManager {
	display: table;
	float: right;
	width: 21.94637537%;
	padding-top: 11px;
	padding-bottom: 9px;
	position: relative
}

.headerManager .accountManager.open .description .nameManager {
	color: #f26c4f;
	border-color: #f26c4f
}

.headerManager .accountManager.open .description .subContainer {
	display: block
}

.headerManager .accountManager .image {
	display: block;
	float: left;
	width: 60px;
	height: 60px;
	background-image: url('');
	background-color: transparent;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: contain
}

.headerManager .accountManager .description {
	padding-left: 10px;
	padding-right: 30px;
	position: relative;
	display: table-cell;
	vertical-align: middle
}

.headerManager .accountManager .description:after {
	position: absolute;
	z-index: 9;
	top: 50%;
	margin-top: -5px;
	right: 18px;
	content: url(../images/icons/icon_arrow.png)
}

.headerManager .accountManager .description .nameManager {
	font: bold 1.6em/1.3em Roboto, sans-serif;
	color: #fff;
	border-bottom: 1px dotted #fff;
	cursor: pointer
}

.headerManager .accountManager .subContainer {
	position: absolute;
	z-index: 999;
	top: 50%;
	margin-top: 20px;
	right: 6px;
	display: none;
	min-width: 200px;
	background-color: #fff;
	border: 1px solid #d8d7d7;
	padding: 4px 0;
	overflow: hidden;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-o-border-radius: 5px;
	-ms-border-radius: 5px;
	-khtml-border-radius: 5px;
	border-radius: 5px;
	behavior: url(../ie/PIE.htc);
	overflow: visible
}

.headerManager .accountManager .subContainer:after {
	position: absolute;
	z-index: 999;
	top: -10px;
	right: 10px;
	content: url(../images/icons/icon_mini_arrow_top_tooltip.png)
}

.headerManager .accountManager .subContainer li {
	display: block
}

.headerManager .accountManager .subContainer li a {
	display: block;
	padding: 7px 14px 8px;
	font: bold 1.6em/1em Roboto, sans-serif;
	color: #343332
}

.headerManager .accountManager .subContainer li a:hover {
	background-color: #f0f0f0
}

.mPreTitle {
	font: bold 2.4em/1em Roboto, sans-serif;
	color: #343332;
	padding-bottom: 10px
}

.profileManager {
	width: 100%;
	display: block;
	border: 1px solid #e1e1e1;
	padding: 20px;
	overflow: hidden;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	-o-border-radius: 4px;
	-ms-border-radius: 4px;
	-khtml-border-radius: 4px;
	border-radius: 4px;
	behavior: url(../ie/PIE.htc)
}

.profileManager .avatarBlock {
	display: table;
	width: 102px;
	height: 102px;
	float: left;
	text-align: center;
	position: relative;
	margin-right: 25px;
	background-image: url('');
	background-color: transparent;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: contain;
	overflow: hidden;
	-webkit-border-radius: 51px;
	-moz-border-radius: 51px;
	-o-border-radius: 51px;
	-ms-border-radius: 51px;
	-khtml-border-radius: 51px;
	border-radius: 51px;
	behavior: url(../ie/PIE.htc)
}

.profileManager .avatarBlock:after {
	position: absolute;
	z-index: 9;
	top: 0;
	left: 0;
	display: block;
	width: 100%;
	height: 100%;
	content: '';
	background: none;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=@ie)";
	filter: alpha(opacity=50);
	-moz-opacity: .5;
	-khtml-opacity: .5;
	opacity: .5;
	overflow: hidden;
	-webkit-border-radius: 51px;
	-moz-border-radius: 51px;
	-o-border-radius: 51px;
	-ms-border-radius: 51px;
	-khtml-border-radius: 51px;
	border-radius: 51px;
	behavior: url(../ie/PIE.htc);
	-webkit-transition: ease-out .5s;
	-moz-transition: ease-out .5s;
	-o-transition: ease-out .5s;
	transition: ease-out .5s
}

.profileManager .avatarBlock:hover {
	cursor: pointer
}

.profileManager .avatarBlock:hover:after {
	background-color: #262626;
	-webkit-transition: ease-out .5s;
	-moz-transition: ease-out .5s;
	-o-transition: ease-out .5s;
	transition: ease-out .5s
}

.profileManager .avatarBlock:hover span {
	display: table-cell;
	vertical-align: middle
}

.profileManager .avatarBlock span {
	position: relative;
	z-index: 10;
	display: none;
	font: 1.4em/1.29em Roboto, sans-serif;
	color: #fff
}

.profileManager .rightProfileManager {
	display: table;
	width: 100%;
	max-width: 400px
}

.selectManager_position {
	margin-bottom: 60px
}

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

.selectManager_position > span {
	display: inline-block;
	vertical-align: middle;
	font: 1.6em/1.25em Roboto, sans-serif;
	color: #000;
	margin-right: 12px
}

.selectManager_position .managerSelect {
	display: inline-table;
	vertical-align: middle;
	position: relative
}

.selectManager_position .managerSelect.open .description .nameManager {
	color: #f26c4f;
	border-color: #f26c4f
}

.selectManager_position .managerSelect.open .description .subContainer {
	display: block
}

.selectManager_position .managerSelect .image {
	display: block;
	float: left;
	width: 36px;
	height: 36px;
	background-image: url('');
	background-color: transparent;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: contain;
	overflow: hidden;
	-webkit-border-radius: 18px;
	-moz-border-radius: 18px;
	-o-border-radius: 18px;
	-ms-border-radius: 18px;
	-khtml-border-radius: 18px;
	border-radius: 18px;
	behavior: url(../ie/PIE.htc)
}

.selectManager_position .managerSelect .description {
	padding-left: 10px;
	padding-right: 25px;
	position: relative;
	display: table-cell;
	vertical-align: middle
}

.selectManager_position .managerSelect .description:after {
	position: absolute;
	z-index: 9;
	top: 50%;
	margin-top: -4px;
	right: 11px;
	content: url(../images/icons/icon_arrow.png)
}

.selectManager_position .managerSelect .description .nameManager {
	font: 1.6em/1em Roboto, sans-serif;
	color: #4686cc;
	border-bottom: 1px dotted #4686cc;
	cursor: pointer
}

.selectManager_position .managerSelect .subContainer {
	position: absolute;
	z-index: 999;
	top: 50%;
	margin-top: 20px;
	right: 0;
	display: none;
	min-width: 200px;
	background-color: #fff;
	border: 1px solid #d8d7d7;
	padding: 4px 0;
	overflow: hidden;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-o-border-radius: 5px;
	-ms-border-radius: 5px;
	-khtml-border-radius: 5px;
	border-radius: 5px;
	behavior: url(../ie/PIE.htc);
	overflow: visible
}

.selectManager_position .managerSelect .subContainer:after {
	position: absolute;
	z-index: 999;
	top: -10px;
	right: 10px;
	content: url(../images/icons/icon_mini_arrow_top_tooltip.png)
}

.selectManager_position .managerSelect .subContainer li {
	display: block
}

.selectManager_position .managerSelect .subContainer li a, .selectManager_position .managerSelect .subContainer li span {
	display: block;
	padding: 7px 14px 8px;
	font: bold 1.6em/1em Roboto, sans-serif;
	color: #343332
}

.selectManager_position .managerSelect .subContainer li a:hover, .selectManager_position .managerSelect .subContainer li span:hover {
	background-color: #f0f0f0
}

.selectManager_position .additional_position {
	display: block;
	float: right
}

.selectManager_position .additional_position .printLink, .selectManager_position .additional_position .exportLink {
	display: inline-block;
	vertical-align: middle;
	font: 1.6em/1.5em Roboto, sans-serif;
	color: #4686cc;
	border-bottom: 1px solid #4686cc;
	cursor: pointer;
	margin-left: 27px;
	position: relative
}

.selectManager_position .additional_position .printLink:before, .selectManager_position .additional_position .exportLink:before {
	position: absolute;
	z-index: 9;
	bottom: 0;
	left: -27px;
	display: block;
	width: 20px;
	height: 20px;
	content: '';
	background-image: url('');
	background-color: transparent;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: contain
}

.selectManager_position .additional_position .printLink {
	margin-right: 30px
}

.selectManager_position .additional_position .printLink:before {
	background-image: url(../images/icons/icon_printscreen.png)
}

.selectManager_position .additional_position .exportLink {
	border-style: dotted
}

.selectManager_position .additional_position .exportLink:before {
	background-image: url(../images/icons/icon_exel.png)
}

.goodsManager_position {
	margin-bottom: 30px
}

.goodsManager_position .string {
	margin-bottom: 20px
}

.goodsManager_position .emptyGoods .textDesc {
	font: 1.6em/1.25em Roboto, sans-serif;
	color: #80858d;
	padding-bottom: 25px
}

.formManager_position .mPreTitle {
	padding-bottom: 15px
}

.formManager_position .blockBackground {
	margin: 0 -130px;
	padding: 30px 130px
}

.formManager_position .blockBackground:nth-child(odd) {
	background-color: #f5f5f5
}

.formManager_position .blockBackground .string {
	margin-bottom: 30px
}

.formManager_position .blockBackground .string.addr .first, .formManager_position .blockBackground .string.addr .second, .formManager_position .blockBackground .string.addr .third, .formManager_position .blockBackground .string.addr .fourth {
	display: block;
	float: left;
	margin-right: 20px
}

.formManager_position .blockBackground .string.addr .first {
	width: 121px
}

.formManager_position .blockBackground .string.addr .second {
	width: 240px
}

.formManager_position .blockBackground .string.addr .third {
	width: 50px
}

.formManager_position .blockBackground .string.addr .fourth {
	width: 50px;
	margin-right: 0
}

.formManager_position .blockBackground .string .blSelect.payment .chosen-container, .formManager_position .blockBackground .string .blSelect.payment select {
	width: 471px !important;
	background-color: #fff
}

.formManager_position .blockBackground .string .blSelect.payment .chosen-container .chosen-single, .formManager_position .blockBackground .string .blSelect.payment select .chosen-single {
	width: 471px
}

.formManager_position .blockBackground .string .blSelect select {
	height: 40px;
	padding-left: 10px;
	background-color: #fff
}

.formManager_position .blockBackground .string .blSelect .chosen-container, .formManager_position .blockBackground .string .blSelect select {
	width: 200px !important;
	font: bold 1.6em Roboto, sans-serif;
	color: #343332
}

.formManager_position .blockBackground .string .blSelect .chosen-container .chosen-single, .formManager_position .blockBackground .string .blSelect select .chosen-single {
	width: 200px;
	height: 40px;
	line-height: 2.3em;
	padding-left: 10px;
	background: none;
	box-shadow: none;
	border: 1px solid #d8d7d7
}

.formManager_position .blockBackground .string .blSelect .chosen-container .chosen-single div, .formManager_position .blockBackground .string .blSelect select .chosen-single div {
	width: 13px;
	right: 10px
}

.formManager_position .blockBackground .string .blSelect .chosen-container .chosen-single div b, .formManager_position .blockBackground .string .blSelect select .chosen-single div b {
	background-image: url('../images/icons/icon_arrow_down.png');
	background-color: transparent;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: contain
}

.formManager_position .blockBackground .string .blSelect .chosen-container .chosen-drop, .formManager_position .blockBackground .string .blSelect select .chosen-drop {
	border-color: #d8d7d7
}

.formManager_position .blockBackground .string .blSelect .chosen-container .chosen-drop .chosen-results li, .formManager_position .blockBackground .string .blSelect select .chosen-drop .chosen-results li {
	padding-top: 10px
}

.formManager_position .blockBackground .string input {
	max-width: 400px
}

.formManager_position .blockBackground .string textarea {
	padding-top: 5px;
	padding-bottom: 5px;
	max-width: 540px;
	height: 70px;
	resize: vertical
}

.filterSort_position {
	width: 100%;
	background-color: #f0f7ff;
	border: 1px solid #e1e1e1;
	padding: 14px 20px;
	margin-bottom: 10px;
	overflow: hidden;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	-o-border-radius: 4px;
	-ms-border-radius: 4px;
	-khtml-border-radius: 4px;
	border-radius: 4px;
	behavior: url(../ie/PIE.htc)
}

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

.filterSort_position .filtLeft {
	display: block;
	float: left
}

.filterSort_position .filtRight {
	display: block;
	float: right
}

.filterSort_position .filtRight .line {
	margin: 5px
}

.filterSort_position .filtRight .line .exportLink {
	font: 1.6em/1.5em Roboto, sans-serif;
	color: #4686cc;
	border-bottom: 1px dotted #4686cc;
	cursor: pointer;
	margin-left: 27px;
	position: relative
}

.filterSort_position .filtRight .line .exportLink:before {
	position: absolute;
	z-index: 9;
	bottom: 0;
	left: -27px;
	display: block;
	width: 20px;
	height: 20px;
	content: '';
	background-image: url('../images/icons/icon_exel.png');
	background-color: transparent;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: contain
}

.filterSort_position ul.line {
	padding-bottom: 5px
}

.filterSort_position ul.line li {
	display: inline-block;
	vertical-align: middle;
	margin-right: 9px
}

.filterSort_position ul.line li.current a, .filterSort_position ul.line li.current span {
	color: #343332;
	border-bottom: 0
}

.filterSort_position ul.line li a, .filterSort_position ul.line li span {
	font: 1.6em/1.5em Roboto, sans-serif;
	color: #4686cc;
	border-bottom: 1px solid #bcd1ed;
	cursor: pointer
}

.filterSort_position .dateSelect {
	font: 1.6em/1.5em Roboto, sans-serif;
	color: #4686cc;
	border-bottom: 1px dotted #4686cc !important;
	cursor: pointer;
	margin-left: 26px;
	position: relative
}

.filterSort_position .dateSelect:before {
	position: absolute;
	z-index: 9;
	top: 0;
	left: -26px;
	display: block;
	width: 20px;
	height: 20px;
	content: '';
	background-image: url('../images/icons/icon_date.png');
	background-color: transparent;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: contain
}

@media all and (max-width: 1530px) {
	.formManager_position .blockBackground {
		margin: 0 -20px;
		padding: 30px 20px
	}
}

@media all and (max-width: 999px) {
	.headerManager {
		background-color: #fff;
		position: relative
	}

	.headerManager .logotype {
		display: block;
		width: 100%;
		max-width: 100%;
		float: none;
		padding: 25px 0 0;
		height: 99px
	}

	.headerManager .logotype img {
		margin: 0 auto;
		max-width: 221px
	}

	.headerManager ul.menuManager {
		display: none;
		position: absolute;
		z-index: 999;
		top: 100%;
		left: 0;
		width: 100%;
		background-color: #262626
	}

	.headerManager ul.menuManager li {
		display: block;
		float: none;
		padding-right: 15px;
		padding-left: 15px
	}

	.headerManager ul.menuManager li.current a {
		color: #c4c6dc;
		background-color: transparent
	}

	.headerManager ul.menuManager li a {
		font: bold 2.6em/1em Roboto, sans-serif;
		color: #fff;
		text-transform: uppercase;
		letter-spacing: .075em;
		padding: 10px 30px 7px;
		border-bottom: 1px solid #404680
	}

	.headerManager ul.menuManager li a i {
		position: relative;
		display: inline-block;
		padding: 28px 0
	}

	.headerManager ul.menuManager li a i span {
		width: 36px;
		height: 36px;
		top: -2px;
		right: -36px;
		font-size: 1.6rem;
		padding-top: 11px;
		overflow: hidden;
		-webkit-border-radius: 18px;
		-moz-border-radius: 18px;
		-o-border-radius: 18px;
		-ms-border-radius: 18px;
		-khtml-border-radius: 18px;
		border-radius: 18px;
		behavior: url(../ie/PIE.htc)
	}

	.headerManager .iconMenu_manager {
		position: relative;
		z-index: 2;
		display: block;
		float: right;
		width: 100px;
		height: 100px;
		cursor: pointer;
		background-image: url('../images/icons/icon_iconMenu.png');
		background-color: transparent;
		background-repeat: no-repeat;
		background-position: center center;
		background-size: contain
	}

	.headerManager .iconAccountManager {
		position: relative;
		z-index: 2;
		display: block;
		width: 100px;
		height: 100px;
		cursor: pointer;
		float: right;
		background-image: url('../images/icons/icon_cabinet.png');
		background-color: transparent;
		background-repeat: no-repeat;
		background-position: center center;
		background-size: contain
	}

	.headerManager form.searchManager {
		position: relative;
		z-index: 1;
		display: block;
		width: 100%;
		height: 100px;
		max-width: 100%;
		background-color: #262626;
		float: none;
		margin: 0;
		padding: 19px 213px 0 13px
	}

	.headerManager form.searchManager input {
		height: 65px;
		font-size: 3em;
		padding-right: 80px;
		overflow: hidden;
		-webkit-border-radius: 35px;
		-moz-border-radius: 35px;
		-o-border-radius: 35px;
		-ms-border-radius: 35px;
		-khtml-border-radius: 35px;
		border-radius: 35px;
		behavior: url(../ie/PIE.htc)
	}

	.headerManager form.searchManager button {
		width: 71px;
		height: 65px;
		top: 50%;
		margin-top: -32px;
		right: 217px;
		background-image: url(../images/icons/icon_search_big.png)
	}

	.headerManager .accountManager {
		position: static;
		padding: 0;
		width: 100%;
		display: none;
		float: none
	}

	.headerManager .accountManager .image {
		display: none
	}

	.headerManager .accountManager .description {
		position: static;
		display: block;
		padding: 0
	}

	.headerManager .accountManager .description:after {
		display: none
	}

	.headerManager .accountManager .description .nameManager {
		display: none
	}

	.headerManager .accountManager .subContainer {
		top: 100%;
		right: auto;
		margin-top: 0;
		display: block;
		width: 100%;
		background-color: #518dcf;
		border: 0;
		overflow: hidden;
		-webkit-border-radius: 0;
		-moz-border-radius: 0;
		-o-border-radius: 0;
		-ms-border-radius: 0;
		-khtml-border-radius: 0;
		border-radius: 0;
		behavior: url(../ie/PIE.htc)
	}

	.headerManager .accountManager .subContainer:after {
		display: none
	}

	.headerManager .accountManager .subContainer li {
		padding: 0 14px
	}

	.headerManager .accountManager .subContainer li:last-child a {
		border-bottom: 0;
		position: relative;
		padding-left: 74px
	}

	.headerManager .accountManager .subContainer li:last-child a:before {
		position: absolute;
		z-index: 9;
		top: 30px;
		left: 30px;
		content: url(../images/icons/icon_lock.png)
	}

	.headerManager .accountManager .subContainer li a {
		font: bold 2.6em/1em Roboto, sans-serif;
		color: #fff;
		letter-spacing: .075em;
		text-transform: uppercase;
		border-bottom: 1px solid #404680;
		padding: 43px 30px 26px
	}

	.headerManager .accountManager .subContainer li a:hover {
		background-color: transparent
	}

	.profileManager .avatarBlock {
		width: 180px;
		height: 180px;
		margin-right: 39px;
		overflow: hidden;
		-webkit-border-radius: 90px;
		-moz-border-radius: 90px;
		-o-border-radius: 90px;
		-ms-border-radius: 90px;
		-khtml-border-radius: 90px;
		border-radius: 90px;
		behavior: url(../ie/PIE.htc)
	}

	.profileManager .avatarBlock:after {
		width: 180px;
		height: 180px;
		overflow: hidden;
		-webkit-border-radius: 90px;
		-moz-border-radius: 90px;
		-o-border-radius: 90px;
		-ms-border-radius: 90px;
		-khtml-border-radius: 90px;
		border-radius: 90px;
		behavior: url(../ie/PIE.htc)
	}

	.profileManager .avatarBlock span {
		font-size: 1.8em
	}

	.formManager_position .blockBackground .string.addr .first, .formManager_position .blockBackground .string.addr .second, .formManager_position .blockBackground .string.addr .third, .formManager_position .blockBackground .string.addr .fourth {
		float: none;
		margin-right: 0;
		margin-bottom: 30px
	}

	.formManager_position .blockBackground .string.addr .first {
		width: 100%
	}

	.formManager_position .blockBackground .string.addr .second {
		width: 100%
	}

	.formManager_position .blockBackground .string.addr .third {
		width: 118px;
		float: left;
		margin-right: 50px
	}

	.formManager_position .blockBackground .string.addr .fourth {
		width: 118px;
		float: left
	}

	.formManager_position .blockBackground .string .blSelect.payment .chosen-container, .formManager_position .blockBackground .string .blSelect.payment select {
		width: 100% !important
	}

	.formManager_position .blockBackground .string .blSelect.payment .chosen-container .chosen-single, .formManager_position .blockBackground .string .blSelect.payment select .chosen-single {
		width: 100%
	}

	.formManager_position .blockBackground .string .blSelect select {
		height: 80px;
		padding-left: 10px;
		background-color: #fff
	}

	.formManager_position .blockBackground .string .blSelect .chosen-container, .formManager_position .blockBackground .string .blSelect select {
		width: 100% !important;
		font: bold 4em Roboto, sans-serif
	}

	.formManager_position .blockBackground .string .blSelect .chosen-container .chosen-single, .formManager_position .blockBackground .string .blSelect select .chosen-single {
		width: 100%;
		height: 80px;
		line-height: 2em
	}

	.formManager_position .blockBackground .string .blSelect .chosen-container .chosen-single div, .formManager_position .blockBackground .string .blSelect select .chosen-single div {
		right: 10px
	}

	.formManager_position .blockBackground .string .blSelect .chosen-container .chosen-drop .chosen-results li, .formManager_position .blockBackground .string .blSelect select .chosen-drop .chosen-results li {
		margin-bottom: 20px
	}
}

@media all and (max-width: 767px) {
	.headerManager .logotype {
		height: 80px;
		padding-top: 23px
	}

	.headerManager .iconMenu_manager {
		width: 80px;
		height: 80px
	}

	.headerManager .iconAccountManager {
		width: 80px;
		height: 80px
	}

	.headerManager form.searchManager {
		height: 80px;
		padding: 20px 170px 0 13px
	}

	.headerManager form.searchManager input {
		height: 43px;
		font-size: 2em
	}

	.headerManager form.searchManager button {
		right: 170px
	}

	.profileManager .avatarBlock {
		float: none;
		margin-right: 0;
		margin-bottom: 40px
	}

	.profileManager .rightProfileManager {
		max-width: 100%
	}

	.profileManager .rightProfileManager form.form_managerCabinet {
		max-width: 100%
	}

	.selectManager_position .additional_position {
		float: none;
		margin-top: 20px
	}

	.formManager_position .blockBackground .string.addr .third {
		width: 74px;
		margin-right: 40px
	}

	.formManager_position .blockBackground .string.addr .fourth {
		width: 74px
	}

	.formManager_position .blockBackground .string .blSelect select {
		height: 65px;
		padding-left: 10px;
		background-color: #fff
	}

	.formManager_position .blockBackground .string .blSelect .chosen-container, .formManager_position .blockBackground .string .blSelect select {
		font-size: 3em
	}

	.formManager_position .blockBackground .string .blSelect .chosen-container .chosen-single, .formManager_position .blockBackground .string .blSelect select .chosen-single {
		height: 65px;
		line-height: 2em
	}

	.formManager_position .blockBackground .string .blSelect .chosen-container .chosen-drop .chosen-results li, .formManager_position .blockBackground .string .blSelect select .chosen-drop .chosen-results li {
		margin-bottom: 10px
	}
}

@media all and (max-width: 479px) {
	.headerManager .logotype {
		height: 45px;
		padding-top: 8px
	}

	.headerManager .logotype img {
		max-height: 35px
	}

	.headerManager .iconMenu_manager {
		width: 45px;
		height: 45px
	}

	.headerManager .iconAccountManager {
		width: 45px;
		height: 45px
	}

	.headerManager ul.menuManager li a {
		font-size: 1.8em;
		padding-top: 0;
		padding-bottom: 0
	}

	.headerManager ul.menuManager li a i span {
		font-weight: normal;
		width: 24px;
		height: 24px;
		top: 10px;
		right: -24px;
		font-size: 1.4rem;
		padding-top: 5px
	}

	.headerManager form.searchManager {
		height: 45px;
		padding: 8px 107px 0 13px
	}

	.headerManager form.searchManager input {
		height: 30px;
		font-size: 1.6em
	}

	.headerManager form.searchManager button {
		width: 42px;
		right: 107px;
		background-image: url(../images/icons/icon_search.png)
	}

	.headerManager .accountManager {
		position: static;
		padding: 0;
		width: 100%;
		float: none
	}

	.headerManager .accountManager .image {
		display: none
	}

	.headerManager .accountManager .description {
		position: static;
		display: block;
		padding: 0
	}

	.headerManager .accountManager .description:after {
		display: none
	}

	.headerManager .accountManager .description .nameManager {
		display: none
	}

	.headerManager .accountManager .subContainer li:last-child a:before {
		top: 8px
	}

	.headerManager .accountManager .subContainer li a {
		font-size: 1.8em;
		padding: 23px 30px 26px
	}

	.profileManager .avatarBlock {
		width: 102px;
		height: 102px;
		margin-bottom: 20px;
		overflow: hidden;
		-webkit-border-radius: 51px;
		-moz-border-radius: 51px;
		-o-border-radius: 51px;
		-ms-border-radius: 51px;
		-khtml-border-radius: 51px;
		border-radius: 51px;
		behavior: url(../ie/PIE.htc)
	}

	.profileManager .avatarBlock:after {
		width: 102px;
		height: 102px;
		overflow: hidden;
		-webkit-border-radius: 51px;
		-moz-border-radius: 51px;
		-o-border-radius: 51px;
		-ms-border-radius: 51px;
		-khtml-border-radius: 51px;
		border-radius: 51px;
		behavior: url(../ie/PIE.htc)
	}

	.profileManager .avatarBlock span {
		font-size: 1.4em
	}

	.formManager_position .blockBackground .string.addr .first, .formManager_position .blockBackground .string.addr .second, .formManager_position .blockBackground .string.addr .third, .formManager_position .blockBackground .string.addr .fourth {
		margin-bottom: 15px
	}

	.formManager_position .blockBackground .string.addr .third {
		width: 80px;
		margin-right: 40px
	}

	.formManager_position .blockBackground .string.addr .fourth {
		width: 80px
	}

	.formManager_position .blockBackground .string .blSelect select {
		height: 40px;
		padding-left: 10px;
		background-color: #fff
	}

	.formManager_position .blockBackground .string .blSelect .chosen-container, .formManager_position .blockBackground .string .blSelect select {
		font-size: 1.6em
	}

	.formManager_position .blockBackground .string .blSelect .chosen-container .chosen-single, .formManager_position .blockBackground .string .blSelect select .chosen-single {
		height: 40px;
		line-height: 2.3em
	}

	.formManager_position .blockBackground .string .blSelect .chosen-container .chosen-drop .chosen-results li, .formManager_position .blockBackground .string .blSelect select .chosen-drop .chosen-results li {
		margin-bottom: 10px
	}
}

@media all and (max-width: 10000px) {
	/*.topEnter_icon {
		display: none
	}*/

	.padSpace {
		padding-right: 100px;
		padding-left: 100px;
		-webkit-transition: ease-out .5s;
		-moz-transition: ease-out .5s;
		-o-transition: ease-out .5s;
		transition: ease-out .5s;
   		margin: 0 auto;
	}

	.TextContent.padSpace{
		max-width: 1200px;
	}



	/*
	.padSpace.reverse {
		margin-left: -130px;
		margin-right: -130px
	}
	*/
	.header ul.topLinks li {
		margin-right: 25px;
		-webkit-transition: ease-out .5s;
		-moz-transition: ease-out .5s;
		-o-transition: ease-out .5s;
		transition: ease-out .5s
	}

	.header .wrapperOptions {
		max-width: 206px;;
		width: 20.7%
	}

	.header .wrapperOptions .topEnter_icon {
		width: 100px;
		height: 100px
	}
}

@media all and (max-width: 1530px) {
	.padSpace {
		padding-right: 20px;
    	padding-left: 20px;
		-webkit-transition: ease-out .5s;
		-moz-transition: ease-out .5s;
		-o-transition: ease-out .5s;
		transition: ease-out .5s;
	}

	.padSpace.reverse {
		margin-left: -20px;
		margin-right: -20px
	}

}

@media all and (max-width: 1479px) {
	.header ul.topLinks li {
		margin-right: 20px;
		-webkit-transition: ease-out .5s;
		-moz-transition: ease-out .5s;
		-o-transition: ease-out .5s;
		transition: ease-out .5s
	}

	.header .topContact {
		padding-top: 17px;
		float: left
	}

	.header .topContact .wrapperLeft, .header .topContact .wrapperRight {
		float: none !important
	}

	.header .topContact .wrapperLeft .popupBtn_city, .header .topContact .wrapperRight .popupBtn_city {
		font-size: 1.4em
	}

	.header .topContact .wrapperLeft .number, .header .topContact .wrapperRight .number {
		font-size: 1.6em
	}

	.header .topContact .wrapperLeft .popupLink, .header .topContact .wrapperRight .popupLink {
		padding-top: 0;
		font-size: 1.2em
	}

	.header .topEnter {
		padding-top: 26px
	}
}

@media all and (max-width: 1366px) {
	.sliderPosition {
		height: 500px
	}

	.sliderPosition .carousel-inner, .sliderPosition .owl-stage-outer, .sliderPosition .owl-stage, .sliderPosition .owl-item {
		display: block;
		width: 100%;
		height: 500px
	}

	.sliderPosition .carousel-inner .item, .sliderPosition .owl-stage-outer .item, .sliderPosition .owl-stage .item, .sliderPosition .owl-item .item {
		background-image: url('');
		background-color: transparent;
		background-repeat: no-repeat;
		background-position: center center;
		background-size: cover
	}
}

@media all and (max-width: 1280px) {
	.header .logotype img {
		max-width: 130px
	}

	ul.informLine li.one {
		width: 25%
	}

	ul.informLine li.two {
		width: 25%
	}

	ul.informLine li.three {
		width: 25%
	}

	ul.informLine li.four {
		width: 25%
	}

	ul.informLine li:last-child {
		/*display: none*/
	}

	.footer .copyright {
		width: 22%;
		margin-right: 6%
	}

	.footer .fMenu {
		width: 42%
	}

	.footer .Insta {
		width: 30%
	}

	.Goods.goodslist .goodsBlocks .goodsBlock {
    display: block;
    float: left;
    width: 22%;
}
}

@media all and (max-width: 1120px) {
	.header ul.topLinks li {
		margin-right: 15px
	}

	.header ul.topLinks li a {
		font-size: 1.4em
	}

	.header .topContact {
		padding-right: 5px
	}

	.header .topEnter {
		padding-top: 28px;
		padding-right: 5px;
		width: 11%;
		min-width: 125px
	}

	.header .topEnter span {
		font-size: 1.1em
	}

	.navMenu ul.topMenu li {
		padding-right: 10px;
		padding-left: 10px
	}

	.navMenu ul.topMenu li span, .navMenu ul.topMenu li a {
		font-size: 1.3em
	}
}

@media all and (max-width: 999px) {
	.Goods.goodslist .goodsBlocks .goodsBlock {
		float: none;
		width: 100%;
	}
	.gTitle {
		font-size: 4.8em;
		padding-right: 15px;
		padding-left: 15px
	}
	.formSearch_menu {
		width: 40%;
		height: 50px;
		padding-right: 10px;
		padding-top: 5px;
		float: left;
		margin-top: 25px;
		margin-left: 20px;
	}

	.formSearch_menu input[type=submit], .formSearch_menu button {
		top: 14px;
	}

	.preTitle {
		padding-right: 15px;
		padding-left: 15px
	}

	.header {
		border-bottom: 1px solid #d6d6d6;
		height: auto
	}

	.header .logotype {
		width: 100%;
		height: 100px;
	}

	.header .logotype img {
		display: inline-block;
		max-width: 40%
	}

	.header ul.topLinks {
		display: none
	}

	.header .wrapperOptions {
		position: static;
		max-width: 100%;
		margin-top: 4px;
		width: auto;
		right: 0;
	}

	.header .wrapperOptions .topEnter_icon {
		display: block
	}

	.header .wrapperOptions ul.cabinetSubmenu {
		background-color: #98a0f3;
		padding: 0
	}

	.header .wrapperOptions ul.cabinetSubmenu li, .header .wrapperOptions ul.cabinetSubmenu li:last-child {
		padding: 0 15px
	}

	.header .wrapperOptions ul.cabinetSubmenu li a, .header .wrapperOptions ul.cabinetSubmenu li:last-child a {
		font: 2.6rem/1.08em Roboto, sans-serif;
		color: #fff;
		letter-spacing: .075em;
		padding: 30px 30px;
		border-bottom: 1px solid #98a0f3
	}

	.header .wrapperOptions ul.cabinetSubmenu li:last-child a {
		border-bottom: 0;
		padding-left: 74px;
		position: relative
	}

	.header .wrapperOptions ul.cabinetSubmenu li:last-child a:before {
		display: block;
		width: 32px;
		height: 32px;
		position: absolute;
		z-index: 9;
		top: 19px;
		left: 30px;
		content: '';
		background-image: url('../images/icons/icon_lock.svg');
		background-color: transparent;
		background-repeat: no-repeat;
		background-position: center center;
		background-size: contain
	}

	.header .iconMenu {
		display: block;
		width: 100px;
		height: 100px
	}

	.header .topContact {
		position: absolute;
		top: 22px;
		left: 350px;
	}

	.header .topContact .wrapperLeft .popupBtn_city {
		font-size: 2.4em
	}

	.header .topContact .wrapperLeft .number {
		font-size: 2.6em
	}

	.header .topContact .popupLink {
		display: none
	}

	.header .topEnter {
		display: none
	}

	.header .topCart {
		width: 100px
	}

	.header .topCart span {
		width: 40px;
		height: 40px;
		font-size: 2.2em;
		padding-top: 4px;
		overflow: hidden;
		-webkit-border-radius: 20px;
		-moz-border-radius: 20px;
		-o-border-radius: 20px;
		-ms-border-radius: 20px;
		-khtml-border-radius: 20px;
		border-radius: 20px;
		behavior: url(../ie/PIE.htc)
	}

	.navMenu {
		display: none;
		background-color: #000;
		width: 100%;
		max-width: 768px;
		position: absolute;
		z-index: 999;
		top: 0;
		right: 0;
		padding: 0 15px
	}

	.navMenu.open {
		display: block
	}

	.navMenu .formSearch_menu {
		float: none;
		width: 100%;
		margin: 30px 0
	}

	.navMenu .login_panel {
		display: block;
		border-bottom: 1px solid #B92838;
		padding: 36px 0
	}

	.navMenu .login_panel span {
		font: bold 2.6em/1.08em Roboto, sans-serif;
		color: #fffefe;
		text-transform: uppercase;
		display: block;
		position: relative;
		padding-left: 70px
	}

	.navMenu .login_panel span:before {
		position: absolute;
		z-index: 9;
		bottom: -4px;
		left: 40px;
		content: url(../images/icons/icon_login.png)
	}

	.navMenu ul.topMenu {
		float: none
	}

	.navMenu ul.topMenu > li {
		float: none;
		border-bottom: 1px solid #D47D91;
		padding: 0
	}

	.navMenu ul.topMenu > li:first-child {
		padding-left: 0
	}

	.navMenu ul.topMenu > li.dropmenu.open {
		background-color: #464646
	}

	.navMenu ul.topMenu > li.dropmenu > a:after, .navMenu ul.topMenu > li.dropmenu > span:after {
		top: 50%;
		margin-top: -14px;
		content: url(../images/icons/icon_navMenu_big_arrow.png)
	}

	.navMenu ul.topMenu > li.dropmenu .submenu {
		position: relative;
		top: auto;
		left: auto;
		padding: 0 0 20px;
		background-color: #262626
	}

	.navMenu ul.topMenu > li.dropmenu .submenu li a {
		font-size: 2em
	}

	.navMenu ul.topMenu > li > a, .navMenu ul.topMenu > li > span {
		/*font: 2.6em/1.08em Roboto, sans-serif;*/
		color: #fffefe;
		text-transform: uppercase;
		display: block;
		padding: 36px 0
	}

	.navMenu ul.topMenu > li > span {
		display: inline-block
	}

	ul.informLine li.one, ul.informLine li.two, ul.informLine li.three, ul.informLine li.four, ul.informLine li.five {
		display: block;
		float: left;
		width: 50%;
		padding-bottom: 25px
	}

	ul.informLine li img {
		max-height: 109px
	}

	ul.informLine li span {
		font-size: 2.6em;
		line-height: 1.15em
	}

	.formSubscribe {
		padding-top: 30px;
		padding-bottom: 30px
	}

	.formSubscribe .string {
		width: 100%;
		float: none;
		text-align: center
	}

	.formSubscribe .string label {
		padding-bottom: 20px
	}

	.footer .copyright, .footer .fMenu, .footer .Insta {
		padding: 15px;
		position: relative;
		width: 100%;
		display: block;
		float: none
	}

	.navigationBlock li {
		overflow: hidden;
		-webkit-border-radius: 31px;
		-moz-border-radius: 31px;
		-o-border-radius: 31px;
		-ms-border-radius: 31px;
		-khtml-border-radius: 31px;
		border-radius: 31px;
		behavior: url(../ie/PIE.htc)
	}

	.navigationBlock li a {
		width: 62px;
		height: 62px;
		font-size: 3em;
		padding-top: 13px
	}

	ul.breadcrumbs li {
		font-size: 2.4em
	}

	ul.breadcrumbs li a:after {
		top: -7px
	}
}

@media all and (max-width: 767px) {
	.gTitle {
		font-size: 4em
	}

	.header {
		height: auto
	}

	.header .logotype {
		width: 100%;
		height: 80px;
	}

	.header .logotype img {
		display: inline-block;
		max-width: 40%
	}

	.header .wrapperOptions .topEnter_icon {
		width: 80px;
		height: 80px
	}

	.header .wrapperOptions ul.cabinetSubmenu li, .header .wrapperOptions ul.cabinetSubmenu li:last-child {
		padding: 0 10px
	}

	.header .wrapperOptions ul.cabinetSubmenu li a, .header .wrapperOptions ul.cabinetSubmenu li:last-child a {
		font-size: 1.8rem;
		padding: 15px 10px
	}

	.header .wrapperOptions ul.cabinetSubmenu li:last-child a {
		padding-left: 35px
	}

	.header .wrapperOptions ul.cabinetSubmenu li:last-child a:before {
		width: 20px;
		height: 26px;
		top: 11px;
		left: 10px;
	}

	.header .iconMenu {
		display: block;
		width: 80px;
		height: 80px
	}

	.header .topContact {
		min-width: 235px;
		float: left;
		padding-top: 0;
		padding-left: 20px;
		white-space: nowrap
	}

	.header .topContact .wrapperLeft .popupBtn_city {
		font-size: 2.4em
	}

	.header .topContact .wrapperLeft .number {
		font-size: 2.4em
	}

	.header .topCart {
		width: 80px;
		height: 80px
	}

	.header .topCart.open .wrapperClick:after {
		bottom: -35px
	}

	.header .topCart span {
		width: 30px;
		height: 30px;
		font-size: 1.8em;
		top: 15px;
		right: 10px;
		padding-top: 3px
	}

	.navMenu .login_panel span {
		font-size: 2em;
		padding-left: 25px
	}

	.navMenu .login_panel span:before {
		content: url(../images/icons/icon_login.png)
	}

	.navMenu ul.topMenu > li.dropmenu > a:after, .navMenu ul.topMenu > li.dropmenu > span:after {
		content: url(../images/icons/icon_arrow.png)
	}

	.navMenu ul.topMenu > li > a, .navMenu ul.topMenu > li > span {
		font-size: 2em
	}

	ul.informLine li.one, ul.informLine li.two, ul.informLine li.three, ul.informLine li.four, ul.informLine li.five {
		width: 100%;
		float: none;
		padding-left: 13%;
		padding-bottom: 30px
	}

	ul.informLine li.one span, ul.informLine li.two span, ul.informLine li.three span, ul.informLine li.four span, ul.informLine li.five span {
		font-size: 2.4em
	}

	.footer .fMenu ul {
		display: block;
		width: 100%;
		font-variant: normal
	}

	.formSubscribe {
		padding-top: 30px;
		padding-bottom: 30px
	}

	.formSubscribe .string {
		width: 100%;
		float: none;
		text-align: center
	}

	.formSubscribe .string label {
		padding-bottom: 20px;
		/* padding-top: 40px */
	}

	.formSubscribe .string input {
		width: 50%
	}

	.formSubscribe .string button {
		width: 36%;
		float: right
	}

	.navigationBlock li {
		overflow: hidden;
		-webkit-border-radius: 26px;
		-moz-border-radius: 26px;
		-o-border-radius: 26px;
		-ms-border-radius: 26px;
		-khtml-border-radius: 26px;
		border-radius: 26px;
		behavior: url(../ie/PIE.htc)
	}

	.navigationBlock li a {
		width: 52px;
		height: 52px;
		font-size: 2.4em;
		padding-top: 11px
	}

	ul.breadcrumbs li {
		font-size: 1.4em
	}

	ul.breadcrumbs li a:after {
		top: -3px
	}
}

@media all and (max-width: 479px) {
	.gTitle {
		font-size: 2.4em
	}
	.aboutCompany {
		padding-top: 0;
		padding-bottom: 15px;
	}
	.aboutCompany .text {
		width: 100%;
		font-size: 1.6em;
	}
	.padSpace {
		padding-right: 15px;
		padding-top: 0;
		padding-left: 15px
	}

	.padSpace.reverse {
		margin-left: -15px;
		margin-right: -15px
	}

	.header .logotype {
		height: 45px;
		padding-top: 8px
	}

	.header .logotype img {
		max-width: 160px;
		max-height: 35px
	}

	.header .wrapperOptions .topEnter_icon {
		width: 45px;
		height: 45px
	}

	.formSearch_menu {
		float: left;
		height: 34px;
		margin-left: 10px;
		margin-top: 7px;
		display: block;
		padding: 0px;
		width: 50%;
	}

	.formSearch_menu input[type=submit], .formSearch_menu button {
		top: 6px;
	}

	.formSearch_menu input {
		height: 32px;
	}

	.header .iconMenu {
		width: 45px;
		height: 45px
	}

	.header .topContact {
		padding-top: 16px;
		position: absolute;
		top: 0px;
		left: 150px;
		min-width: auto;
	}

	.header .topContact .wrapperLeft .popupBtn_city {
		font-size: 1.8em;
		line-height: 1em;
		margin-bottom: 4px
	}

	.header .topContact .wrapperLeft .popupBtn_city span {
		display: inline-block;
		line-height: .8em
	}

	.header .topContact .wrapperLeft .number {
		font-size: 1.7em;
		line-height: 1em
	}

	.header .topCart {
		width: 45px;
		height: 45px;
		min-width: 45px
	}

	.header .topCart span {
		width: 20px;
		height: 20px;
		font-size: 1.1em;
		top: 5px;
		right: 3px
	}

	/*ul.informLine {
		display: flex;
    	flex-direction: column;
	}*/

	ul.informLine {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: stretch;
	}


	ul.informLine.double {
		display: block;
		width: 100%
	}

	/*ul.informLine li.one, ul.informLine li.two, ul.informLine li.three, ul.informLine li.four, ul.informLine li.five {
		padding: 0
	}*/

	ul.informLine li.one, ul.informLine li.two, ul.informLine li.three, ul.informLine li.four, ul.informLine li.five {
    padding: 0;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    width: 50%;
    }

	ul.informLine li.one span, ul.informLine li.two span, ul.informLine li.three span, ul.informLine li.four span, ul.informLine li.five span {
		font-size: 1em
	}

	ul.informLine li.one img, ul.informLine li.two img, ul.informLine li.three img, ul.informLine li.four img, ul.informLine li.five img {
		max-height: 27px
	}

	.formSubscribe .string input {
		width: 100%;
		float: none;
		margin-bottom: 30px
	}

	.formSubscribe .string button {
		width: 100%;
		float: none;
		margin: 0 auto
	}

	.navigationBlock li {
		overflow: hidden;
		-webkit-border-radius: 21px;
		-moz-border-radius: 21px;
		-o-border-radius: 21px;
		-ms-border-radius: 21px;
		-khtml-border-radius: 21px;
		border-radius: 21px;
		behavior: url(../ie/PIE.htc)
	}

	.navigationBlock li a {
		width: 42px;
		height: 42px;
		font-size: 1.8em;
		padding-top: 10px
	}
}

form.SearchPage {
	position: relative;
	z-index: 7;
	display: block;
	width: 100%;
	max-width: 500px
}

form.SearchPage input {
	position: relative;
	z-index: 8;
	padding-right: 42px;
	padding-left: 22px;
	font: 1.6em Roboto, sans-serif;
	color: #343332
}

form.SearchPage .custom {
	position: absolute;
	z-index: 9;
	top: 50%;
	margin-top: -8px;
	right: 13px;
	width: 16px;
	height: 16px;
	background-image: url('../images/icons/icon_search_big.png');
	background-color: transparent;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: contain
}

.searchResTitle {
	font: bold 2.2em/1.82em Roboto, sans-serif;
	color: #343332;
	padding-top: 10px
}

.AllCont .title {
	padding-bottom: 40px
}

form.recoveryPass {
	display: block;
	width: 100%;
	max-width: 40rem
	margin: 0 auto;
}

form.recoveryPass .string {
	margin-bottom: 30px
}

.errorPage404 {
	text-align: center;
	padding-bottom: 40px
}

.errorPage404 .image404 {
	padding: 0 15px 15px
}

.errorPage404 .image404 img {
	display: block;
	max-width: 100%;
	margin: 0 auto
}

.errorPage404 .erInformMessg {
	font: 800 4rem/1.5em Roboto, sans-serif;
	color: #000;
	text-align: center;
	padding-bottom: 15px
}

.errorPage404 .gotohome {
	font: 1.6rem/1.7em Roboto, sans-serif;
    color: #98a0f3;
}

@media (max-width: 999px) and (min-width: 767px) {
	.errorPage404 .erInformMessg {
		font-size: 2.4rem
	}

	.errorPage404 .gotohome {
		font-size: 2.2rem
	}
	
}

.stepByStep {
	padding-top: 30px
}

.stepByStep ul {
	display: table;
	position: relative;
	z-index: 9
}

.stepByStep ul:before {
	position: absolute;
	z-index: 1;
	top: 50%;
	left: 0;
	display: block;
	width: 100%;
	height: 2px;
	content: '';
	background-color: #dcdddf
}

.stepByStep ul li {
	position: relative;
	z-index: 2;
	display: inline-block;
	min-height: 33px;
	padding-left: 50px;
	padding-right: 10px;
	background-color: #efefef;
	margin-left: 100px
}

.stepByStep ul li:before {
	content: '';
	position: absolute;
	z-index: 9;
	top: 3px;
	left: 0;
	background-image: url(../images/steps/sprite.png);
	background-repeat: no-repeat;
	display: block
}

.stepByStep ul li:before.steps-one {
	background-position: -5px -5px;
	width: 33px;
	height: 33px
}

.stepByStep ul li:before.steps-one_active {
	background-position: -48px -5px;
	width: 33px;
	height: 33px
}

.stepByStep ul li:before.steps-three {
	background-position: -5px -48px;
	width: 33px;
	height: 33px
}

.stepByStep ul li:before.steps-three_active {
	background-position: -48px -48px;
	width: 33px;
	height: 33px
}

.stepByStep ul li:before.steps-two {
	background-position: -91px -5px;
	width: 33px;
	height: 33px
}

.stepByStep ul li:before.steps-two_active {
	background-position: -91px -48px;
	width: 33px;
	height: 33px
}

.stepByStep ul li:first-child {
	margin-left: 0;
	padding-left: 43px
}

.stepByStep ul li.active .step {
	color: #343332
}

.stepByStep ul li.active.one:before {
	background-position: -48px -5px;
	width: 33px;
	height: 33px
}

.stepByStep ul li.active.two:before {
	background-position: -91px -48px;
	width: 33px;
	height: 33px
}

.stepByStep ul li.active.three:before {
	background-position: -48px -48px;
	width: 33px;
	height: 33px
}

.stepByStep ul li.one:before {
	background-position: -5px -5px;
	width: 33px;
	height: 33px
}

.stepByStep ul li.two:before {
	left: 10px;
	background-position: -91px -5px;
	width: 33px;
	height: 33px
}

.stepByStep ul li.three:before {
	left: 10px;
	background-position: -5px -48px;
	width: 33px;
	height: 33px
}

.stepByStep ul li .step {
	font: bold 1.8rem/1.11em Roboto, sans-serif;
	color: #80858d
}

@media all and (max-width: 999px) {
	.stepByStep {
		display: none
	}

	.sPage .title {
		font-size: 4.8rem;
		padding-bottom: 50px
	}

	form.SearchPage input {
		padding-right: 60px;
		padding-left: 16px;
		font-size: 3rem
	}

	form.SearchPage .custom {
		width: 25px;
		height: 25px;
		margin-top: -12px
	}

	.searchResTitle {
		font-size: 4rem
	}

	.AllCont .title {
		font-size: 4.8rem
	}

	form.recoveryPass {
		max-width: 100%
	}

	form.recoveryPass .string {
		margin-bottom: 60px
	}

	form.recoveryPass .btn_Form {
		padding: 18px 30px
	}
	ul.informLine {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: stretch;
	}
}

@media all and (max-width: 767px) {
	.sPage .title {
		font-size: 4rem;
		padding-bottom: 27px
	}

	form.SearchPage input {
		padding-right: 60px;
		padding-left: 16px;
		font-size: 2.6rem
	}

	form.SearchPage .custom {
		width: 25px;
		height: 25px;
		margin-top: -12px
	}

	.searchResTitle {
		font-size: 3rem
	}

	.AllCont .title {
		font-size: 2.4rem;
		padding-bottom: 15px
	}

	form.recoveryPass .string {
		margin-bottom: 30px
	}

	form.recoveryPass .btn_Form {
		padding: 8px 25px
	}
}

@media all and (max-width: 479px) {
	.sPage .title {
		font-size: 2.6rem;
		padding-bottom: 18px
	}

	.sliderPosition {
		height: 200px
	}

	.sliderPosition .carousel-inner, .sliderPosition .owl-stage-outer, .sliderPosition .owl-stage, .sliderPosition .owl-item {
		display: block;
		width: 100%;
		height: 200px
	}

	form.SearchPage input {
		padding-right: 42px;
		padding-left: 22px;
		font-size: 1.6rem
	}

	form.SearchPage .custom {
		width: 16px;
		height: 16px;
		margin-top: -8px
	}

	.searchResTitle {
		font-size: 2.4rem
	}
}

ul.manyTags {
	margin: 10px 0
}

@media all and (max-width: 999px) {
	ul.manyTags {
		display: none
	}
}

ul.manyTags li {
	display: inline-block;
	margin-right: 8px
}

ul.manyTags li.current a {
	background-color: #679fd4;
	color: #fff
}

ul.manyTags li a {
	display: block;
	background-color: #d2e6f8;
	color: #4686cc;
	font: 1.6rem/1.5em Roboto, sans-serif;
	padding: 8px 15px;
	overflow: hidden;
	-webkit-border-radius: 19px;
	-moz-border-radius: 19px;
	-o-border-radius: 19px;
	-ms-border-radius: 19px;
	-khtml-border-radius: 19px;
	border-radius: 19px;
	behavior: url(../ie/PIE.htc)
}

.tooltipster-arrow-bottom .tooltipster-arrow-border {
	top: -8px !important
}

.textInner h2, .textInner h3, .textInner h4 {
	padding-bottom: 5px
}

.textInner h2 {
	font-size: 2.4rem
}

.textInner h3 {
	font-size: 2.2rem
}

.textInner h4 {
	font-size: 2rem
}

.textInner h5 {
	font-size: 1.8rem
}

.textInner h6 {
	font-size: 1.4rem
}

.textInner i, .textInner em {
	font-style: italic
}

.textInner b, .textInner strong {
	font-weight: bold
}

@media (max-width: 999px) and (min-width: 767px) {
	.textInner h2, .textInner h3, .textInner h4 {
		padding-bottom: 5px
	}

	.textInner h2 {
		font-size: 4rem
	}

	.textInner h3 {
		font-size: 3.8rem
	}

	.textInner h4 {
		font-size: 3.6rem
	}

	.textInner h5 {
		font-size: 3.4rem
	}

	.textInner h6 {
		font-size: 2.8rem
	}
}

form.f_Cart {
	position: relative
}

#wrap_fixed.fixed {
	/*position: fixed;
	top: 130px;*/
}

#wrap_fixed.absolute {
	position: absolute !important;
	top: auto !important;
	bottom: 60px !important
}

@media all and (max-width: 999px) {
	#wrap_fixed.fixed, #wrap_fixed.absolute {
		position: relative !important;
		top: 0 !important;
		bottom: 0 !important
	}
}

#global h1.title {
    font: 800 3rem/1.25em Roboto,Helvetica,sans-serif;
    color: #000;
    letter-spacing: .07em;
    text-transform: uppercase;
    /*margin-bottom: 10px;
    margin-top: 10px;*/
    text-align: center;
}

#global .btn_addToCart {
	border: 1px solid #98a0f3
}

.Goods.goodssets .goodsBlocks .goodsBlock .image .title {
	font: bold 1.8rem/1.11em Roboto, sans-serif
}

.Goods.goodssets .goodsBlocks .goodsBlock .pricePosition .text, .Goods.goodssets .goodsBlocks .goodsBlock .pricePosition .price .old, .Goods.goodssets .goodsBlocks .goodsBlock .pricePosition .eco {
	font: 1.5rem/1.33em Roboto, sans-serif
}

.Goods.goodssets .goodsBlocks .goodsBlock .pricePosition .price .new {
	font: bold 2rem/1em Roboto, sans-serif
}

.Goods.goodssets .goodsBlocks .goodsBlock .dynamicBlock .btn_addToCart, .Goods.goodssets .goodsBlocks .goodsBlock .dynamicBlock .btn_buyToClick {
	font: 1.4rem/1.43em Roboto
}

.Goods.goodsrecipe .goodsBlocks .goodsBlock {
	display: table;
	width: 49%;
	margin-right: 2%;
	margin-bottom: 30px
}

.Goods.goodsrecipe .goodsBlocks .goodsBlock:nth-child(2n) {
	margin-right: 0
}

.Goods.goodsrecipe .goodsBlocks .goodsBlock .image, .Goods.goodsrecipe .goodsBlocks .goodsBlock .wrapperPad {
	display: table-cell;
	vertical-align: top;
	float: none
}

.Goods.goodsrecipe .goodsBlocks .goodsBlock .image {
	width: 44%
}

.Goods.goodsrecipe .goodsBlocks .goodsBlock .wrapperPad {
	width: 66%
}

.Goods.goodsrecipe .goodsBlocks .goodsBlock .wrapperPad .wrapper_dB .dynamicBlock .btn_addToCart, .Goods.goodsrecipe .goodsBlocks .goodsBlock .wrapperPad .wrapper_dB .dynamicBlock .btn_buyToClick {
	padding-right: 10px;
	padding-left: 10px
}

.Article.articleInner .articleBlock {
	border-bottom: 0
}

.btn_addToCart:active {
	position: relative;
	top: 1px
}

.wrapperRating {
	display: inline-block;
	vertical-align: middle
}

@media (max-width: 767px) {
	.wrapperRating {
		margin-bottom: 10px;
		float: right;
	}
}

@media all and (max-width: 999px) {
	#global h1.title, #global .Article .title {
		font-size: 4.8rem
	}

	#global .goodsBlock .dynamicBlock {
		display: block !important
	}

	.Goods.goodssets .goodsBlocks .goodsBlock {
		padding-bottom: 40px;
		margin-bottom: 20px
	}

	.Goods.goodssets .goodsBlocks .goodsBlock .image {
		margin-bottom: 35px
	}

	.Goods.goodssets .goodsBlocks .goodsBlock .image .title {
		font-size: 4rem
	}

	.Goods.goodssets .goodsBlocks .goodsBlock .pricePosition {
		float: none;
		margin-bottom: 37px
	}

	.Goods.goodssets .goodsBlocks .goodsBlock .pricePosition .text, .Goods.goodssets .goodsBlocks .goodsBlock .pricePosition .price .old, .Goods.goodssets .goodsBlocks .goodsBlock .pricePosition .eco {
		font-size: 2.4rem;
		display: inline-block
	}

	.Goods.goodssets .goodsBlocks .goodsBlock .pricePosition .price .new {
		display: inline-block;
		margin-right: 25px;
		font-size: 4rem
	}

	.Goods.goodssets .goodsBlocks .goodsBlock .dynamicBlock {
		float: none
	}

	.Goods.goodssets .goodsBlocks .goodsBlock .dynamicBlock:after {
		clear: both;
		display: block;
		content: ''
	}

	.Goods.goodssets .goodsBlocks .goodsBlock .dynamicBlock .btn_addToCart, .Goods.goodssets .goodsBlocks .goodsBlock .dynamicBlock .btn_buyToClick {
		font-size: 3rem;
		padding: 19px 40px 18px;
		overflow: hidden;
		-webkit-border-radius: 40px;
		-moz-border-radius: 40px;
		-o-border-radius: 40px;
		-ms-border-radius: 40px;
		-khtml-border-radius: 40px;
		border-radius: 40px;
		behavior: url(../ie/PIE.htc)
	}

	.Goods.goodssets .goodsBlocks .goodsBlock .dynamicBlock .btn_addToCart {
		margin-right: 40px
	}

	.Goods.goodssets .goodsBlocks .goodsBlock .dynamicBlock .btn_buyToClick {
		float: left
	}

	.Goods.goodsrecipe {
		padding-bottom: 30px
	}

	.Goods.goodsrecipe .mTitle {
		font-size: 4rem
	}

	.Goods.goodsrecipe .goodsBlocks .goodsBlock {
		display: block;
		width: 100%;
		float: none
	}

	.Goods.goodsrecipe .goodsBlocks .goodsBlock .image {
		display: block;
		width: 100%;
		float: left
	}

	.Goods.goodsrecipe .goodsBlocks .goodsBlock .wrapperPad {
		display: block;
		width: 100%
	}

	.Goods.goodsrecipe .goodsBlocks .goodsBlock .wrapperPad .title {
		font-size: 4rem
	}

	.Goods.goodsrecipe .goodsBlocks .goodsBlock .wrapperPad .pricePosition .text {
		font-size: 2.4rem
	}

	.Goods.goodsrecipe .goodsBlocks .goodsBlock .wrapperPad .pricePosition .price .new {
		font-size: 3.6rem
	}

	.Goods.goodsrecipe .goodsBlocks .goodsBlock .wrapperPad .pricePosition .price .old {
		font-size: 2.4rem
	}

	.Goods.goodsrecipe .goodsBlocks .goodsBlock .wrapperPad .wrapper_dB .dynamicBlock {
		position: relative;
		bottom: 0
	}

	.Goods.goodsrecipe .goodsBlocks .goodsBlock .wrapperPad .wrapper_dB .dynamicBlock .btn_addToCart.addCart, .Goods.goodsrecipe .goodsBlocks .goodsBlock .wrapperPad .wrapper_dB .dynamicBlock .btn_buyToClick.fastCart {
		font-size: 3rem;
		padding-right: 20px;
		padding-left: 20px;
		overflow: hidden;
		-webkit-border-radius: 40px;
		-moz-border-radius: 40px;
		-o-border-radius: 40px;
		-ms-border-radius: 40px;
		-khtml-border-radius: 40px;
		border-radius: 40px;
		behavior: url(../ie/PIE.htc)
	}

	.Goods.goodslist .goodsBlocks .goodsBlock .wrapperPad .dynamicBlock {
		position: relative;
		bottom: 0
	}

	.Article.articleInner {
		padding-bottom: 0
	}

	.Article.articleInner .articleBlock .wrapperText .desc {
		font-size: 3rem
	}

	.footer .copyright {
		font-size: 1.8rem
	}

	.footer .fMenu ul li a {
		font-size: 1.8rem
	}

	.footer .header_logo_visa {
	    width: 50%;
	    margin: auto;
	    padding-top: 36px;
	}

	.footer .Insta {
		font-size: 1.8rem
	}

	.adpTable.orders + .bonusesPosition {
		padding: 20px
	}

	.contactInform {
		font-size: 2.4rem;
		padding-bottom: 30px
	}

	.contactInform p {
		padding-bottom: 20px
	}

	.formContacts .string.captcha .captcha input {
		width: 208px
	}

	.formContacts .string.captcha .captcha .image {
		height: 80px
	}

	.formContacts .string.captcha .captcha .image img {
		height: 80px
	}

	.formContacts .string input, .formContacts .string textarea {
		max-width: 100%
	}

	form.f_Cart .cartList .cartGoods .image {
		width: 29.16666667%;
		float: left
	}

	form.f_Cart .cartList .cartGoods .cG_center {
		width: auto;
		float: none;
		padding-left: 32%
	}

	form.f_Cart .cartList .cartGoods .cG_center .title {
		display: block
	}

	form.f_Cart .cartList .cartGoods .cG_center .string:after {
		display: none
	}

	form.f_Cart .cartList .cartGoods .cG_center .string p {
		padding-bottom: 15px
	}

	form.f_Cart .cartList .cartGoods .cG_center .cG_delete {
		margin-top: 15px
	}

	form.f_Cart .cartList .cartGoods .cG_right {
		padding-left: 32%
	}

	form.f_Cart .cartList .cartGoods .cG_right .price {
		margin-left: 0
	}

	.navMenu {
		max-width: 100%;
		padding: 0;
		background-color: #262626
	}

	.navMenu form.formSearch_menu {
		padding: 0 15px
	}

	.navMenu form.formSearch_menu button {
		right: 31px
	}

	.navMenu ul.topMenu {
		padding: 10px 15px
	}

	.navMenu ul.topMenu > li > span, .navMenu ul.topMenu > li > a {
		padding-left: 30px;
		padding-right: 20px
	}

	.navMenu ul.topMenu > li.dropmenu.open {
		margin-right: -15px;
		margin-left: -15px;
		padding-right: 15px;
		padding-left: 15px;
		background-color: #fff
	}

	.navMenu ul.topMenu > li.dropmenu.open > span {
		color: #000;
		padding-bottom: 34px
	}

	.navMenu ul.topMenu > li.dropmenu.open > span:after {
		margin-top: 3px;
		right: -15px;
		-webkit-transform: rotate(180deg);
		-moz-transform: rotate(180deg);
		-o-transform: rotate(180deg);
		-ms-transform: rotate(180deg);
		-khtml-transform: rotate(180deg);
		transform: rotate(180deg)
	}

	.navMenu ul.topMenu > li.dropmenu.open ul.submenu {
		width: auto;
		background-color: #9E1F3A;
		margin-right: -15px;
		margin-left: -15px;
		padding: 10px;
	}

	.navMenu ul.topMenu > li.dropmenu.open ul.submenu > li {
		padding-right: 0;
		padding-left: 0
	}

	.navMenu ul.topMenu > li.dropmenu.open ul.submenu > li:last-child {
		border-bottom: 0
	}

	.navMenu ul.topMenu > li.dropmenu.open ul.submenu > li a, .navMenu ul.topMenu > li.dropmenu.open ul.submenu > li span {
		display: block;
		font: 700 2.2rem/1.08em Roboto Condensed, sans-serif;
		color: #000;
		padding: 16px 20px 16px 30px;
		text-transform: none;
	}
}

@media all and (max-width: 767px) {
	#global h1.title, #global .Article .title {
		font-size: 2rem
	}

	.Article.articleInner {
		padding-bottom: 0
	}

	.Article.articleInner .articleBlock .wrapperText .desc {
		font-size: 2.4rem
	}

	.Goods.goodssets .goodsBlocks .goodsBlock {
		padding-bottom: 40px;
		margin-bottom: 20px
	}

	.Goods.goodssets .goodsBlocks .goodsBlock .image {
		margin-bottom: 30px
	}

	.Goods.goodssets .goodsBlocks .goodsBlock .image .title {
		font-size: 3rem
	}

	.Goods.goodssets .goodsBlocks .goodsBlock .pricePosition {
		margin-bottom: 19px
	}

	.Goods.goodssets .goodsBlocks .goodsBlock .pricePosition .text, .Goods.goodssets .goodsBlocks .goodsBlock .pricePosition .price .old, .Goods.goodssets .goodsBlocks .goodsBlock .pricePosition .eco {
		font-size: 2.4rem
	}

	.Goods.goodssets .goodsBlocks .goodsBlock .pricePosition .price .new {
		margin-right: 11px;
		font-size: 3.6rem
	}

	.Goods.goodssets .goodsBlocks .goodsBlock .dynamicBlock .btn_addToCart, .Goods.goodssets .goodsBlocks .goodsBlock .dynamicBlock .btn_buyToClick {
		font-size: 2.4rem;
		padding: 16px 25px 15px
	}

	.Goods.goodssets .goodsBlocks .goodsBlock .dynamicBlock .btn_addToCart {
		margin-right: 15px
	}

	.Goods.goodsrecipe .mTitle {
		font-size: 3rem
	}

	.Goods.goodsrecipe .goodsBlocks .goodsBlock .wrapperPad .title {
		font-size: 3rem
	}

	.Goods.goodsrecipe .goodsBlocks .goodsBlock .wrapperPad .wrapper_dB .dynamicBlock .btn_addToCart.addCart, .Goods.goodsrecipe .goodsBlocks .goodsBlock .wrapperPad .wrapper_dB .dynamicBlock .btn_buyToClick.fastCart {
		font-size: 2.4rem
	}

	.adpTable.orders + .bonusesPosition {
		padding: 12px
	}

	.adpTable.orders + .bonusesPosition .bon_line .icon {
		margin-right: 5px
	}

	.adpTable.orders + .bonusesPosition .bon_line .btn_Form {
		padding-right: 15px;
		padding-left: 15px
	}

	.formContacts .string.captcha .captcha .image {
		height: 65px
	}

	.formContacts .string.captcha .captcha .image img {
		height: 65px
	}

	form.f_Cart .cartList .cartGoods .image {
		width: 30%;
		margin-bottom: 0;
		margin-right: 4%
	}

	form.f_Cart .cartList .cartGoods .cG_center {
		width: 61%;
		float: left;
		padding-left: 0
	}

	form.f_Cart .cartList .cartGoods .cG_center .string p {
		padding-bottom: 5px
	}

	form.f_Cart .cartList .cartGoods .cG_center .cG_delete {
		margin-top: 0;
		margin-bottom: 10px
	}

	form.f_Cart .cartList .cartGoods .cG_right {
		width: 61%;
		float: right;
		padding-left: 0
	}

	.navMenu .login_panel {
		padding: 20px 15px
	}

	.navMenu .login_panel span {
		font-size: 1.6em;
		padding-left: 30px
	}

	.navMenu .login_panel span:before {
		bottom: -6px;
		left: 3px;
		content: url(../images/icons/icon_login.png)
	}

	.navMenu ul.topMenu > li > span, .navMenu ul.topMenu > li > a {
		font-size: 2.2rem;
		padding: 16px 10px 16px 6px;
	}

	.navMenu ul.topMenu > li.dropmenu span:after {
		margin-top: -5px
	}

	.navMenu ul.topMenu > li.dropmenu.open > span {
		padding-bottom: 20px
	}

	.navMenu ul.topMenu > li.dropmenu.open > span:after {
		margin-top: -10px;
		right: 0;
		-webkit-transform: rotate(180deg);
		-moz-transform: rotate(180deg);
		-o-transform: rotate(180deg);
		-ms-transform: rotate(180deg);
		-khtml-transform: rotate(180deg);
		transform: rotate(180deg)
	}

	.navMenu ul.topMenu > li.dropmenu.open ul.submenu > li {
		padding-bottom: 0
	}

	.navMenu ul.topMenu > li.dropmenu.open ul.submenu > li a, .navMenu ul.topMenu > li.dropmenu.open ul.submenu > li span {
		display: block;
  	  	font-size: 2rem;
    	padding: 10px 0px 7px 22px;
}

	}
}

@media all and (max-width: 479px) {
	#global h1.title, #global .Article .title {
		font: 800 2rem/1.2em Roboto,Helvetica,sans-serif;
    	margin: 1.2rem 0;
    	padding: 0px;
    	letter-spacing: .04em;  	
	}

	.Goods.goodssets .goodsBlocks .goodsBlock {
		padding-bottom: 20px
	}

	.Goods.goodssets .goodsBlocks .goodsBlock .image {
		margin-bottom: 16px
	}

	.Goods.goodssets .goodsBlocks .goodsBlock .image .title {
		font-size: 1.8rem
	}

	.Goods.goodssets .goodsBlocks .goodsBlock .pricePosition {
		margin-bottom: 0
	}

	.Goods.goodssets .goodsBlocks .goodsBlock .pricePosition .text, .Goods.goodssets .goodsBlocks .goodsBlock .pricePosition .price .old, .Goods.goodssets .goodsBlocks .goodsBlock .pricePosition .eco {
		font-size: 1.5rem
	}

	.Goods.goodssets .goodsBlocks .goodsBlock .pricePosition .price .new {
		margin-right: 11px;
		font-size: 2rem
	}

	.Goods.goodssets .goodsBlocks .goodsBlock .dynamicBlock .btn_addToCart, .Goods.goodssets .goodsBlocks .goodsBlock .dynamicBlock .btn_buyToClick {
		font-size: 1.4rem;
		padding: 9px 15px 8px
	}

	.Goods.goodssets .goodsBlocks .goodsBlock .dynamicBlock .btn_addToCart {
		margin-right: 10px
	}

	.Goods.goodsrecipe .mTitle {
		font-size: 1.8rem
	}

	.Goods.goodsrecipe .goodsBlocks .goodsBlock {
		margin-bottom: 20px
	}

	.Goods.goodsrecipe .goodsBlocks .goodsBlock .wrapperPad {
		padding-right: 15px
	}

	.Goods.goodsrecipe .goodsBlocks .goodsBlock .wrapperPad .title {
		font-size: 1.8rem
	}

	.Goods.goodsrecipe .goodsBlocks .goodsBlock .wrapperPad .pricePosition .text {
		font-size: 1.5rem
	}

	.Goods.goodsrecipe .goodsBlocks .goodsBlock .wrapperPad .pricePosition .price .new {
		font-size: 2rem
	}

	.Goods.goodsrecipe .goodsBlocks .goodsBlock .wrapperPad .pricePosition .price .old {
		font-size: 1.5rem
	}

	.Goods.goodsrecipe .goodsBlocks .goodsBlock .wrapperPad .wrapper_dB .dynamicBlock .btn_addToCart.addCart, .Goods.goodsrecipe .goodsBlocks .goodsBlock .wrapperPad .wrapper_dB .dynamicBlock .btn_buyToClick.fastCart {
		font-size: 1.4rem
	}

	.Article.articleInner .articleBlock .wrapperText .desc {
		font-size: 1.8rem
	}

	.contactInform {
		font-size: 1.8rem;
		padding-bottom: 20px
	}

	.contactInform p {
		padding-bottom: 15px
	}

	.formContacts .string.captcha .captcha input {
		width: 118px
	}

	.formContacts .string.captcha .captcha .image {
		height: 40px
	}

	.formContacts .string.captcha .captcha .image img {
		height: 40px
	}

	form.f_Cart .cartList .cartGoods .cG_center {
		width: auto;
		float: none;
		padding-left: 0
	}

	form.f_Cart .cartList .cartGoods .cG_center .string p {
		padding-bottom: 5px
	}

	form.f_Cart .cartList .cartGoods .cG_center .cG_delete {
		margin-top: 0;
		margin-bottom: 10px
	}

	form.f_Cart .cartList .cartGoods .cG_right {
		width: auto;
		float: none;
		padding-left: 0
	}
}

.Filter.line .list_mobile {
	display: none
}

@media all and (max-width: 767px) {
	.Filter.line ul.list {
		display: none
	}
	.Filter.line ul.list, .Filter.line ul.sort {
		display: none;
	}
	.Filter select {
		display: block;
		width: 100%;
		max-width:48rem;
	}

	.Filter.line .list_mobile {
		position: relative;
		top: -19px;
		display: block;
		width: 160px;
		height: 76px;
		border: 1px solid #d8d7d7;
		overflow: hidden;
		-webkit-border-radius: 4px;
		-moz-border-radius: 4px;
		-o-border-radius: 4px;
		-ms-border-radius: 4px;
		-khtml-border-radius: 4px;
		border-radius: 4px;
		behavior: url(../ie/PIE.htc)
	}

	.Filter.line .list_mobile:after {
		display: block;
		width: 18px;
		height: 12px;
		position: absolute;
		z-index: 8;
		top: 50%;
		margin-top: -6px;
		right: 20px;
		content: '';
		background-image: url('../images/icons/icon_arrow_down.png');
		background-color: transparent;
		background-repeat: no-repeat;
		background-position: center center;
		background-size: contain
	}

	.Filter.line .list_mobile .val {
		position: absolute;
		z-index: 8;
		left: 30px;
		top: 50%;
		margin-top: -13px;
		font: 2.6rem/1.08em Roboto, sans-serif;
		color: #010101
	}

	.Filter.line .list_mobile select {
		position: absolute;
		z-index: 9;
		width: 100%;
		height: 100%;
		-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=@ie)";
		filter: alpha(opacity=0);
		-moz-opacity: 0;
		-khtml-opacity: 0;
		opacity: 0
	}
}

@media all and (max-width: 479px) {
	.Filter.line .list_mobile {
		top: -24px;
		width: 90px;
		height: 38px
	}

	.Filter.line .list_mobile:after {
		right: 10px
	}

	.Filter.line .list_mobile .val {
		left: 13px;
		margin-top: -9px;
		font-size: 1.8rem
	}
}

form.f_Cart .cartRight .cartOrder {
	margin-bottom: 0
}

form.f_Cart .cartRight .cartBalance {
	margin-top: 10px;
	margin-bottom: 0
}

@media all and (max-width: 999px) {
	form.f_Cart .cartRight .cartOrder {
		margin-bottom: 10px
	}

	form.f_Cart .cartRight .cartBalance {
		margin-top: 0;
		margin-bottom: 10px
	}
}

.Article.articleInner .articleBlock .wrapperText .goodsBlock {
	width: auto;
	border-top: 1px solid #DEDEDE;
	padding-top: 20px
}

.Article.articleInner .articleBlock .wrapperText .goodsBlock .wrapperPad {
	padding: 0
}

.Article.articleInner .articleBlock .wrapperText .goodsBlock .pricePosition {
	border-top: 0 none;
	margin-top: 0;
	padding: 0;
	float: left;
	width: auto
}

.Article.articleInner .articleBlock .wrapperText .goodsBlock .dynamicBlock {
	display: block;
	width: auto;
	float: right;
	position: relative
}

.Article.articleInner .articleBlock .wrapperText .goodsBlock .dynamicBlock .btn_addToCart {
	margin-right: 40px
}

@media all and (max-width: 767px) {
	.Article.articleInner .articleBlock .wrapperText .goodsBlock .pricePosition {
		float: none;
		margin-bottom: 20px
	}

	.Article.articleInner .articleBlock .wrapperText .goodsBlock .pricePosition .price {
		float: none
	}

	.Article.articleInner .articleBlock .wrapperText .goodsBlock .dynamicBlock {
		float: none;
		padding-bottom: 10px
	}

	.Article.articleInner .articleBlock .wrapperText .goodsBlock .dynamicBlock .btn_addToCart {
		margin-right: 20px
	}
}

.tooltipster-morkovka .tooltipster-content {
	font-size: 1.4rem
}

@media all and (min-width: 1000px) and (max-width: 10000px) {
	.tooltipster-morkovka .tooltipster-content {
		font-size: 1.6rem !important
	}
}

@media all and (min-width: 767px) and (max-width: 999px) {
	.homeLine .goodsBlock .wrapperPad .title {
		font-size: 4rem
	}

	.homeLine .goodsBlock .wrapperPad .pricePosition {
		padding-bottom: 25px
	}

	.homeLine .goodsBlock .wrapperPad .pricePosition .text {
		font-size: 2.4rem
	}

	.homeLine .goodsBlock .wrapperPad .pricePosition .price .new {
		font-size: 3.6rem
	}

	.homeLine .goodsBlock .wrapperPad .pricePosition .price .old {
		font-size: 2.4rem
	}

	.homeLine .goodsBlock .wrapperPad .wrapperNone {
		margin-top: 20px
	}

	.homeLine .goodsBlock .wrapperPad .wrapperNone .None {
		font-size: 2.4rem;
		position: relative
	}

	.homeLine .goodsBlock .wrapperPad .dynamicBlock {
		display: table;
		position: relative;
		height: auto
	}

	.homeLine .goodsBlock .wrapperPad .dynamicBlock:after {
		clear: both;
		display: block;
		content: ''
	}

	.homeLine .goodsBlock .wrapperPad .dynamicBlock .btn_addToCart, .homeLine .goodsBlock .wrapperPad .dynamicBlock .btn_buyToClick {
		font-size: 3rem;
		padding: 10px 30px;
		overflow: hidden;
		-webkit-border-radius: 30px;
		-moz-border-radius: 30px;
		-o-border-radius: 30px;
		-ms-border-radius: 30px;
		-khtml-border-radius: 30px;
		border-radius: 30px;
		behavior: url(../ie/PIE.htc);
		overflow: visible
	}

	.goodsPosition .gSelect .gSelectWrapper .gPrice .price .old {
		font-size: 2.4rem
	}

	.goodsPosition .gSelect .socialPosition {
		font-size: 2.4rem
	}

	.ya-share2__container_size_m .ya-share2__icon {
		height: 60px !important;
		width: 60px !important;
		background-size: 60px 60px !important
	}

	.tooltipster-content {
		font-size: 2rem !important
	}
}

@media all and (max-width: 767px) {
	.goodsTopLine .country, .goodsTopLine .artikel {
		padding-bottom: 10px;
		text-align: center;
    	width: 100%;
	}
}

ul.subsub {
	display: none;
	background-color: #567f25;
	margin: 0 -15px -10px;
	padding: 0 2px !important
}

ul.subsub li {
	font: bold 2.4rem/1em Roboto, sans-serif;
	color: #fff;
	padding: 0 !important;
	border-bottom: 1px solid #93b6d6
}

ul.subsub li:first-child a, ul.subsub li:first-child span {
	color: #d5ffa5 !important
}

ul.subsub li:first-child a:after, ul.subsub li:first-child span:after {
	top: 25px !important;
	right: auto !important;
	left: 23px !important;
	transform: rotate(90deg) !important
}

@media all and (max-width: 767px) {
	ul.subsub li:first-child a:after, ul.subsub li:first-child span:after {
		margin-top: -7px !important;
		left: 16px !important
	}
}

ul.subsub li a, ul.subsub li span {
	color: #fff;
	text-transform: none !important;
	padding: 15px 30px !important
}

@media all and (max-width: 999px) {
	.goodsPosition .socialPosition {
		margin-top: 40px !important
	}
}

@media all and (min-width: 768px) and (max-width: 999px) {
	.scReviews_mob .lineText {
		font-size: 2.4rem;
		padding-bottom: 20px
	}
}

@media all and (max-width: 767px) {
	.scReviews_mob .lineText {
		padding-bottom: 20px
	}
}

.scReviews_mob .lineText a {
	color: #98a0f3
}

.goodsBlock .title, .goodsBlock .descript {
	position: relative;
    z-index: 9;
    line-height: 1.5;
    text-transform: none;
}

.goodsBlock .title:hover, .goodsBlock:hover {
	overflow: visible;
	color:#98a0f3;
}

.goodsBlock .title span, .goodsBlock .descript span {
	position: absolute;
	z-index: 9;
	top: 0;
	left: 0;
	display: block;
	width: 100%;
}

.goodsBlock .descript {
	z-index: 8
}

.b-product-block__type {
	color: #b2b2b2;
	display: block;
	font: 1.2em/1.1em OpenSans,Helvetica,Arial,sans-serif;
	padding-bottom: 4px;
	text-align: left;
	text-transform: uppercase;
}

.articleBlocks.bgWave {
	padding-top: 10px
}

.articleBlock .wrapperText .title {
	height: 50px;
	overflow: hidden;
	position: relative;
	z-index: 9
}

.articleBlock .wrapperText .title:hover {
	overflow: visible
}

.articleBlock .wrapperText .title span {
	position: absolute;
	z-index: 9;
	top: 0;
	left: 0;
	display: block;
	width: 100%;
	background-color: #fff
}

.articleBlock .wrapperText .desc {
	height: 73px;
	overflow: hidden;
	position: relative;
	z-index: 8;
	padding-bottom: 0;
	margin-bottom: 12px
}

.articleBlock .wrapperText .desc:hover {
	overflow: visible
}

.articleBlock .wrapperText .desc span {
	position: absolute;
	z-index: 9;
	top: 13px;
	left: 0;
	display: block;
	width: 100%;
	background-color: #fff
}

.Article.articleInner {
	padding-bottom: 20px;
	max-width: 1200px
}

.Article.articleInner + .Article.articleInner {
	padding-bottom: 50px
}

.Article.articleInner + .Article.articleInner .title {
	padding: 0
}

.Article.articleInner .articleBlock .wrapperText .title {
	height: auto;
	overflow: visible
}

.Article.articleInner .articleBlock .wrapperText .title span {
	position: relative
}

.Article.articleInner .articleBlock .wrapperText .desc {
	height: auto;
	overflow: visible
}

.Article.articleInner .articleBlock .wrapperText .desc p {
	padding-bottom: 0 !important
}

.Article.articleInner .articleBlock .wrapperText .desc span {
	position: relative;
	top: 0
}

@media all and (max-width: 999px) {
	.goodsBlock .title, .goodsBlock .descript {
		height: auto;
		overflow: visible
	}

	.goodsBlock .title span, .goodsBlock .descript span {
		position: relative
	}

	.articleBlock .wrapperText .title {
		height: auto;
		overflow: visible
	}

	.articleBlock .wrapperText .title span {
		position: relative
	}

	.articleBlock .wrapperText .desc {
		height: auto;
		overflow: visible
	}

	.articleBlock .wrapperText .desc p {
		padding-bottom: 0 !important
	}

	.articleBlock .wrapperText .desc span {
		position: relative;
		top: 0
	}
}

.Recipe {
	padding-top: 33px
}

.Recipe.graphics {
	padding-top: 24px;
	padding-bottom: 40px;
	background: url(../images/fishes.png) repeat left top
}

.Recipe .inRecipe {
	padding: 32px 14px 0;
	background-color: #fff;
	overflow: hidden;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	-o-border-radius: 4px;
	-ms-border-radius: 4px;
	-khtml-border-radius: 4px;
	border-radius: 4px;
	behavior: url(../ie/PIE.htc)
}

@media (max-width: 999px) {
	.Recipe .inRecipe {
		padding-right: 30px;
		padding-left: 30px
	}
}

@media (max-width: 767px) {
	.Recipe .inRecipe {
		padding-right: 6px;
		padding-left: 6px
	}
}

.Recipe .Title {
	font: bold 3.6rem/1.11em Roboto, sans-serif;
	color: #343332;
	padding-bottom: 33px
}

@media (max-width: 999px) {
	.Recipe .Title {
		font-size: 4.8rem
	}
}

@media (max-width: 767px) {
	.Recipe .Title {
		font-size: 2.4rem;
		padding-bottom: 19px
	}
}

.Recipe .inTitle {
	font: bold 2.2rem/.91em Roboto, sans-serif;
	color: #343332;
	padding-bottom: 24px
}

@media (max-width: 999px) {
	.Recipe .inTitle {
		font-size: 4rem;
		line-height: 1em
	}
}

@media (max-width: 767px) {
	.Recipe .inTitle {
		font-size: 2.2rem
	}
}

.Recipe .recipeSlider {
	margin-bottom: 46px
}

@media (max-width: 767px) {
	.Recipe .recipeSlider {
		margin-bottom: 16px
	}
}

.Recipe .recipeColumn {
	display: block;
	width: 100%
}

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

.Recipe .recipeColumn .leftCol, .Recipe .recipeColumn .rightCol {
	display: block;
	float: left
}

.Recipe .recipeColumn .leftCol:after, .Recipe .recipeColumn .rightCol:after {
	clear: both;
	display: block;
	content: ''
}

.Recipe .recipeColumn .leftCol {
	width: 64.18988648%
}

.Recipe .recipeColumn .rightCol {
	width: 35.81011352%
}

.Recipe .recipeColumn .rightCol .blockTimeEnd {
	float: right
}

.Recipe .recipeColumn table.ingredients {
	width: 100%;
	max-width: 550px;
	margin-bottom: 50px
}

.Recipe .recipeColumn table.ingredients tr td {
	padding: 12px 0;
	border-bottom: 1px solid #ededed;
	font: 1.6rem/1em Roboto, sans-serif;
	color: #343332
}

.Recipe .recipeColumn table.ingredients tr td:last-child {
	width: 14.54545455%;
	min-width: 80px;
	font-weight: bold
}

.Recipe .recipeColumn table.ingredients tr td:first-child {
	width: 85.45454545%
}

.Recipe .recipeColumn table.ingredients tr td a {
	color: #518dcf;
	border-bottom: 1px solid #c9d9ee
}

.Recipe .recipeColumn .blockTimeEnd {
	width: 100%;
	max-width: 305px;
	border: 1px solid #ededed;
	padding: 30px 25px 40px 30px;
	overflow: hidden;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	-o-border-radius: 4px;
	-ms-border-radius: 4px;
	-khtml-border-radius: 4px;
	border-radius: 4px;
	behavior: url(../ie/PIE.htc)
}

.Recipe .recipeColumn .blockTimeEnd .top_T_E .timeEnd {
	display: block;
	position: relative;
	padding: 0 0 32px 70px
}

.Recipe .recipeColumn .blockTimeEnd .top_T_E .timeEnd:before {
	position: absolute;
	z-index: 9;
	top: 0;
	left: 7px;
	content: '';
	display: block;
	width: 45px;
	height: 45px;
	background-image: url('../images/icons/icon_time_clock.png');
	background-color: transparent;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: contain
}

.Recipe .recipeColumn .blockTimeEnd .top_T_E .timeEnd p {
	font: 1.6rem/1.375 Roboto, sans-serif;
	color: #343332
}

@media (max-width: 999px) {
	.Recipe .recipeColumn .leftCol, .Recipe .recipeColumn .rightCol {
		width: 100%;
		float: none
	}

	.Recipe .recipeColumn .rightCol {
		margin-bottom: 80px
	}

	.Recipe .recipeColumn .rightCol .blockTimeEnd {
		float: none
	}

	.Recipe .recipeColumn table.ingredients {
		max-width: 100%;
		margin-bottom: 90px
	}

	.Recipe .recipeColumn table.ingredients tr td {
		padding: 22px 0;
		font-size: 3rem
	}

	.Recipe .recipeColumn table.ingredients tr td:last-child {
		min-width: 120px
	}

	.Recipe .recipeColumn .blockTimeEnd {
		max-width: 100%;
		padding: 76px 0 70px
	}

	.Recipe .recipeColumn .blockTimeEnd .top_T_E, .Recipe .recipeColumn .blockTimeEnd .bottom_T_E {
		display: block;
		width: 520px;
		margin: 0 auto
	}

	.Recipe .recipeColumn .blockTimeEnd .top_T_E .timeEnd {
		display: table;
		padding: 0 0 50px 100px
	}

	.Recipe .recipeColumn .blockTimeEnd .top_T_E .timeEnd:before {
		left: 0;
		width: 80px;
		height: 80px
	}

	.Recipe .recipeColumn .blockTimeEnd .top_T_E .timeEnd p {
		font-size: 3rem
	}

	.Recipe .recipeColumn .blockTimeEnd .bottom_T_E .btn_Form {
		display: block;
		width: 100%;
		font-size: 3rem;
		text-align: center;
		padding: 20px 0;
		overflow: hidden;
		-webkit-border-radius: 40px;
		-moz-border-radius: 40px;
		-o-border-radius: 40px;
		-ms-border-radius: 40px;
		-khtml-border-radius: 40px;
		border-radius: 40px;
		behavior: url(../ie/PIE.htc)
	}
}

@media (max-width: 767px) {
	.Recipe .recipeColumn .rightCol {
		margin-bottom: 40px
	}

	.Recipe .recipeColumn table.ingredients {
		margin-bottom: 40px
	}

	.Recipe .recipeColumn table.ingredients tr td {
		padding: 12px 0;
		font-size: 1.6rem
	}

	.Recipe .recipeColumn table.ingredients tr td:last-child {
		min-width: 80px
	}

	.Recipe .recipeColumn table.ingredients tr td a {
		border-bottom: 0;
		text-decoration: underline
	}

	.Recipe .recipeColumn .blockTimeEnd {
		max-width: 100%;
		padding: 30px 0 40px
	}

	.Recipe .recipeColumn .blockTimeEnd .top_T_E, .Recipe .recipeColumn .blockTimeEnd .bottom_T_E {
		width: 250px
	}

	.Recipe .recipeColumn .blockTimeEnd .top_T_E .timeEnd {
		padding: 0 0 40px 70px
	}

	.Recipe .recipeColumn .blockTimeEnd .top_T_E .timeEnd:before {
		left: 7px;
		width: 45px;
		height: 45px
	}

	.Recipe .recipeColumn .blockTimeEnd .top_T_E .timeEnd p {
		font-size: 1.6rem
	}

	.Recipe .recipeColumn .blockTimeEnd .bottom_T_E .btn_Form {
		font-size: 1.4rem;
		padding: 9px 0
	}
}

.Recipe .listRecipe {
	display: block;
	width: 100%
}

.Recipe .listRecipe li {
	display: block;
	width: 100%;
	margin-bottom: 40px
}

.Recipe .listRecipe li:after {
	clear: both;
	display: block;
	content: ''
}

.Recipe .listRecipe li .image, .Recipe .listRecipe li .description {
	display: block;
	float: left
}

.Recipe .listRecipe li .image {
	width: 39.8089172%;
	background-image: url('');
	background-color: transparent;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: contain
}

.Recipe .listRecipe li .image:before {
	display: block;
	content: '';
	margin-top: 66.66666667%
}

.Recipe .listRecipe li .description {
	width: 60.1910828%;
	padding-left: 30px
}

.Recipe .listRecipe li .description .top_description {
	padding-bottom: 15px
}

.Recipe .listRecipe li .description .top_description .num, .Recipe .listRecipe li .description .top_description span {
	display: inline-block;
	vertical-align: middle
}

.Recipe .listRecipe li .description .top_description .num {
	font: bold 2.4rem/1em Roboto, sans-serif;
	color: #fff;
	text-align: center;
	margin-right: 10px;
	width: 44px;
	height: 44px;
	background-color: #679fd4;
	padding-top: 11px;
	overflow: hidden;
	-webkit-border-radius: 22px;
	-moz-border-radius: 22px;
	-o-border-radius: 22px;
	-ms-border-radius: 22px;
	-khtml-border-radius: 22px;
	border-radius: 22px;
	behavior: url(../ie/PIE.htc)
}

.Recipe .listRecipe li .description .top_description > span {
	font: 1.5rem/1em Roboto, sans-serif;
	color: #80858d;
	width: 89%
}

@media (max-width: 999px) {
	.Recipe .listRecipe li .description .top_description > span {
		width: 84%
	}
}

@media (max-width: 767px) {
	.Recipe .listRecipe li .description .top_description > span {
		width: 79%
	}
}

.Recipe .listRecipe li .description .body_description .text {
	font: 1.6rem/1.5em Roboto, sans-serif;
	color: #343332
}

@media (max-width: 999px) {
	.Recipe .listRecipe li {
		margin-bottom: 70px
	}

	.Recipe .listRecipe li .image, .Recipe .listRecipe li .description {
		float: none;
		width: 100%
	}

	.Recipe .listRecipe li .image {
		display: inline-block;
		background-size: contain;
		margin-bottom: 40px
	}

	.Recipe .listRecipe li .description {
		padding-left: 0
	}

	.Recipe .listRecipe li .description .top_description {
		padding-bottom: 29px
	}

	.Recipe .listRecipe li .description .top_description .num {
		font-size: 4rem;
		width: 80px;
		height: 80px;
		padding-top: 20px;
		margin-right: 20px;
		overflow: hidden;
		-webkit-border-radius: 40px;
		-moz-border-radius: 40px;
		-o-border-radius: 40px;
		-ms-border-radius: 40px;
		-khtml-border-radius: 40px;
		border-radius: 40px;
		behavior: url(../ie/PIE.htc)
	}

	.Recipe .listRecipe li .description .top_description span {
		font-size: 3rem
	}

	.Recipe .listRecipe li .description .body_description .text {
		font-size: 3rem
	}
}

@media (max-width: 767px) {
	.Recipe .listRecipe li {
		margin-bottom: 20px
	}
	.goodsBlock .pricePosition {
		display: block;
		margin-top: 10px;
		padding: 0px;
		width: 100%
	}
	.Recipe .listRecipe li .image {
		margin-bottom: 10px
	}

	.Recipe .listRecipe li .description .top_description {
		padding-bottom: 14px
	}

	.Recipe .listRecipe li .description .top_description .num {
		font-size: 2.4rem;
		width: 44px;
		height: 44px;
		padding-top: 11px;
		margin-right: 10px;
		overflow: hidden;
		-webkit-border-radius: 22px;
		-moz-border-radius: 22px;
		-o-border-radius: 22px;
		-ms-border-radius: 22px;
		-khtml-border-radius: 22px;
		border-radius: 22px;
		behavior: url(../ie/PIE.htc)
	}

	.Recipe .listRecipe li .description .top_description span {
		font-size: 1.5rem
	}

	.Recipe .listRecipe li .description .body_description .text {
		font-size: 1.6rem
	}
}

.recipeSlider {
	display: block;
	width: 100%;
	position: relative
}

.recipeSlider .recipeDay {
	position: absolute;
	z-index: 99;
	top: 0;
	left: 0;
	display: table;
	padding: 5px 10px;
	background-color: #2d3782;
	font: bold 1.6rem/1.25em Roboto, sans-serif;
	color: #fff
}

.recipeSlider .carousel-inner {
	display: block;
	width: 100%
}

.recipeSlider .carousel-inner:after {
	clear: both;
	display: block;
	content: ''
}

.recipeSlider .carousel-inner .item {
	display: inline-block;
	width: 100%;
	background-image: url('');
	background-color: transparent;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: contain
}

.recipeSlider .carousel-inner .item:before {
	display: block;
	margin-top: 66.48351648%;
	content: ''
}

.recipeSlider .carousel-inner {
	position: relative;
	width: 100%;
	overflow: hidden
}

.recipeSlider .owl-controls .owl-nav .owl-prev, .recipeSlider .owl-controls .owl-nav .owl-next {
	position: absolute;
	z-index: 99;
	top: 50%;
	display: block;
	cursor: pointer;
	width: 55px;
	height: 55px;
	margin-top: -27px;
	background-image: url('');
	background-color: transparent;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: contain
}

.recipeSlider .owl-controls .owl-nav .owl-prev {
	left: 12px;
	background-image: url(../images/icons/icon_slider_left.png)
}

.recipeSlider .owl-controls .owl-nav .owl-next {
	right: 12px;
	background-image: url(../images/icons/icon_slider_right.png)
}

@media (max-width: 999px) {
	.recipeSlider .owl-controls .owl-nav .owl-prev, .recipeSlider .owl-controls .owl-nav .owl-next {
		width: 83px;
		height: 83px;
		margin-top: -41px
	}

	.recipeSlider .owl-controls .owl-nav .owl-prev {
		left: 19px
	}

	.recipeSlider .owl-controls .owl-nav .owl-next {
		right: 19px
	}
}

@media (max-width: 767px) {
	.recipeSlider .owl-controls .owl-nav .owl-prev, .recipeSlider .owl-controls .owl-nav .owl-next {
		width: 55px;
		height: 55px;
		margin-top: -27px
	}

	.recipeSlider .owl-controls .owl-nav .owl-prev {
		left: 10px
	}

	.recipeSlider .owl-controls .owl-nav .owl-next {
		right: 10px
	}
}

.brands__array {
    display: flex;
    width: 100%;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: stretch;
}
.brands__array {
    border-top: 1px solid #eaeaea;
}
/*[class*=__array] {
    display: block;
    width: 100%;
    word-spacing: -3px;
}*/

.brands__array .brands__block {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    width: 15%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    text-align: center;
    padding: 30px;
    border-right: 1px solid #eaeaea;
    border-bottom: 1px solid #eaeaea;
    cursor: pointer;
}

.brands__array .brands__block img {
    display: inline-block;
    max-width: 100%;
    margin-bottom: 20px;
}

.brands__array .brands__block .__title span {
    font: 1.6rem/1.7em Roboto, sans-serif;
    color: #000;
}

@media screen and (max-width: 999px){
.brands__array .brands__block {
    width: 25%;
}

@media screen and (max-width: 767px){
.brands__array .brands__block {
    width: 50%;
    padding: 15px;
}
}

/*loader*/
.lds-ripple {
  display: inline-block;
  position: relative;
  width: 64px;
  height: 64px;
}
.lds-ripple div {
  position: absolute;
  border: 4px solid #fff;
  opacity: 1;
  border-radius: 50%;
  animation: lds-ripple 1s cubic-bezier(0, 0.2, 0.8, 1) infinite;
}
.lds-ripple div:nth-child(2) {
  animation-delay: -0.5s;
}
@keyframes lds-ripple {
  0% {
    top: 28px;
    left: 28px;
    width: 0;
    height: 0;
    opacity: 1;
  }
  100% {
    top: -1px;
    left: -1px;
    width: 58px;
    height: 58px;
    opacity: 0;
  }
}

/*цитаты*/
blockquote {
    background: #f9f9f9;
    border-left: 10px solid #ccc;
    margin: 1.5em 10px;
    padding: .5em 10px;
    quotes: "\201C""\201D""\2018""\2019";
}
blockquote:before {
    color: #ccc;
    content: open-quote;
    font-size: 4em;
    line-height: .1em;
    margin-right: .25em;
    vertical-align: -.4em;
}
blockquote p {
    display: inline;
}
.header__favorites span:after {
    content: url(../images/icons/icon_favorites.png);
    height: 24px;
    width: 24px;
    display: block;
}
