html,
body {
    margin: 0;
    padding: 0;
    width: 100%;
    height: 100%;
    min-width: 1068px;
}
html {
    height: 100%;
}
body {
    height: 100%;
    word-wrap: break-word;
    color: #000;
    font-family: "Roboto", Verdana, Arial;
    font-size: 16px;
    font-weight: 400;
}
input,
button,
textarea {
    font-family: "Roboto", Verdana, Arial;
}
* {
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    outline: none;
}
a.hoverUnderline {
    text-decoration: none;
}
a.hoverUnderline:hover {
    text-decoration: underline;
}

#popup_askpreorder .content {
    padding-top: 30px;
}

#popup .buttonYellow {
    background: transparent;
    border: 2px solid #ffe200;
    text-transform: uppercase;
    padding: 13px 80px;
    font-size: 16px;
    transition: all 0.3s ease-in 0s;
    -webkit-transition: all 0.3s ease-in 0s;
    -moz-transition: all 0.3s ease-in 0s;
    font-family: "Roboto", Verdana;
}

a.buttonYellow {
    display: inline-block;
    background: transparent;
    border: 2px solid #ffe200;
    text-transform: uppercase;
    padding: 13px 80px;
    font-size: 16px;
    transition: all 0.3s ease-in 0s;
    -webkit-transition: all 0.3s ease-in 0s;
    -moz-transition: all 0.3s ease-in 0s;
    font-family: "Roboto", Verdana;
    color: #282828 !important;
    text-decoration: none !important;
}
a.buttonYellow:hover {
    background: #ffe200;
}

#popup_askpreorder .buttonYellow {
    padding: 13px 20px;
}

#popup .buttonYellow:hover {
    background: #ffe200;
}
#show_all_news {
    display: none;
}
a {
    color: #314f8d;
}
a:hover {
    color: #002267;
}
a:focus {
    outline: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "Roboto", Verdana, Arial;
}

h1.con_heading {
    text-transform: uppercase;
    padding-right: 370px;
}

h3 {
    font-size: 18px;
    font-weight: bold;
}

label {
    cursor: pointer;
}
.errorInput {
    border: 1px solid #cb3135 !important;
}
.validation-message {
    color: #cb3135;
    font-weight: bold;
}

.search-filters *::-webkit-scrollbar {
    width: 8px;
}

.search-filters *::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
}

.search-filters *::-webkit-scrollbar-thumb {
    background-color: #fac100;
}
#header {
    height: 120px;
    width: 100%;
    position: absolute;
    z-index: 100;
}
.mobile460 {
    display: none;
}
.mobile768 {
    display: none;
}
.mobile940 {
    display: none;
}

.catalogpage #header.fixed {
    position: fixed;
}

.transparent_block {
    height: 120px;
}
.hidden_part {
    display: none;
    float: left;
}
.button_go_top {
    display: none;
}
#button-menu {
    margin-top: 37px;
    float: left;
}

#button-menu a {
    display: inline-block;
    width: 49px;
    height: 37px;
    background: url(../images/header_burger.png) 50% 0 no-repeat;
}
#button-menu a:hover {
    background: url(../images/header_burger.png) 50% -50px no-repeat;
}

.onscroll .user-buttons .callback_button {
    margin-top: 10px;
    margin-right: 0;
}

.onscroll .user-buttons .callback_button a {
    display: inline-block;
    width: 55px;
    height: 50px;
    background: url(../images/header_callback.png) 50% 0 no-repeat;
}
.onscroll .user-buttons .callback_button a:hover {
    background: url(../images/header_callback.png) 50% -100px no-repeat;
}

.onscroll .user-buttons .header-cabinet {
    margin-top: 5px;
}
.onscroll .user-buttons .header-cart {
    margin-top: 5px;
}
.onscroll .user-buttons .header-cart > a {
    background: url(../images/onscroll_cart.png) 50% 3px no-repeat;
}

.onscroll .user-buttons .header-cart:hover > a {
    background: url(../images/onscroll_cart.png) 50% -97px no-repeat;
}

.onscroll .hidden_part {
    display: block;
    margin-right: 45px;
}

.onscroll .hidden_part .langchange {
    display: inline-block;
}

.onscroll .header-service,
.onscroll .header-button.favourite,
.onscroll .header-cabinet a span,
.onscroll .header-logout,
.onscroll .left_static {
    display: none;
}
.onscroll .header-cabinet > a {
    background: url(../images/cabinet_big.png) 50% 5px no-repeat;
}
.onscroll .header-cabinet > a:hover {
    background: url(../images/cabinet_big.png) 50% -95px no-repeat;
}
.onscroll .user-buttons {
    padding-top: 25px;
}
.onscroll .button_go_top {
    display: block;
    float: left;
}
.onscroll .button_go_top a {
    display: inline-block;
    background: url(../images/arrow_top.png) 50% 15px no-repeat;
    height: 55px;
    width: 55px;
    margin-left: 45px;
    padding-top: 45px;
    font-size: 12px;
    text-transform: uppercase;
    text-align: center;
    color: #fff;
}

.onscroll .button_go_top a:hover {
    background: url(../images/arrow_top.png) 50% -35px no-repeat;
    color: #ffe200;
}

.user-buttons .currency .currency_item {
    height: 65px;
    color: #000;
    font-size: 14px;
    font-width: 300;
    padding: 40px 20px 0;
    float: left;
}
.user-buttons .currency .currency_date {
    background: url(../images/ico_date.png) 50% 10px no-repeat #fff;
}
.user-buttons .currency .currency_dollar {
    border-left: 2px solid #000;
    border-right: 2px solid #000;
    background: url(../images/ico_dollar.png) 50% 10px no-repeat #fff;
}
.user-buttons .currency .currency_euro {
    background: url(../images/ico_euro.png) 50% 10px no-repeat #fff;
}
.wrapper {
    width: 1170px;
    min-width: 1170px;
    margin: 0 auto;
}
.clearfix:after {
    content: " ";
    display: table;
    clear: both;
    width: 100%;
    height: 0;
}
.puller {
    clear: both;
    float: none;
    width: 100%;
    height: 0;
}
.left {
    float: left;
}
.right {
    float: right;
}
.transition-all {
    transition: all 0.3s ease-in 0s;
    -webkit-transition: all 0.3s ease-in 0s;
    -moz-transition: all 0.3s ease-in 0s;
}
.header-contacts {
    background: #000;
    height: 119px;
    border-bottom: 10px solid #ffe200;
    padding: 0 10px;
}
.header-contacts .left {
    font-size: 14px;
}
.header-button {
    float: left;
    position: relative;
}

.header-button.hasnew:after {
    content: " ";
    display: block;
    width: 8px;
    height: 8px;
    background-color: #ec1553;
    border-radius: 50%;
    position: absolute;
    top: 0;
    left: calc(50% + 30px);
}

.header-button > a {
    height: 50px;
    font-size: 12px;
    letter-spacing: 5px;
    color: #fff;
    text-transform: uppercase;
    display: inline-block;
    text-align: center;
    padding-top: 35px;
    margin-left: 40px;
    min-width: 55px;
}

#saved-qty {
    position: absolute;
    top: 7px;
    color: #da0000;
    width: 100%;
    text-align: center;
    font-size: 16px;
    font-weight: 500;
}

.user-buttons {
    padding-top: 30px;
}
#cartstatus-qty {
    position: absolute;
    width: 30px;
    height: 30px;
    background: #ec1553;
    color: #fff;
    font-weight: 700;
    text-align: center;
    padding-top: 8px;
    letter-spacing: normal;
    border-radius: 15px;
    top: -12px;
    right: 8px;
    display: none;
}

.header-button a:hover,
.header-button a.active {
    color: #ffe200;
}
.header-service > a {
    background: url(../images/sprite-interface.png) 20px 0 no-repeat;
}
.header-service > a:hover,
.header-button a.active {
    background: url(../images/sprite-interface.png) 20px -50px no-repeat;
}
.header-cabinet > a {
    background: url(../images/sprite-interface.png) calc(50% + 10px) -100px no-repeat;
}
.header-cabinet > a:hover,
.header-cabinet > a.active {
    background: url(../images/sprite-interface.png) calc(50% + 10px) -150px no-repeat;
}
.header-cart > a {
    background: url(../images/sprite-interface.png) 50% -200px no-repeat;
    position: relative;
}
.header-cart > a:hover,
.header-cart > a.active {
    background: url(../images/sprite-interface.png) 50% -250px no-repeat;
    position: relative;
}
a.head-favourite {
    background: url(../images/sprite-interface.png) 55px -300px no-repeat;
    position: relative;
}
a.head-favourite:hover,
a.head-favourite.active {
    background: url(../images/sprite-interface.png) 55px -350px no-repeat;
    position: relative;
}
.header-logout > a {
    background: url(../images/sprite-interface.png) 20px -400px no-repeat;
}
.header-logout > a:hover {
    background: url(../images/sprite-interface.png) 20px -450px no-repeat;
}
.header-contacts .search {
    width: 630px;
    float: left;
    position: relative;
    margin-top: 24px;
}
.header-contacts .search #searchform_top_input {
    font-size: 16px;
    padding: 11px 50px 11px 14px;
    border: 1px solid #c3c3c3;
    width: 100%;
}
.header-contacts .search .searchbutton {
    position: absolute;
    display: block;
    right: 1px;
    top: 1px;
    background-color: transparent;
    border: none;
    width: 42px;
    height: 42px;
    background: url(../images/sprite.png) 9px -631px no-repeat;
    cursor: pointer;
}
.header-contacts .right .redbutton:hover {
    opacity: 0.8;
}
.header-contacts .logo {
    float: left;
    width: 155px;
    padding-top: 20px;
}
.header-contacts .ds {
    font-size: 16px;
    color: #ffe200;
    text-transform: uppercase;
    margin-left: 20px;
    border-left: 1px solid #ffe200;
    padding-left: 20px;
    margin-top: 50px;
    height: 35px;
    padding-top: 15px;
}
.header-contacts .admined {
    padding-top: 0;
}
.header-contacts .admin-panel-link:hover {
    color: #ffe200;
    text-decoration: underline;
}
.header-contacts .logo a {
    display: block;
    float: left;
}
.header-contacts .logo .text {
    float: left;
    margin-left: 15px;
    font-size: 31px;
    line-height: 30px;
    padding-top: 10px;
}
.header-contacts .logo .text span {
    font-size: 16px;
}

.header-contacts .weather {
    padding-top: 20px;
}

.header .topmenu {
    float: left;
}
.header .menu {
    list-style: none;
    margin: 0 auto;
    padding: 0 20px;
}
.header .menu li {
    float: left;
    display: block;
    margin: 0;
    text-align: left;
    height: 80px;
    padding: 20px 15px 0;
}
.header .menu li:last-child {
    background: none;
}
.header .menu li.selected {
    /*background-color: #516a9f;*/
}

.header .menu li.selected a span,
.header .menu li a:hover span {
    text-decoration: underline;
}
.header .menu li a {
    color: #fff;
    font-size: 21px;
    font-weight: 400;
    text-decoration: none;
}

.header .menu li a .addtitle {
    color: #c3c3c3;
    font-size: 13px;
    font-weight: 200;
    text-decoration: none;
}

.header .search-block {
    float: right;
    background-color: #274480;
    height: 80px;
    width: 115px;
}
.header .search-btn {
    cursor: pointer;
    width: 32px;
    height: 32px;
    margin-right: 35px;
    margin-top: 25px;
    float: right;
}

.content {
    background-color: #fff;
}
.footer {
    background-color: #fff;
    padding: 20px 0;
    text-align: center;
}
.footer-copyright {
    background-color: #fff;
    border-top: 1px solid #cad3df;
    text-align: center;
    padding: 10px 0;
    font-size: 13px;
    color: #8493a8;
}
.footer .logo {
    float: left;
    width: 230px;
}

.footer-contacts .menu {
    list-style: none;
    margin: 0 auto;
    padding: 20px 0 0 77px;
}
.footer-contacts .menu li {
    display: block;
    padding: 3px 0px;
    margin: 0;
    text-align: left;
}
.footer-contacts .menu li .addtitle {
    display: none;
}

.footer-contacts .menu li.selected a,
.footer-contacts .menu li a:hover {
    text-decoration: underline;
}
.footer-contacts .menu li a {
    color: #fff;
    font-size: 16px;
    font-weight: 400;
    text-decoration: none;
}
.footer .powered {
    float: right;
    padding: 20px 5px 0 0;
}

.powered {
    text-align: right;
}
.powered a {
    display: inline-block;
    background: url(../images/incolor.png) left center no-repeat;
    padding-left: m25px;
    line-height: 20px;
    font-weight: 200;
    text-decoration: none;
    font-family: "Arial";
}
.powered a span {
    font-weight: bold;
}

.debug_info {
    margin: 10px;
    color: #ccc;
}
#debug_query_dump {
    display: none;
}
.debug_query_count a {
    color: #fff;
    border-color: #fff;
}
#debug_query_show .query {
    background: #fff;
    border: 1px solid #ddd;
    border-radius: 3px;
    margin: 10px;
    padding: 10px;
}
#debug_query_show .query .src {
    color: #999;
    font-size: 12px;
    margin-bottom: 4px;
}
.query_time {
    color: #999;
    font-size: 12px;
    margin: 4px 0 0;
}
.red_query {
    color: #c0392b;
}
.green_query {
    color: #27ae60;
}
#mcart a {
    color: #0d0d0d;
    font-size: 14px;
    text-decoration: none;
}
#mcart a span {
    color: #b14fc0;
}
.pagination {
}

.mod_latest_entry {
    width: 370px;
    float: left;
    color: #000;
    padding-bottom: 20px;
    border-bottom: 1px solid #707070;
    margin-bottom: 20px;
    min-height: 300px;
}

.component > .mod_latest_entry {
    padding-right: 10px;
    width: 33%;
}

.component > .mod_latest_entry .mod_latest_desc {
    min-height: 90px;
}

.wide .mod_latest_entry {
    width: 370px;
    float: left;
    color: #000;
    margin: 0;
    padding: 0;
    border: none;
}
.mod_latest_date {
    font-size: 14px;
    font-weight: 300;
    padding-bottom: 10px;
}

.latest_links a {
    display: inline-block;
    padding: 10px 0;
    color: #282828;
    font-size: 14px;
    font-style: italic;
}

.mod_news_title {
    font-size: 24px;
    font-weight: 300;
    text-transform: uppercase;
    padding: 30px 0 20px;
    overflow: hidden;
}
.news-wrapper.wide .mod_latest_entry:nth-child(3n-1) {
    margin: 0 30px;
}
.mod_latest_entry .mod_latest_image {
    height: 210px;
    width: 100%;
    overflow: hidden;
    float: left;
}
.mod_latest_title:hover,
.mod_latest_desc a:hover,
.mod_latest_entry .detail a:hover {
    text-decoration: underline;
}

