/*###########################################################################*/
/*######################   instructions ver 2   #############################*/
/*###########################################################################*/
#b-instruction-2__shadow {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(38, 38, 38, 0.6);
    z-index: 20000;
}
.b-instruction-2__unit {
    position: absolute;
    box-sizing: border-box;
    text-align: left;
    background:
            linear-gradient(180deg, #66a600 0%, #000000  100%) 0 365px / 100% 700px no-repeat,
            url("../i/instruction-2/bg_top-right-min.png") 0 0 / 977px 383px no-repeat;
    top: 42px;
    right: 44px;
    width: 977px;
    border-radius: 20px;
}
.b-instruction-2__steps {
    display: flex;
    position: relative;
    margin: 0 4px;
    padding: 0 0 0 49px;
}
.b-instruction-2__step {
    display: inline-block;
    position: relative;
    top: 0;
    width: 264px;
/*    height: 276px;*/
    margin-right: 24px;
    box-sizing: border-box;
    padding: 0 20px 20px 20px;

    background: #FFFFFF;
    box-shadow: 0 20px 18px -10px rgba(0, 37, 81, 0.18);
    border-radius: 12px;
    vertical-align: top;
}
.b-instruction-2__number {
    display: inline-block;
    vertical-align: middle;
    width: 32px;
    height: 32px;
    background-color: #8696A3;
    border: 2px solid #DDE4EA;
    box-sizing: border-box;
    border-radius: 16px;

    text-align: center;
    font: 800 normal 16px/28px 'Nunito';
    color: #FFFFFF;
}
.b-instruction-2__title {
    display: inline-block;
    position: relative;
    color: #39393A;
    vertical-align: 14px;
    line-height: 72px;
}
.b-instruction-2__title span{
    display: inline-block;
    margin-left: 10px;
    width: 182px;
    vertical-align: middle;
    font: bold normal 15px/150% 'Arial';
}
.b-instruction-2__img {
    margin: 0 0 20px;
    width: 224px;
    height: 84px;
}
.b-instruction-2__img.chrome {
    margin: 0 0 20px;
    width: 224px;
    height: 130px;
    background: linear-gradient(180deg, #F5F9FC 0%, #FFFFFF 100%);
}
.b-instruction-2__text {
    font: 400 normal 13px/20px 'Open Sans';
    color: #39393A;
}
.b-instruction-2__cross {
    position: absolute;
    right: 30px;
    top: 52px;
    width: 24px;
    height: 24px;
    background: url("../i/instruction-2/white_cross.png") center center / 18px 18px no-repeat;
    cursor: pointer;
}
.b-instruction-2__alt-link {
    position: absolute;
    width: 100%;
    box-sizing: border-box;
    padding: 24px 84px 0 53px;
    font: bold 13px/22px  'Open Sans', sans-serif;
    text-align: center;
    color: #FFFFFF;
}
.b-instruction-2__alt-link a {
    display: inline-block;
    color: #ebff00;
    border-bottom: 1px solid #ebff00;
    text-decoration: none;
}
.b-instruction-2__alt-link.chrome {
    height: 241px;
}
.b-instruction-2__footer {
    position: relative;
    margin: 54px 0 0;
    width: 977px;
    box-sizing: border-box;
    padding: 70px 294px 16px 199px;
    background: url("../i/instruction-2/bg_bottom_big.png") 0 0 / 977px calc(100% - 1px) no-repeat;
    border-radius: 0 0 20px 20px;
}
.b-instruction-2__partner-box {
    position: absolute;
    left: 69px;
    top: 70px;
    width: 88.5px;
    height: 108px;
}
.b-instruction-2__footer-title {
    position: relative;
    z-index: 2;
    font: 700 24px/36px 'Open Sans', sans-serif;

    color: #353F4B;
}
.b-instruction-2__footer-caption {
    margin-top: 4px;
    font: normal 400 16px/24px 'Open Sans', sans-serif;
    color: #575C63;
}
.b-instruction-2__footer-caption span {
    font-weight: 600;
    color: #6536cc;
}
.b-instruction-2__footer-caption b {
    font-weight: 600;
    color: #39393a;
}
.b-instruction-2__footer-button {
    display: block;
    width: 179px;
    height: 40px;
    position: relative;
    margin-top: 16px;
    background: #FFBA24;
    border-radius: 5px;

    font: normal 600 15px/40px 'Open Sans';
    letter-spacing: -0.01em;
    color: #1B222F;
    text-align: center;
    text-decoration: none;
    z-index: 5;
}
.b-instruction-2__partner-art {
    position: absolute;
    left: 683px;
    top: 70px;
    width: 201px;
    height: 129px;
    background: linear-gradient(270deg, #480CA8 0%, #924EFF 100%);
    padding: 16px;
    border-radius: 17px;

    font: 700 24.8px/130% 'Open Sans', sans-serif;
    color: #FFFFFF;
}
.b-instruction-2__partner-planet {
    position: absolute;
    left: 107px;
    top: 25px;
    width: 181px;
    height: 153px;
    background: url("/includes/images/partners/pure-vpn/download-planet.png") 0 0 / 100% 100% no-repeat;
}

html[lang="es"] .b-instruction-2__footer-title,
html[lang="pt"] .b-instruction-2__footer-title,
html[lang="ru"] .b-instruction-2__footer-title {
    font-size: 22px;
}
html[lang="de"] .b-instruction-2__footer-caption,
html[lang="it"] .b-instruction-2__footer-caption,
html[lang="fr"] .b-instruction-2__footer-caption {
    font-size: 15px;
}
html[lang="ru"] .b-instruction-2__footer-caption {
    font-size: 14px;
}


html[lang="it"] .b-instruction-2__partner-art {
    padding: 16px 42px 16px 16px;
}
html[lang="fr"] .b-instruction-2__partner-planet {
    top: 60px;
}
html[lang="pt"] .b-instruction-2__partner-planet,
html[lang="ru"] .b-instruction-2__partner-planet {
    top: 50px;
}