@import url(https://fonts.googleapis.com/css?family==PT+Sans|PT+Sans+Caption|PT+Sans+Narrow:400,700);

html,
html,
body {
    margin: 0;
    padding: 0;
    position: relative;
    font-family: "Open Sans", sans-serif;
}

.main {
    min-height: calc(100vh - 50px - 150px);
}

.name-col {
    font-family: "Open Sans", sans-serif;
    color: #000;
    font-size: 30px;
    margin-bottom: 20px;
}

.container-breadcrumb {
    padding-left: 0 !important;
}

.breadcrumb {
    font-family: "Open Sans", sans-serif;
    background-color: #fff !important;
    padding: 8px 0 !important;
}

.breadcrumb a {
    font-family: "Open Sans", sans-serif;
    color: #01aeef;
    text-decoration: underline;
}

/* HEADER START */

.header {
    font-family: "Open Sans", sans-serif;
    padding-top: 30px;
    padding-bottom: 20px;
}

.logo-pic {
    background: url('/images/logo.png');
    width: 245px;
    height: 89px;
}

.nav-bottom ul {
    background-color: #00aeef;
    padding-left: 0;
    margin-left: 2px;
}

.nav-top ul li,
.nav-bottom ul li {
    display: inline-block;
    list-style-type: none;
}

.nav-top ul li:not(:last-child) {
    margin-right: 5%;
}

.nav-bottom ul li {
    margin: 0;
    padding: 15px 15px;
}


.nav-bottom ul li:last-child span {
    margin-left: 5px;
}

.nav-bottom ul li:not(:last-child):hover {
    background-color: #000;
}

.nav-top ul li a,
.nav-bottom ul li a {
    color: #000;
    font-size: 17.74px;
}

.nav-top ul li a:hover,
.nav-bottom ul li a:hover {
    text-decoration: none;
}

.nav-bottom ul li:not(:last-child) a {
    color: #fff;
    font-size: 17.74px;
}

.cart-img{
    padding-left: 0px;
    margin-left: 0px;
}

/* HEADER END */

/* SIDEBAR START */

.sidebar {
    font-family: "PT Sans Narrow", sans-serif;
    padding-left: 0;
}

.sidebar li {
    list-style-type: none;
    margin-bottom: 15px;
    cursor: pointer;
}

.sidebar li a {
    font-size: 16px;
    font-weight: 700;
    color: #000;
    text-transform: uppercase;
    text-decoration: none;
    border-bottom: 1px dashed #000;
    letter-spacing: 0px;
}

.sidebar .submenu {
    display: none;
    padding-top: 10px;
    padding-left: 0px;
}

.sidebar .submenu li {
    margin-bottom: 10px;
}

.sidebar .submenu li a {
    font-size: 15px;
    font-weight: 400;
    color: #00aeef;
    text-transform: capitalize;
    text-decoration: underline;
    letter-spacing: 0.5px;
    border-bottom: none;
}

.sidebar .subsubmenu {
    display: none;
    padding-left: 20px;
}

.sidebar .subsubmenu li {
    font-size: 14px;
    list-style-type: disc;
    color: #00aeef;
    margin-bottom: 7px;
}

.sidebar .submenu li a {
    font-size: 14px;
}

.sidebar .subsubmenu li sup {
    color: #000;
    text-decoration: none;
}

/* SIDEBAR END */

/* FOOTER START */

.footer {
    font-family: 'PTSans-Regular';
    height: 50px;
    width: 100%;
    background-color: #000;
    padding-top: 12px;
    text-align: center;
    position: absolute;
    top: 100%;
}

.footer .copyright,
.footer .address,
.footer .phone,
.footer .error,
.footer .creater {
    display: inline-block;
    color: #fff;
    font-size: 9px;
    margin-left: 10px;
}

.footer .error {
    margin-left: 60px;
}

/* FOOTER END */

/* SEARCH PANEL START */

.search-catalog form {
    font-family: 'PT Sans-Regular';
    border: 1px solid #ccc;
    padding-bottom: 27px;
    margin-bottom: 40px;
    position: relative;
}

#search-string {
    display: block;
    width: 100%;
    height: 43px;
    border: none;
    border-bottom: 1px solid #ccc;
    font-size: 18px;
    padding-left: 15px;
}

.checkbox label {
    display: inline-block;
    cursor: pointer;
    position: relative;
    padding-left: 35px;
    margin-right: 15px;
    font-size: 18px;
}

