.ddpro-purchase {
    position: fixed;
    top:0;
    left:0;
    right:0;
    bottom:0;
    display:none;
    background: rgba(0,0,0,.9);
    z-index: 2000;
    overflow: auto;
}
.ddpro-purchase__content {
    width:874px;
    margin:auto;
    background: #FFFFFF;
    position: relative;
}
.ddpro-purchase__close {
    position: absolute;
    top: 0;
    right:0;
    display: block;
    background: url('../i/close.png') 0 0 no-repeat;
    width: 22px;
    height: 22px;
}
.ddpro-purchase__header {
    background: #F8F8F8;
    padding: 26px 10px;
    text-align: center;
    font-family: "Open Sans", Arial, Helvetica, sans-serif;
    color: #323232;
}
.ddpro-purchase__subtitle {
    font-size: 16px;
    line-height: 18px;
    font-weight: normal;
    margin: 0;
    padding:0;

}
.ddpro-purchase__title {
    font-weight: bold;
    font-size: 30px;
    margin: 0;
    padding:0;
}
.ddpro-purchase__programs {
    display:flex;
    justify-content: center;
    padding: 34px 0 50px 0;
}

.dd-soft {
    width: 347px;
    text-align: center;
}
.dd-soft__name {
    font-size: 22px;
    color: #323232;
    position: relative;
    display: inline;
    font-weight: bold;
    text-transform: uppercase;
}
.dd-soft__name:before {
    position:absolute;
    left: 2px;
    top:-10px;
    content:"Auslogics";
    font-weight: lighter;
    font-size: 12px;
    color: #A4A4A4;
    text-transform: none;
}
.dd-soft__version {
    color: #323232;
    font-size: 13px;
    line-height: 18px;
}
.dd-soft__image {
    margin: 17px 0 21px 0;
}
.dd-soft__description {
    font-size: 14px;
    text-align: left;
    line-height: 18px;
    font-weight: normal;
    color: #323232;
    min-height:81px;
}
.dd-soft__link {
    display: block;
    text-decoration: none;
    font-size: 18px;
    color: white;
    line-height: 26px;
    background: #F39C12;
    padding: 10px 0 11px;
}
.dd-soft__link:hover {
    background: #F9BE34;
}
.dd-soft__link:active {
    background: #E97F14;
}

.dd-sep {
    display: flex;
    position:relative;
    margin: 0 24px;
}
.dd-sep:before {
    position: absolute;
    top:0;
    bottom:0;
    content:'';
    left: 50%;
    margin-left: -1px;
    border-right: 1px solid #dfdfdf;
}

.dd-sep__text {
    margin: auto;
    background: #fff;
    z-index: 2;
    border: 1px solid #dfdfdf;
    border-radius: 30px;
    color: #323232;
    font-size: 18px;
    line-height: 35px;
    padding: 7px 0 10px;
    height: 56px;
    width: 56px;
    box-sizing: border-box;
    text-align: center;
}
