/*!
 * Bootstrap v3.3.4 (http://getbootstrap.com)
 * Copyright 2011-2015 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */

/*!
 * Generated using the Bootstrap Customizer (http://getbootstrap.com/customize/?id=10dfc843f86ff64030a1)
 * Config saved to config.json and https://gist.github.com/10dfc843f86ff64030a1
 */
/*! normalize.css v3.0.2 | MIT License | git.io/normalize */
html {
    font-family: sans-serif;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
}
body {
    margin: 0;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
    display: block;
}
audio,
canvas,
progress,
video {
    display: inline-block;
    vertical-align: baseline;
}
audio:not([controls]) {
    display: none;
    height: 0;
}
[hidden],
template {
    display: none;
}
a {
    background-color: transparent;
}
a:active,
a:hover {
    outline: 0;
}
abbr[title] {
    border-bottom: 1px dotted;
}
b,
strong {
    font-weight: bold;
}
dfn {
    font-style: italic;
}
h1 {
    font-size: 2em;
    margin: 0.67em 0;
}
mark {
    background: #ff0;
    color: #000;
}
small {
    font-size: 80%;
}
sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}
sup {
    top: -0.5em;
}
sub {
    bottom: -0.25em;
}
img {
    border: 0;
}
svg:not(:root) {
    overflow: hidden;
}
figure {
    margin: 1em 40px;
}
hr {
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    height: 0;
}
pre {
    overflow: auto;
}
code,
kbd,
pre,
samp {
    font-family: monospace, monospace;
    font-size: 1em;
}
button,
input,
optgroup,
select,
textarea {
    color: inherit;
    font: inherit;
    margin: 0;
}
button {
    overflow: visible;
}
button,
select {
    text-transform: none;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
    -webkit-appearance: button;
    cursor: pointer;
}
button[disabled],
html input[disabled] {
    cursor: default;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
    border: 0;
    padding: 0;
}
input {
    line-height: normal;
}
input[type="checkbox"],
input[type="radio"] {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0;
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
    height: auto;
}
input[type="search"] {
    -webkit-appearance: textfield;
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}
fieldset {
    border: 1px solid #c0c0c0;
    margin: 0 2px;
    padding: 0.35em 0.625em 0.75em;
}
legend {
    border: 0;
    padding: 0;
}
textarea {
    overflow: auto;
}
optgroup {
    font-weight: bold;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}
td,
th {
    padding: 0;
}
* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
*:before,
*:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
html {
    font-size: 10px;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
body {
    font-family: Tahoma, Helvetica, Arial, sans-serif;
    font-size: 14px;
    line-height: 1.42857143;
    color: #333333;
    background-color: #ffffff;
    min-width:320px;
}
input,
button,
select,
textarea {
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
}
a {
    color: #333;
    text-decoration: none;
    -webkit-transition: all 100ms ease-in;
    -moz-transition: all 100ms ease-in;
    -ms-transition: all 100ms ease-in;
    -o-transition: all 100ms ease-in;
    transition: all 100ms ease-in;
}
a:hover,
a:focus {
    text-decoration: underline;
}
a:focus {
    outline: thin dotted;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px;
}
figure {
    margin: 0;
}
img {
    vertical-align: middle;
}
.img-responsive {
    display: block;
    max-width: 100%;
    height: auto;
}
.img-rounded {
    border-radius: 6px;
}
.img-thumbnail {
    padding: 4px;
    line-height: 1.42857143;
    background-color: #ffffff;
    border: 1px solid #dddddd;
    border-radius: 4px;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    display: inline-block;
    max-width: 100%;
    height: auto;
}
.img-circle {
    border-radius: 50%;
}
hr {
    margin-top: 20px;
    margin-bottom: 20px;
    border: 0;
    border-top: 1px solid #eeeeee;
}
.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
}
.sr-only-focusable:active,
.sr-only-focusable:focus {
    position: static;
    width: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    clip: auto;
}
[role="button"] {
    cursor: pointer;
}
.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
  position: relative;
}

