﻿
.option {
    /*border: 1px solid #000000;*/
    /*border-radius: 5px;*/
    
}

.video_help {
    border: 1px solid #000000;
    border-radius: 5px;

}

.video_help_pleer {
    /*border: 1px solid #000000;*/
    /*height:400px;*/
    width: 100%;
}

.test_lbl {
    position: absolute;
    left: 0;
    top: 0;
    height: 30px;
    z-index: 3000;
    color: #ffffff;
    font-size: xx-small;
}

.btn_info_bgi_lift_type {
    border: 1px solid #000000;
    border-radius: 3px;
    font-size: 10px;
    padding-left: 5px;
    padding-right: 5px;
    cursor: pointer;
    /*background-color: #0094ff;*/
}

    .btn_info_bgi_lift_type:hover {
        background-color: #dc3545;
        font-weight: bold;
        color: #ffffff;
    }

.ZASTAVKA_OSNOVA {
    /*фиксированное позиционирование*/
    position: fixed;
    /* координаты положения */
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    /* фоновый цвет элемента */
    /*background: #e0e0e0;*/
    background: #000000;
    opacity: 0.9;
    /* размещаем блок над всеми элементами на странице (это значение должно быть больше, чем у любого другого позиционированного элемента на странице) */
    z-index: 2000;
}

.ZASTAVKA {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    /*
        position: absolute;
        left: 50%;
        top: 50%;
        position: absolute;
        margin-left: -100px;
        margin-top: -100px;
    */
    border: 1px solid #000000;
    border-radius: 15px;
    width: 200px;
    height: 200px;
    z-index: 2001;
    background-color: #ffffff;
}

.ic {
    position: relative;
}


.tel-icon {
    position: absolute;
    top: -5px;
    left: 90px;
    color: #ffc90e;
    font-weight: 900;
}

    .tel-icon:link {
        color: #ffc90e; /* Цвет ссылок */
    }

    .tel-icon:visited {
        color: #ffc90e; /* Цвет посещенных ссылок */
    }

    .tel-icon:active {
        color: #ffc90e; /* Цвет активной ссылки */
    }


    .tel-icon:hover {
        color: #dc3545; /* Цвет активной ссылки */
    }

.danger_option_bgi {
    border: 1px solid #000000;
    padding-left: 5px;
    background-color: goldenrod;
    border-radius: 10px;
    
}

.podval{
    background-color: #000000;
    color: #ffffff;
}

    .podval a {
        color: #ffffff;
    }