/* REGIONAL NETWORK */
.cmenu-item-header{
    font-size: 14px;
    color: #081f29;
    font-weight: 600;
}
.cmenu-item{
    font-weight: 600 !important;
    font-size:14px;
}

.underline{
    text-decoration: underline !important;
}



/* STORE LOCATOR */

.clusterItem{
    background-color:white;
    border:1px solid red;
    border-radius: 50%;

    width: 40px;
    height: 40px;

    text-align: center;
    font-size: 24px;
    padding-top:15px;

}

.map-items-search-layer{
    position:absolute;
    min-height:400px;
    width:550px;
    z-index:9999;
    background-color:white;
    border-radius: 20px;
    padding:5px;
    height:500px;
    overflow: scroll;
}


.sp-item{
    width:100%;
    font-size:24px;
}

.sp-item:hover{
    background-color:#bf9662;
}

.blocker{
    z-index:10000 !important;
}

.smoke-cover-container:hover .smoke-cover-item  {
    animation-duration: 40s;
    animation-name: skomeIn;
    animation-direction: normal;
    animation-iteration-count:initial;
}

.smoke-cover-container:hover .smoke-cover-item-2 {
    animation-duration: 25s;
    animation-name: skomeIn2;
    animation-direction: normal;
    animation-iteration-count:initial;
}

.smoke-cover-container {
    height:100%;
    width:100%;
    position:absolute;
    z-index:1;
    left:0;
    top:0;
    overflow: hidden;
}

.smoke-cover-item {

    background: url('/netcat_files/Image/smoke_min.png') no-repeat;
    background-size:cover;

    height:800px;
    width:750px;
    left:-250px;
    top:0px;
    position:absolute;
    z-index: 1;
    opacity:0;
}

.smoke-cover-item-2 {

    background: url('/netcat_files/Image/smoke_min.png') no-repeat;
    background-size:cover;

    height:800px;
    width:1000px;
    left:-250px;
    top:0px;
    position:absolute;
    z-index: 1;
    opacity:0;
}


/*   Animation keyframes   */


/* smoke keyframes - show */

@keyframes skomeIn {
    from {
        opacity: 0;
        left:-250px;
    }

    10% {
        opacity: 0.2;
    }

    25%{
        opacity: 0.3;
    }

    50% {
        opacity: 0.3;
    }

    75% {
        opacity: 0.2;
    }

    100% {
        opacity: 0;
        top:-600px;
        left:700px;
    }
}

/* smoke keyframes - show */

@keyframes skomeIn2 {
    from {
        opacity: 0;
        left:-450px;
    }

    10% {
        opacity: 0.4;
    }

    25%{
        opacity: 0.1;
    }

    50% {
        opacity: 0.2;
    }

    75% {
        opacity: 0.1;
    }

    100% {
        opacity: 0;
        top:-400px;
        left:900px;
    }
}

/* Предпросмотр (модальное окно) */
.btnP {
    display: inline-block;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    text-align: center;
    text-decoration: none;
    vertical-align: middle;
    cursor: pointer;
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    color: #fff;
    background-color: #0d6efd;
    border-color: #0d6efd;
    border-radius: 0!important;
}

.modalContent {
    margin-left: 20px ;
    grid-column-start: 2
}

@media (min-width: 900px) {
.catalog-card:hover  .btnPreview{
        display: block!important;
}
}
 .btnPreview {
     position: absolute;
     display: none;
     z-index: 7;
     right: 50px;
     left: 50px;
     top: 25%;
     background-color: #bf9662;
     color: white;
     border-radius: 10px;
     cursor: pointer;
     font-family: CerebriSans-Regular,-apple-system,system-ui,Roboto,sans-serif;
     padding: 7px 20px;
     transition: all 250ms;
     border: 0;
     font-size: 16px;
     user-select: none;
     -webkit-user-select: none;
     touch-action: manipulation;
 }

.btnPreview:hover {
    background-color: #e3af6c;
    color:white;
}

