/* Page Header */
html{
   overflow-x: hidden;
}
body{
    -moz-user-select: none;
    -webkit-user-select: none;
}
header.page-header{
    height: auto !important;
    padding-top: 40px;
    font-family: sans-serif;
    color: #060605;
    font-size: 20px;
    padding-bottom: 65px;
}

header.page-header img{
    pointer-events: none;
}

.header-img{
    width: 35px;
    height: 35px;
    margin-right: 5px;
}
.header-span-font{
   font: normal normal normal 20px/1.4em 'open sans',sans-serif;
}
h1.h1-style{
    font: normal normal normal 43px/1.4em helvetica-w01-roman,helvetica-w02-roman,helvetica-lt-w10-roman,sans-serif;
    color: #2B2B24;
    line-height: 40px;
    padding-top: 100px
}
h3.h3-style{
    font: normal normal normal 16px/1.4em 'open sans',sans-serif;
    color: #060605;
}
div.information-panel{
    margin-left: 70px;
}

/* Section Preview */
section#preview{
    margin-bottom: 20px;
}
.font-information-title{
    font: normal normal normal 14px/1.4em helvetica-w01-roman,helvetica-w02-roman,helvetica-lt-w10-roman,sans-serif;
    color: #0FBC71;
    font-weight: 600;
}
.font-information-text{
    font: normal normal normal 14px/1.4em helvetica-w01-roman,helvetica-w02-roman,helvetica-lt-w10-roman,sans-serif;
    color: #060605;
    font-weight: 400;
    line-height: 14px;
}

/*Section Application Features */
section#application-features{
    background-color: rgba(15, 188, 113, 1);
    padding-top: 100px;
    padding-bottom: 90px;
}
.title-2{
    padding-bottom: 5px;
    font: normal normal normal 43px/1.4em helvetica-w01-roman,helvetica-w02-roman,helvetica-lt-w10-roman,sans-serif;
    font-weight: 600;
    color: white;
    line-height: 50px;
}
#application-features .h3-style{
    color: white;
}

/*Section Social */
section#social{
    padding-top: 80px;
    background: black;
    padding-bottom: 80px;
}
h6.title-social{
    font: normal normal normal 16px/1.4em 'open sans',sans-serif;
    color: white;
    text-align: center;
    padding-bottom: 50px;
}
#social img{
    cursor: pointer;
}

/* Section Subscription */
section#subscription{
    padding-top: 40px;
    padding-bottom: 100px;
}
h4.title-subscription{
    text-align: center;
    color: black;
    font: normal normal normal 43px/1.4em helvetica-w01-roman,helvetica-w02-roman,helvetica-lt-w10-roman,sans-serif;
    font-size: 30px !important;
    padding-bottom: 50px;
}
.form-control{
    border: 1px solid black;
}
.form-control:focus{
    border: 1px solid rgba(15, 188, 113, 1);
}

/* Page Footer */
.page-footer{
    background: rgba(64, 64, 64, 1);
    color: #ffffff;
    height: 33px;
    padding-top: 10px;
}
.page-footer a{
    color: #ffffff;
}
h5{
    font-size: 12px;
    font-weight: 300;
}

/* Back To Top */
#toTop {
    border-radius: 5px;
    width: 40px;
    height: 40px;
    background: #bd2130;
    text-align:center;
    padding:2px;
    position:fixed;
    bottom:40px; /* отступ кнопки от нижнего края страницы*/
    right:40px;
    cursor:pointer;
    display:none;
    color:white;
    font-family:verdana;
    font-size:30px;
}
#toTop:hover{
    transition: 1s;
    background: navy;
}
#toTop:not(:hover){
    background: #bd2130;
    transition: 1s;
}
.btn-success:hover{
    background: transparent !important;
    color: #28a745 !important;
}
img.iPhone{
    float: right;
}
/*Devices Adaptive Setting */
@media only screen and (min-width: 320px) {
    .page-header img.embed-responsive{
        margin-top: 40px;
    }
    h1.h1-style{
        padding-top: 40px;
    }
    .title-2{
        font-size: 35px;
    }
    section#application-features{
        padding-top: 40px;

    }
    img.iPhone{
        float: none;
        margin-top: 100px;
    }
    #toTop{
        display: none !important;
    }
    h5{
        font-size: 11px;
    }
}
@media only screen and (min-width: 768px) {
    .container{
        max-width: 930px;
    }
    h5{
        font-size: 13px;
    }
    #toTop{
        display: block;
    }
}
@media only screen and (min-width: 1200px) {
    .container {
        max-width: 975px;
    }
    h5{
        font-size: 13px;
    }
}