.checkbox label:before {
    content: "";
    display: inline-block;

    width: 25px;
    height: 25px;

    margin-right: 10px;
    position: absolute;
    left: 0;
    bottom: 1px;
    background-color: #fff;
    border: 1px solid #ccc;
}

.checkbox input[type=checkbox] {
    display: none;
}

.checkbox input[type=checkbox]:checked + label:before {
    content: "\2714";
    font-size: 18px;
    padding-left: 5px;
    color: #00aeef;
}

.check-wrap {
    margin-top: 20px !important;
    margin-bottom: 25px !important;
}

.label-for-switch {
    display: inline-block;
    font-size: 18px;
    margin-left: 20px;
    margin-top: 20px;
}

.switcher {
    display: inline-block;
    position: relative;
    margin-left: 50px;
    margin-top: 20px;
    margin-bottom: -10px;
    height: 29px;
    width: 222px;
    border-radius: 30px;
    border: 1px solid #999;
}

.switch-label {
    position: relative;
    z-index: 2;
    float: left;
    width: 109px;
    line-height: 26px;
    font-size: 14px;
    color: #383838;
    text-align: center;
    cursor: pointer;
}

.switch-label:active {}

.switch-label-off {
    margin-left: 1px;
}

.switch-label-on {
    margin-left: 5px;
    margin-right: -5px;
}

.switch-input {
    display: none;
}

.switch-input:checked + .switch-label {
    color: #fff;
    transition: 0.15s ease-out;
}

.switch-input:checked + .switch-label-on ~ .switch-selection {
    left: 120px;
    width: 100px;
}

.switch-selection {
    display: block;
    position: absolute;
    z-index: 1;
    top: -2px;
    left: -3px;
    width: 120px;
    height: 31px;
    background: #01aeef;
    border-radius: 30px;
    transition: left 0.2s ease-out;
}

.search-btn {
    position: absolute;
    right: 5%;
    bottom: 15%;
    background: url('/images/search-btn.png') 50% 50% no-repeat;
    width: 124px;
    height: 52px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    font-size: 18px;
    font-weight: bold;
}

/* SEARCH PANEL END */

/* NEWS-PROMO BLOCK START */

.news-promo .feed {
    font-family: 'PTSans-Regular';
    max-height: 1000px;
    overflow: hidden;
    font-size: 16px;
}

.news-promo .feed .pic img {
    max-width: 120px;
    max-height: 120px;
    margin-top: 10px;
}

.news-promo .feed .promo,
.news-promo .feed .new {
    margin-bottom: 10px;
}

.news-promo .feed .title {
    font-size: 18px;
    text-decoration: underline;
}

.news-promo .feed .new .date {
    background-color: #8cc73a;
    width: 60px;
    height: 70px;
    color: #fff;
    border-radius: 3px;
    font-size: 22px;
    line-height: 25px;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    margin-top: 10px;
}

/* NEWS-PROMO BLOCK END */

.catalog {
    position: relative;
}

.catalog .tools {
    position: absolute;
    right: 2.2%;
    top: 8%;
    font-size: 15px;
    color: #333;
}

.catalog .tools a {
    font-size: 15px;
    color: #333;
}

.catalog .manager {
    font-family: 'PTSans-Regular';
    font-size: 28px;
}

.catalog .manager span {
    color: #00aeef;
}

.catalog .manager p {
    font-family: 'PTSans-Regular';
    font-size: 16px;
    margin-top: 15px;
}

.search-filter #quantity,
.search-filter p {
    font-family: 'PTSans-Regular';
    display: inline-block;
}

.search-filter {
    margin-top: 10px;
}

.search-filter #label-search {
    font-family: 'PTSans-Regular';
    margin-left: 39%;
    font-weight: 400;
}

.search-filter #search {
    font-family: 'PTSans-Regular';
    width: 190px;
}

.order-btn {
    width: 250px;
    height: 45px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 24px;
    color: #fff;
    background-color: #db2476;
    margin-top: 25px;
    cursor: pointer;
    margin-left: auto;
}

.close-btn {
    width: 250px;
    height: 45px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 24px;
    color: #fff;
    background-color: #db2476;
    margin-top: 180px;
    cursor: pointer;
    margin-left: auto;
    margin-right: 30px;
}

.table-catalog,
.table-orders,
.table-order-detail,
.table-cart {
    font-family: 'PTSans-Regular';
    margin-top: 25px;
    border: 1px solid #ccc;
    font-size: 18px;
    letter-spacing: 0.6px;
    color: #383838;
}

.table-catalog thead,
.table-catalog th,
.table-orders th,
.table-order-detail th,
.table-cart th
{
    text-align: center;
}



