.sub-menu{
    z-index: 999999999;
    top: calc(100% + 8px);
    background: #fff;
    text-align: left;
    box-shadow: rgba(34, 34, 34, 0.1) 0px 5px 30px;
    overflow: hidden;
    max-width: 450px;
    min-width: 220px !important;
    border-radius: 8px;
    padding: 8px;
}
.sub-menu a{
    margin: 0 !important;
    padding: 9px 16px 10px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    cursor: pointer;
    user-select: none;
    font-size: 15px;
    line-height: 15px;
    color: #222;
}
.sub-menu a:hover{
    background: transparent !important;
    color: #12b2e7 !important;
}
.spravki-categories-list{
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 24px;
    width: 100%;
}
.spravki-categories-list .spravki-category-item{
    border: 1px solid #ededed;
    border-radius: 12px;
    transition: all 0.3s;
    
}
.spravki-categories-list .spravki-category-item a{
    width: 100%;
    height: 100%;
    padding: 44px 20px 39px 20px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.spravki-categories-list .spravki-category-item a .spravki-category-image-wrapper{
    width: 120px;
    height: 120px;
}
.spravki-categories-list .spravki-category-item a .spravki-category-image-wrapper img{
    height: 100%;
    width: auto;
}
.spravki-categories-list .spravki-category-item a .spravki-category-title{
    font-size: 14px;
    line-height: 18px;
    text-align: center;
    margin-top: 14px;
    color: #222;
    transition: all 0.3s;
}
.spravki-categories-list .spravki-category-item:hover{
    box-shadow: 0 5px 30px #22222219;
}
.spravki-categories-list .spravki-category-item:hover a .spravki-category-title{
    color: #12b2e7;
}

.post:hover .post_title span{
     color: #12b2e7 !important;
}


.categories-list{
    position: sticky !important;
    top: 32px;
    min-width: 270px;
    margin-right: 39px;
}
.categories-list .categories-list__title{
    font-size: 17px;
    line-height: 29px;
    color: #222;
    margin-bottom: 13px;
}
.categories-list .categories-list__title{
    font-size: 17px;
    line-height: 29px;
    color: #222;
    margin-bottom: 13px;
}
.categories-list .category-items .category-item{
    padding: 4px 8px;
    line-height: 21px;
    color: #222;
    font-size: 17px;
    font-weight: 400;
    transition: all 0.3s;
}
.categories-list .category-items .category-item:hover{
    color: #12b2e7 !important;
}

@media screen and (max-width: 1024px) {
    .spravki-categories-list{
        grid-template-columns: repeat(3, 1fr);
        gap: 15px;
    }
}
@media screen and (max-width: 768px) {
    .spravki-categories-list{
        grid-template-columns: repeat(2, 1fr);
        gap: 10px;
    }
}
@media screen and (max-width: 480px) {
    .spravki-categories-list{
        grid-template-columns: repeat(1, 1fr);
        padding-bottom: 40px;
    }
}
.post-tags{
    display: flex;
    align-items: center;
    gap: 5px;
}

.post-tags .item{
    display: flex;
    align-items: center;
    justify-content: center;
    height: 23px;
    line-height: 23px;
    font-size: 10px;
    font-weight: 500;
    color: #fff;
    padding: 1px 8px;
    border-radius: 12px;
    text-transform: uppercase;
}
.post-tags .hit{
    background-color: #fe6765;
}
.post-tags .recomendate{
    background-color: #aa77ff;
}






.search-wrapper {
        position: relative;
        width: 100%;
    }
    .search--hastype {
        display: flex;
        align-items: center;
        position: relative;
    }
    .search-input-div {
        flex: 1;
		position: relative;
    }
    .search-input {
        width: 100%;
        padding: 6px 162px 6px 14px;
        border: 1px solid #dedede;
		height: 47px;
        border-radius: 8px;
        font-size: 16px;
    }
    .search-button-div {
        display: flex;
        align-items: center;
        gap: 5px;
        position: absolute;
        right: 0;
        top: 0;
        height: 100%;
    }
    .dropdown-select {
        position: relative;
        cursor: pointer;
    }
    .dropdown-select__title {
        display: flex;
        align-items: center;
        gap: 5px;
        white-space: nowrap;
        
    }
    .dropdown-select__list {
        position: absolute;
        z-index: 9999999999 !important;
        top: 100%;
        right: 0;
        z-index: 1000;
        min-width: 180px;
        margin-top: 5px;
        background: #fff;
        border: 1px solid #ddd;
        border-radius: 4px;
        box-shadow: 0 2px 10px rgba(0,0,0,0.1);
    }
    .dropdown-menu-inner {
        padding: 5px 0;
    }
    .dropdown-select__list-item {
        padding: 8px 15px;
        cursor: pointer;
        transition: background 0.2s;
    }
    .dropdown-select__list-item:hover {
        background: #f5f5f5;
    }
    .dropdown-menu-item--current {
        font-weight: bold;
        color: #0073aa;
    }
    .btn-search {
        width: 50px;
        height: 100%;
        border: none !important;
        background-color: transparent !important;
        cursor: pointer;
        display: flex;
        align-items: center;
        justify-content: center;
        border-radius: 0 !important;
        height: 100% !important;
        border-radius: 0 8px 8px 0 !important;
    }
    .btn-search:hover{
        background-color: #12b2e7 !important;
    }
    .btn-search:hover svg path{
        fill: #fff !important;
    }
    .btn-clear-search {
        padding: 8px;
        background: none;
        border: none;
        cursor: pointer;
    }
    .search-input-close {
        display: none;
    }
    .svg {
        display: inline-block;
        vertical-align: middle;
    }
    .fill-dark-light-block {
        fill: #666;
    }













.popup_iframe_wrapper {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    -webkit-overflow-scrolling: touch;
    width: 100%;
    height: 100vh;
    background: rgba(51, 68, 68, 0.7);
    opacity: 0;
    z-index: -1;
    transition: all 0.3s;
}

.popup {
    position: fixed;
    width: 100%;
    min-width: 250px;
    max-width: 460px;
    background: #fff;
    border-radius: 12px;
    overflow: hidden;
}
.popup .close{
    position: absolute;
    width: 18px;
    height: 18px;
    right: 10px;
    top: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}
.popup .close svg{
    width: 18px;
    height: 18px;
}
.popup .close:hover svg path{
    stroke: #12b2e7;
}
.popup .form-header {
    padding: 35px 32px 26px 32px;
}
.form-header .title {
    font-weight: 500;
    font-size: 25px;
    line-height: 32px;
    color: #222;
}
.form-header .form_desc {
    font-weight: 300;
    margin-top: 8px;
    font-size: 17px;
    line-height: 27px;
    color: #222;

}
.popup .form-body {
    padding: 0 32px 17px 32px;
}
.popup .form-footer{
    padding: 0 32px 32px 32px;
}
.popup .form-footer button{
    font-size: 17px;
    line-height: 17px;
    font-weight: 600;
    text-transform: none;
    letter-spacing: normal;
    text-decoration: none;
    margin: 0;
    border: 1px solid #12b2e7;
    border-radius: 8px;
    overflow: hidden;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    height: 42px;
    user-select: none;
    background-image: none;
    cursor: pointer;
    white-space: nowrap;
    transition: background-color .1s ease;
    background-color: #12b2e7;
    width: 100%;
    color: #fff;
}
.form .form-group {
    margin-bottom: 15px;
    position: relative;
}
.form .form-group label{
    margin-bottom: 5px;
    font-size: 14px;
    line-height: 21px;
    font-weight: 400;
    color: #555;
}
.form .form-group label span{
    color: #E55;
}
.form .form-group input {
    color: #222;
    box-shadow: none;
    border: 1px solid #DDD;
    height: 47px;
    padding: 6px 14px;
    background: #fff;
    font-size: 16px;
    line-height: 21px;
    border-radius: 8px;
    position: relative;
    width: 100%;
}



.success .form-footer .btn{
    font-size: 17px;
    line-height: 17px;
    font-weight: 600;
    text-transform: none;
    letter-spacing: normal;
    text-decoration: none;
    margin: 0;
    border: 1px solid #12b2e7;
    border-radius: 8px;
    overflow: hidden;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    height: 42px;
    user-select: none;
    background-image: none;
    cursor: pointer;
    white-space: nowrap;
    transition: background-color .1s ease;
    background-color: #fff;
    width: 100%;
    color: #12b2e7;
}
.success .form-footer .btn:hover{
    background-color: #12b2e7;
    color: #fff;
}
.success{
    display: none;
    padding-top: 32px;
}
.form-send .form-send__info .form-send__info-title{
    text-align: center;
    font-weight: 300;
    color: #222;
    font-size: 25px;
    line-height: 32px;
    margin-bottom: 7px;
}
.form-send .form-send__info .form-send__info-text{
    margin-bottom: 8px;
    color: #555;
    font-size: 17px;
    line-height: 27px;
    text-align: center;
}
.form-send_wrap{
    display: flex;
    flex-direction: column;
    align-items: center;
}
.form-send__icon{
    margin-bottom: 18px;
}
.wpcf7-response-output{
    display: none !important;
}

.order_form{
    opacity: 0;
    z-index: -1;
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    -webkit-overflow-scrolling: touch;
    width: 100%;
    height: 100vh;
    background: rgba(51, 68, 68, 0.7);
    transition: all 0.3s;
}


.order .form-footer{
    padding: 0 0 32px 0;
}


.order textarea {
    color: #222;
    box-shadow: none;
    border: 1px solid #DDD;
    height: 117px;
    padding: 10px 14px;
    background: #fff;
    font-size: 16px;
    line-height: 21px;
    border-radius: 8px;
    position: relative;
    width: 100%;
}



.open_modal{
    opacity: 1;
    z-index: 99999999999;
}



.in-favorites svg path{
    stroke: #12b2e7 !important;
}

.favorite_btn{
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative;
}
.favorite_btn .icon{
    position: relative;
}
.favorite_btn .icon .count{
    top: -8px;
    right: -8px;
    width: 17px;
    height: 17px;
    border-radius: 20px;
    background-color: #12b2e7;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    font-size: 10px;
    font-weight: 300;
    line-height: 17px;
    color: #fff !important;
}
.favorite_btn span{
    font-size: 14px !important;
    font-weight: 300 !important;
    line-height: 20px !important;
    color: #222 !important;
}
.favorite_btn:hover svg path{
    stroke: #12b2e7 !important;
}
.favorite_btn:hover span{
    color: #12b2e7 !important;
}





















.elementor-location-footer{
    margin-top: 90px;
}

.container {
    width: 100%;
    max-width: 1348px;
    padding: 0 32px;
    margin: 0 auto;
}



.catalog-viewed {
    padding-top: 90px;
    border-top: 1px solid #EDEDED;
    display: none;
}
.catalog-viewed-list {
}

.index-block__title {
    font-size: 29px;
    line-height: 39px;
    margin-bottom: 25px;
    color: #222;
    font-weight: 400;
}
#viewed-products-container{
    display: flex;
    gap: 10px;
    overflow: auto;
}
.catalog-viewed__item {
    padding: 19px 23px;
    border-radius: 12px;
    border: 1px solid #ededed;
    min-height: 200px;
    max-width: 204px;
    width: 204px;
}
.catalog-viewed__item__image {
    width: 80px;
    height: 80px;
    margin-bottom: 15px;
    cursor: pointer;
    overflow: hidden;
}
.catalog-viewed__item__image img{
    height: 100%;
    width: auto;
}
.item_info .price {
    font-size: 17px;
    line-height: 20px;
    margin-bottom: 1px;
    color: #222;
    font-weight: 600;
}
.item_info .link {
    font-size: 14px;
    line-height: 21px;
    color: #222;
    font-weight: 300;
    word-break: break-word;
    -webkit-line-clamp: 2;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    transition: all 0.3s;
    cursor: pointer;
}
.catalog-viewed__item:hover {
    box-shadow: 0 5px 24px 0 rgba(0,0,0,0.1) ;
}
.catalog-viewed__item:hover .item_info .link{
    color: #12b2e7 !important;
}


.sub-arrow{
    padding: 5px !important;
}
.sub-arrow svg{
    width: 12px !important;
    height: 12px !important;
}
.cart_btn{
    cursor: pointer;
}



.mobile_search_block .searchtype{
    display: none !important;
}