.container{
             max-width: 90%!important;
             }
         .proj {
    height: 200px;
}
.m10 {
    margin: 10px;
}
.mb20{margin-bottom: 20px;}
.logo {
    background: url(https://med.dp.ua/wp-content/uploads/2025/09/md-5-e1758964670796.png) no-repeat;	
    height: 120px;
    width: 220px;
    background-size: cover;
    margin: 55px auto;
}
.fab, .far {
    font-size: 23px;
}
center {font-size: 2em;margin: 10px;}
a.col {padding: 15px 5px;}
    .bblr{
        backdrop-filter: blur(10px);
        background: rgba(255,255,255,.2);
    }
.block {
    background: whitesmoke;
    box-shadow: 0 0 15px rgba(0, 0, 0, .1);
    margin: auto;
    font-size: 20px;
    padding: 50px 15px;
    text-align: center;
    border-radius: 10px;
    color: black;
    text-decoration: none;
}
.block:hover{background:#354a62; color:white}
.block:active{background:#f43200; color:white}
    h3.mt20 {
        margin-top: 20px;
        font-size: 20px;
        text-transform: uppercase;
    }
    
    .postNews {
        text-decoration: none;
    }    
    .proj_desc {
        margin-top: 10px;
        display: block;
        color: dimgray;
    }
    .br10{
        border-radius: 10px;
        overflow: hidden;
    }
.yottie-widget-video.yottie-widget-video-cinema{
    border-radius: 10px;
}
    .yottie-widget-header-inner {
    background: rgb(242 242 242);
}
.movies {
    padding: 120px 0 150px 0;
    background-position: center top;
    background-repeat: no-repeat;
    background-color: rgb(242,242,242);
}
.projects {
    margin-bottom: 0px;
    padding: 220px 0 50px 0;
    background-position: center top;
    background-repeat: no-repeat;
    background-color: #e8ebf0;
}
.img_gallery {
    height: 250px;
    background-size: cover;
    background-position: center;
    color: white;
    position: relative;
    background-color: rgba(255, 255, 255, .52);
}
.gallery {
    padding: 100px 0;
    background-position: center bottom;
    background-size: cover;
}
.title_gallery_box {
    padding: 15px;
    height: 100%;
    position: absolute;
    bottom: 0px;
    left: 0;
    right: 0;
    margin: auto;
    top: 0;
    text-shadow: 0 0 10px black;
    font-size: 1.3em;
}
    
.texx {
    position: absolute;
    bottom: 20px;
    margin: auto;
}
a.a_gallery {
    text-decoration: none;
    font-size: 20px;
    word-break: auto-phrase;
}
    .bbs {
    background-image: linear-gradient(to top right, rgba(53,74,98,.75), rgba(24,50,0,.75));
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
}
body {
    background: linear-gradient(45deg, rgba(255, 223, 223, .9), rgba(220, 220, 255, .9)), url(https://med.dp.ua/wp-content/uploads/2025/07/pill.png);
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
}
    @media (max-width:700px){
.block {
    padding: 15px 40px;
    min-height: 110px;
}
    }
