/**
 * Created: 05.08.2025, 10:54
 * Author : Valery Karev <karev@34web.ru>
 * Company: 34web Studio
 */
.tfl-popup{
    border-radius:0px;
    width: 700px;
    padding-top: 30px;
    padding-bottom: 30px;
    padding-left: 30px;
    padding-right: 30px;
}
.tfl-define-popup{
    border-radius:5px;
}
.tfl-define-popup__main{
    color: #ffffff;
    background-color: #2b7de0;
}
.tfl-define-popup__main:hover{
    /*color: ;*/
    background-color: #468de4;
}
.tfl-define-popup__second{
    color: #337ab7;
    background-color: #f5f5f5;
}
.tfl-define-popup__second:hover{
    color: #039be5;
    background-color: #f5f5f5;
}
.tfl-popup__title{
    font-size: 25px;
}
.tfl-popup .tfl-popup__search-input{
    font-size: 15px;
}
.tfl-popup__location-link{
    font-size: 14px;
}
.tfl-popup__nofound-mess-show{
}
.tfl-define-popup{
    padding-top: 30px;
    padding-bottom: 10px;
    padding-left: 20px;
    padding-right: 20px;
}
.tfl-define-popup__text{
    padding-bottom: 10px;
    font-size: 14px;
}
.tfl-define-popup__buttons{
    font-size: 12px;
    grid-template-columns: repeat(2, calc(50% - 5px));
    grid-gap: 10px;
}
.tfl-define-popup__desktop{
    width: 240px;
}
@media screen and (max-width: 767px)
{
    .tfl-popup {
        width: 100%;
        height: 100%;
        top: 50%;
        border-radius: 0;
        z-index: 9999999;
        /* grid-template-rows: auto auto minmax(50%, max-content);*/
        grid-template-rows: auto auto minmax(50%, 1fr);
        padding-top: 30px;
        padding-bottom: 30px;
        padding-left: 30px;
        padding-right: 30px;
    }
    .tfl-popup.tfl-popup_loading {
        height: 100%;
    }
    .tfl-popup__container {
        height: 100%;
    }
    .tfl-popup__with-locations.tfl-popup__with-defaults .tfl-popup__container{
        grid-template-columns: 1fr;
        grid-template-rows: auto 1fr;
    }
    .tfl-popup__with-defaults .tfl-popup__defaults{
        margin-bottom: 1rem;
        height: auto;
    }
    .tfl-popup .tfl-popup__search-input {
        max-width: none;
        width: 100%;
    }
    .tfl-popup__list {
        width: 100%;
    }
    .tfl-popup__title{
        font-size: 22px;
    }
    .tfl-popup .tfl-popup__search-input{
        font-size: 14px;
    }
    .tfl-popup__location-link{
        font-size: 13px;
    }
    .tfl-body-freeze{
        margin-right: 0;
    }
    .tfl-define-popup{
        padding-top: 30px;
        padding-bottom: 10px;
        padding-left: 20px;
        padding-right: 20px;
    }
    .tfl-define-popup__text{
        font-size: 14px;
        padding-bottom: 10px;
    }
    .tfl-define-popup__buttons{
        font-size: 12px;
        grid-template-columns: repeat(2, calc(50% - 5px));
        grid-gap: 10px;
    }
}