.table-catalog .pn,
.table-orders .pn,
.table-order-detail .pn,
.table-cart .pn {
    font-size: 14px;
    font-family: "Open Sans", sans-serif;
    color: black;
}
.table-catalog .part-number,
.table-orders .part-number,
.table-order-detail .part-number,
.table-cart .part-number {
    font-size: 12px;
    color: #808080;
    -ms-user-select: none;
    -moz-user-select: none;
    -webkit-user-select: none;
    user-select: none;

}

.table-catalog .product,
.table-orders .product,
.table-order-detail .product,
.table-cart .product {
    font-size: 14px;
    font-family: "Open Sans", sans-serif;
}

.table-catalog .product{
    margin: 10px!important;
    padding: 10px!important;
    max-width: 148px;
}


.table-catalog .input-number,
.table-orders .input-number,
.table-order-detail .input-number,
.table-cart .input-number {
    display: inline-block !important;
}

.table-catalog .quantity-prod,
.table-orders .quantity-prod,
.table-order-detail .quantity-prod,
.table-cart .quantity-prod {
    text-align: center;
    width: 50px;
    border: 1px solid #ccc;
    box-sizing: border-box;
    vertical-align: top;
}

.table-header{
    text-align: center;
    vertical-align: middle!important;
    font-family: "Open Sans", sans-serif !important;
    color: #5b5b5b;
    font-size: 14px;
    font-weight: normal;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
    opacity: 1;
}

.catalogPurchBlock{
    padding-top: 5px;
    padding-bottom: 5px;
    display: inline-block  !important;
}

.catalogPurchBlock .qty{
    padding-top: 2px;
    display: inline;
}

.catalogPurchBlock input[type=number]{
    font-size: 14px;
    height: 24px;
}

.cart{
    padding: 0!important;
}

.table-catalog .checkbox,
.table-orders .checkbox,
.table-order-detail .checkbox,
.table-cart .checkbox {
    display: inline-block;
    padding-left: 0px;
}

.table-catalog .glyphicon-earphone {
    color: #00aeef;
}

.table-catalog .price {
    font-family: "Open Sans Bold", sans-serif;
    font-size: 14px;
    color: #000;
    font-weight: bold;
    padding: 0px;
}

.price-block{
    padding-top: 5px;
}

.table-catalog .stock {
    font-family: "Open Sans Bold", sans-serif;
    font-size: 14px;
    color: #000;
    padding-top: 0px;
    padding-right: 0px;
}

.stock-block{
    padding-top: 6px;
    font-family: "Open Sans", sans-serif;

}

.pagination-row .col-lg-6 {
    padding-left: 0 !important;
    padding-right: 0 !important;
}

.pagination-row .pagination a {
    border: none;
    color: #383838 !important;
}

.pagination-row p {
    font-size: 15px;
    margin: 27px 0;
}

.pagination-cart .pagination,
.pagination-orders .pagination {
    margin-left: 21.9% !important;
}

.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
    background-image: url('/images/pagination.png');
    background-repeat: repeat-x;
    background-color: rgba(0, 0, 0, 0) !important;
    border: 1px solid #ccc;
    border-color: #ccc !important;
    color: #383838 !important;
}

.q-prod-in-cart {
    text-align: right;
}

.order-cart-btn {
    width: 250px;
    height: 45px;
    display: flex;
    justify-content: center;
    align-items: center;
    border:0;
    text-decoration: none !important;
    font-size: 24px;
    color: #fff;
    background-color: #db2476;
    margin-top: 25px;
    cursor: pointer;
    margin-left: auto;
    margin-bottom: 20px;
}

.order-cart-btn:hover {
    color: #fff;
}

.table-cart .pn {
    font-size: 13px;
}

.table-cart .pn span {
    font-size: 16px;
    color: #00aeef;
}

.table-cart .sort-btns,
.table-order-detail .sort-btns,
.table-orders .sort-btns {
    display: inline-block;
    font-size: 10px;
    color: #b1b1b1;
    cursor: pointer;
}

.table-cart .sort-btns .arrow-up,
.table-order-detail .sort-btns .arrow-up,
.table-orders .sort-btns .arrow-up {
    margin-bottom: -5px;
}

.purchaseBtn {
    cursor: pointer;
    height: 20px;
    padding: 0 5px 3px 5px;
}

.table-cart .sort-6 {
    margin-left: 48%;
}

.table-cart .sort-1 .arrow-up,
.table-order-detail .sort-1 .arrow-up,
.table-orders .sort-1 .arrow-up {
    color: #00aeef;
}

