body{
    font-family: 'Roboto', sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 25px;
    margin: 0px;
    min-width: 768px;
}

* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.main_container{

}

button,input{
    font-family: 'Roboto', sans-serif;
    font-style: normal;
}

.container{
    max-width: 1240px;
    width: 100%;
    margin: auto;
    position: relative;
}

.top-container{
    background: #fff;
    height: 52px;
    padding: 4px 16px;
    border-bottom: 1px solid #ebedf8;
}

.ui-widget.ui-widget-content{
    z-index: 5555;
}

.index-benefits{
    padding-top: 24px;
}
.index-benefit > .index-benefit-wrap{
    display: flex;
    align-items: center;
}
.benefit-text{
    width: 80%;
}
.benefit-title{
    color: #0f345f;
    font-weight: bold;
}

ul:not(.list){
    list-style: none;
    margin: 0;
    padding: 0;
}

.top-nav > ul{
    display: inline-flex;
    align-items: center;
    justify-content: flex-start;
}

.top-nav > ul > li{
    height: 40px;
    display: flex;
    align-items: center;
}

.top-nav .aLi{
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-weight: 600;
    font-size: 15px;
    text-decoration: none;
    color: rgba(0,0,0,.8);
    height: 40px;
    line-height: 40px;
    min-width: 40px;
}

.aLi:hover{
    color: #000;
}

.aLi{
    margin-right: 8px;
}

.top-nav > ul > li:not(:first-child) > a{
    margin-left: 8px;
}

.top-right-block{
    position: absolute;
    display: flex;
    align-items: center;
    right: 0;
    top: 0;
    height: 100%;
}

.btn-sm-lj{
    font-size: 12px;
    height: 32px;
    line-height: 32px;
    min-width: 32px;
    padding-left: 16px;
    padding-right: 16px;
    cursor: pointer;
    background-color: transparent;
    border: none;
    text-decoration: none;
    outline: none;
    white-space: normal;
}

.btnReg{
    display: flex;
    position: relative;
    justify-content: flex-start;
    align-items: center;
    font-weight: normal;
    max-width: 215px;
    max-height: 32px;
    padding: 8px 12px;
    border-radius: 2px;
    background-color: #ffefbf;
    border: none;
    margin-right: -2px;
    cursor: pointer;
    transition: box-shadow .3s ease-out;
}

.btnReg:hover{
    box-shadow: 0 -2px 10px rgb(68 92 130 / 5%), -1px 4px 10px rgb(68 92 130 / 10%), 0 0 2px rgb(68 92 130 / 12%);
    transition: box-shadow .3s ease-out;
}

.block-reg-btns{
    display: inline-flex;
    align-items: center;
    justify-content: flex-end;
}

.header-middle{
    position: relative;
    background: #fff;
    height: 77px;
    border-bottom: 1px solid #ebedf8;
}

.logo{
    width: auto;
    display: flex;
    align-items: center;
    height: 100%;
}

.logo img{
    image-rendering: -webkit-optimize-contrast;
    width: 75px;
}

.form-top-search{
    display: flex;
    background: transparent;
    border: 1px solid #fc3;
    height: 40px;
    align-items: stretch;
    justify-content: space-between;
    border-radius: 2px;
    width: 100%;
}

.khgsdfHHHkjsdhf{
    display: flex;
    align-items: center;
    height: 100%;
}

.form-top-search > *{
    border: none;
}

.block-search{
    margin-left: 35px;
    max-width: 606px;
    width: 100%;
}

.form-top-search > button{
    background: #fc3;
    color: rgba(0,0,0,.8);
    cursor: pointer;
    font-weight: 600;
    padding-left: 16px;
    font-size: 14px;
    padding-right: 16px;
}

input[type="search"]{
    text-indent: 12px;
    width: 100%;
    font-size: 14px;
    font-family: 'Roboto', sans-serif;
    font-style: normal;
    font-weight: 400;
}

input:focus-visible,select:focus-visible,textarea:focus-visible{
    outline: 0px;
}
.btnDoSearch{
    transition: color .3s ease-in,border-color .3s ease-in,background-color .3s ease-in;
}
.btnDoSearch:hover{
    color: rgba(0,0,0,.8);
    background: #ffd65c;
    transition: color .3s ease-in,border-color .3s ease-in,background-color .3s ease-in;
}

.btn{
    height: 32px;
    line-height: 32px;
    min-width: 32px;
    padding-left: 16px;
    padding-right: 16px;
    padding-top: 1px;
    border: none;
    border-radius: 3px;
    cursor: pointer;
    transition: color .3s ease-in,border-color .3s ease-in,background-color .3s ease-in;
    white-space: nowrap;
    text-decoration: none;
}

a.btn{
    padding: 10px;
}
a.btn:hover{
    text-decoration: none;
}

.fs17{
    font-size: 17px;
}

.uprcase{
    text-transform: uppercase;
}

.btn.btn-velou:hover{
    background: #ffd65c;
}
.btn.btn-velou{
    width: 134px;
    color: rgba(0,0,0,.8);
    background: #fc3;
}
.header-middle-1{
    height: 56px;
    position: relative;
    background: #fff;
    border-bottom: 1px solid #ebedf8;
}
.header-middle-1 > .container{
    display: flex;
    align-items: center;
    height: 100%;
}
.speedCatalogItems > a{
    font-weight: 400;
    line-height: 18px;
    font-size: 15px;
    letter-spacing: .15px;
    margin-right: 23px;
    color: #000;
    text-decoration: none;
    transition: color .3s ease-in,border-color .3s ease-in,background-color .3s ease-in;
}
.speedCatalogItems > a:hover{
    color: #ed1c25;
    text-decoration: none;
}
.btnOpenMenuCatalog{
    width: 134px;
    margin-right: 30px;
    font-size: 13px;
}

.btnOpenMenuCatalog > .fa{
    margin-right: 5px;
}

a:not(.a){
    color: #000;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out;
}

.menu-block{
    position: absolute;
    top:44px;
    left: 0;
    width: 100%;
    display: none;
    min-height:150px;
    background-color: #ffffff;
    z-index: 15;
    box-shadow: 0 -2px 10px rgb(68 92 130 / 5%), -1px 4px 10px rgb(68 92 130 / 10%), 0 0 2px rgb(68 92 130 / 12%);
    border-radius: 2px;
}
.menu-block.open{
    display: block;
}
.menu-block>.container{
    display: flex;
}
.menu-left-block{
    width: 256px;
    max-width: 256px;
    min-width: 256px;
    padding-top: 12px;
    padding-right: 16px;
    border-right: 1px solid #ebedf8;
    padding-bottom: 72px;
}
.menu-left-block,.menu-right-block{
    padding-top: 25px;
    padding-bottom: 25px;
}
.menu-right-block{
    width: 100%;
    padding-left: 32px;
    padding-top: 40px;
    padding-bottom: 72px;
}
.menu-main-ul a{
    font-weight: 400;
    letter-spacing: .15px;
    font-size: 15px;
    min-height: 60px;
    min-width: 40px;
    padding: 11px 16px;
    line-height: 18px;
    text-decoration: none;
    color: rgba(0,0,0,.8);
    display: flex;
    align-items: center;
}
.menu-main-ul a.active{
    background: #f7f8f9;
}

.menu-main-ul a:hover{
    background: #f0f2f4;
    color: #000;
    text-decoration: none;
    border-radius: 5px;
}

.btnOpenMenuCatalog>.fa{
    width: 14px;
}
.btnOpenMenuCatalog>.fa:before{
    content: "\f03a";
}
.btnOpenMenuCatalog.open>.fa:before{
    content: "\f00d";
}

.block-callback-info{
    margin-left: 14px;
}
.block-callback-info > *{
    display: block;
    font-size: 13px;
    line-height: 1;
    color: rgba(0,0,0,.5);
}
.dfJJdfkj{
    font-size: 15px;
    color: #000000;
}
.btn-callback-open{
    text-decoration: none;
    display: block;
}
.btn-callback-open:hover{
    color: #000;
}
.btn-callback-open span{
    border-bottom: 1px #8a8a8a dashed;
}

.pop-container{
    min-height: 124px;
    /* border-top: 1px red solid;*/
    background-color: #efefef;
    /*margin-top: 20px;*/
    display: flex;
    align-items: center;
}
.pop-container>.container{
    padding: 20px;
    display: flex;
    align-items: center;
    max-width: 1300px;
}
.pop-input-email{
    display: flex;
    align-items: center;
}
.pop-title{
    font-weight: 600;
    font-size: 18px;
}
.pop-text{
    font-size: 14px;
}
.form-control{
    height: 40px;
    border: 1px #d6d6d6 solid;
    border-radius: 3px;
    text-indent: 10px;
    width: 100%;
}
.form-control:focus-visible{
    border: 1px #d6d6d6 solid !important;
}
.pop-email{
    width: 234px;
    margin-right: 20px;
    text-align: center;
    font-size: 15px;
}
.pop-input-email>*{
    height: 44px !important;
}
.btn-pop{
    font-size: 14px;
    font-weight: 600;
}
.footer-menu-container{
    padding: 40px 0;
    background: #232934;
    min-width: 720px;
    min-height: 250px;
    color: #ffffff;
}
.row{
    margin-left: -15px;
    margin-right: -15px;
}
.row:after{
    clear: both;
}
.row:before,.row:after{
    display: table;
    content: " ";
}
.col-md-3{
    width: 25%;
}
.col-md-2{
    width: 16.66%;
}
.col-md-4{
    width: 33.3%;
}
.col-md-5{
    width: 41.66%;
}
.col-md-6{
    width: 50%;
}
.col-md-7{
    width: 58.33%;
}
.col-md-8{
    width: 66.66%;
}
.col-md-9{
    width: 75%;
}
.col-md-2,.col-md-3,.col-md-4,.col-md-5,.col-md-6,.col-md-7,.col-md-8,.col-md-9{
    float: left;
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}
.footer-cat-name{
    font-weight: 400;
    line-height: 24px;
    font-size: 21px;
    letter-spacing: .2px;
    display: block;
    color: #fff;
    transition: color .2s cubic-bezier(.4,0,1,1);
}
.footer-cat-item>a{
    color: hsla(0,0%,100%,.8);
    font-weight: 400;
    font-size: 14px;
    text-decoration: none;
}
.footer-cat-items{
    margin-top: 10px;
}
.footer-middle-wrap{
    margin-top: 25px;
}
.hhdJHGggd{
    font-style: italic;
    font-weight: 400;
    line-height: 16px;
    font-size: 12px;
    color: hsla(0,0%,100%,.8);
    margin-top: 10px;
}
.c-inherit{
    color: inherit;
}

.catalog-category{
    margin-top: 30px;
}
.catalog-category > .container{
    display: flex;
}
.left-catalog{
    border-radius: 2px;
    padding-top: 24px;
    padding-left: 16px;
    padding-right: 16px;
    margin-bottom: 32px;
    min-width: 240px;
    max-width: 240px;
    min-height: 60px;
    box-shadow: 0 -2px 10px rgb(68 92 130 / 5%), -1px 4px 10px rgb(68 92 130 / 10%), 0 0 2px rgb(68 92 130 / 12%);
    height: 1%;
}
.right-catalog{
    margin-left: 30px;
    width: 100%;
}
.dspn{
    display: none;
}

