@import url('reset.css');
@import url('fonts/roboto/roboto.css');
@import url('selectbox.css');
@import url('colorbox.css');
@import url('https://fonts.googleapis.com/css?family=Open+Sans:400,600&display=swap&subset=cyrillic-ext');

* {
    margin: 0;
    padding: 0;
    /*-moz-user-select: none;*/
    /*-webkit-user-select: none;*/
    /*-ms-user-select: none;*/
    /*-o-user-select: none;*/
    /*user-select: none;*/
}

html, body, #wrap {
    height: 100%;
}

body > #wrap {
    /*height: auto;*/
    height: 100%;
}

#main {
    padding-bottom: 183px;
}

/* must be same height as the footer */
#footer {
    position: relative;
    margin: -183px auto 0; /* negative value of footer height */
    height: 183px;
    clear: both;
    background: #607D8B;
    width: 975px;
}

/* CLEAR FIX*/
.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.clearfix {
    display: inline-block;
}

/* Hides from IE-mac \*/
* html .clearfix {
    height: 1%;
}

.clearfix {
    display: block;
}

/* End hide from IE-mac */
.cleaner {
    clear: both;
    display: block;
    font-size: 0;
    line-height: 0;
    height: 0;
}

body {
    background: #e6e6e6;
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
}

.main_wrapper {
    width: 975px;
    min-height: 100%;
    margin: 0 auto;
    background: #ffffff;
}

.left {
    float: left;
}

.right {
    float: right;
}

.header .top {
    height: 25px;
    line-height: 23px;
    background: #e6e6e6;
}

.header .top .left li {
    float: left;
    margin-right: 19px;
    padding: 0 3px;
}

.header .top .left li a {
    color: #2b2b2b;
    font-family: 'Open Sans', sans-serif;
    font-size: 9px;
    font-weight: bold;
    text-transform: uppercase;
    text-decoration: none;
}

.header .top .right {
    color: #2b2b2b;
    font-family: 'Open Sans', sans-serif;
    font-size: 9px;
    font-weight: bold;
}

.header .top .right a {
    color: #954377;
    text-transform: uppercase;
    text-decoration: none;
}

.header .top .right a:first-child {
    padding-right: 14px;
}

.header .top .right a:last-child {
    padding-left: 14px;
}

.header .bottom {
    height: 80px;
}

.header .bottom .logo {
    width: 390px;
    float: left;
    /*margin: 0 0 0 15px;*/
    font-size: 50px;
    transform: scaleY(0.75) !important;
    padding-top: 18px;
    text-align: center;
}

.header .bottom .logo a {
    color: #954377;
    text-decoration: none !important;
}

.header .bottom .phone_left {
    float: left;
    margin: 13px 0 0 50px;
}

.header .phones .phone {
    margin: 7px 0 0 50px;
}

.header .bottom .phone_right {
    float: left;
    margin: 24px 0 0 30px;
}

.header .bottom .phone p {
    font-family: 'Open Sans', sans-serif;
    font-size: 17px;
    font-weight: bold;
    color: #2b2b2b;
    margin-bottom: 3px;
}

.header .bottom .phone a {
    display: block;
    background: #607D8B;
    /*background: #954377;*/
    color: black;
    font-family: 'Open Sans', sans-serif;
    font-size: 11px;
    font-weight: bold;
    text-transform: uppercase;
    text-decoration: none;
    text-align: center;
    padding: 5px;
}

.header .bottom .phone a:hover {
    background: #8ca5d1;
}

.header .bottom .cart {
    float: right;
    margin: 8px 45px 0 0;
}

.header .bottom .cart p {
    font-family: 'Open Sans Condensed', sans-serif;
    font-size: 13px;
    color: #2b2b2b;
    font-weight: bold;
    text-transform: uppercase;
}

.header .bottom .cart a {
    color: #2b2b2b;
    font-family: 'Open Sans', sans-serif;
    font-weight: bold;
    font-size: 10px;
    text-decoration: none;
    text-transform: uppercase;
    margin: 1px 0 8px 0;
    display: block;
}

.header .bottom .cart a span {
    font-size: 14px;
}

.get_discount {
    display: block;
    position: fixed;
    left: 0;
    top: 155px;
    width: 39px;
    height: 207px;
    background: url('../img/get_discount.png') no-repeat;
}

.ask_question {
    display: block;
    position: fixed;
    right: 0;
    top: 155px;
    width: 39px;
    height: 167px;
    background: url('../img/ask_question.png') no-repeat;
}

.popup_windows .form {
    display: none;
}

.popup_windows .form .bg {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    background: #000000;
    opacity: 0.43;
    z-index: 10000;
}

.popup_windows .form .block {
    background: #f3f3f3;
    position: fixed;
    z-index: 10001;
    margin-top: 4%;
    margin-left: -203px;
    top: 0;
    left: 50%;
    padding: 33px 40px;
    width: 326px;
}

.popup_windows .window_get_discount .block,
.popup_windows .window_ask_question .block {
    width: 500px;
    margin-top: 10%;
    margin-left: -303px;
}

.popup_windows .form .block .close {
    display: block;
    width: 24px;
    height: 24px;
    background: url('../img/close_btn.png') no-repeat;
    position: absolute;
    top: 5px;
    right: 5px;
    cursor: pointer;
}

.popup_windows .form .block h3 {
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    color: #2b2b2b;
    font-weight: bold;
    text-transform: uppercase;
}

.popup_windows .form .block form {
    margin-top: 20px;
}

.popup_windows .form .block form label {
    color: #2b2b2b;
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    display: block;
    margin-bottom: 7px;
}

.popup_windows .form .block form input[type='email'],
.popup_windows .form .block form input[type='password'],
.popup_windows .form .block form input[type='text'] {
    height: 23px;
    width: 260px;
    border: 1px solid #c6b2ba;
    margin-bottom: 20px;
    padding-left: 6px;
    color: #2b2b2b;
    font-family: 'Open Sans', sans-serif;
    font-size: 12px;
    font-style: italic;
}

.popup_windows .form .block form .success span.icon,
.container .cart .reg_block .reg_form .success span.icon,
.container .register .wrapp .left .success span,
.container .account .right_block .info_settings .success span.icon,
.container .contacts .right .success span.icon {
    display: inline-block;
    width: 25px;
    height: 24px;
    background: url('../img/form_check_ico.png') no-repeat;
    vertical-align: top;
}

.popup_windows .form .block form .error span.icon,
.container .cart .reg_block .reg_form .error span.icon,
.container .register .wrapp .left .error span.icon,
.container .account .right_block .info_settings .error span.icon,
.container .account .right_block .info_settings .error + span.icon,
.container .contacts .right .error span.icon {
    display: inline-block;
    width: 25px;
    height: 24px;
    background: url('../img/form_uncheck_ico.png') no-repeat;
    vertical-align: top;
}

.popup_windows .form .block form input[type='checkbox'],
.container .left_menu .pick_up_filter input[type='checkbox'],
.container .left_menu .categories input[type='checkbox'],
.container .cart .reg_block input[type='checkbox'],
.container .account .right_block .email_settings input[type='checkbox'] {
    position: absolute;
    left: -9999px;
}

.popup_windows .form .block form input[type='checkbox'] + label,
.container .left_menu .pick_up_filter input[type='checkbox'] + label,
.container .left_menu .categories input[type='checkbox'] + label,
.container .cart .reg_block input[type='checkbox'] + label,
.container .account .right_block .email_settings input[type='checkbox'] + label,
.license-checkbox {
    display: block;
    min-height: 13px;
    background: url('../img/checkbox_sprite.png') 0 -67px no-repeat;
    padding-left: 20px;
    cursor: pointer;
    /*float: left;*/
}

.popup_windows .form .block form input[type='checkbox']:checked + label,
.container .left_menu .pick_up_filter input[type='checkbox']:checked + label,
.container .left_menu .categories input[type='checkbox']:checked + label,
.container .cart .reg_block input[type='checkbox']:checked + label,
.container .account .right_block .email_settings input[type='checkbox']:checked + label {
    background-position: 0 0;
    min-height: 13px;
}

.popup_windows .form .block form input[type='submit'] {
    border: none;
    background: #da3e3e;
    font-family: 'Roboto', sans-serif;
    font-size: 18px;
    color: #ffffff;
    font-weight: bold;
    text-transform: uppercase;
    cursor: pointer;
    padding: 2px 30px 2px;
}

.popup_windows .form.login .block form input[type='submit'] {
    margin-top: 10px;
    margin-right: 39px;
    float: right;
}

.popup_windows .form.login .block form input[type='checkbox'] + label {
    margin-top: 20px;
}

.license-checkbox {
    margin-top: -13px;
}

.popup_windows .form.login .block .forget {
    margin: 54px 0 15px 0;
    border-bottom: 1px solid #c6b2ba;
}

.popup_windows .form.login .block .forget a,
.popup_windows .form.login .block .social a {
    color: #954377;
    font-family: 'Roboto', sans-serif;
    font-size: 12px;
    font-weight: bold;
    text-transform: uppercase;
    text-decoration: none;
    display: block;
    margin-bottom: 5px;
}

.popup_windows .form.login .block .forget a:first-child {
    float: left;
}

.popup_windows .form.login .block .forget a:nth-child(2) {
    float: right;
}

.popup_windows .form.login .block .social h3 {
    margin-bottom: 15px;
}

.popup_windows .form.login .block .social a {
    display: inline-block;
    margin-right: 4px;
}

.popup_windows .form.login .block .social a .ico {
    display: inline-block;
    width: 29px;
    height: 29px;
    background: url('../img/form_login_socials.png') no-repeat;
    vertical-align: middle;
    margin-right: 7px;
}

.popup_windows .form.login .block .social a:last-child .ico {
    background: url('../img/odnoklassniki.png') no-repeat;
    background-size: cover;
}

.popup_windows .form.login .block .social a:nth-child(3) .ico {
    background-position: 0 -36px;
}

.popup_windows .form.pass_remember .block form input[type='submit'],
.popup_windows .form.call_me .block form input[type='submit'],
.popup_windows .form.extented_search .block form input[type='submit'] {
    margin: 10px auto 0;
    display: block;
}

.popup_windows .form.pass_remember.succes .succes {
    margin-top: 120px;
}

.popup_windows .form.call_me.succes .succes {
    margin: 60px 0;
}

.popup_windows .form.pass_remember.succes .succes p,
.popup_windows .form.call_me.succes .succes p,
.popup_windows .form.contact p {
    color: #2b2b2b;
    font-family: 'Open Sans', sans-serif;
    font-size: 18px;
    text-align: center;
    line-height: 1.3;
}

.popup_windows .form.pass_remember.succes .succes .pic {
    width: 176px;
    height: 107px;
    background: url('../img/form_remember_pic.png') no-repeat;
    margin: 45px 0 20px 60px;
}

.popup_windows .form.call_me .block form input[type='text'] {
    margin-left: 13px;
}

.popup_windows .form.extented_search .block {
    position: absolute;
    width: 525px;
    padding: 33px 15px 33px 42px;
    margin-left: -291px;
}

.popup_windows .form.extented_search .block .title {
    color: #2b2b2b;
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    font-weight: bold;
    margin-bottom: 16px;
}

.popup_windows .form.extented_search .block span.title {
    margin-right: 23px;
    vertical-align: middle;
}

.popup_windows .form.extented_search .block div.title {
    margin-top: 16px;
}

.popup_windows .form.extented_search .block form div:first-child .title {
    margin-bottom: 9px;
    margin-top: 0;
}

.popup_windows .form.extented_search .block form div:nth-child(3) {
    margin-bottom: 11px;
}

.popup_windows .form.extented_search .block label {
    display: inline-block;
}

.popup_windows .form.extented_search .block form input[type='checkbox'] + label {
    display: block;
    min-width: 111px;
    margin-bottom: 5px;
}

.popup_windows .form.extented_search .block form input[type='text'] {
    width: 81px;
    margin-right: 20px;
}

.popup_windows .form.contact h3 {
    text-align: center;
    margin-bottom: 20px;
}

.popup_windows .form.contact p {
    margin-bottom: 20px;
}

.top_menu .top {
    height: 39px;
    background: #607D8B;
    /*background: #aec8f5;*/
    /*background: #954377;*/
}

.top_menu .top .menu {
    float: left;
}

.top_menu .top .search {
    float: right;
}

.top_menu .top .menu li {
    float: left;
    height: 39px;
    width: 100px;
    text-align: center;
    display: block;
    padding: 0 5px;
    position: relative;
    transition-duration: 0.5s;
}