.btnP {
    display: inline-block;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    text-align: center;
    text-decoration: none;
    vertical-align: middle;
    cursor: pointer;
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    color: #fff;
    background-color: #0d6efd;
    border-radius: 0!important;
}

.gridSecondColumn {
    margin-left: 20px ;
    grid-column-start: 2
}



@media  (max-width: 1000px)  {
    .gridSecondColumn {
        grid-column-start: 1!important;
        margin-left: auto!important;
        margin-right: auto;
        margin-top: 5em;
    }
    .gridModal {
        text-align: center;
    }
    .productLink {
        width: 50%;
    }


}
@media  (max-width: 1000px) and (min-width: 750px) {
    .gridFirstColumn {
        margin-left:80px;
    }
}

.slick-dots-modal li {
    display: inline;
    width: 60px!important
}
.slick-dots-modal {
    text-align: center;
}











/* Комментарии */

.blockComment {
    margin-top: 20px;
    background: #fff;
    width: 530px;
    padding: 1rem;
    background: #ffffff;
    box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.1), 0px 2px 1px rgba(0, 0, 0, 0.06), 0px 1px 1px rgba(0, 0, 0, 0.08);
    border-radius: 8px;
    display: block;
    width:100%
}
.block-headerComment {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 16px;
}
.block-headerComment .titleComment {
    display: flex;
    align-items: flex-start;
}
.block-headerComment .titleComment .tagComment {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-left: 4px;
    background: #f7f7f7;
    color: #1c1c1c;
    text-align: center;
    padding: 0 4px;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    font-weight: 500;
    font-size: 10px;
    line-height: 16px;
    border: 1px solid #e8e8e8;
    border-radius: 96px;
}
.writing {
    background: #ffffff;
    border: 1px solid #e8e8e8;
    border-radius: 8px;
    overflow: hidden;
    margin-bottom: 24px;
    padding: 12px;
}
.writing .textareaComment {
    width: 100%;
    font-family: "Inter";
    color: #585757;
    height: 50px;
    overflow-y: auto;
    appearance: none;
    border: 0;
    outline: 0;
    resize: none;
    font-size: 16px;
    line-height: 24px;
}
.writing:focus-within {
    border: 1px solid #0085ff;
    box-shadow: 0px 0px 2px 2px rgba(0, 133, 255, 0.15);
}
.writing .footerComment {
    margin-top: 12px;
    padding-top: 12px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-top: 1px solid #e8e8e8;
}
.writing .footerComment .text-formatComment {
    display: flex;
    align-items: center;
    gap: 12px;
}
.comment {
    display: grid;
    gap: 14px;
}
.comment .user-bannerComment {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.comment .user-bannerComment .userComment {
    gap: 8px;
    align-items: center;
    display: flex;
}
.comment .user-bannerComment .userComment .avatarComment {
    height: 32px;
    width: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid transparent;
    position: relative;
    border-radius: 100px;
    font-weight: 500;
    font-size: 13px;
    line-height: 20px;
}
.comment .user-bannerComment .userComment .avatarComment img {
    max-width: 100%;
    border-radius: 50%;
}
.comment .user-bannerComment .userComment .avatarComment .stat {
    display: flex;
    position: absolute;
    right: -2px;
    bottom: -2px;
    display: block;
    width: 12px;
    height: 12px;
    z-index: 9;
    border: 2px solid #ffffff;
    border-radius: 100px;
}
/* <span class="stat green"></span> кружочек возле аватара, ставиться после инициалов*/
/*.comment .user-banner .user .avatar .stat.green {*/
/*    background: #00ba34;*/
/*}*/
/*.comment .user-banner .user .avatar .stat.grey {*/
/*    background: #969696;*/
/*}*/
.comment .footerComment {
    gap: 12px;
    display: flex;
    align-items: center;
}
.comment .footerComment .reactionsComment {
    display: flex;
    align-items: center;
    gap: 8px;
}
.comment .footerComment .dividerComment {
    height: 12px;
    width: 1px;
    background: #e8e8e8;
}
.comment:not(.comment:first-child) {
    padding-bottom: 12px;
    margin-bottom: 12px;
    border-bottom: 1px solid #e8e8e8;
}
.comment + .comment {
    padding-top: 12px;
}
.comment.replyComment .user-bannerComment, .comment.replyComment .contentComment, .comment.replyComment .footerComment {
    margin-left: 32px;
}
.group-radioComment {
    position: relative;
    display: flex;
    user-select: none;
    align-items: stretch;
}
.group-radioComment .button-radioComment {
    box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.06);
}
.group-radioComment .button-radioComment label {
    cursor: pointer;
    padding: 4px 8px;
    font-weight: 500;
    font-size: 14px;
    display: flex;
    height: 28px;
    align-items: center;
    line-height: 28px;
    transition: 0.2s ease;
}
.group-radioComment .button-radioComment:first-child {
    border-top-left-radius: 8px;
    border-bottom-left-radius: 8px;
    border-left: 1px solid #e8e8e8;
    border-top: 1px solid #e8e8e8;
    border-bottom: 1px solid #e8e8e8;
}
.group-radioComment .button-radioComment:last-child {
    border-top-right-radius: 8px;
    border-right: 1px solid #e8e8e8;
    border-top: 1px solid #e8e8e8;
    border-bottom: 1px solid #e8e8e8;
    border-bottom-right-radius: 8px;
}
.group-radioComment .button-radioComment input[type="radio"] {
    display: none;
}
.group-radioComment .button-radioComment input[type="radio"]:checked + label {
    background: #f7f7f7;
}
.group-radioComment .dividerComment {
    width: 1px;
    background: #e8e8e8;
}
.h5Comment {
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
    color: #1c1c1c;
    letter-spacing: 0em;
    text-align: left;
}
.btnComment {
    appearance: none;
    background: transparent;
    border: 0;
    padding: 0;
    display: flex;
    font: inherit;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    color: #1c1c1c;
    transition: 0.2s ease;
    outline: none;
}
.btnComment i {
    color: #969696;
    font-size: 18px;
    transition: 0.15s ease-in-out;
}
.btnComment.primaryComment {
    min-width: 64px;
    padding: 8px 12px;
    height: 40px;
    color: #fff;
    display: inline-flex;
    background: #0085ff;
    box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.1), 0px 2px 1px rgba(0, 0, 0, 0.06), 0px 1px 1px rgba(0, 0, 0, 0.08);
    border-radius: 8px;
}
.btnComment.primaryComment:hover {
    background: #339dff;
}
.btnComment:hover i {
    opacity: 0.7;
}
.btnComment img {
    max-width: 18px;
    height: auto;
}
.btnComment.react {
    padding: 4px 8px 4px 4px;
    background: #f7f7f7;
    border: 1px solid #e8e8e8;
    border-radius: 8px;
    gap: 4px;
}
.btnComment.react:hover {
    background-color: #eee;
}
.btnComment.dropdown {
    display: flex;
    cursor: pointer;
    border-radius: 50%;
    align-items: center;
    justify-content: center;
    padding: 0;
    width: 26px;
    height: 26px;
}
.btnComment.dropdown:hover {
    background-color: #eee;
}
.pComment {
    line-height: 24px;
    margin-bottom: 10px;
    margin-top: 10px;
}
.pComment a.tagged-user {
    display: inline-flex;
    padding: 2px 8px;
    background: #e5f3ff;
    border-radius: 256px;
    color: #0085ff;
}
.is-muteComment {
    font-weight: 400;
    font-size: 13px;
    line-height: 20px;
    color: #969696;
}
.aComment {
    font-weight: 500;
    font-size: 13px;
    line-height: 20px;
    color: #1c1c1c;
    text-decoration: none;
    transition: opacity 0.15s ease-in-out;
}
.aComment:hover {
    opacity: 0.7;
}
.h2Comment {
    font-weight: 500;
    font-size: 20px;
    line-height: 28px;
    color: #1c1c1c;
}
.blockComment * {
    box-sizing: border-box;
}
.loadComment {
    display: flex;
    align-items: center;
    justify-content: center;
}
.loadComment span {
    display: flex;
    align-items: center;
    font-weight: 400;
    font-size: 13px;
    line-height: 20px;
    color: #969696;
}
.loadComment span i {
    margin-right: 6px;
}
.group-buttonComment {
    display: flex;
    gap: 50%;
}
.verticalComment {
    margin-top: 15px;
    height: 50px;
    text-align: center;
    color: #cbcbcb;
    width: 250px;
    font-size: 12px;
}
.likeQtyCommentSpan {
    font-size: 80%!important;
    margin-left: 4px;
}
@media  (max-width: 450px) {
    .h2Comment {
        font-size: 10px;
    }
}