@media(min-width: 768px){
    .catalog-category .left-catalog.dspn + .right-catalog{
        margin-left: 0;
    }
    .catalog-category .left-catalog.dspn + .right-catalog .catalog-list-large .catalog-good-block{
        width: 20%;
    }

}

.catalog-header > h1{
    font-size: 25px;
    line-height: 35px;
}
.sub-item-object-count{
    position: absolute;
    right: 0;
}
.sub-item-name{
    width: 80%;
}
.catalog-sub-item{
    position: relative;
}
.catalog-sub-item:not(:first-child){
    margin-top: 17px;
}

a.catsubs-show-items{
    font-weight: 600 !important;
    font-size: 14px !important;
    color: #1c3697 !important;
    cursor: pointer !important;
    text-decoration: none !important;
    margin-top: 10px;
}

.catalog-sub-item a{
    color: rgba(0,0,0,.6);
    font-size: 14px;
    line-height: 20px;
    transition: color .3s ease-in,border-color .3s ease-in,background-color .3s ease-in;
    text-decoration: none;

    display: flex;
    align-items: center;
}
.catalog-sub-item a:hover{
    color: #ed1c25;
}
.catalog-sub-item.active>a{
    font-weight: 600;
    color: #000;
}
.catalog-sub-item > .catalog-sub-item{
    margin-left: 16px;
    padding: 0;
}
.catalog-sub-items-t a{
    height: 164px;
    font-style: normal;
    font-weight: 400;
    line-height: 17px;
    font-size: 14px;
    text-align: center;
    color: rgba(0,0,0,.8);
    text-decoration: none;
    position: relative;
    padding: 7px;
    transition: color .3s ease-in,border-color .3s ease-in,background-color .3s ease-in;
}
.catalog-sub-items-t a:hover {
    color: #ed1c25;
}

.catalog-sub-items-t a > .catalog-item-name{

}

.catalog-item-image{
    height: 110px;
    display: block;
    padding: 7px;
}
.catalog-item-image img{
    max-width: 100%;
    max-height: 100%;
    border-radius: 5px;
}
.catalog-header{
    border-bottom: 1px #ebedf8 solid;
}

.searching-text{
    color: rgba(0,0,0,.6);
    text-transform: uppercase;
    font-size: 14px;
    font-weight: normal;
    margin-top: 15px;
    margin-bottom: 10px;
}

/**Каталог*/
.filter-property-catalog:not(:first-child) > .filter-property-name{
    margin-top: 10px;
}
.filter-property > input{
    display: none;
}
.filter-property{
    margin-bottom: 8px;
}
.filter-property > label{
    position: relative;
    color: rgba(0,0,0,.6);
    font-size: 14px;
    display: flex;
    align-items: center;
    cursor: pointer;
    transition: color .3s ease-in;
}
.filter-property > label:hover{
    color: rgba(0,0,0,.8);
}
.filter-property > label > .fa{
    font-size: 21px;
}
.filter-property > label > .fa{
    margin-right: 16px;
}
.filter-property > label > .fa::before{
    content: "\f096";
}
.filter-property > input:checked + label > .fa{
    color: #fc3;
    margin-right: 13px;
}
.filter-property > input:checked + label > .fa:before{
    content: "\f046";
}
.filter-property-name{
    font-weight: 600;
   /* font-size: 16px;*/
    padding: 16px;
    padding-top: 8px;
    padding-bottom: 8px;
    margin-left: -16px;
    margin-right: -16px;
    display: flex;
    align-items: center;
    margin-bottom: 8px;
    cursor: pointer;
}
.filter-property-name > .fa{
    font-size: 19px;
    margin-right: 5px;
    margin-top: -4px;
}
.catalog-subs{
    padding-bottom: 8px;
    margin-bottom: 8px;
}
.catalog-sort-wrap{
    display: flex;
    align-items: center;
    width: 100%;
}

.btn-sort-catalog{
    color: rgba(0,0,0,.6);
    height: 32px;
    border: 0px;
    border-radius: 3px;
    cursor: pointer;
    padding-left: 16px;
    padding-right: 16px;
    transition: color .3s ease-in,border-color .3s ease-in,background-color .3s ease-in;
    background-color: #ffffff;
    margin-left: 10px;
}
.btn-sort-catalog .fa{
    font-size: 13px;
}
.btn-sort-catalog.active{
    background: #f0f2f4;
    color: rgba(0,0,0,.6);
}
.btn-sort-catalog:hover{
    background: #e6e8ea;
}
.btn-group-list-change{
    position: absolute;
    right: 0;
}
.btn-group-list-change > button{
    background: #fff;
    border: 0;
    cursor: pointer;
}
.btn-group-list-change > button > .fa{
    font-size: 17px;
}

.catalog-good{
    display: flex;
    height: 100%;
    min-height: 290px;
    border-radius: 2px;
    background-color: #fff;
    box-shadow: 0 -2px 10px rgb(68 92 130 / 4%), -1px 4px 10px rgb(68 92 130 / 6%), 0 2px 2px rgb(68 92 130 / 4%);
    /*z-index: 11;*/
    padding-left: 18px;
}
.catalog-good-block:not(:first-child){
    margin-top: 16px;
}
.good-preview{
    width: 100%;
    max-width: 170px;
    padding-top: 18px;
    padding-bottom: 18px;
}
.catalog-top-wrap{
    margin-bottom: 15px;
}
.good-code{
    font-size: 13px;
    text-align: center;
    color: rgba(0,0,0,.6);
}
.good-code .hkjdfYYkjhdf{
    color: #000000;
}
.good-description{
    padding: 18px 18px 18px 40px;
}
.good-name a{
    text-decoration: none;
    font-weight: 600;
    font-size: 17px;
}
.good-name a:hover{
    text-decoration: underline;
}
.good-image{
    /*padding: 10px;*/
    width: 100%;
    height: 100%;
    margin-top: 15px;
    max-height: 120px;
    position: relative;
}

.good-image a img{
    width: 100%;
    /* max-width: 100%; */
    height: 100%;
    /* height: 100%; */
    margin: auto;
    display: block;
    object-fit: contain;
}
.good-info-ici{
    position: absolute;
    top: -10px;
    z-index: 5;
}
.good-info-ici li div{
    border-radius: 50%;
    background: #fff;
    display: flex;
    box-shadow: 0 1px 7px 0 rgb(68 92 130 / 30%);
    width: 30px;
    height: 30px;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}
.good-info-ici li+li{
    margin-top: -5px;
}
.good-info-ici .ci-action{
    background: #fc3;
}
.good-info-ici .ci-rs{
    background: #fff;
}
.good-info-ici .ci-action, .ci-hit, .ci-rs{
    font-size: 12px;
    line-height: 20px;
    font-weight: 700;
    transform: rotate(
            -5deg
    );
}
.good-info-ici .ci-hit{
    background: #f44336;
    color: #fff;
    font-size: 12px;
}
.good-info-ici img{
    width: 30px;
}
.good-description{
    position: relative;
    width: 100%;
    min-width: 490px;
    border-right: 1px solid #ebedf8;;
}
.good-description-text{
    line-height: 20px;
    font-size: 12px;
    margin-top: 7px;
}
.good-availability{
    font-size: 13px;
    margin-top: 5px;
}
.good-availability .fa-check-circle{
    color: #46d2a8;
    margin-right: 7px;
}

.good-availability .gat{
    font-style: oblique;
    border-bottom: 1px dashed rgba(0,0,0,.8);
    cursor: pointer;
    color: rgba(0,0,0,.8);
}
.btn-good-recomented{
    color: rgba(0,0,0,.6);
    transition: color .3s ease-in,border-color .3s ease-in,background-color .3s ease-in;
    border-bottom: 1px #757575 dashed;
    text-decoration: none;
    font-size: 13px;
    position: absolute;
    bottom: 30px;
    line-height: initial;
}
.btn-good-recomented:hover{
    color: #000000;
}
.good-price-block{
    padding: 18px 18px 18px 18px;
    width: 100%;
}
.good-unit-block{
    font-style: normal;
    font-weight: 400;
    line-height: 17px;
    font-size: 13px;
    letter-spacing: .2px;
    color: rgba(0,0,0,.6);
    width: 100%;
    border-bottom: 1px solid #ebedf8;
    padding-bottom: 5px;
    white-space: nowrap;
}
.good-unit-price{
    transition: opacity .2s ease-in;
    cursor: pointer;
}
.good-unit-price +  .good-unit-price{
    padding-left: 5px;
}
.good-unit-price.active{
    border-bottom: 1px #fc3 solid;
    padding-bottom: 6px;
    color: #000000;
}
.good-unit-price:hover{
    border-bottom: 1px #b3b3b3 solid;
    padding-bottom: 6px;
    color: #000000;
}
.filter-show-properties{
    font-weight: 600;
    font-size: 14px;
    color: #1c3697;
    cursor: pointer;
    text-decoration: none;
}
.filter-button-wrapper{
    padding: 16px;
}
.filter-button-wrapper{
    border-top: 1px #ebedf8 solid;
    margin-top: 16px;
    margin-right: -16px;
    margin-left: -16px;
}
.btn-clear-filter{
    height: 41px;
    line-height: 40px;
    min-width: 40px;
    padding-left: 16px;
    padding-right: 16px;
    font-size: 13px;
    background: #f0f2f4;
    border-radius: 2px;
    width: 100%;
    color: rgba(0,0,0,.8);
    text-transform: uppercase;
    border: 0px;
    cursor: pointer;
    font-weight: 600;
    transition: color .3s ease-in,border-color .3s ease-in,background-color .3s ease-in;
    letter-spacing: 1px;
}
.btn-clear-filter:hover{
    color: rgba(0,0,0,.8);
    background: #e6e8ea;
}
.header-middle.fixed{
    position: fixed;
    width: 100%;
    z-index: 555;
    top: 0;
    transition: opacity .2s cubic-bezier(.4,0,.2,1);
    box-shadow: 0 3px 3px rgb(68 92 130 / 14%), 0 3px 4px rgb(68 92 130 / 12%), 0 1px 8px rgb(68 92 130 / 20%);
}
.pagination-container{
    width: 100%;
    height: 48px;
    background: #ffffff;
    box-shadow: 0 -2px 10px rgb(68 92 130 / 5%), -1px -4px 10px rgb(68 92 130 / 10%), 0 0 2px rgb(68 92 130 / 12%);
    z-index: 55;
    position: sticky;
    bottom: 0;
    left: 0;
    margin-top: 40px;
}
.pagination-nav{
    padding-left: 264px;
    display: flex;
    align-items: center;
    height: 100%;
}
.pagination-nav > *{
    margin-left: 2px;
    margin-right: 2px;
    color: rgba(0,0,0,.6);
    height: 32px;
    line-height: 32px;
    min-width: 32px;
    text-align: center;
    border-radius: 3px;
    text-decoration: none;
    font-size: 13px;
    font-weight: 600;
}
.pagination-nav > a:hover, .pagination-nav > a.active{
    background: #f0f2f4;
}
.pagination-container > .container{
    height: 100%;
}