.mod_latest_entry a.mod_latest_title,
.mod_latest_entry .detail a,
.mod_latest_entry .mod_latest_desc a {
    color: #000;
}
.mod_latest_entry .mod_latest_title {
    font-size: 18px;
    font-weight: 500;
    margin: 10px 0;
    display: inline-block;
    height: 68px;
}

.mod_latest_entry .mod_latest_desc {
    font-size: 16px;
    font-weight: 300;
    min-height: 53px;
}
.mod_latest_entry .detail a {
    font-size: 14px;
    font-style: italic;
    margin-top: 10px;
    display: inline-block;
}

.mod_latest_entry .mod_latest_image img {
}
.mod_latest_entry .mod_latest_content {
    padding: 15px 0;
}
.mod_latest_entry .mod_latest_content .mod_latest_date {
    color: #8493a8;
    font-size: 12px;
    text-transform: uppercase;
}
.mod_latest_entry .mod_latest_content .mod_latest_title {
    height: 50px;
    overflow: hidden;
    border-bottom: 1px solid #dddddd;
    padding-left: 10px;
}
.mod_latest_entry .mod_latest_content .mod_latest_title_a {
    font-size: 16px;
    color: #131313;
    text-decoration: none;
    font-weight: 400;
}
.mod_latest_entry .mod_latest_content .mod_latest_title_a:hover {
    text-decoration: underline;
}
.mod_latest_entry .mod_latest_content .mod_latest_desc {
    height: 130px;
    overflow: hidden;
    padding-top: 30px;
    color: #565656;
}
.mod_latest_entry .label {
    position: absolute;
    top: 30px;
    right: 20px;
}
a.bluelabel {
    background-color: #5797d2;
    color: #fff;
    text-transform: uppercase;
    text-decoration: none;
    padding: 8px;
    border-radius: 4px;
    display: inline-block;
    font-size: 12px;
}
a.bluelabel:hover {
    background-color: #79acf3;
}
.mod_latest_entry .details {
    position: relative;
    float: left;
    clear: left;
}
.mod_latest_entry .details a {
    text-transform: none;
}
.mod_latest_entry:last-child {
    margin-right: 0;
}
.moduletitle {
    font-size: 22px;
    font-weight: 400;
    color: #000000;
    padding: 20px 5px 10px;
}
.moduletitle span {
    border-right: 4px solid #c62323;
    border-left: 4px solid #c62323;
    line-height: 80%;
    padding: 0 20px;
}
.con_text p {
    padding: 0;
    font-size: 14px;
    line-height: 150%;
    font-weight: 400;
    text-align: justify;
}
.con_text {
    background-color: #fff;
}
.con_text.left {
    width: 780px;
    padding-right: 24px;
}
.con_text_sidebar {
    float: right;
    width: 390px;
    padding-left: 20px;
    float: right;
}
.con_heading {
    font-size: 18px;
    color: #000;
    font-weight: bold;
    margin-bottom: 15px;
    border-bottom: 4px solid #fac100;
}
.con_heading span {
    line-height: 110%;
    display: inline-block;
    color: #777777;
    padding-left: 10px;
}
.con_pubdate {
    color: #516a9f;
    font-size: 14px;
    line-height: 20px;
    padding-left: 20px;
}
.component {
    /*position: relative;*/
}
.artcicles_view .mod_latest_entry:nth-child(3n) {
    margin-right: 0;
}
.mt-50 {
    margin-top: 50px;
}
.relative {
    position: relative;
}
a.redbutton {
    display: inline-block;
    padding: 0 15px;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    color: #fff;
    font-size: 12px;
    line-height: 22px;
    text-transform: uppercase;
    text-decoration: none;
}
.borderedbutton {
    display: inline-block;
    border: 1px solid #c62323;
    padding: 5px 15px;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    color: #c62323;
    text-decoration: none;
}
.borderedbutton:hover {
    background-color: #c62323;
    color: #fff;
}
a.bigredbutton {
    display: inline-block;
    padding: 0 15px;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    color: #fff;
    line-height: 67px;
    font-size: 16px;
    text-transform: uppercase;
    text-decoration: none;
    min-height: 67px;
}
a.middleredbutton,
.middleredbutton {
    display: inline-block;
    padding: 0 15px;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    color: #fff;
    line-height: 52px;
    font-size: 16px;
    text-transform: uppercase;
    text-decoration: none;
    min-height: 52px;
    width: 212px;
    text-align: center;
    border: none;
    cursor: pointer;
}
.whiteborderbutton {
    display: inline-block;
    border: 1px solid #fff;
    padding: 5px 15px;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    color: #fff;
    text-decoration: none;
}
.whiteborderbutton:hover {
    background-color: #fff;
    color: #c62323;
}
.whiteborderbutton-big {
    display: inline-block;
    border: 3px solid #fff;
    padding: 10px 35px;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    color: #fff;
    text-decoration: none;
    font-weight: bold;
}
.whiteborderbutton-big:hover {
    background-color: #fff;
    color: #c62323;
}
.yellowbutton-big {
    display: inline-block;
    padding: 0 35px;
    height: 47px;
    line-height: 47px;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    color: #000;
    text-decoration: none;
    font-weight: bold;
    font-size: 16px;
}
.yellowbutton-big:hover {
    color: #000;
    opacity: 0.9;
}
.banner-small {
    height: 120px;
    width: 100%;
    background-size: cover;
}
.askform {
    width: 370px;
}
.askform .title {
    width: 370px;
    height: 90px;
    color: #fff;
    padding-left: 75px;
    font-size: 33px;
    font-weight: 900;
    line-height: 90px;
}
.askform .title2 {
    width: 100%;
    height: 40px;
    line-height: 40px;
    font-size: 13px;
    font-weight: 200;
    color: #fff;
    text-align: center;
    background-color: #d62323;
}
.askform .fields {
    width: 100%;
    background-color: #f5f5f5;
    padding: 26px;
}
.redstar {
    color: #d62323;
}
.askform .fields label {
    width: 100%;
    color: #171717;
    font-size: 14px;
}
.askform .fields input[type="text"],
.askform .fields input[type="email"],
.askform .fields textarea {
    margin-top: 2px;
    margin-bottom: 8px;
    width: 100%;
    border: 1px solid #d3d3d3;
    border-radius: 8px;
    padding: 10px 10px;
    font-size: 16px;
    background-color: #fff;
}
.askform .fields textarea {
    resize: vertical;
}
.askform .fields input[type="submit"] {
    width: 162px;
    height: 40px;
    line-height: 40px;
    color: #fff;
    text-align: center;
    font-size: 16px;
    font-weight: 200;
    border: none;
    cursor: pointer;
}
.askform .fields input[type="submit"]:hover {
    opacity: 0.9;
}
#con_heading_button {
    position: absolute;
    margin-top: -95px;
    margin-left: 960px;
    height: 54px;
    min-width: 210px;
}
.con_text-wrapper {
    padding-bottom: 30px;
}
.banner-ass-top {
    width: 100%;
    height: 140px;
}
.ass-phone-bg {
    width: 100%;
    height: 89px;
    padding-left: 70px;
}
.ass-phone-bg .phone {
    font-size: 33px;
    font-weight: 900;
    color: #fff;
    line-height: 89px;
    float: left;
}
.ass-phone-bg .phone span {
    color: #8a8a8a;
}
.ass-phone-bg .or {
    font-size: 14px;
    color: #fff;
    line-height: 89px;
    float: left;
    padding: 0 40px;
}
.ass-phone-bg .callback {
    line-height: 89px;
    float: left;
}
.ass-phone-bg .callback .middleredbutton {
    width: auto;
    background-size: 100% 48px;
    font-size: 16px;
}
.con_text h2 {
    color: #d62323;
    font-size: 24px;
    font-weight: 900;
    text-align: center;
}
ul.greenchecks {
    list-style: none;
    margin-left: 0;
    padding-left: 0;
}
ul.greenchecks li {
    padding: 10px 0 0 30px;
}
#popup {
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.7);
    position: fixed;
    z-index: 7777;
    display: none;
    top: 0;
    left: 0;
}
#popup.absolute {
    position: absolute;
}

#popupcounsult {
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.7);
    position: fixed;
    z-index: 7777;
    display: none;
}
.popup_selector {
    width: 350px;
    border: 5px solid #c05246;
    border-radius: 10px;
    background-color: #fff;
    margin: 150px auto 0 auto;
}
.popup_form {
    z-index: 9999;
    width: 360px;
    height: 430px;
    background-color: #fff;
    padding: 20px;
    border-radius: 15px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -180px;
    margin-top: -230px;
}
.popup_form.order {
    height: 360px;
}
.close_popup {
    width: 100%;
    height: 100%;
    position: fixed;
    display: block;
    z-index: 8888;
    top: 0;
    left: 0;
}
.popup_form .text {
    padding: 12px 15px;
    width: 100%;
    border: 1px solid #ebebec;
    margin: 8px 0;
    font-size: 16px;
}
.popup_form .submit-wrapper {
    text-align: center;
    padding: 20px 0;
}
.popup_form .title {
    font-size: 18px;
    padding: 10px 0 10px 0;
    text-align: center;
}
.popup_form .description {
    text-align: center;
    font-size: 20px;
    padding-top: 10px;
}
.popup_form .close a {
    float: right;
    font-weight: 200;
    font-size: 16px;
    color: #000;
    margin-top: -5px;
    text-decoration: none;
}
.popup_form .description {
    height: 20px;
    width: 100%;
}
#bgmodal_visible {
    background-color: rgba(0, 0, 0, 0.6);
    height: 100%;
    position: fixed;
    width: 100%;
    top: 0;
    z-index: 1000;
}

.sidebar {
    float: left;
    width: 210px;
    margin-right: 20px;
}

#menu1 {
    padding: 0;
    margin: 0;
    list-style: none;
}

#menu1 li ul li {
    list-style: none;
    padding-left: 10px;
    text-indent: -10px;
}
#menu1 li ul li:before {
    content: "-";
}

#menu1 a {
    text-decoration: none;
}
#menu1 a:hover,
#menu1 a.selected {
    color: #314f8d;
    text-decoration: underline;
}

#menu1 > li {
    padding: 15px 0;
    border-bottom: 1px solid #d7d7d7;
}
#menu1 > li:last-child {
    border-bottom: none;
}

#menu1 > li > a {
    padding-left: 50px;
    display: table-cell;
    height: 40px;
    vertical-align: middle;
    font-size: 16px;
    width: 190px;
    float: left;
}

#menu1 li a {
    color: #1f2d42;
}

#menu1 > li .dropdown {
    width: 10px;
    height: 35px;
    float: left;
    cursor: pointer;
}
#menu1 > li > ul {
    clear: both;
    padding-top: 10px;
    display: none;
    overflow: hidden;
}

.additional_pictures ul {
    padding: 20px 0 0 0;
    margin: 0;
}
.additional_pictures ul li {
    list-style: none;
    float: left;
    margin-right: 1%;
    margin-bottom: 10px;
    width: 24%;
}

.title-hr {
    width: 100%;
    border-bottom: 2px solid #516a9f;
    margin: 10px 0 20px;
}

.article_files ul {
    margin: 0;
    padding: 20px 0 0 0;
}

.article_files ul li {
    list-style: none;
    margin: 0 0 10px 0;
    padding: 0;
    height: 41px;
}

.article_files li .word-ico {
    width: 41px;
    height: 41px;
    float: left;
}
.article_files li .filename {
    color: #fff;
    text-decoration: none;
    background-color: #314f8d;
    margin-top: 10px;
    width: 898px;
    float: left;
    padding: 3px 5px;
    height: 31px;
    line-height: 26px;
    position: relative;
}

.article_files li .filename a {
    color: #fff;
    text-decoration: none;
}
.article_files li .filename a:hover {
    text-decoration: underline;
}

.article_files li .filename .download-ico {
    position: absolute;
    display: block;
    right: 10px;
    top: 5px;
}

.centercol {
    float: left;
    width: 665px;
}

.centercol .moduletitle,
.bottom .moduletitle {
    font-size: 24px;
    border-bottom: 2px solid #516a9f;
    padding-bottom: 10px;
    margin-bottom: 10px;
    width: 100%;
}

.colright {
    float: left;
    width: 274px;
    margin-left: 21px;
    margin-top: 60px;
}
.colright .module {
    margin-bottom: 15px;
}

.photo-element {
    float: left;
    width: 220px;
    height: 220px;
    margin: 0 25px 25px 0;
}

.photo-element:nth-child(4n) {
    margin-right: 0;
}
.bottom {
    clear: both;
}

a.morenews {
    display: inline-block;
    font-size: 16px;
    text-decoration: none;
    background-color: #a2a2a2;
    color: #fff;
    padding: 10px 20px;
}
a.morenews:hover {
    color: #fff;
    background-color: #727171;
}
.component .mod_latest_entry .text-wrapper {
    /*width: 736px;*/
}

a.allnews {
    color: #fff;
    font-size: 14px;
    display: inline-block;
    background-color: black;
    padding: 5px 10px;
    float: right;
}

.component .mod_latest_entry .mod_latest_title {
    font-size: 20px;
}

.popup_callback,
.popup_send_request,
.popup_form_info,
.popup_login,
.popup_registration,
.popup_sendproduct,
.popup_becomedealer,
.popup_askpreorder {
    width: 400px;
    height: auto;
    margin-top: -210px;
    position: absolute;
    left: 50%;
    margin-left: -200px;
    background-color: #fff;
    z-index: 9999;
    -webkit-border-radius: 9px;
    -moz-border-radius: 9px;
    border-radius: 9px;
    text-align: center;
    padding: 40px;
}

.popup_becomedealer {
    width: 1000px;
    margin-left: -500px;
}

#popup .popup_becomedealer .description {
    text-align: left;
}

.popup_login .lf_link {
    color: #777c80;
    font-size: 16px;
    font-weight: bold;
    text-decoration: none;
}
.popup_form_info {
    width: 900px;
    margin-left: -400px;
    left: 50%;
    margin-top: 0;
    height: auto;
}
.popup_form_info #info-message {
    color: #646464;
    font-size: 15px;
    text-align: justify;
}

