.pageWrapper {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    flex-direction: column;
    width: 100%;
    min-height: 100vh;
}

header, 
footer,
.preHeader {
    flex: 0 0 auto;
}

.preHeader {
    border-bottom: 1px solid rgba(0,0,0,.08)
}

.contentSection {
    flex: 1 0 auto;
}

.welcomeSection,
.featuresSection .row,
.preFooterSection,
.footer  {
    margin-top:3rem;
}

.header{
    -webkit-box-shadow:  0 3px 6px 0 rgba(0,0,0,.12);
    box-shadow:  0 3px 6px 0 rgba(0,0,0,.12);
}

.homeHeader{
    box-shadow: none;
}

.header .container{
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.homeHeader .container {
    -ms-flex-pack: end !important;
    justify-content: flex-end ;
}

.logoBig{
    display: block;
    margin-bottom: 4.5rem;
}

.slideSection {
    position: relative;
    background-image: url("../img/phones.png");
    background-size: 445px 623px;
    width: 445px;
    height: 623px;
}

.swiper-container {
    width: 241px;
    height: auto;
    margin-top: 106px ;
    margin-left: 192px;
    height: 476px;
    border-radius: 16px;
}

.androidButton,
.iosButton{
    display: block;
    background-image: url("../img/android.png");
    width: 150px;
    height: 46px;
}

.iosButton{
    background-image: url("../img/ios.png");
}

.preHeaderNav a svg,
.preFooterNav a svg{
    fill: #1F2D3D;
    transition: fill 0.2s ease-in-out;
}

.preHeaderNav a:hover svg, 
.preFooterNav a:hover svg {
    fill:#B93939;
}

.preFooterNav a{
    margin: 0 0.5rem;
}

.headerNav a,
.mobileNav a {
    color:#1F2D3D;
    font-size: 1.25rem;
    font-weight: 500;
    line-height: 1.2;
    padding: 0 0 0 1rem;
    transition: color 0.2s ease-in-out;
}

.headerNav a:hover,
.headerNav a:focus,
.mobileNav .flex a {
    text-decoration: none;
    color:#B71C1C;
}

.footerNav a {
    color:#1F2D3D;
    transition: color 0.2s ease-in-out, 
}

.footerNav a:hover,
.footerNav a:focus {
    color:#B93939;
}


.headerNavToggle {
    opacity: 0.56;
}

.mobileNav {
    display: none;
    position: fixed;
    width: 100%;
    height: 100%;
    background: #fff;
    z-index: 3;
    top: 0;
}

.mobileNav.open {
    display: block;
}

.mobileNav .flex {
    align-items: center;
}

.mobileNav .flex a {
    color:#212121;
    font-size: 1.25rem;
    font-weight: 500;
    line-height: 1.2;
    padding: 1rem 0;
    transition: color 0.2s ease-in-out;
}

.close {
    position: absolute;
    right: 1rem;
    padding: 1rem 0.5rem !important;
    opacity: 0.56;
}

body.overflowHidden {
    overflow: hidden;
}

.collapse {
	display: none;
	opacity: 0;
	transition: all 2s linear;
}

.collapse.open{
	display: block;
	opacity: 1;
}

.questions a.collapse-toggle,
.earnings a.collapse-toggle{
    text-align: right;
    font-weight: 500;
}

.questions a[aria-expanded=false]:after {
	content: "View";
}

.questions a[aria-expanded=true]:after {
	content: "Hide";
}
.borderAfter {
    position: relative;
}

.borderAfter:after {
    position: absolute;
    content: "";
    right: 15px;
    left: 15px;
    height: 1px;
    background: #e0e6ed;
    bottom: 0;
}

.ctoSection{
    text-align: center;
}

.pricing .row .col-md-4 {
    flex:1;
    margin-top: 1.5rem;
}

.price {
    border: 1px solid #e0e0e0;
    text-align: center;
    height: 100%;
    border-radius: 2px;
}

.price .btn{
    min-width: 150px;
}

.privacy p, 
.terms p {
    margin-top: 1rem;
}

.markdown h1,
.markdown h2,
.markdown h3 {
    margin-top: 3rem;
}

.markdown img {
    max-width: 100%;
    height: auto;
}

.markdown p{
    margin-top:1rem;
}

.markdown ol,
.markdown ul {
    margin-left: 3rem;
}

.messageBox {
    position: absolute;
    top:4.5rem;
    right: 1rem;
}
  
.errorBoxItem,
.infoBoxItem{
    background:#f44336;
    color: #fff;
    padding: 0.5rem 1rem;
    margin-bottom: 0.5rem;
    border-radius: 2px;
}

.infoBoxItem {
    background: #66bb6a;
}
.hash {
    display: none;
}

@media (max-width: 991px) {
    .messageBox {
        position: inherit;
        margin: 1rem;
    }

    .homeHeader .container {
        -ms-flex-pack: justify;
        justify-content: space-between;
    }

    .slideSection,
    .phoneSection{
        margin-top: 2rem;
    }

    .buttonsRow {
        justify-content: center;
    }

    .footer .row{
        -ms-flex-direction: column-reverse ;
        flex-direction: column-reverse;
    }

    .footerNav,
    .footerRightNav {
        justify-content: center !important;
    }

    .footerRightNav{
        margin-bottom: 1rem;
    }

    .price .btn{
        min-width: auto;
    }
}

@media (max-width: 767px) {
    .welcomeSection {
        margin-top: 1.5rem;
    }

    .encryption,
    .backup,
    .fast {
        flex-direction: column-reverse;
    }

    .illustration{
        margin-top:2rem;
    }

    .buttonRow{
        justify-content: center;
    }

    .pricing .secontLine {
        margin-top: 0 !important;
    }

    .pricing .row .col-md-4 {
        flex:auto;
        margin-top: 1rem;
        
    }
}

@media (max-width: 576px) {
    h1{
        font-size: 2rem;
    }

    .slideSection {
        position: relative;
        background-image: url("../img/phones_m.png");
        background-size: 263px 558px;
        width: 263px;
        height: 558px;
    }

    .swiper-container {
        width: 241px;
        height: auto;
        margin-top: 41px ;
        margin-left: 10px;
        height: 476px;
        border-radius: 16px;
    }
}