.catalog-goods{
    position: relative;
}

.overlay{
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 12;
}

.overlay-container{
    width: 100%;
    margin: auto;
    background: white;
    z-index: 5;
    opacity: 0.5;
    height: 100%;
    position: relative;
}

.catalog-container.onload .catalog-goods{
    opacity: 0.5;
    pointer-events: none;
}

.svg-onload {
    width: 56px;
    height: 56px;
    min-width: 56px;
    min-height: 56px;

    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
}
.svg-onload {
    padding: 0;
    display: block;
    animation-name: spin;
    animation-duration: 1500ms;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
}
.svg-onload .svg-onload-circle {
    fill: transparent;
    stroke-width: 10;
    stroke-dasharray: 283;
    stroke-dashoffset: 70;
    stroke-linecap: round;
    transform-origin: 50% 50%;
}
@keyframes spin {
    from {
        transform:rotate(0deg);
    }
    to {
        transform:rotate(360deg);
    }
}

.kjhHHyeuyt{
    display: block;
    margin: auto;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 13px;
    font-weight: 600;
}
.btn-good-add-to-card{
    min-width: 100px;
    color: #000;
    background: #fdd292;
    border-radius: 2px;
    width: 100%;
    display: flex;
    align-items: center;
    margin-left: 8px;
    color: rgba(0,0,0,.8);
    cursor: pointer;
    height: 40px;
}
.btn-good-add-to-card:hover{
    color: #000;
    background: #fddba8;
}
.btn-count-change{
    width: 19px;
    height: 19px;
    background: #f0f2f4;
    border-radius: 0 1px 0 0;
    position: absolute;
    border: 0;
    transition: .2s;
    cursor: pointer;
}
.btn-count-change:hover{
    color: #000;
    background: #e6e8eb;
}
.good-count-upper{
    top: 1px;
    right: 1px;
}
.good-count-bown{
    top: 20px;
    right: 1px;
    border-radius: 0 0 1px 0;
}
.good-input-count{
    font-weight: 700;
    line-height: 17px;
    font-size: 13px;
    letter-spacing: .45px;
    height: 40px;
    color: rgba(0,0,0,.6);
    text-align: center;
    padding: 8px 20px 8px 4px;
    z-index: 2;

    width: 100%;
    transition: all .3s ease;
    background-color: transparent;
    border: 1px solid #ebedf8;
    border-radius: 2px;
}

.good-input-count:focus-visible {
    border: 1px solid #ebedf8 !important;
}

.good-count-add{
    position: relative;
}
.good-add-to-card{
    padding-bottom: 10px;
    padding-left: 10px;
    padding-right: 10px;
    display: inline-flex;
    justify-content: space-between;
    position: absolute;
    bottom: 0;
    border-top: 1px #ebedf8 solid;
    margin-left: -18px;
    padding-top: 10px;
    width: 100%;
    min-height: 61px;
}
.good-price-val{
    font-weight: 600;
    font-size: 20px;
}
.good-price{
    margin-top: 8px;
    white-space: nowrap;
}
.good-price .fa-rub, .good-price .unit-abbr{
    font-size: 13px;
}
.good-price-block{
    position: relative;
    border-right: 1px solid #ebedf8;
}
.good-control{
    width: 50px;
    order: 1;
    padding: 32px 8px;
}
.good-control-list{
    display: flex;
    height: 100%;
    flex-direction: column;
    justify-content: space-between;
}
.good-control-list > button {
    background: #fff;
    border: 0;
    width: 32px;
    height: 32px;
    padding: 0;
    cursor: pointer;
    white-space: nowrap;
    color: rgba(0,0,0,.8);
    font-family: 'Roboto', sans-serif;
    font-style: normal;
    transition: color .3s ease-in,border-color .3s ease-in,background-color .3s ease-in;
}
.good-control-list > button > .fa{
    font-size: 17px;
    font-weight: normal;
    color: rgba(0,0,0,.6);
    transition: color .3s ease-in,border-color .3s ease-in,background-color .3s ease-in;
}
.good-control-list > button > .button-text{
    font-weight: 600;
    font-size: 14px;
}
.good-control-list > button:hover > .fa{
    color: #000;
}
.good-control-list > button:hover{
    color: #000;
}
.object-header .good-control-list{
    flex-direction: inherit;
    justify-content: inherit;
}
.object-header .good-control-list > button{
    display: flex;
    align-items: center;
    width: auto;
    font-family: 'Roboto', sans-serif;
    font-style: normal;
}
.object-header .good-control-list > button:not(:first-child){
    margin-left: 16px;
}
.no-border{
    border: 0 !important;
}
.good-control-list > button > .fa + .button-text{
    margin-left: 7px;
}
.catalog-list-large{
    margin-left: -6px;
    margin-right: -6px;
    display: inline-block;
    width: 100%;
}
.catalog-list-large .good-unit-comment{
    /*display: none;*/
}
.catalog-list-large::after{
    content: ' ';
    display: block;
}
.catalog-list-large .catalog-good-block{
    float: left;
    width: 25%;
    padding-left: 6px;
    padding-right: 6px;
    padding-bottom: 12px;
    margin-top: 0;
}
.catalog-list-large .good-image{
    margin-top: 15px;
    height: 130px;
}
.catalog-list-large .good-name{
    line-height: 18px;
    height: 40px;
    margin-top: 10px;
}
.catalog-list-large .good-name a{
    font-weight: normal;
    font-size: 15px;
}
.catalog-list-large .catalog-good{
    display: block;
    padding: 0;
    position: relative;
}
.catalog-list-large .good-preview{
    margin: auto;
    max-width: 210px;
    padding-top: 4px;
}
.catalog-list-large .good-code{
    text-align: left;
}
.catalog-list-large .good-description{
    min-width: auto;
    padding: 18px;
    display: flex;
    flex-direction: column-reverse;
    justify-content: space-between;
    padding-top: 0;
    border-right: 0;
    padding-bottom: 8px;
}
.catalog-list-large .good-description-text{
    display: none;
}
.catalog-list-large .btn-good-recomented{
    display: none;
}
.catalog-list-large .good-price-block{
    height: 200px;
    border-right: 0;
}
.catalog-list-large .good-control{
    width: auto;
    padding-top: 0;
    padding-bottom: 0;
    position: absolute;
    top: 0;
    right: 0;
}
.catalog-list-large .good-control-list{
    flex-direction: initial;
    justify-content: initial;
}
.catalog-list-large .good-control-list button .fa{
    font-size: 15px;
    font-weight: 600;
}
.catalog-subs + .filter-catalog{
    padding-top: 16px;
    border-top: 1px #ebedf8 solid;
}
.block-control-or-backet-btn{
    position: absolute;
    right: 0;
    display: flex;
    align-items: center;
    height: 100%;
}
.block-control-btns > .option-btn:not(:first-child){
    margin-left: 7px;
}
.option-btn{
    text-decoration: none;
}
.option-btn .fa{
    font-size: 17px;
    font-weight: 600;
    color: rgba(0,0,0,.8);
    transition: color .3s ease-in,border-color .3s ease-in,background-color .3s ease-in;
}
.option-btn:hover .fa{
    color: #000;
}
.backet-btn{
    display: inline-flex;
    position: relative;
    align-items: center;
    justify-content: flex-end;
    text-align: right;
    height: 40px;
    padding-right: 16px;
    padding-left: 8px;
    text-decoration: none;
    color: #000;
    cursor: pointer;
    font-weight:600;
    font-size: 15px;
    margin-left: 10px;
    transition: box-shadow .3s ease-in-out;
}

.backet-btn .text-btn-card{
    margin-left: 7px;
}

.block-backet-btn{
    border-left: 1px #ebedf8 solid;
    margin-left: 19px;
}

.backet-btn:hover{
    box-shadow: 0 -2px 10px rgb(68 92 130 / 4%), -1px 4px 10px rgb(68 92 130 / 6%), 0 2px 2px rgb(68 92 130 / 4%);
    border-radius: 4px;
    transition: box-shadow .3s ease-in-out;
    text-decoration: none;
}

body.DialogOpened{
    overflow: hidden;
}
.DialogContainer{
    position: fixed;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: 1001;
    overflow-y: auto;
}

.DialogContainer::after{
    content: '';
    position: fixed;
    left: -16px;
    top: 0;
    width: 100%;
    height: 100%;
    background: #fff;
    opacity: 0.5;
}

.DialogBlockWrapper{
    width: 400px;
    position: absolute;
    height: auto;
    background-color: #ffffff;
    top: 30px;
    left: 0;
    /* bottom: 0; */
    right: 0;
    margin: auto;
    z-index: 1;
    box-shadow: 0 16px 24px rgb(68 92 130 / 14%), 0 6px 30px rgb(68 92 130 / 12%), 0 8px 10px rgb(68 92 130 / 20%);
    pointer-events: all;
    border-radius: 2px;
    padding: 16px;
    padding-bottom: 40px;
}

.DialogSizeSm .DialogBlockWrapper{
    width: 400px;
}
.DialogSizeNm .DialogBlockWrapper{
    width: 700px;
}

.DialogSizeFixHeight.DialogSizeSm .DialogBlockWrapper{
    height: 400px;
}

.DialogSizeFixHeight.DialogSizeNm .DialogBlockWrapper{
    height: 400px;
}


.DialogBlockWrapperHeader{
    width: 100%;
    display: flex;
    height: 40px;
    align-items: center;
    position: relative;
}

.DialogBtnClose{
    position: absolute;
    right: 0;
    /*top: 4px;*/
    font-size: 30px;
    color: rgba(0,0,0,.8);
    text-decoration: none;
    transition: color .3s ease-in,border-color .3s ease-in,background-color .3s ease-in;
    float: right;
    height: 20px;
    width: 20px;
}
.DialogBtnClose:hover{
    color: #000;
}
.DialogHeaderVelou{
    height: 46px;
    background: #ffcc33;
    position: absolute;
    left: 0;
    top: 0;
    padding: 13px;
}
.DialogHeaderVelou .DialogBtnClose{
    right: 7px;
}
.DialogBlockTitle{
    font-weight: 600;
    font-size: 16px;
}
.icon-close{
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    transform: rotate(
            45deg
    );
    top: 6px;
    left: 6px;
}
.icon-close::after{
    position: absolute;
    top: 0;
    content: '';
    width: 2px;
    display: block;
    /* border-left: 1px red solid; */
    height: 100%;
    background: #717171;
    transform: rotate(
            90deg
    );
}
.icon-close::before{
    position: absolute;
    top: 0;
    content: '';
    width: 2px;
    display: block;
    /* border-left: 1px red solid; */
    height: 100%;
    background: #717171;
}

.fw5{
    font-weight: normal;
}