/*комментарии конец*/

.slick-dots-modal li {
    margin-left: 10px;
}


@media (max-width: 1000px) {
    .gridModal {
        display: block!important;
    }
}
.btnCaptcha {
    font-size: 15px;
    border-bottom: 1px dashed;
    height: 20px;
    margin-top: 8px;
}
.horizontalLiPage {
    display: inline;
}
.inputButtonComment{
    grid-column: 1;
    max-height: 40px
}
.buttonCommentSend{
    grid-column: 2;
    max-height: 40px
}
.divButtonsCommentItem{
    display: grid;
    gap: 5px
}
.divButtonsCommentItemSecond {
    height: 80px;
    display: grid;
    text-align: center
}
@media (max-width: 500px) {
    .divButtonsCommentItem button {
       font-size: 10px!important;
    }
}

@media (min-width: 1200px) and (max-width: 1400px) {
    .divButtonsCommentItem button {
        font-size: 10px!important;
    }
}

.buttonCommentNewsCaptchaFirst {
    display: flex;
    gap:16px;
}
.buttonCommentNewsCaptchaSecond {
    display: flex;
    gap:16px;
}
@media (min-width: 1200px) and (max-width: 1440px) {
    .group-buttonComment  {
        gap:20%;
    }
}
@media (min-width: 680px) and (max-width: 900px) {
    .group-buttonComment  {
        gap:20%;
    }
}
@media  (max-width: 680px) {
    .group-buttonComment  {
        gap:16px;
    }
    .buttonCommentNewsCaptchaFirst{
    display:grid;
        text-align: center;
    }
    .buttonCommentNewsCaptchaSecond{
        display:grid;
    }
}
.group-buttonCommentItem {
    display: flex;
    gap: 16px;
}

