
/*BTN-DOC/PDF-1*/
.download-box-flex{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    padding: 17px 20px;
    box-sizing: border-box;
    background: #F9F9FB;
    border-radius: 8px;

}
.descr-to-download{
    font-family: 'Arial', sans-serif;;
    font-size: 14px;
    line-height: 1.4;
    color: #7E8890;
    margin-top: 20px;
}
.file-name{
    font-weight: 600;
}

.btn-download-doc-prime{
    flex-basis: 170px;
    display: inline-block;
    height: 40px;
    line-height: 40px;
    box-sizing: border-box;
    font-family: 'Arial', sans-serif;
    background-color: #F2A200;
    border-radius: 6px;
    padding: 0px 16px 0px 19px;
    color: #fff;
    font-size: 14px;
    text-decoration: none;
}
.btn-download-doc-prime__text{
    text-transform: uppercase;
    position: relative;
    padding-right: 10px;
}
.btn-download-doc-prime__text::before {
    content: '';
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 1px;
    height: 100%;
    background-color: #ffffff;
}
.btn-download-doc-prime-img{
    vertical-align: middle;
    padding-left: 13px;
}



/*BTN-DOC/PDF-2*/
.download-box-flex{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    padding: 17px 20px;
    box-sizing: border-box;

}
.descr-to-download{
    font-family: 'Arial', sans-serif;;
    font-size: 14px;
    line-height: 1.4;
    color: #7E8890;
    margin: 25px 0;
}
.file-name{
    font-weight: 600;
}

.btn-file-name-with-icon{
    display: inline-block;
    height: 40px;
    line-height: 40px;
    box-sizing: border-box;
    padding-left: 15px;
    padding-right: 16px;
    border: 1px solid #E4E7ED;
    border-radius: 6px;
    text-decoration: none;
}

.btn-file-name-with-icon__text {
    font-family: 'Arial', sans-serif;;
    font-size: 12px;
    color: #7E8890;
    text-decoration: none;
    font-weight: 600;
}
.btn-file-name-with-icon__img{
    width: 25px;
    height: 30px;
    margin-right: 15px;
    vertical-align: middle;
}


/*BTN-DOC/PDF-3*/

.download-box{
    text-align: center;
    padding: 17px 20px;
    box-sizing: border-box;
}
.download-box .descr-to-download{
    margin-bottom: 25px;
}
.descr-to-download{
    font-family: 'Arial', sans-serif;;
    font-size: 14px;
    line-height: 1.4;
    color: #7E8890;
    margin: 14px 0;
}
.file-name{
    font-weight: 600;
}

.btn-only-icon-doc{
    display: inline-block;
    width: 160px;
    height: 40px;
    line-height: 40px;
    box-sizing: border-box;
    border: 1px solid #DEDEDD;
    border-radius: 6px;
    text-align: center;
}

.btn-only-icon-doc__img{
    width: 45px;
    height: 100%;
}

/*BTN-DOC-4*/
.download-box{
    text-align: center;
    padding: 17px 20px;
    box-sizing: border-box;
}
.download-box .descr-to-download{
    margin-bottom: 25px;
}
.descr-to-download{
    font-family: 'Arial', sans-serif;;
    font-size: 14px;
    line-height: 1.4;
    color: #7E8890;
    margin: 25px 0;
}
.file-name{
    font-weight: 600;
}
.btn-doc-with-icon{
    display: inline-block;
    width: 160px;
    height: 40px;
    line-height: 40px;
    border: 1px solid #50BEE8;
    color: #50BEE8;
    box-sizing: border-box;
    border-radius: 6px;
    position: relative;
    overflow: hidden;
    padding-right: 40px;
    text-align: center;
    text-decoration: none;
}

.btn-doc-with-icon__text{
    font-family: 'Arial', sans-serif;
    letter-spacing: 1px;
    font-weight: 700;
}
.btn-doc-with-icon__img-box{
    box-sizing: border-box;
    background-color: #50BEE8;
    position: absolute;
    right: 0;
    top: 0;
    width: 40px;
    height: 100%;
}
.btn-doc-with-icon__img{
    vertical-align: middle;
}

.download-box-flex a:hover {
    text-decoration: none;
    color:#fff;
}