.mgnt10{
    margin-top: 10px;
}

a{
    text-decoration: none;
}

.block-good-actions{
    /* margin-top: 60px; */
}

.a:hover{
    text-decoration: underline;
}
.box{
    border: 1px #ebedf8 solid;
    border-radius: 3px;
}

.box-header{
    height: 40px;
    padding-left: 15px;
    background-color: #ebedf8;
    font-size: 17px;
    position: relative;
}
.box-title{
    height: 100%;
    display: flex;
    align-items: center;
}
.box-tools{
    position: absolute;
    right: 14px;
    top: 6px;
}
.box-body{
    padding: 15px;
}
.box-footer{
    border-top: 1px #ebedf8 solid;
    padding: 15px;
}


.text-center{
    text-align: center;
}

.loginFormWrap .form-control{
    position: relative;
    width: 100%;
    height: 40px;
    padding: 5px;
    border-radius: 0;
    background: #fff;
    color: #000;
    border: 1px solid #d4d4d4;
}
.loginFormWrap .btn-log-in{
    width: 100%;
    font-size: 17px;
    height: 40px;
    text-transform: uppercase;
    margin-top: 20px;
    border: 1px solid #f90;
    background: #f90;
    color: #fff;
}
.loginFormWrap .btn-log-in:hover{
    border: 1px solid #333;
    background: #333;
}
.loginFormWrap .btn-reg-do{
    font-size: 17px;
    text-transform: uppercase;
    text-decoration: none;
    padding: 8px;
    display: block;
}
.good-unit-comment{
    position: absolute;
    bottom: 60px;
    width: 100%;
    left: 0;
    padding: 10px;
    border-top: 1px solid #ebedf8;
    background: #f9fafb;
    line-height: 18px;
    font-style: oblique;
    font-size: 12px;
}
.cojHG{
    color: rgba(0,0,0,.6);
}
.good-price+.good-price{
    display: none;
}
.label-control{
    cursor: pointer;
}
.label-control:hover > .label-text{
    text-decoration: underline;
}
.no-margin{
    margin: 0px !important;
}
.input-err-text{
    color: red;
    font-size: 13px;
}
.form-group.has-error input{
    border-bottom: 2px red solid;
}
.form-group{
    margin-bottom: 7px;
}
.c-block{
    margin-top: 30px;
}
.layout-left-block, .layout-right-block{
    background-color: #fff;
    margin: 0px 0px 24px;
    box-shadow: 0 -2px 10px rgb(68 92 130 / 5%), -1px 4px 10px rgb(68 92 130 / 10%), 0 0 2px rgb(68 92 130 / 12%);
    z-index: 12;
    height: 1%;
}
.layout-right-block{
    width: 100%;
    min-height: 50px;
    margin-left: 26px;
    padding: 20px;
    position: relative;
}
.layout-right-block.w2{
    max-width: 530px;
}

.layout-block{
    display: flex;
}
.layout-left-block{
    min-width: 230px;
}
.drop-menu-block a{
    font-weight: 400;
    letter-spacing: .15px;
    font-size: 14px;
    min-height: 40px;
    min-width: 40px;
    padding: 11px 16px;
    line-height: 18px;
    background: #fff;
    color: rgba(0,0,0,.8);
    position: relative;
    cursor: pointer;
    box-sizing: border-box;
    display: flex;
    flex-direction: row;
    align-items: center;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out;
    text-decoration: none;
}
.drop-menu-block a:hover{
    background: #f7f8f9;
    color: #000;
}
.drop-menu-block > ul{
    display: block;
    padding: 12px 0;
    cursor: default;
}
.form-group.fgh{
    margin-top: 42px;
    position: relative;
}
.form-group.fgh:first-child{
    margin-top: 14px;
}
.form-group.fgh input, .form-group.fgh input:focus{
    border: none;
    border-top:0 !important;
    border-left: 0 !important;
    border-right: 0 !important;
}
.form-group.fgh input{
    border-bottom: 1px solid #9da7b8 !important;
    border-radius: 0;
    text-indent: 0;
    font-size: 15px;
}

.form-group.fgh input.opas{
    border-color: #d9dde3 !important;
}

.form-group.fgh input:focus{
    border-bottom: 2px solid #9da7b8 !important;
}

.form-group.fgh input[value = ""] + label{
    position: absolute;
    top: 0;
    transform: translateY(3px);
    font-size: 15px;
    color: rgba(0,0,0,.6);
    cursor: text;
}