.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}
.row {
  margin-left: -15px;
  margin-right: -15px;
}
.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}

.clearfix:before,
.clearfix:after,
.container:before,
.container:after,
.container-fluid:before,
.container-fluid:after,
.row:before,
.row:after {
  content: " ";
  display: table;
}
.clearfix:after,
.container:after,
.container-fluid:after,
.row:after {
  clear: both;
}
.center-block {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.pull-right {
  float: right !important;
}
.pull-left {
  float: left !important;
}
.hide {
  display: none !important;
}
.show {
  display: block !important;
}
.invisible {
  visibility: hidden;
}
.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
.hidden {
  display: none !important;
}
.affix {
  position: fixed;
}

@-ms-viewport {
  width: device-width;
}




@font-face {
    font-family: 'icomoon';
    src:url('../fonts/icomoon.eot?x0c3d');
    src:url('../fonts/icomoon.eot?#iefixx0c3d') format('embedded-opentype'),
    url('../fonts/icomoon.woff?x0c3d') format('woff'),
    url('../fonts/icomoon.ttf?x0c3d') format('truetype'),
    url('../fonts/icomoon.svg?x0c3d#icomoon') format('svg');
    font-weight: normal;
    font-style: normal;
}

[class^="icon-"], [class*=" icon-"] {
    font-family: 'icomoon';
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;

    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.icon-search:before {
    content: "\f002";
}

.icon-home:before {
    content: "\f015";
}

.icon-map-marker:before {
    content: "\f041";
}

.icon-comment:before {
    content: "\f075";
}

.icon-shopping-cart:before {
    content: "\f07a";
}

.t-align-left {
    text-align:left;
}
.t-align-center {
    text-align:center;
}
.t-align-right {
    text-align:right;
}
#account{
    width: 100px;
    margin-top: 27px;
}
#cabinet{
    display: block;
    margin-top: 38px;
}
#account a {
    color: #fff;
    font-size: 13px;
}
.auto_title{
    background: #000000 none repeat scroll 0 0;
    color: #ffffff;
    padding: 5px;
    width: 200px;
    text-align: center;
}
.login_form div, .user_form div{
    margin-bottom: 10px;
}
.login_form input, .register_form input, .user_form input{
    border: 1px solid #000;
}
.login_form label, .register_form label, .user_form label{
    color: #262625;
    font-size: 18px;
    line-height: 20px;
}
.first_label{
    color: #000000;
    font-weight: bold;
    padding-right: 114px;
}
.user_button{
    background: #000;
    color: #fff;
    padding: 5px;
    text-align: center;
    border: none;
}
.register_form{
    width: 700px;
    float: left;
    margin-top: 67px;
}
.register_form input, .user_form input{
    float: right;
}
.reg_group input{
    width: 240px;
}
.reg_info{
    display: block;
    float: left;
    padding-left: 125px;
    position: relative;
    width: 357px;
    margin-top: 67px;
}
.reg_info .b{
    font-weight: bold;
    margin-bottom: 10px;
    font-size: 18px;
}
.under_b{
    font-size: 13px;
}
.auto_title.reg{
    font-size: 14px;
    font-weight: normal;
}
#comment_captcha{
    margin-left: 5px;
    width: 155px;
}
.reg_group{
    width: 340px;
    float: left;
}
.reg_group + .reg_group {
    margin-left: 20px;
}
.reg_group + .reg_group label {
    text-align: right;
}
.reg_group div{
    float: left;
    margin-bottom: 10px;
}
.reg_group div > label{
    display: block;
    float: left;
    width: 80px;
    margin-right: 10px;
}
.reg_btn{
    clear: both;
    float: left;
    margin-top: 40px;
    text-align: center;
    width: 100%;
}
.reg_btn input {
    float: none;
}
.user_form {
    /*margin-top: 60px;*/
    width: 454px;
}
.auto_title_user{
    background: #000000 none repeat scroll 0 0;
    color: #ffffff;
    padding: 5px;
    text-align: center;
    width: 400px;
}
.info_user{
    font-size: 18px;
    color: #262625;
    margin-bottom: 15px;
}