#popup .title {
    font-size: 26px;
    text-transform: none;
    padding: 0 0 20px 0;
    background: url(../images/yellow-line.png) 50% 100% no-repeat;
}
#popup .popup_form_info .title {
    margin-bottom: 10px;
    padding-bottom: 10px;
}
#popup .popup_login .title,
.popup_sendproduct .title {
    margin-bottom: 30px;
}
#popup .description {
    color: #000;
    font-size: 16px;
    margin: 15px 0 15px;
}

#popup label {
    float: left;
    font-size: 14px;
    margin: 6px 0 6px;
    font-weight: bold;
    color: #444649;
    text-transform: uppercase;
}
#popup label.remmeberlabel {
    float: none;
    text-transform: none;
    color: #777c80;
}
span.required {
    color: #cb3135;
}

#popup .altertext {
    color: #7e7e7e;
    font-size: 14px;
}

#popup .text,
#popup textarea,
.thick_input {
    border: 1px solid #ebebec;
    background-color: #fcfcfc;
    font-size: 16px;
    margin: 0 auto 14px;
    padding: 12px 15px;
    width: 320px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}
#popup .close {
    width: 40px;
    height: 37px;
    background: url(../images/modal-close.png) 0 0 no-repeat;
    cursor: pointer;
    top: 0;
    right: 0;
    position: absolute;
    -webkit-border-radius: 0 9px 0 0;
    -moz-border-radius: 0 9px 0 0;
    border-radius: 0 9px 0 0;
}

#popup .button {
    margin: 20px 0px 0 0;
}
#popup .selectric .button {
    margin-top: 0;
}
#popup .selectric {
    width: 100px;
}
.selectric .label {
    background-color: inherit;
}
.selectric .button {
    border-left: 1px solid #d9d9d9;
    border-right: none;
    border-top: none;
    border-bottom: none;
}

/***************************/

#popup textarea {
    resize: none;
}
.loginbuttons-wrapper .left {
}

.loginbuttons-wrapper .remember-wrapper {
    padding-bottom: 10px;
}

.thinbutton.videolink {
    background: url(../images/sprite.png) 8px -435px no-repeat;
    padding-left: 42px;
    margin-right: 10px;
}
.thinbutton.urllink {
    background: url(../images/sprite.png) 8px -1066px no-repeat;
    padding-left: 34px;
    margin-right: 10px;
}
.thinbutton.saveproduct {
    background: url(../images/sprite.png) 8px -475px no-repeat;
    padding: 8px 10px 8px 36px;
    margin-right: 10px;
}

#toppanel .searchbutton {
    width: 60px;
    border: 1px solid #000;
    height: 55px;
    background: url(../images/search.png) 50% 15px no-repeat #000;
    float: left;
    transition: background-color 0.3s ease-in 0s;
}

#toppanel .searchbutton:hover {
    background: url(../images/search.png) 50% -35px no-repeat #000;
}

#section {
    width: 210px;
    height: 55px;
    float: left;
}
#searchform_top_input {
    width: 1100px;
    display: inline-block;
    height: 55px;
    padding: 15px;
    border: 1px solid #a8a8a8;
    margin: 0;
    float: left;
}
#toppanel {
    height: 110px;
    padding: 30px 0;
}

#toppanel .selectric .button {
    background: url(../images/arrow-down.png) 50% 50% no-repeat;
}
#toppanel .phones-wrapper {
    float: left;
    padding: 11px 0 0 38px;
    background: url(../images/sprite.png) 10px 12px no-repeat;
    height: 42px;
    width: 450px;
    cursor: pointer;
}
#toppanel .phones-wrapper a {
    color: #000;
    font-size: 14px;
    padding-right: 12px;
}

#toppanel .phones-wrapper a.callback {
    display: block;
    float: right;
    background-color: transparent;
    border: 1px solid #000;
    padding: 8px 15px;
    font-size: 10px;
    color: rgb(0, 0, 0);
    text-transform: uppercase;
    text-decoration: none;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    margin-top: -5px;
    -webkit-transition: all 0.3s ease-in 0s;
    -moz-transition: all 0.3s ease-in 0s;
    -ms-transition: all 0.3s ease-in 0s;
    -o-transition: all 0.3s ease-in 0s;
    transition: all 0.3s ease-in 0s;
}
#toppanel .phones-wrapper a.callback:hover {
    background-color: #000;
    color: #fff;
}

#toppanel .datecurrency-wrapper {
    width: 290px;
    height: 42px;
    float: left;
    text-align: right;
}
#toppanel .datecurrency-wrapper .date,
#toppanel .datecurrency-wrapper .currency,
#toppanel .datecurrency-wrapper .currency_euro {
    display: inline-block;
    height: 42px;
    padding: 10px 20px 0 26px;
    background: url(../images/sprite.png) 0 -32px no-repeat;
}
#toppanel .datecurrency-wrapper .currency {
    background-position: 0 -70px;
    padding-right: 10px;
}

#toppanel .datecurrency-wrapper .currency_euro {
    background-position: 0 -1170px;
    padding-right: 10px;
}

#toppanel .user-wrapper {
    float: right;
    width: 320px;
    height: 42px;
    text-align: right;
    overflow: hidden;
}
#toppanel .user-wrapper .user {
    display: inline-block;
    height: 42px;
    padding: 10px 20px 0 26px;
    background: url(../images/sprite.png) 0 -110px no-repeat;
    max-width: 250px;
}
#toppanel .user-wrapper .user.demo {
    background-position: 0 -1243px;
}

#toppanel .user-wrapper .user a {
    color: #000;
}
#toppanel .user-wrapper .logout {
    display: block;
    float: right;
    padding-top: 8px;
}
#toppanel .logoutbutton {
    display: inline-block;
    width: 24px;
    height: 24px;
    background: url(../images/sprite.png) 0 -718px no-repeat;
}

.slide {
    height: 270px;
    width: 100%;
}

.catalog-top .top-left {
    width: 870px;
    float: left;
}
.slides .owl-carousel {
    text-align: center;
}
.slides .owl-dots {
    display: inline-block;
    margin: 12px 0;
}
.slides .owl-dots button span {
    width: 12px;
    height: 12px;
    border: 1px solid #000;
    display: inline-block;
    border-radius: 6px;
    margin: 0 9px;
}
.slides .owl-dots button.active span {
    background: #000;
}

.search-by-brand {
    margin: 30px 0;
}
.search-by-brand .title {
    font-size: 16px;
    text-transform: uppercase;
    float: left;
    padding: 18px 24px 18px 0;
}
.search-by-brand .selectricWrapper {
    height: 55px;
    float: left;
}
#search-by-brand {
    width: 393px;
    height: 55px;
    float: left;
}
.search-by-brand .selectric .label {
    width: 330px;
    margin: 0 55px 0 0;
    font-size: 20px;
    font-weight: 300;
    padding: 17px 10px;
    background: #fff;
}
.search-by-brand .selectric .button {
    height: 100%;
    margin: 0;
    width: 55px;
    border: none;
}
.search-by-brand .black-button {
    float: left;
}
.search-by-brand .black-button a {
    width: 270px;
    display: inline-block;
    text-align: center;
    background: #000;
    color: #fff;
    height: 55px;
    padding-top: 18px;
    text-transform: uppercase;
    margin-left: 19px;
    border: 2px solid #000;
}
.search-by-brand .black-button a:hover {
    color: #ffe200;
}

.all_sale.black-button a {
    margin-left: 28px;
}

.main_partitions .title {
    font-size: 24px;
    text-transform: uppercase;
}
.main_partitions .title {
    font-size: 24px;
    text-transform: uppercase;
    padding-bottom: 26px;
    color: #707070;
}
.main_partitions .items .item {
    width: 370px;
    height: 270px;
    float: left;
    margin-bottom: 30px;
    background: #000;
    color: #fff;
    text-align: center;
    position: relative;
}
.main_partitions .items .item > a {
    display: flex;
    width: 100%;
    height: 100%;
    color: #fff;
    position: absolute;
    left: 0;
    top: 0;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.main_partitions .items .item > a.request {
    height: auto;
    top: 108px;
    padding-top: 0;
}

.main_partitions .items .item span {
    display: inline-block;
    font-size: 31px;
    text-transform: uppercase;
    border-top: 1px solid #ffe200;
    border-bottom: 1px solid #ffe200;
    padding: 8px;
}
.main_partitions .items .item:nth-child(3n-1) {
    margin: 0 30px 30px;
}

.main_partitions .items .item:before {
    content: " ";
    position: absolute;
    width: 370px;
    height: 270px;
    left: 0;
    opacity: 0.5;
    transition: opacity 1s ease-in 0s;
    background: black;
}
.main_partitions .items .item:hover:before {
    opacity: 0;
}

.main_partitions .items .item:hover span {
    color: #ffe200;
    border-top: 1px solid #000;
    border-bottom: 1px solid #000;
    background: #000;
}
.main_partitions .items .item .message {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    color: #000;
    background: #fee100;
    display: none;
    padding: 30px 45px;
    font-weight: 500;
    text-align: left;
}
.item .message .text {
    height: 40px;
    line-height: 130%;
}

.item .message .button_message a {
    display: inline-block;
    color: #fff;
    background: #000;
    width: 100%;
    height: 55px;
    text-align: center;
    padding-top: 18px;
    text-transform: uppercase;
    margin-top: 30px;
    border: 2px solid #000;
}
.item .message .button_message a:hover {
    color: #000;
    background: transparent;
}

.item .message .or_manager {
    font-size: 14px;
    font-weight: 300;
    text-align: center;
    margin-top: 5px;
}

.hidden_collumn {
    display: none;
    position: fixed;
    top: 0;
    right: 0;
    width: 434px;
    background: #eaeaea;
    z-index: 100;
    /*padding: 10px 30px 90px 30px;*/
    box-shadow: 0 0 20px 3px #000000;
    height: 100%;
}

.hidden_collumn .heading {
    padding: 10px 15px;
}

.hidden_collumn .heading:before {
    content: " ";
    display: table;
    clear: both;
    width: 100%;
    border-top: 2px solid #cecece;
    position: absolute;
    margin-top: 26px;
    z-index: -1;
    left: 0;
}

.hidden_collumn .part {
    margin-bottom: 2px;
}
#part_brand .title {
    text-transform: none;
}

.hidden_collumn #part_brand .list {
    display: block;
}

.hidden_collumn .section-title {
    float: left;
    font-size: 14px;
    line-height: 20px;
}
.hidden_collumn .section-title select {
    max-width: 180px;
}

.hidden_collumn .fitlers-title {
    float: left;
    margin-left: 10px;
    font-size: 14px;
    line-height: 20px;
}

.hidden_collumn .close {
    float: right;
    top: 0;
    right: 0;
    font-size: 14px;
    height: 40px;
    text-align: right;
}
.hidden_collumn .button-show {
    height: 90px;
    width: 100%;
    text-align: center;
    padding-top: 23px;
    position: absolute;
    bottom: 0;
    left: 0;
    background: #d6d6d6;
}
.hidden_collumn .button-show a:hover {
    background: transparent;
    color: #000;
}
.hidden_collumn .button-show a {
    display: inline-block;
    font-size: 16px;
    background: #000;
    text-transform: uppercase;
    border: 2px solid #000;
    color: #fff;
    padding: 15px 55px;
}
.hidden_collumn .form {
    overflow-y: scroll;
    height: calc(100% - 60px);
    float: left;
    width: 100%;
    padding: 0 15px;
}
.hidden_collumn .part .list {
}
.hidden_collumn .part .list .list_item {
    padding: 6px 0;
}
.hidden_collumn .part .list .list_item .icheckbox_flat-yellow {
    position: relative;
    border-radius: 0;
    border: 1px solid #000;
    margin-right: 10px;
}
.hidden_collumn .part .title {
    width: 100%;
    height: 55px;
    cursor: pointer;
    color: #fff;
    font-size: 17px;
    text-transform: uppercase;
    padding: 19px 20px;
    background: url(../images/white_arrow_down.png) 94% 50% no-repeat #000;
}
.hidden_collumn .part .title a {
    color: #fff;
}

#part_brand .title {
    background: #000;
}

.catalog-top .top-right {
    float: left;
    width: 299px;
    padding-left: 28px;
    margin-right: 1px;
}
.catalog-top .top-right .phones-wrapper {
    width: 100%;
    min-height: 177px;
    background: #000;
    color: #fff;
    padding: 25px;
}
.top-right .phones-wrapper .phone {
    display: inline-block;
    color: #fff;
    font-size: 18px;
    height: 25px;
    background: url(../images/phone.png) 0 50% no-repeat;
    padding-left: 35px;
    padding-top: 4px;
    margin-bottom: 17px;
}
.top-right .phones-wrapper .button {
    color: #fff;
    text-transform: uppercase;
    font-size: 15px;
    border: 1px solid #fff;
    padding: 12px 0;
    border-radius: 3px;
    display: inline-block;
    background: transparent;
    width: 100%;
}
.top-right .phones-wrapper .button:hover {
    color: #ffe200;
}
.search-results {
    width: 770px;
    float: left;
    margin-right: 20px;
    padding-top: 25px;
}

.search-results .breadcrumbs {
    font-size: 24px;
    font-weight: 300;
    color: #000;
    padding: 0;
}

.search-results .filters {
    padding: 25px;
    background: #ededed;
    margin: 20px 0;
}

.search-results .sort-by,
.search-results .show-result {
    float: left;
}

.search-results .sort-by {
    margin-right: 18px;
}

.search-results .sort-by label,
.search-results .show-result label {
    font-size: 16px;
    margin-right: 10px;
}

#sort-by {
    width: 330px;
    height: 31px;
    border: 1px solid #b7b7b7;
}

#show-result {
    width: 188px;
    height: 31px;
    border: 1px solid #b7b7b7;
}

.list-results .result {
    padding-bottom: 10px;
    margin-bottom: 10px;
    border-bottom: 1px solid #cccccc;
    position: relative;
}
.list-results .result .image {
    width: 125px;
    height: 145px;
    float: left;
    position: relative;
    text-align: center;
    margin-right: 23px;
}

.tabs__caption.activeul {
    padding: 0 10px 20px 10px;
    margin-bottom: 0;
    background-color: #fff;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.6);
    width: 93%;
}
.activeul li {
    display: block;
    clear: left;
    margin: 10px 0 10px 0;
    border-bottom: 5px solid transparent;
}
.list-results .result .image a {
    display: inline-block;
}
.list-results .result .image a span {
    vertical-align: middle;
    height: 123px;
    display: table-cell;
}

.list-results .result .image .label_new {
    position: absolute;
    height: 23px;
    top: 0;
    left: 0;
    background: #ffe200;
    margin: 0;
    width: 100%;
    text-align: center;
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
    padding-top: 6px;
    z-index: 10;
}