.form-group.fgh label, .form-group.fgh input:focus + label{
    position: absolute;
    transform: translateY(3px);
    top: -24px;
    left: 0;
    font-size: 12px;
    color: rgba(0,0,0,.8);
    transition: all .3s ease;
}
.btn.btn-big{
    width: 100%;
    height: 54px;
    font-size: 17px;
    text-transform: uppercase;
    font-weight: 600;
}
.btn-big .fa{
    font-size: 17px;
}
.btn-velou1{
    background: #fdd292;
}
.btn-velou1:hover{
    color: #000;
    background: #fddba8;
}
.mgnt28{
    margin-top: 28px;
}
.mgnt18{
    margin-top: 18px;
}
.form-alert-success{
    position: relative;
    color: #05ad7a;
    border-color: #05ad7a;
    border: 1px #05ad7a solid;
    padding: 10px;
    height: 40px;
    display: flex;
    margin-top: 10px;
    align-items: center;
}
.form-alert-success > .fa{
    position: absolute;
    right: 10px;
}
.btn-account-menu{
    display: flex;
    position: relative;
    justify-content: flex-start;
    align-items: center;
    max-width: 215px;
    max-height: 32px;
    padding: 8px 12px;
    border-radius: 100px;
    background-color: #ffefbf;
    border: none;
    margin-right: -2px;
    margin-left: -13px;
    cursor: pointer;
    color: rgba(0,0,0,.8);
}
.btn-account-menu::before{
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    border-radius: 100px;
    box-shadow: 0 -2px 10px rgb(68 92 130 / 5%), -1px 4px 10px rgb(68 92 130 / 10%), 0 0 2px rgb(68 92 130 / 12%);
    opacity: 0;
    transition: opacity .3s ease-out;
}
.btn-account-menu:hover:before{
    opacity: 1;
}
.btn-account-menu > *:not(:first-child){
    margin-left: 10px;
}
.btn-account-menu .user-name{
    font-size: 14px;
    font-weight: 600;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.dropdown-toggle-menu{
    display: none;
}
.open > .dropdown-toggle-menu{
    display: block;
}
.dropdown-toggle-menu>.dropdown-ul{
    display: block;
    padding: 12px 0;
    cursor: default;
}
.dropdown-toggle-menu{
    min-width: 190px;
    left: auto;
    right: 0;
    z-index: 9999;
    margin: 8px 0px;
    opacity: 1.41;
    background: #fff;
    box-shadow: 0 -2px 10px rgb(68 92 130 / 5%), -1px 4px 10px rgb(68 92 130 / 10%), 0 0 2px rgb(68 92 130 / 12%);
    border-radius: 2px;
    position: absolute;
    will-change: "opacity";
    transform: translateZ(0);
    -webkit-animation: pt-show-popup___1ACJ_ .2s ease-in;
    animation: pt-show-popup___1ACJ_ .2s ease-in;
}
.dropdown-ul a, .dropdown-toggle-header a{
    background: #fff;
    color: rgba(0,0,0,.8);
    font-weight: 400;
    letter-spacing: .2px;
    font-size: 13px;
    min-height: 32px;
    min-width: 32px;
    padding: 8px 16px;
    line-height: 16px;
    position: relative;
    cursor: pointer;
    box-sizing: border-box;
    display: flex;
    flex-direction: row;
    align-items: center;
    white-space: nowrap;
    text-decoration: none;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out;
}
.dropdown-ul a:hover{
    background: #f7f8f9;
    color: #000;
}
.mgnt26{
    margin-top: 26px
}
.object-actions-panel{
    display: flex;
    align-items: center;
    position: relative;
}
.catalog-object h1{
    line-height: 32px;
    font-size: 24px;
    letter-spacing: .15px;
    margin-top: 7px;
}
.catalog-object > .container{
    /* display: flex;*/
}
.object-header{
    display: inline-block;
    max-width: 948px;
    width: 100%;
    margin-top: 15px;
}
.product-sidebar{
    width: 268px;
    margin-left: 24px;
    float: right;
    min-height: 50vh;
    z-index: 2;
    margin-top: 32px;
}
@media(min-width: 1024px){
    .product-sidebar{
        position: sticky;
        top: 90px;
    }
}
.object-body{
    display: flex;
    flex-direction: column;
    z-index: 4;
}
.object-nav-panel{
    width: 100%;
    height: 56px;
    background: #ffffff;
    box-shadow: 0 -2px 10px rgb(68 92 130 / 5%), -1px 4px 10px rgb(68 92 130 / 10%), 0 0 2px rgb(68 92 130 / 12%);
    z-index: 12;
    margin-top: 24px;
}
.object-nav-wrapper{
    position: relative;
    display: flex;
    flex: 1 0 auto;
    transform: none;
    will-change: transform;
    transition: transform .25s cubic-bezier(.4,0,.2,1);
    z-index: 1;
    height: 100%;
}
.object-nav-wrapper > a{
    display: flex;
    align-items: center;
    /* flex: 0 auto; */
    /* justify-content: center; */
    color: rgba(0,0,0,.6);
    transition: color .3s ease-in;
    margin: 0;
    white-space: nowrap;
    z-index: 1;
    width: 100%;
    height: 100%;
    text-decoration: none;
    text-transform: uppercase;
    font-size: 13px;
    font-weight: 600;
    letter-spacing: 1px;
}
.object-nav-wrapper > a:hover, .object-nav-wrapper > a.active{
    color: #000000;
    border-bottom: 1px #9da7b8 solid;
    height: 57px;
}
.object-nav-wrapper > a.active{
    border-bottom: 2px #fc3 solid;
}
.object-nav-wrapper > a.active > .hdJHG{
    padding-top: 1px;
}
.object-nav-wrapper > a >.hdJHG{
    display: block;
    margin: auto;
}
.object-section{
    min-height: 420px;
    width: 100%;
    padding: 22px 22px;
    background: #fff;
    box-shadow: 0 -2px 10px rgb(68 92 130 / 5%), -1px 4px 10px rgb(68 92 130 / 10%), 0 0 2px rgb(68 92 130 / 12%);
    margin-bottom: 24px;
    margin-top: 18px;
}
.props-KJHh .prop{
    display: flex;
    margin-bottom: 16px;
    font-size: 14px;
    line-height: 20px;
    align-items: center;
}
.props-KJHh .prop-name{
    max-width: 50%;
    min-width: 50%;
    display: flex;
    flex: 1;
    color: rgba(0,0,0,.8);
}
.props-KJHh .prop-name::before{
    content: "";
    display: flex;
    height: 15px;
    flex: 1;
    order: 1;
    margin: 0 4px;
    border-bottom: 1px dashed #bbc2ce;
}
.props-KJHh .prop-value{
    /*font-weight: 600;*/
}
.a-link-accept{
    font-weight: 600;
    line-height: 18px;
    font-size: 14px;
    letter-spacing: .15px;
    color: #1c3697 !important;
    text-decoration: none;
    position: relative;
}
.a-link-accept::after{
    content: '';
}
.a-link-accept:hover:after{
    content: "";
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    border-bottom-width: 1px;
    border-bottom-style: dashed;
    border-bottom-color: inherit;
}
.a-link-accept:hover{
    text-decoration: none;
}
.catalog-object-price-details{
    box-shadow: 0 -2px 10px rgb(68 92 130 / 5%), -1px 4px 10px rgb(68 92 130 / 10%), 0 0 2px rgb(68 92 130 / 12%);
    z-index: 12;
}
.catalog-object-price-details > .good-price-block{
    min-height: 200px;
    border-right: 0;
}
.object-product-code{
    right: 0;
    position: absolute;
}
.grad-ot{
    max-width: 100% !important;
    min-width: auto !important;
}
.catalog-good-block .props-KJHh{
    margin-top: 5px;
}

.catalog-good-block .props-KJHh .prop{
    margin-bottom: 0;
    font-size: 13px;
}

.catalog-good-block .props-KJHh .prop .fa-rub{
    font-size: 13px;
}

.btn-group-list-change button .fa{
    color: rgba(0,0,0,.6);
}

.btn-group-list-change button.active .fa{
    color: rgba(0,0,0,.8);
}

.btn-good-add-to-card.in-basket{
    border: 1px solid #bbc2ce;
    background-color: #fff;
    color: rgba(0,0,0,.6);
}

.btn-good-add-to-card.in-basket:hover{
    background: #f9fafb;
    color: rgba(0,0,0,.8);
}

.btn-basket-exists-goods{
    box-shadow: 0 -2px 10px rgb(68 92 130 / 4%), -1px 4px 10px rgb(68 92 130 / 6%), 0 2px 2px rgb(68 92 130 / 4%);
    border-radius: 4px;
    background: #fc3;
}

.table{
    width: 100%;
    border: 1px solid #ccc;
    border-collapse: collapse;
    border-spacing: 5px;
}
.table th{
    text-align: left;
    font-size: 15px;
    color: #999;
    font-weight: normal;
    border-bottom: 1px solid #e5e5e5;;
    padding: 10px 0;
    padding-right: 10px;
    padding-left: 10px;
}

.table:not(.table-align-left) thead th:not(:first-child){
    text-align: center;
}

.table td{
    vertical-align: top;
    padding: 12px;
}

.table tr:not(:last-child) td{
    background: url(/templates/pmd/shared/images/hr-dashed.png) 0 100% repeat-x;
}

.td-main-data{
    display: flex;
    max-width: 460px;
    width: 120px;
}

td .object-name{
    min-width: 180px;
}

.td-image{
    max-width: 100%;
    max-height: 100%;
    min-width: 50px;
    margin-right: 10px;
}

.td-image img{
    height: 100%;
    width: 100%;
    max-height: 80px;
}

.td-main-data .object-name{
    font-size: 15px;
}

.gray{
    color: #999;
}
.text-kjhsdfh{
    font-size: 20px;
    white-space: nowrap;
    line-height: 1;
}

.text-kjhsdfh small{
    font-size: 15px;
}

.text-kjhsdfh .fa{
    font-size: 18px;
}

.text-right{
    text-align: right;
}

.object-name a{
    text-decoration: none;
}

.object-name a:hover {
    text-decoration: underline;
}

.text-left{
    text-align: left !important;
}

.ic{
    width: 30px;
    height: 30px;
}

.delete_bg1 {
    fill: #999;
}

.delete_bg2 {
    fill: #e5e5e5;
}

.delete_chrest {
    fill: #999;
}

.input-numeric-stepper{
    position: relative;
}

.input-numeric-stepper input{
    font-size: 16px;
    border: 1px solid #ccc;
    color: #000;
    height: 41px;
    width: 54px;
    padding: 0;
    line-height: 1.2;
    margin-right: 0;
    text-align: center;
}

.input-numeric-stepper .stepper{

}

.input-numeric-stepper .stepper.up{
    cursor: pointer;
    display: block;
    height: 50%;
    position: absolute;
    right: 0;
    text-indent: -99999px;
    width: 25px;
    z-index: 50;
}

.input-numeric-stepper .stepper.down{
    cursor: pointer;
    display: block;
    height: 50%;
    position: absolute;
    right: 0;
    text-indent: -99999px;
    width: 25px;
    z-index: 50;
}

.page-block{
    margin-top: 40px;
    margin-bottom: 70px;
}
.cart-footer > table{
    width: 39%;
}
.cart-block-info{
    min-height: 210px;
    width: 100%;
    border: 1px solid #ccc;
}
.cart-promo-block .form-group{
    display: flex;
    align-items: center;
}
.cart-promo-block .form-group > *{
    height: 42px;
    margin-top: 0px;
}
.cart-promo-block .form-group > button{
    margin-left: 6px;
    width: 140px !important;
}
.jKJHhh{
    border-bottom: 1px dashed #ccc;
    padding: 20px;
}
.jOIUyy_d{
    padding: 20px;
}
.lkjIUiuy{
    font-size: 30px;
    font-weight: 600;
    /* padding: 20px; */
    margin-top: 20px;
}
.fs25{
    font-size: 25px;
}
.jOIUyy_d .btn{
    height: 42px;
    font-size: 15px;
    /*text-transform: uppercase;*/
    white-space: nowrap;
    /*min-width: 186px;*/
}
.cart-footer{
    display: flex;
    justify-content: flex-end;
}

.cart-func-btn{
    margin-bottom: 20px;
    margin-top: 20px;
    display: flex;
    height: 40px;
}
.cart-func-btn .separator{
    height: 100%;
    min-height: 100%;
    border-left: 1px #cccccc solid;
    display: block;
    width: 1px;
    margin-left: 10px;
    margin-right: 10px;
}
.cart-func-btn .separator::after{
    content: '1';
    visibility: hidden;
}
.cart-func-btn a{
    display: flex;
    align-items: center;
    text-decoration: none;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out;
}
.cart-func-btn a:hover{
    color: #f90;
}
.cart-func-btn  a >.fa{
    font-size: 30px;
    color: #6b6b6b;
}
.margin-right{
    margin-right: 10px;
}
.cart-func-right{
    display: flex;
    justify-content: flex-end;
    width: 50%;
}
.cart-func-left{
    display: flex;
    justify-content: flex-start;
    width: 50%;
}

.in-favorite .fa{
    position: relative;
    font-weight: 600 !important;
    color: #000 !important;
}
.in-favorite .fa::after{
    position: absolute;
    content: "";
    display: block;
    width: 5px;
    height: 5px;
    bottom: 63%;
    right: 0;
    border-radius: 50%;
    background: #ed1c25;
}

.good-add-to-card{
    text-align: center;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.a-dashed{
    line-height: initial;
    font-size: 13px;
    text-decoration: none;
    color: rgba(0,0,0,.6);
    transition: color .3s ease-in,border-color .3s ease-in,background-color .3s ease-in;
}

.a-dashed > .a-text{
    border-bottom: 1px #7f7f7f dashed;
}

.a-dashed:hover {
    color: #000000;
}

.good-unit-select{
    min-width: 60px;
    border: 1px #f0f2f4 solid;
    height: 40px;
    display: flex;
    margin-right: -1px;
    align-items: center;
    justify-content: center;
    padding: 5px;
    font-size: 13px;
}

.good-unit-select > a{
    white-space: nowrap;
    display: flex;
    align-items: baseline;
    text-decoration: initial;
}

.good-unit-select > a > .fa{
    margin-left: 5px;
}

.block-select-unit{
    position: absolute;
    bottom: -97px;
    width: 100%;
    border-radius: 3px;
    left: 0;
    height: 97px;
    background: white;
    z-index: 5;
    box-shadow: 0 -2px 10px rgb(68 92 130 / 4%), -1px 4px 10px rgb(68 92 130 / 6%), 0 2px 2px rgb(68 92 130 / 4%);
}
.block-select-unit::after{
    content: ' ';
    position: absolute;
    top: -6px;
    left: 27px;
    height: 13px;
    background-color: white;
    transform: rotate(
            45deg
    );
    width: 13px;
    border-top: 1px #ebedf8 solid;
    border-left: 1px #ebedf8 solid;
}
.select-unit-main{
    border: 1px #ebedf8 solid;
    width: 100%;
    height: 100%;
    padding: 10px;
    margin-top: 5px;
}

.select-unit-main .label-control{
    display: flex;
    align-items: center;
}
.select-unit-main .label-control > input{
    margin-top: 0;
}
.select-unit-main .label-control:not(:first-child){
    margin-top: 10px;
}
.select-unit-main .label-control > *:first-child{
    margin-right: 5px;
}

.fs13{
    font-size: 13px;
}

.btn-one-click{
    margin-left: 0;
}

.object-one-click .object-section{
    margin-top: 0;
    padding: 10px;
    height: 1%;
    min-height: 1%;
}
.object-one-click .good-price-block{
    min-height: auto;
}

.object-one-click .good-add-to-card, .object-one-click .good-unit-comment{
    position: relative;
    bottom: auto;
    width: 113%;
    margin-left: -18px;
}

.object-one-click .object-header{
    margin-top: 0;
}

.object-one-click .good-unit-comment{
    border-bottom: 1px solid #ebedf8;
    margin-bottom: 8px;
}

.object-one-click .good-add-to-card{
    margin-bottom: -16px;
}

.object-one-click .props-KJHh{
    margin-top: 12px;
}

.dfkjjJJJ{
    display: flex;
    margin-top: 8px;
}
.dfkjjJJJ > *:first-child{
    display: flex;
    flex: 1;
    color: rgba(0,0,0,.8);
}
.dfkjjJJJ > *:last-child{
    font-weight:600;
    font-size: 17px;
    text-align: right;
}
.lkjsdfJJjllll{
    font-size: 14px;
    text-decoration: line-through;
    color: #3c3c3c;
}
.good-price-sum-block{
    margin-bottom: 9px;
}

.order-info-block h3{
    font-weight: normal;
    font-size: 17px;
    margin-top: 4px;
}
.t-counter{
    width: 30px;
    height: 30px;
    border-radius: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: black;
    color: #fff;
    font-size: 17px;
    margin-left: 10px;
}
.jjhLKHhh{
    position: sticky;
    top: 90px;
    font-size: 14px;
}
.jjhLKHhh .p-field{
    font-size: 15px;
}
.p-field b{
    font-size: 16px;
    float: right
}
.jjhLKHhh .jOIUyy_d{
    padding-top: 10px;
    border-top: 1px #616161 dashed;
    margin-top: 10px;
}

select{
    cursor: pointer;
}
.label-big{
    display: flex;
    align-items: center;
    height: 40px;
    width: 100%;
    border: 1px #cccccc solid;
    position: relative;
}
.label-big > label{
    left: 0;
    position: absolute;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    padding-left: 32px;
}
.label-big > input{
    margin: 0;
    margin-right: 7px;
    margin-left: 10px;
    z-index: 1;
}
.label-big:not(:first-child){
    margin-top: 7px;
}
.label-big > input:checked + label{
    background: #e6e6e6;
}
.btn-grid-editor{
    width: 30px;
    height: 30px;
    border: 1px #999 solid;
    border-radius: 35px;
    text-align: center;
    background-color: #e5e5e5;
    color: #6f6f6f;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
}
.btn-grid-editor:hover{
    color: black;
    border-color: black;
}

.h1-title{
    border-bottom: 1px #ebedf8 solid;
    padding-bottom: 18px;
    margin-bottom: 0;
}

.wrap-good-actions{
    margin-top: 25px;
    overflow-x: hidden;
    position: relative;
    padding-top: 6px;
}

.wrap-good-actions .catalog-goods{
    display: flex;
}
.wrap-good-actions .catalog-good-block:first-child{
    margin-left: 6px;
}
.wrap-good-actions .catalog-good-block{
    min-width: 20%;
}

.swipper-button-sj{
    position: absolute;
    top: 40%;
    height: 40px;
    width: 40px;
    background: #fff;
    box-shadow: 0 8px 10px rgb(68 92 130 / 14%), 0 3px 14px rgb(68 92 130 / 12%), 0 4px 5px rgb(68 92 130 / 20%);
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
}
.swipper-button-sj .fa{
    font-size: 20px;
}
.swipper-button-sj.swiper-button-disabled{
    display: none;
}

.swipper-button-sj.swiper-button-next{
    right: -20px;
}

.swipper-button-sj.swiper-button-prev{
    left: -20px;
}

.filter-property-catalog.closed .filter-properties{
    display: none;
}

.filter-property-catalog.closed .filter-properties+.filter-show-properties{
    display: none;
}

.filter-property-catalog.closed .filter-property-name .fa::before{
    content: "\f105";
}

.wrap-good-actions.container-recomented .catalog-good-block{
    min-width: 32%;
    margin-left: 8px;
}
.wrap-good-actions.container-recomented .catalog-goods{
    display: block;
}
.wrap-good-actions.container-recomented .catalog-list-large .catalog-good{
    /* padding-left: 10px;
     padding-right: 10px;*/
}
.wrap-good-actions.container-recomented .catalog-list-large .good-preview{
    padding-left: 5px;
    padding-right: 5px;
}
@media(max-width: 768px){
    .wrap-good-actions.container-recomented .catalog-good-block{
        margin-left: 0px !important;
    }
    .swipper-button-sj{
        /*top: 50%;*/
    }
    .swipper-button-sj.swiper-button-next{
        right: 5px;
    }

    .swipper-button-sj.swiper-button-prev{
        left: 5px;
    }

    .wrap-good-actions .catalog-good-block{
        min-width: 100%;
        padding-left: 5px !important;
        padding-right: 5px !important;
    }

    .wrap-good-actions .catalog-good-block:first-child{
        margin-left: 0px;
    }

    /*
    .wrap-good-actions .catalog-goods{
        padding-left: 5px;
        padding-right: 5px;
    }
    */

    body{
        min-width: 310px !important;
    }
    .container{
        padding-left: 16px;
        padding-right: 16px;
    }
    .footer-menu-container{
        min-width: 310px;
    }
    .col-md-2, .col-md-4, .col-md-8{
        width: 100%;
    }
    .col-md-3{
        width: 100%;
    }
    .pop-container>.container{
        display: block;
    }
    .pop-input-email{
        display: block;
    }
    .btn-pop, .pop-email{
        width: 100% !important;
        margin-top: 10px;
    }
    .speedCatalogItems, .block-control-btns, .top-container{
        display: none;
    }
}
label.field-name{
    font-weight: 600;
    margin-bottom: 5px;
    display: block;
}

.block-change-client{
    padding: 15px;
    /* padding-top: 0px; */
    border-top: 1px #ebedf8 solid;
}
.btn-change-client{
    font-weight: 600;
    font-size: 15px;
}
.btn-change-client .fa{
    font-size: 17px;
}
.block-change-client-list ul a{
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    display: block;
    padding-top: 5px;
    padding-bottom: 5px;
    width: 130px;
    max-width: 100%;
}
.block-change-client-list{
    padding: 10px;
    padding-top: 5px;
    padding-bottom: 0;
}
.visible-xs{
    display: none;
}
.block-favorites{
    margin-left: 30px;width: 100%;
}

.block-good-categories{
    display: inline-block;
}
.block-good-category{
    float: left;
    display: flex;
    align-items: center;
    border: 1px solid #9da7b8;

    padding: 4px;
    padding-left: 10px;
    padding-right: 10px;
    font-size: 13px;
    border-radius: 2px;
    cursor: pointer;
    color: rgba(0,0,0,.6);
}
.block-good-category:hover{
    color: #000;
    border: 1px solid rgba(0,0,0,.6);
}
.block-good-category{
    margin-right: 6px;
    margin-top: 5px;
}
.block-good-category.active{
    border: 2px #fc3 solid;
    padding: 3px;
    padding-left: 9px;
    padding-right: 9px;
}

.benefit-icon{
    width: 20%;
    text-align: center;
}
.benefit-icon .fa{
    font-size: 35px;
}

.page-breadcrumb{
    margin-top: 15px;
}

.do-btn-special{
    background-color: #ffefbf;
    /* color: #000; */
    padding: 5px;
    padding-left: 10px;
    padding-right: 10px;
    border-radius: 4px;
}

.do-btn-special-red{
    background-color: #d60000;
    color: #ffffff !important;
}
.catalog-list-large .good-name a{
    -webkit-line-clamp: 3;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.wrap-called-btn {
    position: fixed;
    bottom: 30px;
    right: 29px;
    z-index: 100;
}
.btn-whatsapp {
    width: 90px;
    height: 90px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 57px;
    transition: .4s;
}
.btn-whatsapp:hover {
    backdrop-filter: blur(2px);
    border: 1px #ebebeb solid;
    background: #54cc618c;
}
.btn-whatsapp img {
    image-rendering: -webkit-optimize-contrast;
    width: 60px;
}
.footer-cat-items .footer-cat-item{
    padding-bottom: 5px;
}
@media(min-width: 992px){
    .col-md-offset-2 {
        margin-left: 16.66666667%;
    }
}

.filter-mobile-wrap.open > .filter-catalog-mobile{
    display: block;
}

.filter-mobile-wrap.open::after{
    content: '';
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #3b3b3ba3;
    transition: 200ms;
}

.menu-image{
    position: absolute;
    left: 10px;
    width: 35px;
    height: 35px;
    background-position: center;
    background-size: cover;
    top: 21%;
    border-radius: 43px;
    background-repeat: repeat;
}

.menu-main-ul a{
    position: relative;
    padding-left: 60px;
}

.sub-menu-image{
    position: absolute;
    left: 10px;
    width: 50px;
    height: 50px;
    background-position: center;
    background-size: cover;
    border-radius: 10px;
    background-repeat: repeat;
}

.sub-menu-ul a{
    padding-left: 77px;
    position: relative;
    display: flex;
    align-items: center;
    height: 70px;
}

.sub-menu-ul a:hover{
    background-color: #f0f2f4;
    border-radius: 5px;
}

@media(max-width: 768px){
    .menu-mob-a{
        height: 60px !important;
        padding-left: 55px !important;
        font-size: 15px !important;
    }
    .menu-mob-a > .menu-image{
        height: 35px;
        width: 35px;
    }

    .filter-catalog-mobile{
        display: block;
        position: fixed !important;
        left: 0 !important;
        top: 0 !important;
        z-index: 555 !important;
        height: calc(100vh - 35px) !important;
        overflow-y: auto !important;
        overflow-x: hidden;
    }

    .filter-btn-close{
        position: fixed;
        right: 10px;
        top: 16px;
        z-index: 5555;
        width: 35px;
        height: 35px;
    }

    .filter-btn-close > span:before{
        background-color: #ffffff;
    }

    .filter-btn-close > span:after{
        background-color: #ffffff;
    }

    .catalog-list-large .good-control-list button:not(:first-child){
        margin-left: 10px;
    }
    .wrap-called-btn {
        right: 5px;
        bottom: 60px;
    }
    .btn-whatsapp {
        backdrop-filter: blur(2px);
        border: 1px #ebebeb solid;
        background: #54cc618c;
    }
    .btn-whatsapp {
        width: 65px;
        height: 65px;
    }
    .btn-whatsapp img {
        width: 40px;
    }
    .hidden-xs{
        display: none;
    }
    .good-info-ici{
        top: 0;
    }
    .block-callback-info{
        position: absolute;
        right: 20px;
    }
    .visible-xs{
        display: block;
    }
    .open>.dropdown-toggle-menu{
        display: block;
        position: fixed;
        top: -50px;
        padding-top: 50px;
        width: 100%;
        z-index: 555555;
        margin: 0;
        height: 100%;
        overflow-y: auto;
        overflow-x: hidden;
    }
    .dropdown-toggle-menu .dropdown-toggle-menu{
        top: 0;
    }
    .dropdown-toggle-menu li{
        position: relative;
    }
    .dropdown-toggle-menu li{
        border-bottom: 1px #f1f1f1 solid;
    }
    span.dropdown-toggle-menu-btn{
        position: absolute;
        right: 3px;
        top: 0px;
        display: flex;
        padding-right: 20px;
        padding-left: 20px;
        text-align: center;
        height: 100%;
        justify-content: center;
        align-items: center;
        /* background-color: #ffffff; */
        border-left: 1px #f1f1f1 solid;
        width: 60px;
        /* font-size: 20px;*/
    }
    span.dropdown-toggle-menu-btn .fa{
        font-size: 27px;
        color: #565656;
    }
    .dropdown-ul a{
        font-size: 14px;
        height: 45px;
    }
    .dropdown-toggle-header{
        font-size: 15px;
        height: 40px;
        align-items: center;
        position: relative;
    }
    .dropdown-toggle-header .dropdown-prev .fa{
        font-size: 17px;
        margin-right: 12px;
    }
    .block-change-client{
        text-align: left;
    }
    .tools-of-mobile{
        width: 100%;
        height: 50px;
        min-height: 40px;
        background: #6b6b6b;
        position: fixed;
        bottom: 0;
        z-index: 1000;
        display: flex;
        align-items: center;
    }
    .tools-of-mobile .tool-elem{
        width: 100%;
        padding-left: 12px;
        padding-right: 12px;
        height: 100%;
    }
    .tools-of-mobile .tool-elem:not(:first-child){
        border-left: 1px #d6d6d6 solid;
    }
    .tools-of-mobile .tool-elem > a{
        color: #fff;
        height: 100%;
        width: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
        background: inherit;
        margin-left: 0;
        padding: 0;
    }
    .tools-of-mobile .tool-elem > a .fa{
        font-size: 21px;
    }
    .DialogSizeSm .DialogBlockWrapper, .DialogBlockWrapper,.DialogSizeNm .DialogBlockWrapper{
        width: 100%;
    }
    .col-md-6, .col-md-5, .col-md-7, .col-md-9, .col-md-3{
        width: 100%;
    }
    .block-change-client-list ul a{
        width: 100%;
    }
    .dropdown-close{
        height: auto !important;
        position: absolute !important;
        top: 12px;
        right: 5px;
    }
    .layout-block{
        display: block;
    }
    .layout-right-block{
        margin-left: 0;
    }
    .sdfJJHoih_ddd{
        font-size: 17px !important;
        height: 45px;
        font-weight: 600 !important;
    }
    .block-change-client{
        border-top:0 !important;
    }
    .catalog-category > .container{
        display: block;
    }
    .left-catalog, .right-catalog{
        width: 100%;
        max-width: 100%;
    }
    .right-catalog{
        margin-left: 0;
    }
    .catalog-sort-wrap{
        display: block;
    }
    .catalog-sort-wrap button{
        padding: 0;
        background-color: inherit !important;
    }
    .catalog-sort-wrap button:first-child{
        margin-left: 0;
    }
    .catalog-sort-wrap button.active{
        border-bottom: 1px #000000 dashed;
        color: black;
        border-radius: 0;
    }
    .catalog-list-large .catalog-good-block{
        width: 100%;
        padding-left: 0;
        padding-right: 0;
    }
    .catalog-list-large{
        margin: 0;
    }
    .pagination-container{
        bottom: 50px;
    }
    .pagination-nav{
        padding-left: 0;
    }
    .pagination-container > .container{
        overflow: auto;
    }
    .catalog-item-image img{
        width: auto;
        height: 100%;
    }
    .catalog-sub-items-t a{
        width: 50%;
    }
    .breadcrumb-item{
        /*white-space: nowrap;*/
    }
    .breadcrumb{
        overflow: hidden;
        text-overflow: ellipsis;
    }
    .breadcrumb-item:first-child{
        display: none;
    }
    .breadcrumb-item:nth-child(2){
        margin-left: 0 !important;
    }
    .catalog-category, .object-header{
        margin-top: 10px;
    }
    .text-btn-card{
        font-size: 16px;
    }
    .DialogBlockWrapper .container{
        padding: 0;
    }
    .product-sidebar{
        width: 100%;
        float: unset;
        margin: 0;
    }
    .object-nav-wrapper{
        overflow: auto;
        overflow-y: hidden;
    }
    .object-nav-wrapper > a{
        padding-left: 10px;
        padding-right: 10px;
    }
    .object-section {
        min-height: 420px;
        width: 100%;
        padding: 15px 15px;
    }
    /*
    .object-section .col-md-5, .object-section .col-md-7{
        padding: 0;
    }
    */
    .block-favorites{
        margin-left: 0;
    }
    .catalog-list-large .good-name{
        height: 20px;
    }
    .props-KJHh .prop{
        margin-bottom: 10px;
    }
    .props-KJHh{
        margin-top: 14px;
    }
    .catalog-object-price-details > .good-price-block{
        min-height: 60px;
        padding-bottom: 0;
    }
    .table-wrap{
        overflow: auto;
    }
    .cart-footer > table{
        width: 100%;
    }
    .table td{
        /*
        padding-left: 4px;
        padding-right: 4px;
        */
    }
    .t-counter{
        margin-left: 0;
        width: 24px;
        height: 24px;
        margin-top: 3px;
    }
    .label-text{
        line-height: 18px;
    }
    .jjhLKHhh{
        margin-top: 15px;
    }
    .table-items-container{
        overflow: auto;
    }
    .catalog-list-large .good-preview{
        max-width: 100%;
        width: 100%;
    }
    .catalog-list-large .good-code{
        padding-left: 10px;
    }
    .DialogBlockWrapper{
        top: 0;
        height: auto;
        min-height: 100%;
    }
    .good-unit-comment,.good-add-to-card{
        position: relative;
        bottom: auto;
        width: 113%;
        margin-left: -18px;
    }
    .catalog-list-large .good-price-block {
        height: auto;
        padding-bottom: 0;
    }
    .catalog-good-block .props-KJHh{
        margin-bottom: 10px;
    }
    .catalog-subs{
        display: none;
        margin-top: 12px;
    }
    .catalog-sub-item:not(:first-child) {
        margin-top: 10px;
    }
    .left-catalog{
        display: none;
    }
    .filter-catalog{
        display: none;
    }
    .catalog-top-wrap {
        position: relative;
    }
    .btn-mobile-open-f{
        position: absolute;
        right: 12px;
        top: 11px;
        background-color: #efefef;;
    }
    .filter-mobile-wrap{
        position: relative;
        z-index: 555;
    }
    .filter-mobile-wrap .filter-catalog{
        position: absolute;
        right: 12px;
        top: 42px;
        width: 260px;
        padding: 12px;
        background-color: #ffffff;
    }
    .btn-clear-filter{
        color: #fff;
        background: #6b6b6b;
    }
    .catalog-list-large .good-description{
        position: absolute;
        width: 54%;
        right: 0;
        top: 42px;
        display: block;
    }
    .catalog-list-large .good-image img {
        margin: unset;
        max-width: 108px;
        max-height: 79px;
    }

    .catalog-list-large .good-image {
        margin-top: 15px;
        height: 80px;
        margin-left: 15px;
    }

    .catalog-list-large .good-description {
        padding: 10px;
        padding-top: 0;
        padding-left: 5px;
    }

    .catalog-list-large .good-description .good-name {
        margin-top: 0;
    }

    .catalog-list-large .good-price-block {
        margin-top: -15px;
    }

    .catalog-list-large .good-availability{
        margin-top: 40px;
    }
    .dropdown-search-block{
        height: 90px !important;
        bottom: 50px !important;
        top: auto !important;
        margin-top: 0 !important;
        padding-top: 0 !important;
    }
    .search-form{
        display: flex;
        align-items: center;
        padding: 25px;
    }
    .search-form > button{
        height: 40px;
        width: 52px;
        border: none;
        background: #6b6b6b;
        color: #fff;
    }
    .search-form > input{
        height: 40px;
        border: 1px #6b6b6b solid;
        border-radius: 0;
    }
    .cart-func-btn a{
        white-space: nowrap;
    }
    .catalog-list-large .good-unit-comment{
        display: block;
    }
    .catalog-good{
        min-height: 180px;
    }

    .good-unit-comment,.good-add-to-card {
        position: relative;
        bottom: auto;
        width: auto;
        padding-left: 18px;
        padding-right: 18px;
        margin-left: -18px;
        margin-right: -18px;
    }
    .tools-of-mobile .do-btn-special{
        display: block;
        margin-top: 16px;
    }
    .footer-menu-wrap > div > div:not(:first-child){
        margin-top: 30px;
    }
    footer{
        margin-bottom: 50px;
    }
    .page-breadcrumb {
        margin-top: 12px;
    }
}

.table-align-middle td{
    vertical-align: middle;
}

.mgnb10{
    margin-bottom: 10px;
}

.anotation-gray{
    background: #f9f9f9;
    padding: 13px;
    border-radius: 3px;
}

.red-light{
    color: #db2a1d;
}

.no-wrap{
    white-space: nowrap;
}

.light-price-gradation{
    border: 1px #ebedf2 solid;
    border-radius: 22px;
    padding: 6px;
    background-color: #eceef1;
    margin-left: -7px;
    margin-right: -7px;
    margin-bottom: 9px !important;
    margin-top: -7px;
}

.bg-gray{
    background-color: #e2e2e2;;
}

.a-href:hover{
    color: #ed1c25;
    text-decoration: none;
}

.popbox{
    position: absolute;
    background: rgb(58, 66, 80);
    color: rgb(255, 255, 255);
    box-shadow: rgb(68 92 130 / 14%) 0px 9px 12px, rgb(68 92 130 / 12%) 0px 3px 16px, rgb(68 92 130 / 20%) 0px 5px 6px;
    width: 200px;
    min-height: 116px;
    padding: 16px;
}

.popbox .mddssa{
    background: rgb(58, 66, 80);
    position: absolute;
    right: -4px;
    height: 10px;
    z-index: 999;
    width: 10px;
    transform: rotate(
            45deg
    );
    top: 52px;
}

@media(max-width: 768px){
    .popbox .mddssa{
        left: -4px;
    }
}


.popbox .title-sdf{
    font-weight: 600;
    font-size: 14px;
}

.popbox .message-sdf{
    margin-top: 12px;
}

.popbox .footer-sdf a{
    color: #fff;
    text-decoration: underline;
    font-size: 13px;
}

.popbox .footer-sdf{
    margin-top: 12px;
}

.action-object{
    min-height: 400px;
    box-shadow: 0 -2px 10px rgb(68 92 130 / 4%), -1px 4px 10px rgb(68 92 130 / 6%), 0 2px 2px rgb(68 92 130 / 4%);
}
.action-image{
    height: 220px;
}
.action-image img{
    width: 100%;
    object-fit: cover;
    height: 100%;
}
.action-image > a{
    display: block;
    height: 226px;
}
.action-info{
    margin: 12px 16px 24px;
}
.action-period-desc{
    color: rgba(0,0,0,.5);
    font-size: 13px;
}
.action-desc{
    color: rgba(0,0,0,.6);
}

.block{
    padding: 10px;
    background: #ffefbf;
    border-radius: 0px;
    margin-bottom: 15px;
    border: 1px #ffcc33 solid;
}

.block .block-message{
    font-size: 17px;
}

.no-events{
    pointer-events: none;
    opacity: 0.7;
}

.GG_yrw{
    white-space: nowrap;
    color: #e4271d;
    font-size: 12px;
}

.jjdJJ_r.blink{
    animation: blink 0.5s;
    animation-iteration-count: 3;
}

@keyframes blink {
    50% {box-shadow: 0 2px 6px rgba(0,0,0,1);}
}

.bonus-block .hIUY{
    margin-top: 15px;
}
.bonus-block .lkjIUiuy{
    font-size: 22px;
    margin-top: 5px;
}

.price-old{
    display: block;
    /*margin-left: 5px;*/
    font-size: 14px;
    text-decoration: line-through;
    white-space: nowrap;
}

.product-sidebar .price-old{
    display: block;
    margin-left: 0;
}

.ddkjhdfhh345{
    height: 65px;
    margin-top: 15px;
    margin-bottom: 15px;
    position: relative;
}
.ddkjhdfhh345 > a{
    width: 100%;
    color: black;
    height: 100%;
    /* display: block; */
    display: flex;
    font-size: 15px;
    text-align: center;
    align-items: center;
    justify-content: center;
    border: 1px #ebedf8 solid;
    border-radius: 3px;
}
.ddkjhdfhh345 > a:hover{
    background: #fbfbfb;
}
.ddkjhdfhh345 > a > .fa{
    margin-left: 5px;
}

.drop-menu-block li.active a{
    background: #ebedf8;
}

a.href{
    color: #2186ad;
}

a.href:hover{
    text-decoration: underline;
}

img[data-fancybox]{
    cursor: pointer;
}

.sub-menu-ul{
    /*column-count: 3;*/
}

.sub-menu-li{
    float: left;
    width: 33.3%;
}

.pld-p{
    position: relative;
}
.pld-p:after{
    content: '*** ***';
    font-size: 15px;
    font-weight: normal;
    color: #d60000;
}

/*.pld-p:before{
    position: absolute;
    right: -2px;
    top: 0;
    width: 111%;
    height: 100%;
    display: block;
    content: '';
    z-index: 1;
    border-radius: 12px;
    background: #e9e9e9fc;
}*/


.prop-hidden{
    position: relative;
}

.bg-orange{
    background: #ffdfb0;
    border: 1px #ff9900 solid;
    padding: 6px;
    border-radius: 6px;
}

.sticker-wrapper{
    position: fixed;
    top: 0;
    right: 13px;
    bottom: auto;
    left: auto;
    z-index: 5555;
}
.sticker{
    display: flex;
    align-items: center;
    padding: 10px;
    width: 320px;
    margin-top: 13px;
    color: #fff;
    min-height: 80px;
    background: #545454;
    padding-right: 15px;
    box-shadow: 0 9px 12px rgb(68 92 130 / 14%), 0 3px 16px rgb(68 92 130 / 12%), 0 5px 6px rgb(68 92 130 / 20%);
}

.sticker .sticker-tools{
    text-align: right;
    width: 20px;
}

.sticker .sticker-body{
    width: 98%;
}

.insert-yt{
    position: relative;
    margin-top: 15px;
}
.insert-yt .insert-yt-btn-play{
    position: absolute;
    top:0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    cursor: pointer;
}

.insert-yt .insert-yt-bg{
    display: block;
    width: 100%;
    height: 100%;
    background: #00000099;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
    transition: 200ms;
}

.html-c-youa:hover .insert-yt-bg{
    /*background-color: #00000000;
    transition: 200ms;*/

}

.yt-img-bg{
    position: absolute;
    width: 100%;
    height: 100%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    z-index: 1;
    left: 0;
    top: 0;
    opacity: 0.8;
    /*-webkit-filter: blur(4px);
    filter: blur(4px);*/
}

.insert-yt .yt-img{
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
}
.html-c-youa{
    width:100%;
    height:100%;
    display: block;
    position: relative;
}
.html-c-youa .play{
    color: red;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    font-size: 62px;
    bottom: 0;
    opacity: 1;
    height: 62px;
    width: 62px;
    margin: auto;
    transition: 200ms;
    z-index: 2;
}

.html-c-youa .play::after{
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    width: 25px;
    height: 25px;
    margin: auto;
    background-color: #fff;
    z-index: -1;
}

.SPYOUT_B{
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    text-align: center;
    position: relative;
    height: 36px;
    width: 53px;
}
.SPYOUT_B > img{
    width: 25px !important;
    height: 25px !important;
    /* margin: 6px; */
    margin: auto !important;
    margin-top: 6px !important;
    margin-bottom: 6px !important;
    -webkit-filter: invert(85%);
    filter: invert(85%);
}
.SPYOUT_B > img:hover{
    -webkit-filter: invert(100%);
    filter: invert(100%);
}
.SPYOUT_B:before {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color:rgba(0, 0, 0, .5);
}

@media(max-width: 768px){
    .SPYOUT_B > img{
        /*height: 30px !important;
        margin-top: 2px !important;
        margin-bottom: 2px !important;*/
    }
}

.btn-video-play{
    position: relative;
    /* display: flex; */
    /* align-items: center; */
    /* justify-content: center; */
    border-radius: 5px;
    background: -o-linear-gradient( rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5) ), url(/img/mqdefault.jpg);
    background: -webkit-gradient( linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.5)) ), url(/img/mqdefault.jpg);
    background: linear-gradient( rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5) ), url(/img/mqdefault.jpg);
    background-size: cover;
    background-position: center center;
    background-color: rgba(255,255,255,.1);
    background-repeat: no-repeat;
}

