* {
    padding: 0;
    margin:0;
}

.wrapper {
    background-image: url(../images/bg1920.png);
    background-repeat: no-repeat;
    font-family: RenaultLifeCyWebWeb-Regular, sans-serif;
    height: 100vh;
    background-size: cover;
    position: fixed;
    overflow-y: auto;
    overflow-x: hidden;
    width: 100%;
    padding: 0 0 80px 0;
    box-sizing: border-box;

}

header {
    margin-top: 80px;
    margin-left: 100px;
}


header .right-block ul  {
    list-style: none;
}

header .right-block ul li  {
    font-size: 16px;
    line-height: 16px;
    color: #195853;
    margin-bottom:10px;
}


header .right-block ul li a {
    color: #195853;
    text-decoration: none;
}

header .right-block ul li span {
    color: #ffffff;
    font-size: 18px;
    font-family:RenaultLifeCyWebWeb-Bold, sans-serif;
}


header .right-block ul li.hashtag  {
    margin-top:20px;
}

header .right-block ul li.hashtag span {
    font-style: italic;
    margin-right:10px;
}

header .right-block ul li.hashtag span a{
    color: #ffffff;
    font-size: 14px;
}

.container  {
    margin: 65px 100px 80px 100px;

}

.container .instruction h1 {
    color: #ffffff;
    margin-bottom: 16px;
}
.container .instruction ol {
    margin-left: 27px;
    font-weight: 500;
    font-size: 18px;
    line-height: 21px;
    list-style: none;
    counter-reset: li;
}

.container .instruction ol li {
    position: relative;
    margin-bottom: 40px;

}

.container .instruction ol li span{
    color: #102727;
    text-decoration: underline;
    cursor: pointer;
}

.container .instruction ol li::before {
    position: absolute;
    content: counter(li);
    color: #fff;
    left: -27px;
    top: 5px;
    font-family:RenaultLifeCyWebWeb-Bold, sans-serif;
}

.container .instruction ol li {
    counter-increment: li
}

.container .instruction ol li h3 {
    font-size: 18px;
    display: inline-block;
    color: #ffffff;
    cursor: pointer;
    text-decoration: underline;
}

.modalInssruction {
    position: fixed;
    width: 80vw;
    height: 100vh;
    top: 0;
    right: 0;
    background: rgba(127, 186, 181, 0.9294117647058824);
    transition: all 200ms;
    font-family:RenaultLifeCyWebWeb-Regular, sans-serif;
}

.modalInssruction.hide {
    right:-100%;
}

.modalInssruction .head {
    margin-top: 5px;
    display: flex;
    flex-basis: 100%;
    border-bottom:1px solid rgba(255, 255, 255, 0.21);
}

.modalInssruction .head > div:nth-child(1) {
    flex-basis: 6%;
    display: flex;
    align-items:center;
}

.modalInssruction .head > div:nth-child(2) {
    flex-basis: 47%;
    text-align: right;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding-right:20px;
}

.modalInssruction .head > div:nth-child(3) {
    flex-basis: 47%;
    text-align: left;
}

.modalInssruction .head > div:nth-child(1) span.close {
    width: 30px;
    height: 30px;
    margin-left:20px;
    cursor: pointer;
    position: relative;
}


.modalInssruction .head > div:nth-child(1) span.close:before, .modalInssruction .head > div:nth-child(1) span.close:after{
    position: absolute;
    content: '';
    width: 100%;
    height: 2px;
    background: #d94838;
}

.modalInssruction .head > div:nth-child(1) span.close:before{
    top: 13px;
    transform: rotate(45deg);
}
.modalInssruction .head > div:nth-child(1) span.close:after{
    top: 13px;
    transform: rotate(-45deg);
}

.modalInssruction .body .title {
    color: #fff;
    font-size: 36px;
    text-align: center;
    margin-top: 20px;
}

.modalInssruction .body {
    overflow: auto;
    height: 100%;
    padding: 0 0 10rem 0;
    box-sizing: border-box;
}

.modalInssruction .body .step {
    display: flex;
    flex-basis: 100%;
    padding:20px;
    border-bottom: 3px solid rgba(255, 255, 255, 0.21);
}

.modalInssruction .body .step > div {
    font-family:RenaultLifeCyWebWeb-Light, sans-serif;
}

.modalInssruction .body .step > div:first-child {
    flex-basis: calc(40%);
    margin-right: 5%;
}

.modalInssruction .body .step > div:last-child {
    flex-basis: 45%;

}

.modalInssruction .body .step > div span{
    font-family:RenaultLifeCyWebWeb-Bold, sans-serif;
}

.modalInssruction .body .step > div span.counter{
    color: #d94838;
    padding-left:10px;
}

.modalInssruction .body .step > div span a{
    color: #ffffff;
}

.modalInssruction .body .step > div > img {
    max-width: 70%;
}
.modalInssruction .body .step > div .step-title {
    FONT-SIZE: 32px;
    color: #fff;
    margin-bottom: 40px;
}

.modalInssruction .body .step > div .step-body {
    font-size: 28px;
    color: #fff;
    line-height: 50px;
}
