:root {
    --alert-success-c: #fff;
    --alert-success-bg: #2cb196;
    --alert-warning-c: #fff;
    --alert-warning-bg: #2cb196;
    --alert-danger-c: #fff;
    --alert-danger-bg: #ff0000;
    --preloader-border-c:#2f65fc #2f65fc #2f65fc transparent;
}


.collapse {
    display: none
}

.collapse.in {
    display: block
}

tr.collapse.in {
    display: table-row
}

tbody.collapse.in {
    display: table-row-group
}

.collapsing {
    position: relative;
    height: 0;
    overflow: hidden;
    -webkit-transition-property: height, visibility;
    -o-transition-property: height, visibility;
    transition-property: height, visibility;
    -webkit-transition-duration: .35s;
    -o-transition-duration: .35s;
    transition-duration: .35s;
    -webkit-transition-timing-function: ease;
    -o-transition-timing-function: ease;
    transition-timing-function: ease
}

body, html {
    min-width: 320px;
}

a {
    text-decoration: none;
}

.about a {
    text-decoration: underline;
}

a:hover {
    color: #f89300;
}

.uni-alert {
    display: flex;
    position: fixed;
    z-index: 1080;
    top: 50px;
    right: 15px;
    width: 320px;
    max-width: 90%;
    font-size: .95em;
    border: 0;
    padding: 15px 25px 15px 15px;
    border-radius: 3px;
    box-shadow: 3px 3px 10px rgba(0,0,0,.2)
}

.uni-alert__icon {
    margin: 0 10px 0 0;
    font-size: 1.3em
}

.uni-alert__icon.fa-times {
    position: absolute;
    top: 0;
    right: 0;
    margin: 0;
    padding: 8px 10px;
    font-size: .9em;
    cursor: pointer
}

.uni-alert a {
    text-decoration: underline
}

.close:focus, .close:hover {
    color: #000;
    text-decoration: none;
    cursor: pointer;
    filter: alpha(opacity = 50);
    opacity: .5;
}
.alert-dismissable .close, .alert-dismissible .close {
    position: relative;
    top: -2px;
    right: -21px;
    color: inherit;
}
button.close {
    -webkit-appearance: none;
    padding: 0;
    cursor: pointer;
    background: 0 0;
    border: 0;
}
.close {
    float: right;
    font-size: 21px;
    font-weight: 700;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    filter: alpha(opacity = 20);
    opacity: .2;
}

.alert {
    padding: 15px;
    margin-bottom: 20px;
    border: 1px solid transparent;
    border-radius: 4px;
}
.alert-dismissable .close, .alert-dismissible .close {
    position: relative;
    top: -2px;
    right: -21px;
    color: inherit;
}

.alert-success,.alert-success a {
    color: var(--alert-success-c);
    background: var(--alert-success-bg)
}

.alert-warning,.alert-warning a {
    color: var(--alert-warning-c);
    background: var(--alert-warning-bg)
}

.alert-danger,.alert-danger a {
    color: var(--alert-danger-c);
    background: var(--alert-danger-bg)
}


.close {
    float: right;
    font-size: 21px;
    font-weight: 700;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    filter: alpha(opacity=20);
    opacity: .2
}

.close:focus,.close:hover {
    color: #000;
    text-decoration: none;
    cursor: pointer;
    filter: alpha(opacity=50);
    opacity: .5
}

button.close {
    padding: 0;
    cursor: pointer;
    background: 0 0;
    border: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none
}

.modal-open {
    overflow: hidden
}

.modal {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1050;
    display: none;
    overflow: hidden;
    -webkit-overflow-scrolling: touch;
    outline: 0
}

.modal-open .modal {
    overflow-x: hidden;
    overflow-y: auto
}

.modal-dialog {
    position: relative;
    width: auto;
    margin: 10px
}

.modal-content {
    position: relative;
    background: #fff;
    background-clip: padding-box;
    border: 1px solid #999;
    border: 1px solid rgba(0,0,0,.2);
    border-radius: 6px;
    -webkit-box-shadow: 0 3px 9px rgba(0,0,0,.5);
    box-shadow: 0 3px 9px rgba(0,0,0,.5);
    outline: 0
}

.modal-backdrop {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1040;
    background: #000;
    transition: all ease-in-out .25s
}

.modal-backdrop.fade {
    filter: alpha(opacity=0);
    opacity: 0
}

.modal-backdrop.in {
    filter: alpha(opacity=50);
    opacity: .5
}

.modal-header {
    padding: 15px;
    border-bottom: 1px solid #e5e5e5
}

.modal-header .close {
    margin-top: -2px
}

.modal-title {
    margin: 0;
    line-height: 1.42857143
}

.modal-body {
    position: relative;
    padding: 15px
}

.modal-footer {
    padding: 15px;
    text-align: right;
    border-top: 1px solid #e5e5e5
}

.modal-footer .btn+.btn {
    margin-bottom: 0;
    margin-left: 5px
}

.modal-footer .btn-group .btn+.btn {
    margin-left: -1px
}