.sale a {
    color: #ffffff !important;

}

.top_menu .top .menu li ul {
    background: #607D8B;
    /*background: #aec8f5;*/
    visibility: hidden;
    opacity: 0;
    min-width: 5rem;
    position: absolute;
    transition: all 0.5s ease;
    left: 0;
    display: none;
    z-index: 100;
}

.top_menu .top .menu li:hover > ul,
.top_menu .top .menu li:focus-within > ul,
.top_menu .top .menu li ul:hover,
.top_menu .top .menu li ul:focus {
    visibility: visible;
    opacity: 1;
    display: block
}

.top_menu .top .menu li ul li {
    clear: both;
    width: 100%;
}


.top_menu .top .menu li:hover, .top_menu .top .menu li.active {
    /*background: #bc82a7;*/
    background: #8ca5d1;
}

.top_menu .top .menu li.sale {
    background: #f25a5a;
}

.top_menu .top .menu li.sale:hover, .top_menu .top .menu li.active.sale {
    background: #fa5e5e;
}

.top_menu .top .menu li a {
    display: table-cell;
    height: 39px;
    vertical-align: middle;
    width: 100px;
    font-family: 'Open Sans Condensed', sans-serif;
    font-size: 14px;
    font-weight: bold;
    color: black;
    text-transform: uppercase;
    text-decoration: none;
}

.top_menu .top .search input[type='text'] {
    width: 299px;
    height: 29px;
    border: none;
    margin-top: 1px;
    padding: 0 3px;
    float: left;
}

.top_menu .top .search input[type='submit'] {
    width: 34px;
    height: 30px;
    background: #ffffff url('../img/lupa.png') 4px 0px no-repeat;
    border: 1px solid #ffffff;
    margin: 2px 5px 3px -4px;
    cursor: pointer;
}

.top_menu .bottom {
    height: 23px;
    margin-top: 18px;
}

.top_menu .bottom .left {
    margin-left: 163px;
}

.top_menu .bottom .left.no_margin {
    margin-left: 3px;
}

.top_menu .bottom .left .breadcrumbs {
    color: #2b2b2b;
    font-family: 'Roboto', sans-serif;
    font-size: 11px;
    font-weight: bold;
    text-transform: uppercase;
    line-height: 1.8;
}

.top_menu .bottom .left .breadcrumbs a {
    color: #000000;
    text-decoration: none;
    background: url('../img/search_arrow.png') center right no-repeat;
    padding-right: 14px;
    margin-right: 4px;
}

.top_menu .bottom .right a {
    color: #000000;
    font-family: 'Roboto', sans-serif;
    font-size: 11px;
    font-weight: bold;
    text-transform: uppercase;
    text-decoration: none;
    background: url('../img/search_arrow.png') center right no-repeat;
    padding-right: 10px;
    margin-right: 10px;
}

.container .left_menu {
    width: 163px;
    float: left;
    padding: 0 3px;
}

.container .left_menu h2,
.container .cart h2 {
    color: #000000;
    font-family: 'Roboto', sans-serif;
    font-size: 15px;
    font-weight: bold;
    text-transform: uppercase;
    text-align: center;
    border-bottom: 1px solid #c6b2ba;
    padding: 0 0 7px 3px;
    margin-bottom: 12px;
}

.container .left_menu .pick_up_filter h2 {
    border-bottom: none;
    padding: 7px 0 7px 3px;
    margin-top: 12px;
}

.container .left_menu .line {
    border-top: 1px solid #c6b2ba;
    margin: 12px 0;
}

.container .left_menu li {
    padding-bottom: 3px;
}

.container .left_menu li a {
    color: #2b2b2b;
    font-family: 'Open Sans', sans-serif;
    font-size: 12px;
    text-decoration: none;
    padding: 0 0 0 3px;
}

/*.container .left_menu .pick_up_filter .price_block .title {*/
/*color: #ffffff;*/
/*font-family: 'Open Sans', sans-serif;*/
/*font-size: 11px;*/
/*background: #954377;*/
/*padding: 2px 0 3px 5px;*/
/*cursor: pointer;*/
/*position: relative;*/
/*margin-bottom: 8px;*/
/*}*/
.container .left_menu .pick_up_filter .input_block .title .arrow {
    display: block;
    width: 14px;
    height: 14px;
    background: url('../img/left_filter_arrows_price.png') no-repeat;
    position: absolute;
    top: 1px;
    right: 1px;
}

.container .left_menu .pick_up_filter .price_block .title.close .arrow {
    background-position: 0 -16px;
}

.container .left_menu .pick_up_filter .price_block .input_block label {
    color: #2b2b2b;
    font-family: 'Open Sans', sans-serif;
    font-size: 12px;
}

.container .left_menu .pick_up_filter .price_block .input_block input[type='text'] {
    border: 1px solid #cfcfcf;
    height: 18px;
    width: 46px;
    padding: 0 5px;
    color: #2b2b2b;
    font-family: 'Open Sans', sans-serif;
    font-size: 12px;
    margin-bottom: 8px;
}

.container .left_menu .pick_up_filter .price_block .input_block input[type='text']:nth-child(2) {
    margin-right: 1px;
}

.container .left_menu .pick_up_filter .price_block .input_block input[type='button'] {
    background: #da3e3e url('../img/left_filter_arrow.png') center center no-repeat;
    display: block;
    width: 26px;
    height: 16px;
    float: right;
    border: none;
    cursor: pointer;
}

.container .left_menu .pick_up_filter .price_block .input_block {
    margin-bottom: 10px;
}

.container .left_menu .pick_up_filter > .title {
    color: #000000;
    font-family: 'Roboto', sans-serif;
    font-size: 12px;
    font-weight: bold;
    text-transform: uppercase;
    text-align: center;
    padding: 7px 0 5px 0;
    background: #607D8B;
    /*background: #aec8f5;*/
    position: relative;
    cursor: pointer;
    margin-bottom: 10px;
}

.container .left_menu .pick_up_filter > .title.left_text {
    text-align: left;
    padding-left: 7px;
}

.container .left_menu .pick_up_filter > .title .arrow {
    display: block;
    width: 15px;
    height: 15px;
    background: url('../img/left_filter_arrows.png') 0 -16px no-repeat;
    position: absolute;
    top: 5px;
    right: 4px;
}

.container .left_menu .pick_up_filter > .title.close .arrow {
    background-position: 0 0;
}

.container .left_menu .pick_up_filter .check_block {
    padding-left: 5px;
    display: none;
}

.container .left_menu .categories {
    padding-left: 5px;
}

.container .left_menu .pick_up_filter input[type='checkbox'] + label,
.container .left_menu .categories input[type='checkbox'] + label {
    float: none;
    color: #2b2b2b;
    font-family: 'Open Sans', sans-serif;
    font-size: 12px;
    margin-bottom: 7px;
}

.container .left_menu .pick_up_filter input[type='checkbox']:checked + label,
.container .left_menu .categories input[type='checkbox']:checked + label {
    color: #954377;
    font-weight: bold;
}

.container .left_menu .clear_all,
.container .center .brand_collection .about_brand .text .more,
.container .center .item_view .item_tabs .characteristic .view_all,
.container .cart .more,
.container .cart .promo_form input[type='submit'],
.container .cart .reg_block .add_comment {
    color: #ffffff;
    font-family: 'Roboto', sans-serif;
    font-size: 11px;
    font-weight: bold;
    text-transform: uppercase;
    text-decoration: none;
    background: #da3e3e url('../img/left_filter_arrow.png') 98% center no-repeat;
    float: right;
    padding: 2px 14px 2px 5px;
    margin-top: 5px;
}

.container .center {
    position: static;
    width: 806px;
    float: left;
}

.container .center .slider {
    width: 620px;
    height: 261px;
    float: left;
    margin-bottom: 7px;
}

.container .center .slider .slider_text div.text {
    overflow-y: auto;
    height: 240px;
    width: 575px;
    display: block;
    padding: 20px;
}

.container .center .slider .slider_text .text p {
    padding-top: 5px;
    padding-bottom: 0;
    margin: 0;
}

.container .center .slider .slider_text {
    width: 602px;
    height: 243px;
    float: left;
    margin-bottom: 7px;
    top: 167px;
    padding: 8px;
    z-index: 10000;
    position: absolute;
    border: rgb(225, 205, 213) 1px solid;
    border-right-color: #FFFFFF;
    display: none;
    background: none repeat scroll 0% 0% rgb(225, 205, 213);
}

.container .center .slider .slider_text .close {
    display: block;
    width: 24px;
    height: 24px;
    background: url('../img/close_btn.png') no-repeat;
    position: absolute;
    top: 5px;
    right: 5px;
    cursor: pointer;
}

.container .center .slider li > img {
    height: 261px;
    width: 620px;
}

.container .center .slider li .info_block {
    display: block;
    position: absolute;
    top: 165px;
    right: 46px;
    text-decoration: none;
}

.container .center .slider li .info_block .text {
    display: inline-block;
    background: #da3e3e;
    color: #ffffff;
    font-family: 'Roboto', sans-serif;
    font-size: 11px;
    font-weight: bold;
    text-transform: uppercase;
    padding: 2px 5px;
    margin-top: 7px;
}

.container .center .slider li .info_block .arrow {
    display: inline-block;
    width: 13px;
    height: 13px;
    background: url('../img/slider_link.png') no-repeat;
    vertical-align: middle;
    margin-left: 5px;
}

.container .center .slider_links {
    float: left;
    width: 186px;
    margin-bottom: 7px;
}

.container .center .slider_links li {
    height: 36px;
    width: 186px;
    background: #607D8B;
    /*background: #aec8f5;*/
    border-bottom: 1px solid #ffffff;
    display: table;
    position: relative;
}

.container .center .slider_links li:hover,
.container .center .slider_links li.active {
    background-color: #8ca5d1;
}

.container .center .slider_links li:hover a,
.container .center .slider_links li.active a {
    color: #000000;
}

.container .center .slider_links li:hover i,
.container .center .slider_links li.active i {
    background-image: url('../img/menu_icons_active.png');
}

.container .center .slider_links li:nth-child(even) {
    height: 37px;
}

.container .center .slider_links li:last-child {
    border-bottom: none;
}

.container .center .slider_links li a {
    color: #2b2b2b;
    text-decoration: none;
    font-family: 'Open Sans', sans-serif;
    font-size: 10px;
    font-weight: bold;
    text-transform: uppercase;
    text-decoration: none;
    display: table-cell;
    vertical-align: middle;
    line-height: 1.8;
    padding: 0 4px 0 42px;
}

.container .center .slider_links li a i {
    display: block;
    width: 42px;
    height: 27px;
    background: url('../img/menu_icons.png') no-repeat;
    position: absolute;
    left: 0;
}

.container .center .slider_links li:first-child i {
    height: 21px;
    background-position: 9px 0;
}

.container .center .slider_links li:nth-child(2) i {
    height: 25px;
    background-position: 10px -20px;
    top: 7px;
}

.container .center .slider_links li:nth-child(3) i {
    height: 22px;
    background-position: 9px -44px;
    top: 8px;
}

.container .center .slider_links li:nth-child(4) i {
    height: 22px;
    background-position: 9px -66px;
    top: 8px;
}

.container .center .slider_links li:nth-child(5) i {
    height: 19px;
    background-position: 9px -87px;
    top: 10px;
}

.container .center .slider_links li:nth-child(6) i {
    height: 24px;
    background-position: 13px -106px;
    top: 7px;
}

.container .center .slider_links li:last-child i {
    height: 24px;
    background-position: 11px -129px;
    top: 7px;
}

.container .center .items_container .item {
    width: 190px;
    height: 320px;
    float: left;
    margin: 0 13px 45px 0;
}

.container .center .items_container .item:hover *:only-child {
    /*border: 1px #cfcfcf solid;*/
    color: #954377;
}

.container .center .items_container .item:nth-child(4n+4) {
    margin-right: 7px;
}

.container .center .items_container .item a {
    text-decoration: none;
}

.container .center .items_container .item .title {
    min-height: 33px;
    width: 100%;
    line-height: 25px;
    text-align: center;
    background: #607D8B;
    color: #2b2b2b;
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    font-weight: bold;
    text-transform: uppercase;
    margin-bottom: 4px;
}

.container .center .items_container .item:hover .title {
    color: #954377;
}

.container .center .items_container .item .pic {
    height: 260px;
    width: 190px;
    display: table-cell;
    vertical-align: middle;
    text-align: center;
}

