/*!
Theme Name: Motyv
Theme URI: 
Author: WebTune
Author URI: 
Description: Description
Version: 1.0.0
Tested up to: 7.4
Requires PHP: 7.4
*/
.kama_breadcrumbs:after{
    z-index: -1;
}
@media (min-width: 991px){
    .header__main .menu-item a {
        pointer-events: all;
    }
}
.disabled_btn{
    cursor: not-allowed;
    opacity: .7;
}
.inactive{
	opacity: 0.5!important;
}
.heading-font p{
    font-family: 'VinnytsiaSerif', serif;
}
.single .block-text-img .img__wrap{
    padding-bottom: 107%;
}
.single .block-text-img{
    margin-bottom: 44px;
}
.line_section .line {
    margin-top: 21px;
    background: rgba(0,0,0,0.1);
    height: 1px;
    width: 100%;
}
ul.img_list{
    list-style: none;
    padding-left: 0;
}
ul.img_list li{
    display: flex;
    align-items: center;
    justify-content: start;
    font-size: 17px;
    line-height: 1.5;
    font-weight: 300;
}
ul.img_list li .img__wrap {
    width: 50px;
    height: 32px;
    border-radius: 5px;
    border: 1px solid #ededed;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 15px;
}
.s-contacts .contact-form .form-control__textarea{
    height: 132px;
}
.header__main .lang{
	display:none!important;
}