.sum {
    font-size: 22px;
}

.sum .col-lg-9,
.sum .col-lg-3 {
    padding-left: 0 !important;
    padding-right: 0 !important;
}

/* POPUP Обработка заказа START */

.shadow-popup-processing {
    display: none;
    position: fixed;
    width: 100vw;
    height: 100vh;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    background-color: rgba(175, 175, 175, 0.6);
    z-index: 1;
}


.popup-processing {
    display: none;
    position: fixed;
    width: 980px;
    height: 440px;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;

    background-color: #fff;

    border: 1px solid #ccc;
    border-radius: 10px;

    z-index: 2;

    box-shadow: 2px 2px 30px #7b7575;
}

.popup-processing p {
    text-align: center;
    font-size: 28px;
    margin-top: 20px;
}

.popup-processing p span {
    color: #00aeef;
}

.popup-processing .requestInfo{
    font-size: 16px;
    margin-top: 10px;
}

.popup-processing .requestName{
    font-size: 14px;
    margin-top: 10px;
}

.popup-processing  .submit-btn-form {
    background: url('/images/submit-btn.png') 50% 50% no-repeat;
    font-size: 16px;
    color: #fff;
    text-transform: uppercase;
    font-weight: bold;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 163px;
    height: 55px;
    margin-top: 20px;
    border: 0;
}

/* POPUP Обработка заказа END */

/* POPUP детали заказа START */

.shadow-detail-order {
    display: none;
    position: fixed;
    width: 100vw;
    height: 100vh;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    background-color: rgba(175, 175, 175, 0.6);
    z-index: 1;
}


.popup-detail-order {
    font-family: 'PTSans-Regular';
    display: none;
    position: fixed;
    width: 980px;
    height: 730px;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    background-color: #fff;
    border: 1px solid #ccc;
    border-radius: 10px;
    z-index: 2;
    box-shadow: 2px 2px 30px #7b7575;
}

.popup-detail-order .title {
    font-size: 21px;
    background-color: #ebebeb;
    height: 55px;
    padding-top: 15px;
    padding-left: 20px;
    border-radius: 10px 10px 0 0;
}


.popup-detail-order .title-address {
    font-size: 21px;
    padding-top: 15px;
    padding-bottom: 15px;
}

.popup-detail-order .list-detail {
    font-family: 'PTSans-Regular';
    font-size: 13px;
}

.popup-detail-order .list-detail td {
    padding: 4px 0;
}

.popup-detail-order .list-detail tr:nth-child(odd) td {
    font-weight: bold;
}

.popup-detail-order .back-btn-detail {
    background-color: #df206a;
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    width: 75px;
    height: 35px;
    right: 5%;
    bottom: 5%;
    font-size: 16px;
    text-transform: uppercase;
    color: #fff;
    cursor: pointer;
}

.table-order-detail {
    font-size: 12px;
    border: none;
    border-bottom: 1px solid #ccc;
}

.table-order-detail tr:last-child {
    font-size: 15px;
}

.table-shipping-address {
    border: 1px solid #ccc;
}

/* POPUP детали заказа END */

/* ORDERS START */

.search-filter-orders .col-lg-7,
.search-filter-orders .col-lg-5 {
    padding-left: 0;
    padding-right: 0;
}

.search-filter-orders #quantity,
.search-filter-orders p {
    display: inline-block;
}

.search-filter-orders {
    margin-top: 10px;
}

.search-filter-orders #label-search-order {
    margin-left: 49%;
    font-weight: 400;
}

.search-filter-orders #search-order {
    width: 190px;
}


/* ORDERS END */

/* LK START */

.top-menu-lk {
    font-family: 'PTSans-Regular';
    border: 1px solid #ccc;
    font-size: 24px;
}

.top-menu-lk ul {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    padding-left: 0;
    margin-bottom: 0;
    height: 45px;
}

.top-menu-lk li {
    display: inline-block;
    height: 100%;
    padding: 4px 15px 0 15px;
    list-style-type: none;
}

.top-menu-lk li a {
    color: #737373;
    text-decoration: none;
}

.client-data {
    margin-top: 20px;
    margin-bottom: 50px;

}

.client-data label {
    font-family: 'PTSans-Regular';
    margin-top: 30px;
    font-weight: 400;
    font-size: 15px;
}

.client-data .column {
    display: flex;
    flex-direction: column;
}

.client-data input {
    width: 555px;
    height: 45px;
    padding-left: 5px;
}


/* LK END */

/* FIX-MENU START */

