/* Страница профиля*/
.pac-container{
    z-index: 1057;
}

.tt-bg-map-address{
    border-radius: 0px 0px 20px 20px !important;
    opacity: 90%;
}

.profile_map{
    overflow: hidden;
}

.tt-form-floating-icon{
    position: relative;
}

.tt-form-floating-icon .svg-icon{
    position: absolute;
    top: 50%;
    left: 10px;
    width: 20px;
    transform: translate(0, -50%) !important;
}

.tt-form-floating-icon .svg-icon i{
    font-size: 20px;
}

.form-floating.tt-form-floating-icon > label{
    padding-left: 40px;
}

.form-floating.tt-form-floating-icon > .form-control{
    padding-left: 37px;
}


/* Общие стили */

.img-fit-cover{
    object-fit: cover;
}

.img-fit-contain{
    object-fit: contain;
}

.button_whatsapp{
    background-color: #1c87c9;
    -webkit-border-radius: 60px;
    border-radius: 60px;
    border: none;
    color: #eeeeee;
    cursor: pointer;
    display: inline-block;
    font-family: sans-serif;
    font-size: 20px;
    padding: 10px 10px;
    text-align: center;
    text-decoration: none;
    position: fixed;
    right: 10px;
    bottom: 100px;
    width: 50px;
    height: 50px;
}

.button_whatsapp img{
    width:100%;
    height:100%;
    position: relative;
    left: 2px;
    top: -1px;
}
@keyframes glowing {
    0% { background-color: #2ba805; box-shadow: 0 0 5px #2ba805; }
    50% { background-color: #49e819; box-shadow: 0 0 20px #49e819; }
    100% { background-color: #2ba805; box-shadow: 0 0 5px #2ba805; }
}
.button_whatsapp {
    animation: glowing 1300ms infinite;
}


@media(max-width: 768px) {

    .tt-fix-button-form {
        position: fixed;
        bottom: 30px;
        left: 0px;
        margin: 0px;
        padding: 0px;
        width: 100%;
        z-index: 2;
    }

    .tt-fix-button-form button,
    .tt_map_applay{
        width: 80%;
        height: 50px;
        font-size: 16px;
        margin: auto;
        display: block;
        font-weight: bold;
    }


    .tt_form_pb_button{
        padding-bottom: 20px;
    }

}