/* main page catalog cards*/

.whiteCard {
        background-color:#e5e5e5;
        border-radius:10px;
    }
    
    .goldCard {
        background-color:#bf9662;
        border-radius:10px;
    }
    
    .card-inner {
        padding:30px;
    }
     .card-inner::selection {
    background: #AB824E;
    }

    .card-inner *::selection {
    background: #AB824E;
    }

    .cardSubUlList {
        list-style: disc;
        padding:10px;
    }
    
    .whiteCard .cardSubUlList li a{
         color:black;   
     }
     
     .goldCard .cardSubUlList li a{
         color:white;   
     }
     
     .cardSubTitle {
          font-weight:bold;
          margin-bottom:10px;
     }
     
     .goldCard .cardSubTitle {
         color:white;
     }
     
     .cardContainer {
       display: grid;
       grid-template-columns: 25% 25% 25% 25%;
       
       gap: 10px;
       
       
     }
     
   @media screen and (max-width: 1480px) {
    .cardContainer {
      grid-template-columns: 33% 33% 33%;
     }
   }
   
   @media screen and (max-width: 1050px) {
    .cardContainer {
      grid-template-columns: 50% 50%;
     }
   }
   
   @media screen and (max-width: 700px) {
    .cardContainer {
      grid-template-columns: 100%;
     }
   }


   /*index page slider fixes*/
   @media (min-width: 1000px) {
    .full-screen-slider-items {
      height:800px !important;
    }

    
   }



   /*logo media*/
   .header-logo {
    margin-left:20px;
   }
   
   @media screen and (max-width: 700px) {
    .header-logo a img {
        height:50px !important;
    }
    .cardOrderEstimate {
        width:auto;
    }
   }
   @media screen and (max-width: 1000px) {

    .cardOrderEstimate {
        width: 100% !important;;
    }
   }
