


*{
    font-family: 'Roboto', sans-serif;
    outline: none !important;
    color: #000;
    margin: 0px;
    padding: 0px;

}
a:hover, a:focus, a:link{
    text-decoration: none;
}

body{
    background: url('../images/bg.jpg');
    background-position: top right;
    background-size: cover;
}

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

.modal-sections {margin-top:15%}

.modal{
    width: 1140px;
    height: 800px;
 
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: 1040px;
    height: 700px;
    margin: 50px;
    background-position: top right;
    background-size: cover;
    text-align: center;
    position: absolute;
    visibility: hidden;
    opacity: 0;
    transition: 1s all;
}

.modal-body.active{
    visibility: visible;
    opacity: 1;
}
span.test-name {color: #3eb5f1;font-weight: bold;}
.title-big,.title,.text,.btn,.check,.loader {position:relative;}
.modal-body img {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
	object-fit: cover;
}

.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');
}

.title-big{
    font-size: 40px;
    font-weight: bold;
    color: #dffdde;
    text-transform: uppercase;
}
.n7>.title-big, .n8>.title-big, .n9>.title-big, .n10>.title-big{
    font-size: 33px;
    font-weight: 500;
    margin-top: 220px;
}
.title{
    font-size: 33px;
    font-weight: 500;
    color: #ffffff;
    margin-top: 50px;
    text-transform: uppercase;
}
.text{
    font-size: 28px;
    font-weight: 300;
    color: #ffffff;
    padding: 0px 150px;
    margin-top: 55px;
}
.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: #dffdde;
    margin-top: 15px;
}
.btn{
    background: #ccc;
    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: 160px;
}
.n2>.title{
    margin-top: 250px;
}
.n3>.title{
    margin-top: 230px;
    padding: 0px 100px;
}
.n4>.title{
    margin-top: 230px;
}
.n5>.title{
    margin-top: 190px;
    padding: 0px 70px;
}
.n6>.title{
    margin-top: 250px;
}


.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;
}