
.lk-profile {
    background-color: #fff;
    display: table;
    width: 100%;
    font-size: 13px;
}

.lk-page {
    margin-bottom: 65px;
}

font.notetext{
    color: green;
}

@media screen and (max-width: 999px) {
    .lk-profile {
        display: block;
        width: auto;
    }
}

.lk-profile__col-1,
.lk-profile__col-2,
.lk-profile__col-address,
.lk-profile__col-referral,
.lk-profile__col-bonus {
    display: table-cell;
    vertical-align: top;
    padding: 35px 40px;
    box-sizing: border-box;
}

@media screen and (max-width: 999px) {
    .lk-profile__col-1,
    .lk-profile__col-2,
    .lk-profile__col-address,
    .lk-profile__col-referral,
    .lk-profile__col-bonus {
        display: block;
        width: auto;
        padding: 30px;
    }
}

.lk-referral__padding {
    padding: 35px 40px;
}

@media screen and (max-width: 999px) {
    .lk-referral__padding {
        padding: 30px;
    }
}

.lk-referral__padding_code {
    border-top: 1px solid #f2f2f2;
}

.lk-profile__col-2 {
    width: 370px;
    /*border-left: 1px solid #f2f2f2;*/
}

@media screen and (max-width: 999px) {
    .lk-profile__col-2 {
        width: auto;
        /*border-top: 1px solid #f2f2f2;*/
    }
}

.lk-profile__col-address {
    width: 50%;
}

.lk-profile__col-address:last-child {
    border-left: 1px solid #f2f2f2;
}

@media screen and (max-width: 999px) {
    .lk-profile__col-address {
        width: auto;
    }

    .lk-profile__col-address + .lk-profile__col-address {
        border-top: 1px solid #f2f2f2;
    }
}

.lk-profile__col-referral {
    width: 50%;
}

@media screen and (max-width: 999px) {
    .lk-profile__col-referral {
        width: auto;
    }
}

.lk-profile__col-bonus {
    width: 50%;
    border-left: 1px solid #f2f2f2;
    padding: 0;
}

@media screen and (max-width: 999px) {
    .lk-profile__col-bonus {
        width: auto;
        border-top: 1px solid #f2f2f2;
    }
}

.lk-profile__change-pass {
    color: #4c6d38;
}

.b-form-title {
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 25px;
    color: #000;
    font-family: "Muller";
}


.input:focus, textarea:focus, button:focus {
    outline: none;
}

.input, .textarea {
    height: 36px;
    background: #ededed;
    border: 1px solid #ededed;
    display: inline-block;
    vertical-align: middle;
    width: 100%;
    box-sizing: border-box;
    padding: 9px 15px;
    font-size: 16px;
    color: #868686;
    text-align: left;
    text-decoration: none;
    transition: all .3s linear;
}

.input:focus, .textarea:focus {
    background-color: #fff;
    border-color: #d9d9d9;
}

.input.error, .textarea.error {
    border-color: #fc551e;
}

.input.error + .field-icon__error, .textarea.error + .field-icon__error {
    display: block;
}

.input.done, .textarea.done {
    border-color: #70bd00;
}

.input.done + .field-icon__done, .textarea.done + .field-icon__done {
    display: block;
}

.b-form__field {
    margin-bottom: 11px;
}

.jq-checkbox {
    box-sizing: border-box;
    vertical-align: middle;
    width: 24px;
    height: 24px;
    margin: -4px 7px 0 0;
    background: #ededed;
    cursor: pointer;
}

.jq-checkbox.checked {
    background-color: #b7e899;
    border: medium none;
}

/*.jq-checkbox.checked .jq-checkbox__div {
    @include retina('checkbox-check', 0, 0);
    width: 12px;
    height: 9px;
    margin: 8px 0 0 6px;
}*/
.jq-checkbox.disabled {
    opacity: .55;
}

.jq-radio {
    box-sizing: border-box;
    vertical-align: middle;
    width: 21px;
    height: 21px;
    margin: -3px 7px 0 0;
    border: 1px solid #e1e1e1;
    border-radius: 50%;
    background: #f7f7f7;
    cursor: pointer;
}

.jq-radio.checked {
    background-color: #4c6d38;
    border: medium none;
}

.jq-radio.checked .jq-radio__div {
    width: 7px;
    height: 7px;
    margin: 7px 0 0 7px;
    border-radius: 50%;
    background: #fff;
}

.jq-radio.disabled {
    opacity: .55;
}

.jq-file {
    width: 270px;
    border-radius: 4px;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
}

.jq-file input {
    height: auto;
    line-height: 1em;
    cursor: pointer;
}