.modal-footer .btn-block+.btn-block {
    margin-left: 0
}

.modal-scrollbar-measure {
    position: absolute;
    top: -9999px;
    width: 50px;
    height: 50px;
    overflow: scroll
}

@media (min-width: 768px) {
    .modal-dialog {
        width:600px;
        margin: 30px auto
    }

    .modal-content {
        -webkit-box-shadow: 0 5px 15px rgba(0,0,0,.5);
        box-shadow: 0 5px 15px rgba(0,0,0,.5)
    }

    .modal-sm {
        width: 300px
    }
}

@media (min-width: 992px) {
    .modal-lg {
        width:900px
    }
}



.cabinet-page nav ul li a.logout {
    color: #ff0000
}



.pagination {
    text-align: center;
    margin: 0 auto;
    padding-top: 50px;
}

.pagination li {
    display: inline-block;
    text-decoration: none;
    vertical-align: middle;
    margin: 0 6px;
    width: 50px;
    height: 50px;
    line-height: 50px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border: 1px solid #e3e3e3;
    border-radius: 10px;
    font-size: 18px;
    font-weight: 600;
}
.pagination li:hover, .pagination li.active {
    color: #fff;
    background: #f89300;
    border: 1px solid #f89300;
}

.pagination li a {
    width: 100%;
    height: 100%;
    display: inline-block;
    text-decoration: none;
}

.pagination li:hover a {
    color: #fff;
}

.text-danger {
    color: var(--alert-danger-bg);
    margin-top: -20px;
}

.input-warning {
    border-color: var(--alert-danger-bg) !important;
}


.index-news-block .list .item .text a{
    color: #fff;
    text-decoration: none;
}

.about-page article .text .cat a{
    text-decoration: none;
}


.collapse {
    display: none;
}
.collapse.in {
    display: block;
}
.checkout-customer__group-pass {
    overflow: hidden;
}

.hidden {
    display: none !important;
}

.preloader {
    position: fixed;
    z-index: 1050;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    text-align: center;
    background: rgba(255, 255, 255, .3)
}

.preloader:after {
    position: absolute;
    top: 50%;
    left: 50%;
    display: block;
    width: 36px;
    height: 36px;
    margin: -18px auto auto -18px;
    content: '';
    border: solid 3px;
    border-color: var(--preloader-border-c);
    border-radius: 100%;
    animation: spin 1s infinite linear
}

#confirm .payment button, #confirm .payment input[type="button"], .about-page input[type="submit"]{
    height: 60px;
    color: #fff;
    border-radius: 20px;
    background: #2f65fc;
    font-size: 16px;
    font-weight: 600;
    margin-top: 20px;
}

#confirm .payment  button:hover, #confirm .payment input[type="button"]:hover, .about-page input[type="submit"]:hover {
    background: #f89300;
}

.cabinet-page .list {
    height: auto;
    overflow: visible;
}


.catalog-filters .window .item .clear-link {
    float: right;
}
.catalog-filters .window .item .clear-link a {
    text-decoration: none;
    color: #7f7f7f;
    font-size: 16px;
    font-weight: 500;
    line-height: 50px;
}

.catalog-filters .window .item .colors .radio + label {
    color: rgba(1, 1, 1);
}

.catalog-filters .window .item .colors .radio:disabled + label {
    color: rgba(1, 1, 1, 0.3);
}


.catalog-filters .window button:disabled {
    background: rgba(1, 1, 1, 0.3);
}
#mobil_mini {
    display: none
}


.popup .window form textarea {
    width: 100%;
    height: 100px;
    border-bottom: 1px solid #b3b3b3;
    margin-bottom: 25px;
    font-size: 18px;
    font-weight: 500;
}



.popup .window .radios .radio {
    display: none;
}
.popup .window .radios .radio + label {
    display: block;
    cursor: pointer;
    font-size: 18px;
    font-weight: 600;
    line-height: 38px;
    padding-left: 58px;
    color: rgba(1, 1, 1, 0.5);
    background: url('../img/radio3.svg') no-repeat 0 0;
}
.popup .window .radios .radio + label:not(:last-child) {
    margin-bottom: 20px;
}
.popup .window .radios .radio:checked + label {
    color: #000;
    background: url('../img/radio4.svg') no-repeat 0 0;
}



.agree-block {
    display: none;
}
.agree-block + label{
    display: block;
    cursor: pointer;
    font-size: 20px;
    font-weight: 600;
    padding-right: 70px;
    margin: 50px 0 25px;
    position: relative;
}
.agree-block + label:before {
    content: "";
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transition: all 200ms ease;
    -moz-transition: all 200ms ease;
    -ms-transition: all 200ms ease;
    -o-transition: all 200ms ease;
    transition: all 200ms ease;
    right: 0;
    width: 56px;
    height: 31px;
    border-radius: 109px;
    background: #f2f2f2;
}
.agree-block + label:after {
    content: "";
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 24px;
    -webkit-transition: all 200ms ease;
    -moz-transition: all 200ms ease;
    -ms-transition: all 200ms ease;
    -o-transition: all 200ms ease;
    transition: all 200ms ease;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 31px;
    height: 31px;
    border: 3px solid #767676;
    background: #ffffff;
}
.agree-block:checked + label:before {
    background: #2f65fc;
}
.agree-block:checked + label:after {
    right: 0;
    border: 3px solid #2f65fc;
}
.agree-block + label a {
    text-decoration: underline;
}





