/**/
.xs {
    display: none
}

.md {
    float: left;
    width: 100%
}

.popup-window.for-got {
    border-top: 3px solid #2c3e6f
}

.account-container .h2 {
    font-size: 18px;
    color: #232323;
    font-weight: bold;
    padding: 0 0 0px 0;
}

.account-container .h22 {
    padding: 15px 0 0px 0;
}

.account-container .form-group {
    padding: 15px 0 0;
}

.account-container .form-group.width-left {
    width: 335px;
}

.account-container .form-group span {
    font-size: 14px;
    color: #888888;

}

.account-container .form-group span.warning {
    font-size: 18px;
    color: #2c3e6f;
    font-weight: bold;
    text-align: center;
    padding: 10px;
    display: block;
}

.account-container .form-group.forgot-continer {
    padding: 20px 0 20px 0;
    text-align: center;
}

.account-container .form-group a {
    color: #000;
    text-decoration: underline;
}

.account-container .form-group a:hover {
    text-decoration: none;
}

.account-container .control-label {
    display: inline-block;
    max-width: 100%;
    margin-bottom: 5px;
    font-size: 14px;
    color: #232323;
    font-weight: normal;
}

.account-container .form-control {
    display: block;
    width: 100%;
    height: 39px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #323232;
    background-color: #fff;
    background-image: none;
    border: 1px solid #c4c4c4;
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}

.account-container input[type="checkbox"] {
    display: none;
}

.account-container input[type="checkbox"] + label {
    position: relative;
    padding-left: 25px;
    font-size: 14px;
    color: #232323;
    font-weight: 100;
    margin: 6px 0px;
    line-height: 24px;
}

.account-container input[type="checkbox"] + label:hover {
    cursor: pointer;
}

.account-container input[type="checkbox"] + label::before {
    content: "";
    display: inline-block;
    height: 18px;
    width: 18px;
    margin: 0px 10px 0 0;
    background-image: url(../images/sity-icon.png);
    background-position: -18px -18px;
    border: 1px solid #c4c4c4;
    background-repeat: no-repeat;
    position: absolute;
    top: 3px;
    left: 0px;
}

.account-container input[type="checkbox"]:checked + label::before {
    background-position: 3px 3px;
}

.account-container input:disabled + label {
    opacity: 0.5 !important;
    filter: alpha(opacity=50);
}

.account-container .result-submit, .account-container input[type="submit"] {
    border: none;
    width: 100%;
    height: 40px;
    text-transform: uppercase;
    font-weight: normal;
    margin-top: 0px;
    cursor: pointer;
    color: white;
    background: #2c3e6f;
    font-size: 15px;
    -webkit-transition: all 0.1s ease 0s;
    transition: all 0.1s ease 0s;
}

.account-container input[type="submit"]:hover {
    opacity: .95;
}

.bt-1, a.bt-1 {
    color: #c61524 !important;
    text-decoration: none;
    border: 2px solid #c61524;
    background: none;
    height: 40px;
    font-size: 16px;
    text-transform: uppercase;
    text-align: center;
    line-height: 39px;
    margin-top: 10px;
    font-weight: normal;
    display: block;
    width: 100%;
    text-decoration: none !important;
}

