/*###########################################################################*/
/*######################   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 {
    position: absolute;
    top: 72px;
    right: 44px;
    width: 977px;
    /*border-radius: 20px;*/
}
.b-instruction-2__head {
    position: relative;
    padding: 1px 0 55px;
    background: linear-gradient(0deg, #60a000 0%, #9DD203 28%, #63a201 100%) 0 0 / 100% 100% no-repeat;
    border-radius: 20px 20px 0 0;
}
.b-instruction-2::after {
    content: "";
    position: absolute;
    right: 18px; top: -25px;
    width: 66px; height: 29px;
    background: url("../img/upper.png") 0 0 / 66px 29px;
}
.b-instruction-2__head::before {
    content: "";
    position: absolute;
    left: 0; top: 0;
    width: calc(100% - 8px); height: calc(100% - 4px);
    border: solid #FFFFFF33;
    border-width: 4px 4px 0 4px;
    border-radius: 20px 20px 0 0;
}
.b-instruction-2__steps {
    display: flex;
    position: relative;
    margin: -27px 4px 0;
    padding: 0 0 0 49px;
}
.b-instruction-2__step {
    display: inline-block;
    position: relative;
    top: 0;
    width: 264px;
    margin-right: 24px;
    padding: 0 20px 20px 20px;

    background: #FFFFFF;
    box-shadow: 0 20px 18px -10px rgba(0, 37, 81, 0.18);
    border-radius: 12px;
    text-align: left;
    vertical-align: top;
}
.b-instruction-2__number {
    display: inline-block;
    vertical-align: middle;
    width: 32px;
    height: 32px;
    background-color: #8696A3;
    border: 2px solid #DDE4EA;
    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: 22px;
    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%;
    padding: 24px 84px 12px 53px;
    font: bold 13px/22px 'Open Sans', sans-serif;
    text-align: center;
    color: #FFFFFF;
    z-index: 140;
}
.b-instruction-2__alt-link a {
    display: inline-block;
    color: #ebff00;
    border-bottom: 1px solid #ebff00;
    text-decoration: none;
}
.b-instruction-2__bottom-border {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 2;
    width: 100%;
    height: 86px;
    background: url("../img/border.svg") 0 -10px / 977px auto no-repeat;
}