.fixed-left-menu {
    position: fixed;
    background-color: #00aeef;
    width: 70px;
    height: 215px;
    z-index: 1;
    left: 0;
    top: 30%;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    align-items: center;
}

.fixed-left-menu a {
    display: block;
}

.fixed-left-menu .complaint {
    background: url('/images/fix-m-complaint.png') 50% 50% no-repeat;
    width: 42px;
    height: 52px;
}

.fixed-left-menu .akt {
    background: url('/images/fix-m-akt.png') 50% 50% no-repeat;
    width: 38px;
    height: 52px;
}

.fixed-left-menu .pay-message {
    background: url('/images/fix-m-pay-message.png') 50% 50% no-repeat;
    width: 46px;
    height: 48px;
}

/* FIX-MENU END */

/* complaint START */

.complaint-info {
    font-family: 'PTSans-Regular';
    font-size: 19px;
    color: #373737;
}

.complaint-form {
    display: flex;
    flex-direction: column;
    padding-left: 20px;
    padding-right: 20px;
}

.complaint-form label {
    font-family: 'PTSans-Regular';
    margin-top: 20px;
}

.complaint-form input {
    border: 1px solid #ccc;
    height: 35px;
    font-size: 15px;
    padding-left: 15px;
}

.complaint-form select {
    border: 1px solid #ccc;
    height: 35px;
    font-size: 15px;
    margin-bottom: 15px;
    width: 292px;
}


.complaint-form .boldText{
    padding-top: 7px;
    font-weight: bold;
}

.complaint-form textarea {
    border: 1px solid #ccc;
    width: 100%;
    font-size: 15px;
    padding-left: 15px;
    margin-top: 20px;
}

.complaint-form .submit-btn-complaint-form {
    background: url('/images/submit-btn.png') 50% 50% no-repeat;
    font-size: 16px;
    color: #fff;
    text-transform: uppercase;
    font-weight: bold;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 163px;
    height: 55px;
    margin-top: 20px;
    border: 0;
}

.complaint-info-bottom {
    display: block;
    margin: 40px 0;
}

/* complaint END */

/* AKT START */

.akt-form .col-sm-12,
.akt-form .col-sm-6 {
    padding-left: 0 !important;
    padding-right: 0 !important;
}

.akt-form .header {
    font-family: 'PTSans-Regular';
    margin-top: 20px;
    margin-left: 20px;
    font-size: 20px;
}

.akt-form .row{
    padding-top: 10px;
}

.akt-form .title{
    text-align: right;
    padding-top: 5px;
}

.akt-form input {
    border: 1px solid #ccc;
    height: 35px;
    font-size: 15px;
    padding-left: 15px;
}

.akt-form  textarea {
    border: 1px solid #ccc;
    font-size: 15px;
    padding-left: 15px;
    margin-left: 30px;
}


.aktInputFrm {
    border: 1px solid #ccc;
    height: 30px;
    font-size: 15px;
    width: 288px;
}

.aktInputDt{
    padding-left: 5px;
    width: 105px !important;
    height: 30px !important;;
    font-size: 15px;
}

.aktUpload{
    margin-left: 30px;
    width: 440px;
    height: 140px;
}

.akt-form .submit-btn-akt-form {
    font-family: 'PTSans-Regular';
    background: url('/images/submit-btn.png') 50% 50% no-repeat;
    background-size: contain;
    font-size: 16px;
    color: #fff;
    text-transform: uppercase;
    font-weight: bold;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 200px;
    height: 52px;
    margin-top: 10px;
    cursor: pointer;
    border: 0;
}


#file-akt {
    font-family: 'PTSans-Regular';
    color: #01aeef;
    text-decoration: underline;
}

/* AKT END */

/* PAY MESSAGE START */

.pay-message-form .col-lg-12,
.pay-message-form .col-lg-6 {
    padding-left: 0 !important;
    padding-right: 0 !important;
}

.pay-message-form .column {
    display: flex;
    flex-direction: column;
}

.pay-message-form label {
    font-family: 'PTSans-Regular';
    margin-top: 40px;
    font-weight: 400;
}

.pay-message-form input {
    border: 1px solid #ccc;
    height: 45px;
    font-size: 15px;
    padding-left: 15px;
    width: 555px;
}

.pay-message-form .submit-btn-pay-message-form {
    font-family: 'PTSans-Regular';
    background: url('/images/submit-akt-btn.png') 50% 50% no-repeat;
    background-size: contain;
    font-size: 16px;
    color: #fff;
    text-transform: uppercase;
    font-weight: bold;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 1140px;
    height: 52px;
    margin-top: 40px;
    cursor: pointer;
    margin-bottom: 40px;
    border: 0;
}