.container .center .items_container .item .pic img {
    max-height: 200px;
    max-width: 190px;
    margin: 10px 0;
}


/*.items_container .item .index-item .price {*/
/*	font-size: 18px;*/
/*	color: #ed1846;*/
/*	font-weight: 600;*/
/*	line-height: 40px;*/
/*	margin-bottom: 4px;*/
/*}*/
.container .center .items_container .item .normal-price {
    color: #2b2b2b !important;
    font-family: 'Open Sans', sans-serif;
    font-size: 18px;
    font-weight: bold;
    text-transform: uppercase;
    text-align: center;
}

.red-price s {
    font-size: 14px;
    color: #949393;
}


.container .center .items_container .item .price {
    text-align: center;
    font-size: 18px;
    /*color: #ed1846;*/
    font-weight: 600;
    line-height: 40px;
    margin-bottom: 4px;
    color: #2b2b2b;
    /*	!*font-family: 'Roboto', sans-serif;*!*/
    /*	font-size: 22px;*/
    font-family: 'Open Sans', sans-serif;
    /*	font-weight: bold;*/
    /*	!*text-transform: uppercase;*!*/
}

.container .center .items_container .pagination {
    text-align: center;
    margin-bottom: 38px;
}

.container .center .items_container .pagination li {
    display: inline-block;
    padding: 2px 3px 3px;
}

.container .center .items_container .pagination li,
.container .center .items_container .pagination li a {
    font-family: 'Open Sans', sans-serif;
    font-size: 12px;
    font-weight: bold;
    text-transform: uppercase;
    text-decoration: none;
    color: #000000;
}

.container .center .items_container .pagination li.selected,
.container .center .items_container .pagination li:hover {
    background: #607D8B;
    color: #000000;
}

.container .center .items_container .pagination li.selected a {
    color: #000000;
}

.container .center .items_container .pagination li:hover a {
    color: #000000;
}

.container .center .items_container .pagination li.first {
    margin-right: 13px;
}

.container .center .items_container .pagination li.previous {
    margin-right: 34px;
}

.container .center .items_container .pagination li.next {
    margin-left: 34px;
}

.container .center .items_container .pagination li.last {
    margin-left: 13px;
}

.container .center .best .title_main {
    padding-top: 16px;
    padding-bottom: 5px;
    border-top: 1px solid #C6B2BA;
    margin: 0 3px 12px 0;
    position: relative;
}

.container .center .best .title_main h2 {
    color: #954377;
    font-family: 'Roboto', sans-serif;
    font-size: 18px;
    font-weight: bold;
    text-transform: uppercase;
    text-align: center;
}

.container .center .best .title_main .picture {
    display: block;
    width: 152px;
    height: 31px;
    background: #ffffff url('../img/best_title.png') 13px 0 no-repeat;
    position: absolute;
    top: 0;
    left: 50%;
    margin: -18px 0 0 -76px;
}

/*.container .center .best .item {*/
/*float: left;*/
/*margin: 0 0 14px -1px;*/
/*width: 202px;*/
/*height: 226px;*/
/*}*/
/*.container .center .best .item a {*/
/*text-decoration: none;*/
/*}*/
/*.container .center .best .item img {*/
/*max-width: 202px;*/
/*max-height: 226px;*/
/*}*/
.container .center .catalog,
.container .center .brand_collection {
    margin-top: 21px;
    padding: 0 2px 0 0;
}

.container .center .catalog .title h1,
.container .center .brand_collection .title h1,
.container .about_company h1,
.container .user-license h1,
.container .about_brands h1,
.container .shipping_payment h1,
.container .shops h1,
.container h3.like_h1,
.container .contacts h1 {
    color: #000000;
    font-family: 'Roboto', sans-serif;
    font-size: 24px;
    font-weight: bold;
    text-transform: uppercase;
    margin-bottom: 5px;
}

.container .center .catalog .pagination,
.container .center .brand_collection .pagination {
    border-bottom: 1px solid #C6B2BA;
    border-top: 1px solid #C6B2BA;
    padding: 6px 0;
    margin-bottom: 20px;
}

.container .center .catalog .pagination .select,
.container .center .brand_collection .pagination .select {
    float: left;
    font-family: 'Open Sans', sans-serif;
    font-size: 12px;
    color: #2b2b2b;
}

.container .center .catalog .pagination .pager,
.container .center .brand_collection .pagination .pager {
    float: right;
}

.container .center .catalog .pagination .pager ul,
.container .center .catalog .pagination .pager li,
.container .center .catalog .pagination .pager > a,
.container .center .brand_collection .pagination .pager ul,
.container .center .brand_collection .pagination .pager li,
.container .center .brand_collection .pagination .pager > a {
    float: left;
}

.container .center .catalog .pagination .pager ul,
.container .center .brand_collection .pagination .pager ul {
    margin-right: 10px;
}

.container .center .catalog .pagination .pager li,
.container .center .brand_collection .pagination .pager li {
    margin: 0 2px;
}

.container .center .catalog .pagination .pager > a,
.container .center .brand_collection .pagination .pager > a {
    color: #954377;
    font-family: 'Roboto', sans-serif;
    font-size: 12px;
    font-weight: bold;
    text-transform: uppercase;
    text-decoration: none;
    margin-right: 5px;
    padding-top: 2px;
}

.container .center .catalog .pagination .pager li a,
.container .center .brand_collection .pagination .pager li a {
    display: block;
    font-family: 'Open Sans', sans-serif;
    font-size: 12px;
    color: #000000;
    text-decoration: none;
    font-weight: bold;
    padding: 2px 3px;
}

.container .center .catalog .pagination .pager li a:hover,
.container .center .brand_collection .pagination .pager li a:hover {
    color: #000000;
    background: #607D8B;
}

.container .center .catalog .pagination .pager li.selected a,
.container .center .brand_collection .pagination .pager li.selected a {
    color: #000000;
    background: #607D8B;
    font-family: 'Open Sans', sans-serif;
    font-size: 12px;
    font-weight: bold;
}

.container .center .catalog .items a,
.container .center #items_container .items a {
    text-decoration: none;
}

.container .center .catalog .items,
.container .center .brand_collection .items {
    margin-top: 25px;
}

.container .center .catalog .items .hit_sales,
.container .center #items_container .items .hit_sales {
    width: 398px;
    height: 450px;
    float: left;
    margin-right: 2px;
    margin-bottom: 15px;
}

.container .center .catalog .items .hit_sales .title,
.container .center #items_container .items .hit_sales .title {
    text-align: center;
    height: 32px;
    background: #954377;
    line-height: 30px;
}

.container .center .catalog .items .hit_sales .title h2,
.container .center #items_container .items .hit_sales .title h2 {
    color: #ffffff;
    font-family: 'Roboto', sans-serif;
    font-size: 20px;
    font-weight: bold;
    text-transform: uppercase;
}

.container .center .catalog .items .hit_sales .block,
.container .center #items_container .items .hit_sales .block {
    border: 9px solid #cfcfcf;
    background: #ffffff;
    height: 384px;
    padding: 8px;
}

.container .center .catalog .items .hit_sales .block .pic,
.container .center #items_container .items .hit_sales .block .pic {
    width: 170px;
    height: 204px;
    text-align: center;
    float: left;
    margin-bottom: 21px;
}

.container .center .catalog .items .hit_sales .block .pic img,
.container .center #items_container .items .hit_sales .block .pic img {
    max-width: 170px;
    max-height: 204px;
}

.container .center .catalog .items .hit_sales .block .logo,
.container .center #items_container .items .hit_sales .block .logo {
    float: right;
    width: 190px;
    text-align: right;
    height: 80px;
}

.container .center .catalog .items .hit_sales .block .logo img,
.container .center #items_container .items .hit_sales .block .logo img {
    max-width: 190px;
    max-height: 80px;
}

.container .center .catalog .items .hit_sales .block h3,
.container .center #items_container .items .hit_sales .block h3 {
    float: right;
    font-family: 'Open Sans', sans-serif;
    font-size: 16px;
    color: #2b2b2b;
    font-weight: normal;
    text-transform: uppercase;
    width: 190px;
    height: 65px;
    text-align: right;
}

.container .center .catalog .items .hit_sales .block h3 span,
.container .center #items_container .items .hit_sales .block h3 span {
    font-weight: bold;
}

.container .center .catalog .items .hit_sales .block .price,
.container .center #items_container .items .hit_sales .block .price {
    float: right;
    width: 190px;
    font-family: 'Open Sans', sans-serif;
    font-size: 18px;
    font-weight: bold;
    text-transform: uppercase;
    color: #2b2b2b;
    text-align: right;
    margin-bottom: 50px;
}

.container .center .catalog .items .hit_sales .block .price span,
.container .center #items_container .items .hit_sales .block .price span {
    font-size: 30px;
}

.container .center .catalog .items .hit_sales .block .buy,
.container .center #items_container .items .hit_sales .block .buy {
    float: right;
    display: block;
    width: 86px;
    height: 29px;
    line-height: 27px;
    color: #ffffff;
    font-family: 'Roboto', sans-serif;
    font-size: 18px;
    font-weight: bold;
    text-transform: uppercase;
    text-decoration: none;
    background: #da3e3e url('../img/buy_ico.png') 11px 7px no-repeat;
    padding-left: 42px;
    margin-bottom: 45px;
}

.container .center .catalog .items .hit_sales .block h5,
.container .center #items_container .items .hit_sales .block h5 {
    color: #2b2b2b;
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 5px;
}

.container .center .catalog .items .hit_sales .block p,
.container .center #items_container .items .hit_sales .block p {
    font-family: 'Open Sans', sans-serif;
    font-size: 12px;
    color: #2b2b2b;
    line-height: 1.2;
}

.container .center .catalog .items .hit_sales .block p a,
.container .center #items_container .items .hit_sales .block p a {
    text-decoration: none;
    float: right;
}

.container .center .catalog .items .hit_sales .block p a span,
.container .center #items_container .items .hit_sales .block p a span {
    color: #ffffff;
    font-family: 'Roboto', sans-serif;
    font-size: 11px;
    font-weight: bold;
    text-transform: uppercase;
    text-decoration: none;
    background: #da3e3e;
    padding: 2px 5px 2px 5px;
    display: inline-block;
}

.container .center .catalog .items .hit_sales .block p a .ico,
.container .center #items_container .items .hit_sales .block p a .ico {
    display: inline-block;
    width: 13px;
    height: 13px;
    background: url('../img/hit_more_ico.png') no-repeat;
    vertical-align: middle;
}

.container .center .catalog .items .item,
.container .center #items_container .items .item.index-item {
    border: 1px solid #cfcfcf;
    width: 196px;
    height: 350px;
    background: #ffffff;
    float: left;
    margin-right: 2px;
    position: relative;
    margin-bottom: 15px;
}

.container .center .catalog .items .item:hover,
.container .center #items_container .items .item.index-item:hover {
    border-color: #8d8d8d;
}

/*.container .center .catalog .items .item:nth-child(3),
.container .center .catalog .items .item:nth-child(4n+7) {
	margin-right: 0;
}*/
.container .center .catalog .items .item .banner,
.container .center #items_container .items .item.index-item .banner {
    width: 35px;
    height: 80px;
    position: absolute;
    top: -1px;
    right: 0;
    z-index: 1;
    background: url('../img/catalog_banners.png') no-repeat;
}

.container .center .catalog .items .item .banner.new,
.container .center #items_container .items .item.index-item .banner.new {
    background-position: 0 0;
}

.container .center .catalog .items .item .banner.top,
.container .center #items_container .items .item.index-item .banner.top {
    background-position: -36px 0;
}

.container .center .catalog .items .item .banner.sale,
.container .center #items_container .items .item.index-item .banner.sale {
    background-position: -72px -28px;
}

.container .center .catalog .items .item .banner div,
.container .center #items_container .items .item.index-item .banner div {
    -webkit-transform: rotate(270deg);
    transform: rotate(270deg);
    color: #FFFFFF;
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
    font-weight: bold;
    display: block;
    margin-top: 20px;
    margin-left: -23px;
    white-space: nowrap;
    text-align: center;
    width: 80px;
}

.container .center .catalog .items .item .banner.present,
.container .center #items_container .items .item.index-item .banner.present {
    background-position: -108px 0;
}

.container .center .catalog .items .item .banner.hit,
.container .center #items_container .items .item.index-item .banner.hit {
    background-position: -144px 0;
}

