* {
    -webkit-box-sizing: initial;
    -moz-box-sizing: initial;
    box-sizing: initial;
}

html, body {
    height: 100%;
    width: 100%;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

body {
    min-width: 280px;
    text-decoration: none;
    background-color: #f6f9fc;
    -webkit-text-size-adjust: 100%;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    overflow-x: hidden;
}

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;
}

input[type=text],
input[type=tel],
input[type=search],
input[type=password] {
    height: 42px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border: 1px solid #d6d6d6;
    border-radius: 4px;
    padding: 0 10px;
    -webkit-appearance: none;
    display: inline-block;
    vertical-align: middle;
    width: 100%;
    background-color: #f6f9fc;
    color: #666666;
}
input[type=text]::-webkit-input-placeholder,
input[type=tel]::-webkit-input-placeholder,
input[type=search]::-webkit-input-placeholder,
input[type=password]::-webkit-input-placeholder {
    color: #999999;
    opacity: 1;
}
input[type=text]::-moz-placeholder,
input[type=tel]::-moz-placeholder,
input[type=search]::-moz-placeholder,
input[type=password]::-moz-placeholder {
    color: #999999;
    opacity: 1;
}
input[type=text]:-moz-placeholder,
input[type=tel]:-moz-placeholder,
input[type=search]:-moz-placeholder,
input[type=password]:-moz-placeholder {
    color: #999999;
    opacity: 1;
}
input[type=text]:-ms-input-placeholder,
input[type=tel]:-ms-input-placeholder,
input[type=search]:-ms-input-placeholder,
input[type=password]:-ms-input-placeholder {
    color: #999999;
    opacity: 1;
}
input[type=text]:focus,
input[type=tel]:focus,
input[type=search]:focus,
input[type=password]:focus {
    border-color: #409ede;
    background-color: #fff;
}
input[type=text].required,
input[type=tel].required,
input[type=search].required,
input[type=password].required {
    border-color: #de6e4b;
}

select {
    height: 42px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    display: inline-block;
    vertical-align: middle;
    border: 1px solid #d6d6d6;
    border-radius: 4px;
    padding: 0 10px;
}
select:focus {
    border-color: #409ede;
}
select.required {
    border-color: #de6e4b;
}

textarea {
    padding: 10px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border: 1px solid #d6d6d6;
    display: inline-block;
    vertical-align: middle;
    width: 100%;
    -webkit-appearance: none;
    border-radius: 4px;
    min-height: 90px;
    resize: vertical;
    margin: 0;
    color: #666666;
    background-color: #f6f9fc;
}
textarea:focus {
    border-color: #409ede;
    background-color: #fff;
}
textarea.required {
    border-color: #de6e4b;
}

input::-moz-focus-inner {
    border: 0;
    padding: 0;
}

acronym {
    border-bottom: 1px dotted #000000;
}

a {
    text-decoration: none;
    outline: none;
    color: #2f86c2;
}
a:hover {
    text-decoration: underline;
}

.at-link-dashed {
    text-decoration: none;
    position: relative;
}
.at-link-dashed:after {
    border-bottom: 1px dashed;
    bottom: 1px;
    content: '';
    height: 0;
    left: 0;
    position: absolute;
    right: 0;
}
.at-link-dashed:hover:after {
    border-bottom: none;
}
.at-link-dashed:hover {
    text-decoration: none !important;
}

h1, h2 {
    font-size: 30px;
    margin: 0 0 24px 0;
    color: #383838;
    text-transform: uppercase;
    line-height: 26px;
    font-weight: 400;
}

h3 {
    font-size: 16px;
    color: #2b2b2b;
    text-transform: uppercase;
    font-weight: 500;
    margin: 0 0 4px 0;
}

.clear, .clear-l, .clear-r {
    clear: both;
    font-size: 0;
    line-height: 0;
    height: 0;
    display: block;
}

.clear-l {
    clear: left;
}

.clear-r {
    clear: right;
}

.fl-l {
    float: left;
}

.fl-r {
    float: right;
}

.important {
    color: #de6e4b;
}

.ta-center {
    text-align: center;
}

.ta-left {
    text-align: left;
}

.ta-right {
    text-align: right;
}

.v-top {
    vertical-align: top;
}

.v-mid {
    vertical-align: middle;
}

.nowrap {
    white-space: nowrap;
}

.at-mainer {
    min-width: 280px;
    max-width: 940px;
    margin: 0 auto;
    padding: 0 15px;
}
.at-mainer.no-pad {
    padding: 0;
}

.at-gWrapper {
    display: table;
    width: 100%;
    height: 100%;
}

.at-cWrapper {
    display: table-row;
}
.at-cWrapper .wrapper-cell {
    display: table-cell;
    padding-bottom: 25px;
}
.at-cWrapper .wrapper-cell:not(*:root) {
    height: 100%;
}

.at-hWrapper {
    display: table-header-group;
}
.at-hWrapper .wrapper-cell {
    display: table-cell;
    height: 1px;
}

.at-fWrapper {
    display: table-footer-group;
}
.at-fWrapper .wrapper-cell {
    display: table-cell;
    height: 1px;
}

strong, b, .stagstrong, .stagb {
    font-weight: 500;
}

.at-btn {
    display: inline-block;
    vertical-align: middle;
    padding: 0 10px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    height: 55px;
    background-color: #fff;
    border: 1px solid #2f86c2;
    color: #2f86c2;
    cursor: pointer;
    text-decoration: none;
    font-weight: 500;
    border-radius: 10px;
    line-height: 53px;
    font-size: 16px;
    min-width: 200px;
    text-align: center;
    -webkit-appearance: none;
}
.at-btn:hover {
    background-color: #2f86c2;
    border: 1px solid #2f86c2;
    color: #fff;
    text-decoration: none;
}
.at-btn:active {
    background-color: #3f7499;
    border: 1px solid #3f7499;
    color: #fff;
    text-decoration: none;
}
.at-btn.small {
    height: 43px;
    line-height: 43px;
    min-width: 154px;
}

.at-select, select {
    width: 100% !important;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    position: relative;
    height: 42px;
    border: 1px solid #d6d6d6;
    background-color: #f6f9fc;
    padding: 0 30px 0 12px;
    overflow: hidden;
    white-space: nowrap;
    border-radius: 4px;
}
.at-select.disabled {
    opacity: 0.4;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=40)";
    filter: alpha(opacity=40);
}
.at-select.focus {
    border-color: #ffbd3e;
    box-shadow: 0 0 10px #ffbd3e;
}
.at-select.required {
    border-color: #de6e4b;
}
.at-select > span {
    position: relative;
    display: block;
    width: 100% !important;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    overflow: hidden;
    line-height: 42px;
    color: #999999;
}
.at-select:after {
    content: '';
    position: absolute;
    top: 18px;
    right: 8px;
    width: 16px;
    height: 9px;
    background: url("/image/icons.png") no-repeat -21px -100px;
}
.at-select select {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 42px;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    margin: 0;
}

.at-checkbox {
    display: inline-block;
    vertical-align: middle;
}
.at-checkbox > span {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    position: relative;
    width: 16px;
    height: 16px;
    display: block;
    background: url("/image/checker-skin.png") no-repeat left top;
}
.at-checkbox > span.checked {
    background: url("/image/checker-skin.png") no-repeat left bottom;
}
.at-checkbox > span input {
    opacity: 0;
    position: absolute;
    margin: 0;
    width: 100%;
    height: 100%;
}

.at-radio {
    display: inline-block;
    vertical-align: middle;
}
.at-radio > span {
    position: relative;
    width: 17px;
    height: 17px;
    display: block;
    background: url("/image/radio-skin.png") no-repeat left top;
}
.at-radio > span.checked {
    background: url("/image/radio-skin.png") no-repeat left bottom;
}
.at-radio > span input {
    opacity: 0;
    position: absolute;
    margin: 0;
    width: 100%;
    height: 100%;
}

.at-ul {
    list-style: none;
    margin: 0 0 20px 0;
    padding: 0;
}
.at-ul > li {
    position: relative;
    padding: 0 0 0 14px;
    color: #666666;
    font-size: 13px;
    margin: 0 0 5px 0;
}
.at-ul > li .market-text {
    color: #333333;
}
.at-ul > li:before {
    content: "";
    position: absolute;
    left: 0;
    top: 6px;
    width: 3px;
    height: 3px;
    border-radius: 2px;
    background-color: #b03b16;
}

.at-table-striped {
    width: 100%;
    border-collapse: collapse;
}
.at-table-striped tr {
    background-color: #f1f1f1;
}
.at-table-striped tr:nth-child(even) {
    background-color: #f7f7f7;
}
.at-table-striped tr:first-child td {
    border-top: none;
}
.at-table-striped td {
    padding: 7px 15px;
    color: #666666;
    font-size: 16px;
    border-top: 2px solid #fff;
}

.at-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;
}
.at-block-popup:before, .at-block-popup:after {
    content: '';
    display: block;
    height: 150px;
    width: 100%;
}
.at-block-popup .dark {
    position: fixed;
    z-index: 1001;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.7);
}
.at-block-popup .block-popup {
    background-color: #ffffff;
    position: relative;
    z-index: 1002;
    min-width: 280px;
    max-width: 940px;
    margin: 0 auto;
}
.at-block-popup .popup-head {
    position: relative;
    padding: 10px 50px;
    color: #383838;
    font-size: 30px;
    text-transform: uppercase;
}
.at-block-popup .popup-body {
    padding: 0 50px 20px 50px;
}
.at-block-popup .close {
    position: absolute;
    right: 34px;
    top: 22px;
    width: 17px;
    height: 17px;
    background: url("/image/icons.png") no-repeat -50px -300px;
}
.at-block-popup .close:hover {
    text-decoration: none;
    opacity: 0.8;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
    filter: alpha(opacity=80);
}

.at-pages-menu {
    text-align: center;
    position: relative;
}
.at-pages-menu .inner-pages > a {
    display: inline-block;
    vertical-align: top;
    color: #999999;
    margin: 10px;
}
.at-pages-menu .inner-pages > a:hover {
    color: #2f86c2;
    text-decoration: none;
}
.at-pages-menu .mob-header-pages {
    display: none;
}
.at-pages-menu .mob-links {
    display: none;
}

.at-docs-link {
    position: absolute;
    right: 0;
    top: 0;
    height: 37px;
    line-height: 37px;
}
.at-docs-link > a {
    display: block;
    position: relative;
    padding: 0 0 0 33px;
    color: #999999;
}
.at-docs-link > a:hover {
    color: #2f86c2;
    text-decoration: none;
}
.at-docs-link > a:before {
    content: "";
    position: absolute;
    left: 0;
    top: 5px;
    width: 21px;
    height: 27px;
    background: url("/image/icons.png") no-repeat 0 0;
}

.at-mid-header {
    background-color: #fff;
}
.at-mid-header .mid-header-wrap {
    display: table;
    width: 100%;
    height: 100px;
}
.at-mid-header .mid-header-part {
    display: table-cell;
    vertical-align: middle;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
.at-mid-header .logo-part {
    width: 276px;
}
.at-mid-header .user-part {
    width: 214px;
}
.at-mid-header .phones-part {
    vertical-align: top;
}

.at-logo-top {
    display: block;
    margin: 0;
}
.at-logo-top > img {
    display: block;
    max-width: 256px;
    max-height: 60px;
}

.at-phones-top .phones-top-drop {
    display: none;
}

.at-mask {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 10;
    display: none;
}

.at-mob-toggle-menu {
    display: none;
}

.at-auth-block {
    float: left;
    position: relative;
}
.at-auth-block.loged > a:before {
    width: 38px;
    height: 38px;
    background: url("/image/icons.png") no-repeat -100px -50px;
    margin: 0 0 0 -16px;
}
.at-auth-block.loged > a > span {
    position: relative;
}
.at-auth-block.loged > a > span:before {
    content: '';
    position: absolute;
    right: -17px;
    top: 3px;
    width: 12px;
    height: 7px;
    background: url("/image/icons.png") no-repeat -21px -100px;
}
.at-auth-block.active > a span, .at-auth-block:hover > a span {
    color: #da5931;
}
.at-auth-block > a {
    height: 100px;
    width: 102px;
    position: relative;
    display: block;
    padding: 66px 0 0 0;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    text-align: center;
}
.at-auth-block > a:before {
    content: '';
    position: absolute;
    left: 50%;
    top: 24px;
    width: 34px;
    height: 34px;
    background: url("/image/icons.png") no-repeat -100px 0;
    margin: 0 0 0 -17px;
}
.at-auth-block > a:hover {
    text-decoration: none;
}
.at-auth-block > a > span {
    display: inline-block;
    vertical-align: top;
    font-size: 12px;
    color: #2f86c2;
}
.at-auth-block .auth-menu {
    position: absolute;
    left: 50%;
    top: 100%;
    margin: -5px 0 0 -115px;
    width: 250px;
    background-color: #fff;
    z-index: 11;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    box-shadow: 0 0 10px #cadae2;
    display: none;
}
.at-auth-block .menu-header {
    display: none;
}
.at-auth-block .manager {
    display: none;
}
.at-auth-block .user-name {
    background-color: #fffbf5;
    width: 100%;
    height: 56px;
    border-top: 4px solid #ffbd3e;
}
.at-auth-block .user-name td {
    vertical-align: middle;
    padding: 4px 20px;
    line-height: 18px;
    font-size: 16px;
    color: #2f86c2;
}
.at-auth-block .user-name td > a {
    color: inherit;
    font-size: inherit;
}
.at-auth-block .list {
    list-style: none;
    margin: 0;
    padding: 13px 0 0 0;
}
.at-auth-block .list > li {
    padding: 6px 20px;
}
.at-auth-block .list > li.logout {
    border-top: 1px dashed #d7dee4;
    padding: 18px 20px;
    margin: 16px 0 0 0;
}
.at-auth-block .list a {
    color: #666666;
    font-size: 16px;
}
.at-auth-block .list a.selected {
    color: #999999;
}
.at-auth-block .list a:hover {
    text-decoration: none;
    color: #2f86c2;
}
.at-auth-block .list .count {
    color: #da5931;
}

.at-basket-widget {
    float: right;
}
.at-basket-widget > a {
    display: block;
    width: 80px;
    height: 100px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 66px 0 0 0;
    position: relative;
    text-align: center;
}
.at-basket-widget > a:before {
    content: '';
    position: absolute;
    left: 50%;
    top: 24px;
    width: 35px;
    height: 35px;
    background: url("/image/icons.png") no-repeat -150px 0;
    margin: 0 0 0 -18px;
}
.at-basket-widget > a:hover {
    text-decoration: none;
}
.at-basket-widget > a:hover .name {
    color: #da5931;
}
.at-basket-widget .name {
    display: inline-block;
    vertical-align: top;
    font-size: 12px;
    color: #2f86c2;
}
.at-basket-widget .count {
    position: absolute;
    top: 19px;
    right: 11px;
    min-width: 25px;
    height: 25px;
    line-height: 26px;
    white-space: nowrap;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0 4px;
    text-align: center;
    background-color: #ffbd3e;
    border-radius: 25px;
    color: #333333;
    font-size: 12px;
}
.at-basket-widget .count.empty {
    background-color: #ffbd3e;
}
#no-pk-phones{
	display:none;
}
.at-phones-top {
    position: relative;
    margin: 8px 0 0 0;
}
.at-phones-top.active .main-phone:after {
    background: url("/image/icons.png") no-repeat 0 -65px;
}
.at-phones-top.active .inner-wrap {
    box-shadow: 0 0 10px #cadae2;
}
.at-phones-top .inner-wrap {
    position: absolute;
    left: 0;
    top: 0;
    padding: 17px 10px 17px 15px;
    background-color: #fff;
    z-index: 11;
}
.at-phones-top .link {
    color: #2f86c2;
    font-size: 12px;
    display: inline-block;
    margin: 0 0 0 38px;
}
.at-phones-top .main-phone {
    position: relative;
    padding: 0 32px 0 38px;
    font-size: 20px;
    line-height: 33px;
    margin: 0 0 6px 0;
    cursor: pointer;
}
.at-phones-top .main-phone:before, .at-phones-top .main-phone:after {
    content: "";
    position: absolute;
}
.at-phones-top .main-phone:before {
    width: 21px;
    height: 33px;
    left: 0;
    top: 0;
    background: url("/image/icons.png") no-repeat -50px 0;
}
.at-phones-top .main-phone:after {
    width: 19px;
    height: 11px;
    right: 0;
    top: 10px;
    background: url("/image/icons.png") no-repeat 0 -50px;
}
.at-phones-top .main-phone i {
    position: absolute;
    height: 22px;
    width: 25px;
    right: 0;
    top: 6px;
    border-left: 1px solid #e4e4e4;
}
.at-phones-top .phones-top-drop {
    display: none;
    padding: 14px 0 0 0;
}
.at-phones-top .phones-top-drop .phone {
    position: relative;
    padding: 0 0 0 34px;
    white-space: nowrap;
    height: 20px;
    line-height: 20px;
    font-size: 20px;
    margin: 12px 0 0 0;
}
.at-phones-top .phones-top-drop .phone:first-child {
    margin: 0;
}
.at-phones-top .phones-top-drop .phone:before {
    content: "";
    width: 20px;
    height: 20px;
    background-image: url("/image/icons.png");
    background-repeat: no-repeat;
    left: 0;
    top: 0;
    position: absolute;
}
.at-phones-top .phones-top-drop .phone.mts:before {
    background-position: -100px -200px;
}
.at-phones-top .phones-top-drop .phone.kiyv:before {
    background-position: -130px -200px;
}
.at-phones-top .phones-top-drop .phone.life:before {
    background-position: -162px -200px;
}

.at-post-header {
    background-color: #5fb5f0;
}
.at-post-header .post-header {
    display: table;
    width: 100%;
    table-layout: fixed;
    height: 70px;
}
.at-post-header .post-header-part {
    display: table-cell;
    vertical-align: middle;
}
.at-post-header .part-nav {
    width: 226px;
}
.at-post-header .part-search {
    padding: 0 0 0 64px;
}
.at-post-header .part-button {
    width: 118px;
    text-align: right;
}
.at-post-header .mob-block-search {
    display: none;
}

.at-nav {
    position: relative;
}
.at-nav:hover .nav-drop {
    display: block;
}
.at-nav .mob-toggle {
    display: none;
}
.at-nav > a {
    font-size: 18px;
    text-transform: uppercase;
    color: #fff;
    display: block;
    height: 70px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    white-space: nowrap;
    padding: 24px 9px 0 17px;
    background-color: #409ede;
}
.at-nav > a:hover {
    text-decoration: none;
}
.at-nav > a strong, .at-nav > a .stagstrong {
    position: relative;
    padding-right: 30px;
}
.at-nav > a i {
    position: absolute;
    right: 0;
    top: 5px;
    width: 19px;
    height: 11px;
    margin: 0 0 0 6px;
    background: url("/image/icons.png") no-repeat -21px -50px;
}
.at-nav .nav-drop {
    position: absolute;
    top: 100%;
    left: -10px;
    overflow: hidden;
    padding: 0 10px 10px 10px;
    display: none;
    z-index: 11;
    background-color: transparent;
}
.at-nav .nav-drop .mob-head {
    display: none;
}
.at-nav .nav-drop-inner {
    background-color: #fff;
    box-shadow: 0 0 10px #cadae2;
    position: relative;
    overflow: hidden;
}
.at-nav .nav-drop-inner.x2 {
    width: 498px;
}
.at-nav .nav-drop-inner.x3 {
    width: 724px;
}
.at-nav .nav-drop-inner ul {
    list-style: none;
    margin: 0;
    padding: 0;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    min-height: 376px;
}
.at-nav .nav-drop-inner ul > li > a {
    display: block;
    color: #666666;
    font-size: 16px;
    padding: 8px 12px;
    line-height: 20px;
}
.at-nav .nav-drop-inner ul > li > a:hover {
    color: #2f86c2;
    text-decoration: none;
}
.at-nav .nav-drop-inner .lvl1 {
    width: 226px;
    position: relative;
}
.at-nav .nav-drop-inner .lvl1 > li:hover > a {
    background-color: #e5edf1;
    color: #2f86c2;
    position: relative;
}
.at-nav .nav-drop-inner .lvl1 > li:hover > .lvl2 {
    display: block;
}
.at-nav .nav-drop-inner .lvl1 .js-has-lvl2:hover > a:after {
    content: "";
    width: 10px;
    height: 100%;
    left: 100%;
    top: 0;
    position: absolute;
    z-index: 1;
    background-color: #e5edf1;
}
.at-nav .nav-drop-inner .lvl2 {
    width: 272px;
    background-color: #e5edf1;
    border-right: 1px solid #d7e3ea;
    box-shadow: inset 5px 0 10px -5px #cadae2;
    left: 100%;
    top: 0;
    display: none;
    position: absolute;
}
.at-nav .nav-drop-inner .lvl2 > li:hover a {
    color: #2f86c2;
    text-decoration: none;
}
.at-nav .nav-drop-inner .lvl2 > li:hover > .lvl3 {
    display: block;
}
.at-nav .nav-drop-inner .lvl3 {
    width: 226px;
    left: 100%;
    top: 0;
    position: absolute;
    display: none;
    box-shadow: inset 5px 0 10px -5px #cadae2;
}

.at-block-search {
    position: relative;
    padding: 0 35px 0 0;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
.at-block-search .close {
    display: none;
}
.at-block-search input[type=text] {
    border: 1px solid #ededed;
    border-right: none;
    border-radius: 4px 0 0 4px;
}
.at-block-search input[type=text]::-webkit-input-placeholder {
    font-style: italic;
    color: #999999;
}
.at-block-search input[type=text]::-moz-placeholder {
    font-style: italic;
    color: #999999;
}
.at-block-search input[type=text]:-moz-placeholder {
    font-style: italic;
    color: #999999;
}
.at-block-search input[type=text]:-ms-input-placeholder {
    font-style: italic;
    color: #999999;
}
.at-block-search input[type=submit] {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    height: 42px;
    width: 36px;
    position: absolute;
    right: 0;
    top: 0;
    border: 1px solid #ededed;
    border-radius: 0 4px 4px 0;
    background-color: #ffbd3e;
    border-left: none;
    background-image: url("/image/icon-search.png");
    background-repeat: no-repeat;
    background-position: center;
    cursor: pointer;
}
.at-block-search input[type=submit]:hover {
    background-color: #da5931;
}
.at-block-search input[type=submit]:active {
    background-color: #b03b16;
}

.at-top-button {
    display: inline-block;
    vertical-align: middle;
    padding: 0 4px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    height: 42px;
    background-color: transparent;
    border: 1px solid #9dd7ff;
    color: #fff;
    cursor: pointer;
    text-decoration: none;
    font-weight: 400;
    border-radius: 4px;
    line-height: 42px;
    font-size: 14px;
    min-width: 90px;
    text-align: center;
}
.at-top-button:hover {
    background-color: #409ede;
    border: 1px solid #fff;
    color: #fff;
    text-decoration: none;
}

.at-index-banner-wrap {
    min-width: 280px;
    max-width: 1024px;
    margin: 0 auto;
    position: relative;
}

.at-index-banner .slick-slide {
    outline: none;
    position: relative;
}
.at-index-banner .slick-slide img {
    display: block;
    width: 100%;
}
.at-index-banner .slick-arrow {
    width: 18px;
    height: 32px;
    position: absolute;
    top: 50%;
    background-color: transparent;
    margin: -16px 0 0 0;
    font-size: 0;
    color: transparent;
    z-index: 2;
    border: none;
    outline: none;
    cursor: pointer;
}
.at-index-banner .slick-arrow:hover {
    opacity: 0.7;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
    filter: alpha(opacity=70);
}
.at-index-banner .slick-prev {
    left: 27px;
    background: url("/image/icons.png") no-repeat -100px -150px;
}
.at-index-banner .slick-next {
    right: 27px;
    background: url("/image/icons.png") no-repeat -150px -150px;
}
.at-index-banner .slick-dots {
    list-style: none;
    margin: 0;
    padding: 0;
    position: absolute;
    width: 100%;
    left: 0;
    bottom: 13px;
    text-align: center;
    z-index: 2;
    white-space: nowrap;
    overflow: hidden;
}
.at-index-banner .slick-dots > li {
    display: inline-block;
    margin: 0 5px;
}
.at-index-banner .slick-dots > li:hover button, .at-index-banner .slick-dots > li.slick-active button {
    background-color: #2f86c2;
}
.at-index-banner .slick-dots button {
    background-color: #b3b3b3;
    border-radius: 10px;
    font-size: 0;
    width: 10px;
    height: 10px;
    border: none;
    margin: 0;
    padding: 0;
    outline: none;
    cursor: pointer;
}
.at-index-banner .slide-content {
    position: absolute;
    left: 97px;
    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%);
}
.at-index-banner .name {
    color: #495774;
    font-size: 32px;
    line-height: 38px;
    margin: 0 0 30px 0;
    font-weight: 300;
}
.at-index-banner .text {
    color: #6f737c;
    font-size: 16px;
    line-height: 22px;
    margin: 0 0 30px 0;
}
.at-index-banner .slide-button {
    border: 2px solid #ffbd3e;
    display: inline-block;
    vertical-align: top;
    height: 36px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    line-height: 36px;
    font-weight: 500;
    text-transform: uppercase;
    border-radius: 36px;
    text-align: center;
    color: #383838;
    min-width: 150px;
    background-color: #fff;
}
.at-index-banner .slide-button:hover {
    text-decoration: none;
    opacity: 0.9;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
    filter: alpha(opacity=90);
}