.bt-1:hover, a.bt-1:hover {
    background: #c61524;
    color: #FFF !important;
    border: 2px solid #c61524;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

.bt-2, a.bt-2 {
    color: #2c3e6f !important;
    text-decoration: none;
    border: 2px solid #2c3e6f;
    background: none;
    height: 38px;
    font-size: 16px;
    text-transform: uppercase;
    text-align: center;
    line-height: 37px;
    font-weight: normal;
    display: block;
    width: 100%;
    text-decoration: none !important;
}

.bt-2:hover, a.bt-2:hover {
    background: #2c3e6f;
    color: #FFF !important;
    border: 2px solid #2c3e6f;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

.account .col-right .info-text {
    padding: 15px 0 5px 0;

}

/*adress*/
.account-container .row-table {
    height: inherit;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 20px 0px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.account-container .row-form {
    float: left;
    width: 100%;
    padding: 20px 0px;
}

.account-container ul li.row-table:first-child {
    border-top: 1px solid #c4c4c4;

}

.adress-column {
    float: left;
    width: 80%;
    font-size: 16px;
    color: #232323;
    font-weight: bold;
}

/*adress add*/
.adress-column-oblast {
    float: left;
    padding: 0px 20px 0 0;
}

.adress-column-adress {
    float: left;
    padding: 0px 20px 0 0;
}

.account-container .adress-column-oblast .form-control {
    float: left;
    width: 90%;
}

.account-container .adress-column-oblast .number {
    float: left;
    display: block;
    width: 10%;
    line-height: 37px;
}

.delete-column, .form-group.delete-column {
    float: right;
    width: 20%;
    text-align: right;
    padding: 0;
    margin: 0;
}

.delete-column a {
    color: #232323;
    text-decoration: underline;
}

.delete-column a:hover {
    text-decoration: none;
}

/*order-list*/
.account-container .order-list .row-table {
    padding: 25px 0px;
}

.icon-shipped {
    padding: 0 0 0 40px;
    min-height: 34px;
    background: url(../images/ico_shipped.png) 0 0 no-repeat;
}

.icon-shipped2 {
    padding: 0 0 0 40px;
    min-height: 34px;
    background: url(../images/ico_shipped2.png) 0 0 no-repeat;
}

.icon-payed {
    padding: 0 0 0 40px;
    min-height: 34px;
    background: url(../images/ico_payed.png) 0 0 no-repeat;
}

.text-grey {
    color: #898989
}

.text-red {
    color: #ff0000
}

.text-blue {
    color: #2c3e6f
}

.fontsize-14 {
    font-size: 14px;
}

.order-list .cols span {
    color: #888888;
    font-size: 14px
}

.order-list .cols span.text-red {
    color: #ff0000
}

.order-list .cols span.text-blue {
    color: #2c3e6f
}

.order-list .cols strong {
    font-weight: bold;
}

.order-list .cols a {
    color: #2c3e6f;
}

.order-list .cols a:hover {
    text-decoration: none;
}

/*order-one*/
.order-one .head-table span.text-grey {
    font-weight: normal;
}

.head-table {
    border-bottom: 1px solid #dfdfdf;
    margin-bottom: 12px;
    padding: 0 0 5px 0;
}

.head-table span {
    color: #888888;
    font-size: 14px;
}

.account-container .head-table .head-container {
    padding: 0 0 0 25px;
    width: 260px;
    background: url(../images/arrow-oredr-left.png) 0 5px no-repeat;
}

.account-container .head-container a {
    border-bottom: 0;
    text-decoration: underline;
}

.account-container .head-container a:hover {
    text-decoration: none;
}

.account-container .head-table .head-container {
    float: left;
    width: 280px;
}

.account-container .head-table .head-qty {
    float: left;
    width: 320px;
}

.account-container .head-table .head-payed {
    float: left;
    width: 115px;
}

.account-container .head-table .head-shipped {
    float: left;
    width: 170px;
}

.order-one .cols strong, .head-table strong {
    font-weight: bold;
}

.order-one .cols a, .account a {
    color: #2c3e6f;
}

.order-one .cols a:hover, .account a:hover {
    text-decoration: none;
}

.table-container .bottom-table li {
    border-bottom: 0px solid #c4c4c4;
    padding: 2px 0;
}

.left-slider-container {
    position: relative;
}

#left-slider-next {
    display: none;
}

#left-slider-prev {
    display: none;
}

.order-one .cols span, .order-one .head-table span.text-grey {
    color: #888888;
    font-size: 14px
}

.order-one .cols span.text-red {
    color: #ff0000
}

.order-one .cols span.text-blue {
    color: #2c3e6f
}

.order-one .cols span.fontsize-14, .order-one .head-table span.fontsize-14 {
    font-size: 14px;
}

.order-one .cols strong {
    font-weight: bold;
}

.order-one .cols a {
    color: #2c3e6f;
}

.order-one .cols a:hover {
    text-decoration: none;
}

.order-one .cost-column {
    text-align: right;
}

/* order-one*/

.bottom-table {
    border-top: 1px solid #c4c4c4;
    padding: 20px 0;

}

.table-container .bottom-table a {
    color: #2c3e6f
}

.table-container .bottom-table a:hover {
    text-decoration: none;
}

.table-container .bottom-table li {
    border-bottom: 0px solid #c4c4c4;
    padding: 2px 0
}

.table-container .bottom-table li.full-tootal {
    font-size: 18px;
    font-weight: bold;
    padding: 24px 0 0 0;
}

.table-container .bottom-table li.full-tootal span {
    color: #2c3e6f
}

.container-totals {
    float: left;
    width: 600px;
}

.container-order-payed {
    float: left;
    width: 160px;
}

.container-order-shipped {
    float: right;
    width: 140px;
}

@media (min-width: 1200px) {

    .sidebar-account .navbar-header {
        display: none;
    }

    .sidebar-account li {
        min-height: 40px;
        line-height: 20px;
        text-align: left;
        padding: 10px 0px;
    }

    .sidebar-account li.active {
        background: #e0e0e0;
    }

    .sidebar-account li.active:hover {
        opacity: .8
    }

    .sidebar-account li.active {
        position: relative;
    }

    .sidebar-account li.active::before, .sidebar-account li.active::after {
        content: '';
        position: absolute;
        right: -20px;
        bottom: 0;
        border: 20px solid white;
        border-left: 15px solid #e0e0e0;
    }

    .sidebar-account li.active::after {
        border-left: 15px solid #e0e0e0;
        bottom: 0px;
    }

    .sidebar-account li a {
        font-size: 16px;
        color: #282828;
        text-decoration: underline;
    }

    .sidebar-account li.active a {
        text-decoration: none;
        font-weight: bold;
        display: block;
    }

    .sidebar-account li a:hover {
        text-decoration: none;
    }

    .account-container {
        min-height: 700px;
    }

    .account {
        width: 934px;
        float: left;
    }

    .account .col-left {
        width: 332px;
        float: left;
        padding: 0 20px;
    }

    .account .col-right {
        width: 417px;
        float: left;
        padding: 0 20px 0 104px;
    }

    .col-center {
        width: 100%;
        float: left;
        padding: 0 0px 0 20px;

    }

    .account.personal-data .col-left {
        width: 400px
    }

    .account.personal-data .col-right {
        width: 410px;
        float: left;
        padding: 0 20px 0 60px;
    }

    .account-container .head-container {
        padding: 0 20px;
    }

    .account-container .col-left .head-container, .account-container .col-right .head-container {
        padding: 0 0px;
        margin: 0;
    }

    /*adress add*/
    .adress-column-oblast {
        width: 254px;

    }

    .adress-column-adress {
        width: 445px
    }

    /*subscribe*/
    .account.subscribe .col-left {
        width: 630px;
        float: left;
        padding: 0 290px 0 20px;
    }

    .account.subscribe .col-right {
        width: 290px;
        float: right;
        padding: 0 0px 0 0px;
    }

    /* order-list*/
    .order-list .colum-ordernumber {
        width: 180px;
    }

    .order-list .colum-qty {
        width: 160px;
    }

    .order-list .colum-suma {
        width: 215px;
    }

    .order-list .colum-status1 {
        width: 196px;
    }

    .order-list .colum-status2 {
        width: 160px;
    }

}