/*
   @media (max-width: 450px) {
    .header-menu-control {
        display:none;
    }
    .header-menu-block {
        display: none;
    }
    .full-screen-slider-container {
        display:none;
    }
   }
   */

.cardOrderEstimate{
     box-shadow:  0 8px 16px 0 rgba(0,0,0,0.2); 
    transition: 0.3s;
    margin-bottom: 10px;
    width: 50%;
}
.cardOrderProduct{
    /* box-shadow:  0 4px 8px 0 rgba(0,0,0,0.2); */
    transition: 0.3s;
    margin-bottom: 10px;
    box-shadow: 0 8px 16px 0 rgba(0,0,0,0.2);
    border-radius: 30px;
    width: 300px!important;;
    position: relative;
    max-height: 420px;
    margin-left: 10px;
}

.cardOrderProduct:hover{
    box-shadow: 0 8px 16px 0 #e9b776;
}
.cardOrderEstimate:hover{
    box-shadow: 0 8px 16px 0 rgba(0,0,0,0.2);
}
.containerOrdersEstimate{
    display: flex;
    /* flex-flow: row-reverse; */
    justify-content: space-between;
    padding: 2px 16px;
    border-top: solid 5px #bf9662;
}
.containerProductsEstimate{
    display: flex;
    /* flex-flow: row-reverse; */
    justify-content: space-between;
    padding: 2px 16px;
}
.rating-area {
   overflow: hidden;
      /* width: 265px; */
   margin: 0 auto;
   text-align: center;
    margin-top: -20px;
    margin-bottom: 5px;
}
.rating-area:not(:checked) > input {
    display: none;
}

.rating-area:not(:checked) > label {
    float: right;
    width: 42px;
    padding: 0;
    cursor: pointer;
    font-size: 32px;
    line-height: 32px;
    color: lightgrey;
    text-shadow: 1px 1px #bbb;
}
.productStarsDivEstimate .rating-area:not(:checked) > label {
    float: right;
    width: 42px;
    padding: 0;
    cursor: pointer;
    font-size: 32px;
    line-height: 32px;
    color: white;
    text-shadow: 1px 1px #bbb;
}
.rating-area:not(:checked) > label:before {
    content: '★';
}
.rating-area > input:checked ~ label {
    color: gold;
    text-shadow: 1px 1px #c60;
}
.starColor {
    color: lightgrey;
}
.rating-area:not(:checked) > label:hover,
.rating-area:not(:checked) > label:hover ~ label {
    color: gold;
}
.rating-area > input:checked + label:hover,
.rating-area > input:checked + label:hover ~ label,
.rating-area > input:checked ~ label:hover,
.rating-area > input:checked ~ label:hover ~ label,
.rating-area > label:hover ~ input:checked ~ label, .checkedRating {
    color: gold;
    text-shadow: 1px 1px goldenrod;
}
.rate-area > label:active {
    position: relative;
}
.estimateOrdersModal {

    position: fixed; 
    z-index: 1;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgb(0,0,0);
    background-color: rgba(0,0,0,0.4); 
}


.estimateOrdersModal-content {
    background-color: #fefefe;
    margin: 10% auto;
    padding: 20px;
    border: 1px solid #888;
    width: 50%; 
    position: fixed; 
    z-index: 1;
    left: 0;
    top: 0;
    right: 0;
    overflow: auto;
}


.estimateOrdersModalclose {
    color: #aaa;
    float: right;
    font-size: 28px;
    font-weight: bold;
}

.estimateOrdersModalclose:hover,
.estimateOrdersModalclose:focus {
    color: black;
    text-decoration: none;
    cursor: pointer;
}