.at-car-picker {
    background-color: #fff;
    border-top: 2px solid #5fb5f0;
    padding: 17px 0 21px 0;
}
.at-car-picker.home-margin {
    margin-bottom: 75px;
}
.at-car-picker .light-text {
    color: #999999;
    padding: 0 0 12px 0;
}
.at-car-picker .selector {
    display: table;
    width: 100%;
    table-layout: fixed;
    margin: 0 -5px;
}
.at-car-picker .part {
    display: table-cell;
    vertical-align: top;
    padding: 0 5px;
}

.at-index-cats {
    list-style: none;
    margin: 0 -15px 50px -15px;
    padding: 0;
}
.at-index-cats > li {
    display: inline-block;
    vertical-align: top;
    padding: 0 15px 23px 15px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 32.33%;
}

.at-index-cats-mob-list {
    display: none;
    margin: 0 0 50px 0;
}
.at-index-cats-mob-list > a {
    display: block;
    color: #2b2b2b;
    font-size: 18px;
    font-weight: 500;
    text-transform: uppercase;
    position: relative;
    padding: 16px 30px 16px 8px;
    background-color: #fff;
    box-shadow: 0 0 10px #cadae2;
    margin: 11px 0 0 0;
}
.at-index-cats-mob-list > a:first-child {
    margin: 0;
}
.at-index-cats-mob-list > a:hover {
    text-decoration: none;
}
.at-index-cats-mob-list > a:after {
    content: "";
    position: absolute;
    background-image: url("/image/icons.png");
    background-repeat: no-repeat;
    width: 11px;
    height: 19px;
    right: 13px;
    top: 18px;
    background-position: -150px -300px;
}

.at-index-cat-thumb {
    background-color: #fff;
    box-shadow: 0 0 10px #cadae2;
    padding: 20px 15px;
    line-height: 16px;
    background-position: right bottom;
    background-repeat: no-repeat;
}
.at-index-cat-thumb .name {
    font-weight: 500;
    text-transform: uppercase;
    font-size: 17px;
    margin: 0 0 23px 0;
    line-height: 18px;
}
.at-index-cat-thumb a {
    color: #2f86c2;
    display: inline-block;
    vertical-align: top;
    margin: 0 0 10px 0;
}
.at-index-cat-thumb .show-more {
    padding: 5px 0 0 0;
}
.at-index-cat-thumb .show-more a {
    color: #333333;
    text-decoration: underline;
}
.at-index-cat-thumb .show-more a:hover {
    text-decoration: none;
}

.at-toggler {
    width: 66px;
}
.at-toggler > a {
    float: left;
    width: 28px;
    height: 28px;
    border-radius: 2px;
    box-shadow: 0 0 10px #cadae2;
    position: relative;
    margin: 0 0 0 10px;
    background-color: #fff;
}
.at-toggler > a:first-child {
    margin: 0;
}
.at-toggler > a.selected {
    background-color: transparent;
}
.at-toggler > a.selected[data-type="thumbs"]:after {
    background-position: -50px -100px;
}
.at-toggler > a.selected[data-type="thumbs"]:hover:after {
    background-position: -50px -100px;
}
.at-toggler > a.selected[data-type="list"]:after {
    background-position: -68px -100px;
}
.at-toggler > a.selected[data-type="list"]:hover:after {
    background-position: -68px -100px;
}
.at-toggler > a[data-type="thumbs"]:after {
    background-position: -50px -136px;
}
.at-toggler > a[data-type="thumbs"]:hover:after {
    background-position: -50px -118px;
}
.at-toggler > a[data-type="list"]:after {
    background-position: -68px -136px;
}
.at-toggler > a[data-type="list"]:hover:after {
    background-position: -68px -118px;
}
.at-toggler > a:after {
    content: "";
    position: absolute;
    left: 6px;
    top: 6px;
    width: 16px;
    height: 16px;
    background-image: url("/image/icons.png");
    background-repeat: no-repeat;
}

.at-index-brands-title {
    padding-right: 68px;
}

.at-index-brands {
    position: relative;
}
.at-index-brands .at-toggler {
    position: absolute;
    right: 0;
    top: -53px;
}
.at-index-brands .container.thumbs {
    text-align: justify;
    line-height: 0;
    margin: 0 -7px 50px -7px;
}
.at-index-brands .container.list {
    margin: 0 0 50px 0;
}
.at-index-brands .show-more {
    text-align: center;
    padding: 12px 7px 0 7px;
}

.at-brand-thumb {
    display: inline-block;
    vertical-align: top;
    margin: 0 5px 19px 5px;
    width: 130px;
    height: 130px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border: 2px solid #f1f5f9;
    background-color: #fff;
    text-align: center;
    line-height: 17px;
    border-radius: 5px;
    box-shadow: 0 0 3px #f2f6fa;
}
.at-brand-thumb.empty {
    height: 0;
    overflow: hidden;
    box-shadow: none !important;
    margin: 0 5px 0 5px;
    border: none !important;
}
.at-brand-thumb:hover {
    border-color: #2f86c2;
    box-shadow: 0 0 10px #2f86c2;
    text-decoration: none;
}
.at-brand-thumb .image {
    display: table;
    width: 100%;
    height: 87px;
}
.at-brand-thumb .image > i {
    display: table-cell;
    vertical-align: middle;
}
.at-brand-thumb .image img {
    display: block;
    margin: 0 auto;
    max-width: 95%;
    max-height: 95%;
}
.at-brand-thumb .caption {
    color: #999999;
    display: block;
}
.at-brand-thumb .brand {
    color: #2b2b2b;
    font-weight: 500;
    text-transform: uppercase;
}

.at-brands-list {
    list-style: none;
    margin: 0;
    padding: 0;
    -moz-column-count: 5;
    -webkit-column-count: 5;
    column-count: 5;
}
.at-brands-list li {
    display: inline-block;
    vertical-align: top;
    line-height: 16px;
    padding: 0 0 12px 0;
	width: 150px;
}

.at-product-carousel {
    margin: 0 -17px 0 -17px;
}
.at-product-carousel .line {
    height: 550px;
    margin: 0 0 -38px 0;
}
.at-product-carousel .slick-slide {
    outline: none;
}
.at-product-carousel .slick-list {
    z-index: 10;
    padding: 0 4px;
    left: 0;
}
.at-product-carousel .at-thumb-element .inner-wrap {
    height: 350px;
}
.at-product-carousel .at-thumb-element .x3-overflow {
    color: #2f86c2;
    line-height: 20px;
    height: 60px;
    overflow: hidden;
    margin: 0 0 13px 0;
}
.at-product-carousel .at-thumb-element .x3-overflow:hover {
    text-decoration: underline;
}
.at-product-carousel .slick-dots {
    z-index: 1;
    height: 53px;
    background-color: #fff;
    width: 296px;
    position: absolute;
    left: 50%;
    margin: 0 0 0 -148px;
    bottom: 90px;
    list-style: none;
    padding: 0 55px;
    text-align: center;
    box-shadow: 0 0 10px #cadae2;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    white-space: nowrap;
    overflow: hidden;
}
.at-product-carousel .slick-dots > li {
    display: inline-block;
    margin: 0 5px;
}
.at-product-carousel .slick-dots > li.slick-active button, .at-product-carousel .slick-dots > li:hover button {
    background-color: #2f86c2;
}
.at-product-carousel .slick-dots button {
    background-color: #b3b3b3;
    border-radius: 10px;
    font-size: 0;
    width: 10px;
    height: 10px;
    border: none;
    margin: 22px 0 0 0;
    padding: 0;
    outline: none;
    cursor: pointer;
}
.at-product-carousel .slick-arrow {
    font-size: 0;
    color: transparent;
    z-index: 2;
    border: none;
    outline: none;
    cursor: pointer;
    width: 56px;
    height: 53px;
    background: #fff;
    position: absolute;
    bottom: 90px;
    left: 50%;
}
.at-product-carousel .slick-arrow:before {
    content: "";
    position: absolute;
    width: 18px;
    height: 32px;
    top: 11px;
}
.at-product-carousel .slick-prev {
    margin: 0 0 0 -148px;
    border-right: 1px solid #d6d6d6;
}
.at-product-carousel .slick-prev:before {
    background: url("/image/icons.png") no-repeat -23px -350px;
    left: 20px;
}
.at-product-carousel .slick-prev:hover:before {
    background: url("/image/icons.png") no-repeat -23px -386px;
}
.at-product-carousel .slick-prev:active:before {
    background: url("/image/icons.png") no-repeat -23px -422px;
}
.at-product-carousel .slick-next {
    margin: 0 0 0 92px;
    border-left: 1px solid #d6d6d6;
}
.at-product-carousel .slick-next:before {
    background: url("/image/icons.png") no-repeat 0px -350px;
    right: 20px;
}
.at-product-carousel .slick-next:hover:before {
    background: url("/image/icons.png") no-repeat 0px -386px;
}
.at-product-carousel .slick-next:active:before {
    background: url("/image/icons.png") no-repeat 0px -422px;
}

.at-index-blog {
    margin: 0 -15px 40px -15px;
    background-color: #fff;
    box-shadow: 0 0 10px #cadae2;
    padding: 15px;
}
.at-index-blog.controls {
    margin-bottom: 75px;
}
.at-index-blog .blog-list {
    line-height: 0;
    font-size: 0;
    margin: 0 -15px;
}
.at-index-blog .blog-item {
    font-size: 14px;
    display: inline-block;
    vertical-align: top;
    padding: 0 15px;
    width: 33.3%;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    line-height: 24px;
}
.at-index-blog .image {
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    display: block;
    margin: 0 0 26px 0;
}
.at-index-blog .image img {
    display: block;
    margin: 0;
    width: 100%;
}
.at-index-blog .name {
    display: block;
    font-size: 18px;
}
.at-index-blog .date {
    font-size: 12px;
    color: #cccccc;
}
.at-index-blog .text {
    color: #666666;
}
.at-index-blog .slick-dots {
    height: 53px;
    background-color: #fff;
    width: calc(100% - 26px);
    position: absolute;
    left: 13px;
    bottom: -90px;
    list-style: none;
    padding: 0;
    text-align: center;
    margin: 0;
    box-shadow: 0 0 10px #cadae2;
    white-space: nowrap;
    overflow: hidden;
}
.at-index-blog .slick-dots > li {
    display: inline-block;
    margin: 0 5px;
}
.at-index-blog .slick-dots > li.slick-active button, .at-index-blog .slick-dots > li:hover button {
    background-color: #2f86c2;
}
.at-index-blog .slick-dots button {
    background-color: #b3b3b3;
    border-radius: 10px;
    font-size: 0;
    width: 10px;
    height: 10px;
    border: none;
    margin: 22px 0 0 0;
    padding: 0;
    outline: none;
    cursor: pointer;
}
.at-index-blog .slick-arrow {
    font-size: 0;
    color: transparent;
    z-index: 2;
    border: none;
    outline: none;
    cursor: pointer;
    width: 56px;
    height: 53px;
    background: #fff;
    position: absolute;
    bottom: -90px;
}
.at-index-blog .slick-arrow:before {
    content: "";
    position: absolute;
    width: 18px;
    height: 32px;
    top: 11px;
}
.at-index-blog .slick-prev {
    left: 13px;
    border-right: 1px solid #d6d6d6;
}
.at-index-blog .slick-prev:before {
    background: url("/image/icons.png") no-repeat -23px -350px;
    left: 20px;
}
.at-index-blog .slick-prev:hover:before {
    background: url("/image/icons.png") no-repeat -23px -386px;
}
.at-index-blog .slick-prev:active:before {
    background: url("/image/icons.png") no-repeat -23px -422px;
}
.at-index-blog .slick-next {
    right: 13px;
    border-left: 1px solid #d6d6d6;
}
.at-index-blog .slick-next:before {
    background: url("/image/icons.png") no-repeat 0px -350px;
    right: 20px;
}
.at-index-blog .slick-next:hover:before {
    background: url("/image/icons.png") no-repeat 0px -386px;
}
.at-index-blog .slick-next:active:before {
    background: url("/image/icons.png") no-repeat 0px -422px;
}

.at-seo {
    color: #969ea6;
    line-height: 24px;
    padding: 24px 0;
}
.at-seo p {
    margin: 0 0 24px 0;
    color: inherit;
}
.at-seo a {
    color: inherit;
}

.at-custom-select-wrap {
    position: relative;
}
.at-custom-select-wrap select {
    z-index: -2;
}
.at-custom-select-wrap.hide-select select {
    display: none;
    -webkit-appearance: none;
}
.at-custom-select-wrap.opened .at-select {
    box-shadow: 0 0 10px #cadae2;
    border-color: #fff !important;
    background-color: #fff !important;
}
.at-custom-select-wrap.opened:after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -1px;
    width: 100%;
    height: 12px;
    background-color: #fff;
    z-index: 12;
}
.at-custom-select-wrap .select-drop {
    position: absolute;
    left: 0;
    top: 42px;
    margin: -1px 0 0 0;
    z-index: 11;
}
.at-custom-select-wrap .select-drop-inner {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    background-color: #fff;
    padding: 16px 18px 0 18px;
    box-shadow: 0 0 10px #cadae2;
    width: 626px;
    position: relative;
    z-index: 1;
}
.at-custom-select-wrap table {
    width: 100%;
    table-layout: fixed;
}
.at-custom-select-wrap table td {
    vertical-align: middle;
    padding: 0 0 16px 18px;
}
.at-custom-select-wrap table td:first-child {
    padding: 0 0 16px 0;
}
.at-custom-select-wrap .at-select.focus {
    box-shadow: none;
    border-color: #d6d6d6;
}

.at-selected-car {
    padding: 16px 0 22px 0;
    background-color: #fff;
    border-top: 2px solid #5fb5f0;
}
.at-selected-car .caption {
    text-transform: uppercase;
    font-size: 16px;
    color: #383838;
    font-weight: 500;
}
.at-selected-car .selected-car-inner {
    display: table;
    width: 100%;
    table-layout: fixed;
}
.at-selected-car .selected-car-inner .selected-car-part {
    display: table-cell;
    vertical-align: middle;
}
.at-selected-car .selected-car-inner .first {
    width: 130px;
}
.at-selected-car .selected-car-inner .second {
    width: 240px;
}
.at-selected-car .selected-car-inner .third {
    padding: 0 10px 0 28px;
    color: #999999;
}
.at-selected-car .selected-car-inner .forth {
    width: 132px;
    text-align: center;
}
.at-selected-car .image {
    display: inline-block;
    padding: 5px;
    border: 1px solid #f2f6f8;
    border-radius: 2px;
}
.at-selected-car .image img {
    display: block;
    margin: 0 auto;
    max-width: 122px;
    max-height: 83px;
}

.at-crumbs {
    padding: 10px 0 12px 0;
}
.at-crumbs .mob-link {
    display: none;
    position: relative;
    padding: 0 0 0 17px;
}
.at-crumbs .mob-link:before {
    content: "";
    position: absolute;
    left: 0;
    top: -2px;
    width: 11px;
    height: 19px;
    background: url("/image/icons.png") no-repeat -176px -300px;
}
.at-crumbs div {
    display: inline-block;
    vertical-align: top;
    position: relative;
    padding: 0 13px 5px 0;
}
.at-crumbs div:after {
    content: "";
    width: 3px;
    height: 3px;
    border-radius: 100%;
    position: absolute;
    right: 4px;
    top: 7px;
    background-color: #999999;
}
.at-crumbs div:first-child:before {
    display: none;
}
.at-crumbs div:last-child:after {
    display: none;
}
.at-crumbs div:last-child a {
    color: #999999;
}
.at-crumbs div:last-child a:hover {
    color: #999999;
    text-decoration: none;
}