.container .center .catalog .items .item .title:hover,
.container .center #items_container .items .item.index-item .title:hover,
.container .center #items_container .items .item.index-item .title:hover,
.container .center .catalog .items .item .pic:hover {
    cursor: pointer;
}

.container .center .catalog .items .item .title,
.container .center #items_container .items .item.index-item .title {
    background: #cfcfcf;
    height: 35px;
    line-height: 20px;
    /*padding-left: 10px;*/
    margin-bottom: 40px;
    text-align: center;
}

.container .center .catalog .items .item .title h3,
.container .center #items_container .items .item.index-item .title h3 {
    font-family: 'Open Sans', sans-serif;
    font-size: 12px;
    color: #2b2b2b;
    font-weight: bold;
    text-transform: uppercase;
}

.container .center .catalog .items .item .pic,
.container .center #items_container .items .item.index-item .pic {
    text-align: center;
    height: 200px;
    width: 196px;
    margin-bottom: 45px;
}

.container .center .catalog .items .item .pic.textile,
.container .center #items_container .items .item.index-item .pic.textile {
    text-align: center;
    height: 225px;
    width: 196px;
    /*margin-bottom: 45px;*/
}

.container .center .catalog .items .item .pic img {
    max-height: 200px;
    max-width: 196px;
    margin: 10px 0;
}

.container .center .catalog .items .item .price,
    /*.container .center #items_container .items .item.index-item .price {*/
    /*	text-align: center;*/
    /*	!*font-family: 'Roboto', sans-serif;*!*/
    /*	font-family: 'Open Sans', sans-serif;*/
    /*	font-size: 16px;*/
    /*	font-weight: 600;*/
    /*	!*text-transform: uppercase;*!*/
    /*	color: #2b2b2b;*/
    /*	padding-top: 0;*/
    /*	margin-bottom: 16px;*/
    /*}*/


.red-price {
    text-align: center;
    font-size: 18px;
    color: #ed1846 !important;
    font-weight: 600;
    line-height: 40px;
    margin-bottom: 4px;
    /* color: #2b2b2b; */
    /* font-size: 22px; */
    font-family: 'Open Sans', sans-serif;
    /* font-weight: bold; */
}

.container .center .catalog .items .item .normal-price span,
.container .center #items_container .items .item.index-item .price span {
    font-size: 18px;
    color: #2b2b2b !important;
    font-family: 'Open Sans', sans-serif;
    font-weight: bold;
    text-transform: uppercase;
    text-align: center;
}

.price-left {
    text-align: left !important;
    line-height: 18px !important;
}

.items_container .items .item .buy,
.container .center .catalog .items .item .buy,
.container .center .item_view .description .buy,
.buy-modal .buy,
.container .compare .items .top .block .buy {
    display: block;
    width: 86px;
    height: 29px;
    line-height: 27px;
    color: #ffffff;
    font-family: 'Roboto', sans-serif;
    font-size: 18px;
    font-weight: bold;
    text-transform: uppercase;
    text-decoration: none;
    background: #da3e3e url('../img/buy_ico.png') 11px 7px no-repeat;
    padding-left: 42px;
    margin: 0 auto 16px;
}

.buy-modal .buy {
    width: 70%;
    margin-top: 20px;
}

.buy-modal .buy.buy-modal-close {
    background: #126917 url('../img/buy_ico.png') 11px 7px no-repeat;
}

.buy-modal h3 {
    text-align: center;
}

.items_container .items .item input[type='checkbox'],
.container .center .catalog .items .item input[type='checkbox'],
.container .center .item_view .description input[type='checkbox'] {
    position: absolute;
    left: -9999px;
}

.items_container .items .item input[type='checkbox'] + label,
.container .center .catalog .items .item input[type='checkbox'] + label,
.container .center .item_view .description input[type='checkbox'] + label {
    background: url("../img/checkbox_sprite.png") no-repeat scroll 0 -67px;
    cursor: pointer;
    display: block;
    height: 13px;
    padding-left: 20px;
    color: #2b2b2b;
    font-family: 'Roboto', sans-serif;
    font-size: 12px;
    font-weight: bold;
    text-transform: uppercase;
    margin-left: 18px;
}

.container .center .catalog .items .item input[type='checkbox']:checked + label,
.container .center .item_view .description input[type='checkbox']:checked + label {
    background-position: 0 0;
}

.container .center .catalog .items .item .new_price {
    text-align: center;
    color: #41ac4b;
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    font-weight: bold;
    text-transform: uppercase;
    margin: 0 0 4px;
    padding-top: 12px;
}

.container .center .catalog .items .item .old_price,
.container .center #items_container .items .item.index-item .old_price {
    text-align: center;
    color: #da3e3e;
    font-family: 'Open Sans', sans-serif;
    font-size: 11px;
    font-weight: bold;
    text-transform: uppercase;
    margin: -8px 0 3px;
}

.container .center .catalog .items .item .old_price + .price,
.container .center #items_container .items .item.index-item .old_price + .price {
    color: #6d6d6d;
    margin-bottom: 5px;
    font-size: 8px;
    text-decoration: line-through;
}

.container .center .catalog .items .item .old_price + .price span,
.container .center #items_container .items .item.index-item .old_price + .price span {
    font-size: 18px;
    text-decoration: line-through;
}

.container .center .catalog .items .item .old_price + .price + .buy,
.container .center #items_container .items .item.index-item .old_price + .price + .buy {
    margin-bottom: 10px;
}

.container .center .brand_collection .brand_review {
    border-top: 1px solid #C6B2BA;
}

.container .center .brand_collection .brand_review p,
.container .center .brand_collection .about_brand .text p {
    font-family: 'Open Sans', sans-serif;
    font-size: 12px;
    color: #2b2b2b;
    line-height: 1.2;
}

.container .center .brand_collection .about_brand {
    padding: 20px 0;
}

.container .center .brand_collection .about_brand .pic {
    width: 158px;
    height: 118px;
    border: 1px solid #e3e3e3;
    float: left;
    margin-right: 7px;
    text-align: center;
    display: table;
}

.container .center .brand_collection .about_brand .pic img {
    max-width: 158px;
    max-height: 118px;
}

.container .center .brand_collection .about_brand .text h2 {
    color: #2b2b2b;
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
    font-weight: bold;
    text-transform: uppercase;
    margin-bottom: 2px;
}

.container .center .brand_collection .about_brand .pic span {
    display: table-cell;
    width: 100%;
    height: 100%;
    vertical-align: middle;
}

.container .center .brand_collection .about_brand .text .more {
    margin-top: 10px;
}

/** ------ */
.container .brands {
    padding: 0 5px 0 5px;
}

.container .brands .brands_review p,
.container .brands .about_brands .text p {
    font-family: 'Open Sans', sans-serif;
    font-size: 12px;
    color: #2b2b2b;
    line-height: 1.2;
}

.container .brands .about_brands {
    padding: 10px 0;
    /*border-top: 1px solid #C6B2BA;*/
    border-bottom: 1px solid #C6B2BA;
    margin-bottom: 10px;
}

.container .brands .about_brands .pic {
    width: 158px;
    height: 118px;
    border: 1px solid #e3e3e3;
    float: left;
    margin-right: 7px;
    text-align: center;
    display: table;
}

.container .brands .about_brands .pic img {
    max-width: 158px;
    max-height: 118px;
}

.container .brands .about_brands .text h2 {
    color: #2b2b2b;
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
    font-weight: bold;
    text-transform: uppercase;
    margin-bottom: 2px;
}

.container .brands .about_brands .pic span {
    display: table-cell;
    width: 100%;
    height: 100%;
    vertical-align: middle;
}

.container .brands .about_brands .text .more {
    margin-top: 10px;
}

/* -------*/
.container .center .brand_collection > .list-view .items .item {
    border: 1px solid #cfcfcf;
    width: 219px;
    height: 418px;
    float: left;
    margin: 0 18px 20px 0;
    padding: 11px 15px 19px;
    text-align: center;
}

.container .center .brand_collection > .list-view .items .item:nth-child(3n+3) {
    margin-right: 0;
}

.container .center .brand_collection > .list-view .items .item h4.title,
.container .center .brand_collection > .list-view .items .item .count {
    height: 50px;
    text-align: center;
    font-family: 'Open Sans', sans-serif;
    font-size: 12px;
    color: #2b2b2b;
    font-weight: bold;
    text-transform: uppercase;
    line-height: 1.5;
}

.container .center .brand_collection > .list-view .items .item:hover h4.title,
.container .center .brand_collection > .list-view .items .item:hover .count {
    color: #954377;
}

.container .center .brand_collection > .list-view .items .item .count {
    font-weight: normal;
    line-height: 1;
    height: 14px;
    margin-bottom: 19px;
}

.container .center .brand_collection > .list-view .items .item .pic {
    width: 200px;
    height: 179px;
    margin: 0 auto 15px;
}

.container .center .brand_collection > .list-view .items .item .pic img {
    max-width: 200px;
    max-height: 179px;
}

.container .center .brand_collection > .list-view .items .item .price {
    font-family: 'Open Sans', sans-serif;
    font-weight: bold;
    text-align: center;
    text-transform: uppercase;
}

.container .center .brand_collection > .list-view .items .item .price p {
    font-size: 16px;
    color: #2b2b2b;
}

.container .center .brand_collection > .list-view .items .item .price p span {
    font-size: 22px;
}

.container .center .brand_collection > .list-view .items .item:hover .price p {
    color: #954377;
}

.container .center .brand_collection > .list-view .items .item .price p.title {
    font-size: 18px;
    color: #6d6d6d;
    margin-bottom: 17px;
}

.container .center .brand_collection > .list-view .items .item .see_collection {
    font-family: 'Roboto', sans-serif;
    font-weight: bold;
    text-transform: uppercase;
    font-size: 18px;
    color: #ffffff;
    text-decoration: none;
    background: #ba2626;
    padding: 5px 7px;
    margin-top: 25px;
    display: inline-block;
}

.container .center .brand_collection .catalog .items .item,
.container .center .reccomended .catalog .items .item {
    margin-right: 2px;
}

/*.container .center .brand_collection .catalog .items .item:nth-child(4n+4),
.container .center .reccomended .catalog .items .item:nth-child(4n+4) {
	margin-right: 0;
}*/
.container .center .item_view {
    margin-top: 25px;
    padding: 0 3px 0 0;
}

.container .center .item_view .photo_video {
    /*height: 437px;*/
    width: 361px;
    float: left;
    margin: 0 20px 15px 0;
}

.container .center .item_view .photo_video .big {
    border: 1px solid #c6b2ba;
    width: 358px;
    height: 358px;
    margin-bottom: 5px;
    position: relative;
    text-align: center;
    cursor: pointer;
    display: block;
}

.container .center .item_view .photo_video .big img {
    max-width: 358px;
    max-height: 358px;
}

.container .center .item_view .photo_video .big .ico {
    display: block;
    width: 44px;
    height: 44px;
    background: url('../img/item_view_big_ico.png') no-repeat;
    position: absolute;
    bottom: 7px;
    right: 7px;
}

.container .center .item_view .photo_video .small {
    float: left;
    border: 1px solid #c6b2ba;
    width: 68px;
    height: 68px;
    margin-right: 27px;
    margin-bottom: 10px;
    cursor: pointer;
    position: relative;
    display: block;
}

.buy-modal .photo_video .small {
    border: 1px solid #c6b2ba;
    background-color: #fff;
    width: 75px;
    height: 75px;
    cursor: pointer;
    position: relative;
    display: block;
    margin: 0 auto 0;
}

.buy-modal .photo_video .small img {
    max-width: 75px;
    max-height: 75px;
    margin: 0 auto 0;
    display: block;
}

.buy-modal .info {
    margin-top: 10px;
    margin-bottom: 10px;
}

.buy-modal .info .model {
    width: 60%;
    display: block;
    float: left;
    margin-bottom: 10px;
    margin-top: 10px;
}

.buy-modal .info .model-price {
    width: 30%;
    float: right;
    text-align: right;
    margin-bottom: 10px;
    margin-top: 10px;

}

.buy-modal .cart-info {
    margin-top: 10px;
}

.buy-modal .cart-info .cart-info-count {
    width: 46%;
    float: left;
}

.buy-modal .cart-info .cart-info-price {
    width: 46%;
    float: right;
    text-align: right;
}

.buy-modal .cart-info .cart-info-price .val {
    font-size: 18px;
    font-weight: bold;
}

.container .center .item_view .photo_video .small:nth-last-child(2) {
    margin-right: 0;
    margin-left: -1px;
}