.cardModalEstimate{
    /* box-shadow:  0 4px 8px 0 rgba(0,0,0,0.2); */
    transition: 0.3s;
    /* padding:5px; */
    display: flex;
    flex-flow: column;
    margin-top: 10px;
    max-height:300px;
    overflow: auto;
}
.cardModalEstimate div{
    /* margin-left: 10px */
  
}
.textareaEstimate{
    width: 100%;
    height: 150px !important;
    resize: none;
    border: 3px solid darkgray;
    border-radius: 10px;
    font-size: 20px;
}
.textareaEstimate::placeholder{
    text-align: left;
    font-size: 20px
}

#reportEstimateLow{
    width: 100%;
    border: 1px solid #0d6efd;
    border-radius: 5px;
    padding: 10px 20px;
    font-size: 20px;
    background-color: #0d6efd;
    color: #fff;
}
.bodyOverflowHidden{
    overflow: hidden;
}
.labelsEstimate{
    font-size: x-large;margin-left: 5px;
}
.productStarsDivEstimate{
    display:inline-flex;
    width:70%;
}
#markorderSpan{
    margin-left: 10px;margin-bottom: 10px;margin-top: 3px;
}


@media screen and (max-width: 800px) {
    .labelsEstimate{
        font-size: medium;
    }
    .cardModalEstimate{
        max-height: 500px;
    }
    .estimateOrdersModal-content{
        width: 90%;
    }
    .productStarsDivEstimate{
        width:100%;
    }
    .cardOrderProduct{
        width: 300px;
        margin-bottom: 10px;
    }
    #estimateProducts{
        display: block!important;
    }
    #markorderSpan{
       margin-top: 10px!important;
    }
    .order_goods{
        flex:1 1 5%;
    }
    .lazySlickNews .slick-dots {
        bottom: -40px !important;
    }
}
.estimateProductsExitIcon{
    margin-left: auto;
    margin-right: 0px;
    font-size: 28px;
    font-weight: bold;
    background-color: whitesmoke;
    border-radius: 50%;
    width: 40px;
    margin-top: 5px;
    float: inline-end;
    text-align: center;
}

.estimateProductsExitIcon:hover{
    box-shadow: 0 8px 16px 0 #e9b776;
}
.productsEstimateSlider .slick-track{
    margin-left:10px
}
.productsEstimateSlider{
    max-width: 960px;
}

.lazySlickNews {
    max-width: 1000px;
}
.errorEstimateCaptchaText{
    box-shadow: 0 8px 16px 0 darkred;
    border-color: red;
}
#timeBannerElfBarContainer{
    display:flex;
    
}
.sliderSlickLKNews{
    display: flex;
    max-width: 333px!important;
}
#timeBannerElfBarContainerFooter{
    display: none;
}
@media screen and (max-width: 1000px) {
    #timeBannerElfBarContainer{
        display:none;
    }
    #timeBannerElfBarContainerFooter{
        display: block;
    }
    .contSliderLkNews {
        display: block;
    }
    
}
@media screen and (min-width: 750px) and (max-width: 1100px) {
    #timeBannerElfBarContainer{
        display:none!important;
        width: 530px;
    }
    #timeBannerElfBarContainerFooter{
        display: flex;
    }
    .sliderSlickLKNews{
        max-width: 700px!important;
    }
    #timeBannerElfBarContainerFooter .img_div{
        height: 300px!important;
        width: 200px!important;
    }

    
}
@media screen and (min-width: 1100px) and (max-width: 1500px) {
    #timeBannerElfBarContainer .img_div{
        height: 500px!important;
        width: 250px!important;
    }

}
@media screen and (min-width: 440px) and (max-width: 750px) {
    .sliderSlickLKNews{
        max-width: 360px!important;
    }

}
@media screen and (min-width: 1500px) and (max-width: 1900px) {
   #timeBannerElfBarContainer{
    width: auto;
   }
    #timeBannerElfBarContainer .img_div{
        height: 500px!important;
        width: 360px!important;
    }
}