#file-pay-message {
    font-family: 'PTSans-Regular';
    color: #01aeef;
    text-decoration: underline;
}

/* PAY MESSAGE END */

/* AUTHORIZATION START */

.shadow-auth {
    position: fixed;
    width: 100vw;
    height: 100vh;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    background-color: rgba(175, 175, 175, 0.6);
    z-index: 1;
}

.auth-wrapper {
    font-family: 'PTSans-Regular';
    position: absolute;
    background-color: #fff;
    width: 650px;
    height: 600px;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    border: 1px solid #bdbdbd;
    border-radius: 20px;
    box-shadow: 2px 2px 10px #7b7b7b;
    z-index: 2;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.auth-wrapper .title {
    font-family: 'PTSans-Caption';
    font-size: 40px;
    color: #000;
}

.auth-form {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.auth-form input {
    width: 345px;
    height: 65px;
    margin-top: 40px;
    font-size: 18px;
    padding-left: 10px;
}

.auth-form .checkbox {
    margin-top: 20px;
    margin-left: -148px;
}

.auth-form .login-btn-auth {
    background-color: #000;
    width: 345px;
    height: 65px;
    margin-top: 30px;
    color: #fff;
    font-size: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    border: 0;
}

.auth-form .forget_pass {
    margin-top: 30px;
    font-size: 18px;
    cursor: pointer;
    text-decoration: none;
    color:black;
}


.auth-form .registration-btn {
    margin-top: 20px;
    font-size: 18px;
    text-transform: uppercase;
    color: #00aeef;
    text-decoration: underline;
    cursor: pointer;
}

.auth-form .error {
    color: red;
    font-size: 22px;
}
    /* AUTHORIZATION END */

/* REGISTRATION START */

.title-reg {
    font-family: 'PTSans-Caption';
    font-size: 40px;
    margin-top: 13px;
    text-align: center;
}

.reg-vs .title {
    font-family: 'PTSans-Caption';
    font-size: 33px;
}

.reg-vs .deskl {
    font-family: 'PTSans-Regular';
    font-size: 15px;
}

.reg-vs .reg-active-btn,
.reg-vs .reg-new-btn {
    font-family: 'PTSans-Regular';
    display: inline-flex;
    justify-content: center;
    align-items: center;
    margin: 20px 0;
    color: #fff;
    font-size: 14px;
    font-weight: bold;
    text-transform: uppercase;
    cursor: pointer;
}

.reg-vs .reg-active-btn {
    background: url('/images/reg-active-btn.png') 50% 50% no-repeat;
    width: 246px;
    height: 47px;
    margin-right: 20%;
}

.reg-vs .reg-new-btn {
    background: url('/images/reg-new-btn.png') 50% 50% no-repeat;
    width: 189px;
    height: 47px;
}

.reg-vs .info-for-new {
    margin-top: 40px;
    font-family: 'PTSans-Regular';
    background-color: #e6e6e6;
    border: 1px solid #ccc;
    padding: 20px;
}

.reg-vs .info-for-new .title {
    font-size: 43px;
    margin-bottom: 30px;
}

.reg-vs .info-for-new p {
    color: #4e4e4e;
    font-size: 18px;
    margin-bottom: 25px;
}

.reg-vs .info-for-new p span {
    color: #2aace2;
    text-decoration: underline;
    cursor: pointer;
}

/* REGISTRATION END */

/* REGISTRATION-ACTIVE START */

.message-reg {
    font-family: 'PTSans-Regular';
    background-color: #e6e6e6;
    border: 1px solid #ccc;
    padding: 20px;
    font-size: 18px;
    margin: 15px 0;
}

.reg-form {
    display: flex;
    flex-direction: column;
    margin-bottom: 40px;
}

.phone-wr .wr {
    display: inline-flex;
    flex-direction: column;
}

.phone-wr .wr:first-child {
    width: 68%;
}

.phone-wr .wr:last-child {
    width: 28%;
    margin-left: 3%;
}

.phone-wr {
    width: 100%;
}

.reg-form .title {
    font-family: 'PTSans-Caption';
    background: url('/images/reg-title.png') 50% bottom no-repeat;
    background-size: contain;
    width: 555px;
    font-size: 25px;
    margin-top: 40px;
}

.reg-form .title-2 {
    font-family: 'PTSans-Caption';
    font-size: 25px;
    margin-top: 40px;
    margin-bottom: 15px;
}

.reg-form input{
    height: 45px;
    font-size: 18px;
    padding-left: 10px;
}

.reg-form select{
    height: 45px;
    font-size: 18px;
    padding-left: 10px;
}

.reg-form label {
    margin-top: 30px;
    font-size: 15px;
    color: #383838;
}

.reg-form .necessarily {
    color: #db2476;
}

.reg-form a {
    color: #00aeef;
}

.reg-form p {
    font-family: 'PTSans-Regular';
    font-size: 15px;
    line-height: 24px;
}

.reg-form .sogl-text {
    height: 470px !important;
    padding: 25px 0 25px 25px;
    border: 1px solid #ccc;
}

.reg-form .sogl-text p {
    font-size: 15px;
}

.reg-form .sogl-text p span {
    font-weight: bold;
}

.reg-form .next-reg-btn {
    font-family: 'PTSans-Regular';
    background: url('/images/search-btn.png') 50% 50% no-repeat;
    background-size: contain;
    font-size: 16px;
    color: #fff;
    text-transform: uppercase;
    font-weight: bold;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 124px;
    height: 52px;
    margin-top: 40px;
    cursor: pointer;
    margin-bottom: 40px;
    margin-left: auto;
    border: 0;
}

.checkbox-sogl {
    margin-left: auto;
    margin-top: 20px !important;
}

/* REGISTRATION-ACTIVE END */

.prev-reg-btn {
    background: url('/images/search-btn.png') 50% 50% no-repeat;
    width: 124px;
    height: 52px !important;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    font-size: 18px;
    font-weight: bold;
    margin-left: 10%;
    margin-bottom: 30px;
    border: 0;
    cursor: pointer;
}

.reg-btn-new-user {
    background: url('/images/reg-new-btn-2.png') 50% 50% no-repeat;
    width: 228px;
    height: 52px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    font-size: 18px;
    font-weight: bold;
    margin-left: 25%;
    border: 0;
    cursor: pointer;
}

.linkBtn{
    color: white;
    text-decoration: none;
}

.linkBtn:hover {
    color: white;
    text-decoration: none;
}

.help-block{
    color:red !important;
    font-size: 18px;
}

.text{
    font-family: 'PTSans-Caption';
    font-size: 20px;

}

.breakAll {
    word-break: break-all;
}

.main .noLeftBorder
{
    border-left:0;
}

.main .noRightBorder
{
    border-right:0;
}

.sendRequest{
    height: 32px;
    border: 0;
    cursor: pointer;
}


.popupInfo{
    visibility: hidden;
    background-color: #999;
    color: #fff;
    text-align: center;
    border-radius: 6px;
    padding: 8px;
    top: 100px;
    position: absolute;
    right: 0;
    z-index: 1;
}

/* Popup arrow */

/* Toggle this class - hide and show the popup */
.popupInfoShow {
    visibility: visible;
    -webkit-animation: fadeIn 1s;
    animation: fadeIn 1s;
}

/* Add animation (fade in the popup) */
@-webkit-keyframes fadeIn {
    from {opacity: 0;}
    to {opacity: 1;}
}

@keyframes fadeIn {
    from {opacity: 0;}
    to {opacity:1 ;}
}

.purchaseAll{
    display: none;
    background-color: #999;
    color: #fff;
    text-align: center;
    border-radius: 6px;
    padding: 8px;
    top: 10px;
    position: fixed;
    right: 0;
    z-index: 1;
}

.catalog-item-list-count-phone{
    display: inline-block;
    background-image: url('../images/common-sprite.png');
    background-repeat: no-repeat;
    background-position: -10px -1622px;
    height: 21px;
    width: 25px;
}

.bottom-border{
    width: 100%;
    border-bottom: 1px solid #ccc;
    height: 35px!important;
}

.cat-price{
    display: inline-block;
    padding-top:9px;
    padding-right: 3px;
}

.catalog-item-list-button_basket {
    display: inline-block;
    border-style: solid;
    border-width: 1px;
    cursor: pointer;
    font-family: inherit;
    line-height: normal;
    margin: 0 3px 0 3px ;
    height: 24px;
    position: relative;
    text-decoration: none;
    text-align: center;
    font-size: 18px;
    color: #fff;
    border-radius: 5px;
    background-color: #8cc641;
    -webkit-box-shadow: none;
    box-shadow: none;
    top: 1px;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
}

.catalog-item-list-button_basket:hover {
    background-color: #567c25;
}

h4 {
    font-size: 30px !important;
}

.catalog-item-list-tooltip-icon {
    display: inline-block;
    position: relative;
    cursor: help;
    width: 16px;
    height: 11px;
    margin-right: 5px;
}

.catalog-item-list-tooltip-icon-g {
    background: url('../images/g.png') 50% 50% no-repeat;
}

.catalog-item-list-tooltip-icon-w {
    background: url('../images/w.png') 50% 50% no-repeat;
}

.catalog-item-list-tooltip-icon-e {
    background: url('../images/e.png') 50% 50% no-repeat;
}

.catalog-item-list-tooltip-box-icon {
    display: inline-block;
    position: relative;
    width: 16px;
    height: 14px;
}

.catalog-item-list-box-icon {
    display: inline;
    position: relative;
    width: 16px;
    height: 14px;
}

.catalog-item-list-tooltip-box {
    display: none;
    position: absolute;
    width: 185px;
    background-color: rgba(0, 174, 239, 0.9);
    font-size: 11px;
    padding: 10px;
    margin: 10px 0;
    color: #fff;
    bottom: 13px;
    left: -102.5px;
    text-align: left;
    cursor: default;
    z-index: 1;
}

.catalog-item-list-tooltip-box:after {
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    border-width: 5px;
    border-style: solid;
    border-color: rgba(0, 174, 239, 0.9) transparent transparent transparent;
    bottom: -10px;
    left: 50%;
    margin-left: -5px;
}

.catalog-item-list-tooltip-icon:hover .catalog-item-list-tooltip-box {
    display: block !important;
}

.error-block {
    color: #db2476;
}

.vanderPN{
    font-size: 11px;
    color: #808080;
    user-select: none;
}

.tooltip-blue  + .tooltip > .tooltip-inner {
    background-color: rgba(0, 174, 239, 0.9);
    border-color: rgba(0, 174, 239, 0.9) transparent transparent transparent;
}

.catalog-item-list-count-phone {
    display: inline-block;
    background-image: url('../images/common-sprite.png');
    background-repeat: no-repeat;
    background-position: -10px -1617px;
    height: 39px;
}

.button-settings:after {
    content: attr(title);
    font-size: 16px;
    position: relative;
    margin-left: 5px;
    margin-right: 5px;
}

.shadow-popup {
    display: none;
    width: 100vw;
    height: 100vh;
    background: rgba(0, 172, 239, 0.9);
    position: fixed;
    top: 0;
    left: 0;
    z-index: 100;
}

.popup-settings {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    z-index: 101;
    width: 470px;
    height: 400px;
    padding: 60px 50px 50px;
    background-color: #fff;
    -webkit-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
}

.popup-settings label {
    font-weight: 400;
}

.popup-settings select {
    width: 115px;
    display: inline-block;
    margin-top: 40px;
}

.popup-settings-close {
    background-image: url('../images/common-sprite.png');
    background-repeat: no-repeat;
    background-position: -10px -1314px;
    cursor: pointer;
    height: 48px;
    left: 50%;
    margin-left: -27px;
    position: absolute;
    top: -24px;
    width: 55px;
    z-index: 102;
}

.popup-settings-title {
    color: #151515;
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
    text-align: center;
    letter-spacing: 0px;
}

.popup-settings .profile-button {
    margin-top: 40px;
}

.popup-settings .profile-button[disabled] {
    opacity: 0.6;
}

.dataTable .stock_qty_table th{
    color:white;
    font-size: 9px;
    font-weight: normal;
    width: 45px;
    text-align: center;
    border-bottom-width: 3px;
    border-bottom-style:solid;
    padding: 3px 0 3px;
}
.dataTable
.stock_qty_table tbody tr td{
    padding: 0;
    margin: 0;
}
.stock_qty_table {
    border: none;
    border-color: white;
}

.stock_qty_table th{
    color:white;
    font-size: 9px;
    font-weight: normal;
    width: 45px;
    text-align: center;
    border-bottom-width: 3px;
    border-bottom-style:solid;
    padding: 3px 0 3px;
}

.stock_qty_table tbody tr td{
    padding: 0;
    margin: 0;
}

.stock_qty_table tbody tr td .brdr_left{
    border-style: solid;
    border-color: darkgray;
    border-left-width: 1px;
    border-right-width: 0px;
    border-top-width: 1px;
    border-bottom-width: 1px;
    text-align: center;
    width: 45px;
}
.stock_qty_table tbody tr td .brdr_right{
    border-style: solid;
    border-color: darkgray;
    border-width: 1px;
    text-align: center;
    width: 45px;
}