.container .center .item_view .photo_video .small img {
    max-width: 68px;
    max-height: 68px;
}

.container .center .item_view .photo_video .small.photo .ico {
    display: block;
    width: 28px;
    height: 28px;
    background: url('../img/item_view_small_photo_ico.png') no-repeat;
    position: absolute;
    bottom: 0;
    right: 0;
}

.container .center .item_view .photo_video .small.video .ico {
    display: block;
    width: 29px;
    height: 23px;
    background: url('../img/item_view_small_video_ico.png') no-repeat;
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -12px 0 0 -14px;
}

.container .center .item_view .description {
    float: left;
    width: 422px;
}

.container .center .item_view .description h1,
.container .cart h1,
.container .compare h1 {
    color: #954377;
    font-family: 'Roboto', sans-serif;
    font-size: 24px;
    font-weight: bold;
    text-transform: uppercase;
    margin-bottom: 22px;
}

.container .center .item_view .description p.description {
    font-family: 'Open Sans', sans-serif;
    font-size: 12px;
    color: #2b2b2b;
    line-height: 1.2;
    display: block;
    /*height: 150px;*/
}

/* ---- */
.container .center .item_view .description .price .new_price {
    /*text-align: center;*/
    color: #41ac4b;
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    font-weight: bold;
    /*text-transform: uppercase;*/
    margin: 0 0 8px;
}

.container .center .item_view .description .price .old_price {
    /*text-align: center;*/
    color: #da3e3e;
    font-family: 'Open Sans', sans-serif;
    font-size: 11px;
    font-weight: bold;
    /*text-transform: uppercase;*/
    margin: -10px 0 3px;
}

.container .center .item_view .description .price .old_price + .price {
    color: #6d6d6d;
    margin-bottom: 5px;
    font-size: 16px;
    text-decoration: line-through;
}

.container .center .item_view .description .price .old_price + .price span {
    font-size: 18px;
    text-decoration: line-through;
}

/* ----- */
.container .center .item_view .description .price {
    /*color: #949393;*/
    font-family: 'Open Sans', sans-serif;
    font-size: 18px;
    /*font-weight: bold;*/
    font-weight: 600;
    /*text-transform: uppercase;*/
    margin-bottom: 24px;
}

.container .center .item_view .description .price span {
    font-size: 24px;
}

.container .center .item_view .description .buy,
.container .compare .items .top .block .buy {
    margin: 0;
}

.container .center .item_view .description input[type='checkbox'] + label {
    margin: 25px 0 0 0;
}

.container .center .item_view .social_share {
    margin-bottom: 15px;
}

.container .center .item_view .social_share p {
    font-family: 'Open Sans', sans-serif;
    font-size: 12px;
    color: #2b2b2b;
    font-weight: bold;
    margin-bottom: 10px;
}

.container .center .item_view .social_share a {
    margin-right: 15px;
}

.container .center .item_view .item_tabs {
    margin-bottom: 10px;
}

.container .compare_tabs {
    margin-top: 25px;
}

.container .center .item_view .item_tabs .ui-tabs-nav li,
.container .compare_tabs .ui-tabs-nav li {
    float: left;
    background: #e9eef7;
    width: 125px;
    text-align: center;
    margin-right: 8px;
}

.container .center .item_view .item_tabs .ui-tabs-nav li a,
.container .compare_tabs .ui-tabs-nav li a {
    color: #000000;
    font-family: 'Roboto', sans-serif;
    font-size: 10px;
    font-weight: bold;
    text-transform: uppercase;
    text-decoration: none;
    display: block;
    width: 125px;
    padding: 8px 0;
}

.container .center .item_view .item_tabs .ui-tabs-nav li.ui-tabs-active,
.container .compare_tabs .ui-tabs-nav li.ui-tabs-active {
    background: #c6d7f5;
}

.container .center .item_view .item_tabs .ui-tabs-nav li.ui-tabs-active a,
.container .compare_tabs .ui-tabs-nav li.ui-tabs-active a {
    padding-bottom: 10px;
}

.container .center .item_view .item_tabs .ui-tabs-panel,
.container .compare_tabs .ui-tabs-panel {
    clear: both;
    border-top: 1px solid #C6B2BA;
    border-bottom: 1px solid #C6B2BA;
    padding: 15px 0 0;
    min-height: 300px;
}

.container .compare_tabs .ui-tabs-panel {
    border-bottom: none;
}

.container .center .item_view .item_tabs .characteristic div {
    margin-bottom: 15px;
}

.container .center .item_view .item_tabs .characteristic div p {
    font-family: 'Open Sans', sans-serif;
    font-size: 12px;
    color: #2b2b2b;
}

.container .center .item_view .item_tabs .characteristic div .bold {
    font-weight: bold;
    margin-bottom: 7px;
}

.container .center .item_view .reccomended h2 {
    color: #954377;
    font-family: 'Roboto', sans-serif;
    font-size: 18px;
    font-weight: bold;
    text-transform: uppercase;
    margin-bottom: 10px;
}

.container .center .item_view .reccomended .catalog,
.container .center .item_view .reccomended .catalog .items {
    margin: 0;
}

.container .cart {
    margin-top: 28px;
    padding: 0 3px;
}

.container .cart h1,
.container .compare h1 {
    margin-bottom: 10px;
    border-bottom: 1px solid #C6B2BA;
    padding-bottom: 5px;
}

.container .cart p {
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    color: #2b2b2b;
}

.container .cart p span,
.container .cart p.bold {
    font-weight: bold;
}

.container .cart .discount_info {
    float: left;
    margin: 10px 10px 7px 0;
}

.container .cart .more {
    float: left;
    margin: 10px 0 7px 0;
    background-position: 96% center;
}

.container .cart .more.discount {
    margin-top: 0;
    margin-bottom: 20px;
}

.container .cart h2 {
    border: none;
    margin-bottom: 0;
    float: left;
}

.container .cart h2.with_margin {
    margin-left: 167px;
}

.container .cart .total_discount {
    float: right;
    height: 31px;
    width: 176px;
    background: #f3f3f3;
    text-align: center;
    line-height: 31px;
    color: #da3e3e;
    font-family: 'Roboto', sans-serif;
    font-size: 15px;
    font-weight: bold;
    text-transform: uppercase;
    margin-right: -3px;
    margin-bottom: 2px;
}

.container .cart .chosen_item {
    height: 136px;
    margin: 0 -3px 2px;
}

.container .cart .chosen_item .info {
    float: left;
    height: 128px;
    width: 321px;
    background: #f3f3f3;
    padding: 8px 0 0 4px;
}

.container .cart .chosen_item .info .pic,
.container .compare .items .top .block .pic {
    float: left;
    width: 95px;
    height: 117px;
    border: 1px solid #c6b2ba;
    margin-right: 17px;
    background: #fff;
    display: flex;
    align-items: center;
}

.container .cart .chosen_item .info .pic img,
.container .compare .items .top .block .pic img {
    max-width: 95px;
    max-height: 117px;
}

.container .cart .chosen_item .info h3 {
    font-family: 'Open Sans', sans-serif;
    font-size: 18px;
    color: #2b2b2b;
    font-weight: bold;
    text-transform: uppercase;
    padding: 30px 0 0 0;
    height: 40px;
    overflow: hidden;
}

.container .cart .chosen_item .price,
.container .cart .chosen_item .discount,
.container .cart .chosen_item .total,
.container .cart .chosen_item .delete_item {
    float: left;
    height: 128px;
    width: 158px;
    background: #f8f8f8;
    text-align: center;
    padding-top: 8px;
}

.container .cart .chosen_item .discount,
.container .cart .chosen_item .delete_item {
    background: #f3f3f3;
}

.container .cart .chosen_item .discount input[type='submit'] {
    background: url('../img/update_quantity_cart.png') no-repeat;
    border: none;
    width: 28px;
    height: 27px;
    text-indent: -9999px;
    cursor: pointer;
    margin-left: 5px;
}

.container .cart .chosen_item .delete_item {
    width: 176px;
}

.container .cart .chosen_item .price p:first-child,
.container .cart .chosen_item .discount p:first-child,
.container .cart .chosen_item .total p:first-child,
.container .cart .chosen_item .delete_item p:first-child {
    margin-bottom: 35px;
}

.container .cart .chosen_item .delete_item a,
.container .compare .items .top .block .del {
    display: block;
    width: 24px;
    height: 24px;
    background: url('../img/cart_delete.png') no-repeat;
    margin: 0 auto;
}

.container .cart .promo_form {
    float: left;
}

.container .cart .promo_form input[type='submit'] {
    border: none;
    float: none;
    display: block;
    padding: 0 14px 0 5px;
    margin-bottom: 10px;
    cursor: pointer;
    background-position: 96% center;
}

.container .cart .promo_form input[type='text'] {
    border: 1px solid #c6b2ba;
    width: 129px;
    height: 24px;
    padding: 0 5px;
    font-family: 'Open Sans', sans-serif;
    font-size: 12px;
    font-style: italic;
}

.container .cart .total_price {
    float: right;
    background: #f3f3f3;
    height: 46px;
    width: 310px;
    padding: 8px 0 0 20px;
    margin-bottom: 30px;
}

.container .cart .total_price p {
    font-family: 'Open Sans', sans-serif;
    font-size: 13px;
    font-weight: bold;
    text-transform: uppercase;
}

.container .cart .total_price p.price {
    color: #da3e3e;
    font-size: 21px;
    margin: 3px 0 0 27px;
}

.container .cart .total_price p.price span.small {
    font-size: 12px;
}

.container .cart .auth_block {
    height: 317px;
}

.container .cart .auth_block .block {
    width: 275px;
    height: 286px;
    float: left;
    border: 1px solid #cfcfcf;
    background: #f3f3f3;
    margin: 13px 9px 20px 0;
    padding: 28px 20px 0;
}

.container .cart .auth_block .block:nth-last-child(2) {
    margin-right: 0;
}

.container .cart .auth_block .block h2,
.container .cart .reg_block .reg_form h2,
.container .cart .reg_block .radio_block h2 {
    float: none;
    text-align: center;
    font-size: 16px;
    color: #2b2b2b;
    margin-bottom: 28px;
}

.container .cart .auth_block .block p {
    text-align: center;
}

.container .cart .auth_block .block .reg_info {
    line-height: 1.3;
    padding-top: 20px;
    padding-bottom: 27px;
}

.container .cart .auth_block .block form {
    margin-top: 30px;
}

.container .cart .auth_block .block form input[type='text'],
.container .cart .auth_block .block form input[type='password'],
.container .cart .reg_block .reg_form input[type='text'] {
    border: 1px solid #c6b2ba;
    height: 24px;
    width: 134px;
    background: #fff;
    margin-bottom: 30px;
    padding-left: 5px;
}

.container .cart .auth_block .block form label,
.container .cart .reg_block .reg_form label {
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    color: #2b2b2b;
    display: inline-block;
    width: 125px;
}

.container .cart .auth_block .block.login form input[type='text'],
.container .cart .auth_block .block.login form input[type='password'] {
    width: 170px;
}

.container .cart .auth_block .block.login form label {
    width: 70px;
}

.container .cart .auth_block .block form label span,
.container .cart .reg_block .reg_form label span {
    color: #da3e3e;
    font-weight: bold;
}

.container .cart .auth_block .block form input[type='submit'],
.container .cart .auth_block .block a,
.container .cart .reg_block input[type='submit'],
.container .register .wrapp .left input[type='submit'],
.container .account .right_block .my_orders .btn,
.container .account .right_block .my_discount .btn,
.container .account .right_block .email_settings input[type='submit'],
.container .account .right_block .info_settings input[type='submit'],
.container .contacts .right input[type='submit'] {
    display: block;
    border: none;
    background: #da3e3e;
    height: 29px;
    width: 152px;
    margin: 0 auto;
    color: #fff;
    font-family: 'Roboto', sans-serif;
    font-size: 18px;
    font-weight: bold;
    text-transform: uppercase;
    cursor: pointer;
}

.container .cart .auth_block .block a {
    text-decoration: none;
    line-height: 29px;
    width: 169px;
    text-align: center;
}

.container .cart .reg_block .reg_form,
.container .cart .reg_block .radio_block {
    float: left;
    border: 1px solid #cfcfcf;
    background: #f3f3f3;
    width: 307px;
    height: 299px;
    margin-right: 13px;
    padding: 15px 0 0 8px;
}

.container .cart .reg_block .radio_block {
    padding: 15px 15px 0 15px;
    width: 285px;
}

