.b-default-ad {
    position: relative;
    width: 100%;
    min-width: 1000px;
    margin: 0 auto 122px;
    background: #ffffff url("../i/background_white.svg") center bottom no-repeat;
    box-sizing: border-box;
    padding: 100px 0 184px;
    color: #353F4B;
}
@media (min-width: 1400px ) and (max-width: 1920px){
    .b-default-ad {
        background-position-x: right;
    }
}
@media (max-width: 1399px){
    .b-default-ad {
        background-position-x: calc(50% - 270px);
    }
}
.b-default-ad__header{
    margin: 0 auto;
    min-width: 960px;
    width: 960px;
    text-align: center;
    font-family: 'Open Sans', sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 20px;
}
.b-default-ad__title{
    font-weight: bold;
    font-size: 30px;
    line-height: 45px;
}
.b-default-ad__description{
    margin: 24px 0;
    font-weight: normal;
    font-size: 24px;
    line-height: 24px;
}
.b-default-ad__download{
    color: #1583e6;
    text-decoration: underline;
}
.b-products-block {
    position: relative;
    width: 1000px;
    margin: 48px auto 0;
    font-family: 'Open Sans', sans-serif;
    font-style: normal;
    font-weight: normal;
    text-align: center;
}

.b-products-block__title {
    margin: 56px auto 0;
    width: 1000px;
    text-transform: uppercase;
    font-size: 37px;
    line-height: 52px;
    text-align: center;
}
.b-products-block__images {
    position: absolute;
    left: calc(50% - 570px);
    top: 0;/*35px;*/
    width: 390px;
    height: 422px;
    background: 0 0 / 100% no-repeat;
    color: #FFFFFF;
}
.b-products-block__text {
    position: relative;
    margin: 0 0 0 400px;
    text-align: left;
}
.b-products-block__product-title {
    font-weight: bold;
    font-size: 30px;
    line-height: 45px;
}
.b-products-block__features {
    list-style: inside url(../i/features-marker.png);
    margin: 24px 0 32px;
}
.b-products-block__feature {
    margin-bottom: 16px;
    font-size: 16px;
    line-height: 24px;
}
.b-product-block__download {
    display: inline-block;
    position: relative;
    vertical-align: top;
    padding: 18px 64px 18px 40px;
    border-radius: 4px;
    background: #00B164 url("../i/download_icon.png") calc(100% - 40px) 18px / 20px 20px no-repeat;
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.2);

    font-weight: bold;
    font-size: 15px;
    line-height: 20px;
    text-decoration: none;
    color: #FFFFFF;
}
.b-product-block__caption {
    display: inline-block;
    position: relative;
    margin: 15px 0 0 10px;
    width: 185px;
    height: 80px;
    vertical-align: top;

    background: url("../i/products-block-arrow.png") 3px 43px / 57px 19px no-repeat;
}
.b-product-block__caption-rotate {
    position: absolute;
    transform: rotate(-7deg);
    width: 135px;
    left: 44px;
    top: 7px;
    font: 22px/21px Caveat;
    text-align: center;
}
.b-product-block__os {
    position: relative;
    margin-top: 1px;
    padding-left: 48px;
    background: url("../i/icon_win.svg") 0 0 no-repeat;
    font: 16px/32px 'Open Sans', sans-serif;
}
/* Localozation */
/* DE */
html[lang="de"] .b-product-block__download .b-btn {
    font-size: 18px;
}
/* ES */
html[lang="es"] .b-product-block__download .b-btn {
    font-size: 18px;
}
/* FR */
html[lang="fr"] .b-product-block__download .b-btn {
    font-size: 16px;
}
html[lang="fr"] .b-products-block__title {
    font-size: 33px;
}
/* IT */
html[lang="it"] .b-product-block__download .b-btn {
    font-size: 24px;
}
/* PT */
html[lang="pt"] .b-product-block__download .b-btn {
    font-size: 16px;
}