/*.detail-news,.detail-news-inv{
    display: flex;
    align-items: center;
    }*/
.gryffeditor a{text-decoration: underline;}
.detail-news.gf_row.gf_row-fluid{
    padding: 35px 0 35px 35px;
}
.detail-news-inv.gf_row.gf_row-fluid{
    padding: 35px 35px 35px 0px;
}

.detail-news>div>.element-wrap { padding: 0 20px 20px 20px;}
.detail-news-inv>div>.element-wrap { padding: 0 20px 20px 20px;}
.detail-news>div>.gpicon-image { padding: 0px;}
.detail-news-inv>div>.gpicon-image { padding: 0px;}
.h1-detail { font-size: 35px;    color: #333333!important;}
.span-detail { font-size: 35px;    color: #333333!important; font-family: "PT Sans Narrow", sans-serif; margin: 0 auto 15px;}

.detail-news .text-edit,.detail-news-inv .text-edit{
    color: #7f7977;
}
.detail-news .gf_icon-wrap,.detail-news-inv .gf_icon-wrap {
    font-size: 32px!important;
}

.detail-news .gf_row>.gf_column{padding: 0}

.detail-news .generic-content-container .generic-content__text, .generic-content-container .generic-content__text p{padding: 0 10px 0 0;}
.detail-news .gf_row,.detail-news-inv .gf_row {
    padding-top: 15px;
}
@media (max-width: 1199px) and (min-width: 992px){
.detail-news .gf_image{
    margin-top: 98px;
}
.detail-news-inv .gf_image{
    margin-top: 98px;
}
.detail-news .text-edit, .detail-news-inv .text-edit {
       padding-left: 40px!important;
       font-size: 15px!important;
       line-height: 1.6em!important;
       letter-spacing: 0px!important;
       color: #4c4c4c!important;
       text-transform: none!important;
   }

}

@media(max-width: 991px) {
.detail-news.gf_row.gf_row-fluid{
    padding: 15px;
}
.detail-news>div>.element-wrap { padding: 10px;}
.detail-news-inv>div>.element-wrap { padding: 10px;}
.h1-detail { font-size: 1.25rem; color: #333333!important;}
.span-detail { font-size: 1.25rem; color: #333333!important; font-family: "PT Sans Narrow", sans-serif; margin: 0 auto 15px;}
}

@media(max-width: 423px) {
    .badges-list .product-badge .badge-text {
        max-width: 80px;
    }
    .detail-news.gf_row.gf_row-fluid,.detail-news-inv.gf_row.gf_row-fluid{
    padding: 7px;
    }
}

.toggle_list-custom.opened {
    display: block;
    position: relative!important;
}

.main_nav_wrapper.active {
    background: #fffefc;
}
.newsletter-sucsses-overlay{
    max-width: 500px;
}
.newsletter-sucsses-overlay-text{
    font-size: 22px;
    text-align: center;
    margin-bottom: 40px;
}
.newsletter-error-email{
    color: red;
    max-width: 300px;
}

.modal.modal-consultation{
    overflow: auto;
}

.modal.modal-map .modal-content{
    width: auto;
}

.modal-consultation .modal-content{
    max-width: 500px;
}
.modal-consultation-wrap{
    padding: 20px;
    text-align: center;
    padding-top: 0;
}

.modal-consultation-wrap .modal-title{
    margin-bottom: 15px;
}
body.b-hidden{
    overflow: hidden;
}

input.consultation-input{
    margin-bottom: 15px;
}

.consultation-btn-sub{

}

.iti{
    width: 100%;
    margin-bottom: 15px;
}

.ui-datepicker .ui-datepicker-prev span, .ui-datepicker .ui-datepicker-next span{
    border-right: 2px solid;
    border-bottom: 2px solid;
    width: 100%;
    margin: 0;
    position: initial;
    width: 12px;
    height: 12px;
    margin-top: -7px!important;
}

.ui-datepicker .ui-datepicker-next span{
    transform: rotate(-45deg);
}
.ui-datepicker .ui-datepicker-prev span{
    transform: rotate(135deg);
    margin-left: -6px!important;
}
.modal-consultation-wrap .ui-datepicker{
    width: 100%;
}

.ui-datepicker .ui-datepicker-prev, .ui-datepicker .ui-datepicker-next{
    cursor: pointer;
}
.modal-consultation-wrap .ui-widget-header{
    border: 0;
    background: transparent;
}
.modal-consultation-wrap .ui-widget{
    font-family: 'Roboto', sans-serif;
}
.consultation-data-wrap{
    display: flex;
    flex-wrap: wrap;
}
.consultation-data-wrap-col{
    width: 50%;
}

.consultation-data-wrap__bot{
    width: 100%;
}
.ui-state-hover, .ui-widget-content .ui-state-hover, .ui-widget-header .ui-state-hover, .ui-state-focus, .ui-widget-content .ui-state-focus, .ui-widget-header .ui-state-focus, .ui-button:hover, .ui-button:focus{
    background: #fff;
}
.ui-datepicker-calendar tr, .ui-datepicker-calendar td{
    border: 0;
}

.ui-datepicker-calendar td:first-child{
    border-left: 0;
}

.modal-consultation-wrap .ui-datepicker-calendar th:last-child{
    border-right: 1px solid #DCDCDC;
}
.modal-consultation-wrap .ui-state-default, .modal-consultation-wrap .ui-widget-content .ui-state-default{
    background-color: #fff;
}

.modal-consultation-wrap .ui-state-active, .modal-consultation-wrap .ui-widget-content .ui-state-active{
    background-color: #707070;
    border: 1px solid #707070;
}
.modal-consultation-wrap .ui-widget.ui-widget-content{
    border-radius: 0;
}
.radio-label-wrap{
    display: flex;
    flex-wrap: wrap;
}
.radio-label input{
    display: none;
}
.radio-label input + span{
    padding: 5px 10px;
    display: block;
    text-align: center;
    border: 1px solid #707070;
    margin: 0 5px;
    margin-bottom: 5px;
    transition: 0.3s all;
}

.radio-label input:checked + span{
    background-color: #707070;
    color: #fff;
}
.radio-label{
    cursor: pointer;
}
.radio-label:hover input + span{
    background-color: #707070;
    color: #fff;
}
.consultation-data-wrap__bot{
    margin-top: 10px;
    margin-bottom: 15px;
}
.consultation-data-wrap__bot span{
    font-weight: bold;
}

@media(max-width: 579px){
    .consultation-data-wrap{
        flex-direction: column;
    }
    .consultation-data-wrap-col{
        width: 100%;
        margin-bottom: 15px;
    }
    .consultation-data-wrap__bot{
        margin-top: 0;
        margin-bottom: 20px;
        display: flex;
        flex-direction: column;
    }
}

@media(max-width: 1600px){
    .main_nav .menu li {
        padding: 0px 10px;
    }
}
.polit-text{
    font-size: 12px;
    line-height: 1.2;
    text-align: center;
}
.polit-text a{
    text-decoration: underline;
}
.slider-bg {
    height: 100%;
}

.radio-label.t-hidden{
    display: none;
}

.catalog-block-header {
    font-size: 2.5rem;
    font-weight: bold;
    text-align: left;
    margin: 30px 0 15px;
    padding: 5px 0;
    border: 0;
    color: #000;
    font-family: PT Sans Narrow, sans-serif;
}

@media (max-width: 520px) {
    .catalog-block-header {
        font-size: 1.55rem;
    }
}

.delivery-points-map {
    width: 728px;
    height: 600px;
}

@media (max-width: 768px) {
    .modal.modal-map .modal-content {
        width: 100%;
    }

    .delivery-points-map {
        width: 100%;
        height: 420px;
    }
}

.icon-buy {
    margin-right: 8px;
}


.generic-content-container .delayed-content .dav-title-block { margin-bottom: 0; }
.delayed-content {
    margin: -40px 0;
}
@media only screen and (max-width: 798px) and (max-width: 798px) {
    .delayed-content {
        margin: -20px 0;
    }
}

@media only screen and (max-width:798px) {
    .delayed-content .medium-down--one-half,
    .delayed-content .small-down--one-half {
        width: calc(50% - 10px)
    }
}

.delayed-content .collection-description-bottom {
    text-align: center;
    margin: 80px 0 60px
}

.mdc-form-field{
    display: flex;
}

#asd_subscribe_form_article .mdc-form-field{
    padding-left: 8.5px;
}

.mdc-checkbox{
    padding-left: 2px;
}

.newsletter-overlay_input-container{
    display: flex;
    max-height: 52px;
}

.blog-container h1,
.blog-container h2,
.blog-container h3 {
    padding-top: 15px !important;
    padding-bottom: 15px !important;
    margin: 0;
}

.blog-products {
    margin: 40px 0;
}
.blog-products .blog-products__wrap .product-list .thumbnail {
    text-align: left;
    padding: 20px 10px 0;
    margin: 0;
    width: 21.5vw;
}
.blog-products .blog-products__wrap .product-list .product-details-info__title {
    margin-bottom: 0;
}

.login>ul.tabs{
    justify-content: space-between;
}
.login ul.tabs li{
    height: auto;
}
.login ul.tabs li a{
    height: auto;
}
.login ul.tabs li a{
    height: auto;
}
.login ul.tabs li a.active{
    height: auto;
}

ymaps[class$="balloon__close"]+ymaps[class$="balloon__content"] ymaps {
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content !important;
}

.filters-container {
    border-top: none;
    border-bottom: none;
}
.stylistys-filters-wrap {
    overflow: hidden;
}
.stylistys-filters{
    justify-content: flex-start;
    overflow: -moz-scrollbars-horizontal; 
    -webkit-overflow-scrolling: touch;
    overflow-x: auto;
    overflow-y: hidden;
}
.stylistys-filters .stylistys-filters__text {
    margin-bottom: 10px;
}
.stylistys-filters::-webkit-scrollbar{
    display: inherit;
    width: 10px;  
    height: 12px;             /* ширина scrollbar */
}
.stylistys-filters::-webkit-scrollbar-track {
    background: #EAEAEA;        /* цвет дорожки */
    border-radius: 20px;  
     
  }
  .stylistys-filters::-webkit-scrollbar-thumb {
    background-color: #D6D6D6;;    /* цвет плашки */
    border-radius: 20px;       /* закругления плашки */
    border: 3px solid #EAEAEA;; /* padding вокруг плашки */
  }
  @media only screen and (max-width: 798px){
    .filters-container {
        display: -ms-flexbox;
        display: flex;
        -moz-align-items: flex-start;
        -ms-align-items: flex-start;
        -ms-flex-align: start;
        align-items: flex-start;
        position: static;
        background: none;
        height: auto;
    }
  }
  
  .IPOL_APISHIP2_selectServices {
    display: grid;
    grid-template-columns: repeat(1, 100px 170px) !important;
    row-gap: 8px;
}
.IPOL_APISHIP2_selectServices .servicesListCheckedLeft {
    border: 2px solid #000 !important;
    border-right: none !important;
}

.IPOL_APISHIP2_selectServices .servicesListCheckedRight{
    border: 2px solid #000 !important;
    border-left: none !important;
}
/*cookies*/
#notification-cookies {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 12px;
    background: #4c4c4c;
    color: #fff;
    box-shadow: 0 3px 20px -5px rgba(41, 44, 56, 0.2);
    z-index: 9999;
    font-size: 13px;
    border-radius: 12px;
    transition: .3s;
}
#notification-cookies a {
    color: #fff;
    text-decoration: underline;
}
#notification-cookies p {
    margin: 0;
}
#notification-cookies .notification-cookies{
    display: flex;
    justify-content: center;
    align-items: center;
}
#notification-cookies .notification_cross-btn {
    background: #fff;
    color: #4c4c4c;
    border: 0;
    padding: .4em .8em;
    margin: 0 0 0 .5em;
    font-size: 13px;
    border-radius: 4px;
    cursor: pointer;
    transition: .3s;
}
#notification-cookies .notification_cross-btn:hover{
    background: #b4b2b2;
}
/*style new block main*/
.p0 {
    padding: 0px !important;
} 
.m0{
    margin: 0 !important;
}
.container_full{
    width: 100% !important;
}
.hp-image-w-text-container{
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 0;
    width: 100%;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    background: #fff;
    
}
.hp-text-block{
    -webkit-box-flex: 1;
    display: inline-block;
    -ms-flex: 1 0 50%;
    flex: 1 0 50%;
    width: 50%;
    align-self: center;
    padding: 20px 40px;
    align-self: center;
}
.hp-img-block{
    -webkit-box-flex: 1;
    display: inline-block;
    -ms-flex: 1 0 50%;
    flex: 1 0 50%;
    width: 50%;
}
.lp-banner-img-wrapper{
    padding-top: 56.51%;
    position: relative;
}
.lp-banner-img-bg{
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}
.new-lp__btn {
    margin-top: 30px;
    text-transform: none;
}
@media screen and (max-width: 798px){
    .hp-image-w-text-container{
        margin-top: 36px;
        margin-bottom: 36px;
    }
    .hp-text-block, .hp-img-block {
        flex: 1 0 100%;
        width: 100%;
    }
    .hp-text-block{
        padding: 20px;
        text-align: center;
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2;
    }
    .hp-img-block{
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
    }
    .new-lp__btn {
        margin-top: 10px;
    }
}
.catalog-products-list-cust {
    column-gap: 0.5%;
}
.dav-line-products-list .dav-line-products-list__container .catalog-products-list-cust .thumbnail {
    width: calc(99% / 3) !important;
}
@media screen and (max-width: 798px){
    .catalog-products-list-cust {
        column-gap: 0.25%;
    }
    .dav-line-products-list .dav-line-products-list__container .catalog-products-list-cust .thumbnail {
        width: calc(99.5% / 2) !important;
    }
    .back-to-top {
        display: none;
    }
    .b24-widget-button-position-bottom-right {
        right: 35px !important;
        bottom: 15px !important;
    }
    .b24-widget-button-inner-mask {
  
        height: 67px !important;
        min-width: 50px !important;
    
    }
    .b24-widget-button-block {
        width: 50px !important;
        height: 50px !important;
  
    }
    .b24-widget-button-inner-block{
        height: 53px !important;
    }
    .ui-icon.b24-widget-button-social-item, .ui-icon.connector-icon-45 {
        width: 41px !important;
    }
}