#tab-question .faq {
    padding-bottom: 40px;
}

.cart #agree-block + label {
    font-size: 16px;
    text-align: left;
}

.item button.active {
    background: #f89300 !important;
}


.news-page .list .item .text h3 {
    color: #fff;
}

.account-order-list__order-id {
    white-space: nowrap;
}

.cabinet-page .content .history tr td .total_title{
    font-weight: bolder;
    font-size: 16px;
}

.cabinet-page .content .history tr td .total_text{
    font-size: 16px;
}


.cabinet-page .content .heading {
    margin-top: 40px;
    color: #000;
    font-size: 20px;
    font-weight: 600;
    line-height: 150%;
}

.cabinet-page .content .account-order-info__description-item {
    font-size: 16px;
    color: #4b4b4b;
}
.cabinet-page .content .account-order-info__description-item .account-order-info__description-div{
    display: inline;
    padding-right: 5px;
    font-size: 16px;
}

.cabinet-page .content .account-order-info__description-item .account-order-info__description-div .account-order-info__description-span{
    font-weight: 500;
    line-height: 130%;
}

.cabinet-page .content .account-order-info__payment-address {
    font-size: 16px;
    color: #4b4b4b;
}

.cabinet-page .content .account-order-info__comment {
    font-size: 16px;
    color: #4b4b4b;
}

.cabinet-page .content .account-order-list__btn.delete {
    color: red;
}

.cabinet-page .content select{
    margin: 0;
    outline: none;
    box-sizing: border-box;
    border: 0;
    font-family: 'Montserrat', sans-serif;
    width: 100%;
    height: 60px;
    border-bottom: 1px solid #b3b3b3;
    font-size: 18px;
    font-weight: 500;
    background-color: #fff;
    color: #757575;
    cursor: pointer;
    -webkit-appearance: none;
    -moz-appearance: none;
    text-indent: 1px;
    text-overflow: '';
}

.cabinet-page .content  .account-reward__total
{
    padding: 20px 0;
    font-size: 18px;
}


.page-form form input[type='number'] {
    width: 32%;
    height: 60px;
    margin-bottom: 20px;
    border-radius: 20px;
    padding: 0 20px;
    font-size: 18px;
    font-weight: 500;
}

.calc-block textarea {
    width: 100%;
    max-width: 100%;
    min-width: 100%;
    height: 45px;
    min-height: 45px;
    border-bottom: 1px solid #b3b3b3;
    margin-bottom: 25px;
    font-size: 18px;
    font-weight: 500;
}

.calc-block .block2 input[type='number'] {
    width: 32%;
    height: 60px;
    margin-bottom: 30px;
    border-radius: 20px;
    padding: 0 20px;
    font-size: 18px;
    font-weight: 500;
    border: 1px solid #c4c4c4;
}

.popup .window form input[type='number'] {
    width: 100%;
    height: 60px;
    border-bottom: 1px solid #b3b3b3;
    margin-bottom: 25px;
    font-size: 18px;
    font-weight: 500;
}


.index-first-block .slider .list .item {
    padding: 0 0 70px 0;

}
@media (min-width: 767px) {
    .index-first-block .slider .list .item {
        padding: 0 0 140px 0;
    }
}

.index-first-block .slider .sl-count {
    bottom: 20px;
}


.cart-page .content table tr td .links a.active:nth-child(2){
    background: url(../img/item-link2a.svg);
}



.marquee {
    position: relative;
    width: 100vw;
    max-width: 100%;
    height: 40px;
    overflow-x: hidden;
}

.track {
    position: absolute;
    white-space: nowrap;
    will-change: transform;
    animation: marquee 48s linear infinite;
}

@keyframes marquee {
    from { transform: translateX(0); }
    to { transform: translateX(-50%); }
}


.about-page a.bottom-button {
    width: 100%;
    height: 60px;
    border-radius: 20px;
    background: #2f65fc;
    color: #fff;
    font-size: 18px;
    font-weight: 600;
    letter-spacing: 1.4px;
    display: inline-block;
    text-align: center;
    line-height: 60px;
}


.partners-block .list .item img {
    height: 100%;
}


.header form button {
    background-repeat: no-repeat;
}


.reviews-block .list .item .info-block {
    word-wrap: break-word;
}

.catalog-page .list .item .prices {
    margin: 0;
}

.catalog-page .list .item .prices .price
{
    padding: 8px 0;
}

.header .contacts-mob {
    display: none;
}
@media (max-width: 767px) {
    .header .contacts-mob {
        display: block;
        margin: 10px auto 0;
    }


}

