*{
    padding: 0;
    margin: 0;
}
.row{
    margin: 0 auto;
}
input, textarea { outline:none; }
input:active, textarea:active { outline:none; }
:focus { outline:none; }
.p0{
    padding: 0;
}

.btn{
    height: 60px;
    margin: 0 auto;
    font: 400 19px / 58px JoannaSansNova;
    border-radius: 5px;
    text-align: center;
    cursor: pointer;
    -webkit-transition: .25s;
    transition: .25s;
}
.btn.blue{
    background: -webkit-linear-gradient(90deg, #256399 0%, #337bb9 100%);
    background: -webkit-linear-gradient(bottom, #256399 0%, #337bb9 100%);
    background: linear-gradient(0deg, #256399 0%, #337bb9 100%);
    color: #ffffff;
}
.btn:hover{
    -webkit-transform: translateY(-2px);
    transform: translateY(-2px);
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.62);
}
.btn.red{
    border: 1px solid #f12728;
    color: #f12728;
}
.btn.red:hover{
    -webkit-transform: translateY(-2px);
    transform: translateY(-2px);
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.62);
    background-color: #f12728;
    color: #fff;
}
h2{
    color: #393939;
    font: 300 44px / 54px Exo2;
    text-align: center;
    margin-bottom: 100px;
    margin-top: 50px;
    position: relative;
}
h2:before{
    content: '';
    position: absolute;
    width: 100px;
    height: 4px;
    background-color: #638ec0;
    bottom: -30px;
    left: 50%;
    margin-left: -50px;
}
section{
    padding: 50px 0;
}
a.btn{
    display: block;
    text-decoration: none;
}

nav{
    position: fixed;
    width: 100%;
    top: -150px;
    font: 400 20px / 32px JoannaSansNova;
    padding: 41px 0;
    background-color: rgba(255, 255, 255, 0.85);
    -webkit-transition: .35s;
    transition: .35s;
    box-shadow: 0 0 5px #000;
    z-index: 999;
}
nav.active{
    top: 0;
}
nav a,
nav a:hover{
    color: #4a4a4a;
}
nav a:active,
nav a:focus{
    text-decoration: none!important;
    color: #4a4a4a;
}
nav .row{
    position: relative;
}
nav .close-pop{
    color: black;
    right: -8px;
    top: -5px;
}

header{
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
    text-align: center;
}
header #menu{
    color: #4a4a4a;
    font: 400 22px / 26px JoannaSansNova;
    padding: 10px 0;
    cursor: pointer;
    z-index: 99;
    -webkit-transition: .2s;
    transition: .2s;
}
header #menu:hover{
    color: #ff0000
}
header #menu.default{
    float: right;
    padding: 10px 0;
    margin: 30px 0;
}
header #menu.fixed{
    position: fixed;
    right: 0;
    padding: 10px 30px 15px;
    background-color: #fff;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.51);
    -webkit-animation: anim .2s;
    animation: anim .2s
}
@-webkit-keyframes anim {
    from { -webkit-transform: translateY(-100px); transform: translateY(-100px)}
    to { -webkit-transform: none; transform: none; }
}

@keyframes anim {
    from { -webkit-transform: translateY(-100px); transform: translateY(-100px)}
    to { -webkit-transform: none; transform: none; }
}
header #menu img{
    margin-left: 25px;
}

#scr-1{
    background: url('images/bg-1.jpg') no-repeat center top;
    padding-top: 150px;
}
#scr-1 h1{
    color: #2f2f2f;
    font: 400 62px / 64px Exo2;
    text-align: center;
    margin: 60px 0 50px;
}
#scr-1 h3{
    color: #4a4a4a;
    font: 400 22px / 26px JoannaSansNova;
    text-align: center;
}
#scr-1 .btn{
    width: 95%;
    margin: 70px 0 100px;
}