.jq-file__name {
    overflow: hidden;
    box-sizing: border-box;
    width: 100%;
    height: 34px;
    padding: 0 80px 0 10px;
    border: 1px solid #CCC;
    border-bottom-color: #B3B3B3;
    border-radius: 4px;
    background: #FFF;
    box-shadow: inset 1px 1px #F1F1F1;
    font: 14px/32px Arial, sans-serif;
    color: #333;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.jq-file__browse {
    position: absolute;
    top: 1px;
    right: 1px;
    padding: 0 10px;
    border-left: 1px solid #CCC;
    border-radius: 0 4px 4px 0;
    background: #F5F5F5;
    background: -webkit-linear-gradient(#FFF, #E6E6E6);
    background: linear-gradient(#FFF, #E6E6E6);
    box-shadow: inset 1px -1px #F1F1F1, inset 0 0 #F1F1F1, 0 1px 2px rgba(0, 0, 0, 0.1);
    font: 14px/32px Arial, sans-serif;
    color: #333;
    text-shadow: 1px 1px #FFF;
}

.jq-file:hover .jq-file__browse {
    background: #E6E6E6;
    background: -webkit-linear-gradient(#F6F6F6, #E6E6E6);
    background: linear-gradient(#F6F6F6, #E6E6E6);
}

.jq-file:active .jq-file__browse {
    background: #F5F5F5;
    box-shadow: inset 1px 1px 3px #DDD;
}

.jq-file.focused .jq-file__name {
    border: 1px solid #5794BF;
}

.jq-file.disabled,
.jq-file.disabled .jq-file__name,
.jq-file.disabled .jq-file__browse {
    border-color: #CCC;
    background: #F5F5F5;
    box-shadow: none;
    color: #888;
}

.jq-number {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    padding: 0 36px 0 0;
}

.jq-number__field {
    width: 100px;
    border: 1px solid #CCC;
    border-bottom-color: #B3B3B3;
    border-radius: 4px;
    box-shadow: inset 1px 1px #F1F1F1, 0 1px 2px rgba(0, 0, 0, 0.1);
}

.jq-number__field:hover {
    border-color: #B3B3B3;
}

.jq-number__field input {
    box-sizing: border-box;
    width: 100%;
    padding: 8px 9px;
    border: none;
    outline: none;
    background: none;
    font: 14px Arial, sans-serif;
    color: #333;
    text-align: left;
    /* для Opera Presto */
    -moz-appearance: textfield;
}

.jq-number__field input::-webkit-inner-spin-button,
.jq-number__field input::-webkit-outer-spin-button {
    margin: 0;
    /* в каких-то браузерах присутствует отступ */
    -webkit-appearance: none;
}

.jq-number__spin {
    position: absolute;
    top: 0;
    right: 0;
    width: 32px;
    height: 14px;
    border: 1px solid #CCC;
    border-bottom-color: #B3B3B3;
    border-radius: 4px;
    background: #F5F5F5;
    background: -webkit-linear-gradient(#FFF, #E6E6E6);
    background: linear-gradient(#FFF, #E6E6E6);
    box-shadow: inset 1px -1px #F1F1F1, inset 0 0 #F1F1F1, 0 1px 2px rgba(0, 0, 0, 0.1);
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    text-shadow: 1px 1px #FFF;
    cursor: pointer;
}

.jq-number__spin.minus {
    top: auto;
    bottom: 0;
}

.jq-number__spin:hover {
    background: #E6E6E6;
    background: -webkit-linear-gradient(#F6F6F6, #E6E6E6);
    background: linear-gradient(#F6F6F6, #E6E6E6);
}

.jq-number__spin:active {
    background: #F5F5F5;
    box-shadow: inset 1px 1px 3px #DDD;
}

.jq-number__spin:after {
    content: '';
    position: absolute;
    top: 4px;
    left: 11px;
    width: 0;
    height: 0;
    border-right: 5px solid transparent;
    border-bottom: 5px solid #999;
    border-left: 5px solid transparent;
}

.jq-number__spin.minus:after {
    top: 5px;
    border-top: 5px solid #999;
    border-right: 5px solid transparent;
    border-bottom: none;
    border-left: 5px solid transparent;
}

.jq-number__spin.minus:hover:after {
    border-top-color: #000;
}

.jq-number__spin.plus:hover:after {
    border-bottom-color: #000;
}

.jq-number.focused .jq-number__field {
    border: 1px solid #5794BF;
}

.jq-number.disabled .jq-number__field,
.jq-number.disabled .jq-number__spin {
    border-color: #CCC;
    background: #F5F5F5;
    box-shadow: none;
    color: #888;
}

.jq-number.disabled .jq-number__spin:after {
    border-bottom-color: #AAA;
}

.jq-number.disabled .jq-number__spin.minus:after {
    border-top-color: #AAA;
}

.jq-selectbox {
    display: inline-block;
    vertical-align: middle;
    box-sizing: border-box;
    width: 100%;
    cursor: pointer;
}

.jq-selectbox__select {
    box-sizing: border-box;
    background: #ededed;
    height: 40px;
    padding: 0 40px 0 15px;
    border: 1px solid #ededed;
    font-size: 16px;
    color: #868686;
}

.jq-selectbox.disabled .jq-selectbox__select {
    background: #F5F5F5;
    color: #888;
}

.jq-selectbox__select-text {
    display: block;
    overflow: hidden;
    width: 100%;
    white-space: nowrap;
    text-overflow: ellipsis;
    line-height: 38px;
}

.jq-selectbox .placeholder {
    color: #888;
}

.jq-selectbox__trigger {
    position: absolute;
    top: 0;
    right: 0;
    width: 40px;
    height: 100%;
}

.jq-selectbox__trigger-arrow {
    background-image: url("../image/i/select-trigger.png");
    background-repeat: no-repeat;
    background-position: 0 0;
    width: 12px;
    height: 9px;
    position: absolute;
    top: 50%;
    margin-top: -5px;
    right: 16px;
}

.jq-selectbox__dropdown {
    background: #fff;
    box-sizing: border-box;
    width: 100%;
    margin: 12px 0 0;
    padding: 0;
    border: 1px solid #e0e0e0;
    border-radius: 2px;
    font-size: 15px;
    font-weight: 300;
    line-height: 20px;
    z-index: 10;
}

.jq-selectbox__search {
    margin: 5px;
}

.jq-selectbox__search input {
    box-sizing: border-box;
    width: 100%;
    margin: 0;
    padding: 5px 27px 6px 8px;
    border: 1px solid #CCC;
    border-radius: 3px;
    outline: none;
    background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAMCAYAAABiDJ37AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAO1JREFUeNqU078LAXEYx/FzYfNzk5TJaFNKYjFYSQZ/hvwBsvg1UCY2xT9gM8hukQGThWRjkcFw3pdnujhfT736Xn2fPvfc3fd07V0OFDDFAnM0ENYsZRiGLSc9OpqIYIA9fMhhjCrW2h9VlMlcH/aymMGtOqEugX08PwQucUZKdTozMIqdTc9WepQD7wjY9ARx+ydwhfyXfS+S0qMcOEQJGcueB3VccFINdMgal6NzkmPjRwJXxDBB7/2RDdtAp6wb+dpphHDASG5QQ0V6u2aoSqBZD/lDrNWRJynLK2qpBn4rc6K2XB9/Nb8EGABtf1thzY6X2AAAAABJRU5ErkJggg==) no-repeat 100% 50%;
    box-shadow: inset 1px 1px #F1F1F1;
    color: #333;
    -webkit-appearance: textfield;
}

.jq-selectbox__search input::-webkit-search-cancel-button,
.jq-selectbox__search input::-webkit-search-decoration {
    -webkit-appearance: none;
}

.jq-selectbox__not-found {
    margin: 5px;
    padding: 5px 8px 6px;
    background: #F0F0F0;
    font-size: 13px;
}

.jq-selectbox ul {
    margin: 0;
    padding: 0;
}

.jq-selectbox li {
    padding: 9px 40px 9px 15px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    position: relative;
}

.jq-selectbox li.sel:after {
    content: "";
    background-image: url("../image/i/icon-lang-active.png");
    background-repeat: no-repeat;
    background-position: 0 0;
    position: absolute;
    right: 15px;
    top: 50%;
    margin-top: -5px;
    width: 12px;
    height: 10px;
}

.jq-selectbox li:hover {
    background-color: #f2f9e6;
}

.jq-selectbox li.disabled {
    color: #AAA;
}

.jq-selectbox li.disabled:hover {
    background: none;
}

.jq-selectbox li.optgroup {
    font-weight: bold;
}

.jq-selectbox li.optgroup:hover {
    background: none;
    color: #231F20;
    cursor: default;
}

.jq-selectbox li.option {
    padding-left: 25px;
}

.jq-select-multiple {
    box-sizing: border-box;
    padding: 1px;
    border: 1px solid #CCC;
    border-bottom-color: #B3B3B3;
    border-radius: 4px;
    background: #FFF;
    box-shadow: inset 1px 1px #F1F1F1, 0 1px 2px rgba(0, 0, 0, 0.1);
    font: 14px/18px Arial, sans-serif;
    color: #333;
    cursor: default;
}

.jq-select-multiple.focused {
    border: 1px solid #5794BF;
}

.jq-select-multiple.disabled {
    border-color: #CCC;
    background: #F5F5F5;
    box-shadow: none;
    color: #888;
}

.jq-select-multiple ul {
    margin: 0;
    padding: 0;
}

.jq-select-multiple li {
    padding: 3px 9px 4px;
    list-style: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    white-space: nowrap;
}

.jq-select-multiple li:first-child {
    border-radius: 3px 3px 0 0;
}

.jq-select-multiple li:last-child {
    border-radius: 0 0 3px 3px;
}

.jq-select-multiple li.selected {
    background: #08C;
    color: #FFF;
}

.jq-select-multiple li.disabled {
    color: #AAA;
}

.jq-select-multiple.disabled li.selected,
.jq-select-multiple li.selected.disabled {
    background: #CCC;
    color: #FFF;
}

.jq-select-multiple li.optgroup {
    font-weight: bold;
}

.jq-select-multiple li.option {
    padding-left: 25px;
}

input[type='email'].styler,
input[type='password'].styler,
input[type='search'].styler,
input[type='tel'].styler,
input[type='text'].styler,
input[type='url'].styler,
textarea.styler {
    padding: 8px 9px;
    border: 1px solid #CCC;
    border-bottom-color: #B3B3B3;
    border-radius: 4px;
    box-shadow: inset 1px 1px #F1F1F1, 0 1px 2px rgba(0, 0, 0, 0.1);
    font: 14px Arial, sans-serif;
    color: #333;
}

input[type='search'].styler {
    -webkit-appearance: none;
}

textarea.styler {
    overflow: auto;
}

input[type='email'].styler:hover,
input[type='password'].styler:hover,
input[type='search'].styler:hover,
input[type='tel'].styler:hover,
input[type='text'].styler:hover,
input[type='url'].styler:hover,
textarea.styler:hover {
    border-color: #B3B3B3;
}

input[type='email'].styler:focus,
input[type='password'].styler:focus,
input[type='search'].styler:focus,
input[type='tel'].styler:focus,
input[type='text'].styler:focus,
input[type='url'].styler:focus,
textarea.styler:focus {
    border-color: #CCC;
    border-top-color: #B3B3B3;
    outline: none;
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
}

button.styler,
input[type='button'].styler,
input[type='submit'].styler,
input[type='reset'].styler {
    overflow: visible;
    padding: 8px 11px;
    border: 1px solid #CCC;
    border-bottom-color: #B3B3B3;
    border-radius: 4px;
    outline: none;
    background: #F5F5F5;
    background: -webkit-linear-gradient(#FFF, #E6E6E6);
    background: linear-gradient(#FFF, #E6E6E6);
    box-shadow: inset 1px -1px #F1F1F1, inset 0 0 #F1F1F1, 0 1px 2px rgba(0, 0, 0, 0.1);
    font: 14px Arial, sans-serif;
    color: #333;
    text-shadow: 1px 1px #FFF;
    cursor: pointer;
}

button.styler::-moz-focus-inner,
input[type='button'].styler::-moz-focus-inner,
input[type='submit'].styler::-moz-focus-inner,
input[type='reset'].styler::-moz-focus-inner {
    padding: 0;
    border: 0;
}

button.styler:not([disabled]):hover,
input[type='button'].styler:not([disabled]):hover,
input[type='submit'].styler:not([disabled]):hover,
input[type='reset'].styler:hover {
    background: #E6E6E6;
    background: -webkit-linear-gradient(#F6F6F6, #E6E6E6);
    background: linear-gradient(#F6F6F6, #E6E6E6);
}

button.styler:not([disabled]):active,
input[type='button'].styler:not([disabled]):active,
input[type='submit'].styler:not([disabled]):active,
input[type='reset'].styler:active {
    background: #F5F5F5;
    box-shadow: inset 1px 1px 3px #DDD;
}

button.styler[disabled],
input[type='button'].styler[disabled],
input[type='submit'].styler[disabled] {
    border-color: #CCC;
    background: #F5F5F5;
    box-shadow: none;
    color: #888;
}


.b-form__calc-mbi {
    position: relative;
    padding-right: 142px;
}

.b-form__field .btn-calc-bmi {
    position: absolute !important;
    right: 0;
    top: 0;
    width: 132px;
    
}

.b-form__field .btn{
    border-radius: 0px;
    line-height: 10px !important;
}

:root {
    --light-green: #6ca200;
}

.b-form__field .btn,
a.b-form__field .btn:link,
a.b-form__field .btn:visited,
.product-item__basket {
    display: inline-block;
    background-color: var(--light-green);
    height: 36px;
    cursor: pointer;
    position: relative;
    transition: background-color 0.3s ease 0s;
    font-size: 11px;
    text-transform: uppercase;
    line-height: 39px;
    text-align: center;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    padding: 0 10px;
    color: #fff;
    min-width: 125px;
}

@media screen and (max-width: 749px) {
    .b-form-title {
    margin-top: 25px;

    }
    .b-form__field .btn,
    a.b-form__field .btn:link,
    a.b-form__field .btn:visited,
    .product-item__basket {
        min-width: 100px;
    }
}

.b-form__field .btn.js-btn-basket.green:before,
a.b-form__field .btn:link.js-btn-basket.green:before,
a.b-form__field .btn:visited.js-btn-basket.green:before,
.product-item__basket.js-btn-basket.green:before {
    content: "Заказать";
    color: #fff;
}

.b-form__field .btn.js-btn-basket.green .in-basket-count:before,
a.b-form__field .btn:link.js-btn-basket.green .in-basket-count:before,
a.b-form__field .btn:visited.js-btn-basket.green .in-basket-count:before,
.product-item__basket.js-btn-basket.green .in-basket-count:before {
    content: "В корзине";
    color: #fff;
}

.b-form__field .btn.green.js-btn-basket.detail-js-btn-basket:hover {
    border: 2px solid var(--light-green);
}

.b-form__field .btn.green.js-btn-basket.detail-js-btn-basket:hover:before {
    color: var(--light-green);
}

.b-form__field .btn.js-btn-basket.green.b-form__field .btn-borders:before,
a.b-form__field .btn:link.js-btn-basket.green.b-form__field .btn-borders:before,
a.b-form__field .btn:visited.js-btn-basket.green.b-form__field .btn-borders:before,
.product-item__basket.js-btn-basket.green.b-form__field .btn-borders:before {
    content: initial;
}

.b-form__field .btn:hover,
a.b-form__field .btn:link:hover,
a.b-form__field .btn:visited:hover,
.product-item__basket:hover {
    background-color: #95bf41;
}

.b-form__field .btn:active,
a.b-form__field .btn:link:active,
a.b-form__field .btn:visited:active,
.product-item__basket:active {
    transform: translate(0, 2px);
}

.b-form__field .btn.in-basket,
a.b-form__field .btn:link.in-basket,
a.b-form__field .btn:visited.in-basket,
.product-item__basket.in-basket {
    color: transparent;
    text-indent: 6px;
    background-color: #95bf41;
}

.b-form__field .btn.in-basket:hover,
a.b-form__field .btn:link.in-basket:hover,
a.b-form__field .btn:visited.in-basket:hover,
.product-item__basket.in-basket:hover {
    background-color: #95bf41;
}

.b-form__field .btn.in-basket:after,
a.b-form__field .btn:link.in-basket:after,
a.b-form__field .btn:visited.in-basket:after,
.product-item__basket.in-basket:after {
    background-position: -60px 0;
}

.b-form__field .btn.in-basket:before,
a.b-form__field .btn:link.in-basket:before,
a.b-form__field .btn:visited.in-basket:before,
.product-item__basket.in-basket:before {
    content: 'В корзине';
    color: #fff;
}

.b-form__field .btn.in-basket-count,
a.b-form__field .btn:link.in-basket-count,
a.b-form__field .btn:visited.in-basket-count,
.product-item__basket.in-basket-count {
    background-color: #95bf41;
    text-indent: 6px;
    color: transparent;
}

.b-form__field .btn.in-basket-count:hover,
a.b-form__field .btn:link.in-basket-count:hover,
a.b-form__field .btn:visited.in-basket-count:hover,
.product-item__basket.in-basket-count:hover {
    background-color: #95bf41;
}

.b-form__field .btn.in-basket-count:after,
a.b-form__field .btn:link.in-basket-count:after,
a.b-form__field .btn:visited.in-basket-count:after,
.product-item__basket.in-basket-count:after {
    display: none;
}

.b-form__field .btn.in-basket-count:before,
a.b-form__field .btn:link.in-basket-count:before,
a.b-form__field .btn:visited.in-basket-count:before,
.product-item__basket.in-basket-count:before {
    content: 'В корзине';
    color: #fff;
}

.checkbox-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.checkbox-list__item {
    margin-top: 20px;
    padding-left: 31px;
    font-size: 13px;
}

.checkbox-list__item:after {
    content: '';
    display: table;
    clear: both;
}

.checkbox-list__item:first-child {
    margin-top: 0;
}

.checkbox-list__item .radio, .checkbox-list__item .checkbox {
    float: left;
    margin-left: -31px;
}

.checkbox-list_inline {
    display: inline-block;
    vertical-align: middle;
}

.checkbox-list_inline .checkbox-list__item {
    display: inline-block;
    vertical-align: middle;
    margin: 0 30px 0 0;
}

.checkbox-list_inline .checkbox-list__item:last-child {
    margin-right: 0;
}


.checkbox-list__label {
    font-size: 13px;
    display: inline-block;
    vertical-align: middle;
    margin-right: 10px;
    margin-top: -7px;
}

.g-gray {
    color: #a4a4a4 !important;
    font-family: "Muller";
}

.g-gray:hover{
    color: #a4a4a4;
}

.bb-dash {
    border-bottom: 1px dashed;
    text-decoration: none;
}

.bb-dash:hover {
    border-bottom: medium none;
    text-decoration: none;

}




.tabs__list-select-valign, .tabs2__list-select-valign {
    display: inline-block;
    vertical-align: middle;
    line-height: 1.2;
}

@media screen and (min-width: 750px) {
    .tabs__list-mobile-drop {
        display: block !important;
    }
}

@media screen and (max-width: 749px) {
    .tabs__list-mobile-drop {
        display: none;
    }
}

.tabs2__list-wrap {
    position: relative;
}

.tabs2__list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.tabs2__list:after {
    content: '';
    display: table;
    clear: both;
}

@media screen and (max-width: 749px) {
    .tabs2__list {
        background: #fff;
    }
}

@media screen and (min-width: 750px) {
    .tabs2__list-mobile-drop {
        display: block !important;
    }
}

@media screen and (max-width: 749px) {
    .tabs2__list-mobile-drop {
        display: none;
    }
}

.tabs2__list-item {
    box-sizing: border-box;
    float: left;
    height: 55px;
    line-height: 50px;
    text-align: center;
    font-size: 16px;
    color: #000000;
    text-decoration: underline;
    position: relative;
    cursor: pointer;
    padding: 0 25px 5px 25px;
    border: 1px solid transparent;
    border-bottom: 0;
}

@media screen and (max-width: 999px) {
    .tabs2__list-item {
        margin-right: 25px;
    }
}

.tabs2__list-item:last-child {
    margin-right: 0;
}

.tabs2__list-item.active {
    text-decoration: none;
}

.tabs2__list-item.active:after {
    content: '';
    display: block;
    position: absolute;
    background: #fff;
    width: 100%;
    height: 1px;
    bottom: -1px;
    left: 0;
}

@media screen and (max-width: 749px) {
    .tabs2__list-item {
        float: none;
        height: auto;
        margin: 0;
        font-size: 15px;
        line-height: 1.2;
        padding: 15px 20px;
        text-align: left;
        border-top: 1px solid #f2f2f2;
    }
}

.tabs2__list-select {
    font-size: 15px;
    height: 36px;
    line-height: 36px;
    border: 0;
    padding-left: 20px;
    padding-right: 40px;
    box-sizing: border-box;
    position: relative;
    cursor: pointer;
    display: none;
    background: #ededed;
}

@media screen and (max-width: 749px) {
    .tabs2__list-select {
        display: block;
    }
}

.tabs2__list-select:after {
    content: "";
    background-image: url("../image/i/icon-arrow-down.png");
    background-repeat: no-repeat;
    background-position: 0 0;
    width: 22px;
    height: 14px;
    position: absolute;
    right: 28px;
    top: 50%;
    margin-top: -4px;
}

h1, .product-card-h1, .catalog_h1, .h1 {
    font-size: 30px;
    font-weight: 600;
    line-height: 1em;
    margin: 0 0 20px;
    text-transform: uppercase;
    color: #000;
    letter-spacing: 3px;
    font-family: Muller;
}

.tabs2__list A{
    color: #000000;
}




.lk-profile__col-1,
.lk-profile__col-2,
.lk-profile__col-address,
.lk-profile__col-referral,
.lk-profile__col-bonus {
    display: table-cell;
    vertical-align: top;
    padding: 35px 40px;
    box-sizing: border-box;
}
.lk-profile__col-1 .b-form__field.form-group .btn {
    margin-left: 14px;
}

.lk-profile__col-1 .date .button {
    background: #6ca200;
    padding: 7px 26px;
    border: none;
}
@media screen and (max-width: 999px) {
    .lk-profile__col-1,
    .lk-profile__col-2,
    .lk-profile__col-address,
    .lk-profile__col-referral,
    .lk-profile__col-bonus {
        display: block;
        width: auto;
        padding: 30px;
    }
}


.lk-profile__col-address {
    width: 50%;
}

.lk-profile__col-address:last-child {
    border-left: 1px solid #f2f2f2;
}

@media screen and (max-width: 999px) {
    .lk-profile__col-address {
        width: auto;
    }

    .lk-profile__col-address + .lk-profile__col-address {
        border-top: 1px solid #f2f2f2;
    }
}



.b-form__field-address {
    width: 16.7%;
    margin-right: 4.125%;
    float: left;
}

@media screen and (max-width: 749px) {
    .b-form__field-address {
        width: 28%;
        margin-right: 8%;
        margin-bottom: 10px;
    }

    FORM .b-form__field-address:nth-child(5n) {
        margin-right: 0;
    }

/*    fieldset .form-group.custom-field:nth-child(6n){
        margin-bottom: 11px;
    }*/

}

FORM .b-form__field-address.last {
    margin-right: 0;
}


/*.form-group.custom-field{
    margin-bottom: 11px;
}
*/
.address-page{
    padding-bottom: 0px !important;
    min-height: 473px !important;
    margin-bottom: 65px;
}

.lk-history-wrap {
    margin-top: 20px;
    margin-bottom: 35px;
}

.lk-history {
    margin-bottom: 10px;
}

.lk-history__opener {
    background-color: #fff;
    padding: 33px 40px;
    color: #a4a4a4;
    position: relative;
    overflow: hidden;
    cursor: pointer;
}

@media screen and (max-width: 1279px) {
    .lk-history__opener {
        padding-top: 21px;
        padding-bottom: 21px;
    }
}

@media screen and (max-width: 749px) {
    .lk-history__opener {
        padding: 15px 18px;
    }
}

.lk-history__opener:after {
    content: "";
    background-image: url("../image/i/slider-arrows.png");
    background-repeat: no-repeat;
    background-position: 0 0;
    width: 16px;
    height: 11px;
    position: absolute;
    right: 38px;
    top: 50%;
    margin-top: -5px;
}

.lk-history__opener:hover {
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
}

.lk-history__opener.opened {
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
}

.lk-history__opener.opened:after {
    background-position: 0 -15px;
}

.lk-history__opener:hover .lk-history__date {
    border-bottom-color: transparent;
}

@media screen and (max-width: 1279px) {
    .basket-item__table .td-name.td-name_history {
        width: 370px;
    }
}

@media screen and (max-width: 749px) {
    .basket-item__table .td-name.td-name_history {
        width: auto;
        padding: 0 10px;
    }
    .input-count {
        width:auto;
    }
}

@media screen and (max-width: 749px) {
    .basket-item__table .td-remove {
        display: none;
    }
}

.lk-history__date {
    font-size: 17px;
    line-height: 22px;
    border-bottom: 1px dotted;
    float: left;
}

@media screen and (max-width: 749px) {
    .lk-history__date {
        float: none;
        border-bottom: medium none;
    }
}

.lk-history__repeat {
    float: right;
    font-size: 13px;
    line-height: 22px;
    margin-right: 40px;
}

@media screen and (max-width: 749px) {
    .lk-history__repeat {
        float: none;
        margin-top: 10px;
        margin-left: 20px;
    }
}

.lk-history__repeat a {
    color: inherit;
    border-bottom: 1px dashed;
    position: relative;
    text-decoration: none;
}

.lk-history__repeat a:before {
    content: "";
    background-image: url("../image/i/icon-refresh.png");
    background-repeat: no-repeat;
    background-position: 0 0;
    width: 18px;
    height: 18px;
    position: absolute;
    top: 0;
    margin-left: -24px;
}

.lk-history__repeat a:hover {
    text-decoration: none;
    border-bottom-color: transparent;
}

.lk-history__drop {
    padding-top: 35px;
    display: none;
}


.basket-group {
    margin-bottom: 10px;
}

.basket-group__title {
    font-size: 16px;
    margin-bottom: 20px;
}

@media screen and (max-width: 999px) {
    .basket-group__title {
        margin-bottom: 15px;
    }
}

.basket-group__head {
    width: 100%;
}

@media screen and (max-width: 1279px) {
    .basket-group__head {
        display: none;
    }
}

.basket-group__head td {
    font-size: 13px;
    color: #a4a4a4;
    text-align: left;
    vertical-align: middle;
    padding: 18px 0;
    border-top: 1px solid #eaeaea;
}
.basket-group__head .td-product {

width: 64%;
}
.basket-group__head .td-weight {

    width: 9%;
    }
.basket-group__head .td-count {
    
    width: 185px; 
}

.basket-group__head .td-remove {
    width: 135px;
}

.basket-item {
    background-color: #fff;
    margin-bottom: 10px;
}

.basket-item:hover .td-img .basket-item__remove {
    display: inline-block;
}

.basket-item__table {
    width: 100%;
}

.basket-item__table td {
    vertical-align: middle;
    font-size: 15px;
}

.basket-item__table .td-img {
    width: 150px;
    position: relative;
}

@media screen and (max-width: 749px) {
    .basket-item__table .td-img {
        display: block;
        width: 100%;
    }
}

.basket-item__table .td-name {
    padding: 0 50px 0 40px;
    width: 52%;
}

@media screen and (max-width: 1279px) {
    .basket-item__table .td-name {
        width: 140px;
    }
}

@media screen and (max-width: 999px) {
    .basket-item__table .td-name {
        width: 145px;
        padding-right: 10px;
        padding-left: 30px;
    }
}

@media screen and (max-width: 749px) {
    .basket-item__table .td-name {
        display: table-cell;
        width: 100%;
        padding: 35px 30px 0;
    }
}

.basket-item__table .td-count {
    width: 172px;
}

@media screen and (max-width: 1279px) {
    .basket-item__table .td-count {
        width: 110px;
    }
}

@media screen and (max-width: 999px) {
    .basket-item__table .td-count {
        width: 130px;
        display: block;
        float: left;
    }
}

@media screen and (max-width: 749px) {
    .basket-item__table .td-count {
        width: 100%;
        float: none;
        padding: 0 30px;
    }

}

.basket-item__table .td-price {
    width: 170px;
    padding-right: 40px;
    left: 50px;
    position: relative;
}

.basket-item__table .td-price .weight_container {
    font-size: 16px;
    color: #000;
}

.basket-item__table .td-price .price_value {
    font-weight: 900;
    font-size: 18px;
}

@media screen and (max-width: 1279px) {
    .basket-item__table .td-price {
        /* display: block;
        float: left;
        width: 130px;
        text-align: left;
        padding-right: 0; */
    }
}

@media screen and (max-width: 749px) {
    .basket-item__table .td-price {
        width: 82px;
        float: none;
        padding: 0;
        left: 10px;
    }
}

.basket-item__table .td-remove {
    width: 135px;
    text-align: center;
}

.basket-item__preview {
    height: 150px;
    line-height: 140px;
    text-align: center;
}

@media screen and (max-width: 749px) {
    .basket-item__preview {
        height: 215px;
        line-height: 215px;
    }
}

.basket-item__preview img {
    max-width: 100%;
    max-height: 100%;
    vertical-align: middle;
}

.basket-input-count {
    width: 145px;
    margin-left: -35px;
}

@media screen and (max-width: 1279px) {
    .basket-input-count {
        width: 125px;
    }
}

@media screen and (max-width: 999px) {
    .basket-input-count {
        margin-left: 0;
        margin-top: 55px;
        width: 115px;
    }
}

@media screen and (max-width: 749px) {
    .basket-input-count {
        width: auto;
        margin-top: 15px;
    }
    .basket-item__table .td-weight {
        width: 55px;
    }
}
@media screen and (max-width: 560px) {
    .basket-item__table .td-weight {
    display: none;
    }
    .basket-item__table .td-count {
        padding: 0;
    }
}
.basket-item .td-count.mobile, .basket-item .td-price.mobile{
    display: none;
}
@media screen and (max-width: 500px) {
    .basket-input-count {
        margin-top: 55px;
        margin-left: 20px;
        padding-left: 20px;
    }
    .td-price.mobile{
        margin-top: 62px;
        left: 30px;
    }
    .input-count {
    }
.basket-item__table tr {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}
.basket-item__table .td-name.td-name_history {
    padding: 0;
}
.basket-item__table .td-img {
    width: 37%;
}
.basket-item .td-count.pc, .basket-item .td-price.pc{
    display: none;
}
.basket-item .td-count.mobile, .basket-item .td-price.mobile{
    display: block;
}
.basket-item .td-count.mobile{
    width: 30%;
}
}
@media screen and (max-width: 370px) {

.basket-input-count {
    position: relative;
    left: 86px;
    margin-top: 32px;
   margin-left: 0px;
  padding-left: 0px;
}
.td-price.mobile {
    margin-top: 85px;
    position: relative;
    left: -12px;}
}
.basket-input-count .input {
    padding-left: 10px;
    padding-right: 10px;
}

@media screen and (max-width: 1279px) {
    .basket-input-count .input {
        width: 55px;
    }
}

@media screen and (max-width: 999px) {
    .basket-input-count .input {
        margin: 0 30px;
    }
}

@media screen and (min-width: 750px) and (max-width: 999px), screen and (min-width: 1000px) and (max-width: 1279px) {
    .basket-input-count .input {
        padding-left: 10px;
        padding-right: 5px;
        font-size: 14px;
    }
}

@media screen and (max-width: 749px) {
    .basket-input-count .input {
        margin: 0px;
        text-align: center;
    }
}

.basket-item__remove {
    background: url(../image/i/icon_close.png) no-repeat center center;
    display: inline-block;
    vertical-align: middle;
    width: 16px;
    height: 15px;
    cursor: pointer;
    transition: all 0.3s ease 0s;
}

.basket-item__remove:hover {
    transform: rotate(360deg);
}

.td-img .basket-item__remove {
    position: absolute;
    display: none;
    top: 50%;
    margin-top: -22px;
    right: -22px;
}

@media screen and (max-width: 1279px) {
    .td-img .basket-item__remove {
        display: inline-block;
    }
}

@media screen and (max-width: 749px) {
    .td-img .basket-item__remove {
        right: 10px;
        top: 30px;
    }
}
@media screen and (max-width: 749px) {
    
}
.basket-item__composition {
    background-color: #303d43;
    position: relative;
    padding-top: 70px;
    display: none;
}

.basket-item__composition .bx-pager {
    width: 100%;
    height: 69px;
    position: absolute;
    left: 0;
    top: 0;
    border-bottom: 1px solid #455156;
    color: #fff;
    font-size: 21px;
    text-align: center;
    line-height: 69px;
}

.basket-item__composition .bx-prev, .basket-item__composition .bx-next {
    background-image: url("../image/i/composition-arrows.png");
    background-repeat: no-repeat;
    background-position: 0 0;
    width: 26px;
    height: 15px;
    position: absolute;
    top: 25px;
    cursor: pointer;
    text-indent: -9999px;
    z-index: 1;
}

.basket-item__composition .bx-prev {
    right: 50%;
    margin-right: 75px;
}

.basket-item__composition .bx-next {
    background-position: 0 -15px;
    left: 50%;
    margin-left: 75px;
}

.basket-composition-slider {
    list-style: none;
    padding: 0;
    margin: 0;
}


.lk-history-wrap, #cat-popular .h2{
    font: 16px/1.2 "Muller", Arial, sans-serif;
}




.lk-profile__add-address {
    margin-left: 21px;
    position: relative;
    font-size: 13px;
}

.lk-profile__add-address:before {
    content: "";
    background-image: url("../image/i/icon-plus.png");
    background-repeat: no-repeat;
    background-position: 0 0;
    width: 14px;
    height: 14px;
    position: absolute;
    left: -21px;
    top: 0;
}

.slick-track.slick-track-lock {
    transform: translate3d(0px, 0px, 0px) !important;
}
