body {
    max-width: 1225px;
    margin: 0 auto;
}
@media screen and (max-width:950px) { 
    .full-text img {
        max-width: 100%;
        height: auto !important;
    }
    .img-shortness {
     display: flex;
     justify-content: center;
     margin: 0 auto;
     width: 50%;
    }
}

@media screen and (min-width:950px) {
    
    .img-shortness {
        width: 900px;
        height: 400px;
    }

    .full-text img {
        max-width: 240px;
        height: auto !important;
    }
    .min-short {
        display: flex;
        gap: 10px; 
    }
}





.page__dl {padding: 15px; color: #fff !important;}
.page__dl-title {text-transform: uppercase; font-size: 18px; color: #deb663; text-align: center; margin-bottom: 15px;}
.fdl-btn {display: block; position: relative; box-shadow: 0 10px 20px rgba(0,0,0,0.4); text-decoration: none; padding: 15px 15px 15px 130px;
 border-radius: 3px; background: #2b71b1; color: #fff !important; overflow: hidden;}
.fdl-btn-title {text-transform: uppercase; font-weight: 700; word-wrap: break-word;}
.fdl-btn-size {text-transform: uppercase; font-size: 14px; margin-top: 5px; margin-bottom: 10px; opacity: 0.9;}
.fdl-btn-caption {opacity: 0.7; font-size: 14px;}
.fdl-btn-dl {font-size: 12px; text-transform: uppercase; margin-left: 15px;}
.fdl-btn > * {position: relative; z-index: 3;}
.fdl-btn::before {content: ''; width: 50px; height: 50px; border-radius: 50%; margin-top: -25px;
	background: url(https://win-soft.net/templates/mloads/images/download.png) 0 0 / 100% auto no-repeat; position: absolute; left: 40px; top: 50%; 
	box-shadow: 0 0 0 15px rgba(0,0,0,0.13), 0 0 0 30px rgba(0,0,0,0.08), 0 0 0 45px rgba(0,0,0,0.04);}
    .fdl-btn:hover {
        text-decoration: none !important;
    }