#scr-2 li,
#scr-4 li{
    color: #4a4a4a;
    font: 400 26px / 26px JoannaSansNova;
    list-style-type: none;
}
.circle{
    width: 70px;
    height: 70px;
    border-radius: 50%;
    border: 1px solid #638ec0;
    position: relative;
    box-shadow: 0 0 6px rgba(99, 142, 192, 0.67);
    display: inline-block;
    vertical-align: middle;
    margin: 35px;
    margin-left: 0;
}
.circle img{
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
}

#scr-3 h4{
    color: #353535;
    font: 400 24px / 40px JoannaSansNova;
}
#scr-3 p{
    color: #4a4a4a;
    font: 400 16px / 22px JoannaSansNova;
}
#scr-3 .img-responsive{
    margin-top: 35px;
    margin-left: -15px;
}
#scr-3 .col{
    margin-bottom: 70px;
    position: relative;
}
#scr-3 .block{
    position: relative;
}
#scr-3 .col >*:hover{
    cursor: pointer;
}
#scr-3 .col:hover h4{
    color: #337bb9
}

#scr-2 li span,
#scr-4 li span{
    display: inline-block;
    vertical-align: middle;
    width: 89%;
    line-height: normal;
}
#scr-2 li span{
    width: 73%;
}
#scr-4 .btn{
    margin: 70px 0;
}

#scr-5{
    background: url(images/bg-5.jpg) no-repeat center;
}
input{
    width: 100%;
    height: 50px;
    margin-bottom: 35px;
    color: #707070;
    font: 400 20px  JoannaSansNova;
    padding-left: 25px;
    background-color: transparent;
    border: 2px solid #707070;
    border-radius: 3px;
}
#scr-5 .btn{
    margin: 50px 0;
    width: 100%;
}
button{
    border: none;
}

#scr-6{
    padding: 80px 0;
}
#scr-6 h3{
    color: #393939;
    font: 400 62px / 54px Exo2;
    text-align: center;
    margin: 70px 0;
}
#scr-6 p{
    color: #4a4a4a;
    font: 400 26px / 32px JoannaSansNova;
    margin-bottom: 35px;
}
#scr-6 h4{
    color: #393939;
    font: 500 32px / 54px Exo2;
}
#scr-6 a{
    color: #4a4a4a;
    font: 400 26px / 58px JoannaSansNova;
}
#scr-6 .col img{
    vertical-align: middle;
    margin-top: -8px;
    margin-right: 15px;
}
#scr-6 h6{
    color: #707070;
    font: 400 20px / 32px JoannaSansNova;
    text-align: center;
    margin: 125px 0 50px;
}

.overlay {
    background-color: rgba(0, 0, 0, 0.85);
    bottom: 0;
    cursor: default;
    left: 0;
    opacity: 0;
    position: fixed;
    right: 0;
    top: 0;
    visibility: hidden;
    z-index: 99999;
	-webkit-transition: opacity .5s;
	transition: opacity .5s;
    -webkit-transition: 0.5s;
      transition: 0.5s;
}
.popup{
	opacity: 0;
	position: fixed;
	visibility: hidden;
	z-index: 99999;
	-webkit-transition: opacity .5s, top .5s;
	transition: opacity .5s, top .5s;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.85);
    font-family: OpenSans;
    color: #fff;
    text-align: center;
    padding: 15px;
}

.popup2{
    opacity: 0;
    position: fixed;
    visibility: hidden;
    z-index: 99999;
    -webkit-transition: opacity .5s, top .5s;
    transition: opacity .5s, top .5s;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    left: 50%;
    top: 50%;
    height: 25%;
    width: 50%;
    margin-left: -25%;
    margin-top: -25%;
    background-color: rgba(0, 0, 0, 0.85);
    font-family: OpenSans;
    color: #fff;
    text-align: center;
    padding: 15px;
}