.at-plist-header {
    float: left;
    width: 100%;
    padding: 0 280px 0 0;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.at-plist-tools {
    float: left;
    position: relative;
    margin: 0  0 0 -280px;
    width: 280px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
.at-plist-tools .at-toggler {
    float: right;
}
.at-plist-tools .at-sort {
    float: left;
    margin: -5px 0 0 -5px;
}

.at-sort {
    width: 200px;
    position: relative;
}
.at-sort .drop {
    list-style: none;
    margin: 0;
    padding: 0;
    position: absolute;
    left: -8px;
    top: 38px;
    box-shadow: 0 0 10px #cadae2;
    background-color: #fff;
    display: none;
    z-index: 11;
}
.at-sort .drop a {
    display: block;
    padding: 9px 30px 9px 8px;
    border-top: 1px solid #e2ebf0;
}
.at-sort .drop a:hover {
    text-decoration: none;
    color: #888888;
}
.at-sort .drop a.active {
    color: #888888;
}
.at-sort .drop a.active:hover {
    color: #888888;
}
.at-sort .drop a.active:after {
    content: "";
    width: 16px;
    height: 9px;
    position: absolute;
    right: 5px;
    top: 14px;
    background: url("/image/icons.png") no-repeat 0px -100px;
}
.at-sort .selected {
    display: block;
    margin: 5px 0 0 0;
}
.at-sort .selected:hover {
    text-decoration: none;
}
.at-sort .selected:after {
    content: "";
    width: 16px;
    height: 9px;
    margin: 0 0 0 10px;
    display: inline-block;
    vertical-align: middle;
    background: url("/image/icons.png") no-repeat 0px -100px;
}
.at-sort .selected > span {
    position: relative;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 170px;
    display: inline-block;
    vertical-align: middle;
}

.at-layer-left, .at-layer-mid {
    float: left;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.at-layer-left {
    width: 210px;
    position: relative;
    margin: 0 -210px 0 0;
}

.at-layer-mid {
    width: 100%;
    padding: 0 0 0 240px;
}
.at-layer-mid.no-left {
    padding: 0;
}

.at-filters-selected {
    padding: 10px 12px;
    background-color: #fff;
    box-shadow: 0 0 10px #cadae2;
    margin: 0 0 20px 0;
}
.at-filters-selected .mob-filter-toggle {
    margin: 0 0 18px 0;
    display: none;
}
.at-filters-selected .mob-filter-toggle .at-btn {
    height: 29px;
    line-height: 27px;
    border-radius: 3px;
    width: 100%;
    min-width: 100%;
}
.at-filters-selected .caption {
    font-weight: 500;
    text-transform: uppercase;
    margin: 0 0 16px 0;
}
.at-filters-selected .link {
    display: inline-block;
    vertical-align: top;
    margin: 0 0 14px 0;
    color: #666666;
    padding: 0 0 0 24px;
    border-radius: 2px;
    position: relative;
}
.at-filters-selected .link:hover {
    text-decoration: none;
    color: #2f86c2;
}
.at-filters-selected .link:hover:before {
    background-color: #e64810;
    background-position: -97px -360px;
}
.at-filters-selected .link:active:before {
    background-color: #b3b3b3;
    background-position: -97px -360px;
}
.at-filters-selected .link:before {
    content: "";
    position: absolute;
    left: 0;
    top: 1px;
    width: 13px;
    height: 13px;
    background-color: #f6f9fc;
    background-image: url("/image/icons.png");
    background-repeat: no-repeat;
    background-position: -97px -347px;
}
.at-filters-selected .clear-filters {
    padding: 0 0 0 24px;
}

.at-filters {
    background-color: #fff;
    box-shadow: 0 0 10px #cadae2;
}
.at-filters .mob-filter-head {
    display: none;
}
.at-filters .block-filter {
    padding: 25px 12px 10px 12px;
}
.at-filters .block-filter:first-child {
    padding: 10px 12px 10px 12px;
}
.at-filters .caption {
    font-weight: 500;
    text-transform: uppercase;
    margin: 0 0 15px 0;
}
.at-filters label {
    display: inline-block;
    position: relative;
    padding: 0 0 0 26px;
    margin: 15px 0 0 0;
}
.at-filters label:first-child {
    margin-top: 0;
}
.at-filters label .at-checkbox {
    position: absolute;
    left: 0;
    top: 0;
}
.at-filters label a {
    color: #666666;
}
.at-filters label a:hover {
    color: #2f86c2;
    text-decoration: none;
}
.at-filters label a span {
    color: #cccccc;
}
.at-filters .alltypes {
    display: inline-block;
    margin: 15px 0 0 26px;
}

.at-filter-slider .ui-slider {
    border: none;
    border-radius: 0;
    height: 5px;
    background-color: #cccccc;
}
.at-filter-slider .ui-slider-range {
    background-color: #ffbd3e;
    background-image: none;
}
.at-filter-slider .ui-slider-handle {
    width: 28px !important;
    height: 28px !important;
    border: none !important;
    border-radius: 0 !important;
    cursor: pointer;
    box-shadow: none;
    outline: none !important;
    background: url("/image/icons.png") no-repeat -50px -350px !important;
    margin-top: -5px;
    margin-left: -13px !important;
}
.at-filter-slider #slider {
    margin: 0 9px 30px 9px;
}
.at-filter-slider .fields {
    display: table;
    width: 100%;
    table-layout: fixed;
}
.at-filter-slider .fields .cell {
    display: table-cell;
    vertical-align: middle;
    padding: 0 0 0 12px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
.at-filter-slider .fields .cell:first-child {
    padding: 0;
}
.at-filter-slider .fields .cell.dash {
    width: 6px;
    text-align: center;
}
.at-filter-slider .fields .cell.dash > span {
    display: block;
    width: 6px;
    margin: 0 0 0 -3px;
    height: 1px;
    background-color: #666666;
}
.at-filter-slider .fields .cell.button-cell {
    width: 45px;
}
.at-filter-slider .fields input[type=text] {
    height: 28px;
    font-size: 14px;
    background-color: #f6f9fc;
    color: #666666;
    padding: 0 2px;
    text-align: center;
}
.at-filter-slider .fields .filters-btn {
    height: 28px;
    font-size: 0;
    background-image: url("/image/icons.png");
    background-repeat: no-repeat;
    background-position: -142px -243px;
    min-width: 33px;
    border-radius: 2px;
    background-color: #2f86c2;
}
.at-filter-slider .fields .filters-btn:hover {
    background-color: #5fb5f0;
    border-color: #5fb5f0;
}
.at-filter-slider .fields .filters-btn:active {
    background-color: #3f7499;
    border-color: #3f7499;
}

.at-plist-thumbs {
    list-style: none;
    margin: -12px -17px 18px -17px;
    padding: 0;
}
.at-plist-thumbs > li {
    display: inline-block;
    vertical-align: top;
    padding: 0 5px;
    width: 33.0%;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.mobile .at-plist-thumbs {
    margin: -1px -5px 8px -5px;
}
.mobile .at-thumb-element {
    box-shadow: 0 0 10px #cadae2;
    border-color: transparent;
    background-color: #fff;
    z-index: 3;
    position: relative;
    margin: 0 0 10px 0;
}
.mobile .at-thumb-element .inner-wrap {
    box-shadow: none;
}
.mobile .at-thumb-element .extend {
    display: block;
}
.mobile .at-thumb-element .fav, .mobile .at-thumb-element .com {
    display: block;
}
.mobile .at-product-carousel .line {
    height: auto;
    margin: 0 0 100px 0;
}
.mobile .at-product-carousel .slick-slide {
    padding: 5px 10px 5px 10px;
    outline: none;
}
.mobile .at-product-carousel .slick-dots {
    bottom: auto;
    top: calc(100% + 10px);
}
.mobile .at-product-carousel .at-thumb-element .inner-wrap {
    height: auto;
}
.mobile .at-product-carousel .slick-arrow {
    bottom: auto;
    top: calc(100% + 10px);
}

.at-thumb-element {
    padding: 10px;
    text-align: center;
    border: 2px solid transparent;
}
.at-thumb-element.ready:hover {
    box-shadow: 0 0 8px #2f86c2;
    border-color: #2f86c2;
    background-color: #fff;
    z-index: 3;
    position: relative;
}
.at-thumb-element.ready:hover .inner-wrap {
    box-shadow: none;
}
.at-thumb-element.ready:hover .extend {
    display: block;
}
.at-thumb-element.ready:hover .fav, .at-thumb-element.ready:hover .com {
    display: block;
}
.at-thumb-element .inner-wrap {
    background-color: #fff;
    padding: 4px;
    box-shadow: 0 0 10px #cadae2;
}
.at-thumb-element .image {
    display: block;
    position: relative;
    margin: 0 0 6px 0;
}
.at-thumb-element .image:hover {
    text-decoration: none;
}
.at-thumb-element .image img {
    display: block;
}
.at-thumb-element .action {
    width: 80px;
    height: 16px;
    line-height: 18px;
    text-transform: uppercase;
    background-color: #da5931;
    color: #ffffff;
    font-weight: 500;
    font-size: 10px;
    text-align: center;
    position: absolute;
    left: 0;
    top: 0;
}
.at-thumb-element .action.new {
    background-color: #9bc17e;
}
.at-thumb-element .action.recommend {
    background-color: #ffd300;
}
.at-thumb-element .fav, .at-thumb-element .com {
    position: absolute;
    right: 0;
    width: 24px;
    height: 24px;
    background-color: #fff;
    background-image: url("/image/icons.png");
    background-repeat: no-repeat;
    display: none;
}
.at-thumb-element .fav {
    top: 0;
    background-position: -149px -397px;
}
.at-thumb-element .fav:hover, .at-thumb-element .fav.active {
    background-position: -149px -458px;
}
.at-thumb-element .com {
    top: 27px;
    background-position: -149px -423px;
}
.at-thumb-element .com:hover, .at-thumb-element .com.active {
    background-position: -149px -484px;
}
.at-thumb-element .fake {
    width: 100%;
    margin: 0;
}
.at-thumb-element .real {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    max-width: 100%;
    max-height: 100%;
}
.at-thumb-element .name {
    line-height: 20px;
    color: #666666;
    margin: 0 0 18px 0;
}
.at-thumb-element .brand-name {
    margin: 0 0 13px 0;
}
.at-thumb-element .brand-name a {
    text-transform: uppercase;
    text-decoration: underline;
}
.at-thumb-element .brand-name a:hover {
    text-decoration: none;
}
.at-thumb-element .options {
    margin: 0 0 14px 0;
}
.at-thumb-element .options > a {
    margin: 0 2px 0 6px;
}
.at-thumb-element .green {
    color: #009900;
}
.at-thumb-element .grey {
    color: #666666;
}
.at-thumb-element .price {
    font-size: 24px;
    color: #da5931;
    font-weight: 500;
    margin: 0 0 5px 0;
}
.at-thumb-element .price .cur {
    font-size: 14px;
    font-weight: 400;
}
.at-thumb-element .price-old {
    color: #999999;
    font-weight: 500;
    margin: 0 0 8px 0;
    text-decoration: line-through;
}
.at-thumb-element .price-old .cur {
    font-size: 14px;
    font-weight: 400;
}
.at-thumb-element .extend {
    display: none;
    text-align: left;
    line-height: 23px;
    padding: 4px;
}
.at-thumb-element .extend .at-btn {
    margin: 0 0 16px 0;
    height: 43px;
    line-height: 41px;
    min-width: 100%;
}
.at-thumb-element .buy {
    text-align: center;
}
.at-thumb-element .inbasket,
.at-btn.inbasket {
    font-size: 0;
    background-color: #ffbd3e;
    border-color: #ffbd3e;
    position: relative;
}
.at-thumb-element .inbasket:after,
.at-btn.inbasket:after {
    position: absolute;
    content: "";
    width: 15px;
    height: 10px;
    background: url("/image/icons.png") no-repeat -150px -250px;
    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%);
}
.at-thumb-element .extra {
    color: #969ea6;
    margin: 0 -7px;
}
.at-thumb-element .extra a {
    color: inherit;
}

.at-show-more {
    margin: 0 0 20px 0;
}
.at-show-more .at-btn {
    width: 100%;
}

.at-stepper {
    height: 53px;
    background-color: #fff;
    width: 100%;
    list-style: none;
    text-align: center;
    margin: 0;
    box-shadow: 0 0 10px #cadae2;
    padding: 0 60px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    position: relative;
}
.at-stepper a.prev, .at-stepper a.next {
    background-color: transparent;
    font-size: 0;
    color: transparent;
    z-index: 2;
    border: none;
    outline: none;
    cursor: pointer;
    width: 56px;
    height: 53px;
    background: none;
    position: absolute;
    top: 0;
}
.at-stepper a.prev:before, .at-stepper a.next:before {
    content: "";
    position: absolute;
    width: 18px;
    height: 32px;
    top: 11px;
}
.at-stepper a.prev {
    left: 0;
    border-right: 1px solid #d6d6d6;
}
.at-stepper a.prev:before {
    background: url("/image/icons.png") no-repeat -23px -350px;
    left: 20px;
}
.at-stepper a.prev:hover:before {
    background: url("/image/icons.png") no-repeat -23px -386px;
}
.at-stepper a.prev:active:before {
    background: url("/image/icons.png") no-repeat -23px -422px;
}
.at-stepper a.next {
    right: 0;
    border-left: 1px solid #d6d6d6;
}
.at-stepper a.next:before {
    background: url("/image/icons.png") no-repeat 0px -350px;
    right: 20px;
}
.at-stepper a.next:hover:before {
    background: url("/image/icons.png") no-repeat 0px -386px;
}
.at-stepper a.next:active:before {
    background: url("/image/icons.png") no-repeat 0px -422px;
}
.at-stepper .step {
    display: inline-block;
    vertical-align: top;
    font-size: 15px;
    line-height: 16px;
    font-weight: 500;
    margin: 20px 3px 0 7px;
}
.at-stepper .step:hover, .at-stepper .step.selected {
    text-decoration: none;
    color: #b3b3b3;
}

.at-plist-list {
    background-color: #fff;
    box-shadow: 0 0 10px #cadae2;
    margin: 0 0 20px 0;
}

.at-list-element {
    display: table;
    width: 100%;
    table-layout: fixed;
    background-color: #fff;
    border-top: 1px solid #ebeff3;
    padding: 11px 0;
    position: relative;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
.at-list-element:hover {
    background-color: #fff7e7;
}
.at-list-element:hover .action-links {
    background-color: #fff7e7;
    display: block;
}
.at-list-element .action-links {
    position: absolute;
    left: -30px;
    top: 0;
    width: 30px;
    height: 100%;
    background-color: #fff;
    display: none;
}
.at-list-element .aligment {
    position: absolute;
    left: 4px;
    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%);
}
.at-list-element .fav, .at-list-element .com {
    display: block;
    width: 24px;
    height: 24px;
    background-color: #fff;
    background-image: url("/image/icons.png");
    background-repeat: no-repeat;
}
.at-list-element .fav {
    margin: 0 0 1px 0;
    background-position: -149px -397px;
}
.at-list-element .fav:hover, .at-list-element .fav.active {
    background-position: -149px -458px;
}
.at-list-element .com {
    background-position: -149px -423px;
}
.at-list-element .com:hover, .at-list-element .com.active {
    background-position: -149px -484px;
}
.at-list-element:first-child {
    border-top: none;
}
.at-list-element .element-part {
    display: table-cell;
    vertical-align: middle;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
.at-list-element .brand-part {
    /*width: 80px;*/
	width: 150px;
	padding-left: 7px;
}
.at-list-element .code-part {
    width: 100px;
}
.at-list-element .photo-part {
    width: 30px;
}
.at-list-element .name-part a {
    color: #666666;
}
.at-list-element .data-part {
    width: 310px;
}
.at-list-element .image-brand img {
    max-width: 75px;
    max-height: 65px;
    display: block;
    /*margin: 0 auto;*/
}
.at-list-element .photo {
    cursor: pointer;
    width: 19px;
    height: 17px;
    display: inline-block;
    background-image: url("/image/icons.png");
    background-repeat: no-repeat;
    background-position: -50px -400px;
    position: relative;
}
.at-list-element .photo:hover {
    background-position: -50px -427px;
}
.at-list-element .photo:hover .photo-view {
    display: table;
}
.at-list-element .photo.nophoto {
    cursor: default;
    background-position: -50px -454px !important;
}
.at-list-element .photo-view {
    display: none;
    width: 200px;
    height: 200px;
    background-color: #fff;
    box-shadow: 0 0 10px #cadae2;
    position: absolute;
    left: 50%;
    bottom: 100%;
    margin: 0 0 10px 0;
    -moz-transform: translate(-50%, 0);
    -webkit-transform: translate(-50%, 0);
    -o-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    z-index: 100;
}
.at-list-element .photo-view > i {
    display: table-cell;
    vertical-align: middle;
}
.at-list-element .photo-view > i img {
    display: block;
    margin: 0 auto;
    max-width: 200px;
    max-height: 200px;
}
.at-list-element .price {
    color: #383838;
    font-weight: 500;
}
.at-list-element .buy .at-btn {
    font-size: 0;
    height: 29px;
    line-height: 27px;
    border-radius: 2px;
    position: relative;
    min-width: 35px;
    width: 35px;
}
.at-list-element .buy .at-btn i {
    position: absolute;
    left: 50%;
    top: 50%;
    width: 18px;
    height: 18px;
    margin: -9px 0 0 -9px;
    background-image: url("/image/icons.png");
    background-repeat: no-repeat;
    background-position: -100px -250px;
}
.at-list-element .buy .at-btn:hover, .at-list-element .buy .at-btn:active {
    background-color: #fff;
    border-color: #ffbd3e;
}
.at-list-element .buy .at-btn.inbasket {
    font-size: 0;
    background-color: #ffbd3e;
    border-color: #ffbd3e;
    position: relative;
}
.at-list-element .buy .at-btn.inbasket i {
    position: absolute;
    margin: 0;
    width: 15px;
    height: 10px;
    background: url("/image/icons.png") no-repeat -150px -250px;
    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%);
}
.at-list-element .count input[type=text] {
    height: 28px;
    font-size: 14px;
    background-color: #f6f9fc;
    color: #666666;
    padding: 0 2px;
    text-align: center;
    width: 43px;
}
.at-list-element .count .unit {
    display: inline-block;
    color: #999999;
}
.at-list-element .amount-link, .at-list-element .days-link {
    display: inline-block;
    position: relative;
}
.at-list-element .amount-link:hover .tip, .at-list-element .days-link:hover .tip {
    display: block;
}
.at-list-element .amount-link {
    color: #009900;
}
.at-list-element .amount-link.outoffstock {
    color: #cccccc;
}
.at-list-element .amount-link .tip {
    bottom: 100%;
    margin: 0 0 8px 0;
}
.at-list-element .days-link {
    color: #666666;
}
.at-list-element .days-link .tip {
    top: 100%;
    margin: 8px 0 0 0;
}
.at-list-element .tip {
    position: absolute;
    padding: 6px 10px;
    background-color: #fff;
    box-shadow: 0 0 10px #cadae2;
    color: #969ea6;
    white-space: nowrap;
    left: 50%;
    -moz-transform: translate(-50%, 0);
    -webkit-transform: translate(-50%, 0);
    -o-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    display: none;
    z-index: 1;
}

.at-popup-basket .at-btn {
    height: 43px;
    line-height: 41px;
}
.at-popup-basket .basket-buttons {
    border-top: 1px solid #ebeff3;
    padding: 20px 0 36px 0;
}
.at-popup-basket .basket-buttons .clear-btn {
    float: left;
    border-color: #666666;
    color: #666666;
}
.at-popup-basket .basket-buttons .clear-btn:hover, .at-popup-basket .basket-buttons .clear-btn:active {
    border-color: #2f86c2;
    color: #fff;
}
.at-popup-basket .basket-buttons .makorder {
    float: right;
}
.at-popup-basket .notice {
    background-color: #fffbf5;
    padding: 30px 50px;
    margin: 0 -50px -20px -50px;
    color: #666666;
}
.at-popup-basket .notice .caption {
    text-transform: uppercase;
    font-weight: 500;
    margin: 0 0 13px 0;
}
.at-popup-basket .notice table {
    border-collapse: collapse;
    margin: 19px 0 0 0;
}
.at-popup-basket .notice table td {
    padding: 0 0 0 10px;
}
.at-popup-basket .notice table td:first-child {
    padding: 0;
}
.at-popup-basket .notice .text {
    line-height: 24px;
    color: inherit;
}
.at-popup-basket .notice .phone {
    width: 273px;
}

.at-list-basket-table {
    width: 100%;
    border-collapse: collapse;
}
.at-list-basket-table td {
    vertical-align: middle;
    padding: 4px 0;
}
.at-list-basket-table td.days-cell {
    width: 70px;
    white-space: nowrap;
    text-align: center;
}
.at-list-basket-table td.weight-cell {
    width: 70px;
}
.at-list-basket-table td.count-cell {
    white-space: nowrap;
}
.at-list-basket-table td.price-cell {
    white-space: nowrap;
    width: 70px;
    position: relative;
}
.at-list-basket-table td.total-caption {
    padding: 0 30px 0 0;
    text-align: right;
}
.at-list-basket-table td .delete {
    position: absolute;
    right: -15px;
    top: 50%;
    margin: -6px 0 0 0;
    width: 13px;
    height: 13px;
    background-color: #f6f9fc;
    background-image: url("/image/icons.png");
    background-repeat: no-repeat;
    background-position: -97px -347px;
}
.at-list-basket-table td .delete:hover {
    background-color: #e64810;
    background-position: -97px -360px;
}
.at-list-basket-table td .delete:active {
    background-color: #b3b3b3;
    background-position: -97px -360px;
}
.at-list-basket-table .price-total {
    color: #da5931;
    font-weight: 500;
}

.at-basket-element {
    display: table;
    width: 100%;
    table-layout: fixed;
    background-color: #fff;
    border-top: 1px solid #ebeff3;
    padding: 11px 0;
    position: relative;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
.at-basket-element .mob-settings-basket {
    display: none;
}
.at-basket-element .element-part {
    display: table-cell;
    vertical-align: middle;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
.at-basket-element .brand-part {
    /*width: 80px;*/
	width: 120px;
}
.at-basket-element .code-part {
    width: 100px;
}
.at-basket-element .photo-part {
    width: 30px;
}
.at-basket-element .name-part a {
    color: #666666;
}
.at-basket-element .data-part {
    width: 400px;
}
.at-basket-element .image-brand img {
    max-width: 75px;
    max-height: 65px;
    display: block;
   /* margin: 0 auto;*/
}
.at-basket-element .photo {
    cursor: pointer;
    width: 19px;
    height: 17px;
    display: inline-block;
    background-image: url("/image/icons.png");
    background-repeat: no-repeat;
    background-position: -50px -400px;
    position: relative;
}
.at-basket-element .photo:hover {
    background-position: -50px -427px;
}
.at-basket-element .photo:hover .photo-view {
    display: table;
}
.at-basket-element .photo.nophoto {
    cursor: default;
    background-position: -50px -454px !important;
}
.at-basket-element .photo-view {
    display: none;
    width: 200px;
    height: 200px;
    background-color: #fff;
    box-shadow: 0 0 10px #cadae2;
    position: absolute;
    left: 50%;
    bottom: 100%;
    margin: 0 0 10px 0;
    -moz-transform: translate(-50%, 0);
    -webkit-transform: translate(-50%, 0);
    -o-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
	z-index: 100;
}
.at-basket-element .photo-view > i {
    display: table-cell;
    vertical-align: middle;
}
.at-basket-element .photo-view > i img {
    display: block;
    margin: 0 auto;
    max-width: 200px;
    max-height: 200px;
}
.at-basket-element .price {
    color: #383838;
    font-weight: 500;
}
.at-basket-element .count input[type=text] {
    height: 28px;
    font-size: 14px;
    background-color: #f6f9fc;
    color: #666666;
    padding: 0 2px;
    text-align: center;
    width: 43px;
}
.at-basket-element .count .unit {
    display: inline-block;
    color: #999999;
}
.at-basket-element .days-link {
    display: inline-block;
    position: relative;
}
.at-basket-element .days-link:hover .tip {
    display: block;
}
.at-basket-element .days-link {
    color: #666666;
}
.at-basket-element .days-link .tip {
    top: 100%;
    margin: 8px 0 0 0;
}
.at-basket-element .tip {
    position: absolute;
    padding: 6px 10px;
    background-color: #fff;
    box-shadow: 0 0 10px #cadae2;
    color: #969ea6;
    white-space: nowrap;
    left: 50%;
    -moz-transform: translate(-50%, 0);
    -webkit-transform: translate(-50%, 0);
    -o-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    display: none;
    z-index: 1;
}

.at-list-data-table {
    width: 100%;
    table-layout: fixed;
    border-collapse: collapse;
}
.at-list-data-table td {
    vertical-align: middle;
    padding: 4px 0;
}
.at-list-data-table td.amount-cell {
    width: 50px;
}
.at-list-data-table td.days-cell {
    width: 58px;
}
.at-list-data-table td.count-cell {
    width: 70px;
    text-align: center;
}
.at-list-data-table td.btn-cell {
    width: 50px;
    text-align: center;
}
.at-product-separator{
	margin: 15px 0px 8px 20px;
    font-size: 18px; 
}

.at-product-name {
    margin: 0 0 16px 0;
}
.at-product-name h1 {
    font-size: 16px;
    line-height: 18px;
    margin: 0;
    padding: 0;
    font-weight: 400;
}
.at-product-name .brand {
    font-size: 30px;
    text-transform: uppercase;
    line-height: 32px;
}

.at-product-view {
    background-color: #fff;
    box-shadow: 0 0 10px #cadae2;
    padding: 20px;
    margin: 0 0 48px 0;
}

.at-product-top {
    display: table;
    width: 100%;
    table-layout: fixed;
    margin: 0 0 25px 0;
}
.at-product-top .part {
    display: table-cell;
    vertical-align: top;
}
.at-product-top .image-part {
    width: 220px;
}
.at-product-top .data-part {
    padding: 0 0 0 30px;
}
.at-product-top .payment-part {
    padding: 0 0 0 50px;
}
.at-product-top .image {
    position: relative;
    display: table;
    width: 100%;
    height: 219px;
}
.at-product-top .image > a {
    display: table-cell;
    vertical-align: center;
}
.at-product-top .image > a img {
    display: block;
    margin: 0 auto;
    max-width: 100%;
    max-height: 100%;
}
.at-product-top .action-links {
    position: absolute;
    left: 0;
    top: 100%;
    width: 60px;
    height: 30px;
}
.at-product-top .fav, .at-product-top .com {
    display: block;
    float: left;
    width: 24px;
    height: 24px;
    background-color: #fff;
    background-image: url("/image/icons.png");
    background-repeat: no-repeat;
}
.at-product-top .fav {
    margin: 0 5px 0 0;
    background-position: -149px -397px;
}
.at-product-top .fav:hover, .at-product-top .fav.active {
    background-position: -149px -458px;
}
.at-product-top .com {
    background-position: -149px -423px;
}
.at-product-top .com:hover, .at-product-top .com.active {
    background-position: -149px -484px;
}
.at-product-top .tablet-link {
    display: none;
    text-align: center;
    padding: 16px 0 0 0;
}
.at-product-top .tablet-link a {
    text-decoration: underline;
}
.at-product-top .tablet-link a:hover {
    text-decoration: none;
}

.at-product-price-select {
    margin: 0 0 13px 0;
}
.at-product-price-select table {
    width: 100%;
    border-collapse: collapse;
}
.at-product-price-select tr td {
    color: #999999;
}
.at-product-price-select tr.active td {
    color: #333;
    text-shadow: 1px 0 0 #333;
}
.at-product-price-select td {
    padding: 6px 0 6px 6px;
    vertical-align: middle;
}
.at-product-price-select td:first-child {
    width: 17px;
    padding-left: 0;
}
.at-product-price-select .at-radio {
    margin: -3px 0 0 0;
}

.at-product-count {
    border-top: 1px dashed #d6d6d6;
    border-bottom: 1px dashed #d6d6d6;
    padding: 12px 0;
    margin: 0 0 24px 0;
}
.at-product-count > span {
    display: inline-block;
    margin: 6px 0 0 0;
    color: #666666;
    font-size: 15px;
}
.at-product-count .at-count {
    float: right;
}

.at-count {
    width: 80px;
    color: #999999;
}
.at-count input[type=text] {
    height: 28px;
    font-size: 14px;
    background-color: #f6f9fc;
    color: #666666;
    padding: 0 2px;
    width: 43px;
    text-align: center;
}

.at-product-buyblock > div {
    display: inline-block;
    vertical-align: middle;
}
.at-product-buyblock .at-btn {
    height: 43px;
    line-height: 41px;
    min-width: 100px;
    margin: -7px 0 0 0;
}
.at-product-buyblock .price, .at-product-buyblock .cur {
    color: #da5931;
    display: inline-block;
    vertical-align: sub;
}
.at-product-buyblock .price {
    font-size: 24px;
    margin: 0 -2px 0 2px;
    font-weight: 500;
}
.at-product-buyblock .buy-btn {
    float: right;
}

.at-product-info .caption {
    text-transform: uppercase;
    font-weight: 500;
    margin: 0 0 8px 0;
    line-height: 14px;
}
.at-product-info .caption > span, .at-product-info .caption i {
    display: inline-block;
    vertical-align: middle;
}
.at-product-info .caption i {
    width: 14px;
    height: 14px;
    background: url("/image/icons.png") no-repeat -100px -400px;
    margin: -4px 0 0 5px;
}

.at-product-description {
    margin: 0 -15px;
}
.at-product-description .caption {
    text-transform: uppercase;
    font-weight: 500;
    margin: 0 0 18px 0;
}
.at-product-description .part-left, .at-product-description .part-right {
    float: left;
    width: 50%;
    padding: 0 15px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
.at-product-description .at-table-striped {
    margin: 0 0 28px 0;
}
.at-product-description .text {
    color: #666666;
    line-height: 24px;
}
.at-product-description .links {
    line-height: 24px;
}
.at-product-description .links a {
    text-decoration: underline;
}
.at-product-description .links a:hover {
    text-decoration: none;
}

.at-auth-menu .auth-menu {
    margin: 0 0 20px 0;
    background-color: #fff;
    box-shadow: 0 0 10px #cadae2;
}
.at-auth-menu .user-name {
    background-color: #fffbf5;
    width: 100%;
    height: 56px;
    border-top: 4px solid #ffbd3e;
}
.at-auth-menu .user-name td {
    vertical-align: middle;
    padding: 4px 5px 4px 0;
    line-height: 18px;
    font-size: 16px;
    color: #2f86c2;
}
.at-auth-menu .user-name td.icon {
    width: 50px;
    padding: 4px 0;
}
.at-auth-menu .user-name td.icon i {
    width: 33px;
    height: 38px;
    margin: 0 auto;
    display: block;
    background: url("/image/icons.png") no-repeat -100px -50px;
}
.at-auth-menu .user-name td > a {
    color: inherit;
    font-size: inherit;
}
.at-auth-menu .list {
    list-style: none;
    margin: 0;
    padding: 13px 0 0 0;
}
.at-auth-menu .list > li {
    padding: 6px 20px;
    position: relative;
}
.at-auth-menu .list > li.logout {
    border-top: 1px dashed #d7dee4;
    padding: 18px 20px;
    margin: 16px 0 0 0;
}
.at-auth-menu .list a {
    color: #666666;
    font-size: 16px;
}
.at-auth-menu .list a.selected {
    color: #999999;
}
.at-auth-menu .list a.selected:after {
    content: "";
    position: absolute;
    right: 0;
    top: 0;
    width: 4px;
    height: 100%;
    background-color: #2f86c2;
}
.at-auth-menu .list a:hover {
    text-decoration: none;
    color: #2f86c2;
}
.at-auth-menu .list .count {
    color: #da5931;
}

.at-manager-block {
    border-top: 4px solid #5fb5f0;
    box-shadow: 0 0 10px #cadae2;
}
.at-manager-block > a {
    display: block;
    font-size: 16px;
    font-weight: 500;
    position: relative;
    padding: 18px 30px 19px 50px;
    background-color: #fffbf5;
}
.at-manager-block > a:before, .at-manager-block > a:after {
    content: "";
    position: absolute;
    background-image: url("/image/icons.png");
    background-repeat: no-repeat;
}
.at-manager-block > a:before {
    width: 28px;
    height: 27px;
    left: 11px;
    top: 17px;
    background-position: -100px -300px;
}
.at-manager-block > a:after {
    width: 11px;
    height: 19px;
    right: 18px;
    top: 19px;
    background-position: -150px -300px;
}

.at-user-top {
    margin: 0 -15px;
}

.at-user-card, .at-user-settings {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 50%;
    float: left;
    padding: 0 15px;
    margin: 0 0 20px 0;
}
.at-user-card .inner, .at-user-settings .inner {
    background-color: #fff;
    box-shadow: 0 0 10px #cadae2;
    padding: 7px 5px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
.at-user-card .caption, .at-user-settings .caption {
    font-weight: 500;
    font-size: 16px;
    text-transform: uppercase;
}

.at-user-card .image, .at-user-card .data {
    float: left;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
.at-user-card .image {
    width: 94px;
    position: relative;
    margin: 0 -94px 0 0;
    padding: 4px;
    border: 1px solid #f2f5f6;
    border-radius: 2px;
}
.at-user-card .image > a {
    display: block;
    width: 100%;
    height: 117px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}
.at-user-card .data {
    padding: 0 0 0 104px;
    width: 100%;
}
.at-user-card .name {
    color: #666666;
    font-size: 16px;
}
.at-user-card .link {
    text-decoration: underline;
}
.at-user-card .link:hover {
    text-decoration: none;
}
.at-user-card .massages > a {
    display: inline-block;
    font-size: 16px;
    position: relative;
    padding: 10px 20px 10px 40px;
    color: #666666;
}
.at-user-card .massages > a span {
    color: #da5931;
}
.at-user-card .massages > a:before, .at-user-card .massages > a:after {
    content: "";
    position: absolute;
    background-image: url("/image/icons.png");
    background-repeat: no-repeat;
}
.at-user-card .massages > a:before {
    width: 28px;
    height: 27px;
    left: 0;
    top: 8px;
    background-position: -100px -300px;
}
.at-user-card .massages > a:after {
    width: 11px;
    height: 19px;
    right: 0;
    top: 10px;
    background-position: -150px -300px;
}

.at-user-settings .inner {
    position: relative;
    padding-left: 12px;
}
.at-user-settings .settings-link {
    position: absolute;
    right: 5px;
    top: 7px;
    text-decoration: underline;
}
.at-user-settings .settings-link:hover {
    text-decoration: none;
}
.at-user-settings .login {
    padding: 3px 0 4px 0;
}
.at-user-settings .login a {
    font-weight: 500;
    font-size: 16px;
}
.at-user-settings table {
    border-collapse: collapse;
}
.at-user-settings table tr:first-child td {
    padding-top: 0;
}
.at-user-settings table td {
    padding: 8px 2px 0 0;
    color: #666666;
    font-size: 16px;
}
.at-user-settings table td:last-child {
    color: #da5931;
}

.at-user-details {
    background-color: #fff;
    box-shadow: 0 0 10px #cadae2;
    margin: 0 0 20px 0;
}
.at-user-details .header {
    text-transform: uppercase;
    font-size: 24px;
    font-weight: 500;
    padding: 16px 0;
    text-align: center;
}

.at-tabs .tabs-head {
    display: table;
    table-layout: fixed;
    width: 100%;
    height: 54px;
    margin: 0 0 10px 0;
    line-height: 17px;
    border-bottom: 4px solid #5fb5f0;
}
.at-tabs .tabs-head > a {
    display: table-cell;
    vertical-align: middle;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    text-align: center;
    border-top: 1px solid #cccccc;
    box-shadow: inset -1px 0 0 0 #cccccc;
    position: relative;
    line-height: 16px;
}
.at-tabs .tabs-head > a:before, .at-tabs .tabs-head > a:after {
    content: "";
    position: absolute;
    left: 0;
    width: 100%;
    height: 4px;
    background-color: #5fb5f0;
    z-index: 1;
    display: none;
}
.at-tabs .tabs-head > a:before {
    top: -1px;
}
.at-tabs .tabs-head > a:after {
    bottom: -4px;
    background-color: #fff;
}
.at-tabs .tabs-head > a:hover, .at-tabs .tabs-head > a.selected {
    text-decoration: none;
    color: #333333;
    text-shadow: 1px 0 0 #333333;
}
.at-tabs .tabs-head > a:hover:before, .at-tabs .tabs-head > a:hover:after, .at-tabs .tabs-head > a.selected:before, .at-tabs .tabs-head > a.selected:after {
    display: block;
}
.at-tabs .tabs-head > a:hover > span, .at-tabs .tabs-head > a.selected > span {
    text-shadow: none;
}
.at-tabs .tabs-head > a:first-child {
    box-shadow: inset 1px 0 0 0 #cccccc,inset -1px 0 0 0 #cccccc;
}
.at-tabs .tabs-head > a > span {
    display: block;
    text-align: center;
    color: #666666;
}
.at-tabs .mob-tabs-select {
    display: none;
    padding: 10px 14px;
    border-top: 4px solid #5fb5f0;
}

.at-tab-table {
    width: 100%;
    border-collapse: collapse;
}
.at-tab-table.mid td {
    vertical-align: middle;
}
.at-tab-table td {
    border-top: 1px solid #ebeff3;
    padding: 10px 10px 10px 0;
    color: #666666;
    vertical-align: top;
}
.at-tab-table td:first-child {
    padding-left: 10px;
}
.at-tab-table .order-num, .at-tab-table .manager-comment-caption, .at-tab-table .caption {
    color: #cccccc;
    font-size: 12px;
}
.at-tab-table .link {
    text-decoration: underline;
}
.at-tab-table .link:hover {
    text-decoration: none;
}
.at-tab-table .manager-comment.whtspc {
    position: relative;
    padding: 0 28px 0 0;
    display: inline-block;
    max-width: 210px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
.at-tab-table .manager-comment.whtspc .text {
    display: block;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}
.at-tab-table .manager-comment.whtspc .more {
    position: absolute;
    top: 4px;
    right: 0;
}
.at-tab-table .manager-comment .text {
    color: #c68e8e;
    font-weight: 300;
    font-style: italic;
}
.at-tab-table .manager-comment .more {
    display: inline-block;
    vertical-align: bottom;
    color: #2f86c2;
    border: 1px solid #2f86c2;
    padding: 0 6px;
    height: 10px;
    line-height: 2px;
    border-radius: 4px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    position: relative;
    top: -3px;
}
.at-tab-table .manager-comment .more:hover {
    text-decoration: none;
}
.at-tab-table .product-name {
    color: #666666;
    line-height: 15px;
    margin: 0 0;
}
.at-tab-table .price, .at-tab-table .unit {
    white-space: nowrap;
    font-weight: 500;
    color: #383838;
}
.at-tab-table .multiplayer {
    color: #999999;
    white-space: nowrap;
}
.at-tab-table .days {
    white-space: nowrap;
    color: #666666;
}
.at-tab-table .image img {
    display: block;
    max-width: 70px;
    max-height: 60px;
    margin: 0;
}
.at-tab-table .mob-sep {
    display: none;
}

.at-reg-block, .at-reg-info {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    float: left;
    width: 50%;
}

.at-reg-block {
    padding: 0 15px 0 0;
}
.at-reg-block .inner-panel {
    background-color: #fff;
    box-shadow: 0 0 10px #cadae2;
    padding: 20px 0 12px 0;
}
.at-reg-block .buttons {
    padding: 20px 0 0 0;
}
.at-reg-block .buttons .at-btn {
    width: 100%;
    text-align: center;
    min-width: 50px;
}

.at-reg-info {
    padding: 0 0 0 15px;
}
.at-reg-info .inner-panel {
    background-color: #fff;
    box-shadow: 0 0 10px #cadae2;
}
.at-reg-info .caption {
    text-transform: uppercase;
    font-weight: 500;
    padding: 0 0 15px 0;
}
.at-reg-info .top-part {
    border-bottom: 1px solid #ebeff3;
    padding: 24px 20px 58px 20px;
}
.at-reg-info .bot-part {
    padding: 58px 20px 30px 20px;
    position: relative;
    text-align: center;
}
.at-reg-info .bot-part:before, .at-reg-info .bot-part:after {
    content: "";
    position: absolute;
    left: 50%;
    -moz-transform: translate(-50%, 0);
    -webkit-transform: translate(-50%, 0);
    -o-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
.at-reg-info .bot-part:before {
    width: 82px;
    height: 82px;
    border: 3px solid rgba(124, 129, 138, 0.3);
    border-radius: 100%;
    top: -41px;
    background-color: #fff;
}
.at-reg-info .bot-part:after {
    width: 48px;
    height: 48px;
    background: url("/image/icons.png") no-repeat 0 -500px;
    top: -23px;
}
.at-reg-info .at-soc a {
    float: none;
    margin-top: 0;
}

.at-block-form .bordered {
    border-top: 1px dashed #d7dee4;
    margin: 12px 0 0 0;
    padding: 12px 0 0 0;
}
.at-block-form > table, .at-block-form .bordered > table, .at-block-form .small-table > table {
    width: 100%;
    border-collapse: collapse;
}
.at-block-form > table > tr > td, .at-block-form > table > tbody > tr > td, .at-block-form .bordered > table > tr > td, .at-block-form .bordered > table > tbody > tr > td, .at-block-form .small-table > table > tr > td, .at-block-form .small-table > table > tbody > tr > td {
    padding: 8px 20px 8px 0;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    vertical-align: middle;
}
.at-block-form > table > tr > td.vtop, .at-block-form > table > tbody > tr > td.vtop, .at-block-form .bordered > table > tr > td.vtop, .at-block-form .bordered > table > tbody > tr > td.vtop, .at-block-form .small-table > table > tr > td.vtop, .at-block-form .small-table > table > tbody > tr > td.vtop {
    vertical-align: top;
    padding-top: 18px;
}
.at-block-form > table > tr > td.pad0, .at-block-form > table > tbody > tr > td.pad0, .at-block-form .bordered > table > tr > td.pad0, .at-block-form .bordered > table > tbody > tr > td.pad0, .at-block-form .small-table > table > tr > td.pad0, .at-block-form .small-table > table > tbody > tr > td.pad0 {
    vertical-align: top;
    padding-top: 8px;
}
.at-block-form > table > tr > td:first-child, .at-block-form > table > tbody > tr > td:first-child, .at-block-form .bordered > table > tr > td:first-child, .at-block-form .bordered > table > tbody > tr > td:first-child, .at-block-form .small-table > table > tr > td:first-child, .at-block-form .small-table > table > tbody > tr > td:first-child {
    padding: 8px 2px 8px 20px;
    width: 160px;
}
.at-block-form > table > tr > td:first-child.vtop, .at-block-form > table > tbody > tr > td:first-child.vtop, .at-block-form .bordered > table > tr > td:first-child.vtop, .at-block-form .bordered > table > tbody > tr > td:first-child.vtop, .at-block-form .small-table > table > tr > td:first-child.vtop, .at-block-form .small-table > table > tbody > tr > td:first-child.vtop {
    vertical-align: top;
    padding-top: 18px;
}
.at-block-form .inline-labels label, .at-block-form .yes-no label {
    display: inline-block;
    vertical-align: middle;
    position: relative;
    padding: 0 10px 0 28px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
.at-block-form .inline-labels a, .at-block-form .yes-no a {
    display: inline-block;
}
.at-block-form .inline-labels .at-checkbox, .at-block-form .inline-labels .at-radio, .at-block-form .yes-no .at-checkbox, .at-block-form .yes-no .at-radio {
    position: absolute;
    left: 0;
    top: 0;
}
.at-block-form .inline-labels .at-radio, .at-block-form .yes-no .at-radio {
    top: -1px;
}
.at-block-form .field-name {
    position: relative;
    font-weight: 500;
}
.at-block-form .field-name i {
    font-style: normal;
    color: #de6e4b;
}
.at-block-form .field-name .icon {
    width: 14px;
    height: 14px;
    background: url("/image/icons.png") no-repeat -100px -400px;
    margin: -4px 0 0 5px;
    display: inline-block;
    position: relative;
    bottom: -2px;
}
.at-block-form .field-name > span {
    color: #999999;
    font-size: 10px;
    position: absolute;
    left: 0;
    top: 100%;
    width: 100%;
    line-height: 13px;
}
.at-block-form .pass-indicator {
    background-color: #f6f9fc;
    border: 1px solid #d6d6d6;
}
.at-block-form .required-field {
    position: relative;
}
.at-block-form .required-field .required-text {
    position: absolute;
    right: 0;
    top: 100%;
    color: #de6e4b;
    font-size: 10px;
    margin: 1px 0 0 0;
}
.at-block-form table.capcha {
    border-collapse: collapse;
    width: 100%;
}
.at-block-form table.capcha td {
    vertical-align: middle;
}
.at-block-form table.capcha td:first-child {
    width: 100px;
    white-space: nowrap;
    text-align: right;
    padding-right: 9px;
}
.at-block-form .capcha-text {
    text-align: right;
    color: #999999;
    font-size: 11px;
    margin: 0 0 -5px 0;
    position: relative;
    top: 5px;
}
.at-block-form .checklist label {
    display: block;
    position: relative;
    padding: 0 10px 0 28px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin: 10px 0 0 0;
}
.at-block-form .checklist label:first-child {
    margin: 0;
}
.at-block-form .checklist .at-checkbox, .at-block-form .checklist .at-radio {
    position: absolute;
    left: 0;
    top: 0;
}
.at-block-form .checklist .at-radio {
    top: -1px;
}
.at-block-form .form-message {
    padding: 10px 20px;
}
.at-block-form .message-panel {
    border: 1px solid #f3ebdf;
    color: #c68e8e;
    background-color: #fffbf5;
    line-height: 18px;
    padding: 10px;
}
.at-block-form .message-panel a {
    font-style: inherit;
    color: inherit;
    text-decoration: underline;
}
.at-block-form .message-panel a:hover {
    text-decoration: none;
}

.at-makeorder-plist, .at-makeorder-form {
    float: right;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 50%;
}
.at-makeorder-plist .inner-part, .at-makeorder-form .inner-part {
    background-color: #ffffff;
    box-shadow: 0 0 10px #cadae2;
    margin: 0 0 20px 0;
}
.at-makeorder-plist .yes-no, .at-makeorder-form .yes-no {
    margin: 0 0 0 -10px;
}

.at-makeorder-plist {
    padding: 0 0 0 15px;
}
.at-makeorder-plist .delivery {
    text-align: center;
}
.at-makeorder-plist .header {
    padding: 28px 20px 16px 20px;
    font-weight: 500;
    text-transform: uppercase;
    border-bottom: 1px solid #ebeff3;
}
.at-makeorder-plist .header .edit-order {
    float: right;
    position: relative;
    text-transform: none;
    left: 5px;
    top: -1px;
}
.at-makeorder-plist .header .edit-order > i {
    position: absolute;
    left: -20px;
    top: -1px;
    width: 18px;
    height: 17px;
    background: url("/image/icons.png") no-repeat -100px -450px;
}
.at-makeorder-plist table {
    width: 100%;
    border-collapse: collapse;
}
.at-makeorder-plist table td {
    border-bottom: 1px solid #ebeff3;
    padding: 10px;
    line-height: 18px;
    color: #666666;
}
.at-makeorder-plist table td:last-child {
    width: 90px;
}
.at-makeorder-plist table a {
    text-decoration: underline;
}
.at-makeorder-plist table a:hover {
    text-decoration: none;
}
.at-makeorder-plist .footer {
    padding: 14px 0;
}
.at-makeorder-plist .footer table {
    float: right;
    width: auto;
}
.at-makeorder-plist .footer table td {
    border-bottom: none;
    padding: 4px 10px;
}
.at-makeorder-plist .price-total {
    color: #da5931;
    font-size: 16px;
    font-weight: 500;
}
.at-makeorder-plist .name {
    color: inherit;
}
.at-makeorder-plist .unit, .at-makeorder-plist .price {
    white-space: nowrap;
    font-weight: 500;
    color: #383838;
}
.at-makeorder-plist .multiplayer {
    color: #999999;
    white-space: nowrap;
}
.at-makeorder-plist .image img {
    display: block;
    max-width: 70px;
    max-height: 60px;
    margin: 0;
}

.at-makeorder-form {
    padding: 0 15px 0 0;
}
.at-makeorder-form .inner-part {
    padding: 20px 0 12px 0;
}
.at-makeorder-form .links {
    padding: 0 20px 14px 20px;
    text-align: center;
}
.at-makeorder-form .links a, .at-makeorder-form .links span {
    display: inline-block;
    vertical-align: top;
    font-weight: 500;
    text-transform: uppercase;
    margin: 0 5px 0 0;
}
.at-makeorder-form .links a:hover, .at-makeorder-form .links a.selected, .at-makeorder-form .links span:hover, .at-makeorder-form .links span.selected {
    color: #999999;
    text-decoration: none;
}
.at-makeorder-form .links span {
    color: #999999;
}
.at-makeorder-form .order-check {
    padding: 0 20px 8px 20px;
}
.at-makeorder-form .icon {
    width: 14px;
    height: 14px;
    background: url("/image/icons.png") no-repeat -100px -400px;
    margin: -4px 0 0 5px;
    display: inline-block;
    position: relative;
    bottom: -2px;
}
.at-makeorder-form .buttons .at-btn {
    width: 100%;
    min-width: 100%;
}

.at-popup-auth .part {
    float: left;
    width: 50%;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
.at-popup-auth .left {
    padding: 0 15px 0 0;
}
.at-popup-auth .right {
    padding: 0 0 0 15px;
}
.at-popup-auth .reg-info .caption {
    text-transform: uppercase;
    font-weight: 500;
    padding: 0 0 23px 0;
}
.at-popup-auth .reg-info .top-part {
    border-bottom: 1px solid #ebeff3;
    padding: 0 0 39px 0;
}
.at-popup-auth .reg-info .bot-part {
    padding: 68px 0 0 0;
    position: relative;
    text-align: center;
}
.at-popup-auth .reg-info .bot-part:before, .at-popup-auth .reg-info .bot-part:after {
    content: "";
    position: absolute;
    left: 50%;
    -moz-transform: translate(-50%, 0);
    -webkit-transform: translate(-50%, 0);
    -o-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
.at-popup-auth .reg-info .bot-part:before {
    width: 82px;
    height: 82px;
    border: 3px solid rgba(124, 129, 138, 0.3);
    border-radius: 100%;
    top: -41px;
    background-color: #fff;
}
.at-popup-auth .reg-info .bot-part:after {
    width: 48px;
    height: 48px;
    background: url("/image/icons.png") no-repeat 0 -500px;
    top: -23px;
}
.at-popup-auth .reg-info .at-btn {
    height: 43px;
    line-height: 41px;
    min-width: 20px;
    text-transform: uppercase;
    padding: 0 15px;
}

.at-popup-login-block {
    margin: 0 -20px;
    padding: 35px 0 0 0;
}
.at-popup-login-block .password {
    position: relative;
}
.at-popup-login-block .password input {
    padding-right: 85px;
}
.at-popup-login-block .password .forgot {
    position: absolute;
    right: 20px;
    top: 13px;
}
.at-popup-login-block .remember-label {
    float: left;
    display: inline-block;
    vertical-align: middle;
    position: relative;
    padding: 0 10px 0 28px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    color: #666666;
    margin: 12px 0 0 0;
}
.at-popup-login-block .remember-label .at-checkbox {
    position: absolute;
    left: 0;
    top: 0;
}
.at-popup-login-block .button {
    float: right;
}
.at-popup-login-block .button .at-btn {
    height: 43px;
    line-height: 41px;
    min-width: 20px;
    text-transform: uppercase;
    width: 110px;
}
.at-popup-login-block .soc-login {
    text-align: center;
    padding: 15px 0 0 0;
}
.at-popup-login-block .soc-login .caption {
    font-weight: 500;
    text-transform: uppercase;
    padding: 0 0 20px 0;
}
.at-popup-login-block .soc-login .at-soc {
    text-align: center;
}
.at-popup-login-block .soc-login .at-soc a {
    margin-top: 0;
    float: none;
}

.at-footer {
    border-top: 2px solid #5fb5f0;
    background-color: #fff;
    padding: 14px 0 19px 0;
    line-height: 24px;
}
.at-footer .mob-call {
    display: none;
}
.at-footer .footer-wrapper {
    display: table;
    width: 100%;
}
.at-footer .footer-wrapper .foot-part {
    display: table-cell;
    vertical-align: top;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
.at-footer .footer-wrapper .part-info, .at-footer .footer-wrapper .part-cats {
    width: 25%;
    padding: 0 10px 0 0;
}
.at-footer .footer-wrapper .part-soc {
    width: 162px;
    padding: 0 10px 0 0;
}
.at-footer .caption {
    color: #6a727a;
}

.at-footer-info {
    color: #969ea6;
}

.at-map-link {
    margin: 7px 0 0 0;
    display: inline-block;
    vertical-align: top;
    height: 18px;
    line-height: 19px;
    white-space: nowrap;
    position: relative;
    padding: 0 0 0 21px;
}
.at-map-link:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 14px;
    height: 18px;
    background: url("/image/icons.png") no-repeat -50px -158px;
}

.at-foot-cats {
    line-height: 18px;
    padding: 5px 0 0 0;
}
.at-foot-cats .item {
    padding: 3px 0;
    color: #969ea6;
}
.at-foot-cats .item a {
    color: inherit;
}
.at-foot-cats .item a:hover {
    color: #2f86c2;
    text-decoration: none;
}

.at-foot-pay-img {
    display: block;
    max-width: 100%;
    margin: 12px 0 18px 0;
}

.at-soc a {
    display: inline-block;
    vertical-align: top;
    float: left;
    width: 28px;
    height: 28px;
    border: 1px solid #f6f9fa;
    border-radius: 2px;
    margin: 10px 3px 0 0;
}
.at-soc a.vk {
    background: url("/image/icons.png") no-repeat 3px -194px;
}
.at-soc a.fb {
    background: url("/image/icons.png") no-repeat -30px -194px;
}
.at-soc a.gp {
    background: url("/image/icons.png") no-repeat -61px -194px;
}
.at-soc a.vk:hover {
    background: url("/image/icons.png") no-repeat 3px -225px;
}
.at-soc a.fb:hover {
    background: url("/image/icons.png") no-repeat -30px -225px;
}
.at-soc a.gp:hover {
    background: url("/image/icons.png") no-repeat -61px -225px;
}
.at-soc a.vk:active {
    background: url("/image/icons.png") no-repeat 3px -257px;
}
.at-soc a.fb:active {
    background: url("/image/icons.png") no-repeat -30px -257px;
}
.at-soc a.gp:active {
    background: url("/image/icons.png") no-repeat -61px -257px;
}

.at-copy {
    color: #969ea6;
    font-size: 12px;
    line-height: 18px;
}
.at-copy a {
    color: inherit;
    font-size: inherit;
}
.at-copy a:hover {
    color: inherit;
}

.res {
    width: 30px;
    height: 30px;
    position: fixed;
    left: 30px;
    bottom: 30px;
    background-color: green;
    box-shadow: 3px 3px 5px -2px rgba(0, 0, 0, 0.5);
    border-radius: 100%;
    z-index: 200;
    display: none !important;
}

/*! jQuery UI - v1.11.4 - 2015-11-23
* http://jqueryui.com
* Includes: core.css, draggable.css, resizable.css, selectable.css, sortable.css, accordion.css, autocomplete.css, button.css, datepicker.css, dialog.css, menu.css, progressbar.css, selectmenu.css, slider.css, spinner.css, tabs.css, tooltip.css, theme.css
* To view and modify this theme, visit http://jqueryui.com/themeroller/?ffDefault=Verdana%2CArial%2Csans-serif&fwDefault=normal&fsDefault=1.1em&cornerRadius=4px&bgColorHeader=cccccc&bgTextureHeader=highlight_soft&bgImgOpacityHeader=75&borderColorHeader=aaaaaa&fcHeader=222222&iconColorHeader=222222&bgColorContent=ffffff&bgTextureContent=flat&bgImgOpacityContent=75&borderColorContent=aaaaaa&fcContent=222222&iconColorContent=222222&bgColorDefault=e6e6e6&bgTextureDefault=glass&bgImgOpacityDefault=75&borderColorDefault=d3d3d3&fcDefault=555555&iconColorDefault=888888&bgColorHover=dadada&bgTextureHover=glass&bgImgOpacityHover=75&borderColorHover=999999&fcHover=212121&iconColorHover=454545&bgColorActive=ffffff&bgTextureActive=glass&bgImgOpacityActive=65&borderColorActive=aaaaaa&fcActive=212121&iconColorActive=454545&bgColorHighlight=fbf9ee&bgTextureHighlight=glass&bgImgOpacityHighlight=55&borderColorHighlight=fcefa1&fcHighlight=363636&iconColorHighlight=2e83ff&bgColorError=fef1ec&bgTextureError=glass&bgImgOpacityError=95&borderColorError=cd0a0a&fcError=cd0a0a&iconColorError=cd0a0a&bgColorOverlay=aaaaaa&bgTextureOverlay=flat&bgImgOpacityOverlay=0&opacityOverlay=30&bgColorShadow=aaaaaa&bgTextureShadow=flat&bgImgOpacityShadow=0&opacityShadow=30&thicknessShadow=8px&offsetTopShadow=-8px&offsetLeftShadow=-8px&cornerRadiusShadow=8px
* Copyright jQuery Foundation and other contributors; Licensed MIT */
/* Layout helpers
----------------------------------*/
.ui-helper-hidden {
    display: none;
}

.ui-helper-hidden-accessible {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

.ui-helper-reset {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    line-height: 1.3;
    text-decoration: none;
    font-size: 100%;
    list-style: none;
}

.ui-helper-clearfix:before,
.ui-helper-clearfix:after {
    content: "";
    display: table;
    border-collapse: collapse;
}

.ui-helper-clearfix:after {
    clear: both;
}

.ui-helper-clearfix {
    min-height: 0;
    /* support: IE7 */
}

.ui-helper-zfix {
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    position: absolute;
    opacity: 0;
    filter: Alpha(Opacity=0);
    /* support: IE8 */
}

.ui-front {
    z-index: 100;
}

/* Interaction Cues
----------------------------------*/
.ui-state-disabled {
    cursor: default !important;
}

/* Icons
----------------------------------*/
/* states and images */
.ui-icon {
    display: block;
    text-indent: -99999px;
    overflow: hidden;
    background-repeat: no-repeat;
}

/* Misc visuals
----------------------------------*/
/* Overlays */
.ui-widget-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.ui-draggable-handle {
    -ms-touch-action: none;
    touch-action: none;
}

.ui-resizable {
    position: relative;
}

.ui-resizable-handle {
    position: absolute;
    font-size: 0.1px;
    display: block;
    -ms-touch-action: none;
    touch-action: none;
}

.ui-resizable-disabled .ui-resizable-handle,
.ui-resizable-autohide .ui-resizable-handle {
    display: none;
}

.ui-resizable-n {
    cursor: n-resize;
    height: 7px;
    width: 100%;
    top: -5px;
    left: 0;
}

.ui-resizable-s {
    cursor: s-resize;
    height: 7px;
    width: 100%;
    bottom: -5px;
    left: 0;
}

.ui-resizable-e {
    cursor: e-resize;
    width: 7px;
    right: -5px;
    top: 0;
    height: 100%;
}

.ui-resizable-w {
    cursor: w-resize;
    width: 7px;
    left: -5px;
    top: 0;
    height: 100%;
}

.ui-resizable-se {
    cursor: se-resize;
    width: 12px;
    height: 12px;
    right: 1px;
    bottom: 1px;
}

.ui-resizable-sw {
    cursor: sw-resize;
    width: 9px;
    height: 9px;
    left: -5px;
    bottom: -5px;
}

.ui-resizable-nw {
    cursor: nw-resize;
    width: 9px;
    height: 9px;
    left: -5px;
    top: -5px;
}

.ui-resizable-ne {
    cursor: ne-resize;
    width: 9px;
    height: 9px;
    right: -5px;
    top: -5px;
}

.ui-selectable {
    -ms-touch-action: none;
    touch-action: none;
}

.ui-selectable-helper {
    position: absolute;
    z-index: 100;
    border: 1px dotted black;
}

.ui-sortable-handle {
    -ms-touch-action: none;
    touch-action: none;
}

.ui-accordion .ui-accordion-header {
    display: block;
    cursor: pointer;
    position: relative;
    margin: 2px 0 0 0;
    padding: .5em .5em .5em .7em;
    min-height: 0;
    /* support: IE7 */
    font-size: 100%;
}

.ui-accordion .ui-accordion-icons {
    padding-left: 2.2em;
}

.ui-accordion .ui-accordion-icons .ui-accordion-icons {
    padding-left: 2.2em;
}

.ui-accordion .ui-accordion-header .ui-accordion-header-icon {
    position: absolute;
    left: .5em;
    top: 50%;
    margin-top: -8px;
}

.ui-accordion .ui-accordion-content {
    padding: 1em 2.2em;
    border-top: 0;
    overflow: auto;
}

.ui-autocomplete {
    position: absolute;
    top: 0;
    left: 0;
    cursor: default;
}

.ui-button {
    display: inline-block;
    position: relative;
    padding: 0;
    line-height: normal;
    margin-right: .1em;
    cursor: pointer;
    vertical-align: middle;
    text-align: center;
    overflow: visible;
    /* removes extra width in IE */
}

.ui-button,
.ui-button:link,
.ui-button:visited,
.ui-button:hover,
.ui-button:active {
    text-decoration: none;
}

/* to make room for the icon, a width needs to be set here */
.ui-button-icon-only {
    width: 2.2em;
}

/* button elements seem to need a little more width */
button.ui-button-icon-only {
    width: 2.4em;
}

.ui-button-icons-only {
    width: 3.4em;
}

button.ui-button-icons-only {
    width: 3.7em;
}

/* button text element */
.ui-button .ui-button-text {
    display: block;
    line-height: normal;
}

.ui-button-text-only .ui-button-text {
    padding: .4em 1em;
}

.ui-button-icon-only .ui-button-text,
.ui-button-icons-only .ui-button-text {
    padding: .4em;
    text-indent: -9999999px;
}

.ui-button-text-icon-primary .ui-button-text,
.ui-button-text-icons .ui-button-text {
    padding: .4em 1em .4em 2.1em;
}

.ui-button-text-icon-secondary .ui-button-text,
.ui-button-text-icons .ui-button-text {
    padding: .4em 2.1em .4em 1em;
}

.ui-button-text-icons .ui-button-text {
    padding-left: 2.1em;
    padding-right: 2.1em;
}

/* no icon support for input elements, provide padding by default */
input.ui-button {
    padding: .4em 1em;
}

/* button icon element(s) */
.ui-button-icon-only .ui-icon,
.ui-button-text-icon-primary .ui-icon,
.ui-button-text-icon-secondary .ui-icon,
.ui-button-text-icons .ui-icon,
.ui-button-icons-only .ui-icon {
    position: absolute;
    top: 50%;
    margin-top: -8px;
}

.ui-button-icon-only .ui-icon {
    left: 50%;
    margin-left: -8px;
}

.ui-button-text-icon-primary .ui-button-icon-primary,
.ui-button-text-icons .ui-button-icon-primary,
.ui-button-icons-only .ui-button-icon-primary {
    left: .5em;
}

.ui-button-text-icon-secondary .ui-button-icon-secondary,
.ui-button-text-icons .ui-button-icon-secondary,
.ui-button-icons-only .ui-button-icon-secondary {
    right: .5em;
}

/* button sets */
.ui-buttonset {
    margin-right: 7px;
}

.ui-buttonset .ui-button {
    margin-left: 0;
    margin-right: -.3em;
}

/* workarounds */
/* reset extra padding in Firefox, see h5bp.com/l */
input.ui-button::-moz-focus-inner,
button.ui-button::-moz-focus-inner {
    border: 0;
    padding: 0;
}

.ui-datepicker {
    width: 270px;
    padding: 5px;
    display: none;
    border: none !important;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
}

.ui-datepicker .ui-datepicker-header {
    position: relative;
    padding: 5px;
    margin: -5px -5px 5px -5px;
    background-color: rgba(3, 117, 194, 0.4);
    border: none !important;
    border-radius: 5px 5px 0 0;
}

.ui-datepicker .ui-datepicker-prev,
.ui-datepicker .ui-datepicker-next {
    position: absolute;
    top: 0;
    width: 30px;
    height: 100%;
    border: none !important;
}

.ui-datepicker .ui-datepicker-prev {
    left: 0;
    border-radius: 5px 0 0 0;
}

.ui-datepicker .ui-datepicker-next {
    right: 0;
    border-radius: 0 5px 0 0;
}

.ui-datepicker .ui-datepicker-prev-hover,
.ui-datepicker .ui-datepicker-next-hover {
    background-color: rgba(0, 0, 0, 0.1) !important;
}

.ui-datepicker .ui-datepicker-prev span,
.ui-datepicker .ui-datepicker-next span {
    display: block;
    position: absolute;
    left: 50%;
    margin-left: -8px;
    top: 50%;
    margin-top: -8px;
}

.ui-datepicker .ui-datepicker-title {
    margin: 0 2.3em;
    line-height: 1.8em;
    text-align: center;
}

.ui-datepicker .ui-datepicker-title select {
    height: 27px;
    padding: 0;
    vertical-align: top;
    border: 1px solid rgba(0, 0, 0, 0.2);
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0 1px;
}

.ui-datepicker select.ui-datepicker-month,
.ui-datepicker select.ui-datepicker-year {
    width: 45%;
}

.ui-datepicker table {
    width: 100%;
    font-size: .9em;
    border-collapse: collapse;
    margin: 0 0 .4em;
}

.ui-datepicker th {
    padding: .7em .3em;
    text-align: center;
    font-weight: bold;
    border: 0;
    color: #0375c2;
}

.ui-datepicker td {
    border: 0;
    padding: 1px;
}

.ui-datepicker td span,
.ui-datepicker td a {
    display: block;
    padding: 3px;
    text-align: right;
    text-decoration: none;
    border-radius: 5px;
}

.ui-datepicker .ui-datepicker-buttonpane {
    margin: 5px 0 0 0;
    padding: 0 .2em;
    border-left: 0;
    border-right: 0;
    border-bottom: 0;
}

.ui-datepicker .ui-datepicker-buttonpane button {
    float: right;
    margin: .5em .2em .4em;
    cursor: pointer;
    padding: .2em .6em .3em .6em;
    width: auto;
    overflow: visible;
}

.ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current {
    float: left;
}

/* with multiple calendars */
.ui-datepicker.ui-datepicker-multi {
    width: auto;
}

.ui-datepicker-multi .ui-datepicker-group {
    float: left;
}

.ui-datepicker-multi .ui-datepicker-group table {
    width: 95%;
    margin: 0 auto .4em;
}

.ui-datepicker-multi-2 .ui-datepicker-group {
    width: 50%;
}

.ui-datepicker-multi-3 .ui-datepicker-group {
    width: 33.3%;
}

.ui-datepicker-multi-4 .ui-datepicker-group {
    width: 25%;
}

.ui-datepicker-multi .ui-datepicker-group-last .ui-datepicker-header,
.ui-datepicker-multi .ui-datepicker-group-middle .ui-datepicker-header {
    border-left-width: 0;
}

.ui-datepicker-multi .ui-datepicker-buttonpane {
    clear: left;
}

.ui-datepicker-row-break {
    clear: both;
    width: 100%;
    font-size: 0;
}

/* RTL support */
.ui-datepicker-rtl {
    direction: rtl;
}

.ui-datepicker-rtl .ui-datepicker-prev {
    right: 2px;
    left: auto;
}

.ui-datepicker-rtl .ui-datepicker-next {
    left: 2px;
    right: auto;
}

.ui-datepicker-rtl .ui-datepicker-prev:hover {
    right: 1px;
    left: auto;
}

.ui-datepicker-rtl .ui-datepicker-next:hover {
    left: 1px;
    right: auto;
}

.ui-datepicker-rtl .ui-datepicker-buttonpane {
    clear: right;
}

.ui-datepicker-rtl .ui-datepicker-buttonpane button {
    float: left;
}

.ui-datepicker-rtl .ui-datepicker-buttonpane button.ui-datepicker-current,
.ui-datepicker-rtl .ui-datepicker-group {
    float: right;
}

.ui-datepicker-rtl .ui-datepicker-group-last .ui-datepicker-header,
.ui-datepicker-rtl .ui-datepicker-group-middle .ui-datepicker-header {
    border-right-width: 0;
    border-left-width: 1px;
}

.ui-dialog {
    overflow: hidden;
    position: absolute;
    top: 0;
    left: 0;
    padding: .2em;
    outline: 0;
}

.ui-dialog .ui-dialog-titlebar {
    padding: .4em 1em;
    position: relative;
}

.ui-dialog .ui-dialog-title {
    float: left;
    margin: .1em 0;
    white-space: nowrap;
    width: 90%;
    overflow: hidden;
    text-overflow: ellipsis;
}

.ui-dialog .ui-dialog-titlebar-close {
    position: absolute;
    right: .3em;
    top: 50%;
    width: 20px;
    margin: -10px 0 0 0;
    padding: 1px;
    height: 20px;
}

.ui-dialog .ui-dialog-content {
    position: relative;
    border: 0;
    padding: .5em 1em;
    background: none;
    overflow: auto;
}

.ui-dialog .ui-dialog-buttonpane {
    text-align: left;
    border-width: 1px 0 0 0;
    background-image: none;
    margin-top: .5em;
    padding: .3em 1em .5em .4em;
}

.ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset {
    float: right;
}

.ui-dialog .ui-dialog-buttonpane button {
    margin: .5em .4em .5em 0;
    cursor: pointer;
}

.ui-dialog .ui-resizable-se {
    width: 12px;
    height: 12px;
    right: -5px;
    bottom: -5px;
    background-position: 16px 16px;
}

.ui-draggable .ui-dialog-titlebar {
    cursor: move;
}

.ui-menu {
    list-style: none;
    padding: 0;
    margin: 0;
    display: block;
    outline: none;
}

.ui-menu .ui-menu {
    position: absolute;
}

.ui-menu .ui-menu-item {
    position: relative;
    margin: 0;
    padding: 3px 1em 3px .4em;
    cursor: pointer;
    min-height: 0;
    /* support: IE7 */
    /* support: IE10, see #8844 */
    list-style-image: url("data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7");
}

.ui-menu .ui-menu-divider {
    margin: 5px 0;
    height: 0;
    font-size: 0;
    line-height: 0;
    border-width: 1px 0 0 0;
}

.ui-menu .ui-state-focus,
.ui-menu .ui-state-active {
    margin: -1px;
}

/* icon support */
.ui-menu-icons {
    position: relative;
}

.ui-menu-icons .ui-menu-item {
    padding-left: 2em;
}

/* left-aligned */
.ui-menu .ui-icon {
    position: absolute;
    top: 0;
    bottom: 0;
    left: .2em;
    margin: auto 0;
}

/* right-aligned */
.ui-menu .ui-menu-icon {
    left: auto;
    right: 0;
}

.ui-progressbar {
    height: 2em;
    text-align: left;
    overflow: hidden;
}

.ui-progressbar .ui-progressbar-value {
    margin: -1px;
    height: 100%;
}

.ui-progressbar .ui-progressbar-overlay {
    background: url("data:image/gif;base64,R0lGODlhKAAoAIABAAAAAP///yH/C05FVFNDQVBFMi4wAwEAAAAh+QQJAQABACwAAAAAKAAoAAACkYwNqXrdC52DS06a7MFZI+4FHBCKoDeWKXqymPqGqxvJrXZbMx7Ttc+w9XgU2FB3lOyQRWET2IFGiU9m1frDVpxZZc6bfHwv4c1YXP6k1Vdy292Fb6UkuvFtXpvWSzA+HycXJHUXiGYIiMg2R6W459gnWGfHNdjIqDWVqemH2ekpObkpOlppWUqZiqr6edqqWQAAIfkECQEAAQAsAAAAACgAKAAAApSMgZnGfaqcg1E2uuzDmmHUBR8Qil95hiPKqWn3aqtLsS18y7G1SzNeowWBENtQd+T1JktP05nzPTdJZlR6vUxNWWjV+vUWhWNkWFwxl9VpZRedYcflIOLafaa28XdsH/ynlcc1uPVDZxQIR0K25+cICCmoqCe5mGhZOfeYSUh5yJcJyrkZWWpaR8doJ2o4NYq62lAAACH5BAkBAAEALAAAAAAoACgAAAKVDI4Yy22ZnINRNqosw0Bv7i1gyHUkFj7oSaWlu3ovC8GxNso5fluz3qLVhBVeT/Lz7ZTHyxL5dDalQWPVOsQWtRnuwXaFTj9jVVh8pma9JjZ4zYSj5ZOyma7uuolffh+IR5aW97cHuBUXKGKXlKjn+DiHWMcYJah4N0lYCMlJOXipGRr5qdgoSTrqWSq6WFl2ypoaUAAAIfkECQEAAQAsAAAAACgAKAAAApaEb6HLgd/iO7FNWtcFWe+ufODGjRfoiJ2akShbueb0wtI50zm02pbvwfWEMWBQ1zKGlLIhskiEPm9R6vRXxV4ZzWT2yHOGpWMyorblKlNp8HmHEb/lCXjcW7bmtXP8Xt229OVWR1fod2eWqNfHuMjXCPkIGNileOiImVmCOEmoSfn3yXlJWmoHGhqp6ilYuWYpmTqKUgAAIfkECQEAAQAsAAAAACgAKAAAApiEH6kb58biQ3FNWtMFWW3eNVcojuFGfqnZqSebuS06w5V80/X02pKe8zFwP6EFWOT1lDFk8rGERh1TTNOocQ61Hm4Xm2VexUHpzjymViHrFbiELsefVrn6XKfnt2Q9G/+Xdie499XHd2g4h7ioOGhXGJboGAnXSBnoBwKYyfioubZJ2Hn0RuRZaflZOil56Zp6iioKSXpUAAAh+QQJAQABACwAAAAAKAAoAAACkoQRqRvnxuI7kU1a1UU5bd5tnSeOZXhmn5lWK3qNTWvRdQxP8qvaC+/yaYQzXO7BMvaUEmJRd3TsiMAgswmNYrSgZdYrTX6tSHGZO73ezuAw2uxuQ+BbeZfMxsexY35+/Qe4J1inV0g4x3WHuMhIl2jXOKT2Q+VU5fgoSUI52VfZyfkJGkha6jmY+aaYdirq+lQAACH5BAkBAAEALAAAAAAoACgAAAKWBIKpYe0L3YNKToqswUlvznigd4wiR4KhZrKt9Upqip61i9E3vMvxRdHlbEFiEXfk9YARYxOZZD6VQ2pUunBmtRXo1Lf8hMVVcNl8JafV38aM2/Fu5V16Bn63r6xt97j09+MXSFi4BniGFae3hzbH9+hYBzkpuUh5aZmHuanZOZgIuvbGiNeomCnaxxap2upaCZsq+1kAACH5BAkBAAEALAAAAAAoACgAAAKXjI8By5zf4kOxTVrXNVlv1X0d8IGZGKLnNpYtm8Lr9cqVeuOSvfOW79D9aDHizNhDJidFZhNydEahOaDH6nomtJjp1tutKoNWkvA6JqfRVLHU/QUfau9l2x7G54d1fl995xcIGAdXqMfBNadoYrhH+Mg2KBlpVpbluCiXmMnZ2Sh4GBqJ+ckIOqqJ6LmKSllZmsoq6wpQAAAh+QQJAQABACwAAAAAKAAoAAAClYx/oLvoxuJDkU1a1YUZbJ59nSd2ZXhWqbRa2/gF8Gu2DY3iqs7yrq+xBYEkYvFSM8aSSObE+ZgRl1BHFZNr7pRCavZ5BW2142hY3AN/zWtsmf12p9XxxFl2lpLn1rseztfXZjdIWIf2s5dItwjYKBgo9yg5pHgzJXTEeGlZuenpyPmpGQoKOWkYmSpaSnqKileI2FAAACH5BAkBAAEALAAAAAAoACgAAAKVjB+gu+jG4kORTVrVhRlsnn2dJ3ZleFaptFrb+CXmO9OozeL5VfP99HvAWhpiUdcwkpBH3825AwYdU8xTqlLGhtCosArKMpvfa1mMRae9VvWZfeB2XfPkeLmm18lUcBj+p5dnN8jXZ3YIGEhYuOUn45aoCDkp16hl5IjYJvjWKcnoGQpqyPlpOhr3aElaqrq56Bq7VAAAOw==");
    height: 100%;
    filter: alpha(opacity=25);
    /* support: IE8 */
    opacity: 0.25;
}

.ui-progressbar-indeterminate .ui-progressbar-value {
    background-image: none;
}

.ui-selectmenu-menu {
    padding: 0;
    margin: 0;
    position: absolute;
    top: 0;
    left: 0;
    display: none;
}

.ui-selectmenu-menu .ui-menu {
    overflow: auto;
    /* Support: IE7 */
    overflow-x: hidden;
    padding-bottom: 1px;
}

.ui-selectmenu-menu .ui-menu .ui-selectmenu-optgroup {
    font-size: 1em;
    font-weight: bold;
    line-height: 1.5;
    padding: 2px 0.4em;
    margin: 0.5em 0 0 0;
    height: auto;
    border: 0;
}

.ui-selectmenu-open {
    display: block;
}

.ui-selectmenu-button {
    display: inline-block;
    overflow: hidden;
    position: relative;
    text-decoration: none;
    cursor: pointer;
}

.ui-selectmenu-button span.ui-icon {
    right: 0.5em;
    left: auto;
    margin-top: -8px;
    position: absolute;
    top: 50%;
}

.ui-selectmenu-button span.ui-selectmenu-text {
    text-align: left;
    padding: 0.4em 2.1em 0.4em 1em;
    display: block;
    line-height: 1.4;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.ui-slider {
    position: relative;
    text-align: left;
}

.ui-slider .ui-slider-handle {
    position: absolute;
    z-index: 2;
    width: 1.2em;
    height: 1.2em;
    cursor: default;
    -ms-touch-action: none;
    touch-action: none;
    border-radius: 100%;
}

.ui-slider .ui-slider-range {
    position: absolute;
    z-index: 1;
    font-size: .7em;
    display: block;
    border: 0;
    background-position: 0 0;
}

/* support: IE8 - See #6727 */
.ui-slider.ui-state-disabled .ui-slider-handle,
.ui-slider.ui-state-disabled .ui-slider-range {
    filter: inherit;
}

.ui-slider-horizontal {
    height: .8em;
}

.ui-slider-horizontal .ui-slider-handle {
    top: -.3em;
    margin-left: -.6em;
}

.ui-slider-horizontal .ui-slider-range {
    top: 0;
    height: 100%;
}

.ui-slider-horizontal .ui-slider-range-min {
    left: 0;
}

.ui-slider-horizontal .ui-slider-range-max {
    right: 0;
}

.ui-slider-vertical {
    width: .8em;
    height: 100px;
}

.ui-slider-vertical .ui-slider-handle {
    left: -.3em;
    margin-left: 0;
    margin-bottom: -.6em;
}

.ui-slider-vertical .ui-slider-range {
    left: 0;
    width: 100%;
}

.ui-slider-vertical .ui-slider-range-min {
    bottom: 0;
}

.ui-slider-vertical .ui-slider-range-max {
    top: 0;
}

.ui-spinner {
    position: relative;
    display: inline-block;
    overflow: hidden;
    padding: 0;
    vertical-align: middle;
}

.ui-spinner-input {
    border: none;
    background: none;
    color: inherit;
    padding: 0;
    margin: .2em 0;
    vertical-align: middle;
    margin-left: .4em;
    margin-right: 22px;
}

.ui-spinner-button {
    width: 16px;
    height: 50%;
    font-size: .5em;
    padding: 0;
    margin: 0;
    text-align: center;
    position: absolute;
    cursor: default;
    display: block;
    overflow: hidden;
    right: 0;
}

/* more specificity required here to override default borders */
.ui-spinner a.ui-spinner-button {
    border-top: none;
    border-bottom: none;
    border-right: none;
}

/* vertically center icon */
.ui-spinner .ui-icon {
    position: absolute;
    margin-top: -8px;
    top: 50%;
    left: 0;
}

.ui-spinner-up {
    top: 0;
}

.ui-spinner-down {
    bottom: 0;
}

/* TR overrides */
.ui-spinner .ui-icon-triangle-1-s {
    /* need to fix icons sprite */
    background-position: -65px -16px;
}

.ui-tabs {
    position: relative;
    /* position: relative prevents IE scroll bug (element with position: relative inside container with overflow: auto appear as "fixed") */
    padding: .2em;
}

.ui-tabs .ui-tabs-nav {
    margin: 0;
    padding: .2em .2em 0;
}

.ui-tabs .ui-tabs-nav li {
    list-style: none;
    float: left;
    position: relative;
    top: 0;
    margin: 1px .2em 0 0;
    border-bottom-width: 0;
    padding: 0;
    white-space: nowrap;
}

.ui-tabs .ui-tabs-nav .ui-tabs-anchor {
    float: left;
    padding: .5em 1em;
    text-decoration: none;
}

.ui-tabs .ui-tabs-nav li.ui-tabs-active {
    margin-bottom: -1px;
    padding-bottom: 1px;
}

.ui-tabs .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor,
.ui-tabs .ui-tabs-nav li.ui-state-disabled .ui-tabs-anchor,
.ui-tabs .ui-tabs-nav li.ui-tabs-loading .ui-tabs-anchor {
    cursor: text;
}

.ui-tabs-collapsible .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor {
    cursor: pointer;
}

.ui-tabs .ui-tabs-panel {
    display: block;
    border-width: 0;
    padding: 1em 1.4em;
    background: none;
}

.ui-tooltip {
    padding: 8px;
    position: absolute;
    z-index: 9999;
    max-width: 300px;
    -webkit-box-shadow: 0 0 5px #aaa;
    box-shadow: 0 0 5px #aaa;
}

body .ui-tooltip {
    border-width: 2px;
}

/* Component containers
----------------------------------*/
.ui-widget {
    font-family: Verdana,Arial,sans-serif;
    font-size: 1.1em;
}

.ui-widget .ui-widget {
    font-size: 1em;
}

.ui-widget input,
.ui-widget select,
.ui-widget textarea,
.ui-widget button {
    font-size: 14px;
}

.ui-widget-content {
    border: 1px solid #d3d3d3;
    background: #ffffff;
    color: #222222;
}

.ui-widget-content a {
    color: #222222;
}

.ui-widget-header {
    border: 1px solid #d3d3d3;
    background: #cccccc url("/images/jquery-ui/ui-bg_highlight-soft_75_cccccc_1x100.png") 50% 50% repeat-x;
    color: #222222;
    font-weight: bold;
}

.ui-widget-header a {
    color: #222222;
}

/* Interaction states
----------------------------------*/
.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default {
    border: 1px solid #d3d3d3;
    background: #e6e6e6;
    font-weight: normal;
    color: #555555;
}

.ui-state-default a,
.ui-state-default a:link,
.ui-state-default a:visited {
    color: #555555;
    text-decoration: none;
}

.ui-state-hover,
.ui-widget-content .ui-state-hover,
.ui-widget-header .ui-state-hover,
.ui-state-focus,
.ui-widget-content .ui-state-focus,
.ui-widget-header .ui-state-focus {
    border: 1px solid #999999;
    background: #dadada;
    font-weight: normal;
    color: #212121;
}

.ui-state-hover a,
.ui-state-hover a:hover,
.ui-state-hover a:link,
.ui-state-hover a:visited,
.ui-state-focus a,
.ui-state-focus a:hover,
.ui-state-focus a:link,
.ui-state-focus a:visited {
    color: #212121;
    text-decoration: none;
}

.ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active {
    border: 1px solid #0375c2;
    background: #ffffff;
    font-weight: normal;
    color: #212121;
}

.ui-state-active a,
.ui-state-active a:link,
.ui-state-active a:visited {
    color: #212121;
    text-decoration: none;
}

/* Interaction Cues
----------------------------------*/
.ui-state-highlight,
.ui-widget-content .ui-state-highlight,
.ui-widget-header .ui-state-highlight {
    border: 1px solid #fcefa1;
    background: #fbf9ee;
    color: #363636;
}

.ui-state-highlight a,
.ui-widget-content .ui-state-highlight a,
.ui-widget-header .ui-state-highlight a {
    color: #363636;
}

.ui-state-error,
.ui-widget-content .ui-state-error,
.ui-widget-header .ui-state-error {
    border: 1px solid #cd0a0a;
    background: #fef1ec;
    color: #cd0a0a;
}

.ui-state-error a,
.ui-widget-content .ui-state-error a,
.ui-widget-header .ui-state-error a {
    color: #cd0a0a;
}

.ui-state-error-text,
.ui-widget-content .ui-state-error-text,
.ui-widget-header .ui-state-error-text {
    color: #cd0a0a;
}

.ui-priority-primary,
.ui-widget-content .ui-priority-primary,
.ui-widget-header .ui-priority-primary {
    font-weight: bold;
}

.ui-priority-secondary,
.ui-widget-content .ui-priority-secondary,
.ui-widget-header .ui-priority-secondary {
    opacity: .7;
    filter: Alpha(Opacity=70);
    /* support: IE8 */
    font-weight: normal;
}

.ui-state-disabled,
.ui-widget-content .ui-state-disabled,
.ui-widget-header .ui-state-disabled {
    opacity: .35;
    filter: Alpha(Opacity=35);
    /* support: IE8 */
    background-image: none;
}

.ui-state-disabled .ui-icon {
    filter: Alpha(Opacity=35);
    /* support: IE8 - See #6059 */
}

/* Icons
----------------------------------*/
/* states and images */
.ui-icon {
    width: 16px;
    height: 16px;
}

.ui-icon,
.ui-widget-content .ui-icon {
    background-image: url("/images/jquery-ui/ui-icons_222222_256x240.png");
}

.ui-widget-header .ui-icon {
    background-image: url("/images/jquery-ui/ui-icons_222222_256x240.png");
}

.ui-state-default .ui-icon {
    background-image: url("/images/jquery-ui/ui-icons_888888_256x240.png");
}

.ui-state-hover .ui-icon,
.ui-state-focus .ui-icon {
    background-image: url("/images/jquery-ui/ui-icons_454545_256x240.png");
}

.ui-state-active .ui-icon {
    background-image: url("/images/jquery-ui/ui-icons_454545_256x240.png");
}

.ui-state-highlight .ui-icon {
    background-image: url("/images/jquery-ui/ui-icons_2e83ff_256x240.png");
}

.ui-state-error .ui-icon,
.ui-state-error-text .ui-icon {
    background-image: url("/images/jquery-ui/ui-icons_cd0a0a_256x240.png");
}

/* positioning */
.ui-icon-blank {
    background-position: 16px 16px;
}

.ui-icon-carat-1-n {
    background-position: 0 0;
}

.ui-icon-carat-1-ne {
    background-position: -16px 0;
}

.ui-icon-carat-1-e {
    background-position: -32px 0;
}

.ui-icon-carat-1-se {
    background-position: -48px 0;
}

.ui-icon-carat-1-s {
    background-position: -64px 0;
}

.ui-icon-carat-1-sw {
    background-position: -80px 0;
}

.ui-icon-carat-1-w {
    background-position: -96px 0;
}

.ui-icon-carat-1-nw {
    background-position: -112px 0;
}

.ui-icon-carat-2-n-s {
    background-position: -128px 0;
}

.ui-icon-carat-2-e-w {
    background-position: -144px 0;
}

.ui-icon-triangle-1-n {
    background-position: 0 -16px;
}

.ui-icon-triangle-1-ne {
    background-position: -16px -16px;
}

.ui-icon-triangle-1-e {
    background-position: -32px -16px;
}

.ui-icon-triangle-1-se {
    background-position: -48px -16px;
}

.ui-icon-triangle-1-s {
    background-position: -64px -16px;
}

.ui-icon-triangle-1-sw {
    background-position: -80px -16px;
}

.ui-icon-triangle-1-w {
    background-position: -96px -16px;
}

.ui-icon-triangle-1-nw {
    background-position: -112px -16px;
}

.ui-icon-triangle-2-n-s {
    background-position: -128px -16px;
}

.ui-icon-triangle-2-e-w {
    background-position: -144px -16px;
}

.ui-icon-arrow-1-n {
    background-position: 0 -32px;
}

.ui-icon-arrow-1-ne {
    background-position: -16px -32px;
}

.ui-icon-arrow-1-e {
    background-position: -32px -32px;
}

.ui-icon-arrow-1-se {
    background-position: -48px -32px;
}

.ui-icon-arrow-1-s {
    background-position: -64px -32px;
}

.ui-icon-arrow-1-sw {
    background-position: -80px -32px;
}

.ui-icon-arrow-1-w {
    background-position: -96px -32px;
}

.ui-icon-arrow-1-nw {
    background-position: -112px -32px;
}

.ui-icon-arrow-2-n-s {
    background-position: -128px -32px;
}

.ui-icon-arrow-2-ne-sw {
    background-position: -144px -32px;
}

.ui-icon-arrow-2-e-w {
    background-position: -160px -32px;
}

.ui-icon-arrow-2-se-nw {
    background-position: -176px -32px;
}

.ui-icon-arrowstop-1-n {
    background-position: -192px -32px;
}

.ui-icon-arrowstop-1-e {
    background-position: -208px -32px;
}

.ui-icon-arrowstop-1-s {
    background-position: -224px -32px;
}

.ui-icon-arrowstop-1-w {
    background-position: -240px -32px;
}

.ui-icon-arrowthick-1-n {
    background-position: 0 -48px;
}

.ui-icon-arrowthick-1-ne {
    background-position: -16px -48px;
}

.ui-icon-arrowthick-1-e {
    background-position: -32px -48px;
}

.ui-icon-arrowthick-1-se {
    background-position: -48px -48px;
}

.ui-icon-arrowthick-1-s {
    background-position: -64px -48px;
}

.ui-icon-arrowthick-1-sw {
    background-position: -80px -48px;
}

.ui-icon-arrowthick-1-w {
    background-position: -96px -48px;
}

.ui-icon-arrowthick-1-nw {
    background-position: -112px -48px;
}

.ui-icon-arrowthick-2-n-s {
    background-position: -128px -48px;
}

.ui-icon-arrowthick-2-ne-sw {
    background-position: -144px -48px;
}

.ui-icon-arrowthick-2-e-w {
    background-position: -160px -48px;
}

.ui-icon-arrowthick-2-se-nw {
    background-position: -176px -48px;
}

.ui-icon-arrowthickstop-1-n {
    background-position: -192px -48px;
}

.ui-icon-arrowthickstop-1-e {
    background-position: -208px -48px;
}

.ui-icon-arrowthickstop-1-s {
    background-position: -224px -48px;
}

.ui-icon-arrowthickstop-1-w {
    background-position: -240px -48px;
}

.ui-icon-arrowreturnthick-1-w {
    background-position: 0 -64px;
}

.ui-icon-arrowreturnthick-1-n {
    background-position: -16px -64px;
}

.ui-icon-arrowreturnthick-1-e {
    background-position: -32px -64px;
}

.ui-icon-arrowreturnthick-1-s {
    background-position: -48px -64px;
}

.ui-icon-arrowreturn-1-w {
    background-position: -64px -64px;
}

.ui-icon-arrowreturn-1-n {
    background-position: -80px -64px;
}

.ui-icon-arrowreturn-1-e {
    background-position: -96px -64px;
}

.ui-icon-arrowreturn-1-s {
    background-position: -112px -64px;
}

.ui-icon-arrowrefresh-1-w {
    background-position: -128px -64px;
}

.ui-icon-arrowrefresh-1-n {
    background-position: -144px -64px;
}

.ui-icon-arrowrefresh-1-e {
    background-position: -160px -64px;
}

.ui-icon-arrowrefresh-1-s {
    background-position: -176px -64px;
}

.ui-icon-arrow-4 {
    background-position: 0 -80px;
}

.ui-icon-arrow-4-diag {
    background-position: -16px -80px;
}

.ui-icon-extlink {
    background-position: -32px -80px;
}

.ui-icon-newwin {
    background-position: -48px -80px;
}

.ui-icon-refresh {
    background-position: -64px -80px;
}

.ui-icon-shuffle {
    background-position: -80px -80px;
}

.ui-icon-transfer-e-w {
    background-position: -96px -80px;
}

.ui-icon-transferthick-e-w {
    background-position: -112px -80px;
}

.ui-icon-folder-collapsed {
    background-position: 0 -96px;
}

.ui-icon-folder-open {
    background-position: -16px -96px;
}

.ui-icon-document {
    background-position: -32px -96px;
}

.ui-icon-document-b {
    background-position: -48px -96px;
}

.ui-icon-note {
    background-position: -64px -96px;
}

.ui-icon-mail-closed {
    background-position: -80px -96px;
}

.ui-icon-mail-open {
    background-position: -96px -96px;
}

.ui-icon-suitcase {
    background-position: -112px -96px;
}

.ui-icon-comment {
    background-position: -128px -96px;
}

.ui-icon-person {
    background-position: -144px -96px;
}

.ui-icon-print {
    background-position: -160px -96px;
}

.ui-icon-trash {
    background-position: -176px -96px;
}

.ui-icon-locked {
    background-position: -192px -96px;
}

.ui-icon-unlocked {
    background-position: -208px -96px;
}

.ui-icon-bookmark {
    background-position: -224px -96px;
}

.ui-icon-tag {
    background-position: -240px -96px;
}

.ui-icon-home {
    background-position: 0 -112px;
}

.ui-icon-flag {
    background-position: -16px -112px;
}

.ui-icon-calendar {
    background-position: -32px -112px;
}

.ui-icon-cart {
    background-position: -48px -112px;
}

.ui-icon-pencil {
    background-position: -64px -112px;
}

.ui-icon-clock {
    background-position: -80px -112px;
}

.ui-icon-disk {
    background-position: -96px -112px;
}

.ui-icon-calculator {
    background-position: -112px -112px;
}

.ui-icon-zoomin {
    background-position: -128px -112px;
}

.ui-icon-zoomout {
    background-position: -144px -112px;
}

.ui-icon-search {
    background-position: -160px -112px;
}

.ui-icon-wrench {
    background-position: -176px -112px;
}

.ui-icon-gear {
    background-position: -192px -112px;
}

.ui-icon-heart {
    background-position: -208px -112px;
}

.ui-icon-star {
    background-position: -224px -112px;
}

.ui-icon-link {
    background-position: -240px -112px;
}

.ui-icon-cancel {
    background-position: 0 -128px;
}

.ui-icon-plus {
    background-position: -16px -128px;
}

.ui-icon-plusthick {
    background-position: -32px -128px;
}

.ui-icon-minus {
    background-position: -48px -128px;
}

.ui-icon-minusthick {
    background-position: -64px -128px;
}

.ui-icon-close {
    background-position: -80px -128px;
}

.ui-icon-closethick {
    background-position: -96px -128px;
}

.ui-icon-key {
    background-position: -112px -128px;
}

.ui-icon-lightbulb {
    background-position: -128px -128px;
}

.ui-icon-scissors {
    background-position: -144px -128px;
}

.ui-icon-clipboard {
    background-position: -160px -128px;
}

.ui-icon-copy {
    background-position: -176px -128px;
}

.ui-icon-contact {
    background-position: -192px -128px;
}

.ui-icon-image {
    background-position: -208px -128px;
}

.ui-icon-video {
    background-position: -224px -128px;
}

.ui-icon-script {
    background-position: -240px -128px;
}

.ui-icon-alert {
    background-position: 0 -144px;
}

.ui-icon-info {
    background-position: -16px -144px;
}

.ui-icon-notice {
    background-position: -32px -144px;
}

.ui-icon-help {
    background-position: -48px -144px;
}

.ui-icon-check {
    background-position: -64px -144px;
}

.ui-icon-bullet {
    background-position: -80px -144px;
}

.ui-icon-radio-on {
    background-position: -96px -144px;
}

.ui-icon-radio-off {
    background-position: -112px -144px;
}

.ui-icon-pin-w {
    background-position: -128px -144px;
}

.ui-icon-pin-s {
    background-position: -144px -144px;
}

.ui-icon-play {
    background-position: 0 -160px;
}

.ui-icon-pause {
    background-position: -16px -160px;
}

.ui-icon-seek-next {
    background-position: -32px -160px;
}

.ui-icon-seek-prev {
    background-position: -48px -160px;
}

.ui-icon-seek-end {
    background-position: -64px -160px;
}

.ui-icon-seek-start {
    background-position: -80px -160px;
}

/* ui-icon-seek-first is deprecated, use ui-icon-seek-start instead */
.ui-icon-seek-first {
    background-position: -80px -160px;
}

.ui-icon-stop {
    background-position: -96px -160px;
}

.ui-icon-eject {
    background-position: -112px -160px;
}

.ui-icon-volume-off {
    background-position: -128px -160px;
}

.ui-icon-volume-on {
    background-position: -144px -160px;
}

.ui-icon-power {
    background-position: 0 -176px;
}

.ui-icon-signal-diag {
    background-position: -16px -176px;
}

.ui-icon-signal {
    background-position: -32px -176px;
}

.ui-icon-battery-0 {
    background-position: -48px -176px;
}

.ui-icon-battery-1 {
    background-position: -64px -176px;
}

.ui-icon-battery-2 {
    background-position: -80px -176px;
}

.ui-icon-battery-3 {
    background-position: -96px -176px;
}

.ui-icon-circle-plus {
    background-position: 0 -192px;
}

.ui-icon-circle-minus {
    background-position: -16px -192px;
}

.ui-icon-circle-close {
    background-position: -32px -192px;
}

.ui-icon-circle-triangle-e {
    background-position: -48px -192px;
}

.ui-icon-circle-triangle-s {
    background-position: -64px -192px;
}

.ui-icon-circle-triangle-w {
    background-position: -80px -192px;
}

.ui-icon-circle-triangle-n {
    background-position: -96px -192px;
}

.ui-icon-circle-arrow-e {
    background-position: -112px -192px;
}

.ui-icon-circle-arrow-s {
    background-position: -128px -192px;
}

.ui-icon-circle-arrow-w {
    background-position: -144px -192px;
}

.ui-icon-circle-arrow-n {
    background-position: -160px -192px;
}

.ui-icon-circle-zoomin {
    background-position: -176px -192px;
}

.ui-icon-circle-zoomout {
    background-position: -192px -192px;
}

.ui-icon-circle-check {
    background-position: -208px -192px;
}

.ui-icon-circlesmall-plus {
    background-position: 0 -208px;
}

.ui-icon-circlesmall-minus {
    background-position: -16px -208px;
}

.ui-icon-circlesmall-close {
    background-position: -32px -208px;
}

.ui-icon-squaresmall-plus {
    background-position: -48px -208px;
}

.ui-icon-squaresmall-minus {
    background-position: -64px -208px;
}

.ui-icon-squaresmall-close {
    background-position: -80px -208px;
}

.ui-icon-grip-dotted-vertical {
    background-position: 0 -224px;
}

.ui-icon-grip-dotted-horizontal {
    background-position: -16px -224px;
}

.ui-icon-grip-solid-vertical {
    background-position: -32px -224px;
}

.ui-icon-grip-solid-horizontal {
    background-position: -48px -224px;
}

.ui-icon-gripsmall-diagonal-se {
    background-position: -64px -224px;
}

.ui-icon-grip-diagonal-se {
    background-position: -80px -224px;
}

/* Misc visuals
----------------------------------*/
/* Corner radius */
.ui-corner-all,
.ui-corner-top,
.ui-corner-left,
.ui-corner-tl {
    border-top-left-radius: 5px;
}

.ui-corner-all,
.ui-corner-top,
.ui-corner-right,
.ui-corner-tr {
    border-top-right-radius: 5px;
}

.ui-corner-all,
.ui-corner-bottom,
.ui-corner-left,
.ui-corner-bl {
    border-bottom-left-radius: 5px;
}

.ui-corner-all,
.ui-corner-bottom,
.ui-corner-right,
.ui-corner-br {
    border-bottom-right-radius: 5px;
}

/* Overlays */
.ui-widget-overlay {
    background: #0375c2;
    opacity: .3;
    filter: Alpha(Opacity=30);
    /* support: IE8 */
}

.ui-widget-shadow {
    margin: -8px 0 0 -8px;
    padding: 8px;
    background: #0375c2;
    opacity: .3;
    filter: Alpha(Opacity=30);
    /* support: IE8 */
    border-radius: 8px;
}

/* Slider */
.slick-slider {
    position: relative;
    display: block;
    box-sizing: border-box;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list {
    position: relative;
    overflow: hidden;
    display: block;
    margin: 0;
    padding: 0;
}
.slick-list:focus {
    outline: none;
}
.slick-list.dragging {
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.slick-track {
    position: relative;
    left: 0;
    top: 0;
    display: block;
}
.slick-track:before, .slick-track:after {
    content: "";
    display: table;
}
.slick-track:after {
    clear: both;
}
.slick-loading .slick-track {
    visibility: hidden;
}

.slick-slide {
    float: left;
    height: 100%;
    min-height: 1px;
    display: none;
}
[dir="rtl"] .slick-slide {
    float: right;
}
.slick-slide img {
    display: block;
}
.slick-slide.slick-loading img {
    display: none;
}
.slick-slide.dragging img {
    pointer-events: none;
}
.slick-initialized .slick-slide {
    display: block;
}
.slick-loading .slick-slide {
    visibility: hidden;
}
.slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
    display: none;
}

.user_login_class{
	padding: 20px 0px;
}
.block-popup.block-popup-call-me {
    min-width: 280px;
    max-width: 440px;
}

@media screen and (max-width: 769px) {
    .res {
        background-color: blue;
    }

    .at-mid-header .logo-part {
        width: 245px;
    }

    .at-post-header .part-search {
        padding: 0 0 0 30px;
    }

    .at-index-cat-thumb {
        background-size: 100px;
    }

    .at-footer .footer-wrapper .part-soc {
        width: 120px;
    }

    .at-brands-list {
        -moz-column-count: 4;
        -webkit-column-count: 4;
        column-count: 4;
    }

    .at-plist-thumbs > li {
        width: 50%;
    }

    .at-list-element .name-part {
        display: none;
    }
    .at-list-element .code-part {
        display: none;
    }

    .at-product-top .payment-part {
        display: none;
    }
    .at-product-top .tablet-link {
        display: block;
    }

    .at-user-card, .at-user-settings {
        width: 100%;
    }

    .at-tab-table .manager-comment.whtspc {
        max-width: 130px;
    }

    .at-reg-block {
        width: 60%;
    }

    .at-reg-info {
        width: 40%;
    }

    .at-makeorder-plist, .at-makeorder-form {
        float: none;
        width: 100%;
        padding: 0;
    }

    .at-makeorder-plist {
        padding: 0 0 20px 0;
    }

    .at-makeorder-form {
        padding: 0;
    }

    .at-block-popup .block-popup {
        max-width: 500px;
    }
    .at-block-popup .no-mob {
        display: none;
    }
    .at-block-popup .mob-w100 {
        width: 100%;
        padding: 8px 0;
    }
    .at-block-popup .popup-head {
        padding: 12px 26px 7px 26px;
        font-size: 18px;
        font-weight: 500;
    }
    .at-block-popup .popup-body {
        padding: 0 26px 20px 26px;
    }
    .at-block-popup .close {
        right: 7px;
        top: 13px;
    }

    .at-popup-auth .part {
        float: none;
        width: 100%;
    }
    .at-popup-auth .left {
        padding: 0;
    }
    .at-popup-auth .right {
        padding: 0;
    }

    .at-popup-login-block {
        margin: 0;
        padding: 0 0 0 0;
    }

    .at-popup-basket .notice {
        padding: 14px 16px;
        margin: 0 -26px -20px -26px;
    }
    .at-popup-basket .notice table {
        table-layout: fixed;
        width: 100%;
    }
    .at-popup-basket .notice .phone, .at-popup-basket .notice .at-btn {
        width: 100%;
    }

    .at-list-basket-table td.price-cell {
        position: initial;
    }
    .at-list-basket-table td .delete {
        right: 0;
        top: 7px;
        margin: 0;
    }

    .at-basket-element {
        display: block;
        padding: 18px 0px;
        position: relative;
    }
    .at-basket-element .brand-part {
        width: 110px;
        display: inline-block;
        vertical-align: top;
        float: left;
        margin: 0 -80px 0 0;
    }
    .at-basket-element .code-part, .at-basket-element .name-part {
        width: 80%;
        padding: 0 34px 0 90px;
        display: inline-block;
        vertical-align: top;
    }
    .at-basket-element .code-part a {
        text-decoration: underline;
    }
    .at-basket-element .photo-part {
        width: 30px;
        position: absolute;
        right: 5px;
        top: 33px;
        display: block;
    }
    .at-basket-element .data-part {
        clear: both;
        display: block;
        width: 100%;
        margin: 14px 0 0 0;
    }
    .at-basket-element .photo-view {
        width: 150px;
        height: 150px;
        left: -180px;
        bottom: 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%);
        margin: 0;
    }
}
@media screen and (max-width: 668px) {
    .res {
        background-color: orange;
    }

    .at-pages-menu {
        text-align: left;
    }

    .at-mid-header .mid-header-wrap {
        display: block;
        /*height: 200px;*/
    }
    .at-mid-header .mid-header-part {
        display: block;
    }
    .at-mid-header .mid-header-part:after {
        content: "";
        display: table;
        width: 100%;
        height: 0;
        clear: both;
    }
    .at-mid-header .logo-part {
        /*width: 100%;
        height: 100px;*/
    	float:left;
    }
    .at-mid-header .user-part {
        float: right;
    }
    .at-mid-header .phones-part {
        width: 50%;
        float: left;
    }

    .at-logo-top {
        padding-top: 26px;
    }
    .at-logo-top > img {
        display: block;
        margin: 0 auto;
    }

    .at-post-header .part-button {
        width: 105px;
    }

    .at-post-header .part-search {
        padding: 0 0 0 15px;
    }

    .at-nav .nav-drop-inner {
        background-color: #fff;
        box-shadow: 0 0 10px #cadae2;
        position: relative;
    }
    .at-nav .nav-drop-inner.x2 {
        width: 424px;
    }
    .at-nav .nav-drop-inner.x3 {
        width: 636px;
    }
    .at-nav .nav-drop-inner ul {
        min-height: 300px;
    }
    .at-nav .nav-drop-inner ul > li > a {
        font-size: 14px;
        line-height: 16px;
    }
    .at-nav .nav-drop-inner .lvl1 {
        width: 212px;
    }
    .at-nav .nav-drop-inner .lvl2 {
        width: 212px;
    }
    .at-nav .nav-drop-inner .lvl3 {
        width: 212px;
    }

    .at-index-banner .name {
        font-size: 24px;
        line-height: 28px;
        margin: 0 0 15px 0;
    }
    .at-index-banner .text {
        font-size: 14px;
        line-height: 20px;
        margin: 0 0 15px 0;
    }

    .at-index-cats > li {
        width: 50%;
    }

    .at-index-blog .blog-item {
        width: 50%;
        padding-bottom: 30px;
    }

    .at-footer .footer-wrapper {
        display: block;
        line-height: 0;
        font-size: 0;
    }
    .at-footer .footer-wrapper .foot-part {
        line-height: 24px;
        display: inline-block;
        font-size: 14px;
    }
    .at-footer .footer-wrapper .part-info, .at-footer .footer-wrapper .part-cats {
        width: 50%;
        padding: 0 0 30px 0;
    }
    .at-footer .footer-wrapper .part-soc {
        width: 50%;
        padding: 0;
    }
    .at-footer .footer-wrapper .part-pay {
        width: 50%;
    }

    .at-brands-list {
        -moz-column-count: 3;
        -webkit-column-count: 3;
        column-count: 3;
    }

    .at-selected-car {
        padding: 16px 0 0 0;
    }
    .at-selected-car .selected-car-inner {
        display: block;
    }
    .at-selected-car .selected-car-inner:after {
        content: "";
        display: table;
        clear: both;
        width: 100%;
        height: 0;
    }
    .at-selected-car .selected-car-inner .selected-car-part {
        display: block;
        float: left;
        margin: 0 0 20px 0;
    }
    .at-selected-car .selected-car-inner .first {
        width: 50%;
    }
    .at-selected-car .selected-car-inner .second {
        width: 50%;
    }
    .at-selected-car .selected-car-inner .third {
        padding: 0;
        width: 50%;
    }
    .at-selected-car .selected-car-inner .forth {
        width: 50%;
    }
    .at-selected-car .image {
        display: inline-block;
        padding: 5px;
        border: 1px solid #f2f6f8;
        border-radius: 2px;
    }
    .at-selected-car .image img {
        display: block;
        margin: 0 auto;
        max-width: 122px;
        max-height: 83px;
    }

    .at-list-element {
        display: block;
        padding: 18px 15px 15px 7px;
    }
    .at-list-element .brand-part {
        width: 80px;
        display: inline-block;
        vertical-align: top;
        float: left;
        margin: 0 -80px 0 0;
    	padding: 0;
    }
    .at-list-element .image-brand {
        position: relative;
    }
    .at-list-element .code-part {
        width: 100%;
        padding: 0 34px 0 90px;
        display: inline-block;
        vertical-align: top;
    }
    .at-list-element .code-part a {
        text-decoration: underline;
    }
    .at-list-element .code-part a:hover {
        text-decoration: none;
    }
    .at-list-element .name-part {
        width: 100%;
        min-height: 30px;
        padding: 0 34px 0 90px;
        display: inline-block;
        vertical-align: top;
    }
    .at-list-element .photo-part {
        width: 30px;
        position: absolute;
        right: 5px;
        top: 33px;
        display: block;
    }
    .at-list-element .data-part {
        clear: both;
        display: block;
        width: 100%;
        margin: 12px 0 0 0;
    }
    .at-list-element .photo-view {
        width: 150px;
        height: 150px;
        left: auto;
        right: 0;
        -moz-transform: translate(0, 0);
        -webkit-transform: translate(0, 0);
        -o-transform: translate(0, 0);
        -ms-transform: translate(0, 0);
        transform: translate(0, 0);
        bottom: 100%;
        margin: 0 0 10px 0;
    }
    .at-list-element .photo-view > i {
        display: table-cell;
        vertical-align: middle;
    }
    .at-list-element .photo-view > i img {
        display: block;
        margin: 0 auto;
        max-width: 150px;
        max-height: 150px;
    }
    .at-list-element .buy {
        text-align: right;
    }

    .at-tabs .tabs-head {
        display: none;
    }
    .at-tabs .mob-tabs-select {
        display: block;
    }

    .at-tab-table {
        display: block;
    }
    .at-tab-table .manager-comment.whtspc {
        max-width: 100%;
    }
    .at-tab-table tbody, .at-tab-table thead, .at-tab-table tfoot, .at-tab-table tr {
        display: block;
    }
    .at-tab-table tr {
        padding: 10px 14px;
        border-top: 1px solid #ebeff3;
    }
    .at-tab-table td {
        display: block;
        border: none;
        padding: 2px 0;
    }
    .at-tab-table td:first-child {
        padding-left: 0;
    }
    .at-tab-table .mob-ib {
        display: inline-block;
        vertical-align: top;
        padding-right: 10px;
    }
    .at-tab-table .mob-fl {
        float: left;
    }
    .at-tab-table .mob-fr {
        float: right;
    }
    .at-tab-table .mob-sep {
        display: block;
        clear: both;
    }
    .at-tab-table .mob-sep .pad0 {
        padding: 0 !important;
    }
    .at-tab-table .image {
        float: left;
        width: 70px;
        height: 82px;
        display: table;
        margin: 0 -70px 0 0;
        position: relative;
    }
    .at-tab-table .image > i {
        display: table-cell;
        vertical-align: middle;
    }
    .at-tab-table .image img {
        margin: 0 auto;
    }
    .at-tab-table .mob-float-image {
        float: left;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        width: 100%;
        padding: 5px 0 5px 80px;
        text-align: left;
    }

    .at-reg-block {
        width: 100%;
        padding: 0;
    }

    .at-reg-info {
        display: none;
    }

    .at-block-popup {
        overflow: hidden;
    }
    .at-block-popup:before, .at-block-popup:after {
        height: 0;
    }
    .at-block-popup .block-popup {
        height: 100%;
        overflow-x: hidden;
        overflow-y: auto;
        -webkit-overflow-scrolling: touch;
    }
    #no-mob-phones{
		display:none;
    }
    #no-pk-phones{
		display:block;
	    float: left;
    	width: 10%;
    }
    .at-phones-top .main-phone:after, .at-phones-top .inner-wrap{
	    background: none;
    }
    .at-phones-top.active .inner-wrap{
		 background: #ffffff;
   	     margin: 10px 0 0 -45px;
    }
    .at-phones-top .phones-top-drop{
	     padding: 35px 0 0 0!important;
    }
	.ar-logo{
		width: 100%;
		margin: 0px 0 0 18%;
	}
}
@media screen and (max-width: 569px) {
    .res {
        background-color: red;
    }

    body.overscroll-stop {
        overflow: hidden;
    }

    h1, h2 {
        font-size: 24px;
        margin: 0 0 14px 0;
    }

    .at-docs-link {
        display: none;
    }

    .fix-tpage {
        position: fixed;
        width: 100%;
        height: 100%;
        left: -28px;
        bottom: 0;
        z-index: 4;
        background-color: #fff;
        box-shadow: 0 0 10px #cadae2;
    }

    .fix-bg {
        position: fixed;
        width: 100%;
        height: 100%;
        left: 0;
        bottom: 0;
        z-index: 4;
        background-color: #fff;
        box-shadow: 0 0 10px #cadae2;
    }

    .at-mask-tpages {
        display: none;
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
    }

    .at-pages-menu {
        position: fixed;
        left: -28px;
        top: 0;
        width: 100%;
        height: 100%;
        z-index: 20;
        display: none;
    }
    .at-pages-menu .close {
        position: absolute;
        right: -4px;
        top: -28px;
        width: 17px;
        height: 17px;
        background: url("/image/icons.png") no-repeat -50px -300px;
    }
    .at-pages-menu .close:hover, .at-pages-menu .close:active {
        text-decoration: none;
        background: url("/image/icons.png") no-repeat -50px -325px;
    }
    .at-pages-menu .inner-pages {
        padding: 40px 10px 0 54px;
        background-color: #fff;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        overflow-x: hidden;
        overflow-y: auto;
        -webkit-overflow-scrolling: touch;
        height: 100%;
    }
    .at-pages-menu .inner-pages > a {
        display: block;
        color: #666666;
        margin: 0 0 18px 0;
    }
    .at-pages-menu .mob-header-pages {
        display: block;
        position: relative;
    }
    .at-pages-menu .mob-links {
        padding: 34px 0 0 0;
        display: block;
    }
    .at-pages-menu .mob-links > a {
        display: block;
        color: #666666;
        margin: 0 0 18px 0;
    }

    .at-mid-header {
        background-color: transparent;
    }
    .at-mid-header .mid-header-wrap {
        display: block;
        height: auto;
    }
   /* .at-mid-header .phones-part {
        display: none;
    }*/
    .at-mid-header .user-part {
        width: 100%;
    }
    .at-mid-header .logo-part {
        width: 100%;
        height: auto;
    }

    .at-logo-top {
        padding-top: 20px;
        padding-bottom: 6px;
    }

    .at-mob-toggle-menu {
        float: left;
        width: 33.33%;
        display: block;
    }
    .at-mob-toggle-menu > a {
        display: block;
        height: 88px;
        width: 100%;
        padding-top: 30px;
        padding-bottom: 8px;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
    }
    .at-mob-toggle-menu > a > span {
        display: block;
        width: 30px;
        height: 20px;
        background: url("/image/icons.png") no-repeat 0 -300px;
    }

    .at-auth-block {
        float: left;
        /*width: 33%;*/
    	 width: 36%;
    }
    .at-auth-block.loged > a > span:before {
        top: 5px;
        right: -6px;
    }
    .at-auth-block > a {
        height: 88px;
        width: 100%;
        padding-bottom: 8px;
    }
    .at-auth-block > a > span {
        font-size: 0;
    }
    .at-auth-block > a > span:before {
        top: 0;
        right: -6px;
    }
    .at-auth-block .auth-menu {
        position: fixed;
        left: 0;
        top: 0;
        margin: 0;
        width: 100%;
        height: 100%;
        overflow-x: hidden;
        overflow-y: scroll;
        -webkit-overflow-scrolling: touch;
    }
    .at-auth-block .menu-header {
        display: block;
        font-weight: 500;
        text-transform: uppercase;
        font-size: 18px;
        line-height: 20px;
        padding: 11px 20px 10px 20px;
    }
    .at-auth-block .menu-header .close {
        position: absolute;
        right: 20px;
        top: 13px;
        width: 17px;
        height: 17px;
        background: url("/image/icons.png") no-repeat -50px -300px;
    }
    .at-auth-block .menu-header .close:hover, .at-auth-block .menu-header .close:active {
        text-decoration: none;
        background: url("/image/icons.png") no-repeat -50px -325px;
    }
    .at-auth-block .manager {
        display: block;
        border-top: 4px solid #5fb5f0;
    }
    .at-auth-block .manager > a {
        display: block;
        font-size: 16px;
        font-weight: 500;
        position: relative;
        padding: 18px 50px 19px 68px;
        background-color: #fffbf5;
    }
    .at-auth-block .manager > a:before, .at-auth-block .manager > a:after {
        content: "";
        position: absolute;
        background-image: url("/image/icons.png");
        background-repeat: no-repeat;
    }
    .at-auth-block .manager > a:before {
        width: 28px;
        height: 27px;
        left: 27px;
        top: 17px;
        background-position: -100px -300px;
    }
    .at-auth-block .manager > a:after {
        width: 11px;
        height: 19px;
        right: 14px;
        top: 19px;
        background-position: -150px -300px;
    }

    .at-basket-widget {
        float: left;
        /*width: 33.33%;*/
    	width: 18.33%;
    }
    .at-basket-widget > a {
        display: block;
        width: 100%;
        height: 88px;
        padding-bottom: 8px;
    }
    .at-basket-widget > a:before {
        left: auto;
        right: 4px;
        margin: 0 0 0 0;
    }
    .at-basket-widget .name {
        font-size: 0;
    }
    .at-basket-widget .count {
        right: 0;
        margin: 0 -12px 0 0;
    }

    .at-post-header {
        position: relative;
    }
    .at-post-header .part-button {
        width: 0;
        display: none;
    }

    .at-post-header > .at-mainer {
        padding: 0;
    }
    .at-post-header .part-nav {
        width: 100%;
    }
    .at-post-header .part-search {
        padding: 0;
        width: 64px;
    }
    .at-post-header .mob-block-search {
        display: block;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        height: 42px;
        width: 36px;
        position: absolute;
        right: 27px;
        top: 14px;
        border: 1px solid #ededed;
        border-radius: 0 4px 4px 0;
        background-color: #ffbd3e;
        border-left: none;
        background-image: url("/image/icon-search.png");
        background-repeat: no-repeat;
        background-position: center;
        cursor: pointer;
    }

    .at-block-search {
        height: 70px;
        width: 100%;
        padding: 14px 63px 14px 11px;
        position: absolute;
        right: 0;
        top: 0;
        background-color: #409ede;
        display: none;
    }
    .at-block-search input[type=submit] {
        top: 14px;
        right: 27px;
    }
    .at-block-search .close {
        display: block;
        position: absolute;
        right: 4px;
        top: 26px;
        width: 17px;
        height: 17px;
        background: url("/image/icons.png") no-repeat -75px -300px;
    }
    .at-block-search .close:hover, .at-block-search .close:active {
        text-decoration: none;
        background: url("/image/icons.png") no-repeat -50px -325px;
    }

    .at-index-banner-wrap {
        display: none;
    }

    .at-nav:hover .nav-drop {
        display: none;
    }
    .at-nav > a {
        display: none;
    }
    .at-nav .mob-toggle {
        display: block;
    }
    .at-nav .nav-drop {
        position: fixed;
        left: 0;
        top: 0;
        overflow-x: hidden;
        overflow-y: auto;
        -webkit-overflow-scrolling: touch;
        background-color: #fff;
        width: 100%;
        height: 100%;
        padding: 40px 0 0 0;
    }
    .at-nav .nav-drop .mob-head {
        display: block;
    }
    .at-nav .nav-drop .mob-head .close {
        display: block;
        position: absolute;
        right: 6px;
        top: 12px;
        width: 17px;
        height: 17px;
        background: url("/image/icons.png") no-repeat -50px -300px;
    }
    .at-nav .nav-drop .mob-head .close:hover, .at-nav .nav-drop .mob-head .close:active {
        text-decoration: none;
        background: url("/image/icons.png") no-repeat -50px -325px;
    }
    .at-nav .nav-drop-inner {
        box-shadow: none;
    }
    .at-nav .nav-drop-inner.x2 {
        width: 100%;
    }
    .at-nav .nav-drop-inner.x3 {
        width: 100%;
    }
    .at-nav .nav-drop-inner ul {
        min-height: 20px;
    }
    .at-nav .nav-drop-inner ul > li > a:hover {
        color: #666666;
    }
    .at-nav .nav-drop-inner .lvl1 {
        width: 100%;
        position: relative;
        height: auto !important;
    }
    .at-nav .nav-drop-inner .lvl1 > li:hover > a {
        color: #666666;
        background-color: #fff;
    }
    .at-nav .nav-drop-inner .lvl1 .js-has-lvl2:hover > a:after {
        display: none;
    }
    .at-nav .nav-drop-inner .lvl2 {
        width: 100%;
        box-shadow: none;
        left: 0;
        position: relative;
        height: auto !important;
    }
    .at-nav .nav-drop-inner .lvl2 > li > a {
        padding-left: 30px;
    }
    .at-nav .nav-drop-inner .lvl2 > li:hover a {
        color: #666666;
    }
    .at-nav .nav-drop-inner .lvl3 {
        width: 100%;
        left: 0;
        position: relative;
        box-shadow: none;
        height: auto !important;
        background-color: #fffbf5;
    }
    .at-nav .nav-drop-inner .lvl3 > li > a {
        padding-left: 40px;
    }

    .at-car-picker {
        margin-bottom: 30px;
        padding-bottom: 34px;
    }
    .at-car-picker .selector {
        display: block;
    }
    .at-car-picker .part {
        display: block;
        width: 100% !important;
        margin: 20px 0 0 0;
    }
    .at-car-picker .part:first-child {
        margin: 0;
    }

    .at-index-cats > li {
        width: 100%;
    }

    .at-index-cat-thumb {
        background-size: auto;
    }

    .at-index-cats-mob-list {
        display: block;
    }

    .at-index-brands-title {
        padding-right: 0;
        margin-bottom: 20px;
    }

    .at-index-brands .at-toggler {
        top: -39px;
    }
    .at-index-brands .show-more .at-btn {
        width: 100%;
    }

    .at-brands-list {
        -moz-column-count: 1;
        -webkit-column-count: 1;
        column-count: 1;
    }

    .at-custom-select-wrap .select-drop-inner {
        width: 100%;
    }
    .at-custom-select-wrap table {
        display: block;
    }
    .at-custom-select-wrap table tr {
        display: block;
        padding: 0 0 8px 0;
    }
    .at-custom-select-wrap table td {
        display: inline-block;
        vertical-align: top;
        padding: 0 0 10px 0;
    }
    .at-custom-select-wrap table td.year {
        display: block;
    }
    .at-custom-select-wrap table td:first-child {
        padding: 0 0 10px 0;
    }

    .at-footer {
        padding: 29px 0 24px 0;
        line-height: 24px;
    }
    .at-footer .mob-call {
        display: block;
        text-align: center;
        padding: 0 0 36px 0;
    }
    .at-footer .mob-call .call-btn {
        width: 100%;
    }
    .at-footer .mob-call .call-btn span {
        position: relative;
        padding: 0 0 0 38px;
    }
    .at-footer .mob-call .call-btn span:before {
        content: "";
        position: absolute;
        left: 0;
        top: 50%;
        margin: -17px 0 0 0;
        width: 21px;
        height: 33px;
        background: url("/image/icons.png") no-repeat -50px 0;
    }
    .at-footer .footer-wrapper {
        display: block;
    }
    .at-footer .footer-wrapper .foot-part {
        display: block;
    }
    .at-footer .footer-wrapper .part-info {
        width: 100%;
    }
    .at-footer .footer-wrapper .part-cats {
        display: none;
    }
    .at-footer .footer-wrapper .part-soc {
        width: 100%;
        padding-bottom: 25px;
    }
    .at-footer .footer-wrapper .part-pay {
        width: 100%;
    }
    .at-footer .caption {
        color: #6a727a;
    }

    .at-layer-left, .at-layer-mid {
        float: none;
    }

    .at-layer-left {
        width: 100%;
        margin: 0 0 20px 0;
    }
    .at-layer-left .mob-hide {
        display: none;
    }

    .at-layer-mid {
        width: 100%;
        padding: 0 0 0 0;
    }

    .at-plist-thumbs > li {
        width: 50%;
    }

    .at-selected-car .selected-car-inner .selected-car-part {
        float: none;
        margin: 0 0 20px 0;
    }
    .at-selected-car .selected-car-inner .first {
        width: 100%;
    }
    .at-selected-car .selected-car-inner .first:after {
        content: "";
        display: table;
        width: 100%;
        height: 0;
        clear: both;
    }
    .at-selected-car .selected-car-inner .first .caption {
        float: left;
    }
    .at-selected-car .selected-car-inner .first .at-link-dashed {
        float: right;
    }
    .at-selected-car .selected-car-inner .second {
        width: 100%;
    }
    .at-selected-car .selected-car-inner .third {
        width: 100%;
    }
    .at-selected-car .selected-car-inner .forth {
        display: none;
    }
    .at-selected-car .image {
        display: inline-block;
        padding: 5px;
        border: 1px solid #f2f6f8;
        border-radius: 2px;
    }
    .at-selected-car .image img {
        display: block;
        margin: 0 auto;
        max-width: 122px;
        max-height: 83px;
    }

    .at-crumbs {
        padding: 14px 0 16px 0;
    }
    .at-crumbs > div {
        display: none;
    }
    .at-crumbs .mob-link {
        display: block;
    }

    .at-plist-header {
        float: none;
        padding: 0;
    }

    .at-plist-tools {
        float: none;
        margin: 0 0 7px 0;
        width: 100%;
    }

    .at-sort .drop {
        left: -7px;
        top: 32px;
    }

    .at-filters-selected .mob-filter-toggle {
        display: block;
    }

    .at-filters {
        position: fixed;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        overflow-x: hidden;
        overflow-y: auto;
        -webkit-overflow-scrolling: touch;
        z-index: 5;
        display: none;
    }
    .at-filters .mob-filter-head {
        display: block;
        padding: 10px 20px 10px 20px;
        font-size: 18px;
        text-transform: uppercase;
        font-weight: 500;
    }
    .at-filters .mob-filter-head .close {
        display: block;
        position: absolute;
        right: 6px;
        top: 12px;
        width: 17px;
        height: 17px;
        background: url("/image/icons.png") no-repeat -50px -300px;
    }
    .at-filters .mob-filter-head .close:hover, .at-filters .mob-filter-head .close:active {
        text-decoration: none;
        background: url("/image/icons.png") no-repeat -50px -325px;
    }
    .at-filters .block-filter {
        padding: 25px 20px 10px 20px;
    }
    .at-filters .block-filter:first-child {
        padding: 10px 20px 10px 20px;
    }

    .at-list-element .action-links {
        display: none !important;
    }
    .at-list-element .tip {
        display: none !important;
    }

    .at-product-top {
        display: block;
    }
    .at-product-top .part {
        display: block;
        width: 100% !important;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
    }
    .at-product-top .data-part {
        padding: 40px 0 0 0;
    }
    .at-product-top .payment-part {
        display: none;
    }

    .at-product-description .part-left, .at-product-description .part-right {
        float: none;
        width: 100%;
    }
    .at-product-description .part-left {
        margin: 0 0 18px 0;
    }

    .at-block-form > table, .at-block-form .bordered > table,
    .at-block-form > table > tbody > tr, .at-block-form > table > thead > tr, .at-block-form > table > tfoot > tr,
    .at-block-form .bordered > table > tbody > tr, .at-block-form .bordered > table > thead > tr, .at-block-form .bordered > table > tfoot > tr,
    .at-block-form > table > tbody, .at-block-form > table > thead, .at-block-form > table > tfoot,
    .at-block-form .bordered > table > tbody, .at-block-form .bordered > table > thead, .at-block-form > table > tfoot,
    .at-block-form > table > tr, .at-block-form .bordered > table > tr {
        display: block;
    }
    .at-block-form > table > td, .at-block-form .bordered > table > td,
    .at-block-form > table > tbody > tr > td, .at-block-form > table > thead > tr > td, .at-block-form > table > tfoot > tr > td,
    .at-block-form .bordered > table > tbody > tr > td, .at-block-form .bordered > table > thead > tr > td, .at-block-form .bordered > table > tfoot > tr > td,
    .at-block-form > table > tbody > td, .at-block-form > table > thead > td, .at-block-form > table > tfoot > td,
    .at-block-form .bordered > table > tbody > td, .at-block-form .bordered > table > thead > td, .at-block-form > table > tfoot > td,
    .at-block-form > table > tr > td, .at-block-form .bordered > table > tr > td {
        display: block;
        padding: 0;
    }
    .at-block-form > table > td:first-child, .at-block-form .bordered > table > td:first-child,
    .at-block-form > table > tbody > tr > td:first-child, .at-block-form > table > thead > tr > td:first-child, .at-block-form > table > tfoot > tr > td:first-child,
    .at-block-form .bordered > table > tbody > tr > td:first-child, .at-block-form .bordered > table > thead > tr > td:first-child, .at-block-form .bordered > table > tfoot > tr > td:first-child,
    .at-block-form > table > tbody > td:first-child, .at-block-form > table > thead > td:first-child, .at-block-form > table > tfoot > td:first-child,
    .at-block-form .bordered > table > tbody > td:first-child, .at-block-form .bordered > table > thead > td:first-child, .at-block-form > table > tfoot > td:first-child,
    .at-block-form > table > tr > td:first-child, .at-block-form .bordered > table > tr > td:first-child {
        width: 100%;
        padding: 0;
    }
    .at-block-form > table > td:first-child.vtop, .at-block-form .bordered > table > td:first-child.vtop,
    .at-block-form > table > tbody > tr > td:first-child.vtop, .at-block-form > table > thead > tr > td:first-child.vtop, .at-block-form > table > tfoot > tr > td:first-child.vtop,
    .at-block-form .bordered > table > tbody > tr > td:first-child.vtop, .at-block-form .bordered > table > thead > tr > td:first-child.vtop, .at-block-form .bordered > table > tfoot > tr > td:first-child.vtop,
    .at-block-form > table > tbody > td:first-child.vtop, .at-block-form > table > thead > td:first-child.vtop, .at-block-form > table > tfoot > td:first-child.vtop,
    .at-block-form .bordered > table > tbody > td:first-child.vtop, .at-block-form .bordered > table > thead > td:first-child.vtop, .at-block-form > table > tfoot > td:first-child.vtop,
    .at-block-form > table > tr > td:first-child.vtop, .at-block-form .bordered > table > tr > td:first-child.vtop {
        padding-top: 0;
    }
    .at-block-form > table > tbody > tr, .at-block-form > table > thead > tr, .at-block-form > table > tfoot > tr,
    .at-block-form .bordered > table > tbody > tr, .at-block-form .bordered > table > thead > tr, .at-block-form .bordered > table > tfoot > tr {
        padding: 18px 15px 0 15px;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
    }
    .at-block-form > table > tbody > tr:first-child, .at-block-form > table > thead > tr:first-child, .at-block-form > table > tfoot > tr:first-child,
    .at-block-form .bordered > table > tbody > tr:first-child, .at-block-form .bordered > table > thead > tr:first-child, .at-block-form .bordered > table > tfoot > tr:first-child {
        padding-top: 0;
    }
    .at-block-form .inline-labels label {
        display: block;
        width: 100%;
        padding: 0 0 0 28px;
        margin: 20px 0 0 0;
    }
    .at-block-form .inline-labels label:first-child {
        margin: 0;
    }
    .at-block-form .field-name {
        margin: 0 0 7px 0;
    }
    .at-block-form .field-name .abs {
        position: absolute;
        right: 0;
        top: 3px;
        left: auto;
        width: auto;
        letter-spacing: -0.01em;
    }
    .at-block-form .bordered {
        margin: 20px 0 0 0;
        padding: 20px 0 0 0;
    }
    .at-block-form table.capcha td:first-child {
        width: auto;
    }
    .at-block-form .checklist {
        padding: 10px 0;
    }
    .at-block-form .form-message {
        padding: 10px 15px;
    }
    .at-block-form .small-table > table > tr > td, .at-block-form .small-table > table > tbody > tr > td {
        padding: 8px 15px 8px 0;
    }
    .at-block-form .small-table > table > tr > td:first-child, .at-block-form .small-table > table > tbody > tr > td:first-child {
        padding: 8px 2px 8px 15px;
    }
    .at-block-form .small-table > table .field-name {
        margin: 0;
    }

    .at-makeorder-plist {
        padding: 0 0 10px 0;
    }
    .at-makeorder-plist .inner-part {
        margin: 0 0 10px 0;
    }
    .at-makeorder-plist .plist-table {
        display: block;
    }
    .at-makeorder-plist .plist-table thead, .at-makeorder-plist .plist-table tbody, .at-makeorder-plist .plist-table tfoot, .at-makeorder-plist .plist-table tr, .at-makeorder-plist .plist-table td {
        display: block;
        width: 100%;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
    }
    .at-makeorder-plist .plist-table tr {
        border-bottom: 1px solid #ebeff3;
    }
    .at-makeorder-plist .plist-table td {
        border: none;
    }
    .at-makeorder-plist .plist-table td:last-child {
        width: 100%;
    }
    .at-makeorder-plist .plist-table .image-cell, .at-makeorder-plist .plist-table .data-cell {
        float: left;
    }
    .at-makeorder-plist .plist-table .image-cell {
        width: 80px;
        margin: 6px -80px 0 0;
        position: relative;
        padding-left: 10px;
        padding-right: 0;
    }
    .at-makeorder-plist .plist-table .image-cell .image {
        display: block;
    }
    .at-makeorder-plist .plist-table .image-cell .image i {
        display: block;
    }
    .at-makeorder-plist .plist-table .image-cell img {
        margin: 0 auto;
    }
    .at-makeorder-plist .plist-table .data-cell {
        padding-left: 90px;
    }
    .at-makeorder-plist .plist-table .data-cell:after {
        content: "";
        clear: both;
        display: table;
        width: 100%;
        height: 0;
    }
    .at-makeorder-plist .plist-table .mob-ib {
        display: inline-block;
        vertical-align: middle;
        width: auto;
    }
    .at-makeorder-plist .plist-table .mob-ib:last-child {
        width: auto;
    }
    .at-makeorder-plist .plist-table .mob-count {
        margin-left: 80px;
    }
    .at-makeorder-plist .footer table {
        float: none;
        width: 100%;
    }

    .at-makeorder-form .links {
        padding: 0 15px 20px 15px;
    }
    .at-makeorder-form .order-check {
        padding: 0 15px 8px 15px;
    }

    .at-block-popup {
        overflow: hidden;
    }
    .at-block-popup:before, .at-block-popup:after {
        height: 0;
    }
    .at-block-popup .no-mob {
        display: none;
    }
    .at-block-popup .mob-w100 {
        width: 100%;
        padding: 0;
    }
    .at-block-popup .block-popup {
        max-width: 100%;
        height: 100%;
        overflow-x: hidden;
        overflow-y: auto;
        -webkit-overflow-scrolling: touch;
    }

    .at-popup-login-block {
        margin: 0 -15px;
    }

    .at-popup-auth .reg-info .top-part {
        display: none;
    }
    .at-popup-auth .reg-info .bot-part {
        border-top: 1px solid #ebeff3;
        padding: 20px 0 0 0;
        margin: 19px -26px 0 -26px;
    }
    .at-popup-auth .reg-info .bot-part:before, .at-popup-auth .reg-info .bot-part:after {
        display: none;
    }

    .at-basket-element .mob-hide {
        display: none;
    }
    .at-basket-element .mob-settings-basket {
        display: block;
        text-align: right;
        padding: 10px 20px 0 0;
    }

    .at-popup-basket .basket-buttons {
        border-top: none;
        padding: 0 0 36px 0;
    }
    .at-popup-basket .basket-buttons .clear-btn {
        float: none;
        width: 100%;
        margin: 0 0 16px 0;
    }
    .at-popup-basket .basket-buttons .makorder {
        float: none;
        width: 100%;
    }
    .at-popup-basket .notice table {
        display: block;
    }
    .at-popup-basket .notice table tbody, .at-popup-basket .notice table thead, .at-popup-basket .notice table tfoot, .at-popup-basket .notice table tr {
        display: block;
    }
    .at-popup-basket .notice table td {
        display: block;
        padding: 20px 0 0 0;
    }
    .at-popup-basket .notice .text {
        line-height: 24px;
        color: inherit;
    }
    .at-btn {
		width: 100%;
    }
}
@media screen and (max-width: 400px) {
    .res {
        background-color: pink;
    }

    .mobile .at-plist-thumbs {
        margin: 0 0 8px 0;
    }
    .mobile .at-thumb-element {
        box-shadow: 0 0 10px #cadae2;
        border-color: transparent;
        background-color: #fff;
        z-index: 3;
        position: relative;
        margin: 0;
    }
    .mobile .at-thumb-element .inner-wrap {
        box-shadow: none;
    }
    .mobile .at-thumb-element .extend {
        display: block;
    }
    .mobile .at-thumb-element .fav, .mobile .at-thumb-element .com {
        display: block;
    }

    .at-plist-thumbs {
        margin: 0 0 18px 0;
    }
    .at-plist-thumbs > li {
        width: 100%;
        padding: 0 0 20px 0;
        height: auto !important;
    }

    .at-thumb-element {
        box-shadow: 0 0 10px #cadae2;
        background-color: #fff;
        z-index: 3;
    }
    .at-thumb-element.ready:hover {
        box-shadow: 0 0 10px #cadae2;
        border-color: transparent;
        background-color: #fff;
    }
    .at-thumb-element.ready:hover .inner-wrap {
        box-shadow: none;
    }
    .at-thumb-element.ready:hover .extend {
        display: block;
    }
    .at-thumb-element.ready:hover .fav, .at-thumb-element.ready:hover .com {
        display: block;
    }
    .at-thumb-element .inner-wrap {
        background-color: #fff;
        padding: 0;
        box-shadow: none;
    }
    .at-thumb-element .extend {
        display: block;
    }
    .at-thumb-element .fav, .at-thumb-element .com {
        display: block;
    }

    .at-list-data-table td {
        vertical-align: middle;
        padding: 4px 0;
    }
    .at-list-data-table td.amount-cell {
        width: 48px;
    }
    .at-list-data-table td.btn-cell {
        width: 38px;
    }

    .at-product-view {
        padding: 20px 0;
    }

    .at-product-top .image-part {
        padding-left: 10px;
        padding-right: 10px;
    }

    .at-product-price-select {
        padding-left: 10px;
        padding-right: 10px;
    }

    .at-product-count {
        padding-left: 10px;
    }

    .at-product-buyblock {
        padding-left: 10px;
        padding-right: 10px;
    }

    .at-product-description {
        margin: 0;
    }
    .at-product-description .caption, .at-product-description .links, .at-product-description .text {
        padding: 0 0 0 10px;
    }
    .at-product-description .part-left, .at-product-description .part-right {
        padding: 0 4px;
    }
}
.icon.info{
	width: 14px;
    height: 14px;
    background: url(/image/icons.png) no-repeat -100px -400px;
    margin: -4px 0 0 5px;
    display: inline-block;
    position: relative;
    bottom: -2px;
}
.inline {
    display: inline;
    display: -webkit-inline-box;
}
/*# sourceMappingURL=main.css.map */

.hidden {
	display: none !important;
}


.mi-parts-cats {
    list-style: none;
    margin: 0 0 10px 0;
    padding: 0;
    font-size: 0;
}
.mi-parts-cats > div {
    display: inline-block;
    width: 25%;
    vertical-align: top;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    font-size: 14px;
    padding: 0 15px;
}
.mi-parts-cats > div a {
    text-decoration: none;
}
.mi-parts-cats > div a:hover {
    color: #e31e24;
}
.mi-parts-cats .element {
    padding: 0 0 35px 0;
}
.mi-parts-cats .name {
    padding: 0 0 20px 0;
}
.mi-parts-cats .name a {
    color: #333;
    font-size: 16px;
}
.mi-parts-cats .item {
    padding: 0 0 8px 0;
}

@media screen and (max-width: 767px) {
    .mi-parts-cats {
        margin: 0 0 30px 0;
    }
    .mi-parts-cats > div {
        display: block;
        width: 100%;
        padding: 0;
    }
    .mi-parts-cats .name {
        padding: 0 0 20px 0;
    }
    .mi-parts-cats .name a {
        color: #2f86c2;
    }
    .mi-parts-cats .item {
        display: none;
    }
    .mi-parts-cats .element {
        padding: 0 0 0 0;
    }
}

/*--[--Messages--*/
.error_message,
.error_p {
	    background: url(/image/message-error.png) center left no-repeat #da3838;}
.warning_message, 
.warning_p {
	    background: url(/image/message-warning.png) center left no-repeat #FFD700;}
.notice_p {
   		background: url(/image/message-success.png) center left no-repeat #52ad4b;}
.empty_p {
	height:25px;
	margin: 3px;}
.warning_message, .error_message, .error_p, .warning_p, .notice_p {
	color: #ffffff;
    border-radius: 3px;
    margin: 0 0 10px 0;
    font-size: 11px;
    font-weight: bold;
    text-align: left;
    padding: 13px 15px 13px 56px;}
/*--]--Messages--*/

#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;
}
/* ---]--- */
/*  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;
}
.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;
}

.at-makeorder-plist table td.image-cell img {
	max-height: 75px;
    max-width: 75px;
}

.pages-cart-cart {
	position: inherit;
	padding: 0;
	margin: -150px 0 0 0;
	overflow: auto;
	z-index: 1000;
	top: initial;
	left: initial;
	width: 100%;
	height: 100%;
	background-color: transparent;
}

@media screen and (max-width: 569px) {
	.pages-cart-cart {
		margin: 0 0 0 0;
	}
}

#catagory_parts{
	font-weight:500;
	font-size:17px;
	color:black;
}

a.not-read {
	color: red;
}

.ar-logo a {
    font-size: 37px;
    font-weight: bold;
    text-decoration: none;
    color: rgba(0, 0, 0, 0.7);
    -webkit-transition-duration: 0.3s;
    -moz-transition-duration: 0.3s;
    -o-transition-duration: 0.3s;
    -ms-transition-duration: 0.3s;
    transition-duration: 0.3s;
    text-shadow: 0 0 3px rgba(95, 181, 240, 0.95);
	margin:15px;
}
.ar-logo span{
	font-weight:500;
}

.callback{
	display: block;
	float: left;
	margin: 21px 15px;
}
.callback .count-call{
    text-align: center;
    line-height: 25px;
    display: block;
    color: #ebeff3;
    background: green;
    height: 24px;
    width: 23px;
    border-radius: 12px;
}
.neworder{
	display: block;
	float: right;
	margin: 21px 13px 0px 0px;
}
.neworder .count-order{
	text-align: center;
    line-height: 25px;
    display: block;
    color: #ebeff3;
    background: #c2402f;
    height: 24px;
    width: 23px;
    border-radius: 12px;
}




/* Dropdown control */
.selectBox-dropdown {
    min-width: 100px;
    position: relative;
    line-height: 38px;
    height: 38px;
    text-decoration: none;
    text-align: left;
    color: #000;
    outline: none;
    vertical-align: middle;
    /*background: #fff;
    box-shadow: 0 0 10px #cadae2;*/
    display: inline-block;
    cursor: default;
}

.selectBox-dropdown:focus,
.selectBox-dropdown:focus .selectBox-arrow {
    border-color: #666;


}

.selectBox-menuShowing {
    box-shadow: 0 0 10px #cadae2;

    &:before {
        content: '';
        position: absolute;
        z-index: 100000;
        width: 100%;
        height: 5px;
        background-color: #fff;
        left: 0;
        bottom: 0;
    }
}

.selectBox-dropdown.selectBox-menuShowing-bottom {
    -moz-border-radius-bottomleft: 0;
    -moz-border-radius-bottomright: 0;
    -webkit-border-bottom-left-radius: 0;
    -webkit-border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}

.selectBox-dropdown.selectBox-menuShowing-top {
    -moz-border-radius-topleft: 0;
    -moz-border-radius-topright: 0;
    -webkit-border-top-left-radius: 0;
    -webkit-border-top-right-radius: 0;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

.selectBox-dropdown .selectBox-label {
    display: inline-block;
    white-space: nowrap;
    overflow: hidden;
    position: absolute;
    color: #2f86c2;
    width: auto !important;
    max-width: 100%;
    @include box-sizing($bb);
    cursor: pointer;

    &:hover {
        &:after {
           border-color: transparent;
        }
    }



    >a{
        text-decoration: none;
    }
}
..selectBox-dropdown .selectBox-label:hover a {
	 text-decoration: none;
}

.selectBox-dropdown .selectBox-label:after {
        border-bottom: 1px dashed;
        bottom: 8px;
        content: '';
        height: 0;
        left: 0;
        position: absolute;
        right: 0;
    }

.selectBox-dropdown .selectBox-arrow {
    position: absolute;
    top: 0;
    right: 0;
    width: 23px;
    height: 100%;
    background: url(../image/media/icon_selectbox.png) center no-repeat;
}

/* Dropdown menu */
.selectBox-dropdown-menu {
    position: absolute;
    z-index: 99999;
    max-height: 200px;
    min-height: 1em;
    background: #FFF;
    box-shadow: 0 0 10px #cadae2;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
}

/* Inline control */
.selectBox-inline {
    min-width: 150px;
    outline: none;
    background: #FFF;
    display: inline-block;
    overflow: auto;
}

.selectBox-inline:focus {
    border-color: transparent;
}

/* Options */
.selectBox-options,
.selectBox-options LI,
.selectBox-options LI A {
    list-style: none;
    display: block;
    cursor: default;
    padding: 0;
    margin: 0;
}

.selectBox-options.selectBox-options-top{
    border-bottom:none;
}
.selectBox-options.selectBox-options-bottom{
	border-top:none;
}

.selectBox-options LI A {
    line-height: 30px;
    padding: 0 10px;
    white-space: nowrap;
    overflow: hidden;
    background: 6px center no-repeat;
    border-top: 1px solid #e2ebf0;
    text-decoration: none;
}

.selectBox-options LI.selectBox-hover A {
    color: $cBase;
    cursor: pointer;
}

.selectBox-options LI.selectBox-disabled A {
    color: #888;
}

.selectBox-options LI.selectBox-selected A {
}

.selectBox-options .selectBox-optgroup {
    color: #666;
    background: #EEE;
    font-weight: bold;
    line-height: 1.5;
    padding: 0 .3em;
    white-space: nowrap;
}

/* Disabled state */
.selectBox.selectBox-disabled {
    color: #888 !important;
}

.selectBox-dropdown.selectBox-disabled .selectBox-arrow {
    opacity: .5;
    filter: alpha(opacity=50);
    border-color: #666;
}

.selectBox-inline.selectBox-disabled {
    color: #888 !important;
}

.selectBox-inline.selectBox-disabled .selectBox-options A {
    background-color: transparent !important;
}
/* page news */
.ms-news-list .element {
    margin: 0 0 25px;
}

.ms-news-list .date {
    float: left;
    font-size: 11px;
    text-align: center;
}

.ms-news-list .day {
    padding: 4px 8px;
    color: #ffffff;
    background-color: #5fb5f0;
    border-radius: 5px;
	behavior: url(/css/PIE.htc);
}

.ms-news-list .news-item {
    margin: 0 0 0 70px;
}

.ms-news-element {
    margin: 0 0 20px;
}

.ms-news-element .date {
    float: left;
    font-size: 11px;
    text-align: center;
}

.ms-news-element .day {
    padding: 4px 8px;
    color: #ffffff;
    background-color: #5fb5f0;
    border-radius: 5px;
	behavior: url(/css/PIE.htc);
}

.ms-news-element .news-item {
    margin: 0 0 0 70px;
}

.ms-news-element .project-photo {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;

    display: inline-block;
    width: 495px;
    height: 458px;
    padding: 20px 20px 0 20px;
    background: url(/image/redesign/project-photo-bg2.png);
}

.ms-news-element .project-photo img {
    width: 456px;
    height: 257px;
}
.header-select {
	display:block; 
}
.header-select .user-select{
	display: inline-block;
	width: 220px;
}
.header-select .group-select{
	display: inline-block;
	width: 130px;
}
.width-input {
	width: 870px;
}
.filtr{
	cursor: pointer;
}
.filtr:hover{
	color:#2f86c2;
}

.rubric-column {
    float: left;
    width: 310px;
    padding: 20px 0px 20px;
}
.rubric-column div {
    padding-right: 15px;
}
.rubric-column div p {
    font: bold 18px Arial,regular;
    color: #666;
    padding: 25px 0px 5px;
}
.rubric-column div ul {
    padding-left: 7px;
}
.rubric-column a.link:visited {
    color: #663399;
}
.rubric-column a.unactive{border-bottom: 1px solid #aed1ea;color: #99c5e5;font: 14px/22px Arial,regular;text-decoration: none;border-bottom: none;cursor: default;}
.rubric-column span.unactive{border-bottom: 1px solid #aed1ea;color: #99c5e5;font: 14px/22px Arial,regular;text-decoration: none;border-bottom: none;cursor: default;}
.rubric-column a.link{font: 14px/22px Arial,regular; color:#348ccb; text-decoration: none;}
.rubric-column a.link span{border-bottom: 1px solid #aed1ea;}
.rubric-column a.link:visited{color: #663399;}
.rubric-column a.link:visited span{border-bottom-color: #c2add6;}
.rubric-column a.link:hover span{border-bottom-color: #FFC699 !important; color: #FF7A00;}
.rubric-column ul li span.count {
    color: #666;
    font: 12px/22px Arial,regular;
}
.rubric-column li {
    list-style-type: none;
}
.rubric-column li span.count {
    color: #666;
    font: 12px/22px Arial,regular;
}

.at-select, select {
    width: 100% !important;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    position: relative;
    height: 42px;
    background-image: url('/image/arrow-blue.png');
    background-repeat: no-repeat;
    background-position: 93% 50%;
    border: 1px solid #d6d6d6;
    background-color: #f6f9fc;
    padding: 0 30px 0 12px;
    overflow: hidden;
    white-space: nowrap;
    border-radius: 4px;
}
.at-select:after {
  display: none;
}
@media screen and (max-width: 666px) {
	.mob-filter{
		display:none;
	}
}
.part_car {
    margin-right: 5px;
}
.popup-body > .text {
    font-size: 16px;
    margin-bottom: 10px;
}
@media screen and (max-width: 769px) {
.selector{
	display: block!important;
}	
.part_car{
	width: 99%!important;
	margin-bottom: 5px;
}
}

.psevdo_h1{
	display: block;
    margin-block-start: 0.83em;
    margin-block-end: 0.83em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
    font-size: 30px;
    margin: 0 0 24px 0;
    color: #383838;
    text-transform: uppercase;
    line-height: 26px;
    font-weight: 400;
}
.psevdo_h3{
    display: block;
    margin-block-start: 1em;
    margin-block-end: 1em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
	
	border: none;
    font-family: "Rubik", sans-serif;
    font-style: normal;
    padding: 0;
	
    font-size: 30px;
    margin: 0 0 24px 0;
    color: #383838;
    text-transform: uppercase;
    line-height: 26px;
    font-weight: 400;
}
.psevdo_h2{
    display: block;
    margin-block-start: 0.83em;
    margin-block-end: 0.83em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
	
	border: none;
    font-family: "Rubik", sans-serif;
    font-style: normal;
    padding: 0;
	
	font-size: 30px;
    margin: 0 0 24px 0;
    color: #383838;
    text-transform: uppercase;
    line-height: 26px;
    font-weight: 400;
	
    padding-right: 68px;
}
.input-group-addon{
	position: absolute;
    right: 0;
    top: 0;
	padding: 12px 12px!important;
    width: 47px!important;
    height: 42px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
 .glyphicon-eye-open {
    width: 100%;
    height: 100%;
 }
 
.container.thumbs {
	width: 100%;
}

.input-group-addon {
    background-image: url('/image/eye_open.png');
    border: 1px solid #ccc;
}

.glyphicon-eye-close {
    background-image: url('/image/eye_close.png');
}
.mi-nav {
    position: relative;
    /*bottom: -27px;*/
    margin: 0px -75px 0 -75px;
}
.mi-nav .mi-mob-nav-toggle {
    display: none;
}
.mi-nav .inner-nav {
    display: table;
    width: 100%;
    table-layout: fixed;
    /*box-shadow: 0 5px 11px rgba(0, 0, 0, 0.2);
    background: #ffffff;
    background: -moz-linear-gradient(top, #ffffff 0%, #ededed 100%);
    background: -webkit-linear-gradient(top, #ffffff 0%, #ededed 100%);
    background: linear-gradient(to bottom, #ffffff 0%, #ededed 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ededed',GradientType=0 );
    border-radius: 4px;*/
}
.mi-nav .nav-element {
    display: table-cell;
    vertical-align: middle;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    text-align: center;
    border-right: 1px solid #fff;
   /* border-left: 1px solid #fff;*/
}
.mi-nav .nav-element:hover .nav-drop {
    display: block;
}
.mi-nav .nav-element:hover .inner-element > a {
    background: #ededed;
    background: -moz-linear-gradient(top, #ededed 0%, #ffffff 100%);
    background: -webkit-linear-gradient(top, #ededed 0%, #ffffff 100%);
    background: linear-gradient(to bottom, #ededed 0%, #ffffff 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ededed', endColorstr='#ffffff',GradientType=0 );
}
.mi-nav .nav-element:hover .inner-element > a > span {
    color: #d32f2f;
}
.mi-nav .nav-element .inner-element {
    width: 100%;
    height: 53px;
    position: relative;
}
.mi-nav .nav-element:first-child {
    border-left: none;
}
.mi-nav .nav-element:last-child {
    border-right: none;
}
.mi-nav .nav-element .inner-element > a {
    display: table;
    width: 100%;
    height: 100%;
    table-layout: fixed;
    text-decoration: none;
}
.mi-nav .nav-element .inner-element > a > span {
    display: table-cell;
    vertical-align: middle;
    padding: 0 5px;
    color: #333329;
}
.mi-nav .nav-drop {
    display: none;
    position: absolute;
    left: 0;
    /*top: 100%;*/
    background-color: #fff;
    z-index: 15;
    padding: 15px 0 0 20px;
    text-align: left;
    box-shadow: 0 5px 10px #cadae2;
	width:98.2%
}
.mi-nav .nav-drop > ul {
    list-style: none;
    padding: 0;
    margin: 0;
    font-size: 0;
}
.mi-nav .nav-drop > ul > li {
    font-size: 14px;
    display: inline-block;
    vertical-align: top;
    width: 33%;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0 20px 0 0;
}
.mi-nav .nav-drop .sub-goup {
    padding: 0 0 20px 0;
}
.mi-nav .nav-drop .name {
    padding: 0 0 3px 0;
}
.mi-nav .nav-drop .name a {
    color: #666666;
    font-size: 16px;
    font-weight: 500;
}
.mi-nav .nav-drop .sub-item {
    padding: 2px 0;
}
.mi-nav .nav-drop a {
    text-decoration: none;
    font-size: 13px;
}
.mi-nav .nav-drop a:hover {
    color: #d32f2f;
}
.mi-nav .nav-drop .sub-item a:hover {
    color: #7f7f7f;
}

.at-reg-info.contact_form {
    width: 100%;
    padding: 0;
}

@media screen and (min-width: 1024px) {
    .mi-parts-cats > div .element {
        min-height: 334px;
    }
}
/*CHM-35 SEO*/
.extend .inner-wrap {
    text-align: center;
}
.span_h1{
	font-size: 30px;
    margin: 0 0 24px 0;
    color: #383838;
    line-height: 26px;
    font-weight: 400;
}

#seo_block_edit{
    width: 100%;
    background:white;
    z-index:1000;
    display:none;
    position: relative;
}

#seo_form input, #seo_form textarea {
    color: #333;
}

.atm-seo {
    border-top: 1px dotted #2f3436;
    padding: 39px 0 0 0;
    color: #798790;
    background: url('/image/design/seo-bg.png') top center no-repeat;
}

.page-content {
    padding: 21px 0 30px;
}
/*end seo*/