html,
body {
    width: 100%;
    min-height: 100%;
}


body {
    position: relative;

}



/*body:before {*/
/*    background: #023586;*/
/*    position: absolute;*/
/*    content: '';*/
/*    top: 0;*/
/*    left: 0;*/
/*    right: 0;*/
/*    height: 90px;*/
/*}*/

.wrapper {
    margin: 0 auto;
    overflow: hidden;
    padding-top: 90px;
    position: relative;
}


.container {
    max-width: 1420px;
    padding: 0 25px;
    position: relative;
    margin: 0 auto;
}

#main {
    /*min-height: 100vh;*/
    position: relative;
}

body #main {
    opacity: 0;
}

body.inited #main {
    opacity: 1;
    -webkit-transition: opacity 200ms ease-out;
    -moz-transition: opacity 200ms ease-out;
    -ms-transition: opacity 200ms ease-out;
    -o-transition: opacity 200ms ease-out;
    transition: opacity 200ms ease-out;
}

.pb-section {
}

.pb-section .pb-section-inner {
    padding: 80px 0;
}

.pb-section-header {
    position: relative;
    margin-bottom: 30px;
    display: flex;
    align-items: baseline;
}

.pb-section-header .section-title {
    font-size: 24px;
    flex: 1;
}

.pb-section-header .section-title small {
    font-size: 14px;
    display: inline-block;
    margin-top: 14px;
    font-weight: 500;
    letter-spacing: 0.05em;
}

.pb-section .btn-more {
    display: block;
    line-height: 24px;
}

.pb-section .btn-more span {
    display: inline-block;
    font-weight: 700;
    letter-spacing: 0.05em;
    border-bottom: 2px solid #111;
}

.pb-section-footer {
    text-align: center;
    padding: 20px 0;
    display: none;
}


.p-t-0 {
    padding-top: 0 !important;
}

.p-b-0 {
    padding-bottom: 0 !important;
}


@media screen and (max-width: 1024px) {
    .container {
        padding: 0 20px;
    }

    .pb-section .pb-section-inner {
        padding: 70px 0;
    }

}


@media screen and (max-width: 989px) {

    /*body:before {*/
    /*    height: 60px;*/
    /*}*/

    .wrapper {
        padding-top: 60px;
    }


    .pb-section .pb-section-inner {
        padding: 60px 0;
    }


}


@media screen and (max-width: 640px) {

    .container {
        padding: 0 16px;
    }

    .pb-section .pb-section-inner {
        padding: 50px 0;
    }


    /*.wrapper {*/
    /*    padding-bottom: 60px;*/
    /*}*/

}


@media screen and (max-width: 480px) {
    .pb-section .pb-section-inner {
        padding: 40px 0;
    }

    .pb-section-header {
        text-align: center;
    }
    .pb-section-header .btn-more {
        display: none;
    }
    .pb-section-footer {
        display: block;
    }

}