.popup2 h3{
    color: #fff;
    margin-top: 35px;
    font: 500 42px / 54px Exo2;
}
.popup2 p{
    color: #707070;
    font: 400 22px / 25px JoannaSansNova;
    margin: 40px;
}
.popup2 .btn{
    width: 250px;
    background-color:  transparent;
}
.popup2 .btn:hover{
    -webkit-transform: none;
    transform: none;
    background-color: rgba(241, 39, 40, 0.15)
}
.close-pop{
    position: absolute;
    color: #fff;
    right: 10px;
    top: 25px;
    width: 44px;
    height: 41px;
    border-radius: 3px;
    font-size: 28px;
    cursor: pointer;
    z-index: 99999;
    text-align: center;
    -webkit-transition: .2s;
    transition: .2s;
}
.close-pop:hover{
    color: #ff0000
}
.visible-pop{
    visibility: visible;
    opacity: 1;
}
.popup h3{
    color: #fff;
    margin-top: 35px;
    font: 500 42px / 54px Exo2;
}
.popup p{
    color: #707070;
    font: 400 22px / 25px JoannaSansNova;
    margin: 40px;
}
.popup .btn{
    width: 250px;
    background-color:  transparent;
}
.popup .btn:hover{
    -webkit-transform: none;
    transform: none;
    background-color: rgba(241, 39, 40, 0.15)
}


@media only screen and (max-width : 1200px) {
    #scr-3 .col img{
        margin-left: -10px;
    }
    #scr-3 .img-responsive{
        margin-top: 0;
    }
    #scr-4 li span{
        width: 83%;
    }
    section{
        padding: 35px 0;
    }
}
/* Medium Devices, Desktops */
@media only screen and (max-width : 992px) {
    nav{
        top: -220px;
    }
    #scr-1{
        background-size: 1630px;
    }
    #scr-3 .col img{
        margin-left: 10px;
    }
    #scr-4 li{
        font-size: 21px;
    }
}
    /* Small Devices, Tablets */
@media only screen and (max-width : 768px) {
    #scr-1 h1{
        font-size: 40px;
    }
    #scr-1 .btn,
    #scr-4 .btn,
    #scr-5 .btn{
        margin: 35px 0;
    }
    h2{
        font-size: 28px;
        line-height: normal;
    }
    section{
        padding: 10px 0;
    }
    #scr-2 li,
    #scr-4 li{
        font-size: 21px;
    }
    #scr-2 li span,
    #scr-4 li span{
        width: 65%;
    }
    .mb{
        display: none;
    }
    input{
        margin-bottom: 20px;
    }
    #scr-6 h3{
        font-size: 41px;
        line-height: normal;
    }
    #scr-6 p{
        font-size: 22px;
        line-height: 26px;
    }
    #scr-6 h6{
        margin-top: 55px;
        font-size: 18px;
        line-height: normal;
    }
    .close-pop{
        top: 0;
        right: 0;
    }
    .popup h3{
        margin-top: 7px;
        font-size: 35px;
        line-height: normal;
    }
    .popup p{
        font-size: 17px;
        line-height: normal;
        margin: 20px 0;
    }
    #menu{
        width: 100%;
    }
}
    /* Extra Small Devices, Phones */
@media only screen and (max-width : 480px) {
    #scr-1 h1{
        font-size: 29px;
        line-height: normal;
        margin: 15px 0;
    }
    #scr-1 h3{
        font-size: 18px;
        line-height: 21px;
    }
    #scr-1{
        background-size: 1458px;
    }
    h2{
        font-size: 21px;
    }
    #scr-2 li span,
    #scr-4 li span{
        width: 100%;
        font-size: 18px;
    }
    #scr-2 li,
    #scr-4 li{
        text-align: center;
    }
    #scr-2 .circle,
    #scr-4 .circle{
        margin: 40px 0 5px;
    }
    .popup .btn{
        width: 100%;
    }
    h2{
        font-size: 24px;
    }
}
@media only screen and (max-width : 400px){
    #scr-1{
        background-size: 1600px;
    }
    .close-pop{
        font-size: 22px;
    }
    .popup h3{
        font-size: 25px;
    }
    .popup p{
        margin: 5px 0;
    }
    .popup input{
        height: 40px;
    }
    #scr-6 h3{
        margin: 18px 0;
        font-size: 38px;
    }
    #scr-6 p{
        font-size: 20px;
    }
    #scr-6 a{
        font-size: 23px;
    }
}

input.error:focus,
textarea.error:focus{
    border: 2px solid red!important;
}