.container .cart .reg_block .reg_form h2,
.container .cart .reg_block .radio_block h2 {
    font-size: 14px;
    margin-bottom: 10px;
    padding-bottom: 0;
}

.container .cart .reg_block .radio_block h2 {
    margin-bottom: 35px;
}

.container .cart .reg_block .radio_block input[type='radio'],
.container .shops .radio_block input[type='radio'] {
    position: absolute;
    left: -9999px;
}

.container .cart .reg_block .radio_block input[type='radio'] + label,
.container .shops .radio_block input[type='radio'] + label {
    display: block;
    height: 15px;
    padding-left: 20px;
    background: url('../img/radio_sprite.png') 0 bottom no-repeat;
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    color: #2b2b2b;
    margin-bottom: 38px;
    cursor: pointer;
}

.container .cart .reg_block .radio_block input[type='radio'] + label a {
    color: #954377;
    text-decoration: none;
}

.container .cart .reg_block .radio_block input[type='radio']:checked + label,
.container .shops .radio_block input[type='radio']:checked + label {
    background-position: 0 top;
}

.container .cart .reg_block .reg_form p.small {
    font-size: 11px;
    margin-bottom: 15px;
}

.container .cart .reg_block .reg_form label {
    width: 130px;
}

.container .cart .reg_block .reg_form input[type='text'] {
    width: 135px;
    margin-bottom: 10px;
}

.container .cart .reg_block .reg_form textarea {
    resize: none;
    border: 1px solid #C6B2BA;
    width: 129px;
    height: 40px;
    vertical-align: top;
    padding: 5px;
    font-size: 12px;
    font-style: italic;
    font-family: 'Open Sans', sans-serif;
}

.container .cart .reg_block .radio_block {
    height: 215px;
    margin-right: 0;
    margin-left: 2px;
}

.container .cart .reg_block .add_comment {
    float: none;
    display: inline-block;
    margin: 15px 0 15px 2px;
}

.container .cart .reg_block input[type='checkbox'] + label {
    color: #2b2b2b;
    font-family: 'Roboto', sans-serif;
    font-size: 12px;
    font-weight: bold;
    text-transform: uppercase;
    width: 190px;
    line-height: 1.5;
    height: 17px;
    background-position: 0 -25px;
    display: none;
}

.container .cart .reg_block input[type='checkbox']:checked + label {
    background-position: 0 4px;
}

.container .cart .reg_block input[type='submit'] {
    background: #da3e3e url('../img/order_btn.png') 5px center no-repeat;
    margin: 45px auto 15px;
    width: auto;
    padding-left: 25px;
    padding-right: 5px;
}

.container .compare {
    padding: 0 3px;
}

.container .compare .items .top .empty {
    display: table-cell;
    width: 222px;
}

.container .compare .compare_list {
    display: table-cell;
    width: 222px;
    padding-top: 23px;
}

.container .compare .compare_list ul li,
.container .compare .items .block ul li {
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    color: #2b2b2b;
    font-weight: bold;
    padding: 11px 0 11px 20px;
    height: 15px;
}

.container .compare .compare_list ul li:nth-child(odd),
.container .compare .items .block ul li:nth-child(odd) {
    background: #f3f3f3;
}

.container .compare .compare_list ul li:nth-child(even),
.container .compare .items .block ul li:nth-child(even) {
    background: #f8f8f8;
}

.container .compare .items {
    display: table;
    width: 100%;
    table-layout: fixed;
    border-collapse: separate;
    border-spacing: 2px;
}

.container .compare .items .block {
    display: table-cell;
    max-width: 370px;
    margin-right: 2px;
}

.container .compare .items .top .block {
    background: #f3f3f3;
    padding: 8px 4px;
}

.container .compare .items .top .block .block_wrapp {
    position: relative;
    width: 100%;
    height: 100%;
}

.container .compare .items .top .block h3 {
    color: #2B2B2B;
    font-family: 'Open Sans', sans-serif;
    font-size: 16px;
    font-weight: bold;
    text-transform: uppercase;
    padding-right: 27px;
    margin-bottom: 10px;
}

.container .compare .items .top .block p {
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    color: #2b2b2b;
    margin-bottom: 12px;
}

.container .compare .items .top .block p .big {
    font-weight: bold;
    font-size: 18px;
}

.container .compare .items .top .block p .small {
    font-weight: bold;
}

.container .compare .items .top .block .del {
    position: absolute;
    top: -4px;
    right: 0;
    z-index: 2;
    cursor: pointer;
}

.container .compare .items .block ul li {
    text-align: center;
    font-weight: normal;
    padding-left: 0;
}

.container .compare .items .top,
.container .compare .items .bottom {
    display: table-row;
}

.container .compare .items .top .block .buy {
    display: inline-block;
}

.container .thank_you {
    width: 720px;
    margin: 0 auto;
    padding-top: 105px;
    padding-bottom: 120px;
    text-align: center;
}

.container .thank_you h1,
.container .register h1,
.container .account h1 {
    color: #954377;
    font-family: 'Roboto', sans-serif;
    font-size: 24px;
    font-weight: bold;
    text-transform: uppercase;
    margin-bottom: 30px;
}

.container .thank_you p {
    font-family: 'Open Sans', sans-serif;
    font-size: 18px;
    color: #2b2b2b;
    margin-bottom: 30px;
    line-height: 1.2;
}

.container .thank_you p span {
    font-weight: bold;
}

.container .thank_you p a {
    text-decoration: none;
    color: #954377;
}

.container .register {
    padding-top: 25px;
}

.container .register h1,
.container .account h1 {
    margin-bottom: 3px;
    margin-left: 3px;
}

.container .register h2 {
    color: #2b2b2b;
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    font-weight: bold;
    text-transform: uppercase;
    margin-bottom: 20px;
}

.container .register .wrapp {
    background: #f3f3f3;
    margin: 0 3px 25px;
    padding: 22px;
}

.container .register .wrapp .left {
    width: 325px;
}

.container .register .wrapp .right {
    width: 410px;
}

.container .register .wrapp .left label,
.container .account .right_block .info_settings label,
.container .contacts .right label {
    display: block;
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    color: #2b2b2b;
    margin-bottom: 5px;
}

.container .register .wrapp .left label span,
.container .account .right_block .info_settings span.required,
.container .contacts .right label span {
    color: #da3e3e;
    font-weight: bold;
    background: none !important;
    display: inline !important;
}

.container .register .wrapp .left input[type='text'],
.container .account .right_block .info_settings input,
.container .contacts .right input[type='text'] {
    border: 1px solid #c6b2ba;
    background: #fff;
    width: 275px;
    height: 24px;
    font-family: 'Open Sans', sans-serif;
    font-size: 12px;
    font-style: italic;
    padding: 0 5px;
    margin-bottom: 23px;
}

.container .register .wrapp .left textarea,
.container .account .right_block .info_settings textarea,
.container .contacts .right textarea {
    border: 1px solid #c6b2ba;
    padding: 5px;
    background: #fff;
    font-family: 'Open Sans', sans-serif;
    font-size: 12px;
    font-style: italic;
    width: 275px;
    height: 40px;
    resize: none;
    margin-bottom: 20px;
}

.container .register .wrapp .left input[type='submit'] {
    margin: 0;
    width: 192px;
}

.container .register .wrapp .left input[type='submit'] + span {
    display: none;
    position: absolute;
    background: #f9c86a;
    padding: 10px;
    text-align: center;
    font-family: 'Open Sans', sans-serif;
    font-size: 12px;
    color: #2b2b2b;
    max-width: 180px;
    margin: -30px 0 0 200px;
    line-height: 1.2;
}

.container .register .wrapp .left input[type='submit']:hover + span {
    display: block;
}

.container .register .wrapp .left input[type='submit'] + span .triangle {
    border-top: 6px solid transparent;
    border-bottom: 6px solid transparent;
    border-right: 6px solid #f9c86a;
    position: absolute;
    top: 10px;
    left: -6px;
}

.container .register .wrapp .right li {
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    color: #2b2b2b;
    line-height: 1.2;
    margin-bottom: 35px;
}

.container .register .wrapp .right li .number {
    display: block;
    width: 37px;
    height: 36px;
    border-radius: 50%;
    background: #954377;
    color: #fff;
    font-family: 'Roboto', sans-serif;
    font-size: 24px;
    font-weight: bold;
    text-align: center;
    float: left;
    margin-right: 20px;
    line-height: 34px;
}

.container .register .wrapp .right li .text {
    display: table-cell;
    width: 340px;
    height: 36px;
    vertical-align: middle;
    line-height: 1.4;
}

.container .account {
    padding: 25px 3px 0;
}

.container .account .left_menu {
    float: left;
    width: 215px;
    height: 353px;
    background: #f3f3f3;
    padding: 0;
}

.container .account .left_menu li {
    border-bottom: 2px solid #fff;;
    text-align: center;
}

.container .account .left_menu li:last-child {
    border-bottom: none;
}

.container .account .left_menu li a {
    color: #2b2b2b;
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
    font-weight: bold;
    text-transform: uppercase;
    text-decoration: none;
    display: block;
    width: 100%;
    padding: 10px 0;
}

.container .account .left_menu li a:hover,
.container .account .left_menu li.active a {
    color: #954377;
}

.container .account .right_block {
    float: right;
    width: 712px;
    min-height: 313px;
    background: #f3f3f3;
    padding: 20px;
    margin-bottom: 25px;
}

.container .account .right_block h2 {
    font-family: 'Open Sans', sans-serif;
    font-size: 18px;
    color: #2b2b2b;
    font-weight: bold;
    margin-bottom: 15px;
    text-align: center;
}

.container .account .right_block h2.left {
    text-align: left;
}

.container .account .right_block .hello p {
    font-family: 'Open Sans', sans-serif;
    font-size: 16px;
    color: #2b2b2b;
    margin-bottom: 15px;
    line-height: 1.2;
}

.container .account .right_block .hello .links {
    margin-top: 28px;
}

.container .account .right_block .hello .links a {
    display: block;
    width: 325px;
    height: 65px;
    float: left;
    text-decoration: none;
    margin: 0 0 30px 0;
}

.container .account .right_block .hello .links a:nth-child(odd) {
    margin-right: 35px;
}

.container .account .right_block .hello .links a .ico {
    float: left;
    display: block;
    margin-right: 8px;
}

.container .account .right_block .hello .links a:first-child .ico {
    width: 57px;
    height: 53px;
    background: url('../img/acc_ico_cart.png') no-repeat;
}

.container .account .right_block .hello .links a:nth-child(2) .ico {
    width: 44px;
    height: 58px;
    background: url('../img/acc_ico_profile.png') no-repeat;
}

.container .account .right_block .hello .links a:nth-child(3) .ico {
    width: 52px;
    height: 37px;
    background: url('../img/acc_ico_settings.png') no-repeat;
}

.container .account .right_block .hello .links a:nth-child(4) .ico {
    width: 47px;
    height: 40px;
    background: url('../img/acc_ico_discount.png') no-repeat;
}

.container .account .right_block .hello .links a .big {
    font-family: 'Open Sans', sans-serif;
    font-size: 16px;
    color: #2b2b2b;
    font-weight: bold;
    margin-bottom: 7px;
    display: block;
}

.container .account .right_block .hello .links a .small {
    color: #954377;
    font-family: 'Open Sans', sans-serif;
    font-size: 12px;
    font-weight: bold;
    display: block;
    width: 205px;
}

.container .account .right_block .my_orders h2,
.container .account .right_block .my_discount h2 {
    text-align: left;
    margin-bottom: 7px;
}

.container .account .right_block .my_orders h2.empty {
    text-align: center;
    margin-top: 110px;
}

.container .account .right_block .my_orders .order_table,
.container .account .right_block .my_discount .discount_table {
    display: table;
    width: 100%;
    table-layout: fixed;
}

.container .account .right_block .my_orders .order_table .tr,
.container .account .right_block .my_discount .discount_table .tr {
    display: table-row;
}

.container .account .right_block .my_orders .order_table .tr .th,
.container .account .right_block .my_discount .discount_table .tr .th {
    display: table-cell;
    border-left: 1px solid #fff;
    border-right: 1px solid #fff;
    background: #e6e6e6;
    color: #2b2b2b;
    font-family: 'Open Sans', sans-serif;
    font-size: 16px;
    text-align: center;
    padding: 9px 0;
}