.list-results .result .info_block {
    float: left;
}
.list-results .result .info_block .mini-labels,
.item_card .item_maincontent .item_info .mini-labels {
    padding-left: 20px;
    position: relative;
    font-size: 12px;
    font-weight: 300;
    margin-bottom: 15px;
    margin-left: 5px;
}
.list-results .result .info_block .mini-labels::before,
.saved-items .saved-item .info_block .mini-labels::before,
.item_card .item_maincontent .item_info .mini-labels:before {
    position: absolute;
    content: "";
    width: 12px;
    height: 12px;
    border-radius: 6px;
    left: 0;
    top: calc(50% - 6px);
}

.list-results .result .info_block .mini-labels.green::before,
.saved-items .saved-item .info_block .mini-labels.green::before,
.item_card .item_maincontent .item_info .mini-labels.green:before {
    background: #00bf07;
}

.list-results .result .info_block .mini-labels.red::before,
.saved-items .saved-item .info_block .mini-labels.red::before,
.item_card .item_maincontent .item_info .mini-labels.red:before {
    background: #ff0000;
}
.list-results .result .info_block .mini-labels.yellow::before,
.saved-items .saved-item .info_block .mini-labels.yellow::before,
.item_card .item_maincontent .item_info .mini-labels.yellow:before {
    background: #fcff00;
}

.list-results .result .info_block .name {
    font-size: 18px;
    font-weight: 300;
    width: 385px;
    margin-bottom: 5px;
}
.list-results .result .info_block .name span {
    height: 50px;
    display: table-cell;
    vertical-align: bottom;
}
.list-results .result .info_block .brand {
    font-size: 18px;
    font-weight: 500;
    padding: 0 5px;
}

.list-results .result .info_block .balances {
    font-size: 14px;
    padding-left: 5px;
}

.list-results .result .info_block .name a {
    color: #000;
    padding: 2px 5px;
}

.list-results .result .info_block .name a:hover {
    color: #ffe200;
    background: #000;
}

.list-results .result .info_block .flaw {
    border: 2px solid #ff0000;
    color: #ff0000;
    padding: 15px;
    position: absolute;
    bottom: 78px;
    background: #fff;
    display: none;
}

.list-results .result .info_block .flaw.flaw-orange {
    border: 2px solid #ffe200;
    color: #ffe200;
}

.list-results .search_result .info_block .flaw {
    bottom: 60px;
}

.list-results .result .price_block {
    float: right;
    text-align: right;
}

.list-results .result .price_block .save label {
    font-size: 12px;
    font-weight: 300;
    margin-left: 5px;
}

.price_block .price {
    margin: 20px 0 20px;
    font-size: 22px;
}
.price_block .price span {
    font-weight: 600;
}
.price_block .price span.askmanager {
    font-size: 20px;
    font-weight: normal;
}

.black_counter {
    height: 50px;
    float: left;
    margin-right: 30px;
    position: relative;
}

.black_counter .up,
.black_counter .down {
    float: left;
    width: 35px;
    height: 100%;
    border: 1px solid #b4b4b4;
    background: #000;
    color: #fff;
    font-size: 24px;
    text-align: center;
    padding-top: 10px;
    cursor: pointer;
}
.black_counter .up:hover,
.black_counter .down:hover {
    background: #b4b4b4;
}

.black_counter .up {
    border-left: none;
}

.black_counter .down {
    border-right: 0;
}

.black_counter .display {
    width: 45px;
    float: left;
    height: 100%;
    border: 1px solid #b4b4b4;
}
.black_counter .display input {
    width: 100%;
    height: 100%;
    border: none;
    text-align: center;
    font-size: 20px;
}
.price_block .to-cart .qty-wrapper {
    float: right;
}
.price_block .to-cart .add-delete {
    width: 50px;
    height: 50px;

    float: right;
}
.price_block .to-cart .add-delete a {
    background: url(../images/to-cart.png) 50% 50% no-repeat #000;
    display: inline-block;
}
.price_block .to-cart .add-delete a.btn-preorder {
    background: url(../images/ico-timer.png) 50% 50% no-repeat #000;
    display: inline-block;
}

.price_block .to-cart .add-delete {
    width: 50px;
    height: 50px;
    background: url(../images/to-cart.png) 50% 50% no-repeat #000;
    float: right;
}

.price_block .to-cart .delete {
    float: right;
    width: 50px;
    height: 50px;
    text-align: center;
}
.price_block .to-cart .delete a {
    display: inline-block;
    width: 100%;
    height: 100%;
    padding-top: 10px;
}

.price_block .to-cart .add-delete:hover a {
    background-color: #b4b4b4;
}

.price_block .to-cart .add-delete a {
    display: inline-block;
    height: 100%;
    width: 100%;
}

.list-results .result .image img {
    max-width: 125px;
    max-height: 125px;
}

.search-results .special-filters a {
    width: 310px;
    height: 40px;
    display: inline-block;
    text-align: center;
    border: 1px solid #707070;
    font-size: 14px;
    text-transform: uppercase;
    padding-top: 12px;
    font-weight: 300;
    color: #000;
}

.search-results .special-filters a:hover {
    background: #707070;
    color: #fff;
}

.search-results .special-filters {
    margin-top: 19px;
    display: inline-block;
}

.datecurrency-wrapper {
    border: 3px solid #000;
    height: 63px;
}
.datecurrency-wrapper .dc {
    float: left;
    height: 100%;
    text-align: center;
    font-size: 18px;
    font-weight: 300;
    padding-top: 34px;
}
.datecurrency-wrapper .date {
    width: 114px;
    background: url(../images/ico_date.png) 50% 8px no-repeat;
}
.datecurrency-wrapper #synch_currency {
    border-right: 1px solid #000;
    border-left: 1px solid #000;
    width: 75px;
    background: url(../images/ico_dollar.png) 50% 8px no-repeat;
}
.datecurrency-wrapper #synch_currency_euro {
    width: 75px;
    background: url(../images/ico_euro.png) 50% 8px no-repeat;
}

.bigbutton {
    line-height: 44px;
    display: inline-block;
    padding: 0 15px 0 49px;
    color: #000;
    text-decoration: none;
    background: url(../images/sprite.png) 12px -150px no-repeat #e5e5e5;
    font-size: 16px;
    text-transform: uppercase;
    transition: all 0.3s ease-in 0s;
    -webkit-transition: all 0.3s ease-in 0s;
    -moz-transition: all 0.3s ease-in 0s;
}
.bigbutton:hover {
    color: #000;
    background-color: #b5b5b5;
}
.bigbutton.order {
    background-position: 12px -190px;
}
.bigbutton #cartstatus-qty {
    display: none;
    position: absolute;
    min-width: 18px;
    height: 18px;
    line-height: 18px;
    color: #fff;
    text-align: center;
    font-size: 12px;
    background-color: #dd3131;
    -webkit-border-radius: 9px;
    -moz-border-radius: 9px;
    border-radius: 9px;
    margin-left: -20px;
    margin-top: 5px;
}

#types-list,
#brands-list {
    height: 350px;
    overflow-y: scroll;
}
#categories-list {
    height: 240px;
    overflow-y: scroll;
}

#categories-list label {
    font-size: 14px;
}

#categories-list input:checked + label {
    font-weight: bold;
}
.search-filters {
    overflow: hidden;
}
.search-filters .bottom-line {
    border-bottom: 1px solid #000;
    padding-bottom: 20px;
}
.search-results h3 {
    text-transform: uppercase;
}

.search-results .img,
.cart-content .img,
table.order-details-table .img {
    min-width: 60px;
}

.search-results .img img,
.cart-content .img img,
table.order-details-table .img img {
    border: 1px solid #ebebec;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

.table.hovered tbody tr:hover {
    background-color: #fac200;
}

#results-table table tr th,
.cart-content table tr th,
table.order-details-table tr th {
    background-color: #f8f8f8;
    text-align: left;
    font-size: 12px;
    font-weight: bold;
    text-transform: uppercase;
}
#results-table > table > tbody > tr > td,
table.order-details-table > tbody > tr > td {
    border-bottom: 1px solid #ececed;
}

#results-table .article a,
table.order-details-table .article a {
    font-size: 14px;
    color: #666666;
    text-decoration: underline;
}
#results-table table .title a,
.cart-content table .title a,
table.order-details-table .title a {
    font-size: 14px;
    color: #000;
}
#results-table table .brand,
.cart-content table .brand,
table.order-details-table .brand {
    font-size: 12px;
    text-transform: uppercase;
}
#results-table table .choosedate {
    font-size: 14px;
}

#usertitle {
    width: 100%;
}

#usertitle .con_heading {
}
#usertitle .parameters {
    position: absolute;
    right: 0;
    width: 45%;
    margin-left: 5%;
    line-height: 30px;
    font-size: 16px;
    text-align: right;
}

#usertitle .parameters a {
    color: #000;
    text-decoration: underline;
}

#profiletabs input[type="text"],
#profiletabs input[type="password"] {
    padding: 5px;
}
#profile_orders .orders-header > div,
#profile_orders .orders-row > div {
    text-align: left;
    font-size: 14px;
    color: #0e0e0e;
    float: left;
    padding: 10px;
}
#profile_orders .orders-header > div {
    font-weight: bold;
}
#profile_orders .orders-row {
    background-color: #f7f7f7;
    margin-bottom: 4px;
    color: #787878;
    cursor: pointer;
}
#profile_orders .orders-row:hover {
    background-color: #fff9ab;
}
#profile_orders .number {
    width: 10%;
}
#profile_orders .date {
    width: 20%;
}
#profile_orders .sum {
    width: 20%;
}
#profile_orders .status {
    width: 30%;
}
#profile_orders .statusdate {
    width: 20%;
}

.item-buttons {
    float: left;
    margin-top: 6px;
}
#filters-form h3 {
    margin-bottom: 10px;
}

.waitforsearch {
    height: 100%;
    text-align: center;
    padding-top: 10px;
    width: 100%;
}
.block-wrapper {
    clear: both;
}
.block-wrapper.date {
    align-content: stretch;
    clear: both;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    height: 36px;
    justify-content: space-between;
}
.block-wrapper.date select {
    width: 95px;
    text-align: center;
}
.block-wrapper.genders {
    text-align: left;
    padding-bottom: 10px;
}
.block-wrapper.genders .block {
    float: left;
    width: 50%;
}
#popup label.gender {
    float: none;
    color: #777c80;
    padding-left: 6px;
    font-weight: normal;
}
#popup .registration-checkboxwrapper label {
    float: none;
    text-align: left;
    text-transform: none;
    font-weight: normal;
}
#popup .registration-checkboxwrapper label a {
    color: #4866b1;
    text-decoration: underline;
}

#popup .registration-checkboxwrapper {
    padding-bottom: 20px;
}

#filters-form .search-filters label {
    padding-left: 6px;
    font-size: 18px;
}

.sess_messages {
    font-size: 20px;
    border: 2px dashed #fac200;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    padding: 20px;
    margin: 20px 0;
}
.charmLightek {
    z-index: 1060;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: rgba(43, 43, 43, 0.85);
    padding: 20px;
    display: none;
    position: fixed;
}
.charmLightek.charmVisible {
    display: block;
}

.charmLightek .wrapper {
    position: relative;
}
.charmLightek .close {
    position: absolute;
    right: 0px;
    top: -15px;
}
.charmLightek .close .close-link {
    display: inline-block;
    width: 16px;
    height: 16px;
    background: url(../images/sprite.png) 0 -990px no-repeat;
}

#statusbox div.goup {
    float: left;
    padding-top: 6px;
}
#statusbox a.goup {
    color: #fff;
    background: url(../images/sprite.png) 0 -677px no-repeat;
    padding: 5px 0 5px 15px;
    display: inline-block;
}
#statusbox .text {
    float: right;
    padding: 20px 50px 0 0;
    color: #fff;
    font-weight: bold;
    font-size: 14px;
    text-transform: uppercase;
}
#statusbox .button-wrapper {
    float: right;
    margin-top: 5px;
}
#statusbox a.gotocart {
    padding: 14px 14px 12px 40px;
    font-size: 13px;
    color: #000;
    font-weight: bold;
    display: inline-block;
    background-image: url(../images/sprite.png);
    background-position: 8px -151px;
    background-repeat: no-repeat;
}

a.continue-shopping {
    display: inline-block;
    padding: 5px 5px 5px 30px;
    background: url(../images/sprite.png) 0 -795px no-repeat;
    color: #000;
    font-size: 12px;
    text-transform: uppercase;
}

a.buttonYellowHuge,
.buttonYellowHuge {
    background-color: #fac100;
    padding: 10px 30px;
    font-size: 16px;
    font-weight: bold;
    color: rgb(0, 0, 0);
    text-transform: uppercase;
    text-decoration: none;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    -webkit-transition: all 0.3s ease-in 0s;
    -moz-transition: all 0.3s ease-in 0s;
    -ms-transition: all 0.3s ease-in 0s;
    -o-transition: all 0.3s ease-in 0s;
    transition: all 0.3s ease-in 0s;
    border: none;
    cursor: pointer;
}
.buttonYellowHuge:hover {
    background-color: #ffcd21;
}

.search-results .in_stockonly,
.searchpage .in_stockonly {
    position: absolute;
    right: 0;
    margin-top: -30px;
    font-size: 14px;
    font-weight: bold;
}
.search-results .in_stockonly label,
.searchpage .in_stockonly label {
    padding-left: 6px;
}

#fastsearchresult {
    background-color: #fff;
    width: 630px;
    border: 1px solid #bebebe;
    position: absolute;
    z-index: 150;
    display: none;
    margin-top: -1px;
}

#fastsearchresult .found-item {
    height: 80px;
    overflow: hidden;
    padding: 10px;
}

#fastsearchresult .mini-labels {
    padding: 2px 4px;
    border-radius: 10px;
    display: inline-block;
    font-size: 12px;
}

#fastsearchresult .mini-labels.green {
    background: #00bf07;
    color: #fff;
}

#fastsearchresult .mini-labels.red {
    background: #ff0000;
    color: #fff;
}

#fastsearchresult .image {
    float: left;
    width: 60px;
    height: 60px;
    margin-right: 20px;
}
#fastsearchresult .image img {
    border: 1px solid #ebebec;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

#fastsearchresult .title {
    float: left;
    height: 40px;
    overflow: hidden;
    width: 490px;
    display: table-cell;
    vertical-align: middle;
    font-size: 14px;
    color: #232332;
    padding-top: 5px;
}

#fastsearchresult .price {
    float: left;
    height: 30px;
    width: 490px;
    display: table-cell;
    vertical-align: middle;
    color: #000;
}
#fastsearchresult > a:hover div {
    background-color: #fac100;
}