.btn-video-play .vipsd{
    width: auto;
    max-height: 34px;
    opacity: 0.8;
    -webkit-filter: invert(1);
    filter: invert(1);
    position: absolute;
    left: 28px;
    top: 10px;

}

.btn-video-play:hover img{
    opacity: 1;
}

.progress-bar {
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    height: 2px;
    background: #c4d6d3;
    z-index: 8888;
}

.progress-bar .progress {
    --time: 1s; /** Значение по умолчанию для времени анимации **/
    background: rgba(0, 82, 113, 0.87);
    width: 100%;
    height: 100%;
    transform-origin: left top;
    transform: scaleX(0);
    animation: scale var(--time) forwards;
}

@keyframes scale {
    0% {
        transform: scaleX(0);
    }
    100% {
        transform: scaleX(1);
    }
}

.object-dblock{
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 15px;
    margin-top: 15px;
    display: block;
}

.good-mp-block{
    padding-bottom: 5px;
    padding-top: 5px;
    border-top: 1px #ebedf8 solid;
}

.good-mp-block .djd{
    padding-top: 5px;
    font-weight: bold;
}
.good-mp-links{
    margin-bottom: 10px;
    margin-top: 10px;
}
.good-mp-links a{
    margin-right: 7px;
}
.good-mp-links img{
    width: 35px;
    /*border-radius: 30px;*/
}
.pulse {
    background: #4fbaea;
    border-radius: 50%;
    width: 60px;
    height: 60px;
    cursor: pointer;
    z-index: 10;
    text-decoration: none !important;
    transition: 200ms;

    text-align: center;
    line-height: 60px;
    color: #fff !important;
    font-size: 30px;

    position: fixed;
    bottom: 30px;
    right: 30px;
}
.pulse:hover{
    background: #24abea;
    transition: 200ms;
}
.pulse.animation:before,
.pulse.animation:after {
    content: " ";
    display: block;
    position: absolute;
    border: 50%;
    border: 1px solid #4fbaea;
    left: -10px;
    right: -10px;
    top: -10px;
    bottom: -10px;
    border-radius: 50%;

    animation: animate 2s linear infinite;
}
@keyframes animate
{
    0%
    {
        transform: scale(0.5);
        opacity: 0;
    }
    50%
    {
        opacity: 1;
    }
    100%
    {
        transform: scale(1.2);
        opacity: 0;
    }
}
.pulse .fa-comment{
    opacity: 0;
}
.pulse > span{
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    margin: auto;
    display: inline-table;
}
.pulse.animation .fa-phone{
    display: inline-table;
    animation: animate-rotate-phone 2s linear infinite;
}
@keyframes animate-rotate-phone
{
    0%
    {
        transform: rotateY(0deg);
    }
    50%
    {
        transform: rotateY(180deg);
    }
    100%
    {
        transform: rotateY(360deg);
    }
}