.container .account .right_block .my_orders .order_table .tr .td,
.container .account .right_block .my_discount .discount_table .tr .td {
    display: table-cell;
    border-left: 1px solid #fff;
    border-right: 1px solid #fff;
    border-bottom: 2px solid #fff;
    color: #2b2b2b;
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    text-align: center;
    padding: 9px 0;
    vertical-align: middle;
}

.container .account .right_block .my_discount .discount_table .tr .td {
    font-size: 11px;
}

.container .account .right_block .my_orders .order_table .tr .td .bold,
.container .account .right_block .my_discount .discount_table .tr .td .bold {
    font-weight: bold;
}

.container .account .right_block .my_orders .order_table .tr .td a,
.container .account .right_block .my_discount .discount_table .tr .td a {
    color: #954377;
    text-decoration: none;
    font-size: 14px;
}

.container .account .right_block .my_orders .order_table .tr .th:first-child,
.container .account .right_block .my_orders .order_table .tr .td:first-child,
.container .account .right_block .my_discount .discount_table .tr .th:first-child,
.container .account .right_block .my_discount .discount_table .tr .td:first-child {
    border-left: 2px solid #fff;
}

.container .account .right_block .my_orders .order_table .tr .th:last-child,
.container .account .right_block .my_orders .order_table .tr .td:last-child,
.container .account .right_block .my_discount .discount_table .tr .th:last-child,
.container .account .right_block .my_discount .discount_table .tr .td:last-child {
    border-right: 2px solid #fff;
}

.container .account .right_block .my_discount .discount_table .tr .td:last-child,
.container .account .right_block .my_discount .discount_table .tr .td .bold {
    font-size: 14px;
}

.container .account .right_block .my_orders .order_table .tr:nth-child(odd) .td,
.container .account .right_block .my_discount .discount_table .tr:nth-child(odd) .td {
    background: #fff;
}

.container .account .right_block .my_orders .btn,
.container .account .right_block .my_discount .btn {
    margin: 17px auto 0;
    width: 192px;
    text-decoration: none;
    text-align: center;
    line-height: 29px;
}

.container .account .right_block .my_orders .btn.ask {
    width: 239px;
    margin-top: 40px;
}

.container .account .right_block .my_discount .total {
    font-family: 'Open Sans', sans-serif;
    font-size: 18px;
    color: #2b2b2b;
}

.container .account .right_block .my_discount .total span {
    font-weight: bold;
}

.container .account .right_block .my_discount .btn {
    margin-top: 40px;
}

.container .account .right_block .email_settings .left,
.container .account .right_block .email_settings .right,
.container .account .right_block .info_settings .left,
.container .account .right_block .info_settings .right {
    width: 50%;
}

.container .account .right_block .email_settings h3 {
    font-family: 'Open Sans', sans-serif;
    font-size: 16px;
    color: #2b2b2b;
    font-weight: bold;
    margin: 20px 0;
}

.container .account .right_block .email_settings input[type='checkbox'] + label {
    float: none;
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    color: #2b2b2b;
    margin-bottom: 20px;
    height: 13px;
    /*line-height: 2;*/
    /*background-position: 0 -21px;*/
    margin-top: -5px;
}

.container .account .right_block .email_settings input[type='checkbox']:checked + label {
    /*background-position: 0 8px;*/
}

.container .account .right_block .email_settings .right input[type='checkbox'] + label {
    height: 13px;
    margin-bottom: 35px;
}

.container .account .right_block .email_settings input[type='submit'],
.container .account .right_block .info_settings input[type='submit'] {
    width: 112px;
    font-style: normal;
}

.container .account .right_block .info_settings .empty {
    height: 68px;
}

.container .account .right_block .info_settings input[type='submit'].with_margin {
    margin-top: 120px;
}

.container .about_company,
.container .user-license,
.container .about_brands,
.container .shipping_payment,
.container .shops,
.container .contacts {
    padding: 0 12px;
    line-height: 22px;
}

.container .about_company ol {
    list-style: decimal inside;
}

.container .user-license li {
    list-style: decimal outside;

    margin-top: 15px;
    margin-left: 20px;
    margin-bottom: 15px;
}

.container .about_company h1,
.container .user-license h1,
.container .about_brands h1,
.container .shipping_payment h1,
.container .shops h1,
.container .contacts h1 {
    border-bottom: 1px solid #C6B2BA;
    margin-top: 25px;
    margin-bottom: 15px;
}

.container .about_company img {
    float: left;
    margin-right: 15px;
    margin-bottom: 25px;
    height: 175px;
}

.container .about_brands a {
    width: 20%;
    float: left;
    text-align: center;
    margin: 30px 0 80px;
    text-decoration: none;
}

.container .about_brands a img {
    width: 126px;
    height: 126px;
}

.container .about_brands a p {
    color: #954377;
    display: block;
    width: 126px;
    margin: 15px auto 0;
}

.container .shipping_payment h2 {
    color: #2b2b2b;
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    font-weight: bold;
    text-transform: uppercase;
    margin-bottom: 30px;
}

.container .shipping_payment h3 {
    text-align: center;
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    color: #2b2b2b;
    font-weight: bold;
}

.container .shipping {
    margin-top: 45px;
}

.container .shipping_payment .block {
    float: left;
    position: relative;
    padding-top: 40px;
}

.container .shipping .block:nth-child(2) {
    height: 160px;
    width: 466px;
    background: #f3f3f3;
    margin-right: 4px;
    padding: 40px 8px 30px;
}

.container .shipping .block:nth-child(3) {
    height: 160px;
    width: 467px;
    background: #f3f3f3;
    /*margin-right: 2px;*/
    padding: 40px 8px 30px;
}

.container .shipping .block:nth-child(2) h3,
.container .shipping .block:nth-child(3) > h3 {
    margin-bottom: 30px;
}

.container .shipping .block .subblock {
    float: left;
    width: 43%;
    padding: 0 20px;
}

.container .shipping .block .subblock:nth-child(3) {
    border-right: 1px solid #fff;
}

.container .shipping .block .subblock:nth-child(4) {
    border-left: 1px solid #fff;
}

.container .shipping .block .subblock:nth-child(3) .ico {
    display: block;
    float: left;
    width: 50px;
    height: 58px;
    background: url('../img/ship_ico_1.png') no-repeat;
    margin-left: 25px;
    margin-bottom: 10px;
    margin-top: -28px;
}

.container .shipping .block .subblock:nth-child(4) .ico {
    display: block;
    float: left;
    width: 57px;
    height: 58px;
    background: url('../img/ship_ico_2.png') 0 25px no-repeat;
    margin-left: 25px;
    margin-bottom: 10px;
    margin-top: -28px;
}

.container .shipping_payment .block p {
    font-family: 'Open Sans', sans-serif;
    font-size: 12px;
    color: #2b2b2b;
    line-height: 1.5;
    text-align: center;
}

.container .shipping_payment .block .number {
    width: 42px;
    height: 42px;
    background: #954377;
    border-radius: 50%;
    color: #fff;
    font-family: 'Roboto', sans-serif;
    font-size: 27px;
    font-weight: bold;
    text-transform: uppercase;
    text-align: center;
    line-height: 40px;
    position: absolute;
    top: 0;
    left: 50%;
    margin: -21px 0 0 -21px;
}

.container .payment {
    margin-top: 30px;
}

.container .payment .block {
    background: #f3f3f3;
    margin-bottom: 30px;
    padding: 40px 60px 30px 20px;
}

/*.container .payment .block:nth-child(2) {*/
/*min-height: 230px;*/
/*width: 402px;*/
/*margin-right: 4px;*/
/*}*/
/*.container .payment .block:nth-child(3) {*/
/*min-height: 230px;*/
/*width: 402px;*/
/*}*/
/*.container .payment .block:nth-child(5),*/
/*.container .payment .block:nth-child(6) {*/
/*min-height: 130px;*/
/*width: 240px;*/
/*margin-right: 4px;*/
/*}*/
/*.container .payment .block:nth-child(7) {*/
/*min-height: 130px;*/
/*width: 240px;*/
/*}*/
.container .payment .block p {
    text-align: left;
}

.container .payment .block h3 {
    margin-bottom: 20px;
    padding-left: 40px;
}

.container .payment .block a {
    /*display: block;*/
    font-family: 'Open Sans', sans-serif;
    font-size: 12px;
    color: #954377;
    font-weight: bold;
    text-decoration: none;
    /*margin-top: 10px;*/
}

.container .payment .block:nth-child(2) .ico {
    display: block;
    float: left;
    width: 53px;
    height: 46px;
    background: url('../img/ship_ico_2.png') no-repeat;
    margin-right: 22px;
}

.container .payment .block:nth-child(3) .ico {
    display: block;
    float: left;
    width: 53px;
    height: 46px;
    background: url('../img/ship_ico_1.png') no-repeat;
    margin-right: 22px;
}

.container .payment .block:nth-child(4) .ico {
    display: block;
    float: left;
    width: 53px;
    height: 46px;
    background: url('../img/payment_ico_1.png') no-repeat;
    margin-right: 22px;
}

.container .payment .block:nth-child(5) .ico {
    display: block;
    float: left;
    width: 53px;
    height: 46px;
    background: url('../img/payment_ico_1.png') no-repeat;
    margin-right: 22px;
}

.container .payment .block:nth-child(6) .ico {
    display: block;
    float: left;
    width: 70px;
    height: 61px;
    background: url('../img/payment_ico_2.png') no-repeat;
    margin-top: -13px;
    margin-right: 11px;
}

.container .payment .block:nth-child(7) .ico {
    display: block;
    float: left;
    width: 56px;
    height: 77px;
    background: url('../img/payment_ico_3.png') no-repeat;
    margin-right: 22px;
}

.container .shops .radio_block {
    float: left;
    background: #f3f3f3;
    margin: 0 0 10px 18px;
    padding: 6px 12px;
    width: 250px;
    height: 106px;
}

.container .shops .radio_block h2 {
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    color: #2b2b2b;
    font-weight: bold;
    margin-bottom: 13px;
}

.container .shops .radio_block input[type='radio'] + label {
    margin-bottom: 10px;
    float: left;
    width: 42%;
}

.container .shops .print_block {
    float: right;
    margin-top: 80px;
}

.container .shops .print_block a {
    display: inline-block;
    height: 38px;
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    color: #2b2b2b;
    line-height: 38px;
    text-decoration: none;
    margin-left: 23px;
}

.container .shops .print_block .print .ico {
    display: block;
    float: left;
    width: 40px;
    height: 32px;
    background: url('../img/print_ico.png') no-repeat;
    margin-right: 8px;
}

.container .shops .print_block .xls .ico {
    display: block;
    float: left;
    width: 28px;
    height: 37px;
    background: url('../img/print_ico.png') 0 -78px no-repeat;
    margin-right: 8px;
}

.container .shops .map {
    width: 932px;
    margin: 0 auto;
}

.container .shops .map .top {
    height: 37px;
    background: #f3f3f3;
    padding-left: 12px;
    margin-bottom: 2px;
    line-height: 37px;
}

.container .shops .map .top p {
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    color: #2b2b2b;
}

.container .shops .map .top p a {
    color: #2b2b2b;
    font-family: 'Roboto', sans-serif;
    font-size: 12px;
    font-weight: bold;
    text-transform: uppercase;
    text-decoration: none;
    margin-left: 30px;
}

.container .shops .map .top p a:hover,
.container .shops .map .top p a.active {
    color: #954377;
}

.container .shops .map .top p a:first-child .ico {
    display: inline-block;
    width: 14px;
    height: 20px;
    background: url('../img/map_ico.png') -1px 0 no-repeat;
    vertical-align: middle;
    margin-right: 10px;
}

.container .shops .map .top p a:last-child .ico {
    display: inline-block;
    width: 14px;
    height: 14px;
    background: url('../img/map_ico.png') 0 -57px no-repeat;
    vertical-align: middle;
    margin-right: 10px;
}

.container .shops .map img,
.container .contacts .left img {
    border: 1px solid #c6b2ba;
}

.container .contacts h2 {
    color: #2b2b2b;
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    font-weight: bold;
    text-transform: uppercase;
    margin-bottom: 20px;
}

.container .contacts .left {
    width: 540px;
}

.container .contacts .left h2 {
    color: #954377;
}

.container .contacts .left > div {
    margin-bottom: 15px;
}

.container .contacts .left h3 {
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    color: #2b2b2b;
    margin-bottom: 7px;
    font-weight: bold;
}

.container .contacts .left p,
.container .shops .left p {
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    color: #2b2b2b;
    margin-bottom: 7px;
    padding-left: 75px;
}