#fastsearchresult .title a {
    display: inline-block;
}

#fastsearchfog {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.2);
    display: none;
}

#fastsearchresult.active {
    display: block;
}
#fastsearchresult .no-search-results {
    padding: 10px;
}

.preview_days_input {
    width: 70px;
    padding: 0 5px;
}
#popup_sendproduct .waitfor,
#popup_sendproduct .sendresult {
    display: none;
    position: absolute;
    top: 188px;
    background-color: #fff;
    width: 320px;
    left: 40px;
    padding: 20px;
    text-align: center;
}

/* promo */

.banner-request .row {
    background-color: #f7f7f7;
}

.banner-request .promosubmit {
    margin: 0 15px 10px 0;
}

.banner-request .row-title,
.banner-history .row-title {
    color: #000;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 12px;
    padding-top: 5px;
    padding-bottom: 5px;
}
.banner-history .row-title {
    padding-top: inherit;
}
.banner-request .row-data {
    background-color: #f7f7f7;
    margin-bottom: 7px;
}
.banner-request .row-data .text {
    width: 100%;
    padding: 8px 10px;
}
.banner-history .row-data {
    border-bottom: 1px solid #ebebec;
}
.banner-history .row-title .cell,
.banner-history .row-data .cell {
    padding-left: 5px;
    padding-right: 5px;
}
.banner-history .row-title .cell.datecol,
.banner-history .row-data .cell.datecol {
    padding-left: 20px;
}
/* \\promo */

a.promocabinet {
    display: inline-block;
    font-size: 12px;
    text-transform: uppercase;
    padding: 8px 5px 8px 32px;
    background: url(../images/sprite.png) 0 -599px no-repeat;
    color: #282828;
    right: 0;
}

.debt-table .debtcol {
    background-color: #f7f7f7;
}
.debt-table .retrobonus {
    background-color: #f1f1f1;
}
.debt-table .latencydebt {
    background-color: #e9e8e8;
}
.debt-table .planrest {
    background-color: #e0dfdf;
}

.debt-table .cell {
    height: 90px;
}

span.debtvalue {
    font-size: 26px;
    font-weight: bold;
}

/* metro ui fix */
.grid .row.cells4 > .cell.no-margin {
    width: 40%;
}
.grid .row.cells5 > .cell.no-margin {
    width: 20%;
}
.grid .row.cells5 > .cell.colspan2.no-margin {
    width: 40%;
}
/* \\\*/

#usertitle .user-parameters {
    position: absolute;
    margin-top: -46px;
    right: 150px;
}
.user-parameters .email,
.user-parameters .phone,
.user-parameters .editprofile {
    padding-right: 20px;
    color: #d1d1d1;
}

.consignments-list .order-row {
    background-color: #f7f7f7;
    border-bottom: 2px solid #fff;
    cursor: pointer;
}
.orders-list .order-row {
    cursor: pointer;
}
.consignments-list .order-row:hover,
.consignments-list .order-row.expanded {
    background-color: #fac200;
}

.orders-list .col-total_count,
.orders-list .col-date,
.orders-list .col-total_sum,
.orders-list .col-status {
    font-size: 14px;
    font-weight: bold;
    text-transform: uppercase;
}

.consignments-list .cell {
    font-size: 14px;
    font-weight: bold;
    text-transform: uppercase;
}

.orders-list .order_date,
.consignments-list .order_date {
    display: inline-block;
    padding-right: 20px;
    background: url(../images/sprite.png) 122px -837px no-repeat;
    text-decoration: underline;
    width: 140px;
}
.orders-list .order-row.expanded .order_date,
.consignments-list .order-row.expanded .order_date {
    background: url(../images/sprite.png) 122px -877px no-repeat;
}

.orders-list .order_footer {
    padding: 15px 0;
}

.thinbutton.printreadyorder {
    background: url(../images/sprite.png) 12px -316px no-repeat;
    padding: 10px 15px 10px 42px;
}

.thinbutton.saveorder {
    background: url(../images/sprite.png) 12px -475px no-repeat;
    padding: 10px 15px 10px 42px;
}

.sortable-label::after {
    display: inline-block;
    content: " ";
    width: 12px;
    height: 12px;
}

#results-table table tr th.sortable-column:hover,
#results-table table tr th.sortable-column.active {
    background-color: #d1d1d1;
}

.sort-asc::after {
    background: url(../images/sprite.png) 4px -875px no-repeat;
}
.sort-desc::after {
    background: url(../images/sprite.png) 0 -879px no-repeat;
    transform: rotate(180deg);
}

.itemcartbuttons {
    width: 151px;
    min-width: 151px;
    max-width: 151px;
}

a.collpaseFilter {
    display: inline-block;
    position: absolute;
    right: 0;
    padding: 5px 30px 5px 5px;
    background: url(../images/sprite.png) 96px -914px no-repeat;
    color: #ababab;
    font-size: 14px;
    width: 120px;
    text-align: right;
    margin-top: 10px;
}
a.collpaseFilter.collapsed {
    background-position: 96px -955px;
}

tr.in_cart {
    background-color: #ffee00;
}

.promohistory-mobile {
    width: 100%;
}
.promo-row {
    border-bottom: 3px solid #fac200;
}
.promo-row-table {
    width: 100%;
}
.promo-row-table td {
    border-bottom: 1px dashed #d1d1d1;
    padding: 10px 5px;
    font-size: 12px;
}
.promo-row-table td.title {
    background-color: #f7f7f7;
    width: 50%;
    color: #232323;
    text-transform: uppercase;
    font-weight: bold;
}
.promo-row-table td.value {
    text-align: center;
}
.promo-row-table a.buttonYellowHuge {
    font-size: 12px;
    padding: 4px 8px;
}
.promo-row-table tr:last-child td {
    border-bottom: none;
}

.charsfilter-title {
    width: 32%;
}
.charfilter {
    padding: 1px 0;
    display: inline-block;
    width: 100%;
}
.charfilter .chartitle {
    width: 100%;
    float: left;
    margin-right: 0;
    font-size: 16px;
    padding-bottom: 5px;
}
.charfilter .charvalue {
    width: 100%;
    float: left;
    margin-left: 0%;
    margin-bottom: 15px;
}
.charfilter .charvalue select {
    width: 100%;
}
.easyshop_item_chars {
    margin-top: 10px;
}
.easyshop_item_chars table {
    width: 100%;
}
.easyshop_item_chars table td {
    padding: 5px;
    width: 50%;
}
.charsubmitwrapper {
    text-align: right;
}
.charsubmitwrapper .reset-all {
    margin-right: 10px;
    display: inline-block;
    text-decoration: underline;
    color: #000;
    font-size: 14px;
}

.charvalue .fields-wrapper {
    display: inline-block;
    width: 100%;
    padding-bottom: 2px;
}
.charvalue .fields-wrapper input {
    text-align: center;
}
.analogs {
    position: absolute;
    background-color: #fff;
    border: 1px solid #dadada;
    width: 1068px;
    left: 50%;
    margin-left: -534px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
    padding: 10px;
    display: none;
    z-index: 300;
    margin-top: -80px;
}
.analogs .ahint {
    padding: 2px 5px;
    float: right;

    padding-left: 25px;
    background: url(../images/sprite.png) 0 -519px no-repeat;
}
.analogs .analogshint {
    padding: 2px 5px;
    margin-bottom: 15px;
    float: left;
    font-size: 16px;
    border-bottom: 2px solid #fac200;
}
.analogs-wrapper .analog {
    float: left;
    width: 260px;
    padding-bottom: 2px;
    border: 1px solid transparent;
    height: 84px;
}
.analogs-wrapper .analog:hover {
    border: 1px solid #cccccc;
}

.analogs-wrapper .analog .image {
    width: 84px;
    float: left;
    padding-left: 2px;
}
.analogs-wrapper .analog .title {
    width: 170px;
    float: left;
}

#shadow {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.3);
    z-index: 60;
    display: none;
}

#topcharsfilter {
    overflow-y: scroll;
    display: none;
    padding-bottom: 90px;
}

#filters-form {
    overflow: hidden;
}

.similar-products {
    margin-top: 20px;
}
.similar-title {
    font-size: 18px;
    border-bottom: 2px solid #fac200;
    padding-bottom: 5px;
}

.similar-products .analogs-wrapper .analog {
    margin: 10px 3px;
}

#topcharsfilter .cf-wrapper {
    column-count: 1;
}

#topcharsfilter .select2-container {
    font-size: 14px;
}

.select2-container .select2-selection--multiple {
    min-height: 25px;
}
.select2-container--default
    .select2-selection--multiple
    .select2-selection__choice,
.select2-container--default
    .select2-selection--multiple
    .select2-selection__rendered
    li {
    font-size: 13px;
    line-height: 15px;
    margin-top: 3px;
}
.select2-container .select2-search.select2-search--inline input {
    margin-top: 0;
}
.select2-results__option {
    font-size: 13px;
    padding: 3px 6px;
}

.irs .irs-min,
.irs .irs-max,
.irs .irs-from,
.irs .irs-to {
    display: none;
}
.irs-bar {
    top: 3px;
}
.irs-slider {
    top: -4px;
}
.irs-line {
    top: 3px;
}
.irs {
    height: 14px;
}

#profile_consignments {
    padding-bottom: 10px;
}

.consignmentContent {
    padding: 10px 20px;
    line-height: 1.5;
    column-count: 2;
    display: none;
}

.consignment.hidden {
    display: none;
}

.permalink-wrapper {
    padding: 10px 0;
}
.permalink-wrapper label {
    font-weight: bold;
    padding-right: 20px;
    min-width: 140px;
    display: inline-block;
}
.permalink-wrapper input {
    width: 400px;
    padding: 14px !important;
}

#profile_act .panel {
    margin-bottom: 20px;
}

#profile_act .panel.interval .w1,
#profile_act .panel.interval .w2 {
    display: inline-block;
    vertical-align: middle;
}

#profile_act .panel .selectricWrapper {
    width: 360px;
    height: 50px;
    margin: 0;
}
#profile_act .panel .selectricWrapper .selectric {
    height: 100%;
}
#profile_act .panel .selectricWrapper .selectric .label {
    height: 100%;
    font-size: 18px;
    font-weight: 300;
    text-transform: inherit;
    padding: 15px;
    background: #fff;
    width: 310px;
}
#profile_act .panel .selectricWrapper .selectric .button {
    background: url(../images/arrow-down.png) 50% 50% no-repeat #dedede;
    height: 100%;
    width: 50px;
    margin: 0;
}
#profile_act .panel .selectricWrapper .selectric .button::after {
    border: none;
}

#profile_act .confirm {
    padding-bottom: 20px;
}

#act_listing {
    margin-bottom: 25px;
}
#profile_act .panel #period {
    height: 50px;
    width: 310px;
    border: 1px solid #707070;
}
#profile_act .button-get {
    width: 165px;
    height: 50px;
    background: #000;
    color: #fff;
    padding-top: 16px;
    text-transform: uppercase;
    display: inline-block;
    margin: 0;
    border: 2px solid #000;
    text-align: center;
}
#profile_act .button-get:hover {
    background: transparent;
    border: 2px solid #000;
    color: #000;
}
#profile_act .panel span {
    font-size: 20px;
    font-weight: 300;
    vertical-align: bottom;
    margin-right: 3px;
}
#profile_act .panel .dtp {
    background: url(../images/calendar.png) 0 50% no-repeat;
    width: 150px;
    height: 50px;
    border: none;
    border-bottom: 1px solid #707070;
    padding-left: 30px;
    margin-right: 5px;
    vertical-align: top;
    cursor: pointer;
}
#profile_act .text-confirm {
    margin-bottom: 15px;
    font-size: 18px;
    font-weight: 300;
}
#profile_act .confirm label {
    display: inline-block;
    margin-bottom: 15px;
    font-size: 18px;
    font-weight: 500;
    padding-left: 10px;
}
.saved-items .saved-item {
    height: 150px;
    border-bottom: 1px solid #cccccc;
}
.saved-items .saved-item .image {
    width: 150px;
    float: left;
    text-align: center;
}
.saved-items .saved-item .image span {
    vertical-align: middle;
    display: table-cell;
    height: 140px;
}
.saved-items .saved-item .image img {
    width: 125px;
    height: 125px;
}
.saved-items .saved-item .info_block .mini-labels {
    font-size: 12px;
    font-weight: 300;
    position: relative;
    padding-left: 20px;
    margin: 10px 0;
}
.saved-items .saved-item .info_block .name {
    height: 70px;
    display: table-cell;
    vertical-align: bottom;
    overflow: hidden;
    width: 425px;
    font-size: 18px;
    margin: 10px 0;
    font-weight: 300;
}
.saved-items .saved-item .info_block .name:hover a,
.saved-items .saved-item .info_block .brand:hover a {
    text-decoration: underline;
}
.saved-items .saved-item .info_block .brand {
    margin-top: 10px;
    font-size: 18px;
    font-weight: 500;
}
.saved-items .saved-item .info_block .flaw {
    display: none;
}
.saved-items .saved-item .info_block {
    float: left;
}
.saved-items .saved-item .price_block {
    float: right;
}

.price_block .to-cart .add,
.price_block .to-cart .remove {
    width: 50px;
    height: 50px;
    float: left;
}
.price_block .to-cart .add a,
.price_block .to-cart .remove a {
    display: inline-block;
    height: 100%;
    width: 100%;
}
.price_block .to-cart .add {
    background: url(../images/to-cart.png) 50% 50% no-repeat #000;
}
.price_block .to-cart .remove {
    background: url(../images/remove.png) 50% 50% no-repeat #fff;
    margin-left: 15px;
}
.ui-datepicker-trigger {
    display: none;
}

.act_table {
    width: 100%;
    border: 1px solid #e7e7e7;
    border-collapse: collapse;
}
.act_table td,
.act_table th {
    padding: 8px;
    border: 1px solid #e7e7e7;
}

.act_table tr.totalrow {
    font-weight: bold;
}

.act_table td.sum {
    text-align: right;
    min-width: 100px;
}

.act_table td.comment textarea {
    width: 100px;
}

.demomodeheading {
    padding: 20px 0;
}

#profile_act .selectric .label {
    padding: 9px;
}
#profile_act .selectricWrapper {
    vertical-align: bottom;
    margin: 2px;
}

