html, body {
    height: 100%;
    width: 100%;
}

body {
    background: #f4f7f4;
    text-decoration: none;
    min-width: 320px;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -webkit-text-size-adjust: 100%;
}

body, form, div, p, a, img, h1, h2, h3, h4, h5, h6, table, table tr, table td {
    border: none;
    color: #333333;
    font-family: "Rubik", sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: normal;
    margin: 0;
    padding: 0;
}

input,
textarea,
select {
    outline: none;
    font-family: "Rubik", sans-serif;
    font-size: 14px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

input::-moz-focus-inner {
    border: 0;
    padding: 0;
}

input[type="text"],
input[type="tel"],
input[type="date"],
input[type="email"],
input[type="password"] {
    display: inline-block;
    vertical-align: middle;
    height: 44px;
    border: 1px solid #dbdbdb;
    border-radius: 5px;
    background-color: #ffffff;
    padding: 0 15px;
    font-size: 16px;
    -webkit-appearance: none;
}
input[type="text"]:focus,
input[type="tel"]:focus,
input[type="date"]:focus,
input[type="email"]:focus,
input[type="password"]:focus {
    border-color: #1ba048;
    box-shadow: 0 0 10px rgba(27, 160, 72, 0.6);
}
input[type="text"].error,
input[type="tel"].error,
input[type="date"].error,
input[type="email"].error,
input[type="password"].error {
    border-color: #cc3333;
    box-shadow: 0 0 10px rgba(223, 190, 64, 0.6);
}
input[type="text"]::-webkit-input-placeholder,
input[type="tel"]::-webkit-input-placeholder,
input[type="date"]::-webkit-input-placeholder,
input[type="email"]::-webkit-input-placeholder,
input[type="password"]::-webkit-input-placeholder {
    font-weight: 300;
    color: #999999;
    opacity: 1;
}
input[type="text"]::-moz-placeholder,
input[type="tel"]::-moz-placeholder,
input[type="date"]::-moz-placeholder,
input[type="email"]::-moz-placeholder,
input[type="password"]::-moz-placeholder {
    font-weight: 300;
    color: #999999;
    opacity: 1;
}
input[type="text"]:-moz-placeholder,
input[type="tel"]:-moz-placeholder,
input[type="date"]:-moz-placeholder,
input[type="email"]:-moz-placeholder,
input[type="password"]:-moz-placeholder {
    font-weight: 300;
    color: #999999;
    opacity: 1;
}
input[type="text"]:-ms-input-placeholder,
input[type="tel"]:-ms-input-placeholder,
input[type="date"]:-ms-input-placeholder,
input[type="email"]:-ms-input-placeholder,
input[type="password"]:-ms-input-placeholder {
    font-weight: 300;
    color: #999999;
    opacity: 1;
}

.datepicker {
	position: relative;
}
.datepicker img {
    display: block;
	cursor: pointer;
	width: 42px;
	height: 33px;
	position: absolute;
	z-index: 1;
	right: 0px;
	top: 6px;
}
.ui-icon-circle-triangle-w:before {
    content: "\e091";
}
.select2-selection__placeholder {
	line-height: 2.8;
}
/*
input[type="date"], .type-date {
    padding-right: 40px;
    background-image: url("/image/date-bg.png");
    background-position: right center;
    background-repeat: no-repeat;
    line-height: 42px;
}
*/
textarea {
    display: block;
    border: 1px solid #dbdbdb;
    border-radius: 5px;
    background-color: #ffffff;
    padding: 15px;
    font-size: 16px;
    resize: none;
    -webkit-appearance: none;
}

a {
    text-decoration: none;
    outline: none;
}
a:hover {
    text-decoration: underline;
}

h1, h2 {
    font-size: 30px;
    text-transform: uppercase;
    padding: 0;
    margin: 0 0 20px 0;
    color: #333333;
}

h3 {
    font-size: 24px;
    padding: 0;
    margin: 0 0 10px 0;
    color: #333333;
}

b, strong {
    font-weight: 500;
}

.clear {
    clear: both;
    font-size: 0;
    line-height: 0;
    height: 0;
}

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

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

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

.important {
    color: #cc3333;
}

.success {
    color: #1ba048;
}

.aw-select {
    height: 29px;
    border: 1px solid #dbdbdb;
    border-radius: 5px;
    background-color: #ffffff;
    line-height: 27px;
    position: relative;
    display: inline-block;
    vertical-align: middle;
    padding: 0 30px 0 10px;
    position: relative;
    text-align: left;
}
.aw-select:before {
    content: '';
    width: 16px;
    height: 9px;
    position: absolute;
    background: url("/image/bgs.png") -96px -32px;
    right: 8px;
    top: 50%;
    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}/*
.aw-select span {
    white-space: normal;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    position: relative;
    display: block;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}*/
.aw-select.focus {
    border-color: #ffd200;
    box-shadow: 0 0 10px rgba(255, 210, 0, 0.6);
}
.aw-select select {
    width: 100% !important;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    cursor: pointer;
}
.aw-select.no-border {
    border: none;
    background-color: transparent;
    padding: 0 5px;
    color: #1ba048;
    height: auto;
    box-shadow: none;
}
.aw-select.no-border span {
    border-bottom: 1px dashed #1ba048;
    display: inline !important;
}
.aw-select.big {
    height: 44px;
    line-height: 42px;
}
.aw-select.big span {
	white-space: nowrap;
    overflow: hidden;
    display: block;
}
.aw-select.icon-city span:before, .aw-select.icon-mark span:before, .aw-select.icon-cargo span:before, .aw-select.icon-engine span:before {
    content: '';
    display: inline-block;
    vertical-align: middle;
    width: 21px;
    height: 18px;
    background-image: url("/image/bgs.png");
    margin: 0 5px 0 0;
    position: relative;
    top: -1px;
}
.aw-select.icon-city span:before {
    background-position: -192px -64px;
}
.aw-select.icon-mark span:before {
    background-position: -224px -64px;
}
.aw-select.icon-cargo span:before {
    background-position: -256px -64px;
}
.aw-select.icon-engine span:before {
    background-position: -288px -64px;
}
.aw-select.full {
    width: 100% !important;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: block;
}

.aw-radio {
    display: inline-block;
    vertical-align: middle;
    width: 13px;
    height: 13px;
    padding: 4px;
    border: 1px solid #a4a4a4;
    border-radius: 100%;
    position: relative;
    cursor: pointer;
}
.aw-radio input {
    position: absolute;
    top: 50%;
    left: 50%;
    margin: 0;
    -moz-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    opacity: 0;
    cursor: pointer;
}
.aw-radio span {
    width: 13px;
    height: 13px;
    border-radius: 100%;
    background-color: #cccccc;
    display: block;
}
.aw-radio span.checked {
    background-color: #1ba048;
}

.aw-button, .btn, form input[type="submit"] {
    height: 29px;
    border: 1px solid #1ba048;
    border-radius: 5px;
    background-color: #ffffff;
    display: inline-block;
    vertical-align: middle;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0 15px;
    color: #1ba048;
    cursor: pointer;
    -webkit-appearance: none;
}
.aw-button:hover {
    background-color: #1ba048;
    color: #ffffff;
}
.aw-button:active {
    background-color: #d5e3d5;
    color: #1ba048;
}
.aw-button.dark {
    border: none;
    background-color: #2cb561;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#2cb561), to(#189b43));
    background-image: -webkit-linear-gradient(top, #2cb561, #189b43);
    background-image: -moz-linear-gradient(top, #2cb561, #189b43);
    background-image: -ms-linear-gradient(top, #2cb561, #189b43);
    background-image: -o-linear-gradient(top, #2cb561, #189b43);
    background-image: linear-gradient(top, #2cb561, #189b43);
    color: #ffffff;
    font-weight: 500;
    text-transform: uppercase;
}
.aw-button.dark:hover {
    background-color: #40ca86;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#40ca86), to(#27b667));
    background-image: -webkit-linear-gradient(top, #40ca86, #27b667);
    background-image: -moz-linear-gradient(top, #40ca86, #27b667);
    background-image: -ms-linear-gradient(top, #40ca86, #27b667);
    background-image: -o-linear-gradient(top, #40ca86, #27b667);
    background-image: linear-gradient(top, #40ca86, #27b667);
}
.aw-button.dark:active {
    background-color: #24b059;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#24b059), to(#24b059));
    background-image: -webkit-linear-gradient(top, #24b059, #24b059);
    background-image: -moz-linear-gradient(top, #24b059, #24b059);
    background-image: -ms-linear-gradient(top, #24b059, #24b059);
    background-image: -o-linear-gradient(top, #24b059, #24b059);
    background-image: linear-gradient(top, #24b059, #24b059);
}
.aw-button.light, .btn, form input[type="submit"] {
    border: none;
    background-color: #ffdd37;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#ffdd37), to(#ffc919));
    background-image: -webkit-linear-gradient(top, #ffdd37, #ffc919);
    background-image: -moz-linear-gradient(top, #ffdd37, #ffc919);
    background-image: -ms-linear-gradient(top, #ffdd37, #ffc919);
    background-image: -o-linear-gradient(top, #ffdd37, #ffc919);
    background-image: linear-gradient(top, #ffdd37, #ffc919);
    color: #333333 !important;
    font-weight: 500;
    text-transform: uppercase;
    text-shadow: 0 1px 0 #ffe790;
}
.aw-button.gray {
    border: 1px solid #838383;
    background-color: #ccc;
    color: #838383;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#ccc), to(#ddd));
    background-image: -webkit-linear-gradient(top, #ccc, #ddd);
}
.aw-button.red {
    border: none;
    background-color: #ff5a5f;
    color: #fff;
    height: 36px;
    line-height: 36px;
    font-size: 16px;
}
.aw-button.light:hover, .btn:hover, form input[type="submit"]:hover {
    background-color: #ffe87d;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#ffe87d), to(#ffd951));
    background-image: -webkit-linear-gradient(top, #ffe87d, #ffd951);
    background-image: -moz-linear-gradient(top, #ffe87d, #ffd951);
    background-image: -ms-linear-gradient(top, #ffe87d, #ffd951);
    background-image: -o-linear-gradient(top, #ffe87d, #ffd951);
    background-image: linear-gradient(top, #ffe87d, #ffd951);
}
.aw-button.light:active, .btn:active, form input[type="submit"]:active {
    background-color: #f1d245;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#f1d245), to(#f1d245));
    background-image: -webkit-linear-gradient(top, #f1d245, #f1d245);
    background-image: -moz-linear-gradient(top, #f1d245, #f1d245);
    background-image: -ms-linear-gradient(top, #f1d245, #f1d245);
    background-image: -o-linear-gradient(top, #f1d245, #f1d245);
    background-image: linear-gradient(top, #f1d245, #f1d245);
}
.aw-button.big, .btn {
    height: 48px;
    font-size: 16px;
}
.aw-button.filters {
    text-transform: uppercase;
}
.aw-button.filters:before {
    content: '';
    width: 25px;
    height: 23px;
    display: inline-block;
    vertical-align: middle;
    background: url("/image/bgs.png") -352px -64px;
    margin: 0 10px 0 0;
}
.aw-button.filters:hover:before {
    background-position: -384px -64px;
}


.at-mainmenu-header-visible .visible-menu .category-element a {
	font-size: 13px;
	display: inline-block;
	line-height: 18px;
	padding: 0 0 0 10px;
	/* word-break: break-all; */
	word-wrap: normal;
	color: #1c2021;
	margin: 0 0 4px 0;
	text-decoration: none;
}
.at-mainmenu-header-visible .visible-menu .caption-element,
.at-mainmenu-header-visible .visible-menu a.caption-element-a {
	color: #0490d5;
	display: block;
	font-size: 16px;
	font-weight: 500;
	margin: 0 0 10px 0;
	height: auto;
	text-decoration: none;
}
.at-mainmenu-header-visible .visible-menu a.caption-element-a {
	padding: 0;
}
.at-mainmenu-header-visible .visible-menu .category-element {
	width: 200px;
	height: auto;
	display: inline-block;
	vertical-align: top;
	margin: 0 33px 3px 0;
	padding: 18px 0 21px 0;
}

a.aw-button,
input.aw-button {
    line-height: 27px;
    text-align: center;
    text-decoration: none;
}
a.aw-button .doc,
input.aw-button .doc {
    display: inline-block;
    vertical-align: middle;
    width: 57px;
    height: 65px;
    background: url("/image/bgs.png") -896px 0;
}
a.aw-button .xlsx,
input.aw-button .xlsx {
    display: inline-block;
    vertical-align: middle;
    width: 57px;
    height: 65px;
    background: url("/image/bgs.png") -992px 0;
}
a.aw-button .text,
input.aw-button .text {
    display: inline-block;
    vertical-align: middle;
    font-size: 16px;
    padding: 0 20px;
}
a.aw-button.stretch {
    height: auto;
    padding-top: 8px;
    padding-bottom: 8px;
}
a.aw-button:hover .doc {
    background-position: -1088px 0;
}
a.aw-button:hover .xlsx {
    background-position: -1184px 0;
}
a.aw-button.big,
input.aw-button.big {
    line-height: 48px;
}

.form-select-searchable select:first-child{
	height: 44px !important;
    background: #fff;
    border-radius: 5px;
    border: 1px solid #dbdbdb;
}
.cabinet-scroll {
	overflow: auto;
	max-height: 450px;
	position: absolute;
	z-index: 3;
	width: 17.8%;
	float: right;
}
.cabinet-scroll::-webkit-scrollbar {
    width: 7px;
}
.cabinet-scroll::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3); 
    border-radius: 10px;
}
.cabinet-scroll::-webkit-scrollbar-thumb {
    background-color: #1b9f48;
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 6px rgba(13, 122, 0, 0.78); 
}

.aw-mainer {
    width: 95%;
    padding: 0;
    margin: 0 auto;
    position: relative;
}

.aw-block-preheader {
    margin: 0 0 0 350px;
    border-bottom: 1px solid #e6e6e6;
    box-shadow: 0 1px 0 #ffffff;
    height: 46px;
    line-height: 46px;
}
.aw-block-preheader .menu {
    float: left;
}
.aw-block-preheader .menu li {
    margin: 0 25px 0 0;
}
.aw-block-preheader .lang {
    float: right;
}
.aw-block-preheader .lang li {
    margin: 0 0 0 15px;
}
.aw-block-preheader .lang a {
    color: #1ba048;
    position: relative;
}
.aw-block-preheader .lang a.selected {
    color: #333333;
}
.aw-block-preheader .lang a.selected:before {
    content: '';
    border-bottom: 2px solid #1ba048;
    position: absolute;
    width: 100%;
    bottom: -3px;
    left: -3px;
    padding: 0 3px;
}
.aw-block-preheader ul {
    padding: 0;
    margin: 0;
    list-style: none;
}
.aw-block-preheader ul li {
    display: inline-block;
}
.aw-block-preheader ul a:hover {
    color: #1ba048;
    text-decoration: none;
}
.aw-block-preheader ul a:active {
    color: #333333;
}

.aw-block-header {
	display: none;
    margin: 0 0 5px 0;
}
.aw-block-header .block-logo {
    float: left;
    width: 286px;
    margin: -17px 64px 0 0;
}
.aw-block-header .block-logo a {
    display: block;
}
.aw-block-header .block-logo img {
    display: block;
    width: 100%;
}
.aw-block-header .block-phones {
    float: left;
    margin: 11px 45px 0 0;
    padding: 0 0 0 38px;
    line-height: 24px;
    font-size: 16px;
    position: relative;
}
.aw-block-header .block-phones:before {
    content: '';
    position: absolute;
    top: 50%;
    left: 0;
    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 20px;
    height: 29px;
    background: url("/image/bgs.png");
}
.aw-block-header .block-callback {
    float: left;
    margin: 20px 0 0 0;
}
.aw-block-header .block-abuze {
    float: right;
    margin: 20px 0 0 0;
}

.aw-block-search {
    margin: 0 0 30px 0;
}
.aw-block-search.fixed {
    height: 60px;
}
.aw-block-search.fixed .fixed-wrap {
    position: fixed;
    z-index: 50;
    top: 0;
    left: 0;
    width: 100%;
}
.aw-block-search .block-search-wrapper {
    position: relative;
    padding: 10px 235px 10px 233px;
    box-shadow: 0 2px 7px #e1e5e1;
    border-radius: 5px;
    background-color: #fbfcfb;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#fbfcfb), to(#f4f7f4));
    background-image: -webkit-linear-gradient(top, #fbfcfb, #f4f7f4);
    background-image: -moz-linear-gradient(top, #fbfcfb, #f4f7f4);
    background-image: -ms-linear-gradient(top, #fbfcfb, #f4f7f4);
    background-image: -o-linear-gradient(top, #fbfcfb, #f4f7f4);
    background-image: linear-gradient(top, #fbfcfb, #f4f7f4);
}
.aw-block-search .block-search-wrapper.buttons-include {
    padding-left: 350px;
}
.aw-block-search .block-search {
    position: relative;
}
.aw-block-search .block-search input[type="text"] {
    width: 97%;
    height: 40px;
    padding-right: 40px;
    border-color: #1ba048;   
}
.aw-block-curtain-menu .aw-block-cabinet.info {
	display: none;
}
.aw-block-search .block-search input[type="text"]::-webkit-input-placeholder {
    font-style: italic;
}
.aw-block-search .block-search input[type="text"]::-moz-placeholder {
    font-style: italic;
}
.aw-block-search .block-search input[type="text"]:-moz-placeholder {
    font-style: italic;
}
.aw-block-search .block-search input[type="text"]:-ms-input-placeholder {
    font-style: italic;
}
.aw-block-search .block-search input[type="submit"] {
    /*position: absolute;*/
    width: 40px;
    height: 40px;
    top: 0;
    right: 0;
    border: none;
    padding: 0;
    background: url("/image/bgs.png") -28px 7px no-repeat;
    cursor: pointer;
    margin-left: -43px;
}
.aw-block-search .block-currency {
    position: absolute;
    top: 0;
    right: 0;
    border-left: 1px solid #e7ebe7;
    box-shadow: 1px 0 0 #ffffff inset;
    padding: 15px 20px;
}
.aw-block-search .block-currency .value {
    display: inline-block;
    vertical-align: middle;
    color: #999999;
    line-height: 13px;
    font-size: 11px;
    margin: 0 0 0 7px;
}
.aw-block-search .block-dabble-buttons {
    position: absolute;
    top: 10px;
    left: 13px;
}
.aw-block-search .block-dabble-buttons .aw-button {
    height: 40px;
    line-height: 42px;
    width: 135px;
    margin: 0 4px 0 0;
    padding: 0;
}
.aw-block-search .block-big-button {
    position: absolute;
    top: 0;
    left: 0;
    width: 210px;
    height: 60px;
    border-radius: 5px 0 0 5px;
    background-color: #22cc5c;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#22cc5c), to(#1ba048));
    background-image: -webkit-linear-gradient(top, #22cc5c, #1ba048);
    background-image: -moz-linear-gradient(top, #22cc5c, #1ba048);
    background-image: -ms-linear-gradient(top, #22cc5c, #1ba048);
    background-image: -o-linear-gradient(top, #22cc5c, #1ba048);
    background-image: linear-gradient(top, #22cc5c, #1ba048);
    line-height: 64px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
.aw-block-search .block-big-button a {
    padding: 0 0 0 20px;
    display: block;
    color: #ffffff;
    text-transform: uppercase;
    position: relative;
    font-weight: 500;
}
.aw-block-search .block-big-button a:hover {
    text-decoration: none;
}
.aw-block-search .block-big-button a:before {
    content: '';
    display: inline-block;
    vertical-align: middle;
    width: 25px;
    height: 19px;
    background: url("/image/bgs.png") -128px 0;
    margin: 0 12px 0 0;
    position: relative;
    top: -3px;
}
.aw-block-search .block-big-button a:after {
    content: '';
    display: inline-block;
    vertical-align: middle;
    width: 9px;
    height: 16px;
    background: url("/image/bgs.png") -96px 0;
    margin: 0 0 0 12px;
    position: relative;
    top: -3px;
}
.aw-block-search .block-toggle {
    display: none;
}

.aw-block-footer {
    margin: 20px 0 0 0;
}
.aw-block-footer .footer-wrapper {
    border-top: 1px solid #e6e6e6;
    box-shadow: 0 1px 0 #ffffff inset;
    position: relative;
    padding: 20px 0 25px 0;
}
.aw-block-footer .footer-wrapper:before {
    content: '';
    position: absolute;
    top: -1px;
    left: 0;
    width: 155px;
    height: 2px;
    background-color: #1ba048;
}
.aw-block-footer .block-phones {
    display: none;
}
.aw-block-footer .block-copy {
    /*float: left;*/
    line-height: 24px;
    color: #666666;
    /*display: inline-block;
    margin-right: 150px;*/
}
.aw-block-footer .block-copy a {
    color: #1ba048;
}
.aw-block-footer .block-madeby {
    /*float: right; */
    width: 135px;
    height: 29px;
    background: url(/image/bgs.png) -160px 0;
    display: inline-block;
    /* margin-left: 150px; */
    margin-top: 15px;
}
.aw-block-footer .block-madeby:hover {
    opacity: 0.8;
}
.aw-block-footer .block-menu {
    margin: 3px 280px 30px 220px;
    padding: 0;
    list-style: none;
    text-align: center;
}
.aw-block-footer .block-menu li {
    display: inline-block;
    padding: 0 8px;
}
.aw-block-footer .block-pay {
    margin: 0 280px 0 220px;
    text-align: center;
    color: #666666;
}
.aw-block-footer .block-pay .visa,
.aw-block-footer .block-pay .mcard {
    display: inline-block;
    vertical-align: middle;
    background-image: url("/image/bgs.png");
    margin: 0 6px;
}
.aw-block-footer .block-pay .visa {
    width: 54px;
    height: 17px;
    background-position: -320px 0;
    margin-left: 25px;
}
.aw-block-footer .block-pay .mcard {
    width: 46px;
    height: 27px;
    background-position: -320px -32px;
}

.aw-block-aside {
    width: 210px;
    float: left;
}

.aw-block-content {
    float: right;
    width: 100%;
    min-height: 450px;
}

.aw-block-cabinet{
	margin:0;
}
.aw-block-cabinet ul {
    padding: 0;
    margin: -1px;
    list-style: none;
    line-height: 0;
}
.aw-block-cabinet ul li {
    line-height: normal;
    display: inline-block;
    width: 49%;
    padding: 1px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
.makeorder-delivery .aw-block-cabinet ul li {
	padding: 0;
}
.aw-block-cabinet ul li.full {
    width: 100%;
}
.aw-block-cabinet ul li.full a em {
    padding: 8px 20px;
}
.aw-block-cabinet ul li.full a#cart_block em,
.aw-block-cabinet ul li.full a#cart_block2 em {
	padding: 8px 0px 8px 95px;
}
.aw-block-cabinet ul li.full .icon {
    left: 20px;
    -moz-transform: translate(0, -50%);
    -webkit-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    margin: 0;
}
.aw-block-cabinet ul li.full .count {
    top: 50%;
    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}
#icart_id .count, #icart_id2 .count {
	left: 65px;
    right: unset;
}
.aw-block-cabinet a {
    box-shadow: 0 2px 7px #e1e5e1;
    border-radius: 5px;
    display: table;
    width: 100%;
    text-decoration: none;
    background-color: #fbfcfb;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#fbfcfb), to(#f4f7f4));
    background-image: -webkit-linear-gradient(top, #fbfcfb, #f4f7f4);
    background-image: -moz-linear-gradient(top, #fbfcfb, #f4f7f4);
    background-image: -ms-linear-gradient(top, #fbfcfb, #f4f7f4);
    background-image: -o-linear-gradient(top, #fbfcfb, #f4f7f4);
    background-image: linear-gradient(top, #fbfcfb, #f4f7f4);
    position: relative;
}
.makeorder-delivery .aw-block-cabinet a {
	background-color: #fff;
	background-image: none;
    border: 1px solid #c8c8c8;
}
.js-delivery.selected a {
	background-color: #22a852;
}
.aw-block-cabinet a:hover {
    background-color: #fff8d8;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#fff8d8), to(#fff8d8));
    background-image: -webkit-linear-gradient(top, #fff8d8, #fff8d8);
    background-image: -moz-linear-gradient(top, #fff8d8, #fff8d8);
    background-image: -ms-linear-gradient(top, #fff8d8, #fff8d8);
    background-image: -o-linear-gradient(top, #fff8d8, #fff8d8);
    background-image: linear-gradient(top, #fff8d8, #fff8d8);
}
.aw-block-cabinet a:active, .aw-block-cabinet a.selected {
    background-color: #ffe778;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#ffe778), to(#ffe778));
    background-image: -webkit-linear-gradient(top, #ffe778, #ffe778);
    background-image: -moz-linear-gradient(top, #ffe778, #ffe778);
    background-image: -ms-linear-gradient(top, #ffe778, #ffe778);
    background-image: -o-linear-gradient(top, #ffe778, #ffe778);
    background-image: linear-gradient(top, #ffe778, #ffe778);
}
/*
.aw-block-cabinet a.cabinet {
    font-weight: 500;
    text-transform: uppercase;
}*/
.aw-block-cabinet a em {
    font-style: normal;
    height: 30px;
    display: table-cell;
    vertical-align: middle;
    line-height: 16px;
    padding: 60px 10px 0 10px;
    text-align: center;
    font-size: 13px;
}
.aw-block-cabinet .manager a em {
	height: 10px;
}
/*
.form .select2-selection__arrow {
	display: none;
}
.form .select2-container--default .select2-selection--single {
	background-color: transparent;
	border: 0;
	border-radius: 0;
}
.form .select2-container--open {
	width: 125% !important;
    height: 39px;
    left: -6.4%;
}
.form .select2-container--default, .form .select2-selection--single {
	width: 113% !important;
	height: 41px !important;
}
*/

.aw-block-cabinet .icon {
    position: absolute;
    left: 50%;
    top: 50%;
    -moz-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    background-image: url("/image/bgs.png");
    margin: -16px 0 0 0;
}
.aw-block-cabinet .icon-cabinet {
    /*width: 23px;
    height: 22px;
    background-position: -384px 0;*/
    width: 42px;
    height: 36px;
    background-position: -452px 5px;
    background-size: 1910px;
}
.aw-block-cabinet .icon-order {
    /*width: 42px;
    height: 36px;
    background-position: -416px 0;*/
    width: 42px;
    height: 36px;
    background-position: -400px 0px;
    background-size: 1543px;
}
.aw-block-cabinet .icon-message {
    /*width: 36px;
    height: 28px;
    background-position: -480px 0;*/
    width: 36px;
    height: 28px;
    background-position: -462px 0;
    background-size: 1543px;
}
.aw-block-cabinet .icon-menu {
    width: 32px;
    height: 36px;
    background-position: -544px 0;
}
.aw-block-cabinet .icon-news {
    /*width: 32px;
    height: 36px;
    background-position: -608px 0;*/
    width: 32px;
    height: 36px;
    background-position: -530px 2px;
    background-size: 1400px;
}
.aw-block-cabinet .icon-basket {
    /*width: 27px;
    height: 24px;
    background-position: -672px 0;*/
    width: 30px;
    height: 26px;
    background-position: -696px 0;
    background-size: 1660px;
}
.aw-block-cabinet .count {
    position: absolute;
    top: 10px;
    right: 20px;
    background-color: #f76464;
    color: #fff;
    height: 25px;
    line-height: 27px;
    text-align: center;
    border-radius: 25px;
    min-width: 19px;
    padding: 0 3px;
}
/*.aw-block-cabinet .sub {
	display: inline-table;
}*/

.aw-block-index-banner {
    /*margin: 0 0 20px 0;*/
    position: relative;
    overflow: hidden;
    box-shadow: 0 2px 7px #e1e5e1;
    border-radius: 5px;
}
.aw-block-index-banner .slick-slide {
    float: left;
    border-radius: 5px;
    overflow: hidden;
}
.aw-block-index-banner .slick-slide img {
    display: block;
    width: 100%;
}
.aw-block-index-banner .slick-dots {
    position: absolute;
    bottom: 20px;
    left: 20px;
    padding: 0;
    margin: 0;
    list-style: none;
}
.aw-block-index-banner .slick-dots li {
    display: inline-block;
    vertical-align: middle;
    padding: 2px;
    border: 2px solid transparent;
    border-radius: 100%;
}
.aw-block-index-banner .slick-dots li.slick-active {
    border-color: #1ba048;
}
.aw-block-index-banner .slick-dots li button {
    background-color: #c3c3c3;
    width: 7px;
    height: 7px;
    border: none;
    overflow: hidden;
    color: transparent;
    border-radius: 100%;
    padding: 0;
    margin: 0;
    display: block;
}
.aw-block-index-banner .slick-arrow {
    position: absolute;
    z-index: 10;
    top: 50%;
    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 18px;
    height: 32px;
    border: none;
    opacity: 0.2;
    overflow: hidden;
    color: transparent;
    background: url("/image/bgs.png");
    cursor: pointer;
}
.aw-block-index-banner .slick-arrow:hover {
    opacity: 1;
}
.aw-block-index-banner .slick-prev {
    left: 20px;
    background-position: -704px 0;
}
.aw-block-index-banner .slick-next {
    right: 20px;
    background-position: -736px 0;
}

.aw-caption-wrapper {
    position: relative;
    padding: 0 150px 0 0;
}
.aw-caption-wrapper .button-view-all {
    position: absolute;
    top: 5px;
    right: 0;
}

.aw-block-category-list {
    overflow: hidden;
}

.aw-block-category-list .category-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    margin: 0 -10px 20px;
}
.aw-block-category-list .category-element {
    background-color: #ffffff;
    border-radius: 5px;
    margin: 0 10px;
    -webkit-flex-grow: 1;
    flex-grow: 1;
    width: 200px;
    padding: 10px 0 0 0;
}
.aw-block-category-list .category-element .image {
    display: table;
    width: 100%;
}
.aw-block-category-list .category-element .image a {
    /*display: table-cell;*/
    display: block;
    vertical-align: middle;
    height: 70px;
}
.aw-block-category-list .category-element .image img {
    display: block;
    margin: 0 auto;
    max-width: 100%;
    max-height: 100%;
}
.aw-block-category-list .category-element .name {
    display: table;
    width: 100%;
    position: relative;
    line-height: 19px;
    margin: 0 0 17px 0;
}
.aw-block-category-list .category-element .name:before {
    content: '';
    position: absolute;
    width: 80px;
    height: 2px;
    background-color: #1ba048;
    bottom: -4px;
    left: 50%;
    -moz-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
}
.aw-block-category-list .category-element .name span {
    display: table-cell;
    vertical-align: middle;
    height: 45px;
    text-align: center;
}
.aw-block-category-list .category-element .name a {
    text-transform: uppercase;
    font-weight: 500;
    font-size: 16px;
}
.aw-block-category-list .category-element .list {
    padding: 0;
    margin: 0;
    list-style: none;
}
.aw-block-category-list .category-element .list li {
    padding: 8px 20px;
    border-bottom: 1px solid #efefef;
    white-space: nowrap;
    overflow: hidden;
    position: relative;
}
.aw-block-category-list .category-element .list li:before {
    position: absolute;
    content: '';
    width: 30px;
    height: 100%;
    top: 0;
    right: 0;
    background-color: rgba(255, 255, 255, 0.01);
    background-image: -webkit-gradient(linear, left top, right left, from(rgba(255, 255, 255, 0.01)), to(#ffffff));
    background-image: -webkit-linear-gradient(left, rgba(255, 255, 255, 0.01), #ffffff);
    background-image: -moz-linear-gradient(left, rgba(255, 255, 255, 0.01), #ffffff);
    background-image: -ms-linear-gradient(left, rgba(255, 255, 255, 0.01), #ffffff);
    background-image: -o-linear-gradient(left, rgba(255, 255, 255, 0.01), #ffffff);
    background-image: linear-gradient(left, rgba(255, 255, 255, 0.01), #ffffff);
}
.aw-block-category-list .category-element .list a {
    color: #666666;
}
.aw-block-category-list .category-element .list a:hover {
    text-decoration: underline;
}
.aw-block-category-list .category-element .more {
    text-align: center;
    padding: 14px;
}
.aw-block-category-list .category-element .more a {
    display: block;
    width: 39px;
    height: 14px;
    background: url("/image/bgs.png") -768px 0;
    margin: 0 auto;
}
.aw-block-category-list .category-element .more a:hover {
    opacity: 0.8;
}
.tree-assemblage-table .right-col {
	width:100%;
}
.tree-assemblage-table .left-col {
	width:25%;
}
.aw-block-news {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    margin: -13px -20px 17px -20px;
}
.aw-block-news .news-element {
    -webkit-flex-grow: 1;
    flex-grow: 1;
    width: 200px;
    padding: 13px 20px;
    line-height: 30px;
    border: 1px solid transparent;
}
.aw-block-news .news-element:hover {
    background-color: #ffffff;
    border-radius: 5px;
    border-color: #1ba048;
    box-shadow: 0 0 10px rgba(27, 160, 72, 0.6);
}
.aw-block-news .news-element .date, .popular-home-list .news-element .date{
    color: #999999;
    font-size: 16px;
}
.aw-block-news .news-element a, .popular-home-list .news-element a {
    color: #1ba048;
    font-size: 20px;
}
.aw-block-news .news-element a:hover, .popular-home-list .news-element a:hover {
    text-decoration: underline;
}

.aw-block-acordeon {
    margin: 0 0 30px 0;
}
.aw-block-acordeon .block-element {
    border-top: 1px solid #e6e6e6;
    box-shadow: 0 1px 0 #ffffff inset;
}
.aw-block-acordeon .block-element .head {
    font-size: 24px;
    text-transform: uppercase;
    padding: 30px 0;
    position: relative;
}
.aw-block-acordeon .block-element .head.open:before {
    background-position: -832px -32px;
}
.aw-block-acordeon .block-element .head:before {
    content: '';
    position: absolute;
    top: 50%;
    right: 7px;
    width: 31px;
    height: 31px;
    background: url("/image/bgs.png") -832px 0;
    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}
.aw-block-acordeon .block-element .body {
    line-height: 24px;
    color: #666666;
    margin: 0 0 30px 0;
}
.aw-block-acordeon .block-element .body .part {
    float: right;
    width: 46%;
    text-align: justify;
    color: inherit;
}
.aw-block-acordeon .block-element .body .part:first-child {
    float: left;
}

.aw-block-map {
    position: relative;
}
.aw-block-map iframe {
    display: block;
    width: 100%;
    height: 435px;
    border: none;
}
.aw-block-map .block-info {
    position: absolute;
    top: 0;
    right: 0;
    background-color: #ffffff;
    width: 370px;
    height: 100%;
    padding: 0 75px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
.aw-block-map .wrapper-info {
    position: absolute;
    top: 50%;
    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}
.aw-block-map .contact-element {
    padding: 0 0 0 38px;
    line-height: 24px;
    margin: 24px 0 0 0;
    font-size: 16px;
    position: relative;
}
.aw-block-map .contact-element:first-child {
    margin: 0;
}
.aw-block-map .contact-element:before {
    content: '';
    position: absolute;
    top: 50%;
    left: 0;
    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}
.aw-block-map .contact-element.adress:before {
    width: 22px;
    height: 26px;
    background: url("/image/bgs.png") 0 -64px;
}
.aw-block-map .contact-element.phone:before {
    width: 22px;
    height: 29px;
    background: url("/image/bgs.png") -32px -64px;
}
.aw-block-map .contact-element.mail:before {
    width: 26px;
    height: 20px;
    background: url("/image/bgs.png") -64px -64px;
}
.aw-block-map .contact-element.time:before {
    width: 25px;
    height: 25px;
    background: url("/image/bgs.png") -96px -64px;
}
.aw-block-map .contact-element a {
    font-size: inherit;
}

.aw-block-cabinet-form {
    margin: 0 0 30px 0;
}
.aw-block-cabinet .aw-block-cabinet-form {
	margin: 0;
}
.aw-block-cabinet-form .form-wrapper {
    box-shadow: 0 2px 7px #e1e5e1;
    border-radius: 5px;
    background-color: #fbfcfb;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#fbfcfb), to(#f4f7f4));
    background-image: -webkit-linear-gradient(top, #fbfcfb, #f4f7f4);
    background-image: -moz-linear-gradient(top, #fbfcfb, #f4f7f4);
    background-image: -ms-linear-gradient(top, #fbfcfb, #f4f7f4);
    background-image: -o-linear-gradient(top, #fbfcfb, #f4f7f4);
    background-image: linear-gradient(top, #fbfcfb, #f4f7f4);
}
.aw-block-cabinet-form .head {
    padding: 25px 20px;
    text-align: center;
    border-bottom: 1px solid #e7ebe7;
    font-weight: 500;
    text-transform: uppercase;
    font-size: 12px;
    position: relative;
}
.aw-block-cabinet .head {
	padding: 5px 20px;
}
.aw-block-cabinet-form .head.left {
    text-align: left;
    font-size: 16px;
}
.aw-block-cabinet-form .head.left .icon-cabinet {
    display: inline-block;
    vertical-align: middle;
    -moz-transform: translate(0, 0);
    -webkit-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);
    margin: 0 13px 0 0;
    position: relative;
    top: -2px;
    left: 0;
}
.aw-block-cabinet-form .head .phones {
    float: right;
    line-height: 18px;
    padding: 0 0 0 38px;
    font-size: 16px;
    font-weight: 400;
    position: relative;
    margin: -6px 0 0 0;
}
.aw-block-cabinet-form .head .phones:before {
    content: '';
    position: absolute;
    top: 50%;
    left: 0;
    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 20px;
    height: 29px;
    background: url("/image/bgs.png");
}
.aw-block-cabinet-form .head .icon-cabinet {
    position: absolute;
    left: 17px;
    top: 50%;
    -moz-transform: translate(0, -50%);
    -webkit-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    background-image: url("/image/bgs.png");
    width: 23px;
    height: 22px;
    background-position: -384px 0;
}
.aw-block-cabinet-form .body {
    padding: 29px 10px;
}
.aw-block-cabinet-form .body.auth-body {
    padding: 50px 100px 5px 100px;
    margin: 0 0 15px 0;
}
.aw-block-cabinet-form .body.auth-body .title {
    display: table-cell;
    width: 100px;
    text-align: right;
    padding: 0 10px 0 0;
    margin: 0;
}
.aw-block-cabinet-form .body.auth-body .value {
    display: table-cell;
}
.aw-block-cabinet-form .body.auth-body .value .forget {
    top: 0;
}
.aw-block-cabinet-form .body.auth-body .value .remember {
    width: 100px;
    margin: 15px 0 0 0;
}
.aw-block-cabinet-form .body.auth-body .value-wrapper {
    display: table;
    width: 100%;
}
.aw-block-cabinet-form .body .form-element {
    margin: 0 0 16px 0;
    position: relative;
}
.aw-block-cabinet-form .body .form-element input[type="text"],
.aw-block-cabinet-form .body .form-element input[type="password"] {
    width: 100%;
}
.aw-block-cabinet-form .body .form-element .title {
    font-size: 16px;
    margin: 0 0 6px 0;
    color: #666666;
}
.aw-block-cabinet-form .body .form-element .forget {
    line-height: 44px;
    top: 25px;
    right: 10px;
    position: absolute;
    z-index: 2;
}
.aw-block-cabinet-form .body .form-element .forget a {
    color: #1ba048;
    border-bottom: 1px dashed;
    background-color: #ffffff;
}
.aw-block-cabinet-form .body .form-element .forget a:hover {
    border-color: transparent;
    text-decoration: none;
}
.aw-block-cabinet-form .body .form-element .forget a:active {
    color: #333333;
}
.aw-block-cabinet-form .body .button-enter {
    float: right;
    height: 48px;
    line-height: 48px;
    width: 87px;
    padding: 0;
}
.aw-block-cabinet-form .body .remember {
    padding: 0 0 0 23px;
    position: relative;
    line-height: 14px;
    font-size: 12px;
    color: #666666;
    display: block;
    margin: 10px 0 0 0;
    float: left;
    width: 70px;
}
.aw-block-cabinet-form .body .remember input {
    position: absolute;
    top: 0;
    left: 0;
    margin: 0;
}
.aw-block-cabinet-form .register {
    text-align: center;
    padding: 20px;
}
.aw-block-cabinet-form .register a {
    color: #1ba048;
    border-bottom: 1px dashed;
}
.aw-block-cabinet-form .register a:hover {
    border-color: transparent;
    text-decoration: none;
}
.aw-block-cabinet-form .register a:active {
    color: #333333;
}

.aw-block-popup {
    position: fixed;
    padding: 0 100px;
    margin: 0 -100px;
    overflow: auto;
    z-index: 1000;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: transparent;
}
.aw-block-popup:before, .aw-block-popup:after {
    content: '';
    display: block;
    height: 100px;
    width: 100%;
}
.aw-block-popup .dark {
    position: fixed;
    z-index: 1001;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.8);
}
.aw-block-popup .block-popup {
    margin: 0 auto;
    background-color: #ffffff;
    position: relative;
    z-index: 1002;
    box-shadow: 0 10px 50px rgba(65, 65, 65, 0.4);
    width: 676px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 5px;
    min-width: 320px;
}
.aw-block-popup .block-popup.vin {
    width: 600px;
}
.aw-block-popup .block-popup.basket {
    width: 990px;
}
.aw-block-popup .close {
    position: absolute;
    top: 22px;
    right: 22px;
    width: 16px;
    height: 16px;
    cursor: pointer;
    background: url("/image/bgs.png") -160px -64px;
}
.aw-block-popup .close:hover {
    opacity: 0.8;
}
.aw-block-popup .head {
    text-transform: uppercase;
    font-size: 24px;
    padding: 44px 58px 0 58px;
}
.aw-block-popup .foot {
    padding: 40px 30px;
    background-color: #f4f7f4;
    border-radius: 0 0 5px 5px;
    text-align: center;
}
.aw-block-popup .foot .call-button {
    max-width: 275px;
    display: block;
    margin: 0 auto;
}
.aw-block-popup .body {
    padding: 24px 58px;
    line-height: 24px;
    color: #666666;
}
.aw-block-popup .alert-message {
    padding: 24px 58px 24px 137px;
    background-color: #ffda93;
    line-height: 18px;
    position: relative;
}
.aw-block-popup .alert-message .caption {
    text-transform: uppercase;
    color: #d41e1e;
    font-weight: 500;
}
.aw-block-popup .alert-message .caption:before {
    content: '';
    position: absolute;
    width: 36px;
    height: 36px;
    background: url("/image/bgs.png")-1472px 0;
    left: 77px;
    top: 50%;
    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}
.aw-block-popup .alert-message .text {
    color: #aa4a1b;
}
.aw-block-popup .callback-form {
    margin: 25px 0 0 0;
}
.aw-block-popup .callback-form .title {
    display: inline-block;
    vertical-align: middle;
    font-size: 16px;
    color: #666666;
    margin: 0 20px 0 0;
}
.aw-block-popup .callback-form .value {
    display: inline-block;
    vertical-align: middle;
    width: 295px;
    max-width: 100%;
}
.aw-block-popup .callback-form .value input {
    width: 100%;
}
.aw-block-popup .vin-form {
    margin: 10px 0 0 0;
}
.aw-block-popup .vin-form .title {
    margin: 0 0 20px 0;
}
.aw-block-popup .vin-form .title img {
    max-width: 100%;
    display: block;
    margin: 0 auto;
}
.aw-block-popup .vin-form .value {
    max-width: 325px;
    margin: 0 auto;
}
.aw-block-popup .vin-form .value input {
    width: 100%;
}
.aw-block-popup .auto-form {
    max-width: 210px;
    margin: 30px auto 0 auto;
}
.aw-block-popup .auto-form .form-element {
    margin: 0 0 20px 0;
}
.aw-block-popup .block-register-top {
    text-align: center;
    font-size: 18px;
    margin: 0 0 30px 0;
}
.aw-block-popup .block-register-top label {
    margin: 0 20px;
    white-space: nowrap;
    color: #999999;
}
.aw-block-popup .block-register-top label.active {
    color: #333333;
}
.aw-block-popup .block-register-top label .aw-radio {
    position: relative;
    top: -2px;
    margin: 0 5px 0 0;
}
.aw-block-popup .block-register-form {
    max-width: 420px;
    margin: 0 auto;
}
.aw-block-popup .block-register-form .form-element {
    margin: 20px 0 0 0;
}
.aw-block-popup .block-register-form .form-element input[type="text"],
.aw-block-popup .block-register-form .form-element input[type="password"] {
    width: 100%;
}
.aw-block-popup .block-register-form .form-element input[type="text"].valid,
.aw-block-popup .block-register-form .form-element input[type="password"].valid {
    width: 70px;
    margin: 0 0 0 7px;
}
.aw-block-popup .block-register-form .form-element textarea {
    width: 100%;
    height: 85px;
}
.aw-block-popup .block-register-form .form-element .value-wrapper {
    display: table;
    width: 100%;
}
.aw-block-popup .block-register-form .form-element .title {
    display: table-cell;
    vertical-align: middle;
    width: 100px;
    text-align: right;
    padding: 0 10px 0 0;
    margin: 0;
    line-height: 24px;
}
.aw-block-popup .block-register-form .form-element .title.v-top {
    vertical-align: top;
    padding-top: 12px;
}
.aw-block-popup .block-register-form .form-element .value {
    display: table-cell;
    vertical-align: middle;
    collapse: #666666;
}
.aw-block-popup .block-basket-total {
    margin: 0 0 5px 0;
}
.aw-block-popup .block-basket-total .aw-link-delete {
    margin: 0 0 0 35px;
}
.aw-block-popup .block-basket-total .aw-icon-print {
    margin: 0 0 0 35px;
}
.aw-block-popup .block-basket-total .total {
    float: right;
    width: 235px;
    font-size: 24px;
    line-height: 29px;
}
.aw-block-popup .block-basket-total .total span {
    font-size: 11px;
}

.aw-block-curtain-menu {
    position: fixed;
    z-index: 100;
    top: 0;
    left: 0;
    width: 320px;
    background-color: #ffffff;
    height: 100%;
    box-shadow: 0 0 0 1000px rgba(0, 0, 0, 0.8);
    -webkit-transition-duration: 0.3s;
    -moz-transition-duration: 0.3s;
    -o-transition-duration: 0.3s;
    -ms-transition-duration: 0.3s;
    transition-duration: 0.3s;
    display: none;
}
.aw-block-curtain-menu:before {
    position: absolute;
    content: '';
    width: 1000px;
    height: 100%;
    -webkit-transition-duration: 0.3s;
    -moz-transition-duration: 0.3s;
    -o-transition-duration: 0.3s;
    -ms-transition-duration: 0.3s;
    transition-duration: 0.3s;
    top: 0;
    left: 100%;
}
.aw-block-curtain-menu.hidden {
    -moz-transform: translateX(-320px);
    -webkit-transform: translateX(-320px);
    -o-transform: translateX(-320px);
    -ms-transform: translateX(-320px);
    transform: translateX(-320px);
    box-shadow: 0 0 0 1000px transparent;
}
.aw-block-curtain-menu.hidden:before {
    width: 0;
}
.aw-block-curtain-menu .overflow-wrap {
    padding: 20px 10px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    overflow: auto;
    height: 100%;
}
.aw-block-curtain-menu .overflow-wrap {
    padding: 20px 10px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
.aw-block-curtain-menu .close {
    position: absolute;
    top: 22px;
    right: 22px;
    width: 16px;
    height: 16px;
    cursor: pointer;
    background: url("/image/bgs.png") -160px -64px;
}
.aw-block-curtain-menu .close:hover {
    opacity: 0.8;
}
.aw-block-curtain-menu .block-lang {
    padding: 0;
    margin: 0 0 25px 0;
    list-style: none;
}
.aw-block-curtain-menu .block-lang li {
    margin: 0 15px 0 0;
    display: inline-block;
}
.aw-block-curtain-menu .block-lang a {
    color: #1ba048;
    position: relative;
}
.aw-block-curtain-menu .block-lang a.selected {
    color: #333333;
}
.aw-block-curtain-menu .block-lang a.selected:before {
    content: '';
    border-bottom: 2px solid #1ba048;
    position: absolute;
    width: 100%;
    bottom: -3px;
    left: -3px;
    padding: 0 3px;
}
.aw-block-curtain-menu .block-search-tabs {
    margin: 0 0 25px 0;
}
.aw-block-curtain-menu .block-search-tabs .aw-button {
    width: 135px;
    height: 38px;
    line-height: 38px;
    margin: 0 5px 0 0;
    padding: 0;
}
.aw-block-curtain-menu .block-currency {
    margin: 0 0 25px 0;
}
.aw-block-curtain-menu .block-currency .value {
    display: inline-block;
    vertical-align: middle;
    color: #999999;
    line-height: 13px;
    font-size: 11px;
    margin: 0 0 0 7px;
}
.aw-block-curtain-menu .block-abuse {
	margin-top: 20px;
}
.aw-block-curtain-menu .block-menu {
    padding: 0;
    margin: 0 0 63px 0;
    list-style: none;
}
.aw-block-curtain-menu .block-menu li {
    margin: 0 0 29px 0;
}
.aw-block-curtain-menu .block-menu li a {
    font-size: 16px;
    color: #666666;
}
.aw-block-curtain-menu .block-menu li a:hover {
    color: #1ba048;
}

.aw-block-crumbs {
    color: #cccccc;
    margin: -16px 0 11px 0;
}
.aw-block-crumbs div {
    color: inherit;
}
.aw-block-crumbs a {
    color: inherit;
}
.aw-block-crumbs a.back:before {
    content: '';
    display: inline-block;
    position: relative;
    top: 2px;
    width: 9px;
    height: 16px;
    background: url("/image/bgs.png") -320px -64px;
    margin: 0 7px 0 0;
}
.aw-block-crumbs .sep {
    margin: 0 7px;
}
.aw-block-crumbs .mobile {
    display: none;
}

.aw-block-makeorder-success {
    padding: 40px 0 40px 386px;
    line-height: 30px;
    font-size: 18px;
    background: url("/image/makeorder-success-bg.png") 70px center no-repeat;
}

.aw-news-list {
    margin: 0 -10px 40px -10px;
    padding: 0;
    list-style: none;
}
.aw-news-list .news-element {
    display: inline-block;
    vertical-align: top;
    width: 50%;
    padding: 0 10px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
.aw-news-list .news-element .image {
    margin: 0 0 16px 0;
    border-radius: 5px;
    box-shadow: 0 2px 7px #e1e5e1;
}
.aw-news-list .news-element .image img {
    display: block;
    width: 100%;
}
.aw-news-list .news-element .date {
    color: #999999;
    font-size: 16px;
    margin: 0 0 4px 0;
}
.aw-news-list .news-element .date .important {
    color: #ff6600;
}
.aw-news-list .news-element .name {
    line-height: 30px;
}
.aw-news-list .news-element .name a {
    font-size: 20px;
    color: #1ba048;
}
.aw-news-list .sep {
    height: 0;
    border-top: 1px solid #e6e6e6;
    border-bottom: 1px solid #ffffff;
    margin: 40px 10px;
    display: none;
}
.aw-news-list .sep {
    display: block;
}
.aw-news-list .sep:last-child {
    display: none;
}

.aw-block-stepper {
    margin: 0 0 40px 0;
    background-color: #ffffff;
    text-align: center;
    border: 1px solid #dbdbdb;
    border-radius: 5px;
    box-shadow: 0 2px 7px #e1e5e1;
}
.aw-block-stepper a {
    display: inline-block;
    font-size: 16px;
    font-weight: 500;
    color: #1ba048;
    line-height: 53px;
    padding: 0 10px;
    min-width: 33px;
    text-align: center;
}
.aw-block-stepper a:hover {
    background-color: #1ba048;
    color: #ffffff;
    text-decoration: none;
}
.aw-block-stepper a.selected {
    color: #999999;
    background-color: transparent;
    cursor: default;
}
.aw-block-stepper a.prev, .aw-block-stepper a.next {
    height: 53px;
    width: 55px;
    padding: 0;
    opacity: 0.2;
}
.aw-block-stepper a.prev:hover, .aw-block-stepper a.next:hover {
    opacity: 1;
}
.aw-block-stepper a.prev {
    float: left;
    border-right: 1px solid #dbdbdb;
    background: url("/image/bgs.png") -1264px -21px;
}
.aw-block-stepper a.next {
    float: right;
    border-left: 1px solid #dbdbdb;
    background: url("/image/bgs.png") -1323px -21px;
}

.aw-news-view {
    margin: 0 0 20px 0;
    font-size: 16px;
    line-height: 24px;
    color: #666666;
}
.aw-news-view a {
    font-size: inherit;
    color: #1ba048;
    text-decoration: underline;
}
.aw-news-view a:hover {
    text-decoration: none;
}
.aw-news-view .image-main {
    float: left;
    margin: 0 0 30px 0;
    border-radius: 5px;
    box-shadow: 0 2px 7px #e1e5e1;
    max-width: 100%;
}
.aw-news-view .block-date {
    font-size: 16px;
    color: #999999;
    margin: 0 0 30px 0;
}
.aw-news-view .image-double {
    border-collapse: collapse;
    width: 100%;
}
.aw-news-view .image-double td {
    padding: 0 0 0 20px;
    font-size: 16px;
    color: #666666;
}
.aw-news-view .image-double td:first-child {
    padding: 0;
}
.aw-news-view ul {
    padding: 0;
    margin: 0;
    list-style: none;
}
.aw-news-view ul li {
    padding: 0 0 0 13px;
    position: relative;
}
.aw-news-view ul li:before {
    content: '';
    width: 4px;
    height: 4px;
    border-radius: 4px;
    position: absolute;
    background-color: #1ba048;
    top: 9px;
    left: 0;
}

.aw-block-auth-wrap {
    width: 565px;
    position: absolute;
    top: 50%;
    left: 50%;
    -moz-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
.aw-block-auth-wrap .logo {
    width: 290px;
    margin: 0 auto 25px auto;
}
.aw-block-auth-wrap .logo img {
    display: block;
    width: 100%;
}

.aw-block-myauto {
    margin: 0 0 25px 0;
    padding: 20px;
    border: 1px solid #1ba048;
    border-radius: 5px;
    background-color: #ffffff;
    line-height: 29px;
    color: #999999;
    box-shadow: 0 2px 7px #e1e5e1;
}
.aw-block-myauto .button-change {
    float: right;
}
.aw-block-myauto strong {
    font-weight: 500;
    text-transform: uppercase;
    color: #333333;
}
.aw-block-myauto span {
    color: #333333;
}

.aw-block-product-control {
    margin: 0 0 20px 0;
    color: #666666;
}
.aw-block-product-control .block-sort {
    float: right;
    color: #666666;
    margin: -5px 0 0 0;
}
.aw-block-product-control .block-sort .title {
    display: inline-block;
    vertical-align: middle;
}
.aw-block-product-control .filters {
    display: none;
    margin: -5px 0 0 0;
}
.aw-block-product-control .block-view {
    float: right;
    margin: 0 0 0 15px;
}
.aw-block-product-control .block-view a {
    float: left;
    margin: 0 0 0 15px;
    width: 18px;
    height: 18px;
    background: url("/image/bgs.png");
}
.aw-block-product-control .block-view a.list {
    background-position: -1408px 0;
}
.aw-block-product-control .block-view a.list:hover, .aw-block-product-control .block-view a.list.selected {
    background-position: -1408px -32px;
}
.aw-block-product-control .block-view a.thumb {
    background-position: -1440px 0;
}
.aw-block-product-control .block-view a.thumb:hover, .aw-block-product-control .block-view a.thumb.selected {
    background-position: -1440px -32px;
}

.aw-productlist-thumbs {
    margin: 0 -10px 10px -10px;
    padding: 0;
    list-style: none;
}
.aw-productlist-thumbs .thumb-wrap {
    background-color: #ffffff;
    border-radius: 5px;
    border: 1px solid #e0e0e0;
    padding: 20px 15px;
    position: relative;
}
.aw-productlist-thumbs .thumb-wrap:hover {
    border-color: #1ba048;
    box-shadow: 0 0 10px rgba(27, 160, 72, 0.6);
    z-index: 3;
}
.aw-productlist-thumbs .thumb-wrap:hover .button {
    height: 52px;
}
.aw-productlist-thumbs .thumb-wrap:hover .button .aw-button {
    box-shadow: 0 0 8px #ebd159;
}
.aw-productlist-thumbs .thumb-element {
    display: inline-block;
    vertical-align: top;
    padding: 0 10px;
    margin: 0 0 20px 0;
    width: 24%;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    height: 420px;
}
.aw-productlist-thumbs .thumb-element .image {
    display: table;
    width: 100%;
    margin: 0 0 10px 0;
}
.aw-productlist-thumbs .thumb-element .image a {
    display: table-cell;
    vertical-align: middle;
    height: 125px;
}
.aw-productlist-thumbs .thumb-element .image img {
    display: block;
    margin: 0 auto;
    max-width: 100%;
    max-height: 100%;
}
.aw-productlist-thumbs .thumb-element .name {
    text-align: center;
    line-height: 18px;
    height: 50px;
    overflow: hidden;
}
.aw-productlist-thumbs .thumb-element .name a {
    color: #1ba048;
}
.aw-productlist-thumbs .thumb-element .options {
    line-height: 18px;
    text-align: center;
    font-size: 12px;
    margin: 0 0 10px 0;
    height: 36px;
}
.aw-productlist-thumbs .thumb-element .options span {
    color: #666666;
}
.aw-productlist-thumbs .thumb-element .price {
    text-align: center;
    font-size: 24px;
    font-weight: 500;
}
.aw-productlist-thumbs .thumb-element .price span {
    font-size: 11px;
    font-weight: 400;
}
.aw-productlist-thumbs .thumb-element .avail {
    line-height: 18px;
    text-align: center;
    font-size: 12px;
    margin: 0 0 11px 0;
}
.aw-productlist-thumbs .thumb-element .avail span {
    color: #666666;
}
.aw-productlist-thumbs .thumb-element .avail span.important {
    color: #990000;
}
.aw-productlist-thumbs .thumb-element .av-block-count {
    display: block;
    margin: 0 auto;
}
.aw-productlist-thumbs .thumb-element .button {
    padding: 0 15px 8px 15px;
    margin: 0 0 -8px 0;
    height: 0;
    overflow: hidden;
    -webkit-transition-duration: 0.3s;
    -moz-transition-duration: 0.3s;
    -o-transition-duration: 0.3s;
    -ms-transition-duration: 0.3s;
    transition-duration: 0.3s;
}
.aw-productlist-thumbs .thumb-element .button .aw-button {
    width: 100%;
    height: 40px;
    line-height: 40px;
    margin: 20px 0 0 0;
}

.av-block-count {
    background-color: #ffffff;
    border: 1px solid #dbdbdb;
    border-radius: 5px;
    width: 108px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0 27px;
    display: inline-block;
    vertical-align: middle;
    position: relative;
}
.av-block-count input[type="text"] {
    width: 100%;
    height: 34px;
    text-align: center;
    padding: 0 3px;
    margin: -1px 0;
    border-radius: 0;
}
.av-block-count .plus,
.av-block-count .minus {
    position: absolute;
    width: 27px;
    height: 100%;
    top: 0;
    cursor: pointer;
}
.av-block-count .plus:before,
.av-block-count .minus:before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    -moz-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 12px;
    height: 12px;
    background-image: url("/image/bgs.png");
}
.av-block-count .plus:hover,
.av-block-count .minus:hover {
    opacity: 0.8;
}
.av-block-count .minus {
    left: 0;
}
.av-block-count .minus:before {
    background-position: -448px -64px;
}
.av-block-count .plus {
    right: 0;
}
.av-block-count .plus:before {
    background-position: -416px -64px;
}

.aw-block-filter {
    margin: 0 0 30px 0;
    background-color: #ffffff;
    border-radius: 5px;
    border: 1px solid #dbdbdb;
}
.aw-block-filter .close {
    display: none;
}
.aw-block-filter .filter-head {
    padding: 16px 15px 10px 15px;
    text-transform: uppercase;
}
.aw-block-filter .filter-head:before {
    content: '';
    width: 25px;
    height: 23px;
    display: inline-block;
    vertical-align: middle;
    background: url("/image/bgs.png") -352px -64px;
    margin: 0 10px 0 0;
    position: relative;
    top: -2px;
}
.aw-block-filter .filter-element {
    padding: 10px 15px;
    border-top: 1px solid #efefef;
}
.aw-block-filter .filter-element .name {
    font-weight: 500;
    font-size: 16px;
    color: #666666;
    margin: 0 0 15px 0;
}
.aw-block-filter .filter-element label {
    display: inline-block;
    padding: 0 0 0 24px;
    position: relative;
    line-height: 17px;
    margin: 0 0 11px 0;
}
.aw-block-filter .filter-element label:last-child {
    margin: 0;
}
.aw-block-filter .filter-element label .count {
    color: #999999;
}
.aw-block-filter .filter-element label input {
    position: absolute;
    margin: 0;
    top: 2px;
    left: 0;
}
.aw-block-filter .filter-element .from-to {
    width: 62px;
    height: 40px;
    text-align: center;
    color: #999999;
    padding: 0 3px;
    margin: 0 0 8px 0;
}
.aw-block-filter .filter-element .mdash {
    color: #dbdbdb;
    margin: 0 5px;
}
.aw-block-filter .filter-element .filter-button-arrow {
    float: right;
    width: 11px;
    height: 19px;
    border: none;
    margin: 10px 0 0 0;
    background: url("/image/bgs.png") -480px -64px;
    cursor: pointer;
}
.aw-block-filter .filter-element .filter-button-arrow:hover {
    opacity: 0.8;
}
.aw-block-filter .filter-element .slider {
    padding: 0 5px;
    margin: 0 0 27px 0;
    height: 3px;
    background-color: #cccccc;
}
.aw-block-filter .filter-element .slider .ui-slider {
    height: 3px !important;
    border: none !important;
    border-radius: 0 !important;
    background-color: #cccccc !important;
    background-image: none !important;
}
.aw-block-filter .filter-element .slider .ui-slider-range {
    background-color: #ffbd3e !important;
    background-image: none !important;
}
.aw-block-filter .filter-element .slider .ui-slider-handle {
    width: 10px;
    height: 26px;
    border-radius: 5px 0 0 5px;
    background-color: #ffffff;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#d9d9d9));
    background-image: -webkit-linear-gradient(top, #ffffff, #d9d9d9);
    background-image: -moz-linear-gradient(top, #ffffff, #d9d9d9);
    background-image: -ms-linear-gradient(top, #ffffff, #d9d9d9);
    background-image: -o-linear-gradient(top, #ffffff, #d9d9d9);
    background-image: linear-gradient(top, #ffffff, #d9d9d9);
    border: 1px solid #e9e9e9;
    border-top: none;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    box-shadow: 0 1px 5px rgba(153, 153, 153, 0.4);
    margin: 0 0 0 -5px;
    top: -12px;
}
.aw-block-filter .filter-element .slider .ui-slider-handle:last-child {
    border-radius: 0 5px 5px 0;
}

.aw-productlist-table {
    border-top: 1px solid #e6e6e6;
    box-shadow: 0 1px 0 #ffffff inset;
    margin: 0 0 30px 0;
}
.aw-productlist-table .table-element {
    padding: 20px 0;
    margin: 0;
    list-style: none;
    border-bottom: 1px solid #e6e6e6;
    box-shadow: 0 1px 0 #ffffff;
    
    display: flex;
    justify-content: space-between;
}
.aw-productlist-table .table-element.red {
	border-bottom: 1.2px solid #f4f7f4;
	background-color:#f9e7e7;	
}
.aw-productlist-table .table-element.yellow {
	border-bottom: 1.2px solid #f4f7f4;
	background-color:#fdfbb0;	
}
.aw-productlist-table .table-element.marked {
    background-color: rgba(0, 0, 0, 0.05) !important;
    border-radius: 5px;
    margin: 0 -10px 0 -10px;
    padding: 20px 10px;
}
.aw-productlist-table .table-element:hover {
    background-color: #ffffff;
    border: 1px solid #1ba048;
    border-radius: 5px;
    margin: -1px -11px 0 -11px;
    box-shadow: 0 0 10px rgba(27, 160, 72, 0.6);
    padding: 20px 10px;
}
.aw-productlist-table .table-element li {
    margin: 0 10px;
    display: inline-block;
    vertical-align: middle;
}
.aw-productlist-table .table-element li:first-child {
    /*margin: 0;*/
}

.aw-productlist-table .table-element li .cell-wrap {
    display: table-cell;
    vertical-align: middle;
    height: 50px;
    line-height: 18px;
    color: #666666;
}
.aw-productlist-table .table-element li a {
    color: #1ba048;
    font-size: 15px;
}
.aw-productlist-table .table-element li .description {
    font-size: 12px;
}
.aw-productlist-table .table-element .li-brand .cell-wrap {
    width: 68px;
    text-align: center;
    background-color: #ffffff;
    border-radius: 5px;
}
.aw-productlist-table .table-element .li-code .cell-wrap {
    width: 140px;
}
.aw-productlist-table .table-element .li-photo .cell-wrap {
    width: 28px;
}
.aw-productlist-table .table-element .li-name .cell-wrap {
    width: 350px;
    /*font-size: 12px;*/
}
.aw-productlist-table .table-element .li-store .cell-wrap {
    text-align: center;
    width: 58px;
    /*font-size: 12px;*/
}
.aw-productlist-table .table-element .li-store .cell-wrap span {
    display: block;
    color: #999999;
}
.aw-productlist-table .table-element .li-price .cell-wrap {
    text-align: right;
    width: 120px;
    font-size: 26px;
    font-weight: 500;
}
.aw-productlist-table .table-element .li-price .cell-wrap span {
    font-size: 14px;
    font-weight: 400;
}
.aw-productlist-table .table-element .li-count .cell-wrap {
    width: 110px;
}
.aw-productlist-table .table-element .li-count .cell-wrap .av-block-count {
    width: 100%;
}
.aw-productlist-table .table-element .li-button .cell-wrap {
    width: 60px;
    white-space: nowrap;
}
.aw-productlist-table .table-element .li-button .cell-wrap .aw-button {
    height: 38px;
    line-height: 40px;
    width: 70px;
    padding: 0;
    font-size: 13px;
}
.aw-block-aside.price-group {
	width:16%;
}
.aw-block-content.price-group {
	width: 83%;
}



.aw-productlist-table .li-count {
    min-width: 110px;
}
.aw-productlist-table .li-brand {
    min-width: 68px;
}



/*
.aw-productlist-table .li-brand {
    width: 6%;
}
.aw-productlist-table .li-code   {
    width: 10%;
}
.aw-productlist-table .li-photo {
    width: 3%;
}
.aw-productlist-table .li-name {
	width: 28%;
}
.aw-productlist-table .li-store {
    width: 8%;
}
.aw-productlist-table .li-price {
    width: 9%;
}
.aw-productlist-table .li-button, .aw-productlist-table .li-count {
    width: 10%;
}
*/

.aw-icon-photo {
    display: inline-block;
    vertical-align: middle;
    position: relative;
    width: 15px;
    height: 14px;
    background: url("/image/bgs.png") -512px -64px;
}
.aw-icon-photo.na {
    background-position: -544px -64px;
}
.aw-icon-photo.na:hover {
    opacity: 0.8;
}
.aw-icon-photo:hover {
    /*opacity: 0.8;*/
    background-position: -544px -64px;
}

.aw-productlist-category-name {
    font-size: 18px;
    font-weight: 500;
    margin: 0 0 6px 0;
}
/* .aw-productlist-category-name.extra-top {
    margin-top: -45px;
} */

.aw-makeorder-form {
    float: left;
    width: 445px;
    background-color: #ffffff;
    border-radius: 5px;
    border: 1px solid #dbdbdb;
    box-shadow: 0 2px 7px #e1e5e1;
    position: relative;
}
.aw-makeorder-form .form-element {
    padding: 20px 30px;
    border-top: 1px solid #e6e6e6;
    color: #666666;
}
.aw-makeorder-form .form-element:first-child {
    border: none;
}
.aw-makeorder-form .form-element label {
    display: inline-block;
    position: relative;
    padding: 0 0 0 35px;
    color: #666666;
    margin: 14px 0 0 0;
    font-size: 18px;
}
.aw-makeorder-form .form-element label:first-child {
    margin: 0;
}
.aw-makeorder-form .form-element label.active {
    color: #333333;
}
.aw-makeorder-form .form-element label .aw-radio {
    position: absolute;
    top: -1px;
    left: 0;
}
.aw-makeorder-form .form-element label .date {
    color: #999999;
}
.aw-makeorder-form .form-element label .order-time {
    display: inline-block;
    width: 110px;
}
.aw-makeorder-form .form-element textarea {
    width: 100%;
    height: 135px;
}
.aw-makeorder-form .form-element input[type="date"], 
.aw-makeorder-form .form-element .type-date {
    width: 200px;
}
.aw-makeorder-form .form-element .text-description {
    display: block;
    margin: 0 0 10px 0;
}
.aw-makeorder-form .form-element .location {
    color: #1ba048;
    text-decoration: none;
    border-bottom: 1px dashed;
    margin: 0 0 0 20px;
    position: relative;
}
.aw-makeorder-form .form-element .location:hover {
    border-color: transparent;
}
.aw-makeorder-form .form-element .location:before {
    content: '';
    position: absolute;
    top: 50%;
    left: -20px;
    width: 10px;
    height: 13px;
    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    background: url("/image/bgs.png") -576px -64px;
}
.aw-makeorder-form .form-element .time {
    margin: 0 0 0 30px;
    color: #666666;
}
.aw-makeorder-form .form-element .adress-wrap {
    margin: 0 0 10px 0;
}
.aw-makeorder-form .form-element .element-name {
    font-size: 18px;
    text-transform: uppercase;
    margin: 0 0 10px 0;
}
.aw-makeorder-form .form-element .courier-element {
    margin: 0 0 10px 0;
}
.aw-makeorder-form .form-element .courier-element .c-name {
    font-weight: 500;
    font-size: 16px;
    margin: 0 0 10px 0;
}
.aw-makeorder-form .form-element .time-hint {
    display: inline-block;
    width: 145px;
    color: #999999;
    margin: 0 0 10px 0;
}
.aw-makeorder-form .form-foot {
    background-color: #f4f7f4;
    padding: 40px 30px;
    border-radius: 0 0 5px 5px;
}
.aw-makeorder-form .form-foot .aw-button {
    width: 100%;
}

/*.js-client-change {
	float:left;
	margin:0 20px;
}*/

.aw-makeorder-list {
    /*float: right;*/
    float: left;
    width: 443px;
}
.aw-makeorder-list .block-total .summ,
.aw-makeorder-list .block-total .summ .sp {
    float: right;
    font-size: 22px;
    line-height: 32px;
}
.aw-makeorder-list .block-total .summ span,
.aw-makeorder-list .block-total .summ .sp span {
    font-size: 11px;
}
.aw-makeorder-list .block-total .aw-icon-print {
    margin: 0 0 0 5px;
}
.aw-makeorder-list .block-total .aw-button {
	padding: 0 5px;
}
.aw-orderlist-table {
    border-top: 1px solid #e6e6e6;
    box-shadow: 0 1px 0 #ffffff inset;
    margin: 0 0 15px 0;
}
.aw-orderlist-table .table-element {
    padding: 10px 0;
    margin: 0;
    list-style: none;
    border-bottom: 1px solid #e6e6e6;
    box-shadow: 0 1px 0 #ffffff;
}
.aw-orderlist-table .table-element li {
    margin: 0 0 0 10px;
    display: inline-block;
    vertical-align: middle;
}
.aw-orderlist-table .table-element li:first-child {
    margin: 0;
}
.aw-orderlist-table .table-element li .cell-wrap,
.aw-orderlist-table .table-element li .cell-wrap .sp {
    display: table-cell;
    vertical-align: middle;
    height: 40px;
    line-height: 18px;
    color: #666666;
}
.aw-orderlist-table .table-element li a {
    color: #1ba048;
}
.aw-orderlist-table .table-element li .description {
    color: #999999;
    display: block;
    font-size: 10px;
}
.aw-orderlist-table .table-element li .aw-icon-info {
    margin: 0 0 0 7px;
}
.aw-orderlist-table .table-element .li-code .cell-wrap {
    width: 95px;
}
.aw-orderlist-table .table-element .li-name .cell-wrap {
    width: 140px;
    font-size: 12px;
}
.aw-orderlist-table .table-element .li-price .cell-wrap,
.aw-orderlist-table .table-element .li-price .cell-wrap .sp {
    width: 87px;
    font-size: 18px;
    font-weight: 500;
}
.aw-orderlist-table .table-element .li-price .cell-wrap span,
.aw-orderlist-table .table-element .li-price .cell-wrap .sp span {
    font-size: 11px;
    font-weight: 400;
}
.aw-orderlist-table .table-element .li-count .cell-wrap {
    width: 90px;
    text-align: right;
    color: #999999;
}

.aw-icon-info {
    display: inline-block;
    vertical-align: middle;
    width: 13px;
    height: 13px;
    background: url("/image/bgs.png") -608px -64px;
}
.aw-icon-info:hover {
    opacity: 0.8;
}

.aw-icon-print {
    display: inline-block;
    vertical-align: middle;
    width: 24px;
    height: 24px;
    background: url("/image/bgs.png") -640px -64px;
}
.aw-icon-print:hover {
    opacity: 0.8;
}

.aw-basket-table {
    border-top: 1px solid #e6e6e6;
    box-shadow: 0 1px 0 #ffffff inset;
    margin: 0 0 20px 0;
}
.aw-basket-table .table-element {
    padding: 20px 0;
    margin: 0;
    list-style: none;
    border-bottom: 1px solid #e6e6e6;
    box-shadow: 0 1px 0 #ffffff;
}
.aw-basket-table .table-element li {
    margin: 0 0 0 10px;
    display: inline-block;
    vertical-align: middle;
}
.aw-basket-table .table-element li:first-child {
    margin: 0;
}
.aw-basket-table .table-element li .cell-wrap {
    display: table-cell;
    vertical-align: middle;
    height: 50px;
    line-height: 18px;
    color: #666666;
}
.aw-basket-table .table-element li a {
    color: #1ba048;
}
.aw-basket-table .table-element li .aw-icon-info {
    margin: 0 0 0 7px;
}
.aw-basket-table .table-element .li-code .cell-wrap {
    width: 125px;
}
.aw-basket-table .table-element .li-name .cell-wrap {
    width: 195px;
    font-size: 12px;
}
.aw-basket-table .table-element .li-term .cell-wrap {
    text-align: center;
    width: 145px;
    font-size: 12px;
}
.aw-basket-table .table-element .li-term .cell-wrap > span {
    display: block;
    color: #999999;
}
.aw-basket-table .table-element .li-price .cell-wrap {
    width: 120px;
    font-size: 18px;
    font-weight: 500;
}
.aw-basket-table .table-element .li-price .cell-wrap span {
    font-size: 11px;
    font-weight: 400;
}
.aw-basket-table .table-element .li-count .cell-wrap {
    width: 110px;
}
.aw-basket-table .table-element .li-count .cell-wrap .av-block-count {
    width: 100%;
}
.aw-basket-table .table-element .li-count-value .cell-wrap {
    width: 95px;
    text-align: right;
    color: #999999;
}
.aw-basket-table .table-element .li-remove .cell-wrap {
    width: 24px;
}

.aw-icon-remove {
    display: inline-block;
    vertical-align: middle;
    width: 24px;
    height: 24px;
    background: url("/image/bgs.png") -1536px 0;
}
.aw-icon-remove:hover {
    opacity: 0.8;
}

.aw-link-delete {
    padding: 0 0 0 33px;
    position: relative;
}
.aw-link-delete:before {
    content: '';
    position: absolute;
    top: 50%;
    left: 0;
    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 24px;
    height: 24px;
    background: url("/image/bgs.png") -1536px 0;
}

.aw-link-delete-pos {
    position: absolute;
    top: 10px;
    right: -18px;
    width: 16px;
    height: 16px;
    cursor: pointer;
}

.aw-product-view h3 {
    text-transform: uppercase;
}
.aw-product-view .block-image {
    float: left;
    /*background-color: #ffffff;*/
    border-radius: 5px;
    /* margin: 0 0 30px 0; */
    margin: 10px 0;
}
.aw-product-view .block-image .image-wrap {
    display: table;
    /*width: 100%;*/
}
.aw-product-view .block-image .image-wrap a {
    display: table-cell;
    vertical-align: middle;
    /* width: 343px; */
    /* height: 343px; */
    width: 100%;
    height: 150px;
}
.aw-product-view .block-image .image-wrap.left a {
    width: 100%;
    height: 125px;
}
.aw-product-view .block-image .image-wrap img {
    display: block;
    margin: 0 auto;
    max-width: 100%;
    max-height: 100%;
    width: 100%;
}
.aw-product-view .block-info {
    float: right;
    width: 600px;
    margin: 0 0 30px 0;
}
.aw-product-view .block-buy {
    background-color: #ffffff;
    border-radius: 5px;
    border: 1px solid #dbdbdb;
    box-shadow: 0 2px 7px #e1e5e1;
    margin: 0 0 30px 0;
}
.aw-product-view .block-buy .avail {
    border-bottom: 1px solid #dbdbdb;
    padding: 15px 10px 15px 50px;
}
.aw-product-view .block-buy .avail-value {
    display: inline-block;
    vertical-align: middle;
    width: 175px;
}
.aw-product-view .block-buy .store {
    display: inline-block;
    vertical-align: middle;
    text-align: center;
    line-height: 18px;
    font-size: 12px;
    width: 75px;
}
.aw-product-view .block-buy .store span {
    display: block;
    color: #999999;
}
.aw-product-view .block-buy .control {
    padding: 30px 50px;
}
.aw-product-view .block-buy .control .price {
    display: inline-block;
    vertical-align: middle;
    width: 190px;
    font-size: 36px;
    font-weight: 500;
    line-height: 48px;
}
.aw-product-view .block-buy .control .price span {
    font-weight: 400;
}
.aw-product-view .block-buy .control .count {
    display: inline-block;
    vertical-align: middle;
    width: 110px;
}
.aw-product-view .block-buy .control .count .av-block-count {
    width: 100%;
}
.aw-product-view .block-buy .control .button {
    float: right;
    width: 135px;
}
.aw-product-view .block-buy .control .button .aw-button {
    width: 100%;
    height: 48px;
    line-height: 48px;
}
.aw-product-view .block-buy .alert-message {
    padding: 15px 15px 15px 75px;
    background-color: #ffda93;
    position: relative;
    border-radius: 0 0 5px 5px;
    line-height: 18px;
}
.aw-product-view .block-buy .alert-message .caption {
    text-transform: uppercase;
    color: #d41e1e;
    font-weight: 500;
}
.aw-product-view .block-buy .alert-message .caption:before {
    content: '';
    position: absolute;
    width: 36px;
    height: 36px;
    background: url("/image/bgs.png")-1472px 0;
    left: 15px;
    top: 50%;
    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}
.aw-product-view .block-buy .alert-message .text {
    color: #aa4a1b;
}
.aw-product-view .block-brand {
    float: left;
    padding: 0 0 0 100px;
    position: relative;
    line-height: 16px;
    font-size: 13px;
    color: #999999;
    width: 230px;
}
.aw-product-view .block-brand .image {
    position: absolute;
    top: 0;
    left: 0;
    list-style-position: outside;
    background-color: #ffffff;
    border-radius: 5px;
    width: 70px;
    padding: 10px 0;
}
.aw-product-view .block-brand .image img {
    display: block;
    margin: 0 auto;
    max-width: 100%;
}
.aw-product-view .block-links {
    float: right;
    width: 240px;
    line-height: 40px;
    margin: -5px 0 0 0;
}
.aw-product-view .block-links a {
    color: #1ba048;
    border-bottom: 1px dashed;
    margin: 0 0 0 37px;
    position: relative;
    white-space: nowrap;
}
.aw-product-view .block-links a:hover {
    border-color: transparent;
    text-decoration: none;
}
.aw-product-view .block-links a.delivery:before {
    content: '';
    position: absolute;
    left: -37px;
    top: 50%;
    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 21px;
    height: 20px;
    background: url("/image/bgs.png") -672px -64px;
}
.aw-product-view .block-links a.return:before {
    content: '';
    position: absolute;
    left: -37px;
    top: 50%;
    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 17px;
    height: 17px;
    background: url("/image/bgs.png") -704px -64px;
}
.aw-product-view .block-characteristic {
    float: left;
    width: 500px;
    margin: 0 0 30px 0;
}
.aw-product-view .block-description {
    float: right;
    width: 370px;
    line-height: 24px;
    color: #666666;
    margin: 0 0 30px 0;
}

.aw-table {
    border-collapse: collapse;
    width: 100%;
}
.aw-table td {
    color: #666666;
    padding: 10px 15px;
    background-color: #f1f1f1;
    border-top: 2px solid #f4f7f4;
}
.aw-table tr:first-child td {
    border: none;
}
.aw-table tr:nth-child(even) td {
    background-color: rgba(241, 241, 241, 0.5);
}
.aw-table tr:hover td {
    background-color: #f7f7f7;
}

.av-block-cabinet-filter-toggle {
    text-align: center;
    margin: 0 0 30px 0;
    display: none;
}
.av-block-cabinet-filter-toggle a {
    color: #1ba048;
    text-decoration: none;
    border-bottom: 1px dashed;
}
.av-block-cabinet-filter-toggle a:hover {
    border-color: transparent;
    color: #333333;
}

.av-block-cabinet-filter {
    background-color: #ffffff;
    border-radius: 5px;
    margin: 0 0 30px 0;
    border: 1px solid #dbdbdb;
    box-shadow: 0 2px 7px #e1e5e1;
    padding: 15px;
    position: relative;
}
.av-block-cabinet-filter .part {
    float: left;
    width: 350px;
    margin: 0 25px 0 0;
}
.av-block-cabinet-filter .form-element {
    display: table;
    width: 100%;
    margin: 0 0 4px 0;
}
.av-block-cabinet-filter .form-element .element-title {
    display: table-cell;
    vertical-align: middle;
    text-align: right;
    width: 125px;
    padding: 0 13px 0 0;
    color: #666666;
}
.av-block-cabinet-filter .form-element .element-value {
    display: table-cell;
    vertical-align: middle;
}
.av-block-cabinet-filter .form-element .element-value input[type="text"] {
    width: 100%;
}
.av-block-cabinet-filter .form-element .element-value input[type="date"],
.av-block-cabinet-filter .form-element .element-value .type-date {
    width: 190px;
}
.av-block-cabinet-filter .form-element .element-value .aw-select {
    width: 100% !important;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    max-width: 212px;
}
.av-block-cabinet-filter .buttons {
    width: 172px;
    position: absolute;
    bottom: 15px;
    right: 15px;
}
.av-block-cabinet-filter .buttons a,
.av-block-cabinet-filter .buttons input {
    display: block;
    width: 100%;
    margin: 15px 0 0 0;
}

.aw-block-manager {
    margin: -20px 0 30px 0;
    border-radius: 5px;
    border: 1px solid #dbdbdb;
    box-shadow: 0 2px 7px #e1e5e1;
    background-color: #ffffff;
    padding: 20px;
    font-size: 16px;
}
.aw-block-manager .caption {
    line-height: 18px;
    font-weight: 500;
    font-size: 12px;
    text-transform: uppercase;
    padding: 0 20px 0 45px;
    margin: 0 0 15px 0;
    position: relative;
}
.aw-block-manager .caption:before {
    content: '';
    position: absolute;
    top: 50%;
    left: 0;
    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 28px;
    height: 27px;
    background: url("/image/bgs.png") -736px -64px;
}
.aw-block-manager .caption:after {
    content: '';
    position: absolute;
    top: 50%;
    right: 0;
    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 9px;
    height: 16px;
    background: url("/image/bgs.png") -768px -64px;
}
.aw-block-manager .description {
    font-size: 12px;
    margin: 0 -5px 18px 0;
}

.aw-order-table, .datatable {
    border-top: 1px solid #e6e6e6;
    box-shadow: 0 1px 0 #ffffff inset;
    margin: 0 0 30px 0;
}
.datatable {
	border-collapse: collapse;
}
.aw-order-table .table-element,
.datatable tr {
    padding: 10px 0;
    margin: 0;
    list-style: none;
    border-bottom: 1px solid #e6e6e6;
    box-shadow: 0 1px 0 #ffffff;
}
.aw-order-table .table-element:hover,
.datatable tr:hover {
    background-color: #ffffff;
    /*border: 1px solid #1ba048;*/
    border-radius: 5px;
    margin: -1px -11px 0 -11px;
    box-shadow: 0 0 10px rgba(27, 160, 72, 0.6);
    padding: 10px;
}
.datatable tr:hover td {
	border-top: 1px solid #1ba048;
	border-bottom: 1px solid #1ba048;
}
.datatable tr:hover td:first-child {
	border-left: 1px solid #1ba048;
}
.datatable tr:hover td:last-child {
	border-right: 1px solid #1ba048;
}

.datatable tr:first-child:hover {
	padding: 10px 0;
    margin: 0;
    list-style: none;
    /*border: 1px solid #e6e6e6;*/
    box-shadow: 0 1px 0 #ffffff;
    background-color: transparent;
}

.aw-order-table .table-element li {
    margin: 0 0 0 10px;
    display: inline-block;
    vertical-align: middle;
}
.datatable tr td, .datatable tr th {
    margin: 0 0 0 10px;
    vertical-align: middle;
    padding: 0 5px;
}
.aw-order-table .table-element li:first-child,
.datatable tr td:first-child, .datatable tr th:first-child {
    margin: 0;
    padding: 4px;
}
.aw-order-table .table-element li .cell-wrap,
.datatable tr td  .cell-wrap{
    display: table-cell;
    vertical-align: middle;
    height: 50px;
    line-height: 18px;
    color: #666666;
}
.aw-order-table .table-element li a,
.datatable tr td s {
    color: #1ba048;
}
.aw-order-table .table-element .li-check .cell-wrap,
.datatable tr .li-check .cell-wrap {
    width: 25px;
}
.aw-order-table .table-element .li-check .cell-wrap input,
.datatable tr .li-check .cell-wrap input {
    margin: 0;
}
.aw-order-table .table-element .li-id .cell-wrap,
.datatable tr .li-id .cell-wrap {
    width: 45px;
    text-align: center;
    font-size: 12px;
}
.aw-order-table .table-element .li-id .cell-wrap span {
    display: block;
    color: #999999;
}
.aw-order-table .table-element .li-number .cell-wrap {
    width: 95px;
    text-align: center;
    font-size: 12px;
}
.aw-order-table .table-element .li-number .cell-wrap span {
    display: block;
    color: #999999;
}
.aw-order-table .table-element .li-code .cell-wrap {
    width: 115px;
}
.aw-order-table .table-element .li-code .cell-wrap span {
    display: none;
    font-size: 12px;
}
.aw-order-table .table-element .li-name .cell-wrap {
    width: 190px;
    font-size: 12px;
    color: #666666;
}
.aw-order-table .table-element .li-term .cell-wrap {
    width: 25px;
    text-align: center;
    font-size: 12px;
}
.aw-order-table .table-element .li-term .cell-wrap span {
    display: block;
    color: #999999;
}
.aw-order-table .table-element .li-count .cell-wrap {
    text-align: right;
    width: 100px;
    color: #999999;
}
.aw-order-table .table-element .li-count .cell-wrap .mobile-price {
    display: none;
    color: #333333;
}
.aw-order-table .table-element .li-price .cell-wrap {
    width: 135px;
    font-size: 18px;
    font-weight: 500;
}
.aw-order-table .table-element .li-price .cell-wrap span {
    font-size: 11px;
    font-weight: 400;
}
.aw-order-table .table-element .li-status .cell-wrap {
    width: 100px;
}
.aw-order-table .table-element .li-status .cell-wrap span {
    display: block;
    color: #999999;
    font-size: 12px;
}
.aw-order-table .table-element .li-status .cell-wrap .in-progress {
    color: #4d7bb9;
}
.aw-order-table .table-element .li-status .cell-wrap .new {
    color: #82b35f;
}

.inline {
    display: inline;
    display: -webkit-inline-box;
}
span.red_box, .red_box{
font-size: 14px;
color: #3a3a3a;
font-weight: bold;
padding: 10px 0 10px 0;
}
.filter-element .hidden {
    display: none;
}
.del-filter {
	display: block;
    width: 14px;
    height: 13px;
    position: absolute;
    top: 4px;
    left: 0;
    background: url(/image/design/filter-trigger2.png) no-repeat 0 0;
    text-decoration: none;
}
.aw-icon-photo:hover .bg-photo-popup {
        display: block;
        bottom: 19px;
        left: -114px;
}
.bg-photo-popup {
    display: none;
    position: absolute;
    width: 228px;
    height: 185px;
    border: 2px solid #1ba048;
    background-color: #ffffff;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
    border-radius: 6px;
}
.bg-photo-popup span {
        width: 228px;
        height: 185px;
        display: table-cell;
        vertical-align: middle;
}
.bg-photo-popup span img {
            display: block;
            margin: 0 auto;
            max-width: 218px;
            max-height: 175px;
}



.ak-taber-block {
    background: url('../image/design/taber-bg-green.png') left bottom no-repeat;
    padding: 0 0 3px 0px;
    margin: 0  0 20px 0;
    //padding: 0 0 3px 0;
}


.ak-taber-block a {
    float: left;
    border: 1px solid #1ba048;
    border-bottom: none;
    border-radius: 10px 10px 0 0;
    padding: 0 12px;
    line-height: 32px;
    color: #114989;
    text-decoration: none;
    min-width: 120px;
    background-color:#fff;
    color:#030303

}

.ak-taber-block a:hover,
.ak-taber-block a.selected {
    background-color: #1ba048;
    border: 1px solid #1ba048;
    border-bottom: none;
    color: #ffffff;
}


.image-block .control span {
    display: table-cell;
    vertical-align: middle;
    width: 57px;
    height: 57px;
}

.image-block .control img {
    display: block;
    margin: 0 auto;
    max-width: 57px;
    max-height: 57px;
}



.image-block {
    width: 245px;
    overflow: hidden;
    margin: 0 10px 0 0;
}

.image-block .big {
    border: 1px solid #e1e9ef;
    border-radius: 7px;
    background-color: #ffffff;
    overflow: hidden;
    width: 343px;
    height: 343px;
    margin: 0 0 5px 0;
}
.image-block .big.left {
    border: none;
    background-color: inherit;
    border-radius: inherit;
}

.image-block .big ul {
    padding: 0;
    margin: 0;
    list-style: none;
}

.image-block .big a {
    width: 343px;
    height: 343px;
    display: table-cell;
    vertical-align: middle;
}

.image-block .big img {
    max-width: 343px;
    max-height: 343px;
    margin: 0 auto;
    display: block;
}

.image-block .control ul {
    padding: 0;
    margin: 0;
    list-style: none;padding: 0;
    margin: 0;
    list-style: none;
}

.image-block .control {
    margin: 0 -10px 0 0;
}

.image-block .control a {
    float: left;
    width: 57px;
    height: 57px;
    border: 1px solid #e1e9ef;
    border-radius: 7px;
    overflow: hidden;
    margin: 0 3px 3px 0;
}

.image-block .control a:hover,
.image-block .control a.active {
    border: 1px solid #a9c0e1;
    box-shadow: 0 0 1px #a9c0e1;
}

.image-block .control span {
    display: table-cell;
    vertical-align: middle;
    width: 57px;
    height: 57px;
}

.image-block .control img {
    display: block;
    margin: 0 auto;
    max-width: 57px;
    max-height: 57px;
}


/*  popup */
.pt-popup-block {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1000;
    width: 100%;
    height: 100%;
}

.pt-popup-block .dark {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1001;
    width: 100%;
    height: 100%;
    background-color: #6c6c7c;
    opacity: 0.6;
}

.pt-popup-block .block {
    position: fixed;
    z-index: 1002;
    top: 10%;
    left: 50%;
    margin: 0 0 0 -330px;
    border: 1px solid #a1a1a1;
    background-color: #ffffff;
    width: 700px;
    border-radius: 5px 5px 0 0;
}

.pt-popup-block .block .caption {
    border-radius: 5px 5px 0 0;
    color: #484747;
    line-height: 25px;
    padding: 0 22px;
    background-image: linear-gradient(top, #ffffff 0%, #c5c4c4 100%);
    background-image: -o-linear-gradient(top, #ffffff 0%, #c5c4c4 100%);
    background-image: -moz-linear-gradient(top, #ffffff 0%, #c5c4c4 100%);
    background-image: -webkit-linear-gradient(top, #ffffff 0%, #c5c4c4 100%);
    background-image: -ms-linear-gradient(top, #ffffff 0%, #c5c4c4 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#c5c4c4',GradientType=0 );
    background-color: #c5c4c4;
    border-bottom: 1px solid #a1a1a1;
}

.pt-popup-block .block .drag {
    /*cursor: move;*/
}

.pt-popup-block .block .caption .close {
    float: right;
    width: 10px;
    height: 10px;
    text-decoration: none;
    background: url('../../image/design/close-bg.png');
    margin: 8px -14px 0 5px;
}

.pt-popup-block .block .caption .close:hover {
    opacity: 0.8;
}

.pt-popup-block .block .content {
    padding: 22px;
    color: #333333;
	min-height: 100px;
	max-height: 380px;
	overflow: auto;
}

.pt-popup-block .block .content a {
    color: #333333;
    text-decoration: none;
}

.pt-popup-block .block .content a:hover {
    text-decoration: underline;
}

.block-search .select2-selection.select2-selection--single,
.makeorder-delivery .select2-selection.select2-selection--single {
	height: 40px;
	border-color: #1ba048;
}
.block-search .select2-selection__rendered,
.makeorder-delivery .select2-selection__rendered {
	height: 40px !important;
    line-height: 36px !important;
}
.block-search .select2-selection__arrow,
.makeorder-delivery .select2-selection__arrow {
	height: 40px !important;
}
.block-search .select2-selection__arrow b,
.makeorder-delivery .select2-selection__arrow b {
	border-color: #18a323 transparent #18a323 transparent !important;
}
.block-search .select2-selection__rendered,
.makeorder-delivery .select2-selection__rendered {
	color: black;
}
.select2-container--default .select2-selection--single .select2-selection__placeholder {
	color: #000 !important;
}
.makeorder-delivery .select2-container {
	width: 300px !important;
}




.dialog {
    border: 1px solid #D3D3D3;
    border-radius: 5px;
    background: white;
    padding: 2px;
    width: 800px;
    margin-left: -400px;
    position: fixed;
    top: 200px;
    left: 50%;
    z-index: 1000;
}

.aw-makeorder-list,
.makeorder-delivery,
.makeorder-form-details {
	display: inline-block;
	width: 33%;
	float: left;
}

#popular-carousel-wrap {
    position: relative;
    width: 1230px;
    margin: 0 auto;
	padding-left: 15px;
	padding-right: 15px;
}

.tip_div a {
	color: #0191cd;	
}

.search-log {
	display:none;
    position: absolute;
    top: 44px;
    z-index: 3;
    width: 150px;
    margin-left: -50px;
    background-image: -webkit-linear-gradient(top, #f9f9f9, #e5e5e5);
    box-shadow: 0 2px 7px #e1e5e1;
    border-radius: 5px;
    text-align: center;
    padding: 5px;
}
.search-log a {
	color: #0191cd;
}

.dialog.deliveryinfo {
    width:455px;
    margin-left: -200px;
}

@media (max-width: 1300px) {
	#popular-carousel-wrap {
		width: 920px;
	}
}
@media (max-width: 980px) {
	#popular-carousel-wrap {
		width: 615px;
	}
    .dialog.deliveryinfo {
	width:auto;
	margin-left: 0;
    }
}
#popular-carousel {
    /*max-width: 860px;*/
    height: 310px;
    overflow: hidden;
}
#popular-carousel-news {
    height: 110px;
    overflow: hidden;
}
#popular-carousel .item {
	border: 1px solid #EFEFEF;
    width: 294px;
    float: left;
    margin: 6px;
    position: relative;
}
#popular-carousel-news .news-element {
    border: 1px solid #EFEFEF;
    width: 294px;
    float: left;
    margin: 6px;
    position: relative;
    height: 177px;
}

.block-link {
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: url(/image/design/blank.gif);
    text-decoration: none;
}
.popular-home-block > .in {
    margin-left: -19px;
    margin-right: -10px;
}
.popular-home-block .btn-buy {
	color: #b7000f;
}
.popular-home-block > .in > .popular-home-list {
    font-size: 0;
    line-height: 0;
    display: table;
    width: 100%;
}
.popular-home-list .item, .popular-home-list .news-element {
    width: 182px;
    display: inline-block;
    vertical-align: top;
    margin-left: 5px;
    margin-bottom: 5px;
    padding: 5px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    position: relative;
    transition: all 0.0s ease-out;
    -webkit-transition: all 0.0s ease-out;
    -moz-transition: all 0.0s ease-out;
    -o-transition: all 0.0s ease-out;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    behavior: url(PIE.htc);
    background: #fff;
}
.popular-home-list .item:hover,  .popular-home-list .news-element:hover{
    -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, .3);
    -moz-box-shadow: 0 0 10px rgba(0, 0, 0, .3);
    box-shadow: 0 0 10px rgba(0, 0, 0, .3);
}
.ie8 .popular-home-list .item:hover, .ie8 .popular-home-list .news-element:hover {
    box-shadow: 0 3px 8px #A8A8A8;
}
.popular-home-list .item .img-holder {
    text-align: center;
	margin-bottom: 10px;
	width: 282px;
	height: 282px;
	line-height: 282px;
}
.popular-home-list .item .img-holder img {
    display: inline-block;
	vertical-align: middle;
	margin-top: -3px;
	max-height: 280px;
	max-width: 280px;
}

.popular-home-list .news-element .img-holder-news {
	text-align: center;
	margin-bottom: 10px;
	/*width: 82px;
	height: 82px;*/
	line-height: 82px;
}
.popular-home-list .news-element .img-holder-news img {
	display: inline-block;
	vertical-align: middle;
	/*margin-top: -3px;*/
	max-height: 90%;
	max-width: 100%;
}

.popular-home-list .news-element .block-link {
    /*display: block;
    overflow: hidden;*/
}

.popular-home-list .item .title {
    font-size: 13px;
    line-height: 18px;
    margin-bottom: 18px;
    display: block;
    height: 36px;
    overflow: hidden;
}

.popular-home-list .news-element .title {
    color: #1ba048;
    font-size: 20px;
    line-height: 20px;
    margin-bottom: 20px;
    display: block;
    height: 36px;
    overflow: hidden;
}

.popular-home-list .item .price {
    background: url(/image/design/price-grey.png) no-repeat;
    width: 110px;
    height: 33px;
    position: absolute;
    bottom: 1px;
    right: -2px;
    font-size: 12px;
    line-height: 31px;
    text-align: center;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding-right: 5px;
}
.popular-home-list .item .price > strong {
    font-size: 16px;
    font-weight: bold;
}
.popular-home-list .item .price.new {
    color: #bf0300;
}
.popular-home-list .item .price.old {
    color: #4B4B4B;
    bottom: 24px;
    background: none;
}
.popular-home-list .item .price.old span {
    display: inline-block;
    background: url(/image/design/line-through.png) repeat-x 0 50%;
    padding: 0 3px;
}
#popular-carousel-left,
#news-carousel-left,
#popular-carousel-right,
#recently-carousel-left,
#news-carousel-right,
#recently-carousel-right {
    background: url(/image/design/icons_lnb.png) no-repeat -5px -99px;
    width: 14px;
    height: 47px;
    position: absolute;
    top: 66px;
    left: 0;
    cursor: pointer;
    transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    opacity: 0.6;
    filter: alpha(opacity=60);
}
#popular-carousel-right,
#news-carousel-right,
#recently-carousel-right {
    background-position: -25px -99px;
    left: auto;
    right: 0;
}
#popular-carousel-left:hover,
#news-carousel-left:hover,
#popular-carousel-right:hover,
#news-carousel-right:hover,
#recently-carousel-left:hover,
#recently-carousel-right:hover {
    opacity: 1;
    filter: alpha(opacity=100);
}

.badge {
    background: url(/image/design/badges.png) no-repeat;
    position: absolute;
    right: -7px;
    top: 15px;
    height: 31px;
}
.badge.offer {
    width: 94px;
    background-position: 100% 0;
}
.badge.recommend {
    width: 128px;
    background-position: -223px 0;
}
.badge.new-product {
    width: 100px;
    background-position: 0 0;
}
.popular-view-more {
    padding-bottom: 4px;
    background: url(/image/design/popular-view-more.png) no-repeat 50% 100%;
}

#progressBar {
		width: 200px;
		height: 20px;
		border: 1px solid #111;
		background-color: #292929;
}
#progressBar div {
		height: 100%;
		color: #fff;
		text-align: right;
		line-height: 22px; /* same as #progressBar height if we want text middle aligned */
		width: 0;
		background-color: #0099ff;
}

.li-button .catalog-in-basket {
	background-image: url(/image/bgs.png);
	width: 30px;
    height: 26px;
    background-position: -696px 0;
    background-size: 1660px;
    vertical-align: middle;
    margin-right: 5px;
    display: inline-block;
}

@media (max-width: 1300px) {
	.aw-makeorder-list {
		width: 40%;
	}
	.makeorder-delivery {
		width: 59%;
		margin-bottom: 10px;
	}
	.makeorder-form-details {
		float: none;
		width: 100%;
	}
}
@media (max-width: 1024px) {
    .dialog {
        width: auto;
        margin-left: 0;
        left: 30px;
        right: 30px;
    }
    .dialog.deliveryinfo {
	width:auto!important;
	margin-left: 0!important;
    }
}
@media (max-width: 800px) {
    .dialog {
        left: 10px;
        right: 10px;
        top: 100px;
    }
    .dialog.deliveryinfo {
	width:auto;
	margin-left: 0;
    }
}
.dialog > .dialog-header {
    line-height: 33px;
    border: 1px solid #D3D3D3;
    border-radius: 5px;
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#e3e3e3+0,cccccc+100 */
    background: #e3e3e3; /* Old browsers */
    background: -moz-linear-gradient(top,  #e3e3e3 0%, #cccccc 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top,  #e3e3e3 0%,#cccccc 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom,  #e3e3e3 0%,#cccccc 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e3e3e3', endColorstr='#cccccc',GradientType=0 ); /* IE6-9 */
    padding: 0 40px 0 10px;
    position: relative;
}
.dialog > .dialog-header > .dialog-title {
    color: #C6080C;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-weight: bold;
    font-size: 16px !important;
}
.dialog > .dialog-header > .dialog-close {
    position: absolute;
    width: 18px;
    height: 18px;
    top: 5px;
    right: 5px;
    border: 1px solid #D3D3D3;
    border-radius: 5px;
    background: #e5e5e5 url(data:image/gif;base64,R0lGODlhCQAJAJEAAEZGRoKCguXl5UVFRSH5BAAAAAAALAAAAAAJAAkAAAIa1CIZYwO4xpFTQkBPEgFrJXkQFVVaaSCgUAAAOw==) center center no-repeat;
    cursor: pointer;
}
.dialog > .dialog-body {
    padding: 10px;
    font-size: 16px !important;
}

.dialog .text-warning {
    border: 1px solid #C6080C;
    border-radius: 5px;
    background: #FEF4F1;
    padding: 10px;
    color: #C6080C;
}
.dialog .text-warning-penalty {
    border: 1px solid #C6080C;
    border-radius: 5px;
    background: #FEF4F1;
    padding: 10px;
    color: #3AC57F;
    font-size: 20px;
    font-weight: bold;
}
.dialog .product-name {
    margin: 10px 0;
}
.dialog hr {
    border: none;
    border-top: 1px solid black;
}
.dialog .product-count {
    width: 45px;
    /*height: 26px;*/
    vertical-align: middle;
    line-height: 26px;
}
.dialog .btn-arrow {
    /*background: white url(data:image/gif;base64,R0lGODlhGgAaAKIAAP///1CWuBRyoK7O3tjo8O71+Ia3zsPb5yH5BAAAAAAALAAAAAAaABoAAAOpCLo78eIZwmotRujNw7HVwU1FQThbUIBAplEgtq3VoBksQ8z6nV+aACP4s+wEA4VIACsyXIqAAMfC0BiFV1ZwtUiZ3unyV/h+GMuM8HdEYoNTxpdDPyvgVMCWTk8ubnFYJYNlPgtbNgJFLn4LR1tdFYwWagBSjRYHHiAaH4mRTlB3EU49bgpHeUVbaw2GbDySG00XLlwsSzcEJSdzKmS2fBF2Tg4QErQMCQA7) center center no-repeat;*/
    /*background: url("/image/design/add_basket.png") center center no-repeat;*/
    /*width: 150px;*/
    /*height: 26px;*/
    /*border: none;*/
    /*margin-left: 15px;*/
    /*padding: 0;*/
    /*vertical-align: middle;*/
    /*line-height: 26px;*/
    /*cursor: pointer;*/
    /*border: 1px solid black;*/
}

.at-filter-action-layoot {

}

.at-filter-action-layoot .action-block {
    float: right;
    -webkit-box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.4);
    -moz-box-shadow:    0px 2px 4px rgba(0, 0, 0, 0.4);
    box-shadow:         0px 2px 4px rgba(0, 0, 0, 0.4);
    border-radius: 2px;
    width: 294px;
    margin-left: -100%;
}

.at-filter-action-layoot .action-block a:hover img {
    opacity: 0.9;
}

.at-filter-action-layoot .action-block:active {
    position: relative;
    top: 1px;
    left: 1px;
}

.at-filter-action-layoot .filter-block {
    float: left;
    width: 100%;
}

.at-filter-action-layoot .filter-block .filter-inner {
    margin: 0 320px 40px 0;
    -webkit-box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.4);
    -moz-box-shadow:    0px 2px 4px rgba(0, 0, 0, 0.4);
    box-shadow:         0px 2px 4px rgba(0, 0, 0, 0.4);
    border-radius: 2px;
    border: 1px solid #ffffff;
    padding: 14px 14px 0 14px;
    background: url("/image/design/filter-bg.jpg") no-repeat left top;
    height: 181px;
}

.at-filter-action-layoot .filter-block .filter-inner label {
    display: inline-block;
    width: 100%;
    padding-left: 50px;
    margin: 10px 0;
}

.at-filter-action-layoot .filter-block .filter-inner label span {
    float: left;
    width: 55px;
    text-align: left;
    padding: 5px 0 0 0;

}

.at-filter-action-layoot .filter-block .filter-inner label select {
    border: 1px solid #bbbbbb;
    background-color: #ffffff;
    height: 26px;
    width: 70%;
    float: left;
}

.at-filter-action-layoot .filter-block .filter-inner .at-caption {
    font-size: 18px;
}


.at-brands-grid {
    overflow: hidden;
    padding: 20px 20px 0 20px;
    border: 1px solid #d1d1d1;
    margin: 0 0 20px 0;
}

.at-brands-grid > ul {
    list-style: none;
    margin: 0 -3px;
    padding: 0;
}

.at-brands-grid > ul > li {
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    display: inline-block;
    vertical-align: top;
    padding: 0 3px 25px 3px;
    width: 14.24%;
}

@media screen and (max-width: 1100px) {
    .at-brands-grid > ul > li {
        width: 16.66%;
    }
}

@media screen and (max-width: 1018px) {
    .at-brands-grid > ul > li {
        width: 20%;
    }
    .dialog.deliveryinfo {
	width:auto;
	margin-left: 0;
    }
}

@media screen and (max-width: 768px) {
    .at-brands-grid > ul > li {
        width: 25%;
    }
    .dialog.deliveryinfo {
	width:auto;
	margin-left: 0;
    }
}

@media screen and (max-width: 580px) {
    .at-brands-grid > ul > li {
        width: 33.33%;
    }
    .dialog.deliveryinfo {
	width:auto;
	margin-left: 0;
    }
}

@media screen and (max-width: 480px) {
    .at-brands-grid > ul > li {
        width: 50%;
    }
    .dialog.deliveryinfo {
	width:auto;
	margin-left: 0;
    }
}

@media screen and (max-width: 320px) {
    .at-brands-grid > ul > li {
        width: 100%;
    }
    .dialog.deliveryinfo {
	width:auto;
	margin-left: 0;
    }
}

.at-brand-item {
    background: rgba(0, 0, 0, 0) linear-gradient(180deg, #ffffff 0%, #ededf2 80%) repeat scroll 0 0;
    border-top: 5px solid #D2DBE6;
    box-shadow: 0 7px 9px 2px #ebebeb inset;
    padding: 20px 2px 8px 2px;
    position: relative;
}

.at-brand-item:before {
    content: '';
    position: absolute;
    left: 0;
    top: -5px;
    width: 100%;
    height: 5px;
    background: url("/image/design/brand-top-tile.png") left top repeat-x;
    display: none;
}

.at-brand-item:hover:before {
    display: block;
}

.at-brand-item > a{
    display: block;
    text-align: center;
    width: 55px;
    margin: 0 auto;
    text-decoration: none;
    background: url(/image/design/bg_cat.png) no-repeat scroll right 0 transparent;
}

.at-brand-item > a:hover {
     background: url(/image/design/bg_cat.png) no-repeat scroll left 0 transparent;
 }

.at-brand-item > a:hover{
    text-decoration: underline;
}

.at-brand-item .image {
    display: block;
    width: 55px;
    height: 55px;
    margin: 0 0 12px 0;
    background-repeat: no-repeat;
    background-size: 98%;
    background-position: center;
}

.at-brand-item .name {
    display: block;
    margin: 0 -30px;
    line-height: 13px;
    height: 39px;
    overflow: hidden;
}




/*--[--Messages--*/
.error_p {
	padding:0 10px 0 35px;
	line-height:23px;
	border:1px solid #db4325;
	background-color:#ffefeb;
	color:#e20000;
	font-size:12px;
	background:url(/image/mt_error.gif) 10px 4px no-repeat;
	margin: 3px 0;}
.warning_p {
	padding:0 10px 0 35px;
	line-height:23px;
	border:1px solid #e1c400;
	background-color:#fffece;
	color:#000;
	font-size:12px;
	background:url(/image/mt_warning.gif) 10px 4px no-repeat;
	margin: 3px 0;}
.notice_p {
	padding:0 10px 0 35px;
	line-height:23px;
	border:1px solid #1da955;
	background-color:#f6fff0;
	color:#000;
	font-size:12px;
	background:url(/image/mt_notice.gif) 10px 4px no-repeat;
	margin: 3px 0;}
.empty_p {
	height:25px;
	margin: 3px;}
/*--]--Messages--*/

.tip_div{
	display:none;
	font-size:11px;
	position:absolute;
	border:1px solid #999999;
	background-color:#EEEEEE;
	padding:0px 5px 4px 10px;
	width:230px;
	FILTER:progid:DXImageTransform.Microsoft.Shadow(direction=135,color=#666666,strength=1);
}

.status_div{
	display:none;
	font-size:11px;
	position:absolute;
	border:1px solid #999999;
	background-color:#EEEEEE;
	padding:0px 5px 4px 10px;
	width:250px;
	margin: 15px 0 0 -250px;
	/*FILTER:progid:DXImageTransform.Microsoft.Shadow(direction=135,color=#666666,strength=1);*/
	z-index: 10000;
}

.change-level-price-wrap {
	padding:0 8px 3px 8px;
	margin: 10px 0 0 0;
}

.fin_info {
	text-align: left;
    color: red;	
    margin-left: -10px;
}
.error, .error_message{
	border:1px solid #ff0000;
	position:relative;
	margin:5px 0;
	padding: 4px;
}

.header-items-wrap {
	display: inline-block;
	width: calc(100% - 250px);
	float: right;	
}
.header-items-wrap .aw-block-cabinet {
	display: inline-block;
    width: 21%;
    float: left;
    margin-top: 5px;
}
.header-items-wrap .aw-block-cabinet.info {
	/*width: 16%;*/
	width: 20%;
}
.header-items-wrap .aw-block-cabinet.order,
.header-items-wrap .aw-block-cabinet.messages {
	width: 19%;
}
.aw-block-search .header-wrap {
	height: 55px;
}
.aw-block-search .block-logo {
	display:inline-block;
	min-width:230px;
}
.aw-block-search .block-search .brand-filter-wrap {
	display: inline-block;
}
.aw-block-search .block-search .brand-filter-wrap .js-select2.select2-hidden-accessible {
	width: auto !important;
}
.aw-block-curtain-menu .aw-block-cabinet.basket {
	display: none;
}
.aw-product-view {
	width: 1100px;
    margin: auto;
}

@media screen and (max-width: 1500px) {
	/*.header-items-wrap .aw-block-cabinet.my-cabinet, .cabinet-scroll {*/
   	/*	width: 260px !important;*/
   	/*}*/
   	/*.header-items-wrap .aw-block-cabinet {*/
   	/*	width: calc((100% - 260px)/4) !important;*/
   	/*}*/
   	/*.header-items-wrap .aw-block-cabinet.info .main em {*/
   	/*	float: right;*/
   	/*	line-height: 30px;*/
   	/*}*/
}
@media screen and (max-width: 1350px) {
	/*.aw-block-cabinet.messages {*/
    /*	display: none;*/
	/*}*/
	/*.header-items-wrap .aw-block-cabinet {*/
    /*	width: calc((100% - 260px)/3) !important;*/
	/*}*/
}
@media screen and (max-width: 1300px) {
/*	.header-items-wrap .aw-block-cabinet.info .main em {
		font-size: 0;
	}
	.header-items-wrap .aw-block-cabinet.info {
		width: 73px;
	}
	.header-items-wrap .aw-block-cabinet {
   		width: calc((100% - 333px)/3);
   	}	*/
   	/*.aw-block-cabinet.messages {*/
    /*	display: none;*/
	/*}*/
	/*.header-items-wrap .aw-block-cabinet {*/
    /*	width: calc((100% - 260px)/3) !important;*/
	/*}*/
	/*.header-items-wrap .aw-block-cabinet.my-cabinet, .cabinet-scroll {*/
    /*	width: 260px !important;*/
	/*}*/
}
@media screen and (max-width: 1250px) {
	.aw-block-search .block-logo {
		display: none;
	}
	.aw-block-search .header-items-wrap {
		width: 100%;
	}
	.aw-block-header .block-logo {
        margin: 0 auto;
        float: none;
    }
    .aw-block-header {
    	display: block;
    }
    /*.aw-block-cabinet ul li.full a em {
    	padding: 5px 20px;
    }
    .aw-block-cabinet.order ul li.full a em {
    	padding: 5px 10px !important;
    }
    .aw-block-cabinet.basket ul li.full a em {
    	padding: 5px 0px 5px 95px !important;
    }*/
}
@media screen and (max-width: 960px) {	   
	.aw-block-search .header-wrap {
		height: 50px;
	}
	.aw-productlist-table .table-element {
		display: block;
	}
	.aw-productlist-table .li-name {
		width: calc(90% - 245px);
	}
	.aw-productlist-table .li-brand {
		width: 68px;
	}
	.aw-productlist-table .li-code,
	.aw-productlist-table .li-store {
		width: 110px;
	}
	.aw-productlist-table .li-photo {
		width: 28px;
	}
	.aw-productlist-table .li-price {
		width: calc(97% - 480px);
	}
	.aw-productlist-table .table-element .li-price .cell-wrap {
		width: 100%;
    	float: right;
	}
    .dialog.deliveryinfo {
	width:auto;
	margin-left: 0;
    }
}
@media screen and (max-width: 880px) {
	/*.header-items-wrap .aw-block-cabinet.order {*/
	/*	display: none;*/
	/*}*/
	/*.header-items-wrap .aw-block-cabinet.my-cabinet {*/
    /*	width: 40% !important;*/
	/*}*/
	/*.header-items-wrap .aw-block-cabinet.info,*/
	/*.header-items-wrap .aw-block-cabinet.basket {*/
	/*	width: 30% !important;*/
	/*}*/
    .dialog.deliveryinfo {
	width:auto;
	margin-left: 0;
    }
}
@media screen and (max-width: 700px) {
	/*.header-items-wrap .aw-block-cabinet.info,*/
	/*.header-items-wrap .aw-block-cabinet.order {*/
	/*	display: none;*/
	/*}*/
	/*.header-items-wrap .aw-block-cabinet.my-cabinet {*/
	/*	width: 70% !important; */
	/*}*/
	/*.header-items-wrap .aw-block-cabinet.basket {*/
	/*	width: 30% !important; */
	/*}*/
	.aw-block-curtain-menu .aw-block-cabinet.info {
		display: block;
	}
    .dialog.deliveryinfo {
	width:auto;
	margin-left: 0;
    }
}
@media screen and (max-width: 465px) {
	/*.header-items-wrap .aw-block-cabinet.basket {*/
	/*	display: none; */
	/*}*/
	/*.header-items-wrap .aw-block-cabinet.my-cabinet {*/
	/*	width: 100% !important; */
	/*}*/
	.aw-block-cabinet a em {
		height: 20px; 
	}
	.aw-block-curtain-menu .aw-block-cabinet.basket {
		display: block;
	}
    .dialog.deliveryinfo {
	width:auto;
	margin-left: 0;
    }
}
@media screen and (max-width: 1250px) {
	.aw-block-search .block-search-wrapper.buttons-include {
		padding-left: 390px;
	}
	.makeorder-delivery {
		width: calc(100% - 350px);
		margin-bottom: 10px;
	}
	/*.header-items-wrap .aw-block-cabinet.order,
   	.header-items-wrap .aw-block-cabinet.messages {
		display: none;
	}*/
	/*.aw-block-cabinet.order ul li.full a em {
		padding: 8px 10px;
    	text-align: right;
	}*/
	/*.header-items-wrap .aw-block-cabinet.my-cabinet {*/
   	/*	width: 53%;*/
   	/*}*/
   	/*.header-items-wrap .aw-block-cabinet.info {*/
   	/*	width: 20%;*/
   	/*}*/
   	/*.header-items-wrap .aw-block-cabinet.basket {*/
   	/*	width: 27%;*/
   	/*}*/
   	/*.header-items-wrap .aw-block-cabinet.info .main em {*/
	/*	font-size: 12px;*/
	/*}*/
   	.cabinet-scroll {
   		width: 100%;
   	}
   	.aw-block-cabinet a em,
   	.aw-block-cabinet .manager a em {
   		height: 30px;
   	}
 /*   .aw-mainer {
        width: 720px;
        padding: 0 20px;
    }*/
    .aw-block-preheader {
        display: none;
    }

    .aw-block-header {
        padding: 5px 0 0 0;
    }
    .aw-block-header .block-abuze {
        display: none;
    }
    .aw-block-header .block-callback {
        float: right;
    }

    .aw-block-footer .block-menu {
        display: none;
    }
    .aw-block-footer .block-pay {
        margin: 24px 190px 0 190px;
    }
    .aw-block-footer .block-madeby {
        margin: 22px 0 0 0;
    }
    .aw-block-footer .block-madeby:hover {
        opacity: 0.8;
    }

    .aw-block-aside,
    .aw-block-content,
    .aw-block-content.price-group {
        float: none;
        width: 100%;
    }
	.aw-block-content {
		min-height: 100px;
	}
    .aw-block-cabinet {
       /* margin-top: -28px;
        margin-bottom: 20px;*/
        /*position: relative;*/
    }
/*    .aw-block-cabinet .main li.full a em {
        padding-top: 0;
        padding-bottom: 0;
        height: 40px;
    }
    .aw-block-cabinet .main li.full a:before {
        content: '';
        position: absolute;
        width: 16px;
        height: 9px;
        background: url("/image/bgs.png") -128px -32px;
        top: 50%;
        left: 50%;
        -moz-transform: translate(57px, -50%);
        -webkit-transform: translate(57px, -50%);
        -o-transform: translate(57px, -50%);
        -ms-transform: translate(57px, -50%);
        transform: translate(57px, -50%);
    }
    .aw-block-cabinet .main li.full .icon {
        left: 50%;
        -moz-transform: translate(-82px, -50%);
        -webkit-transform: translate(-82px, -50%);
        -o-transform: translate(-82px, -50%);
        -ms-transform: translate(-82px, -50%);
        transform: translate(-82px, -50%);
    }
    .aw-block-cabinet .sub {
        position: absolute;
        z-index: 10;
        box-shadow: 0 2px 7px #e1e5e1;
        border-radius: 0 0 5px 5px;
        background-color: #fbfcfb;
        background-image: -webkit-gradient(linear, left top, left bottom, from(#fbfcfb), to(#f4f7f4));
        background-image: -webkit-linear-gradient(top, #fbfcfb, #f4f7f4);
        background-image: -moz-linear-gradient(top, #fbfcfb, #f4f7f4);
        background-image: -ms-linear-gradient(top, #fbfcfb, #f4f7f4);
        background-image: -o-linear-gradient(top, #fbfcfb, #f4f7f4);
        background-image: linear-gradient(top, #fbfcfb, #f4f7f4);
        padding: 20px;
        width: 100%;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        display: none;
    }
    .aw-block-cabinet .sub li {
        width: 16.66%;
        float: left;
    }
    .aw-block-cabinet .sub li.full {
        width: 33.32%;
    }
    .aw-block-cabinet .sub li.full a em {
        padding-top: 3px;
        padding-bottom: 3px;
    }
*/
    .aw-block-category-list .category-element {
        display: none;
    }
    .aw-block-category-list .category-element:nth-child(1), .aw-block-category-list .category-element:nth-child(2), .aw-block-category-list .category-element:nth-child(3) {
        display: block;
    }

    .aw-block-news .news-element {
        line-height: 24px;
    }
    .aw-block-news .news-element a {
        font-size: 16px;
    }

    .aw-block-acordeon .block-element .body .part {
        width: 48%;
    }
    .aw-block-acordeon .block-element .body .part .aw-button {
        width: 100%;
    }

    .aw-block-map .block-info {
        width: 250px;
        padding: 0 20px;
    }

    .aw-block-search .block-search-wrapper {
        padding-left: 274px;
        padding-right: 13px;
    }
    .aw-block-search .block-search-wrapper .block-toggle {
        display: block;
        position: absolute;
        top: 0;
        left: 0;
        width: 50px;
        height: 100%;
        border-right: 1px solid #e7ebe7;
        box-shadow: 1px 0 0 #ffffff;
    }
    .aw-block-search .block-search-wrapper .block-toggle .toggle-icon {
        position: absolute;
        width: 23px;
        height: 20px;
        background: url("/image/bgs.png") -128px -64px;
        top: 50%;
        left: 50%;
        -moz-transform: translate(-50%, -50%);
        -webkit-transform: translate(-50%, -50%);
        -o-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
    }
    .aw-block-search .block-search-wrapper .block-currency {
        display: none;
    }
    .aw-block-search .block-search-wrapper .block-big-button {
        left: 50px;
        border-radius: 0;
    }
    .aw-block-search .block-search-wrapper .block-dabble-buttons {
        left: 62px;
    }

    .aw-block-cabinet-form {
        margin-top: -28px;
        margin-bottom: 20px;
    }

    .aw-block-curtain-menu {
        display: block;
    }

    .aw-block-makeorder-success {
        padding-left: 300px;
        background-position: 20px center;
    }

    .aw-block-crumbs {
        margin: 8px 0 20px 0;
    }

    .aw-block-myauto {
        display: none;
    }

    .aw-block-product-control .result {
        display: block;
        margin: 0 0 30px 0;
    }
    .aw-block-product-control .filters {
        display: inline-block;
    }

    .aw-productlist-thumbs .thumb-element {
        height: auto;
        width: 32.33%;
    }
    .aw-productlist-thumbs .thumb-element .button {
        height: auto !important;
    }
    .aw-productlist-thumbs .thumb-element .button .aw-button {
        box-shadow: 0 0 8px #ebd159;
    }

    .aw-block-filter {
        position: fixed;
        z-index: 100;
        top: 0;
        left: 0;
        width: 250px;
        background-color: #ffffff;
        height: 100%;
        box-shadow: 0 0 0 1000px rgba(0, 0, 0, 0.8);
        -webkit-transition-duration: 0.3s;
        -moz-transition-duration: 0.3s;
        -o-transition-duration: 0.3s;
        -ms-transition-duration: 0.3s;
        transition-duration: 0.3s;
        border: none;
        border-radius: 0;
        margin: 0;
    }
    .aw-block-filter:before {
        position: absolute;
        content: '';
        width: 1000px;
        height: 100%;
        -webkit-transition-duration: 0.3s;
        -moz-transition-duration: 0.3s;
        -o-transition-duration: 0.3s;
        -ms-transition-duration: 0.3s;
        transition-duration: 0.3s;
        top: 0;
        left: 100%;
    }
    .aw-block-filter.hidden {
        -moz-transform: translateX(-250px);
        -webkit-transform: translateX(-250px);
        -o-transform: translateX(-250px);
        -ms-transform: translateX(-250px);
        transform: translateX(-250px);
        box-shadow: 0 0 0 1000px transparent;
    }
    .aw-block-filter.hidden:before {
        width: 0;
    }
    .aw-block-filter .overflow-wrap {
        overflow: auto;
        height: 100%;
    }
    .aw-block-filter .close {
        position: absolute;
        top: 16px;
        right: 22px;
        width: 16px;
        height: 16px;
        cursor: pointer;
        background: url("/image/bgs.png") -160px -64px;
        display: block;
    }
    .aw-block-filter .close:hover {
        opacity: 0.8;
    }
    .aw-block-filter .filter-element {
        padding-right: 45px;
    }

    .aw-productlist-table .table-element {
        padding: 20px 10px;
    }
    .aw-productlist-table .table-element.marked {
        margin: 0;
    }
    .aw-productlist-table .table-element:hover {
        background-color: transparent;
        border: none;
        border-bottom: 1px solid #e6e6e6;
        border-radius: 0;
        margin: 0;
        box-shadow: none;
        padding: 20px 10px;
    }
    .aw-productlist-table .table-element .li-name .cell-wrap {
        width: 100%;
    }
    .aw-productlist-table .table-element .li-store {
        margin-left: 0;
    }
    .aw-productlist-table .table-element .li-store .cell-wrap {
        /*text-align: left;*/
        width: 110px;
    }
    .aw-productlist-table .table-element .li-price .cell-wrap {
        width: auto;
        margin-bottom: -30px;
    }

    .aw-productlist-category-name.extra-top {
        margin-top: 0;
    }

    .aw-makeorder-form {
        width: 350px;
    }
    .aw-makeorder-form .form-element {
        padding-left: 20px;
        padding-right: 20px;
    }
    .aw-makeorder-form .form-foot {
        padding-left: 20px;
        padding-right: 20px;
    }

    .aw-makeorder-list {
        width: 350px;
    }
    .aw-makeorder-list .block-total .aw-icon-print {
        display: none;
    }

    .aw-orderlist-table .table-element .li-code {
        width: 100%;
    }
    .aw-orderlist-table .table-element .li-code .cell-wrap {
        width: auto;
        height: auto;
    }
    .aw-orderlist-table .table-element .li-name {
        margin: 0;
    }
    .aw-orderlist-table .table-element .li-name .cell-wrap {
        width: 152px;
    }

    .aw-block-popup .head {
        padding-left: 20px;
        padding-right: 20px;
    }
    .aw-block-popup .body {
        padding-left: 20px;
        padding-right: 20px;
    }
    .aw-block-popup .alert-message {
        padding: 15px 20px 15px 75px;
    }
    .aw-block-popup .alert-message .caption:before {
        left: 20px;
    }
    .change-level-price-wrap {
    	padding: 0px 8px 3px 8px;
    }
}
@media screen and (max-width: 1250px) and (max-width: 500px) {
    .aw-block-popup .alert-message {
        padding-left: 65px;
    }
    .aw-block-popup .alert-message .caption {
        position: relative;
    }
    .aw-block-popup .alert-message .caption:before {
        left: -50px;
    }
    .aw-block-popup .alert-message .text {
        margin: 0 0 0 -50px;
    }
}
@media screen and (max-width: 1250px) {
    .aw-block-popup .block-popup.basket {
        width: 720px;
    }
    .aw-block-popup .block-basket-total .total {
        width: 200px;
    }
    .aw-block-popup .block-basket-total .aw-icon-print {
        display: none;
    }

    .aw-basket-table .table-element .li-code .cell-wrap {
        width: 85px;
    }
    .aw-basket-table .table-element .li-name .cell-wrap {
        width: 110px;
        text-align: center;
    }
    .aw-basket-table .table-element .li-term .cell-wrap {
        width: 135px;
    }
    .aw-basket-table .table-element .li-price .cell-wrap {
        width: 85px;
        font-size: 18px;
        font-weight: 500;
    }
    .aw-basket-table .table-element .li-price .cell-wrap span {
        font-size: 11px;
        font-weight: 400;
    }
    .aw-basket-table .table-element .li-count-value .cell-wrap {
        width: 70px;
    }
    .aw-product-view {
    	width: auto;
    }
/*
    .aw-product-view .block-info {
        width: 475px;
    }
    .aw-product-view .block-buy .control {
        padding-left: 15px;
        padding-right: 15px;
    }*/
    .aw-product-view .block-info {
    	margin: 0 30px 30px 0;
    }
    .aw-product-view .block-buy .control .price {
        width: 170px;
    }
    .aw-product-view .block-brand {
        float: none;
        width: auto;
    }
    .aw-product-view .block-links {
        float: none;
        width: auto;
        margin: 10px 0 0 0;
    }
    .aw-product-view .block-links br {
        display: none;
    }
    .aw-product-view .block-links a {
        margin-right: 27px;
    }
    .aw-product-view .block-characteristic {
        float: none;
        width: auto;
    }
    .aw-product-view .block-description {
        float: none;
        width: auto;
    }

    .av-block-cabinet-filter {
        padding: 20px 40px 65px 40px;
    }
    .av-block-cabinet-filter .part {
        float: right;
        width: 290px;
        margin: 0;
    }
    .av-block-cabinet-filter .part:first-child {
        float: left;
    }
    .av-block-cabinet-filter .form-element {
        display: block;
        width: 100%;
        margin: 0 0 23px 0;
    }
    .av-block-cabinet-filter .form-element .element-title {
        display: block;
        text-align: left;
        width: auto;
        padding: 0 0 5px 0;
    }
    .av-block-cabinet-filter .form-element .element-value {
        display: block;
    }
    .av-block-cabinet-filter .buttons {
        width: 290px;
        position: absolute;
        bottom: 20px;
        right: 40px;
    }
    .av-block-cabinet-filter .buttons a,
    .av-block-cabinet-filter .buttons input {
        width: 123px;
        margin: 0;
        float: right;
    }
    .av-block-cabinet-filter .buttons a:first-child,
    .av-block-cabinet-filter .buttons input:first-child {
        float: left;
        margin: 10px 0 0 0;
    }

    .aw-block-manager {
        display: none;
    }

    .aw-order-table .table-element:hover {
        background-color: transparent;
        border: none;
        margin: 0;
        box-shadow: none;
        padding: 10px 0;
    }
    .aw-order-table .table-element .li-check .cell-wrap {
        width: 20px;
    }
    .aw-order-table .table-element .li-id .cell-wrap {
        width: 40px;
    }
    .aw-order-table .table-element .li-number .cell-wrap {
        width: 75px;
    }
    .aw-order-table .table-element .li-code .cell-wrap {
        width: 80px;
    }
    .aw-order-table .table-element .li-name .cell-wrap {
        width: 120px;
        text-align: center;
    }
    .aw-order-table .table-element .li-price .cell-wrap {
        width: 80px;
    }
}
@media screen and (max-width: 916px) {
	.aw-block-search .block-search-wrapper .block-dabble-buttons {
        display: none;
    }
    .aw-block-search .block-search-wrapper .block-big-button {
        display: none;
    }
    .aw-block-search .block-search-wrapper .block-search input[type="text"] {
        font-size: 14px;
    }
    .aw-block-search .block-search-wrapper {
        padding-left: 64px !important;
    }
    .dialog.deliveryinfo {
	width:auto;
	margin-left: 0;
    }
}
@media screen and (max-width: 760px) {
    h1, h2 {
        font-size: 22px;
        margin: 0 0 15px 0;
        text-align: center;
    }

    h3 {
        text-align: center;
        font-size: 18px;
    }
/*
    .aw-mainer {
        width: 320px;
        padding: 0;
    }
*/
	.aw-block-footer .block-copy {
		margin: 0;
	}
    .aw-block-header .block-phones {
        display: none;
    }
    .aw-block-header .block-callback {
        display: none;
    }  
    .aw-block-index-banner .slick-arrow {
        display: none !important;
    }
    .aw-caption-wrapper {
        text-align: center;
        padding: 0;
    }
    .aw-caption-wrapper .button-view-all {
        position: static;
        margin: 0 0 20px 0;
    }

    .aw-block-category-list .category-wrap {
        -webkit-flex-wrap: wrap;
        flex-wrap: wrap;
    }
    .aw-block-category-list .category-element {
        display: block !important;
        width: 120px;
        margin-bottom: 20px;
    }
    .aw-block-category-list .category-element .list {
        display: none;
    }
    .aw-block-category-list .category-element .more {
        padding-top: 0;
    }

    .aw-block-news {
        -webkit-flex-wrap: wrap;
        flex-wrap: wrap;
        margin: 0;
    }
    .aw-block-news .news-element {
        padding-left: 0;
        margin-left: 0;
        border: none;
        background-color: transparent;
        box-shadow: none;
    }

    .aw-block-acordeon .block-element .head {
        font-size: 20px;
    }
    .aw-block-acordeon .block-element .body .part {
        float: none !important;
        width: 100%;
        margin: 30px 0 0 0;
    }
    .aw-block-acordeon .block-element .body .part:first-child {
        margin: 0;
    }

    .aw-block-map .block-info {
        position: static;
        width: 100%;
        height: auto;
    }
    .aw-block-map .wrapper-info {
        position: static;
        -moz-transform: translateY(0);
        -webkit-transform: translateY(0);
        -o-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0);
        padding: 30px 0;
    }

    .aw-block-footer .block-copy {
        float: none;
        text-align: center;
    }
    .aw-block-footer .block-madeby {
        display: none;
    }
    .aw-block-footer .block-pay {
        display: none;
    }
    .aw-block-footer .block-phones {
        text-align: center;
        display: block;
    }
    .aw-block-footer .block-phones .aw-button {
        margin: 0 0 15px 0;
        width: 250px;
    }

    .aw-block-popup {
        padding: 0;
        margin: 0;
    }
    .aw-block-popup:before, .aw-block-popup:after {
        height: 30px;
    }
    .aw-block-popup .block-popup {
        width: 100% !important;
        border-radius: 0;
    }
    .aw-block-popup .head {
        padding: 20px 40px 20px 10px;
        font-size: 16px;
        border-bottom: 1px solid #e6e6e6;
    }
    .aw-block-popup .head.ta-center {
        padding-left: 40px;
    }
    .aw-block-popup .foot {
        padding: 40px 10px;
        background-color: #f4f7f4;
        border-radius: 0 0 5px 5px;
        text-align: center;
    }
    .aw-block-popup .body {
        padding: 24px 10px;
        line-height: 24px;
        color: #666666;
    }
    .aw-block-popup .callback-form {
        margin: 25px 0 0 0;
    }
    .aw-block-popup .callback-form .title {
        display: inline-block;
        vertical-align: middle;
        font-size: 16px;
        color: #666666;
        margin: 0 20px 0 0;
    }
    .aw-block-popup .callback-form .value {
        display: inline-block;
        vertical-align: middle;
        width: 295px;
    }
    .aw-block-popup .callback-form .value input {
        width: 100%;
    }
    .aw-block-popup .block-register-top {
        text-align: left;
    }
    .aw-block-popup .block-register-top label {
        margin: 0 0 10px 0;
        display: block;
    }
    .aw-block-popup .block-register-form {
        max-width: 100%;
    }
    .aw-block-popup .block-register-form .form-element .value-wrapper {
        display: block;
    }
    .aw-block-popup .block-register-form .form-element .title {
        display: block;
        width: auto;
        text-align: left;
        padding: 0;
    }
    .aw-block-popup .block-register-form .form-element .value {
        display: block;
    }
    .aw-block-popup .block-basket-total {
        text-align: center;
    }
    .aw-block-popup .block-basket-total .total {
        float: none;
        text-align: center;
        width: 100%;
        margin: 0 0 20px 0;
    }
    .aw-block-popup .block-basket-total .aw-button {
        display: block;
        width: 190px;
        margin: 0 auto 20px auto;
    }
    .aw-block-popup .block-basket-total .aw-link-delete {
        margin: 0;
    }

    .aw-block-makeorder-success {
        padding: 240px 0 0 0;
        background-position: center top;
    }
    .aw-block-makeorder-success .aw-button {
        width: 100%;
    }

    .aw-block-cabinet .sub li {
        width: 50%;
    }
    .aw-block-cabinet .sub li.full {
        width: 100%;
    }
 /*   .aw-block-cabinet .sub li.full a em {
        padding-top: 8px;
        padding-bottom: 8px;
    }
*/
    .aw-block-crumbs .desktop {
        display: none;
    }
    .aw-block-crumbs .mobile {
        display: block;
    }

    .aw-news-list {
        margin: 0 0 40px 0;
    }
    .aw-news-list .news-element {
        width: 100%;
        padding: 0;
    }
    .aw-news-list .sep {
        margin: 40px 0;
    }
    .aw-news-list .sep:nth-child(4n) {
        display: none;
    }
    .aw-news-list .sep:nth-child(2n) {
        display: block;
    }
    .aw-news-list .sep:last-child {
        display: none;
    }

    .aw-block-stepper a {
        padding: 0 5px;
    }

    .aw-news-view img {
        max-width: 100%;
    }
    .aw-news-view .image-double {
        display: block;
    }
    .aw-news-view .image-double td {
        display: block;
    }
    .aw-news-view .image-double td {
        display: block;
        padding: 0 0 30px 0 !important;
    }
    .aw-news-view .image-double td:first-child {
        padding: 0 !important;
    }

    .aw-block-auth-wrap {
        width: 100%;
        position: static;
        -moz-transform: translate(0, 0);
        -webkit-transform: translate(0, 0);
        -o-transform: translate(0, 0);
        -ms-transform: translate(0, 0);
        transform: translate(0, 0);
    }
    .aw-block-auth-wrap .logo {
        width: 200px;
        margin: 0 auto;
        padding: 30px 0;
    }

    .aw-block-cabinet-form {
        margin: 0;
    }
    .makeorder-delivery {
    	width: 100%;
    }
    .makeorder-form-details .aw-makeorder-form {
    	margin: auto;
    }
    .makeorder-form-details .av-block-cabinet-filter-toggle {
    	display: none;
    }
    .dialog.deliveryinfo {
	width:auto;
	margin-left: 0;
    }
}
@media screen and (max-width: 760px) and (max-width: 480px) {
    .aw-block-cabinet-form .head .phones {
        display: none;
    }
    .dialog.deliveryinfo {
	width:auto;
	margin-left: 0;
    }
}
@media screen and (max-width: 760px) {
    .aw-block-cabinet-form .body.auth-body {
        padding: 20px;
        margin: 0 0 15px 0;
    }
    .aw-block-cabinet-form .body.auth-body .title {
        display: block;
        width: 100%;
        text-align: left;
        padding: 0;
    }
    .aw-block-cabinet-form .body.auth-body .value {
        display: block;
    }
    .aw-block-cabinet-form .body.auth-body .value .forget {
        top: 24px;
    }
    .aw-block-cabinet-form .body.auth-body .value-wrapper {
        display: block;
    }
    .aw-block-cabinet-form .form-wrapper {
        border-radius: 0;
    }

    .aw-block-product-control .result {
        display: none;
    }
    .aw-block-product-control .block-sort {
        float: none;
        margin: 13px 0 0 0;
    }

    .aw-productlist-thumbs {
        margin-left: 0;
        margin-right: 0;
    }
    .aw-productlist-thumbs .thumb-element {
        width: 100%;
        padding: 0;
    }
/*
    .aw-productlist-table .table-element .li-code .cell-wrap {
        width: 182px;
    }
    .aw-productlist-table .table-element .li-name {
        margin: 0;
    }
    .aw-productlist-table .table-element .li-name .cell-wrap {
        width: 100%;
    }
    .aw-productlist-table .table-element .li-store {
        margin: 0;
    }
    .aw-productlist-table .table-element .li-store .cell-wrap {
        width: 70px;
    }
    .aw-productlist-table .table-element .li-price {
        margin: 0;
    }
    .aw-productlist-table .table-element .li-price .cell-wrap {
        text-align: left;
        width: 110px;
    }
    .aw-productlist-table .table-element .li-count .cell-wrap {
        width: 110px;
    }
    .aw-productlist-table .table-element .li-count .cell-wrap .av-block-count {
        width: 100%;
    }
    .aw-productlist-table .table-element .li-button .cell-wrap {
        width: 60px;
    }
    .aw-productlist-table .table-element .li-button .cell-wrap .aw-button {
        height: 33px;
        line-height: 33px;
        width: 60px;
        padding: 0;
        font-size: 11px;
    }
*/
    .aw-makeorder-form {
        width: 100%;
        float: none;
    }
    .aw-makeorder-form .form-element label .order-time {
        width: 200px;
    }

    .aw-makeorder-list {
        width: 100%;
        float: none;
        margin: 0 0 30px 0;
    }
    .aw-makeorder-list h3 {
        text-transform: uppercase;
        font-size: 18px;
    }
    .aw-makeorder-list .block-total .summ {
        font-size: 18px;
        font-weight: 500;
    }

    .aw-orderlist-table .table-element .li-name .cell-wrap {
        width: 123px;
    }

    .aw-basket-table {
        border-top: none;
        margin-top: -30px;
    }
    .aw-basket-table .table-element .li-code {
        width: 100%;
    }
    .aw-basket-table .table-element .li-code .cell-wrap {
        width: auto;
        height: auto;
    }
    .aw-basket-table .table-element .li-name {
        width: 100%;
        margin: 0;
    }
    .aw-basket-table .table-element .li-name .cell-wrap {
        width: auto;
        text-align: left;
        height: auto;
    }
    .aw-basket-table .table-element .li-term {
        width: 100%;
        margin: 0;
    }
    .aw-basket-table .table-element .li-term .cell-wrap {
        width: auto;
        text-align: left;
        height: auto;
    }
    .aw-basket-table .table-element .li-count {
        margin: 0;
    }
    .aw-basket-table .table-element .li-price .cell-wrap {
        width: 70px;
    }
    .aw-basket-table .table-element .li-count-value .cell-wrap {
        width: 65px;
    }

    .aw-product-view h1, .aw-product-view h3 {
        text-align: center;
    }
    .aw-product-view .block-image {
        float: none;
        width: 290px;
        margin: 0 auto 30px auto;
    }
    .aw-product-view .block-image .image-wrap a {
        width: 290px;
        height: 290px;
    }
    .aw-product-view .block-info {
        float: none;
        width: auto;
    }
    .aw-product-view .block-buy .avail {
        padding: 15px 0 15px 15px;
    }
    .aw-product-view .block-buy .avail .avail-value {
        width: 110px;
    }
    .aw-product-view .block-buy .avail .store {
        width: 60px;
    }
    .aw-product-view .block-buy .control {
        padding: 15px;
    }
    .aw-product-view .block-buy .control .price {
        width: 174px;
    }
    .aw-product-view .block-buy .control .button {
        display: block;
        width: 100%;
        padding: 15px 0 0 0;
    }
    .aw-product-view .block-buy .alert-message {
        padding-left: 65px;
    }
    .aw-product-view .block-buy .alert-message .caption {
        position: relative;
    }
    .aw-product-view .block-buy .alert-message .caption:before {
        left: -50px;
    }
    .aw-product-view .block-buy .alert-message .text {
        margin: 0 0 0 -50px;
    }
    .aw-product-view .block-links br {
        display: inline-block;
    }

    .no-mobile {
        display: none !important;
    }

    .av-block-cabinet-filter-toggle {
        display: block;
    }

    .av-block-cabinet-filter {
        padding: 20px 15px;
        display: none;
    }
    .av-block-cabinet-filter .part {
        float: none !important;
        width: 100%;
    }
    .av-block-cabinet-filter .buttons {
        width: 100%;
        position: static;
    }

    .aw-order-table .table-element .li-id .cell-wrap {
        width: 40px;
    }
    .aw-order-table .table-element .li-number .cell-wrap {
        width: 70px;
    }
    .aw-order-table .table-element .li-code .cell-wrap {
        width: 160px;
    }
    .aw-order-table .table-element .li-code .cell-wrap span {
        display: block;
    }
    .aw-order-table .table-element .li-name {
        display: none;
    }
    .aw-order-table .table-element .li-term {
        margin: 0;
    }
    .aw-order-table .table-element .li-count .cell-wrap {
        text-align: right;
        width: 115px;
        text-align: center;
        font-size: 12px;
    }
    .aw-order-table .table-element .li-count .cell-wrap .mobile-price {
        display: block;
    }
    .aw-order-table .table-element .li-price {
        display: none;
    }
    .dialog.deliveryinfo {
	width:auto;
	margin-left: 0;
    }
}
@media screen and (max-width: 675px) {
	.aw-productlist-table .li-name {
		width: 100%;
	}	
	.aw-productlist-table .li-store:nth-last-child(4) {
		/* width: calc(97% - 130px); */
        width: calc(97% - 240px);
	}
	.aw-productlist-table .li-price,
	.aw-productlist-table .li-count,
	.aw-productlist-table .li-button {
		width: calc(39% - 60px);
	}
	.aw-productlist-table .li-count .cell-wrap,
	.aw-productlist-table .li-button .cell-wrap {
		display: block !important;
    	margin: auto;
    	height: 35px !important;
	}
	.aw-productlist-table .li-code {
		width: calc(98% - 160px);
	}
	.aw-productlist-table .li-code .cell-wrap {
		width: 100%;
	}
    .dialog.deliveryinfo {
	width:auto;
	margin-left: 0;
    }
}
@media screen and (max-width: 321px) {
    .aw-block-search .block-search-wrapper {
        border-radius: 0;
    }

    .aw-block-cabinet a.cabinet {
        border-radius: 0;
    }

    .aw-block-index-banner {
        border-radius: 0;
    }
    .aw-block-index-banner .slick-slide {
        border-radius: 0;
    }

    .aw-block-cabinet {
        padding-bottom: 2px;
    }

    .aw-block-cabinet-form .form-wrapper {
        border-radius: 0;
    }

    .aw-block-stepper {
        border-radius: 0;
        border-left: 0;
        border-right: 0;
    }

    .aw-product-view .block-buy {
        border-radius: 0;
    }
    .aw-product-view .alert-message {
        border-radius: 0;
    }
    .dialog.deliveryinfo {
	width:auto;
	margin-left: 0;
    }
}
.ie10 .aw-block-cabinet-form .body .remember input,
.ie9 .aw-block-cabinet-form .body .remember input {
    top: -3px;
}

.ie9 .aw-block-category-list .category-element {
    display: inline-block;
    width: 209px;
}
.ie9 .aw-block-news .news-element {
    display: inline-block;
    vertical-align: top;
    width: 345px;
}

/*# sourceMappingURL=main.css.map */
.bold {
	font-weight: bold; 
}
.aw-block-popup .block-register-top .lab label {
    margin:0;
    line-height:33px;
}
.popup_delivery_example {
    color:grey;
    padding-left: 10px;
}
.full .select2-container {
    max-width:100%;
}
.av-block-cabinet-filter-form {
    background-color: #ffffff;border-radius: 5px;
    margin: 0 0 30px 0;
    border: 1px solid #dbdbdb;
    box-shadow: 0 2px 7px #e1e5e1;
    padding: 15px;
    position: relative;
}
.av-block-cabinet-filter-form .form-element {
    display: table;
    width: 100%;
    margin: 0 0 4px 0;
}
.av-block-cabinet-filter-form .form-element .element-title {
    display: table-cell;
    vertical-align: middle;
    text-align: right;
    width: 125px;
    padding: 0 13px 0 0;
    color: #666666;
}
.av-block-cabinet-filter-form .form-element .element-value {
    display: table-cell;
    vertical-align: middle;
}
.av-block-cabinet-filter-form .form-element .element-value input[type="text"] {
    width: 100%;
}
.adres_rozdrib {
	font-size: 16px;
	text-transform: initial;
	padding-left:40px;
}
.adres_rozdrib div{
	padding-left:20px;
}
@media screen and (max-width: 320px) {
    .aw-productlist-table .table-element .li-price .cell-wrap {
	width:100%;
	font-size:20px;
    }
    .aw-productlist-table .table-element .li-price .cell-wrap span {
	font-size:12px;
	white-space: nowrap;
    }
}

div#suggesstion-box {
    display: none;
    overflow: hidden;
    position: absolute;
    top: -1px;
    z-index: 1002;
    margin-top: 35px;
    width: 385px;
    left: 395px;
    padding-top:5px;
}

div.suggestion-text {
    background: #fff;
    border: 1px solid #C7C6C6;
}

/*.suggestion-text a div:hover,*/
.suggestion-text a.active div.suggestion-div {
    background: #f4f2f2;
}

.suggestion-text a {
    text-decoration: none;
}

.suggestion-div {
    /*height: 73px;
    padding: 3px 0;*/
    width: 97%;
    height: 45px;
    border-color: #1ba048;
    border-bottom: 1px solid rgba(48, 73, 142, 0.39);
    font-size: 16px;
}
.suggestion-div .name-search {
    padding: 10px 0 0 15px;
}
.suggestion-img img {
    max-width: 58px;
    max-height: 60px;
    margin: 0 auto;
    display: block;
    position: inherit;
    float: left;
    padding: 1px 0px;
}

.suggestion-img {
    width: 60px;
    height: 60px;
    float: left;
}
.hide {
	display:none;
}
.block_to {
	text-align: center;
    min-height: 0 !important;
    padding: 10px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 3px;
    border: 3px solid #22cc5c;
    margin: auto;
	min-width: 300px;
	max-width: 808px;
}
.block_to .info {
	display: inline-block;
    float: left;
	min-width: 300px;
	max-width: 650px;
}
.block_to .info .name {
	color: #000000;
    font-size: 18px;
    margin: 0 0 9px;
    width: 100%;
    text-align: left;
}
.block_to .info .element {
    width: 300px;
    display: inline-block;
	text-align: left;
}
.block_to .to {
	width: 100px;
    padding: 0;
    display: inline-block;
}
.tec_tabs li.selected a {
    color: #ffffff;
}
.tec_tabs li:hover {
    background-color: #40ca86;
}
.tec_tabs li a {
    color: #ffffff;
    font-size: 16px;
    text-decoration: none;
}
.tec_tabs li.selected {
    background-color: #40ca86;
}
.tec_tabs li {
    display: inline-block;
    word-wrap: none;
    padding: 5px 10px;
    background-color: #24b059;
}
.tectable {
    width: 100%;
    border-collapse: collapse;
    border: 1px solid #e9e9e9;
}
.tectable .odd {
    background-color: #EEEEEE;
}
.tectable tr.title td {
    padding: 5px 0 5px 5px;
    color: #222222;
    font-size: 13px;
}
.tectable td {
    padding: 1px 0 1px 5px;
    color: #333333;
    font-size: 13px;
}

.block-content-sidebar.small-page {
    position: absolute;
    top: 0;
    bottom: 0;
    height: 100%;
}

.left_block_search {
    padding: 0 10px 10px 10px;
}

.left_block_search .line {
    padding: 10px;
}

.left_block_search .line.selected, .left_block_search .line.selected a {
    background: #1ba048;
    color: #ffffff;
}

.left_block_search .line:hover, .left_block_search .line a:hover {
    background-color: #1ba048;
    color: #ffffff;
    text-decoration: none;
}

.left_block_search span {
    padding-left: 10px;
    font-weight: bold;
}
.block-content-sidebar .aw-product-view .block-characteristic,
.sidebar-wrap .aw-product-view, .block-content-sidebar .image-block .big {
	width:auto;
    margin-bottom: 10px;
}
.block-content-sidebar .aw-product-view .block-description {
	width:auto;
	float:left;
}
.block-content-sidebar .line ul {
	width:255px;
}
.block-content-sidebar .image-block .big .line > ul > li {
    position: relative;
}
.block-content-sidebar .image-block .big .line > ul > li a {
    margin: auto;
}
.block-content-sidebar .image-block .big .line > ul > li a img {
    position: absolute;
    left:0;
    right:0;
    top:0;
    bottom:0;
    margin: auto;
    /* width: 225px; */
    width: auto;
}

.block-content-sidebar .image-block .big {
    height: auto;
}

.aw-block-category-list .category-wrap.left {
	display:block;
	background-color:inherit;
    margin: 0;
    padding: 0;
}

.aw-block-category-list .left .category-element {
	background-color:inherit;
}
.aw-block-category-list .left .category-element {
    left:0;
    right:0;
    top:0;
    bottom:0;
    margin: auto;
    width: 225px;
}
.sidebar-wrap .aw-block-aside.price-group {
	/*width: 94%;*/
	/*padding: 10px 0 0 10px;*/
    width: 100%;
}
/*.sidebar-wrap .aw-block-aside.price-group .aw-block-filter {*/
/*	background-color:inherit;*/
/*}*/
.aw-block-filter .filter-element label.block,
.aw-block-filter .filter-element label.clear-filter {
	display:block;
}

.block {
    display: block;
}

.block-phones-pc {
    display: none;
}

@media screen and (min-width: 500px) {
    .aw-productlist-table .table-element li a {
        word-break: break-all;
    }

    .aw-productlist-table .table-element li.li-name {
        word-break: break-word;
        max-width: 180px;
    }

    .aw-productlist-table .table-element li.li-price {
        width: 150px;
    }

    .aw-productlist-table .table-element li.li-code {
        width: 170px;
    }

    .block-logo-irbis {
        width: 25%;
    }

    .block-phones-pc {
        width: 75%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }

    .block-phones-pc p {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }

    .block-phones-pc p img {
        width: 20px;
        height: 17px;
        margin-right: 3px;
    }
}

@media screen and (min-width: 1600px) {
    .aw-productlist-table .table-element li.li-name {
        max-width: 400px;
    }
}
.aw-block-cabinet-form .head.timeout {
	border-bottom:none;
}
.aw-block-cabinet-form .head.timeout .phones {
	float:initial;
}
.aw-block-cabinet-form .head.timeout .phones:before {
	left:initial;
}
.aw-block-cabinet-form .head.timeout .phones span {
	padding-left:25px;
}
.row_modeldetail_left_table td, .row_modeldetail_left_table td a, .row_modeldetail_left_table th,
.advance_original .row_part_original_table td, .advance_original .row_part_original_table th {
    font-size:10px;
}

.block-content-sidebar h3 {
    font-size: 16px;
}

.block-content-sidebar .aw-product-view .block-description {
    margin-bottom: 0;
}

.aw-block-content {
    margin-bottom: 20px;
}

.aw-product-view .block-image .image-wrap img.no-photo-img {
    width: auto;
}
.block_bage {
    padding: 10px 0 10px 0px;
    text-align: center;
}
.block_bage_list {
    padding:0;
}
.block_bage img, .block_bage_list img {
    width:100px;
}
.tr_pdv {
	background-color: #b3e6cd;
}
.av-block-cabinet-filter .buttons.button2 {
	display:flex;
	width: initial;
    margin: 15px 0 0 5px;
}
.store_exist, .store_exist a {
    font-style:italic!important;
    font-size:13px!important;
    color:red;
}
/* sidebar rubricator */
#gqGroupsWrapper ul.qgContainer {
    list-style:none;
}
.qgContent .group-name {
    line-height: 25px;
    cursor:pointer;
}
.qgContainer .qgNode .qgContainer .qgNode .qgContent .group-name a:hover {
    color: white;
    text-decoration:none;
}
.qgContainer .qgNode .qgContainer .qgNode .qgContent .group-name a, 
.qgContainer .qgNode .qgContainer .qgNode .qgContent .group-name .qgSpan {
    padding-left:10px;
}
.qgContainer .qgNode .qgContainer .qgNode .qgContainer .qgNode .qgContent .group-name a, 
.qgContainer .qgNode .qgContainer .qgNode .qgContainer .qgNode .qgContent .group-name .qgSpan {
    padding-left:20px;
}
.qgContainer .qgNode .qgContainer .qgNode .qgContainer .qgNode .qgContainer .qgNode .qgContent .group-name a, 
.qgContainer .qgNode .qgContainer .qgNode .qgContainer .qgNode .qgContainer .qgNode .qgContent .group-name .qgSpan {
    padding-left:30px;
}
.qgContainer {
    padding: 0;
    margin: 0;
}

.qgContainer li {
    list-style-type: none;
}
.qgExpandOpen .qgContainer {
    display: block;
}

.qgExpandClosed .qgContainer {
    display: none;
}
.qgExpandLeaf .qgExpand {
    background-image: url("/image/laximo/images/qgroups/expand_leaf.gif");
}

.qgContent {
    min-height: 18px;
    margin-left: 18px;
}

.qgExpand {
    width: 18px;
    height: 18px;
    float: left;
}

.qgExpandLoading {
    width: 18px;
    height: 18px;
    float: left;
    background-image: url("/image/laximo/images/qgroups/expand_loading.gif");
}
.qgExpandOpen .qgContainer {
    display: block;
}
.qgExpandClosed .qgContainer {
    display: none;
}
.qgExpandOpen .qgExpand, .qgExpandClosed .qgExpand {
    cursor: pointer;
}
.qgExpandLeaf .qgExpand {
    cursor: auto;
}
.xboxcontent .g_ToolbarButton:hover, .qgContent .group-name:hover,
.xboxcontent .g_ToolbarButton:hover, .qgContent .group-name:hover a,
.guayaquil_categoryfloatbox ul li:hover a {
    background-color: #1ba048;
    color: #ffffff;
    text-decoration: none;
}
.guayaquil_categoryfloatbox ul li:hover, .guayaquil_categoryfloatbox span.plus:hover,
.guayaquil_categoryfloatbox ul li:hover span.plus {
    background-color: #1ba048;
    color: #ffffff;
    border: solid 1px #ffffff;
}
.guayaquil_categoryfloatbox ul li.no-childrens:hover {
    background-color: #1ba048;
    color: #ffffff;
    border: none;
}
.guayaquil_categoryfloatbox span.plus {
    background-color: none;
}
.xboxcontent .g_ToolbarButton:active, .qgContent .group-name:active,
.xboxcontent .g_ToolbarButton.active {
    background-color: #d5e3d5;
    color: #1ba048;
    text-decoration: none;
}
body .hidden {
    display: none;
}
#gqGroupsWrapper a {
    color: #006FA4;
    text-decoration: none;
}
#gqGroupsWrapper a:hover {
    color:#ffffff;
}

/* sidebar rubricator - end */
.bold {
    font-weight: bold;
}

.ac-cabinet-orders {
    background-color: #fff;
    padding: 25px 18px;
    padding-bottom: 5px
}

.vchasno-flex-container {
    display: flex;
    justify-content: space-between;
}

.vchasno-left-block {
    padding: 10px 20px;
}

.vchasno-right-block {
    padding: 10px 20px;
}

.ac-cabinet-orders {
    .date-group {
        margin-bottom: 10px;
    }

    .date-header {
        display: flex;
        align-items: center;
        /*font-size: 13px;*/
        font-weight: bold;
        color: #555;
        margin-bottom: 10px;
        padding-bottom: 10px;;
        border-bottom: 1px solid #e0e0e0;
    }

    .date-header::before {
        content: "📄";
        display: inline-block;
        margin-right: 6px;
        color: #999;
        font-size: 12px;
    }

    .doc-card {
        display: flex;
        align-items: center;
        border-bottom: 1px solid #e0e0e0;
        padding: 8px 0;
        padding-left: 16px; /* отступ слева от date-header */
    }

    .doc-id {
        background: rgb(255 152 0 / 52%);
        color: #4f5b4e;
        border: 1px solid #ccc;
        /*border-radius: 4px;*/
        /*padding: 2px 6px;*/
        /*font-size: 13px;*/
        padding: 10px;
        font-weight: bold;
        margin-right: 12px;
        white-space: nowrap;
        align-self: center;
    }

    .doc-id.success {
        background: #e5faed;
    }

    .doc-main {
        display: flex;
        flex-direction: column;
        flex: 1;
    }

    .doc-center {
        display: flex;
        flex-direction: row;
        flex: 1;
        justify-content: flex-start;
    }

    .doc-type {
        font-weight: bold;
        /*font-size: 13px;*/
        color: #222;
        margin-bottom: 2px;
    }

    .doc-warehouse {
        font-size: 13px;
        color: #555;
    }

    .doc-warehouse .city {
        font-weight: bold;
        color: #222;
    }

    .doc-status {
        margin-top: 3px;
        font-size: 12px;
        display: flex;
        align-items: center;
        gap: 5px;
    }
    .doc-status.warning {
        color: #ff9800;
    }

    .doc-status.warning::before {
        content: "⚠";
        font-size: 13px;
    }

    .doc-status.success {
        color: #1ba048;
    }

    .doc-right {
        text-align: right;
        white-space: nowrap;
        font-size: 13px;
        margin-left: 12px;
    }

    .doc-sum {
        font-weight: bold;
        color: #222;
    }

    .doc-weight {
        font-size: 12px;
        color: #888;
    }
}