@media (max-width: 475px) {
    .header .contacts-mob .city {
        display: none;
    }
}


@media (max-width: 991px) {
    .materials-block .list .item {
        width: 32%;
        padding: 12px;
    }

    .materials-block .list .item h3 {
        font-size: 14px;
        line-height: 20px;
    }


    .catalog-page .list .item {
        width: 32%;
        padding: 2px;
    }

    .catalog-page .list .item h3 {
        margin-bottom: 20px;
        font-size: 14px;
        line-height: 18px;
    }

    .catalog-page .list .item .data {
        margin-bottom: 18px;
        font-size: 12px;
        line-height: 16px;
        letter-spacing: 1px;
    }

    .catalog-page .list .item .prices .price
    {
        font-size: 14px;
        line-height: 18px;
        padding: 5px 5px;
    }

    .catalog-page .list .item .bottom .number {
        width: auto;
        height: 35px;
        font-size: 16px;
    }

    .catalog-page .list .item .bottom .number input {
        font-size: 16px;
    }

    .catalog-page .list .item .bottom button {
        width: 100%;
        border-radius: 0 0 20px 20px;
        height: 35px;
        font-size: 16px;
    }

    .catalog-page .list .item .links a{
        width: 25px;
        height: 25px;
        background-size: cover !important;
    }

    .catalog-page .list .item .links{
        right: 10px;
        top: 10px;
    }

    .catalog-page .list .item .discount {
        left: 10px;
        top: 10px;
        padding: 4px 4px;
        font-size: 14px;
    }

    .index-catalog-block .list .item h3 {
        margin-bottom: 0;
        font-size: 14px;
        line-height: 18px;
        white-space: normal;
        overflow: hidden;
        max-height: 54px;
    }

    .index-catalog-block .list .item .data {
        margin-bottom: 18px;
        font-size: 12px;
        line-height: 16px;
        letter-spacing: 1px;
    }

    .index-catalog-block .list .item .prices .price
    {
        font-size: 14px;
        line-height: 18px;
        padding: 5px 5px;
    }


    .index-catalog-block .list .item .bottom .number {
        width: auto;
        height: 35px;
        font-size: 16px;
    }

    .index-catalog-block .list .item .bottom .number input {
        font-size: 16px;
    }

    .index-catalog-block .list .item .bottom button {
        width: 100%;
        border-radius: 0 0 20px 20px;
        height: 35px;
        font-size: 16px;
    }

    .index-catalog-block .list .item .links a{
        width: 25px;
        height: 25px;
        background-size: cover !important;
    }

    .index-catalog-block .list .item .links{
        right: 10px;
        top: 10px;
    }

    .index-catalog-block .list .item .discount {
        left: 10px;
        top: 10px;
        padding: 4px 4px;
        font-size: 14px;
    }

    .materials-block .list .item:hover a{
        /*display: none;*/
        background: none;
        cursor: pointer;
        opacity: 0 !important;
    }

    .agree-block + label {
        font-size: 16px;
    }

}


@media (max-width: 575px) {
    .page-form form input[type='number'] {
        font-size: 14px;
        padding: 0;
        text-align: center;
    }
    .calc-block .block2 input[type='number']{
        font-size: 14px;
        padding: 0;
        text-align: center;
    }

    .materials-block .list .item {
        width: 33%;
        margin-bottom: 20px;
        padding: 8px;
        font-size: 11px;
    }

    .catalog-page .list .item {
        width: 33%;
        margin-bottom: 20px;
        padding: 0px;
        font-size: 11px;
    }

    .materials-block .list .item h3 {
        font-size: 12px;
        line-height: 18px;
    }

    .materials-block .list .item p {
        line-height: 16px;
    }



    .calc-block .block1 .radio + label {
        width: 33%;
        padding: 6px 4px 10px 4px;
        font-size: 12px;
        line-height: 18px;
    }

    .calc-block .block1 .radio:checked + label {
        background: none;
        box-shadow: inset 0 0 0 1px #2f65fc;
    }

    .materials-block .list .item {
        width: 48%;
        margin-bottom: 20px;
        padding: 8px;
        font-size: 11px;
    }

    .catalog-page .list .item {
        width: 48%;
        margin-bottom: 20px;
        padding: 2px;
        font-size: 11px;
    }


    .calc-block .block1 .radio + label {
        width: 48%;
    }

}

#tab-description .about, #tab-description .about * {
    font-family: 'Montserrat', sans-serif !important;
    font-size: 16px !important;
    line-height: 22px !important;
    color: #000 !important;
    letter-spacing: normal !important;

    font-weight: normal !important;
}

#tab-description .about b {
    font-weight: bold !important;
}

#tab-description .about a:hover {
    color: #f89300 !important;
}

.catalog-page .list.active {
    overflow: hidden;
}

.payment_method_terms {
    display: none;
}

.upload-file-success {
    color: green;
    display: none;
}