.panel-printform {
    display: inline-block;
    margin-left: 30px;
}
.news-wrapper.wide {
    float: none;
}
.news-wrapper {
    float: right;
    width: 370px;
    overflow: hidden;
}
.news-wrapper.wide {
    width: 100%;
}
/*Profile*/
.tabs__content {
    display: none; /* по умолчанию прячем все блоки */
}
.tabs__content.active {
    display: block; /* по умолчанию показываем нужный блок */
}
.my-orders .tabs__caption {
    margin: 35px 0;
    padding: 0;
}
.my-orders .tabs__caption li.active {
    font-weight: 700;
}
.my-orders .tabs__caption li {
    height: 25px;
}
.my-orders .tabs__caption li.history {
}
.my-orders .tabs__caption li.ttn {
    position: relative;
}
.my-orders .tabs__caption li.act {
}
.my-orders .tabs__caption li.saved {
}
.my-orders .tabs__caption li.status {
    position: relative;
}

.my-orders .act {
    width: auto;
}

.act:before,
.act:after {
    display: none;
}

.my-orders .tabs__caption li.hasnew:after {
    content: " ";
    display: block;
    width: 8px;
    height: 8px;
    background-color: #ec1553;
    border-radius: 50%;
    position: absolute;
    top: 0;
    right: 4px;
}

.my-orders .tabs__caption li {
    float: left;
    list-style: none;
    display: inline-block;
    padding: 0 10px 0 0;
    margin-right: 10px;
    border-right: 1px solid #000;
    text-transform: uppercase;
    cursor: pointer;
    font-weight: 300;
    margin-bottom: 10px;
}
.pages_bar {
    border-bottom: 1px solid #a3a3a3;
    margin-top: 30px;
}
.pages_bar .button-nav {
    float: left;
    font-size: 24px;
    text-transform: uppercase;
    padding-bottom: 5px;
    font-weight: 300;
    margin-right: 40px;
}
.pages_bar .button-nav.active {
    font-weight: 500;
    position: relative;
}
.pages_bar .button-nav.active::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 4px;
    background: #000;
    bottom: -2px;
    left: 0;
}
.pages_bar .button-nav a {
    display: inline-block;
    color: #000;
}
.demo_mode .description {
    padding-top: 20px;
    font-weight: 300;
}
.enable_demo .text {
    font-size: 18px;
    padding: 5px 20px 5px 0;
    width: 345px;
    float: left;
}
.enable_demo .toggle {
    float: left;
}
.enable_demo .toggle .minitoggle {
    cursor: pointer;
}
.enable_demo .toggle .title {
    color: #fff;
    font-size: 12px;
    padding: 9px 5px 9px 10px;
}
.enable_demo .toggle .title .off {
    float: right;
}
.enable_demo .toggle .title .on {
    float: left;
}
.enable_demo .switch {
    float: left;
    width: 80px;
    height: 30px;
    background: #000;
}
.user_cabinet .info_side {
    width: 870px;
    float: left;
}
.right-gray-bar {
    width: 270px;
    float: left;
    margin-left: 30px;
}

.right-gray-bar {
    background: #ededed;
}
.right-gray-bar .right-bar-part {
    border-bottom: 2px solid #fff;
    margin: 0;
    padding: 25px;
}
.right-gray-bar .balance-part {
}
.right-gray-bar .balance-part .bal {
    font-size: 18px;
    font-weight: 300;
}
.right-gray-bar .balance-part .bal span.debtvalue {
    font-size: 22px;
    font-weight: 500;
}
.right-gray-bar .prices-part {
    padding: 35px 25px;
}

a.editprofile,
a.xmlcabinet,
a.xlscabinet {
    display: inline-block;
    padding: 8px 5px 8px 26px;
    background: url(../images/sprite.png) 0 -115px no-repeat;
    color: #282828;
    font-size: 16px;
}

.right-gray-bar .apps-part {
    text-align: left;
}
.apps-part a.playmarket-button,
.apps-part a.appstore-button {
    font-size: 13px;
    font-weight: 300;
    background: #fff;
    border: 1px solid #707070;
    border-radius: 5px;
    padding: 10px 25px 10px 70px;
    display: inline-block;
    margin-bottom: 25px;
    color: #000;
}

.apps-part a.playmarket-button:hover,
.apps-part a.appstore-button:hover {
    border: 1px solid #fff;
}
.apps-part .text {
    font-size: 16px;
    font-weight: 300;
    width: 225px;
    margin-bottom: 30px;
    line-height: 140%;
}
.apps-part .text span {
    font-weight: 500;
    display: block;
}
.apps-part a.playmarket-button {
    background: url(../images/play-ico.png) 15px 50% no-repeat #fff;
}
.apps-part a.appstore-button {
    background: url(../images/ios-ico.png) 15px 50% no-repeat #fff;
}
.apps-part a.playmarket-button span,
.apps-part a.appstore-button span {
    font-size: 22px;
    font-weight: 500;
}

a.xmlcabinet {
    right: 325px;
    background: url(../images/sprite.png) 0 -1130px no-repeat;
    padding-left: 30px;
}
a.xlscabinet {
    right: 480px;
    background: url(../images/sprite.png) 0 -278px no-repeat;
    padding-left: 30px;
}

.wrapper-prices .xlscabinet {
    background: url(../images/ico_price.png) 0 50% no-repeat;
}

.wrapper-prices .xmlcabinet {
    background: url(../images/ico_retail.png) 0 50% no-repeat;
}

.order_expanded .order-content {
    display: none;
}
.consignments-list .order,
.orders-list .order {
    border-bottom: none;
    margin-bottom: 15px;
}
.order .title-order {
    background: url(../images/order-arrow-down.png) 98% calc(50%) no-repeat
        #ebebeb;
    border-radius: 14px;
    padding: 17px 15px 15px 15px;
    cursor: pointer;
}
.order .title-order:hover {
    background: url(../images/order-arrow-down-white.png) 98% calc(50%)
        no-repeat #cccccc;
}
.order .title-order:hover .print-invoice {
    color: #ccc;
    font-weight: bold;
}
a.print-invoice.disabled {
    color: gray;
    pointer-events: none;
    cursor: not-allowed;
}

.order .title-line {
    display: flex;
    flex-direction: row;
    margin-bottom: 4px;
}
.title-line__status {
    font-weight: 500;
    padding-left: 12px;
    position: relative;
}

.title-line__status--marker {
    display: block;
    position: absolute;
    top: 4px;
    left: 0px;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background-color: #fac200;
    margin-right: 5px;
}

.title-line__status--marker.order_status_created {
    background-color: #ffa500;
}
.title-line__status--marker.order_status_issued {
    background-color: #ffa500;
}
.title-line__status--marker.order_status_processed {
    background-color: #ff6700;
}
.title-line__status--marker.order_status_sent {
    background-color: #41af7c;
}
.title-line__status--marker.order_status_reserved {
    background-color: #ff6700;
}
.title-line__status--marker.order_status_received {
    background-color: #41af7c;
}
.title-line__status--marker.order_status_arrived {
    background-color: #41af7c;
}
.title-line__status--marker.order_status_paid {
    background-color: #41af7c;
}

.title-line__status--marker.repair_expect_processing {
    background-color: #ffa500;
}
.title-line__status--marker.repair_expect_repair {
    background-color: #ffa500;
}
.title-line__status--marker.repair_in_repair {
    background-color: #ff6700;
}
.title-line__status--marker.repair_expect_shipping {
    background-color: #41af7c;
}
.title-line__status--marker.repair_sent {
    background-color: #41af7c;
}
.title-line__status--marker.refund_status_decide {
    background-color: #ffa500;
}
.title-line__status--marker.refund_status_accepted {
    background-color: #41af7c;
}
.title-line__status--marker.refund_status_reject {
    background-color: #ff6700;
}

.order .title-order.active,
.order-row.expanded .title-order {
    background: url(../images/order-arrow-up.png) 98% 50% no-repeat #ccc;
}
.order .title-order .title-part {
    font-size: 16px;
    padding-right: 5px;
}
.order .title-order .o-info {
    font-weight: 300;
}
.title-order .o-date,
.title-order .o-info {
    float: left;
}
.order-content .o-item-part {
    float: left;
}
.order-content .order-item {
    border-top: none;
    height: 100px;
    overflow: hidden;
}
.order-item .o-item-image {
    width: 100px;
    height: 100%;
    text-align: center;
}
.order-item .o-item-image .image {
    display: inline-block;
}
.order-item .o-item-image span {
    height: 100px;
    display: table-cell;
    vertical-align: middle;
}
.order-item .o-item-title {
    width: 485px;
    padding: 0 25px;
}
.order-item .item-name-align {
    height: 100px;
    display: table-cell;
    vertical-align: middle;
    font-weight: 300;
    font-size: 16px;
}
.order-item .item-name-align .item-name {
    margin-bottom: 2px;
}
.order-item .item-name-align .item-name a {
    color: #000;
    padding: 2px;
}
.order-item .item-name-align .item-name a:hover {
    color: #ffe200;
    background: #000;
}
.order-item .item-name-align .item-brand-name {
    font-weight: 500;
}
.order-item .o-item-info {
    width: 200px;
    padding: 20px 20px 0 20px;
    height: 100%;
}
.o-item-info .info-position span {
    font-weight: 300;
    display: inline-block;
    margin-right: 10px;
    margin-bottom: 5px;
    width: 80px;
}
.o-item-info .info-position {
    font-weight: 500;
    font-size: 15px;
}
.order-item .o-item-print {
    width: 83px;
    padding: 15px;
    text-align: center;
}
.order-item .o-item-print a.print {
    display: inline-block;
    text-align: center;
}
.order-item .o-item-print a.pdf {
    margin-top: 20px;
    display: inline-block;
}
.order-item .o-item-print a.pdf span {
    font-weight: 300;
    color: #fff;
    background: #000;
    padding: 2px 5px;
    font-size: 14px;
    border-radius: 5px;
}
.order-item .o-item-print a.pdf:hover span {
    background: transparent;
    color: #000;
}
.order-item .ttn-position {
    font-weight: 400;
}
.order-item .ttn-position span {
    display: inline-block;
    width: 130px;
    margin-right: 30px;
    font-weight: 300;
}

.order-main-data {
    display: flex;
    flex-direction: column;
}

.order-main-data__item {
    display: flex;
    flex-direction: row;
    margin-bottom: 10px;
}

.order-main-data__item__title {
    font-weight: 500;
    font-size: 16px;
}
.order-main-data__item__value {
    margin-left: 10px;
}
.invoice-links {
    margin-bottom: 15px;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
}
.invoice-links a {
    display: flex;
    flex: 1;
    margin-top: 5px;
}

.order-data {
    display: flex;
    flex-direction: column;
}

.order-data-item {
    display: flex;
    flex-direction: row;
    margin-bottom: 10px;
}

.order-data-item__title {
    font-weight: 500;
    font-size: 16px;
}

.order-data-item__value {
    margin-left: 10px;
}
.order-content .consignment-item,
.repair-content {
    border: 1px solid #cecece;
    border-top: none;
    padding: 15px;
    line-height: 130%;
    font-size: 18px;
}

.repair-content .rows {
    padding: 10px;
}

.repair-content .ttn-position {
    padding-bottom: 2px;
}

.order-content .consignment-item .ttn-position span,
.repair-content .ttn-position span {
    font-weight: 300;
    display: inline-block;
    width: 150px;
}

.repair-content .ttn-position span {
    width: 250px;
}

.profile_edit {
    float: left;
    width: 870px;
}
#about .profile_input {
    padding-left: 40px;
    margin-top: 25px;
}
#about .profile_input_name {
    background: url(../images/profile_name.png) 0 50% no-repeat;
}
#about .profile_input_surname {
    background: url(../images/profile_surname.png) 0 50% no-repeat;
}
#about .profile_input_email {
    background: url(../images/profile_email.png) 0 50% no-repeat;
}
#about .profile_input_phone {
    background: url(../images/profile_phone.png) 0 50% no-repeat;
}
#about .profile_input_city {
    background: url(../images/profile_city.png) 0 50% no-repeat;
}
#about .profile_input_company {
    background: url(../images/profile_company.png) 0 50% no-repeat;
}
#about .profile_input_post {
    background: url(../images/profile_post.png) 0 50% no-repeat;
}
#about .profile_input input,
#change_password .text_input input,
#change_master_password .text_input input,
#permalinks input[type="text"] {
    border: none;
    border-bottom: 1px solid #989898;
    width: 366px;
    height: 30px;
    font-size: 16px;
    font-weight: 300;
    font-style: italic;
    font-family: "Roboto";
}

#permalinks h3 {
    border-bottom: none;
}

#profiletabs input.button-yellow,
#profiletabs input.button-thin,
#profiletabs button.button-thin {
    background: #000;
    text-align: center;
    height: 50px;
    font-size: 16px;
    border: 2px solid #000;
    padding: 0 30px;
    text-transform: uppercase;
    margin-right: 30px;
    font-family: "Roboto";
    color: #fff;
}
#profiletabs input.button-yellow:hover,
#profiletabs input.button-thin:hover,
#profiletabs button.button-thin:hover {
    background: transparent;
    color: #000;
}
#profiletabs input.button-yellow {
    color: #ffe200;
    font-weight: 500;
}

a.button-yellow {
    display: inline-block;
    color: #000;
    font-weight: 500;
    background: #ffe200;
    text-align: center;
    padding: 10px 20px;
    font-size: 16px;
    text-transform: uppercase;
    margin-right: 30px;
    font-family: "Roboto";
}