.user_log{
    color: #000;
    font-weight: normal;
    padding: 5px 5px 5px 15px;
    position: absolute;
    right: 40px;
    top: 10px;
    background-image: url("../images/logout.png");
    background-position: 0 10px;
    background-repeat: no-repeat;
}

.partner_form{
    background: #F7F7F7;
    margin-top: 20px;
    padding: 5px;
}
.is_partner{
    background: #f7f7f7 none repeat scroll 0 0;
    font-size: 15px;
    font-weight: bold;
    margin-top: 66px;
    padding: 10px;
	margin-bottom: 30px;
}

.even{
    background-color: #ebebeb;
}

#login_ajax h3 > div{
    width: 100px;
    height: 37px;
    color: #fff;
    background: #000;
    text-align: center;
    padding: 5px;
    font-weight: normal;
}
#password_remind_ajax h3 > div{
    background: #000000;
    color: #fff;
    text-align: center;
    padding: 5px;
    width: 180px;
    font-weight: normal;
}
.fancybox-desktop, .fancybox-skin{
    background: #fff !important;
    border-radius: 0 !important;
}
.fancy_padding{
    width: 330px;
    padding-left: 10px;
    padding-right: 10px;
}
.form_data label{
    display: block;
    width: 100px;
    float: left;
    color: #000;
    font-family: Tahoma;
    font-size: 14px;

}
.form_data{
    margin-bottom: 10px;
}
.form_data input{
    border: 1px solid #000;
}
.fright{
    float: right;
    margin-right: 26px;
    font-size: 13px;
    font-weight: bold;
}
.bt{
    clear: both;
    margin-top: 40px;
    text-align: center;
}
/*order_history*/
.history_detail{
    display: none;
}
.order_short_info:not(.li_header){
    clear: both;
    border-bottom: 1px solid;
}
.order_short_info:hover{
    cursor: pointer;
}
#orders_history{
    padding-left: 0;
}
#orders_history li{
    list-style: none;
}
.li_header div{
    float: left;
    width: 24%;
    text-align: center;
    background: #000;
    color: #fff;
}
.li_header div + div{
    margin-left: 8px;
}
.order_short_info > div{
    width: 24%;
    float: left;
    margin-left: 5px;
    color: #000;
    text-align: center;
    padding: 5px;
}
.detail_history > div{
    float: right;
    width: 18%;
    text-align: center;
    background: #000;
    color: #fff;
    margin-right: 5px;
}
.detail_history{
    height: 20px;
}
.detail_pur > div{
    float: left;
    width: 20%;
    text-align: center;
}
.separate_line{
    border-bottom: 1px solid #ccc;
    float: right;
    width: 416px;
    margin-top: 8px;
}
.detail_pur{
    height: 115px;
    margin-top: 8px;
    margin-bottom: 5px;
}
.summary_detail{
    height: 41px;
    margin-bottom: 5px;
    margin-top: 15px;
}
.final_detail div{
    float: left;
    width: 50%;
    text-align: center;
    padding: 2px;
    margin-bottom: 5px;
}
.bb_detail{
    background: #000;
    color: #fff;
}
.final_detail{
    float: right;
    width: 200px;
}
.history_detail{
    clear: both;
}
/*order_history*/
/*cabinet_history*/
.you_order{
    clear: both;
}
.styled_h2{
    background: #cfcfd0 none repeat scroll 0 0;
    color: #262625;
    font-size: 18px;
    font-weight: normal;
    line-height: 31px;
    text-align: center;
    width: 24%;
}