.upload-file-btn {
    padding: 10px 15px;
    color: #fff;
    border-radius: 20px;
    background: #2f65fc;
    font-size: 14px;
    font-weight: 600;
}

.header .links a.active:nth-child(2) {
    background: url('../img/header-link2-active.svg') no-repeat center;
}

.header .links a.active:nth-child(3) {
    background: url('../img/header-link3-active.svg') no-repeat center;
}

.header .links a.active:nth-child(4) {
    background: url('../img/header-link4-active.svg') no-repeat center;
}

.index-catalog-block .list .item .links a.active:nth-child(1) {
    background: url('../img/item-link1-active.svg');
}

.catalog-page .list2 .item .image .links a.active:nth-child(1) {
    background: url('../img/item-link1-active.svg');
}

.catalog-page .list .item .links a.active:nth-child(1) {
    background: url('../img/item-link1-active.svg');
}

.item-page .photos .links a.active:nth-child(1) {
    background: url('../img/item-link1-active.svg');
}

.compare-page .compare .list .item .info .image .links a.active:nth-child(1) {
    background: url('../img/item-link1-active.svg');
}


.popup .window form, .popup .window.big form {
    height: 90%;
    overflow: hidden;
    overflow-y: auto;
}

.mobile-menu {
    overflow-y: auto;
}

@media (max-width: 991px) {
    .header .catalog.opened {
        display: block;
    }
}


@media (max-width: 767px) {
    .header .catalog.opened {
        display: none;
    }
}

















































:root {

    --top-menu-bg: #fff;
    --top-menu-btn-c: #1a2a90;
    --top-menu-btn-c-hover: #484848;

    --menu-main-c: #f89300;
    --menu-main-bg: #fff;
    --menu-main-header-c: #fff;
    --menu-main-header-bg: #2f65fc;
    --menu-main-level-1-c: #21439f;
    --menu-main-level-1-c-hover: #ef8626;
    --menu-main-level-2-c: #3e5aa7;
    --menu-main-level-2-c-hover: #ef8626;
    --menu-main-level-2-bg: #fff;
    --menu-main-level-3-c: #6182d8;
    --menu-main-level-3-c-hover: #ef8626;
    --menu-main-before: #21439f;
    --menu-right-bg: #21439f;
    --menu-right-level-1-c: #fff;
    --menu-right-level-1-c-hover: #fff;
    --menu-right-level-2-c: #3f3f3f;
    --menu-right-level-2-c-hover: #777;
    --menu-right-level-2-bg: #eaeaea;
    --menu-right-level-3-c: #777;
    --menu-right-level-3-c-hover: #777;
    --menu-module-bg: #f7f7f7;
    --menu-module-c: #2f65fc;
    --menu-module-c-hover: #f89300;

}


.menu-wrapper .menu-close {
    width: 30px;
    height: 16px;
    position: relative;
}
.menu-wrapper .menu-close.active span:nth-child(1) {
    transform: translate(3px, 7px) rotate(45deg);
    left: 0;
}
.menu-wrapper .menu-close.active span:nth-child(2) {
    display: none;
}
.menu-wrapper .menu-close.active span:nth-child(3) {
    transform: translate(3px, -7px) rotate(-45deg);
    left: 0;
}
.menu-wrapper .menu-close:hover span:nth-child(1) {
    left: 0;
}
.menu-wrapper .menu-close:hover span:nth-child(2) {
    left: 6px;
}
.menu-wrapper .menu-close:hover span:nth-child(3) {
    left: 0;
}
.menu-wrapper .menu-close span {
    position: absolute;
    width: 24px;
    height: 2px;
    background: #fff;
    -webkit-transition: all 200ms ease;
    -moz-transition: all 200ms ease;
    -ms-transition: all 200ms ease;
    -o-transition: all 200ms ease;
    transition: all 200ms ease;
}
.menu-wrapper .menu-close span:nth-child(1) {
    top: 0;
    left: 6px;
}
.menu-wrapper .menu-close span:nth-child(2) {
    top: 50%;
    left: 0;
    margin-top: -1px;
}
.menu-wrapper .menu-close span:nth-child(3) {
    bottom: 0;
    left: 6px;
}



@media (min-width: 992px) {


    .menu1 .menu__level-1-li {
        position: static
    }

    .menu1:not(.new) .menu__level-2 {
        min-height: 100%
    }
}