#profiletabs input.button-thin {
    color: #fff;
    font-weight: 300;
}
#submitform {
    margin: 35px 0;
}
#change_password .text_input,
#change_master_password .text_input {
    padding-left: 40px;
    background: url(../images/profile_lock.png) 0 50% no-repeat;
    margin-bottom: 25px;
}
.service .banner {
    width: 100%;
    height: 270px;
    background: url(../images/service_banner.jpg) top center / cover no-repeat;
}
.service .service_content {
    margin-top: 65px;
}
.service .service_text {
    float: left;
    width: 630px;
}
.service .repair_status {
    float: right;
    display: none;
}
.service .service_content .title {
    font-size: 24px;
    font-weight: 300;
    text-transform: uppercase;
    margin-bottom: 20px;
}
.service .service_content .service_description {
    font-size: 18px;
    font-weight: 300;
}
.service .service_content .repair_button {
    text-align: right;
}
.service .service_content .repair_button a {
    color: #fff;
    background: #000;
    display: inline-block;
    height: 50px;
    font-size: 18px;
    text-transform: uppercase;
    text-align: center;
    width: 205px;
    padding-top: 16px;
    border: 2px solid #000;
}
.service .service_content .repair_button a:hover {
    background: transparent;
    color: #000;
}
.service_contact .contact_title {
    font-size: 24px;
    font-weight: 300;
    text-transform: uppercase;
    margin: 65px 0 35px;
}
.service_contact .map {
    height: 355px;
    margin-bottom: 35px;
    position: relative;
}
.service_contact .map_info {
    width: 400px;
    height: 100%;
    padding: 30px;
    font-size: 18px;
    font-weight: 300;
    position: absolute;
    top: 0;
    left: 0;
    background: #eaeaea;
}
.service_contact .map_info .map_info_title {
    font-size: 24px;
    font-weight: 500;
    margin-bottom: 25px;
}
.service_contact .map_info .map_info_position {
    margin-bottom: 20px;
}
.service_contact .map_info .map_info_position:last-child {
    margin-bottom: 0;
}
.service_contact .map_info .map_info_schedule span {
    font-weight: 400;
}
.service_contact .map_info .map_info_schedule {
    line-height: 140%;
}
.search-text-window .search_phrase h1 {
    font-size: 24px;
    font-weight: 500;
    margin: 0 0 20px 0;
    border: none;
    padding: 0;
}
.search-text-window .search_text {
    width: 705px;
    font-size: 18px;
    font-weight: 300;
    margin-bottom: 20px;
}
.search-text-window .search_text a {
    font-weight: 500;
    text-decoration: underline;
}
#results-table .search_result {
    border-top: 1px solid #cccccc;
    border-bottom: none;
    height: 180px;
    padding: 20px 0;
    margin-bottom: 0;
}
.search_result .info_block .labels {
    float: left;
}
.search_result .info_block .labels .search_label {
    padding: 5px;
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
    margin-right: 15px;
    float: left;
}
.search_result .info_block .labels .label_new,
.search_result .info_block .labels .label_promo {
    background: #ffe200;
}
.search_result .info_block .labels .label_sale {
    background: #31dd59;
}
.search_result .info_block .labels .label_discount {
    background: #ff4d2a;
}
.search_result .info_block .label_new_search,
.search_result .info_block .mini-labels,
.search_result .info_block .add-favorite {
    float: left;
}
.search_result .info_block .mini-labels {
    padding-left: 20px;
    position: relative;
    font-size: 12px;
    font-weight: 300;
    margin: 6px 15px 56px 0;
}
.search_result .info_block .add-favorite {
    font-size: 12px;
    font-weight: 300;
    padding-top: 7px;
}
.search_result .price_block .price {
    margin: 14px 0 14px;
}
.search_result .price_block .to-cart {
    float: right;
}
/*Карточка товара*/
.item_card {
    margin-bottom: 50px;
}
.item_card .item_breadcrumbs,
.item_breadcrumbs {
    font-size: 18px;
    font-weight: 300;
    padding: 0;
    color: #000;
    margin-bottom: 45px;
}
.item_card .item_breadcrumbs a,
.item_breadcrumbs a {
    font-size: 14px;
    font-weight: 300;
    color: #000;
}
.item_card .item_breadcrumbs span {
    font-size: 14px;
    font-weight: 400;
    padding: 0;
    margin-bottom: 0;
    border: none;
    display: inline;
}
.item_card .item_maincontent {
    /*p*/
    padding-bottom: 35px;
    border-bottom: 1px solid #707070;
    margin-bottom: 40px;
}
.item_card .item_maincontent .item_image {
    width: 255px;
    float: left;
    text-align: center;
}
.item_card .item_maincontent .item_image .new_label {
    height: 35px;
    font-size: 16px;
    font-weight: 700;
    background: #ffe200;
    text-transform: uppercase;
    padding-top: 10px;
}
.item_card .item_maincontent .item_image .new_label {
    height: 35px;
    font-size: 16px;
    font-weight: 700;
    background: #0d9668;
    text-transform: uppercase;
    padding-top: 10px;
}
.item_card .item_maincontent .item_info {
    float: left;
    padding: 0 45px;
    position: relative;
    width: 645px;
}
.item_card .item_maincontent .item_info .print {
    display: inline-block;
    position: absolute;
    top: 0;
    right: 15px;
}
.item_card .item_maincontent .item_info .name {
    height: 105px;
    overflow: hidden;
    margin-top: 115px;
    display: inline-block;
    border: none;
}
.item_card .item_maincontent .item_info .brand {
    font-size: 24px;
    font-weight: 500;
}
.item_card .item_maincontent .item_info .name h1 {
    height: 100px;
    vertical-align: bottom;
    display: table-cell;
    border: none;
    padding: 0;
    margin: 0;
    font-size: 24px;
    font-weight: 300;
}
.item_card .item_maincontent .item_info .mini_labels {
    font-size: 14px;
    font-weight: 300;
    padding-left: 25px;
    margin-top: 10px;
    position: relative;
}

.item_card .item_maincontent .item_price {
    width: 270px;
    float: right;
    background: #eaeaea;
    padding: 15px;
}
.item_card .item_maincontent .item_price .to_favorite a {
    font-size: 18px;
    font-weight: 300;
    color: #000;
}
.item_card .item_maincontent .item_price .to_favorite a:hover {
    text-decoration: underline;
}
.item_maincontent .item_price .designation {
    font-size: 16px;
    font-weight: 400;
    text-transform: uppercase;
    color: #646464;
    margin-bottom: 15px;
}
.item_maincontent .item_price .price {
    font-size: 26px;
    font-weight: 300;
    color: #000;
    margin-bottom: 30px;
}
.item_maincontent .item_price .price span {
    font-weight: 500;
}

.item_maincontent .item_price .price span.smallprice_retail {
    font-weight: 300;
    font-size: 16px;
}
.item_maincontent .item_price .price span.smallprice_dealer {
    font-size: 16px;
}

.product_code {
    font-size: 14px;
    font-weight: 300;
    text-align: left;
    padding-top: 10px;
}

.item_maincontent .item_price .price span.askmanager {
    font-size: 18px;
}

.item_maincontent .item_price .to_cart a {
    margin: 25px 0;
    width: 100%;
    background: #000;
    color: #fff;
    text-transform: uppercase;
    display: inline-block;
    text-align: center;
    font-size: 17px;
    font-weight: 300;
    padding: 15px 0;
    border: 2px solid #000;
}
.item_maincontent .item_price .to_cart a:hover {
    background: transparent;
    color: #000;
}
.item_description .links {
    width: 300px;
    float: left;
    padding-right: 45px;
}
.item_description .links a {
    font-size: 16px;
    font-weight: 300;
    color: #000;
}
.item_description .links a:hover {
    text-decoration: underline;
}
.item_description .links .dwnld {
    padding-left: 45px;
    height: 30px;
    padding-top: 6px;
    margin-bottom: 10px;
}
.item_description .links .download_brand_price {
    background: url(../images/icon_x.png) 0 50% no-repeat;
}
.item_description .links .download_description {
    background: url(../images/icon_pdf.png) 0 50% no-repeat;
}
.item_description .text_side {
    float: left;
    width: 870px;
}
.item_description .description .title_d,
.item_description .characteristics .title_d {
    font-size: 24px;
    font-weight: 300;
    text-transform: uppercase;
    padding-bottom: 20px;
}
.item_description .text_side {
    font-size: 18px;
    font-weight: 300;
}
.item_description .description,
.item_description .characteristics {
    margin-bottom: 30px;
}
.item_description .characteristics {
    font-size: 16px;
}
.item_description .characteristics .char {
    margin-bottom: 10px;
}
.item_description .characteristics .char .char_name {
    float: left;
    width: 345px;
    font-weight: 400;
}
.item_description .characteristics .char .char_value {
    float: left;
    font-weight: 300;
    width: 525px;
}
.warningtext {
    background: url(../images/sprite.png) 0 -517px no-repeat;
    font-size: 14px;
    color: #666666;
    padding: 5px 5px 5px 30px;
}
.warninghint {
    background: url(../images/sprite.png) 0 -517px no-repeat;
    width: 30px;
    height: 30px;
    cursor: pointer;
    position: absolute;
    top: calc(50% - 15px);
}
.item_price .qty-wrapper .warninghint {
    right: -45px;
}
.searchpage .qty-wrapper .warninghint {
    left: -45px;
}
.cart {
    margin-bottom: 55px;
}
.cart .head_strip {
    margin-bottom: 20px;
}
.cart .head_strip .title {
    display: inline-block;
    float: left;
}
.cart .head_strip .print {
    display: inline-block;
    float: right;
    padding-right: 8px;
}
.cart .title h1 {
    font-size: 24px;
    font-weight: 300;
    text-transform: uppercase;
    border: none;
    margin: 0;
    padding: 0;
}
.cart_orders .cart_order {
    min-height: 130px;
    border-top: 1px solid #707070;
    display: flex;
    flex-direction: row;
}
.cart_orders .cart_order .structure_size {
    padding: 20px 0;
}
.cart_orders .cart_order .image {
    width: 140px;
    float: left;
    text-align: center;
}
.cart_orders .cart_order .image a {
    display: inline-block;
}
.cart_orders .cart_order .name {
    width: 460px;
    float: left;
    font-size: 18px;
    font-weight: 300;
    border-right: 1px solid #707070;
    position: relative;
}
.cart_orders .cart_order .name .flaw {
    display: none;
    position: absolute;
    color: #dc0000;
    border: 3px solid #dc0000;
    font-size: 16px;
    padding: 15px 15px;
    z-index: 10;
    right: 10px;
    top: 35%;
    background-color: rgba(255, 255, 255, 0.7);
}

.cart_orders .cart_order .name .flaw.flaw-orange {
    border: 4px solid #ffcb20;
    color: #000000;
    background-color: rgba(255, 221, 94, 0.6);
}

.cart_orders .cart_order .name .align_name {
    display: table-cell;
    height: 85px;
    vertical-align: middle;
}
.cart_orders .cart_order .name .title {
    overflow: hidden;
    margin-bottom: 5px;
}
.cart_orders .cart_order .name .brand {
    font-weight: 500;
    padding: 0 4px;
}
.cart_orders .cart_order .name .title span {
    height: 60px;
    display: table-cell;
    vertical-align: bottom;
}
.cart_orders .cart_order .name .title a {
    padding: 2px 4px;
    color: #000;
}
.cart_orders .cart_order .name .title a:hover {
    background: #000;
    color: #ffe200;
}
.cart_orders .cart_order .price {
    float: left;
    font-size: 22px;
    font-weight: 300;
    width: 125px;
    text-align: center;
    border-right: 1px solid #707070;
}
.cart_orders .cart_order .price > div,
.cart_orders .cart_order .sum > div,
.cart_orders .cart_order .delete > div {
    display: inline-block;
}
.cart_order .counter_order {
    margin-right: 0;
}
.cart_order .counter_order .display {
    width: 40px;
}
.counter_order .up,
.counter_order .down {
    width: 32px;
}
.cart_orders .cart_order .counter {
    float: left;
    width: 105px;
    border-right: 1px solid #707070;
}
.cart_orders .cart_order .sum {
    float: left;
    width: 125px;
    border-right: 1px solid #707070;
    font-size: 22px;
    font-weight: 500;
    text-align: center;
}

.cart_orders .cart_order .cashback-col {
    float: left;
    width: 100px;
    border-right: 1px solid #707070;

    text-align: center;
}

.cart_orders .cart_order .cashback-col a {
    text-decoration: none;
    font-size: 14px;
    color: #919191;
    border-bottom: 1px dashed #919191;
}

.cart_orders .cart_order .cashback-col input {
    width: 90%;
    margin-top: 5px;
}

.cart_orders .cart_order .to_preview {
    float: left;
    font-size: 12px;
    font-weight: 300;
    text-align: center;
    width: 70px;
    border-right: 1px solid #707070;
}
.cart_orders .cart_order .to_preview input {
    display: block;
    margin: 10px auto 0;
}
.cart_orders .cart_order .delete {
    float: left;
    width: 45px;
    text-align: center;
}
.cart_orders .cart_order .align_middle {
    height: 90px;
    display: table-cell;
    vertical-align: middle;
}
.cart_orders .result_sum {
    height: 70px;
    background: #dedede;
    border-top: 1px solid #707070;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    font-size: 22px;
    font-weight: 300;
    padding: 20px;
}
.cart_orders .result_sum span {
    font-weight: 500;
    padding-left: 25px;
}

.cart_orders .result_cashbackavail {
    background: #dedede;
    text-align: right;
    font-size: 22px;
    font-weight: 300;
    padding: 20px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.cart_orders .result_cashbackavail .set-max-cashback {
    font-size: 14px;
    color: #919191;
    border-bottom: 1px dashed #919191;
    text-decoration: none;
}

.cart_orders .result_cashbackavail span {
    font-weight: 500;
    padding-left: 25px;
}

#orderform .checkout .title {
    font-size: 24px;
    font-weight: 300;
    text-transform: uppercase;
    padding: 40px 0 20px;
}

#orderform .checkout .warehouse {
    padding-bottom: 30px;
}

#orderform .checkout .method {
    font-size: 18px;
    font-weight: 400;
}
#orderform .checkout .method .mthd {
    height: 50px;
}
#orderform .checkout .method .mthd span {
    height: 50px;
    display: table-cell;
    vertical-align: middle;
}
#orderform .mthd label input {
    margin-right: 10px;
}
#orderform .mthd label input[type="text"] {
    width: 385px;
    height: 50px;
    margin-left: 15px;
    padding: 0 10px;
}

#orderform .hint1 {
    color: #919191;
    display: inline-block;
    margin-top: 10px;
}
/*input#cashbackamount {*/
/*width: 100px;*/
/*height: 50px;*/
/*padding: 0 10px;*/
/*}*/

#orderform .checkout .text {
    font-size: 18px;
    font-weight: 300;
    margin-top: 30px;
}

#orderform .green-pass-wrapper {
    padding-left: 50px;
    padding-bottom: 20px;
}

#orderform .green-pass-wrapper label {
    color: green;
    display: inline-block;
    padding-left: 10px;
}

.comments .order-comment {
    width: 100%;
    height: 60px;
    border: 1px solid #909090;
    padding: 10px;
    margin-top: 10px;
}
#orderProceed {
    width: 210px;
    height: 50px;
    font-size: 17px;
    font-weight: 300;
    background: #000;
    color: #fff;
    border: 2px solid #000;
    margin: 45px 0;
}
#orderProceed:hover {
    background: transparent;
    color: #000;
}
.ordersent {
    width: 575px;
    height: 440px;
    margin: 0 auto;
    text-align: center;
}
.ordersent .title {
    margin: 10px 0 30px;
}
.ordersent h1 {
    margin: 0;
    border: 0;
    font-size: 28px;
    font-weight: 700;
    padding: 0;
}
.ordersent .number {
    margin-bottom: 20px;
}
.ordersent .number,
.ordersent .text {
    font-size: 24px;
    font-weight: 300;
}
.ordersent .text {
    margin-bottom: 50px;
}
.ordersent .button_main a {
    display: inline-block;
    background: #000;
    color: #fff;
    font-size: 17px;
    font-weight: 300;
    padding: 16px 32px;
    text-transform: uppercase;
    border: 2px solid #000;
}
.ordersent .button_main a:hover {
    background: transparent;
    color: #000;
}
.subcat-expandable {
    position: relative;
}
.subcat-expandable .status-icon {
    position: absolute;
    width: 10px;
    height: auto;
    right: 6%;
    top: 15px;
    transition: transform 0.3s ease-in-out;
}
.subcat-expandable.expanded .status-icon {
    transform: rotate(180deg);
}