.pulse.animation .fa-comment{
    display: inline-table;
    animation: animate-rotate-chat 2s linear infinite;
}
@keyframes animate-rotate-chat
{
    0%
    {
        transform: rotateY(0deg);
    }
    50%
    {
        transform: rotateY(180deg);
    }
    100%
    {
        transform: rotateY(360deg);
    }
}
.CommWrap{
    color: #ffffff;
    position: fixed;
    bottom: 86px;
    right: 10px;
    display: none;
    border-radius: 10px;
    padding: 20px;
    z-index: 10;
    line-height: 18px;
}

.CommIcon{
    display: inline-block;
    width: 60px;
    height: 60px;
    border-radius: 51%;
    text-align: center;
    font-size: 21px;
    margin-left: 10px;
    position: absolute;
    right: 0;
    top: 0;
    line-height: 60px;
}

.CommIconBlue{
    background: #4fbaea;
    color: #ffffff;
    box-shadow: 1px 1px 4px #4c58af;
}
.CommIconBlue:hover{
    background: #30aeea;
}
.CommIconBlue > .CommIcon{
    background: #4fbaea;
    color: #ffffff;
    border: 2px #ffffff solid;
}

.CommIconMax{
    background: #276bf0;
    color: #ffffff;
    box-shadow: 1px 1px 4px #7f36e3;
}

