header .languages a{

    text-decoration: none;
    text-transform: uppercase;
    margin-right: 12px;
}
header .languages a.active,
header .languages a:hover {
    border-bottom: 1px solid #ffffff;
}

.amino-map {
    width: 100%;
    height: 300px;
}

.favic-youtube{
    height: 38px;
    line-height: 34px;
    padding: 0 5px;
    display: block;
    position: relative;
    z-index: 1;
    font-size: 22px;
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.2);
    transition: all .2s;
    border-radius: 50%;
}

.favic-youtube:hover{
    opacity: .5;
}

.video-btn-circle-left {
    display: inline-block;
    position: relative;
    width: 72px;              /* размер кнопки — меняй по вкусу */
    height: 72px;
    border-radius: 50%;
    background: #ff4d4d;      /* основной цвет кнопки */
    text-align: center;
    line-height: 72px;
    color: #fff;
    box-shadow: 0 6px 18px rgba(0,0,0,0.15);
    z-index: 2;
    transition: transform .18s ease;
}

/* иконка в центре */
.video-btn-circle-left > span {
    display: inline-block;
    width: 100%;
    height: 100%;
    position: relative;
    z-index: 3;
}

/* масштаб при ховере */
.video-btn-circle-left:hover {
    transform: scale(1.06);
}

/* Первый (ближайший) кольцевой пульс */
.video-btn-circle-left::before,
.video-btn-circle-left::after {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    width: 72px;
    height: 72px;
    border-radius: 50%;
    transform: translate(-50%, -50%) scale(1);
    background: rgba(255,77,77,0.18); /* полупрозрачный цвет пульса */
    z-index: 1;
    pointer-events: none;
}

/* второй (расширяющийся) — делает эффект волны */
.video-btn-circle-left::before {
    animation: pulse-1 2s infinite ease-out;
}

/* дополнительная медленная волна */
.video-btn-circle-left::after {
    animation: pulse-2 3.2s infinite ease-out;
    background: rgba(255,77,77,0.12);
}

/* ключевые кадры */
@keyframes pulse-1 {
    0% {
        transform: translate(-50%, -50%) scale(1);
        opacity: 0.9;
    }
    60% {
        transform: translate(-50%, -50%) scale(1.9);
        opacity: 0.08;
    }
    100% {
        transform: translate(-50%, -50%) scale(2.2);
        opacity: 0;
    }
}

@keyframes pulse-2 {
    0% {
        transform: translate(-50%, -50%) scale(0.9);
        opacity: 0.6;
    }
    70% {
        transform: translate(-50%, -50%) scale(2.6);
        opacity: 0.04;
    }
    100% {
        transform: translate(-50%, -50%) scale(3);
        opacity: 0;
    }
}

/* стилизуем иконку play (пример) */
.video-btn-circle-left .icon-play {
    font-size: 22px; /* подгоняй */
    display: inline-block;
    vertical-align: middle;
}

/* адаптив: меньше на мобильных */
@media (max-width: 576px) {
    .video-btn-circle-left {
        width: 56px;
        height: 56px;
        line-height: 56px;
    }

    .video-btn-circle-left::before,
    .video-btn-circle-left::after {
        width: 56px;
        height: 56px;
    }

    .video-btn-circle-left .icon-play {
        font-size: 18px;
    }
}
    .display-flex{
    display: flex;
}
.img-with-bg{
    flex: 1;
    background-image: url("/images/company_founder.jpeg");
    background-position: center;
}
.bmi-form-image img{
    width: 100%;
}
.bmi-form .bg-grey{
    margin-top: 0 !important;
}

.bmi-form .price-table tr td {
    background-color: #f6f6f6 !important;
}

.section.bg-grey.news{
    margin-top: 0 !important;
}
.input-group .help-block{
    width: 100%;
    color: #ff4d4d;
}

.modal-phone,
.modal-phone input{
    height: 40px;
    border-radius: 5px;
    content: '';
    left: 0;
    top: 0;
    width: 100%;
    background-color: #fff;
    border: 1px solid #d5d5d5;
    transition: 0.2s;
}
.modal-phone{
    position: relative;
    align-items: flex-start;
    flex-wrap: wrap;
    display: flex;
    width: 100%;
    height: 40px;
}
.iti__country-list{
    z-index: 888 !important;
}
.before-after-label .before-after-weight{
    margin-bottom: 5px;
}
.before-after-label img.flag{
    margin-top: 10px;
    width: 20px;
    height: auto;
}

.alert-success.fade.in{
    opacity: 1 !important;
}
.alert {
    padding: 14px 18px;
    border-radius: 6px;
    margin-bottom: 20px;
    font-size: 14px;
    line-height: 1.5;
}

.alert-success {
    background-color: #e6f4ea;
    color: #1e7e34;
    border: 1px solid #b7e1c1;
}