/*!
Theme Name: chargeecofactor
Author: Oleh Babich
Author URI: https://www.weblancer.net/users/olegbabich/
*/
.station__wrap{
    overflow: hidden;
}
.station__filter{
    max-width: 1170px;
    margin-left: auto;
    margin-right: auto;
}
.section__full .station__filter{
    padding: 0 15px;
}
.blocked{
    position: relative;
    opacity: 0;
}
.station__wrap{
    position: relative;
}
.table__content{
    position: relative;
    margin-left: auto !important;
    margin-right: auto !important;
}
.section-wrap__ac .table__content-item-header{
    text-align: left;
}
.section-wrap__ac .table__content-item-header h3:after, 
.section-wrap__ac .station__item-header h3:after,
.section-wrap__dc .table__content-item-header h3:after, 
.section-wrap__dc .station__item-header h3:after
{
    display: none;
}
.section-wrap__ac .table__content-item-header-img,
.section-wrap__ac .station__item-header img,
.section-wrap__dc .station__item-header img
{
    margin-right: 12px;
}
.section-wrap__dc .table__content-item-header-img{
    margin-bottom: 12px;
}
.section-wrap__dc .table__content-item-header > div{
    height: 100%;
}
.section-wrap__dc .table__content-item-header-img + div{
    flex: 1;
}
.section-wrap__ac .table__content-item-header-img img,
.section-wrap__ac .station__item-header img,
.section-wrap__dc .table__content-item-header-img img,
.section-wrap__dc .station__item-header img
{
    border: 1px solid #D5DBE1;
    border-radius: 10px;
    flex: 0 0 auto;
}
.section-wrap__ac .table__content-item>div{
    width: 348px;
}
.table__content-item.table__head>div.table__head-item-сonnectors{
    background-color: #fafafa;
}
.table__content-item-сonnectors{
    align-items: flex-start;
}
.wp-block-gallery{
    margin-left: 0;
    margin-right: 0;
}
.wp-block-columns{
    gap: 0.5em !important;
    margin: 0 0 15px;
}
.wp-block-columns figure.wp-block-gallery.has-nested-images{
    margin: 0;
}
figure.wp-block-gallery.has-nested-images {
    margin-bottom: 24px;
}
.wp-block-embed{
    margin-bottom: 24px;
}
.wp-block-embed__wrapper {
    position: relative;
    width: 100%;
    padding-bottom: 56.25%;
    border-radius: 10px;
    overflow: hidden;
}
.wp-block-embed iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
}

.single__wrap-article p{
    margin-bottom: 24px;
}
.single__wrap-article p:last-child{
    margin-bottom: 0;
}
.swiper-button-lock,
.swiper-pagination-lock
{
    display: none !important;
}
.station__table{
    margin-bottom: 30px;
}
.photo-slider__item-desc .btn:hover{
    color: #3bf285;
}
.page-header.circle .btn:hover{
    color: #3bf285;
    background-color: transparent;
}

.no-results.not-found{
    width: 100%;
    text-align: center;
}
.no-results.not-found p{
    margin-bottom: 0;
    font-size: 24px;
    font-family: "TT Lakes Bold";
    text-transform: uppercase;
}
.no-results.not-found{
    margin-bottom: 30px;
}
.section__full .table .table__content.table__epty{
    margin: 0;
}
.section__full .table .table__content.table__epty .no-results.not-found {
    margin-bottom: 0;
}
textarea:-moz-placeholder {
    color: #1f1f1f;
    font-weight: 600;
    text-transform: uppercase;
}
textarea::-moz-placeholder {
    color: #1f1f1f;
    font-weight: 600;
    text-transform: uppercase;
}
.doubleScroll-scroll-wrapper, .table{
    scrollbar-width: thin;
    scrollbar-color: #D5DBE1 #fff;
    border-radius: 8px;
}
.select2-results{
    scrollbar-width: thin;
    scrollbar-color: #1f1f1f #F5F7F8;
    border-radius: 8px;
}
.select2-results ul{
    padding: 0 4px;
}
.blog__category ul li a.active{
    pointer-events: none;
}
.carousel__dots{
    top: calc(100% - 2rem);
}
.active textarea {
    width: 0!important;
}
.select2-results {
    max-height: 100px;
}
@media only screen and (max-width: 1023.98px){
    .station__filter form .col-6 {
        margin-bottom: 10px;
    }
    .section__full .station__nav{
        padding: 0 15px;
    }
}
@media only screen and (max-width: 767.98px){
    .wp-block-embed iframe {
        min-height: initial;
    }
    .row-sm{
        margin-left: -5px;
        margin-right: -5px;
    }
    .row-sm>* {
        padding: 0 5px;
        margin-bottom: 10px;
    }
    
}