.menu{position:relative;z-index:998;min-height:46px;color:var(--menu-main-c);background:var(--menu-main-bg)}
.menu__header{display:flex;align-items:center;height:46px;padding:0 12px;font-weight:500;}
.menu__collapse{position:absolute;z-index:900;width:100%;top:46px;margin:0;padding:0;list-style:none;font-size:.95em}
.menu__level-1-li{position:relative;border-top:solid 1px rgba(0, 0, 0, .05);transition:all linear .15s}
.menu__level-1-li:last-child{border-radius:0 0 4px 4px}
.menu__level-1-a{display:flex;flex:1 1 100%;min-height:46px;height:100%;align-items:center;padding:0 0 0 12px;font-weight:500;color:var(--menu-main-level-1-c)}
.menu__level-1-a:hover{color:var(--menu-main-level-1-c-hover)}
.menu__level-1-a.disabled{pointer-events:none;cursor:default}
.menu__level-1-li:after, .menu__level-1-pm{color:var(--menu-main-level-1-c)}
.menu__level-1-icon{margin:0 10px 0 0}
.menu__level-1-img{width:16px;height:16px;margin:0 7px 0 0}
.menu__level-2{background:var(--menu-main-level-2-bg)}
.menu__level-2-ul{list-style:none;padding:0;position: relative;}
.menu__level-2-a{display:flex;align-items:center;min-height:46px;font-weight:500;color:var(--menu-main-level-2-c)}
.menu__level-2-a:hover{color:var(--menu-main-level-2-c-hover)}
.menu__level-2-pm{color:var(--menu-main-level-2-c)}
.menu__level-3-ul{list-style:none;padding:0}
.menu__level-3-a{display:flex;align-items:center;color:var(--menu-main-level-3-c)}
.menu__level-3-a:hover{color:var(--menu-main-level-3-c-hover)}
.menu__more{color:var(--menu-main-level-2-c)}
.menu__more-span{text-decoration:underline}
.menu__additional{width:50px;max-width:50px}
.menu__level-1-a.additional{font-size:1.4em}

.menu1 .menu__header{color:var(--menu-main-header-c);background:var(--menu-main-header-bg)}
.menu1 .menu__collapse{color:var(--menu-main-c);background:var(--menu-main-bg)}
.menu1 .menu__level-1-li.open{background:var(--menu-main-level-2-bg)}
.menu1 .menu__level-1-li:first-child{border-top:none}
.menu2 .menu__level-1-li:hover{background:rgba(0, 0, 0, .05)}