#list-select-categories .treeview li {
    background: none;
    font-size: 18px;
    padding: 0;
}

#list-select-categories .treeview > li {
    border-top: 1px solid #fff;
}

#list-select-categories .treeview li li {
    padding: 10px 0 10px 0;
    border-bottom: 1px solid #707070;
}
#list-select-categories .treeview li li:last-child {
    border-bottom: none;
}
#list-select-categories .treeview > li .top {
    display: inline-block;
    cursor: pointer;
    width: 100%;
    color: #fff;
    font-size: 17px;
    text-transform: uppercase;
    padding: 19px 20px;
    background: #000;
}
#list-select-categories .treeview > li.expandable .top {
    background: url(../images/white_arrow_down.png) 94% 50% no-repeat #000;
}
#list-select-categories .treeview > li.collapsable .top {
    background: url(../images/white_arrow_up.png) 94% 50% no-repeat #000;
}

#filters-form .treeview li.hasChecked .top label {
    color: #ffe200;
}

#filters-form .treeview li label {
    font-size: 18px;
    max-width: 245px;
    display: inline-block;
}

#list-select-categories .treeview .hitarea {
    background: url(../images/expand.png) 50% 50% no-repeat;
    height: 20px;
    width: 35px;
    display: none;
}
#list-select-categories .treeview .collapsable > .hitarea {
    background: url(../images/colapse.png) 50% 50% no-repeat;
}

#list-select-categories .treeview .icheckbox_flat-yellow {
    vertical-align: top;
}
#list-select-categories .treeview .hover {
    color: #707070;
}

#list-select-categories .treeview .collapsable li {
    padding-left: 20px;
}

#list-select-categories .treeview li.collapsable {
    padding-bottom: 0;
}

/*#list-select-categories .treeview li:before{*/
/*content: " ";*/
/*border-top: 1px solid #707070;*/
/*position: absolute;*/
/*display: block;*/
/*width: 100%;*/
/*left: 0;*/
/*margin-top: -10px;*/
/*}*/

#list-select-categories .treeview .hitarea {
    float: right;
}

.warninghint-item {
    clear: both;
    color: #dc0000;
    border: 3px solid #dc0000;
    padding: 5px 10px;
    text-align: center;
    margin-top: 20px;
    float: left;
}

.hide_desktop {
    display: none;
}

#a-tab-filters.active,
#a-tab-categories.active {
    border-bottom: 4px solid #000;
}
#a-tab-filters {
    padding-bottom: 7px;
}

#a-tab-categories {
    display: inline-block;
    margin-right: 10px;
    padding-bottom: 5px;
}

#profile_act .panel {
    padding-bottom: 20px;
}

.notify-gray {
    background-color: #ededed;
    color: #6e6e6e;
    width: 100%;
    padding: 20px;
    box-sizing: border-box;
}

.item_description .description .text_d {
    font-size: 18px;
    line-height: 1.6;
}
.item_description .description .text_d a {
    text-decoration: underline;
}

.blacklogo {
    display: none;
}

.top-padding {
    padding-top: 40px;
}

#statusbox-cart {
    top: 40%;
    position: fixed;
    /*border: 2px solid #a3a3a3;*/
    margin-left: -220px;
    left: 50%;
    background: #fff;
    width: 440px;
    display: none;
    text-align: center;
    color: #282828;
    font-size: 20px;
    z-index: 200;
    border-radius: 6px;
    box-shadow: 0 0 20px rgba(163, 163, 163, 0.9);
}

#statusbox-cart .status-content {
    padding: 50px 75px 30px;
}
#statusbox-cart .status-footer {
    background-color: #000;
    text-align: center;
    padding: 35px 30px;
    color: #ffe200;
    text-transform: uppercase;
    font-size: 18px;
    border-radius: 0 0 6px 6px;
}

#statusbox-cart .line-product,
#statusbox-cart .line-qty {
    border-bottom: 1px solid #a1a1a1;
    padding-bottom: 10px;
    text-align: left;
    font-size: 16px;
    line-height: 1.8;
}

#statusbox-cart .line-qty,
#statusbox-cart .line-sum {
    padding-top: 10px;
    text-align: left;
    font-size: 16px;
    font-weight: bold;
    line-height: 1.8;
}

#statuscart-brand {
    font-weight: bold;
}

.filters .additional_preferences {
    margin-top: 20px;
    float: left;
    width: 50%;
    padding-top: 12px;
}

.filters .special-filters {
    display: none;
    margin-top: 20px;
    float: left;
    text-align: right;
    width: 50%;
}

.profile_edit #save:disabled,
.profile_edit #save2:disabled,
.profile_edit #save21:disabled {
    background-color: #cdcdcd;
    border: 2px solid #cdcdcd;
    color: #a0a0a0;
}

.button_go_top_mobile {
    width: 60px;
    height: 60px;
    background: url(../images/mobile-up.png) 50% 50% no-repeat;
    position: fixed;
    bottom: 10px;
    right: 20px;
    cursor: pointer;
    opacity: 0;
    display: none;
    transition: opacity 0.5s ease-in 0;
}
.button_go_top_mobile a {
    display: inline-block;
    width: 100%;
    height: 100%;
}

.return-row,
.manprod-row {
    display: flex;
    flex-direction: row;
    border-bottom: 1px solid #cecece;
}

.return-row .title {
    width: 50%;
    padding: 10px 10px;
}

.return-row .qty {
    width: 25%;
    padding: 10px 10px;
}

.return-row .sum {
    width: 25%;
    padding: 10px 10px;
}

.manprod-row .title {
    width: 75%;
    padding: 10px 10px;
}
.manprod-row .qty {
    width: 25%;
    padding: 10px 10px;
}

.return-header {
    background-color: #cecece;
}

.hrefback {
    font-size: 16px;
    vertical-align: top;
    display: inline-block;
    color: #282828 !important;
    font-weight: bold;
}

.article_inline {
    color: #979797;
    font-size: 12px;
    bottom: 0;
    left: 0;
    width: 100%;
    background: rgba(255, 255, 255, 0.8);
    padding: 2px 0;
}

.button_go_top_mobile {
    display: block;
}

.button_go_top_mobile.vis {
    opacity: 0.5;
}

#button_show_fitlers {
    position: fixed;
    right: 0;
    top: 130px;
    z-index: 50;
    display: none;
}

#button_show_fitlers a {
    display: inline-block;
    width: 50px;
    height: 50px;
    background: url(../images/sprite-interface.png?v=1) 14px -587px no-repeat #282828;
    border-radius: 10px 0 0 10px;
    border-top: 3px solid #ffe200;
    border-left: 3px solid #ffe200;
    border-bottom: 3px solid #ffe200;
}
#button_show_fitlers a:hover {
    background: url(../images/sprite-interface.png?v=1) 14px -637px no-repeat #282828;
}

#newmanifest_wrapper {
    margin-top: 20px;
}

#newmanifest_wrapper .city label,
#newmanifest_wrapper .sender_name label,
#newmanifest_wrapper .sender_phone label,
#newmanifest_wrapper .shipper label,
#newmanifest_wrapper .store_no label,
#newmanifest_wrapper .manifest_no label,
#newmanifest_wrapper .products_return label {
    min-width: 200px;
    display: inline-block;
    font-weight: bold;
}

#newmanifest_wrapper .labelbig {
    font-weight: bold;
    display: inline-block;
    padding-bottom: 10px;
}

#newmanifest_wrapper input[type="text"] {
    width: 300px;
    padding: 5px 10px;
}
#newmanifest_wrapper select {
    width: 300px;
    padding: 5px 10px;
}

#newmanifest_wrapper input[type="radio"] {
    margin-bottom: 10px;
    margin-top: 10px;
    margin-right: 10px;
}

#newmanifest_wrapper .man-row {
    padding: 10px 0;
}

#newmanifest {
    padding: 10px;
    border: 1px solid #282828;
}

#newmanifest_wrapper input.prod_qty {
    width: 50px;
}

#newmanifest_wrapper .product-row {
    padding: 3px 0;
}

#newmanifest_wrapper input.manifest_product {
    width: 500px;
}

#newmanifest_wrapper .service_type,
#newmanifest_wrapper .products {
    display: none;
}

.ui-widget-content {
    font-size: 14px;
}
input.button-thin {
    background: #000;
    text-align: center;
    height: 50px;
    font-size: 16px;
    border: 2px solid #000;
    padding: 0 30px;
    text-transform: uppercase;
    margin-right: 30px;
    font-family: "Roboto";
    color: #fff;
}
input.button-thin:hover {
    background: #fff;
    color: #000;
}

#newmanifest_wrapper .money label {
    min-width: 200px;
    display: inline-block;
    font-weight: bold;
}

#newmanifest_wrapper .money input[type="text"] {
    width: 100px;
}

#newmanifest_wrapper .money select {
    width: 100px;
}

.hbd-form {
    width: 700px;
    margin: 0 auto;
}

.hbd-form .hbd-col1,
.hbd-form .hbd-col2 {
    width: 50%;
    float: left;
    padding: 10px;
    box-sizing: border-box;
}

.hbd-form .hbd-col100 {
    width: 100%;
    float: left;
    padding: 10px;
    box-sizing: border-box;
}

#popup .hbd-form .selectric,
#popup .hbd-form .selectricWrapper {
    width: 100%;
}

#popup .hbd-form select {
    border: 1px solid #ebebec;
    background-color: #fcfcfc;
    font-size: 16px;
    margin: 0 auto 14px;
    padding: 12px 15px;
    width: 320px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

.forbidden_link {
    color: #2086bf;
    border-bottom: 1px dashed #2086bf;
}

.password-form {
    padding-top: 20px;
    display: none;
}

.password-form input[type="password"] {
    padding: 5px;
    margin-top: 5px;
    margin-bottom: 10px;
    width: 220px;
}

.password-form input[type="submit"] {
    height: 50px;
    background: #000;
    color: #fff;
    text-transform: uppercase;
    display: inline-block;
    margin: 0;
    border: 2px solid #000;
    text-align: center;
    width: 220px;
}

.password-form input[type="submit"]:hover {
    background: transparent;
    border: 2px solid #000;
    color: #000;
}

header .langchange {
    float: left;
    padding-top: 34px;
    color: #fff;
    font-size: 16px;
    padding-left: 65px;
}

header.onscroll .langchange {
    display: none;
}

header .langchange a {
    display: block;
    color: #fff;
    margin-bottom: 10px;
}
header .langchange a.selected {
    font-weight: bold;
    color: #ffee00;
}

.prevue-btn {
    padding-top: 0;
}

#editform_pass .prevue-btn {
    padding-top: 0;
}

#wish-form #wish-text {
    width: 100%;
    resize: vertical;
    padding: 10px;
    margin-top: 10px;
}

#wish-form .add-wish-wrapper {
    margin-top: 20px;
    margin-bottom: 20px;
    text-align: right;
}

#wish-form .button-get {
    width: 165px;
    height: 50px;
    background: #000;
    color: #fff;
    padding-top: 16px;
    text-transform: uppercase;
    display: inline-block;
    margin: 0;
    border: 2px solid #000;
    text-align: center;
}

.wish-history-item {
    width: 100%;
    background: #ebebeb;
    padding: 15px;
    cursor: pointer;
    display: flex;
    justify-content: flex-start;
    border-bottom: 1px solid #fff;
}

.wish-history-item .date {
    width: 20%;
    margin-right: 10px;
}

.wish-history-item .text {
    width: 75%;
}

.block-404 {
    display: flex;
    width: 100%;
    justify-content: center;
    padding: 50px 0;
}

.block-404-inner {
    display: flex;
    max-width: 500px;
    width: 100%;
    text-align: left;
}

.block-404-inner div {
    margin: 0 5px;
}

.cachebackvalue {
    margin-top: 10px;
    padding-left: 32px;
    background: url(../images/tickets24-black.png) 0 50% no-repeat;
    cursor: pointer;
    display: block;
    color: #000000 !important;
}

.cachebackvalue span.tc {
    text-decoration: underline;
}

#moddebtdata {
    background-color: #ffe200;
    padding: 5px;
}

#moddebtdata .cachebackvalue {
    margin-top: 0;
}

#moddebtdata .cachebackvalue span.debtvalue {
    font-size: 20px;
}

.cashback-categories {
    padding-top: 20px;
}

.cashback-categories a:hover,
.cashback-categories a.active {
    background-color: #000;
    color: #fff;
}

.cashback-brands {
    display: flex;
    flex-direction: row;
    align-items: center;
}

.cashback-brands-title {
    padding-right: 20px;
}

.np-saved,
.np-city,
.np-department,
.np-postpayment-container,
.np-declared-container,
.np-receiver,
.np-receiver-phone {
    display: flex;
    margin-bottom: 20px;
    align-items: center;
}

.np-postpayment-container .value {
    padding-left: 20px;
}

#orderform .checkout #np-details .title {
    min-width: 200px;
    font-size: 14px;
    padding: 0;
    text-transform: none;
}

#np-details {
    padding-left: 50px;
    padding-bottom: 50px;
    display: none;
}

.np-address input,
.np-alternate-address input {
    width: 500px;
}

.np-payment .payment-title {
    padding-bottom: 15px;
}

.np-payment .payment-option {
    padding-bottom: 10px;
}

label.disabled {
    color: #ccc;
}

.np-has-debt {
}

#cashback-balance {
    text-align: right;
    font-size: 18px;
    display: inline-block;
    float: right;
    padding-top: 15px;
}

.addpictures-wrapper ul {
    padding: 0;
    margin: 0;
    list-style: none;
    margin-bottom: 20px;
}

.addpictures-wrapper ul li {
    padding: 0;
    margin: 5px;
    list-style: none;
    width: calc(50% - 10px);
    float: left;
    display: inline-block;
}

.manifest-comment textarea {
    margin-top: 20px;
    margin-bottom: 20px;
    width: 100%;
}