.CommIconMax:hover{
    background: #7f36e3;
}

.CommIconMax > .CommIcon{
    background: #276bf0;
    color: #ffffff;
    border: 2px #ffffff solid;
}

.CommIconGreen{
    background: #4CAF50;
    box-shadow: 1px 1px 4px #4CAF50;
}
.CommIconGreen:hover{
    background: #25af38;
}
.CommIconGreen > .CommIcon{
    background: #4CAF50;
    color: #ffffff;
    border: 2px #ffffff solid;
}
.CommIconPurpl{
    background: #4c58af;
    color: #ffffff;
    box-shadow: 1px 1px 4px #4c58af;
}
.CommIconPurpl:hover{
    background: #3d4daf;
}
.CommIconPurpl > .CommIcon{
    background: #4c58af;
    color: #ffffff;
    border: 2px #ffffff solid;
}
.CommIconPurplLite{
    background: #2798af;
    color: #ffffff;
    box-shadow: 1px 1px 4px #2798af;
}
.CommIconPurplLite:hover{
    background: #1393af;
}
.CommIconPurplLite > .CommIcon{
    background: #2798af;
    color: #ffffff;
    border: 2px #ffffff solid;
}
.CommWrap > div{
    transition: 200ms;
    cursor: pointer;
    border-radius: 31px;
    position: relative;
    height: 60px;
    width: 260px;
    padding-left: 20px;
}
.CommWrap > div:not(:last-child){
    margin-bottom: 10px;
}
.CommTitle, .CommDesc{
    display: block;
}
.CommDesc{
    font-size: 12px;
}
.CommWb{
    display: block;
    padding-top: 13px;
}

.click:after {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -40px 0 0 -40px;
    width: 80px;
    height: 80px;
    border-radius: 50%;
    opacity: 0;
    box-shadow: inset 0 0 0 35px rgba(0,0,0,0.1);

    animation: animate-click 0.6s ease-out forwards;
    display: block;
}

@keyframes animate-click {
    0% {
        opacity: 1;
        transform: scale3d(0.4, 0.4, 1);
    }

    80% {
        box-shadow: inset 0 0 0 2px rgba(0,0,0,0.1);
        opacity: 0.1;
    }

    100% {
        opacity: 0;
        box-shadow: inset 0 0 0 2px rgba(0,0,0,0.1);
        transform: scale3d(1.2, 1.2, 1);
    }
}
.CommClose{
    color: #000000;
    position: absolute;
    right: 20px;
    top: -23px;
    font-size: 19px;
    cursor: pointer;
    width: 30px;
    height: 30px;
    text-align: center;
    line-height: 26px;
    background: #ffffff;
    border-radius: 50%;
    border: 1px #ededed solid;
}

@media(max-width: 768px){
    .pulse{
        z-index: 999;
        bottom: 62px;
    }
    .CommWrap{
        bottom: 108px;
    }
}