@media screen and (min-width:770px) and (max-width:1100px) {
 


.bg-black{
    width: 100%;
    height: 100vh;
    position: absolute;
    top: 0px;
    left: 0px;
    background: rgba(0,0,0,.85);
}

.modal{
    width: 900px;
    height: 700px;
background: #3db5f1; /* Old browsers */
background: -moz-linear-gradient(left, #3db5f1 0%, #d0dbe2 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(left, #3db5f1 0%,#d0dbe2 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to right, #3db5f1 0%,#d0dbe2 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3db5f1', endColorstr='#d0dbe2',GradientType=1 ); /* IE6-9 */    
    
    
    position: absolute;
    transform: translate(-50%, -50%);
    z-index: 1;
    margin-top: 50vh;
    margin-left: 50%;
}

.modal>.modal-close{
    width: 63px;
    height: 63px;
    background: #ffffff;
    transform: translate(50%, -50%);
    position: absolute;
    right: 0px;
    top: 0px;
    border-radius: 50%;
    cursor: pointer;
}
.modal>.modal-close::before{
    content: "";
    width: 50px;
    height: 2px;
    background: #5e6064;
    display: block;
    transform: rotate(-45deg);
    position: absolute;
    top: 30px;
    left: 7px;
}

.modal>.modal-close::after{
    content: "";
    width: 50px;
    height: 2px;
    background: #5e6064;
    display: block;
    transform: rotate(45deg);
    position: absolute;
    top: 30px;
    left: 7px;
}

.modal-body{
    width: 800px;
    height: 600px;
    margin: 50px;
    background-position: top right;
    background-size: cover;
    text-align: center;
    position: absolute;
    visibility: hidden;
    opacity: 0;
    transition: 1.5s all;
}

.modal-body.active{
    visibility: visible;
    opacity: 1;
    transition: 1.5s all;
    transition-delay: .2s;
}
.modal-sections {margin-top:15%}
.title-big,.title,.text,.btn,.check,.loader {position:relative;}
.modal-body img {width: 100%;height: auto;position: absolute;top: 0;left:0}
.modal.step-1>.modal-body{
    #background-image: url('../images/1.jpg');
}

.modal.step-2>.modal-body{
    #background-image: url('../images/2.jpg');
}

.modal.step-3>.modal-body{
    #background-image: url('../images/3.jpg');
}

.modal.step-4>.modal-body{
    #background-image: url('../images/4.jpg');
}

.modal.step-5>.modal-body{
    #background-image: url('../images/5.jpg');
}

.modal.step-6>.modal-body{
    #background-image: url('../images/6.jpg');
}

.modal.step-7>.modal-body{
    #background-image: url('../images/7.jpg');
}

.modal.step-8>.modal-body{
    #background-image: url('../images/8.jpg');
}

.modal.step-9>.modal-body{
    #background-image: url('../images/9.jpg');
}

.modal.step-10>.modal-body{
    #background-image: url('../images/10.jpg');
}
span.test-name {color: #3eb5f1;font-weight: bold;}
.title-big{
    font-size: 38px;
    font-weight: bold;
    color: #ffffff;
    text-transform: uppercase;
}
.n7>.title-big, .n8>.title-big, .n9>.title-big, .n10>.title-big{
    font-size: 33px;
    font-weight: 500;
    margin-top: 170px;
}
.title{
    font-size: 33px;
    font-weight: 500;
    color: #ffffff;
    margin-top: 20px;
    text-transform: uppercase;
    padding: 0px 30px;
}
.text{
    font-size: 28px;
    font-weight: 300;
    color: #ffffff;
    padding: 0px 150px;
    margin-top: 25px;
}
.n7>.text, .n8>.text, .n9>.text, .n10>.text{
    padding: 0px 50px;
    font-size: 24px;
}
.text>a{
    font-size: 24px;
    color: #3eb5f1;
    font-weight: 400;
    text-decoration: underline;
}

.text>a:hover{
    color: #3fade5;
}
.loader{
    font-size: 18px;
    color: #ffffff;;
    margin-top: 15px;
    text-decoration: underline;
}
.btn{
    background: #3eb5f1;
    width: 280px;
    font-size: 30px;
    color: #ffffff;
    font-weight: bold;
    text-align: center;
    padding: 20px 0px;
    border-radius: 40px;
    cursor: default;
    pointer-events: none;
    display: inline-block;
    margin-top: 60px;
}
.btn.active{
    background: #3eb5f1;
    cursor: pointer;
    pointer-events: initial;
}
.btn.active:hover{
    background: #3cace4;
}
.n1>.title-big{
    margin-top: 100px;
}
.n2>.title{
    margin-top: 130px;
}
.n3>.title{
    margin-top: 130px;
    padding: 0px 100px;
}
.n4>.title{
    margin-top: 130px;
}
.n5>.title{
    margin-top: 80px;
    padding: 0px 70px;
}
.n6>.title{
    margin-top: 130px;
}


.check{
    display: inline-block;
    margin-right: 50px;
    color: #ffffff;
    font-size: 36px;
    cursor: pointer;
    vertical-align: middle;
    margin-top: 40px;
}

.check::before{
    content: "";
    width: 33px;
    height: 30px;
    background: url('../images/chek.png');
    background-size: auto;
    background-position: right top;
    display: inline-block;
    margin-right: 10px;
    vertical-align: middle;
}

.check.active::before{
    background-position: left top;
}
}