html {
    background-color: #fff!important;
}

html body{
    max-width: none;
}

.content-area {
    padding-bottom: 80px;
}

.entry-header {
    margin-left: -15px;
    margin-right: -15px;
    position: relative;
    margin-bottom: 50px;

    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.entry-header::before {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    background: rgba(1, 7, 0, .8);
    z-index: 1;
}

.entry-thumbnail {
    width: 100%!important;
    padding-right: 0!important;
}

.header-content{
    position: relative;
    z-index: 2;
}

.affix-wraper {
    position: absolute;
    min-height: 100%;
    top: -360px;
    right: 15px;
    z-index: 3;
    width: 100%;
    max-width: 418px;
}

.main-container{
    position: relative;
    max-width: 100%;
}

.main-container .entry-content{
    padding-right: 448px;
}

.homepage-logo {
    display: inline-block;
    max-width: 148px;
    margin-bottom: 86px;
    margin-top: 20px;
}

.top-btn-download {
    display: none;
    font-size: 14px;
    line-height: 11px;
    text-align: center;
    text-transform: uppercase;
    padding-top: 9px;
    padding-bottom: 9px;
    max-width: 125px;
    width: 100%;
    background-color: #3BAE5B;
    outline: none;
    border: none;
    border-radius: 2px;
    color: #FFFFFF;
}

.form-link{
    display: block;
    text-align: center;
    max-width: 320px;
    background: #3BAE5B;
    border-radius: 4px;
    color: #fff;
    padding: 23px 23px;
    margin: 0 auto;
    font-weight: bold;
    font-size: 20px;
    line-height: 1.2;
}
.form-link::before{
    content: '';
    display: inline-block;
    vertical-align: middle;
    width: 20px;
    height: 20px;
    background: url("../images/download-icon.svg") no-repeat;
    margin-right: 12px;
}
.form-link:hover{
    text-decoration: none;
    color: #fff;
    background: #2F8B49;
}

.homepage-logo .logo-image {
    width: 100%;
    height: auto;
}

.page-category {
    margin-bottom: 10px;
}

.page-category .category-item {
    color: rgba(255, 255, 255, .5);
    font-size: 19px;
    line-height: 22px;
}

.page-category .category-item::before {
    display: inline-block;
    content: '';
    width: 14px;
    height: 14px;
    border-radius: 50%;
    background-color: #3BAE5B;
    margin-right: 10px;
}

.entry-thumbnail .entry-title {
    font-size: 46px;
    line-height: 1.5;
    color: #FFFFFF;
    margin-top: 0;
    margin-bottom: 117px;
    font-weight: normal;
}

@media (min-width: 1200px) {
    .entry-thumbnail .entry-title{
        max-width: 65%;
    }
}

.entry-content {
    margin-top: 0;
}

.entry-content p {
    font-weight: 300;
    font-size: 18px;
    line-height: 1.5;
    color: #222222;
    margin-bottom: 30px;
    margin-top: 0;
}

.entry-content h2,
.entry-content h3 {
    font-size: 32px;
    font-weight: normal;
    line-height: 1.5;
    color: #222222;
    margin-top: 50px;
    margin-bottom: 30px;
}

.entry-content h2:first-child,
.entry-content h3:first-child{
    margin-top: 0;
}

.entry-content ol,
.entry-content ul {
    font-weight: 300;
    font-size: 18px;
    line-height: 2;
    color: #222222;
    padding-left: 50px;
}

.entry-content ol {
    margin-top: 50px;
    margin-bottom: 50px;
}

.entry-content ul {
    list-style: none;
}

.entry-content ul li::before {
    display: inline-block;
    width: 10px;
    height: 10px;
    content: '';
    margin-right: 9px;
    background-color: #C4C4C4;
    border-radius: 50%;
}

.form-container {
    top: 61px;
    background-color: #FFFFFF;
    border: 2px solid #3BAE5B;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 4px;
    padding: 34px 30px 40px;
    max-width: 402px;
    z-index: 2;
    min-height: 420px;
    transition: background-color 0.3s;
}

.form-container.download-started{
    background: #FBFFF7;
    min-height: initial;
    padding-top: 100px;
}

.form-group .text-error{
    display: block !important;
    padding: 0;
    line-height: 1;
}

.form-header .form-title {
    display: block;
    font-size: 20px;
    line-height: 1.5;
    color: #000;
    margin-bottom: 10px;
    margin-top: 0;
}

.form-header .info{
    font-size: 18px;
    color: #AFAFAF;
    margin-bottom: 100px;
    display: block;
    font-weight: 400;
}

.form-header .form-description {
    font-weight: 300;
    font-size: 16px;
    line-height: 19px;
    color: #AAA;
}

.form-container label {
    font-weight: 300;
    font-size: 15px;
    line-height: 28px;
    color: #222222;
    margin-bottom: 0;
    display: block;
}

.affix-wraper .form-container .form-control {
    border-radius: 4px!important;
    font-weight: 300;
    font-size: 18px;
    line-height: 28px;
    color: #222222;
    height: 52px;
}

.affix-wraper .form-container .form-control::placeholder{
    color: #C4C4C4;
}

.form-container .btn-submit {
    background-color: #3BAE5B;
    border-radius: 4px;
    color: #fff;
    text-transform: uppercase;
    font-size: 18px;
    text-align: center;
    width: 100%;
    padding-top: 18px;
    padding-bottom: 18px;
    margin-top: 40px;
    margin-left: auto;
    margin-right: auto;
    display: block;
    line-height: 1;
    outline: none;
    -webkit-transition: background-color ease .3s;
    -o-transition: background-color ease .3s;
    transition: background-color ease .3s;
}

.form-container .btn-submit:hover {
    cursor: pointer;
    background: #2F8B49;
}

.form-container .btn-submit:active,
.form-container .btn-submit:focus {
    border-color: transparent;
}

footer.footer {
    background: #323832;
    padding: 0;
}

.footer .menu-wrap {
    margin-left: auto;
    margin-right: auto;
    float: none;
    padding: 35px 0;
}

.footer .menu-wrap .nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.footer .menu-wrap .nav a {
    color: #fff;
    font-size: 18px;
    line-height: 21px;
    text-transform: capitalize;
}

.footer .menu-wrap .nav a:hover {
    color: #3BAE5B;
}

.footer .menu-wrap .nav::before,
.footer .menu-wrap .nav::after {
    display: none;
}

.footer .bottom {
    background: #252C25;
    font-size: 18px;
    line-height: 21px;
    color: #FFFFFF;
    padding: 10px 0;
}

@media(max-width: 1500px) {
    .form-header .form-title {
        font-size: 20px;
    }

    .form-container {
        padding-left: 27px;
        padding-right: 27px;
        max-width: 370px;
    }
}

@media (max-width: 1199px) {
    .affix-wraper {
        position: relative;
        right: 0;
        top:0;
        height: auto !important;
        margin: -225px auto 50px auto;
    }

    .form-container-wrapper, .form-container{
        width: auto !important;
        margin: 0 auto;
    }

    .main-container{
        padding: 0 5px !important;
    }

    .container{
        padding: 0 20px;
    }

    .main-container .entry-content{
        padding-right: 0;
    }
    .header-content{
        z-index: 333;
    }

    .page-category{
        margin-top: 52px;
    }

    .homepage-logo{
        margin-bottom: 0;
    }

    .entry-thumbnail {
        min-height: 480px;
        padding-bottom: 175px;
    }

}

@media (max-width: 767px) {
    .entry-content ol,
    .entry-content ul {
        padding-left: 25px;
    }

    .form-container {
        padding-left: 23px;
        padding-right: 23px;
        position: relative;
        width: 100%!important;
        top: 0;
    }


    .entry-thumbnail {
        min-height: 542px;
    }

    .footer .bottom {
        font-size: 14px;
        line-height: 16px;
    }

    .d-none {
        display: none;
    }

    .entry-content [class^="col-sm-"] {
        padding-left: 5px;
        padding-right: 5px;
    }

    .nav {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
    }

    .footer .menu-wrap {
        padding: 30px 15px;
    }

    footer.footer a {
        margin: 0 0 15px 0!important;
    }
}

@media (max-width: 580px) {
    .entry-header {
        padding-top: 96px;
    }

    .entry-thumbnail {
        min-height: 436px;
    }

    .entry-thumbnail .entry-title{
        font-size: 32px;
        line-height: 1.2;
    }

    .top-header {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        background-color: #303630;
        padding: 33px 20px 23px 20px;
        z-index: 2;
        transition: all 0.3s;
    }

    .top-header.scrolled {
        padding: 10px 20px;
    }

    .form-container {
        z-index: 1;
    }

    .top-header .homepage-logo {
        margin: 0;
    }

    .top-btn-download {
        display: block;
        font-weight: normal;
    }
}

@media (min-width: 768px) {
    .d-block {
        display: none;
    }
}