.container .contacts .right {
    width: 363px;
    height: 413px;
    background: #f3f3f3;
    padding: 34px 0 0 43px;
}

.container .contacts .right h2 {
    text-align: center;
    padding-right: 43px;
}

.container .contacts .right input[type='submit'] {
    width: 110px;
    margin: 0;
}

.container .bottom_text {
    margin: 0 3px;
    border-top: 1px solid #C6B2BA;
    padding: 12px 9px;
}

.container h3 {
    color: #2b2b2b;
    font-family: 'Roboto', sans-serif;
    font-size: 18px;
    font-weight: bold;
    text-transform: uppercase;
    margin-bottom: 4px;
}

.container h3 .item_brand,
.container h3 .item_name,
.container h3 .main_item_brand,
.container h3 .main_item_name {
    display: block;
    padding: 0;
}

.container h3 .item_brand {
    height: 15px;
}

.container h3 .item_name {
    height: 20px;
}

.container h3 .main_item_brand {
    height: 17px;
}

.container h3 .main_item_name {
    font-size: 14px;
    height: 23px;
}

.container .slider .slider_text p,
.container .bottom_text p,
.container .about_company p,
.container .user-license p,
.container .about_brands p {
    font-family: 'Open Sans', sans-serif;
    font-size: 12px;
    color: #2b2b2b;
    line-height: 1.2;
    margin-bottom: 8px;
}

.container .user-license p {
    font-size: 14px !important;
}

.container .bottom_text ul {
    margin-bottom: 15px;
}

.container .bottom_text li {
    font-family: 'Open Sans', sans-serif;
    font-size: 12px;
    color: #2b2b2b;
    line-height: 1.2;
    margin-left: 23px;
}

#footer .top {
    width: 975px;
    height: 155px;
}

#footer .top .col {
    width: 175px;
    float: left;
    padding: 20px 0 0 20px;
}

#footer .top .col h2 {
    color: black;
    font-family: 'Roboto', sans-serif;
    font-size: 18px;
    font-weight: bold;
    text-transform: uppercase;
    margin-bottom: 5px;
}

#footer .top .col li {
    margin-bottom: 8px;
}

#footer .top .col:nth-child(3) li:nth-last-child(2) {
    margin-bottom: 0;
}

#footer .top .col:nth-child(3) li:nth-last-child(2) a {
    margin-left: 5px;
}

#footer .top .col li a, #footer .top .col p {
    font-family: 'Open Sans', sans-serif;
    font-size: 12px;
    color: black;
    text-decoration: none;
}

#footer .top .col:nth-child(5) {
    text-align: center;
    padding: 20px 22px 0 22px;
    width: 151px;
}

#footer .top .col li a:hover {
    text-decoration: underline;
}

#footer .top .col .socials {
    margin-top: 10px;
}

#footer .top .col .socials a {
    display: inline-block;
    width: 33px;
    height: 33px;
}

#footer .top .col .socials .inst {
    width: 25px;
    height: 25px;
}

#footer .top .col .socials .fb {
    width: 25px;
    height: 25px;
    border-radius: 5px;
}

#footer .bottom p {
    font-family: 'Open Sans', sans-serif;
    font-size: 10px;
    color: black;
    font-weight: bold;
    text-transform: uppercase;
    float: right;
    margin-right: 22px;
}

#fade {
    display: none;
    position: absolute;
    top: 0%;
    left: 0%;
    width: 100px;
    height: 100px;
    /*background-color: #ababab;*/
    z-index: 100001;
    /*-moz-opacity: 0.8;*/
    opacity: .60;
    /*filter: alpha(opacity=80);*/
    background: url('../img/bx_loader.gif') center no-repeat #ffffff;
}

#content {
    /*position: relative;*/
}

.about_company .shop-lists a {
    cursor: pointer;
    text-decoration: none;
    color: rgb(149, 67, 119);
}

.about_company .shop-lists a:hover {
    color: #bc82a7;
}


#searchApp .searchpreview-search {
    width: 300px;
    background-color: white;
    border: 1px solid #CCC;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
    background: #FAFAFA;
    display: block;
    line-height: 140%;
    overflow: hidden;
    position: relative;
    z-index: 99999;
}

#searchApp .s_item {
    padding: 5px 0;
    border-bottom: 1px #CCC solid;
    display: block;
}

#searchApp .search-results {
    clear: both;
    display: block;
    text-align: left;
}

#searchApp .search-container .span_item {
    padding-left: 4px;
}

#searchApp .s_icon {
    float: left;
    height: auto;
    width: 40px;
    margin-left: 5px;
}

#searchApp .s_icon .search-item-url {
    width: 100%;
}

#searchApp .s_icon .search-item-img {
    width: 100%;
}

#searchApp .s_details {
    width: 200px;
    float: right;
}

#searchApp a {
    text-decoration: none;
    color: #954377;
}

#searchApp .s_item hr.cleaner {
    border: 0;
}

#searchApp .s_details .s_sku {
    color: #000000;
}

#searchApp .resultbox-b {
    text-align: right;
    text-transform: uppercase;
    font-weight: bold;
    margin-bottom: 5px;
    margin-right: 5px;
}

#searchApp .s_item:hover {
    background: #eee;
}

#searchApp .searchpreview-search {
    position: absolute;
}

#searchApp form {
    position: relative;
    border: 1px solid #000000;
    margin: 5px;
}

#searchApp .loader {
    border: 3px solid #f3f3f3; /* Light grey */
    border-top: 3px solid #954377; /* Blue */
    border-radius: 50%;
    width: 20px;
    height: 20px;
    animation: spin 2s linear infinite;
    margin-left: -27px;
    display: inline-block;
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

#searchApp .search-more {
    text-decoration: none;
    color: #954377;
}

.resp-sharing-button__link,
.resp-sharing-button__icon {
    display: inline-block
}

.resp-sharing-button__link {
    text-decoration: none;
    color: #fff;
    margin: 0.5em
}

.resp-sharing-button {
    border-radius: 5px;
    transition: 25ms ease-out;
    padding: 0.5em 0.75em;
    font-family: Helvetica Neue, Helvetica, Arial, sans-serif
}

.resp-sharing-button__icon svg {
    width: 1em;
    height: 1em;
    margin-right: 0.4em;
    vertical-align: top
}

.resp-sharing-button--small svg {
    margin: 0;
    vertical-align: middle
}

/* Non solid icons get a stroke */
.resp-sharing-button__icon {
    stroke: #fff;
    fill: none
}

/* Solid icons get a fill */
.resp-sharing-button__icon--solid,
.resp-sharing-button__icon--solidcircle {
    fill: #fff;
    stroke: none
}

.resp-sharing-button--twitter {
    background-color: #55acee
}

.resp-sharing-button--twitter:hover {
    background-color: #2795e9
}

.resp-sharing-button--pinterest {
    background-color: #bd081c
}

.resp-sharing-button--pinterest:hover {
    background-color: #8c0615
}

.resp-sharing-button--facebook {
    background-color: #3b5998
}

.resp-sharing-button--facebook:hover {
    background-color: #2d4373
}

.resp-sharing-button--tumblr {
    background-color: #35465C
}

.resp-sharing-button--tumblr:hover {
    background-color: #222d3c
}

.resp-sharing-button--reddit {
    background-color: #5f99cf
}

.resp-sharing-button--reddit:hover {
    background-color: #3a80c1
}

.resp-sharing-button--google {
    background-color: #dd4b39
}

.resp-sharing-button--google:hover {
    background-color: #c23321
}

.resp-sharing-button--linkedin {
    background-color: #0077b5
}

.resp-sharing-button--linkedin:hover {
    background-color: #046293
}

.resp-sharing-button--email {
    background-color: #777
}

.resp-sharing-button--email:hover {
    background-color: #5e5e5e
}

.resp-sharing-button--xing {
    background-color: #1a7576
}

.resp-sharing-button--xing:hover {
    background-color: #114c4c
}

.resp-sharing-button--whatsapp {
    background-color: #25D366
}

.resp-sharing-button--whatsapp:hover {
    background-color: #1da851
}

.resp-sharing-button--hackernews {
    background-color: #FF6600
}

.resp-sharing-button--hackernews:hover, .resp-sharing-button--hackernews:focus {
    background-color: #FB6200
}

.resp-sharing-button--vk {
    background-color: #507299
}

.resp-sharing-button--vk:hover {
    background-color: #43648c
}

.resp-sharing-button--facebook {
    background-color: #3b5998;
    border-color: #3b5998;
}

.resp-sharing-button--facebook:hover,
.resp-sharing-button--facebook:active {
    background-color: #2d4373;
    border-color: #2d4373;
}

.resp-sharing-button--twitter {
    background-color: #55acee;
    border-color: #55acee;
}

.resp-sharing-button--twitter:hover,
.resp-sharing-button--twitter:active {
    background-color: #2795e9;
    border-color: #2795e9;
}

.resp-sharing-button--google {
    background-color: #dd4b39;
    border-color: #dd4b39;
}

.resp-sharing-button--google:hover,
.resp-sharing-button--google:active {
    background-color: #c23321;
    border-color: #c23321;
}

.resp-sharing-button--tumblr {
    background-color: #35465C;
    border-color: #35465C;
}

.resp-sharing-button--tumblr:hover,
.resp-sharing-button--tumblr:active {
    background-color: #222d3c;
    border-color: #222d3c;
}

.resp-sharing-button--email {
    background-color: #777777;
    border-color: #777777;
}

.resp-sharing-button--email:hover,
.resp-sharing-button--email:active {
    background-color: #5e5e5e;
    border-color: #5e5e5e;
}

.resp-sharing-button--pinterest {
    background-color: #bd081c;
    border-color: #bd081c;
}

.resp-sharing-button--pinterest:hover,
.resp-sharing-button--pinterest:active {
    background-color: #8c0615;
    border-color: #8c0615;
}

.container .center .items_container .item .item-price .price.old {
    margin-top: 5px;
    text-decoration: line-through;
    color: #6d6d6d;
    font-size: 18px;
}

.container .center .items_container .item:hover .item-price {
    color: #954377;
}

.container .center #items_container .items .item.index-item .new_price {
    text-align: center;
    color: #41ac4b;
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    font-weight: bold;
    text-transform: uppercase;
    margin: 15px 0 8px;
}

.container .center #items_container .items .item.index-item .normal-price {
    font-size: 22px;
    font-family: 'Open Sans', sans-serif;
    /*text-transform: uppercase;*/
}

.item_view .description .item_tabs {
    padding-top: 20px;
}

#footer .portmone-link {
    margin-left: 0 !important;
}

#footer .portmone-link img {
    background-color: white;
}

.call-me-know-btn {
    display: block;
    width: 86px;
    height: 29px;
    line-height: 27px;
    color: #ffffff;
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
    font-weight: bold;
    text-transform: uppercase;
    text-decoration: none;
    background-color: #126917;
    padding-left: 28px;
}

.phones {
    width: 30%;
    float: left;
}

.call_me_btn {
    width: 80%;
    margin-left: -20px;
}

/*@media screen and (max-width: 600px) {*/
/*	.container .left_menu {*/
/*		width: 200px;*/
/*	}*/
/*	.container .center {*/
/*		width: 760px;*/
/*	}*/

/*	.get_discount, .ask_question {*/
/*		display: none;*/
/*	}*/

/*	.container .center .catalog .items .item,*/
/*	.container .center #items_container .items .item.index-item {*/
/*		border: 1px solid #cfcfcf;*/
/*		width: 360px;*/
/*		height: 560px;*/
/*		background: #ffffff;*/
/*		float: left;*/
/*		margin-right: 2px;*/
/*		position: relative;*/
/*		margin-bottom: 15px;*/
/*	}*/
/*	.container .center .catalog .items .item .pic img {*/
/*		max-height: 325px;*/
/*		max-width: 360px;*/
/*	}*/

/*	.container .center .catalog .items .item .pic, .container .center #items_container .items .item.index-item .pic {*/
/*		text-align: center;*/
/*		height: 325px;*/
/*		width: 360px;*/
/*		margin-bottom: 45px;*/
/*	}*/

/*	.item_brand {*/
/*		font-size: 150%;*/
/*	}*/

/*	.container .center .item_view .description {*/
/*		width: 370px;*/
/*	}*/

/*	.container .center .item_view .item_tabs .ui-tabs-nav li, .container .compare_tabs .ui-tabs-nav li {*/
/*		width: 115px;*/
/*	}*/
/*}*/


