
.my_text_shadow {
 text-shadow: 1px 1px 2px #6f42c1; /* Параметры тени */
}

.main-logo {
    width: 40px;
    height: auto;
}

/* Для мобильных */
.adaptive-title {
    font-size: 1.2rem; /* Примерно 19-20px */
}

/* Для ПК (от 768px и выше) */
@media (min-width: 768px) {
    .adaptive-title {
        font-size: 2rem; /* Возвращаем крупный размер */
    }
}


/* Размер для ПК (экраны шире 768px) */
@media (min-width: 768px) {
    .main-logo {
        width: 80px; /* Укажи здесь нужный размер для десктопа */
    }
}

.table > tbody > tr > .success {
    background-color: #dff0d8;
}


.my_btn_color {
    color: white;
    background-color: #137c7f;
}

.my_btn_color_yelow  {
    color: white;
    background-color: #ffc107;
}


.my_color_red {
    color: #b02a37;

}
.my_color_green {
    color: #137c7f;
}

.my_color_menu {
    display: block;
    padding: .2rem 1rem;
    color: #137c7f;
    text-decoration: none;
}

.my_color_menu.active {
    color: #137c7f;
    background-color: #ffc107;
    border-radius: .3rem;
}


.my_color_menu_admin {
    color: #137c7f;
    font-weight: 600;
    text-decoration: none !important;
}

.my_color_menu_admin:hover {
    color: #ffc107; /* Цвет ссылки при наведении на нее курсора мыши */

}

.my_color_menu:hover {
    color: #137c7f; /* Цвет ссылки при наведении на нее курсора мыши */
}


.nav-link:hover {
    color: #137c7f; /* Цвет ссылки при наведении на нее курсора мыши */
    background-color: #ffc107;
}

.btn-warning:hover {
    color: #fff; /* Цвет ссылки при наведении на нее курсора мыши */

}


.frame_blc {
    overflow: hidden;
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px;
    height: 0;
}

.frame_blc iframe {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
}






/*ALERT */

.alertm_overlay {
    width: 100%;
    height: 100%;
    position: fixed;
    left: 0px;
    top: 0px;
    z-index: 99998;
    background: rgba(51, 51, 51, 0.82);
    display: none;
}

.alertm_all {
    font-family: Arial;
    width: 396px;
    padding: 29px 43px;
    border-radius: .25rem;
    background: #fff;
    position: fixed;
    left: 50%;
    margin-left: -241px;
    top: 50%;
    z-index: 99999;
}

.alertm_all a {
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    text-decoration: none;
    color: #0275d8;
}

.alertm_all a:hover {
    color: #222;
}

.alertm_h1 {
    color: #0275d8;
    font-size: 19px;
    margin-bottom: 15px;
}

.alertm_text {
    font-size: 16px;
    line-height: 23px;
}

.alertm_wrapper {
}

.alertm_but {
    display: inline-block;
    font-weight: 400;
    line-height: 1.25;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border: 1px solid transparent;
    padding: .5rem 2rem;
    font-size: 1rem;
    border-radius: .25rem;
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    color: #fff;
    background-color: #137c7f;
    border-color: #0275d8;
    display: block;
    margin-top: 25px;
    cursor: pointer;
}

.alertm_but:hover {
    color: #fff;
    background-color: #025aa5;
    border-color: #01549b;
}

a.alertm_close {
    color: red;
    text-decoration: none;
    position: absolute;
    right: 7px;
    top: 0px;
    font-size: 25px;
}

/*ALERT */













/*Lightbox Gallery */

.photo-gallery {
    color:#313437;
    background-color:#fff;
}

.photo-gallery p {
    color:#7d8285;
}

.photo-gallery h2 {
    font-weight:bold;
    margin-bottom:40px;
    padding-top:40px;
    color:inherit;
}

@media (max-width:767px) {
    .photo-gallery h2 {
        margin-bottom:25px;
        padding-top:25px;
        font-size:24px;
    }
}

.photo-gallery .intro {
    font-size:16px;
    max-width:500px;
    margin:0 auto 40px;
}

.photo-gallery .intro p {
    margin-bottom:0;
}

.photo-gallery .photos {
    padding-bottom:20px;
}

.photo-gallery .item {
    padding-bottom:30px;
}