#bold_title{
    background: #000000 none repeat scroll 0 0;
    color: #ffffff;
    text-align: center;
}
.partner_orders{
    width: 454px;
}
#bold_title td{
    width: 25%;
}
.history_order td{
    width: 25%;
    text-align: center;
    color: #000;
    padding: 5px;
}
.history_order{
    border-bottom: 1px solid #000;
}
.right_block_cabinet{
    float: left;
    margin-left: 60px;
    margin-top: 41px;
    padding: 5px;
    width: 464px;
}
.left_block_cabinet{
    float: left;
    padding: 5px;
    width: 616px;
}
/*cabinet_history*/
.dop_info_left{
    width: 45%;
    float: left;
}
.dop_info_left .styled_h2{
    width: 87%;
    font-size: 18px;
    line-height: 31px;
}
.dop_info_left label, .dop_info_right label{
    font-size: 21px;
    font-weight: bold;
    display: block;
    padding: 8px 8px 8px 0;
}
.dop_info_left .txt_div{
    text-align: left;
    font-size: 13px;
    color: #000;
    min-width: 90%;
}
.dop_info_right{
    float: left;
    width: 45%;
    margin-left: 40px;
}
.dop_info_right .styled_h2{
    font-size: 18px;
    line-height: 31px;
    width: 87%;
}
.button.cash{
    margin-top: 30px;
}
/*����� ������*/
.tab{
    display: none;
}
.tabs{
    height: 450px;
}
.money.css3-radios label{
   width: 100%;
}
.step{
    font-size: 14px;
    color: #000;
    font-weight: bold;
}
.money_head{
    background: #000;
    color: #fff;
    padding: 5px;
    display: block!important;
    width: 177px;
    text-align: center;
}
#tab1 label{
    background-repeat: no-repeat;
    display: block;
    height: 48px;
    padding-left: 100px;
    background-position: 0;
}
#tab1 label > input{
    margin-top: 10px;
}
#money_out{
    height: 300px!important;
    width: 400px !important;
}
.form_btn{
    margin-top: 20px;
    text-align: center;
}
.tab_navigation{
    display: none;
}
.text_center{
    color: #000000;
    padding-top: 30px;
    text-align: center;
}
/*����� ������*/
.block_cash{
    padding-left: 18px;
    padding-top: 5px;
    color: #c7c7c8;
}
.grey_text{
    color: #c7c7c8;
}
.cart_cabinet td.image{
    width: 95px!important;
}
.cart_cabinet td.name {
    width: 170px!important;
    font-size: 16px!important;
}
.cart_cabinet td.name > a{
    font-size: 16px!important;
    width: 100px !important;
}
.cart_cabinet td.amount > div{
    width: 140px;
    text-align: center;
}
.left_block_cabinet #cartform{
    width: 605px!important;
}
.left_block_cabinet .cart_cabinet{
    width: 585px !important;
}
.style_h{
    background: #cfcfd0 none repeat scroll 0 0;
    color: #262625;
    font-size: 18px;
    font-weight: normal;
    line-height: 31px;
    text-align: center;
    width: 210px;
}
.my_info{
    margin: 27px 0;
}
.usr{
    background: #000000 none repeat scroll 0 0;
    color: #ffffff;
    font-size: 16px;
    font-weight: normal;
    padding: 5px;
    text-align: center;
    width: 215px;
}
.personal_info{
    background: #000000 none repeat scroll 0 0;
    color: #ffffff!important;
    display: block;
    height: 24px;
    text-align: left;
    padding-left: 5px;
    width: 92px;
    float: left;
    margin-bottom: 5px;
}
.personal_info + input{
    float: left;
    margin-bottom: 5px;
    margin-left: 35px;
    width: 325px;
    border: 1px solid #fff;
    pointer-events: none;
}
.user_form .button{
    margin-top: 10px;
    float: none;
}
.border{
    border: 1px solid #000!important;
    pointer-events: visible!important;
}
.total_price{
    font-weight: bold;
    margin-right: 20px;
}
.total_info{
    clear: both;
    width: 100%;

}
.total_info > tbody > tr > td{
    padding: 8px 0;
    border-top: 1px solid #000;
    border-bottom: 1px solid #000;
}
/*.first_td{
    width: 280px;
    vertical-align: top;
}*/
.first_td > div{
    background: #cfcfd0;
    text-align: center;
    width: 80%;
    padding: 3px;
}
.send_coupon{
    margin-left: 10px;
}
.td_d{
    background: #000000 none repeat scroll 0 0;
    color: #ffffff;
    /*margin-left: 6px;*/
    text-align: center;
    padding: 3px;
    /*width: 128px;*/
    /*margin-bottom: 10px;*/
}
/*.td_3{
    vertical-align: top;
}*/
.td_3 > .total_price{
    color: #000;
    text-align: center;
    /*padding: 3px;*/
    /*width: 128px;*/
    /*margin-bottom: 10px;*/
}
.first_td .coupon_code{
    width: 100px;
    border: 1px solid #000;
}
.order_head{
    background: #cacacb!important;
    color: #000!important;
}
.magick_coupon{
    position: absolute;
    right: 15px;
    top: 55px;
    width: 130px;
}
.magick_head{
    background-color: #000000;
    color: #ffffff;
    display: block;
    font-size: 13px;
    height: 23px;
    line-height: 23px;
    text-align: center;
    width: 128px;
}
.magick_head+ label{
    color: #000000;
    display: block;
    text-align: left;
}
.magick_head + label > b{
    font-size: 18px;
}
.lang_icon{
    display: inline-block;
    width: 20px;
    height: 14px;
    margin-top: 20px;
}
.rus_icon{
    background: url("../images/rus.jpg") no-repeat center;
}
.eng_icon{
    background: url("../images/uk.jpg") no-repeat center;
}
.lang_block a{
    padding-top: 5px;
}
.lang_block{
    float: right;
    margin-right: 44px;
    padding-top: 5px;
}
.fn_rf_input{
    margin-top: 10px;
    margin-bottom: 10px;
    width: 100%;
}
.td_d_mobile{
    display: none;
}

