/*
Theme Name: child themes komanda
Template: komanda
Theme URI: https://komanda.dev/
Description: Child themes komanda
Author: komanda
Author URI: https://komanda.dev/
Version: 1.0
*/
.search-modal_mobile .search-modal__mobile, .search-modal_desktop .search-modal__desktop{
    display: flex;
}
.search-modal_mobile .search-modal__desktop, .search-modal_desktop .search-modal__mobile{
    display: none;
}
#cookie-notice .cn-button {
    padding: 8px 15px;
    font-size: 1rem;
}
#cookie-notice, #cookie-notice .cn-button:not(.cn-button-custom) {
       font-family: var(--kmnd-body-font-family-primary);
}
span.wpcf7-not-valid-tip {
    position: absolute;
    top: 96%;
    font-size: 0.8rem;
}
.wpcf7 form .wpcf7-response-output {
    display: none !important;
}
.cn-close-icon {
    position: absolute;
    right: 5px;
    top: 20px;
}
/*.search-modal__result-item{*/
/*    text-transform: capitalize;*/
/*}*/
.search-modal__result-item span:first-letter{
    text-transform:lowercase;
}
.search-modal__result-item:first-letter {
    text-transform: uppercase !important;
}
.feedback__form_secondary .wpcf7 {
    margin-top: auto;
}
.header-contacts__soc a {
    text-decoration: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 60px;
    width: 60px;
    -webkit-transition: var(--kmnd-transition);
    transition: var(--kmnd-transition);
    border: solid 1px #e9eaeb;
    border-radius: 50%;
}
.header-contacts__soc a  img{
    height: 22px;
}
.search__image {
    border-radius: 6px;
}
.wpcf7-form-control-wrap {
    display: block;
}
.input .wpcf7-form-control-wrap input {
    width: 100%;
}
.grecaptcha-badge{
    z-index: 9;
}
body #chaty-widget-0 .chaty-widget {
    bottom: 80px;
    right: 10px;
}
.grecaptcha-badge {
    bottom: 4px !important;
}
.btn:disabled{
    filter: grayscale(1);
}
@media only screen and (min-width: 1401px)  {
    .rngst_phone_button {
        margin-bottom: 80px !important;
    }
}
@media only screen and (max-width: 1400px) and (min-width: 1199px){
    body #chaty-widget-0 .chaty-widget {
        bottom: 160px;
        right: 7px;
        z-index: 999999;
    }
    .grecaptcha-badge {
        bottom: 85px !important;
    }
    .btn-top {
        bottom: 150px;
    }
    .rngst_phone_button {
        margin-bottom: 130px !important;
    }
}
@media only screen and (max-width: 1200px) {
    body #chaty-widget-0 .chaty-widget {
        bottom: 240px;
        right: 7px;
        z-index: 999999;
    }
    .grecaptcha-badge {
        bottom: 165px !important;
    }

}
@media only screen and (max-width: 1024px) {
.kmnd-body_noscroll #chaty-widget-0 .chaty-widget,
.kmnd-body_noscroll .rngst_phone_button{
    z-index: -1 !important;
}
}

@media only screen and (max-width: 1200px) and (min-width: 991px) {
    .rngst_phone_button {
        margin-bottom: 55px !important;
    }
}
@media only screen and (max-width: 992px) and (min-height: 520px) {
    .rngst_phone_button {
        bottom: 200px !important;
        right: -36px  !important;
    }
    body #chaty-widget-0 .chaty-widget {
        bottom: 325px;
    }
}
@media only screen and (max-width: 576px){
    .grecaptcha-badge {
        bottom: 85px !important;
    }
    #chaty-widget-0 .chaty-i-trigger .chaty-channel .chaty-svg,
    #chaty-widget-0 .chaty-i-trigger .chaty-channel button,
    #chaty-widget-0 .chaty-i-trigger .chaty-channel,
    .rngst_phone_icon,
    .rngst_phone_body{
        width: 40px !important;
        height: 40px !important;
    }
    .rngst_phone_icon{
        -webkit-background-size: 40% 40%;
        background-size: 40% 40%;
    }
    .rngst_phone_circle{
        height: 60px !important;
        width: 60px !important;
        left: 60px !important;
        top: 60px !important;
    }
    .rngst_phone_fill {
        height: 110px !important;
        width: 110px !important;
        top: 35px !important;
        left: 35px !important;
    }
    .rngst_phone_button {
        right:-45px  !important;
        bottom: 100px !important;
    }
    body #chaty-widget-0 .chaty-widget {
        right: 15px !important;
        bottom: 225px;
    }

    .dropdownMessengers.dropdownMessengers-show .dropdown-content-rngst{
        padding: 15px 10px  !important;
    }
}
@media only screen and (max-width: 576px) and (min-height: 520px) {

}