.menu-module__ul, .list-group{background:var(--menu-module-bg)}
.menu-module__ul{list-style:none;margin:0 0 25px;padding:0;font-size:.95em;border-radius:4px}
.menu-module__li:not(:first-child){border-top:solid 1px rgba(0, 0, 0, .06)}
.menu-module__a{display:flex;justify-content:space-between;padding:13px 15px;font-weight:500}
.menu-module__children-a{display:flex;align-items:center;padding:0 15px 7px}
.menu-module__children-a:first-child{margin-top:-2px}
.menu-module__children-a:last-child{padding-bottom:15px}
.menu-module__a.active{font-weight:700}
.menu-module__children-a.active{font-weight:500}
.menu-module__pm{display:flex;min-width:30px;margin:-12px -15px -12px 0;justify-content:center;align-items:center;font-size:.8em;color:#888}
.menu-module__pm:hover{background:rgba(0, 0, 0, .05)}
.menu-module__pm:not(.open) .fa-minus{display:none}
.menu-module__pm.open .fa-plus{display:none}
.menu-module__a, .menu-module__a:focus, .menu-module__children-a, a.list-group-item{color:var(--menu-module-c)}
.menu-module__a:hover, .menu-module__a.active, .menu-module__children-a:hover, .menu-module__children-a.active, a.list-group-item:hover a.list-group-item.active, a.list-group-item.active:hover, a.list-group-item.active:focus, a.list-group-item:hover{color:var(--menu-module-c-hover)}


@media (max-width:1180px){
    .top-menu__account.switch-on-tablet{display:block}

    .menu1 .menu__banner{display:none}

}

@media (max-width:992px){

    .top-menu__btn-text{display:none}


    .menu-wrapper{position:fixed;z-index:1070;top:0;left:-100%;margin:0;padding:0;overflow-y:auto;width:100%;height:100%;background:var(--menu-main-bg);transition:all ease-in-out .15s}
    .menu-wrapper.show{left:0;box-shadow:0 0 10px rgba(0, 0, 0, .2)}
    .menu__header{height:54px;background:rgba(0, 0, 0, .05)}
    .menu__collapse{top:54px}
    .menu__header-title{font-size:1.25em;flex:1 1 auto}
    .menu__header-icon.fa-times{display:flex !important;width:44px;height:100%;margin:0 -12px 0 0;align-items:center;justify-content:center;background:rgba(0, 0, 0, .05)}
    .menu__collapse{display:block;height:auto !important;font-size:1em}
    header .menu, header .menu__level-1-li{border-radius:0 !important}

    .menu__level-2{overflow:hidden}
    .menu__level-2:not(.in){height:0}
    .menu__level-2-a{padding:0 32px 0 25px;border-top:solid 1px rgba(0, 0, 0, .1)}
    .menu__level-3{overflow:hidden;padding:0;margin:0}
    .menu__level-3:not(.in){height:0}
    .menu__level-3-li{border-top:dashed 1px rgba(0, 0, 0, .1)}
    .menu__level-3-a{min-height:46px;padding:0 32px 0 40px}
    .menu__pm{position:absolute;right:0;top:0;z-index:9;width:44px;line-height:46px;text-align:center;font-size:.85em;cursor:pointer}
    .menu__pm:not(.open) .fa-minus{display:none}
    .menu__pm.open .fa-plus{display:none}
    .menu__banner, .menu__additional, .menu__level-2-img{display:none}

}




@media (min-width:575px){
    .top-menu.switch-on-mobile{display:none}
}

@media (min-width:992px){
    .top-links .top-menu__btn{display:none}
    .top-links__ul{position:static;display:flex;align-items:center;background:none;box-shadow:none;list-style:none;margin:0;padding:0}
    .top-links__li{margin:0 20px 0 0}
    .top-links .top-links__a{margin-top:-2px;padding:0;font-size:.8em;color:var(--top-menu-btn-c);background:none !important}
    .top-links .top-links__a:hover{color:var(--top-menu-btn-c-hover)}

    .header-block__item-menu{padding:0 15px}
    .header-block__item-menu + .header-block__item-search + .header-block__item-telephone{padding-left:15px}

    .header-menu__btn{height:34px;padding:0 10px;font-weight:500;font-size:.95em;color:var(--menu-main-header-c);background:var(--menu-main-header-bg);border:none;border-radius:4px;white-space:nowrap}
    .header-menu__icon{margin:0 5px 0 0}
    .header-menu__btn.show .header-menu__icon:before{content:'\f00d'}

    .main-menu{position:relative;z-index:998}
    .main-menu.set-before:before{position:absolute;top:0;left:50%;width:100vw;height:46px;content:'';background:var(--menu-main-before);transform:translateX(-50%)}
    .main-menu:not(.set-before):before{position:absolute;bottom:0;left:50%;width:100vw;height:10px;content:"";transform:translateX(-50%);border-bottom:solid 1px rgba(0, 0, 0, .04);box-shadow:0 4px 8px rgba(0, 0, 0, .06)}

    .menu-wrapper.new{display:none;position:absolute;top:0%;left:10px;right:10px;z-index:988;padding:0;background:#fff}
    .menu-wrapper.new.show:before{position:absolute;top:-1px;left:50%;width:100vw;bottom:0;content:'';background:#fff;border-top:solid 1px rgba(0, 0, 0, .1);transform:translateX(-50%);box-shadow:0 10px 10px rgba(0, 0, 0, .2)}

    .menu1:hover .menu__collapse{display:block !important}
    .menu__header-icon{margin:0 10px 0 0}
    .menu1 .menu__collapse{display:none}
    .menu1:not(.new) .menu__collapse{border-radius:0 0 4px 4px}
    .menu__level-1-li{display:flex;align-items:center}
    .menu__level-1-li.has-children:after{display:flex;align-items:center;justify-content:center;width:30px;height:46px;text-align:center;font-family:"Font Awesome\ 5 Free";font-weight:900;content:"\f107";font-size:.75em;transition:transform ease-in-out .15s}
    .menu__level-1-li.open:after{transform:rotate(-90deg)}
    .menu__level-2{position:absolute;z-index:-1;top:0;left:100%;display:none;align-content:flex-start;flex-wrap:wrap;overflow-y:auto;padding:0 10px;border-radius:0 4px 4px 0;box-shadow:0 4px 10px rgba(0, 0, 0, .2);scrollbar-width:thin}
    .menu__level-2.open{display:flex}
    .menu__level-2::-webkit-scrollbar{width:8px;background:#eee;border-radius:4px}
    .menu__level-2::-webkit-scrollbar-thumb{background-color:#ccc;border-radius:4px}
    .menu__level-2.column-1{flex-wrap:nowrap;flex-direction:column}
    .menu__level-2-wrap{display:flex;flex-wrap:wrap}
    .menu__level-2-ul.has-image{padding-left:60px}
    .menu__level-2-img{position:absolute;top:10px;left:0;width:50px}
    .menu__level-2-ul{flex:0 0 auto;padding:0 10px}
    .menu__level-2-a.has-children{min-height:auto;margin:14px 0 10px}
    .menu__level-2:not(.column-10) .menu__level-2-a{font-weight:700}
    .menu__level-3{padding:0 0 15px}
    .menu__level-3-li + li{margin:7px 0 0}
    .menu__level-3-a:hover{text-decoration:underline}

    .menu1 .column-1{width:220px}
    .menu1 .column-2{width:440px}
    .menu1 .column-3, .menu1 .column-4{width:720px}

    .menu1.new{background:var(--menu-main-level-2-bg)}
    .menu1.new .menu__header{display:none}
    .menu1.new .menu__collapse{position:relative;top:0;display:block;width:calc(25% - 15px);min-height:70vh}
    .menu1.new .menu__level-1-li{position:static}
    .menu1.new .menu__level-2{max-height:100%;box-shadow:none}

    .menu__level-2-ul.col-md-3:nth-child(n+5):before, .menu__level-2-ul.col-md-4:nth-child(n+4):before, .menu__level-2-ul.col-md-6:nth-child(1n+3):before, .menu__level-2-ul.col-md-12:nth-child(n+2):before{display:block;content:'';border-top:dashed 1px rgba(0, 0, 0, .1)}
    .menu2 .collapse{height:fit-content !important}
    .menu2 .menu__header{display:none}
    .menu2 .menu__collapse{display:flex;top:0}
    .menu2 .menu__level-1-li{flex:1 1 auto;position:static;border:none;box-shadow:inset 1px 0 0 rgba(0, 0, 0, .08)}
    .menu2 .menu__level-1-li:last-child{border-right:solid 1px rgba(0, 0, 0, .08);border-radius:0}
    .menu2 .menu__level-1-li:after{margin-left:-15px}
    .menu2 .menu__level-1-li.open:after{transform:rotate(-180deg)}
    .menu2 .menu__level-1-a{justify-content:center;padding:0 15px;white-space:nowrap}
    .menu2 .menu__level-1-li.menu__additional:after{display:none}
    .menu2 .menu__level-2{top:100%;left:auto !important;border-radius:0 0 4px 4px}

    .menu2 .column-1{width:25%}
    .menu2 .column-2{width:50%}
    .menu2 .column-3{width:75%}
    .menu2 .column-4{width:100%}

    .menu2.new{margin-left:0}
    .menu2.new .menu__level-1-li:first-child{box-shadow:inset 1px 0 0 rgba(0, 0, 0, .08)}

    .menu-right{z-index:98;height:46px;margin-left:-20px;background:var(--menu-right-bg)}
    .menu-right .menu__level-1-li:first-child{box-shadow:none}
    .menu-right .menu__level-1-a, .menu-right .menu__level-1-li:after{color:var(--menu-right-level-1-c)}
    .menu-right .menu__level-1-li:hover .menu__level-1-a{color:var(--menu-right-level-1-c-hover)}
    .menu-right .menu__level-2{background:var(--menu-right-level-2-bg)}
    .menu-right .menu__level-2-a{color:var(--menu-right-level-2-c)}
    .menu-right .menu__level-2-a:hover{color:var(--menu-right-level-2-c-hover)}
    .menu-right .menu__level-3-a{color:var(--menu-right-level-3-c)}
    .menu-right .menu__level-3-a:hover{color:var(--menu-right-level-3-c-hover)}

    .column-3 .menu__level-2-wrap{flex:1 1 66.67%}
    .column-4 .menu__level-2-wrap{flex:1 1 75%}
    .column-3 .menu__banner{flex:0 1 33.33%}
    .column-4 .menu__banner{flex:0 1 25%}
    .menu__banner{display:flex;max-width:300px;justify-content:center;margin:20px 0;padding:0 10px 0 15px;overflow:hidden;border-radius:3px}
    .menu__banner img{max-width:100%;border-radius:2px;opacity:.9;cursor:pointer}
    .menu__banner:hover img{opacity:1}

}


@media (min-width:1180px){
    .top-menu.switch-on-tablet{display:none}
    .header-block__item-account.switch-on-tablet{display:flex}
    .menu1 .column-1{width:270px}
    .menu1 .column-2{width:540px}
    .menu1 .column-3, .menu1 .column-4{width:870px}
}

@media (min-width:1345px){
    .menu1 .column-1{width:280px}
    .menu1 .column-2{width:580px}
    .menu1 .column-3{width:720px}
    .menu1 .column-4{width:970px}
}

@media (min-width:1600px){

    .menu-wrapper.new .menu__collapse{width:calc(20% - 15px)}

    .menu1 .column-1{width:280px}
    .menu1 .column-2{width:560px}
    .menu1 .column-3{width:895px}
    .menu1 .column-4{width:1192px}

}



body.scroll-disabled{overflow:hidden}


.menu-wrapper {display: none}
@media (max-width:767px){
    .menu-wrapper {display: block}
}





.catalog-page .list .item {
    display: flex;
    flex-direction: column;
}
.catalog-page .list .item a {
    flex: 1 100 100%;
}
.catalog-page .list .item .prices {
    flex: 1 0 auto;
    flex-direction: column;
}


.materials-block .list .item {
    display: flex;
    flex-direction: column;
}
.materials-block .list .item a {
    flex: 1 100 100%;
}
.materials-block .list .item .prices {
    flex: 1 0 auto;
    flex-direction: column;
}


.index-catalog-block .slick-list {
    display: flex;
}

.index-catalog-block .slick-list .slick-track{
    display: flex;
    padding: 2px 0px;
}

.index-catalog-block .list .item {
    display: flex;
    flex-direction: column;
}
.index-catalog-block .list .item a {
    flex: 1 100 auto;
}
.index-catalog-block .list .item .prices {
    /*flex: 1 0 auto;
    flex-direction: column;*/
}

.index-catalog-block .list .item h3 {
    margin-bottom: 0;
}

.paykeeper_logo {
    background-color: #808080;
    width: 90px;
    margin-left: 15px;
}

.shipping-method__title {
    margin-bottom: 20px;
    font-size: 16px;
}