@media (max-width: 425px) {
    .td_3{
        display: flex !important;
        justify-content: space-between;
        align-items: center;
        margin-right: 0;
        float: left;
        border-top: none !important;
    }

    .td_d_mobile{
        display: block;
        background: #000000 none repeat scroll 0 0;
        color: #ffffff;
        padding: 3px;
        text-align: center;
        width: 50%;
        margin-top: 0 !important;
    }

    .total_price{
        width: 45%;
    }

    .result_total_price{
        display: none !important;
    }

    .send_coupon{
        padding: 0 8px !important;
    }
}
@media (max-width: 425px) {
    .td_3{
        margin-right: 0;
        float: left;
        border-top: none !important;
    }

    .total_price{
        margin-right: 0;
    }

    .first_td{
        display: flex !important;
        align-items: center;
        flex-direction: column;
    }

    .result_total_price{
        width: 140px !important;
        float: left;
        border-top: none !important;
        padding: 5px 0 !important;
    }

    .td_d{
        margin-top: 0 !important;
    }

    .send_coupon{
        padding: 0 8px !important;
    }

    .first_td .coupon_code{
        margin: 10px 0;
    }
}

@media (max-width: 375px) {
    .td_3{
        margin-right: 0;
        float: left;
        border-top: none !important;
    }

    .result_total_price{
        width: 140px !important;
        float: left;
        border-top: none !important;
        padding: 5px 0 !important;
    }

    .td_d{
        margin-top: 0 !important;
    }

    .send_coupon{
        padding: 0 8px !important;
    }
}

@media (max-width: 325px) {
    .td_3{
        margin-right: 0;
        float: left;
        border-top: none !important;
    }

    .result_total_price{
        width: 140px !important;
        float: left;
        border-top: none !important;
        padding: 5px 0 !important;
    }

    .td_d{
        margin-top: 0 !important;
    }

    .send_coupon{
        padding: 0 8px !important;
    }
}