@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');


body {
  width: 100%;
  background: transparent;
  font-family: "Roboto", sans-serif !important;
}
header,
.header {
    position: sticky;
    left: 0;
    top: 0;
    width: 100%;
    z-index: 11;
    background: transparent;
}

@media (max-width: 767px) {
    .header {
        position: fixed;
        background: #0A0A27;
    }
}

.header .container {
    max-width: 920px;
    margin: 0 auto;
    padding: 0 24px;
    background: #0A0A27;
    box-shadow: 0px 0px 80px rgba(255, 0, 184, 0.3);
    position: relative;
}

@media (max-width: 767px) {
    .header .container {
        background: transparent;
        padding: 0 16px;
    }
}

.header__row {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    z-index: 999;
}

.header__row.-space-between {
    justify-content: space-between;
}

.header__logo {
    padding: 7px 0 7px;
}

@media (max-width: 767px) {
    .header__logo {
        padding: 16px 0 16px;
    }
}

.header__logo img {
    max-width: 300px;
}

@media (max-width: 767px) {
    .header__logo img {
        max-width: 100px;
    }
}

.header__links {
    display: flex;
    align-items: center;
}

.header__link {
    display: block;
    font-weight: 700;
    font-size: 14px;
    line-height: 14px;
    text-decoration: none;
    padding: 8px 16px 10px;
}

@media (max-width: 767px) {
    .header__link {
        font-size: 12px;
        line-height: 12px;
    }
}

.header__link.-like-link {
    color: #ffbc29;
}

@media (max-width: 767px) {
    .header__link.-like-link {
        display: none;
    }
}

.header__link.-like-btn {
    background: #ffbc29;
    color: #fff;
    box-shadow: 0px 8px 24px rgba(255, 0, 122, 0.6);
    border-radius: 8px;
    margin-left: 10px;
}

@media (max-width: 767px) {
    .header__link.-like-btn {
        color: #ffbc29;
        background: transparent;
        box-shadow: none;
        margin-right: 10px;
    }
}

.header__burger {
    display: none;
}

@media (max-width: 767px) {
    .header__burger {
        display: block;
        background: transparent !important;
        padding: 0;
        font-size: 16px;
        color: #ffbc29;
        outline: none;
    }
}

@media (max-width: 767px) {
    .header__menu {
        display: none;
        background: none;
        position: relative;
        width: 100%;
    }
}

.header__menu ul {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    align-items: center;
}

@media (max-width: 767px) {
    .header__menu ul {
        flex-direction: column;
        justify-content: flex-start;
        align-items: flex-start;
        padding: 40px 0;
    }
}

.header__menu ul li {
    margin: 0;
}

.header__menu ul li a {
    display: block;
    font-size: 14px;
    line-height: 12px;
    color: #FFFFFF;
    font-weight: 700;
    border-bottom: 1px solid transparent;
    padding: 16px 13px;
    text-decoration: none;
}

@media (min-width: 768px) and (max-width: 768px) {
    .header__menu ul li a {
        font-size: 12px;
    }
}

@media (max-width: 767px) {
    .header__menu ul li a {
        font-size: 18px;
        line-height: 18px;
        padding: 10px 0px;
    }
}

.header__menu ul li a:hover {
    color: #ffbc29;
}

.header__menu ul li.current_page_item a {
    color: #ffbc29;
    border-bottom-color: #ffbc29;
}

@media (max-width: 767px) {
    .header__menu ul li.current_page_item a {
        border-bottom-color: transparent;
    }
}

.header__menu ul li:first-child a {
    padding-left: 0;
}

.header__menu ul li:last-child a {
    padding-right: 0;
}

.footer {
    background: linear-gradient(180.61deg, rgba(10, 10, 39, 0) 1.25%, #0A0A27 98.77%);
    position: relative;
    z-index: 1;
}

.footer .container {
    max-width: 650px;
    margin: 0 auto;
    position: relative;
}

.footer img {
    max-width: 100%;
}

.footer__content {
    position: absolute;
    top: 50%;
    width: 100%;
    text-align: center;
    left: 0;
    transform: translate(0, -50%);
}

@media (max-width: 767px) {
    .footer__content {
        top: unset;
        transform: unset;
        bottom: 10%;
    }
}

.footer__content p {
    font-weight: 700;
    font-size: 56px;
    line-height: 60px;
    margin: 0 0 48px;
    color: #fff;
}

@media (max-width: 767px) {
    .footer__content p {
        font-size: 24px;
        line-height: 30px;
        margin: 0 0 24px;
    }
}

.footer__content a {
    display: inline-block;
    font-weight: 700;
    font-size: 18px;
    line-height: 16px;
    padding: 20px 24px;
    background: #ffbc29;
    box-shadow: 0px 8px 24px rgba(255, 0, 122, 0.6);
    border-radius: 8px;
    color: #fff;
    text-decoration: none;
}

@media (max-width: 767px) {
    .footer__content a {
        font-size: 14px;
        line-height: 16px;
    }
}

.copyright {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 25px 20px;
    text-align: center;
    font-size: 14px;
    line-height: 14px;
    color: #FFFFFF;
}

@font-face {
    src: local("TeX Gyre Heros"), local("TeXGyreHeros-Regular"), url("../fonts/texgyreheros.woff2") format("woff2"), url("../fonts/texgyreheros.woff") format("woff"), url("../fonts/texgyreheros.ttf") format("truetype");
    font-weight: 400;
    font-style: normal;
}

html {
    background: #0A0A27;
}

html:before {
    background: url(/wp-content/themes/bwthemeG/assets/images/banner-1.png), url(/wp-content/themes/bwthemeG/assets/images/banner-2.png);
    content: "";
    position: fixed;
    left: 0;
    top: 0;
    width: 100vw;
    height: 100vh;
    z-index: 1;
    background-repeat: no-repeat;
    background-size: 35%, 30%;
    background-position: -15% bottom, 115% bottom;
}

@media (max-width: 767px) {
    html:before {
        display: none;
    }
}

@media (max-width: 767px) {
    body {
        background: linear-gradient(180.18deg, rgba(10, 36, 33, 0) 1.25%, #0C2622 98.77%);
    }

    body:before {
        content: "";
        display: block;
        width: 100%;
        height: 10vh;
        /*    background: url(/wp-content/themes/bwthemeG/assets/images/banner-1.png), url(/wp-content/themes/bwthemeG/assets/images/banner-2.png), linear-gradient(180.18deg, rgba(10, 36, 33, 0) 1.25%, #0C2622 98.77%);*/
        background-repeat: no-repeat;
        background-size: 120%;
        background-position: 50% bottom;
    }

    body.single-post:before {
        display: none;
    }
}

body:after {
    content: "";
    position: absolute;
    padding: 25vw;
    border-radius: 50%;
    left: 25%;
    top: -25vw;
    /*-  background: url(/wp-content/themes/bwtheme/assets/images/circle.png) no-repeat transparent; -*/
    background-size: cover;
    background-position: center;
    z-index: 0;
}

@media (max-width: 767px) {
    body:after {
        left: 0;
        padding: 50vw;
        top: -50vw;
    }
}

body, html, p, div, a, li, input, textarea, blockquote {
    
}

.container {
    max-width: 920px;
    padding: 0 20px;
    margin: 0 auto;
}

@media (max-width: 767px) {
    .container {
        padding: 0 16px;
    }
}

.wrapper {
    position: relative;
    z-index: 10;
}

.page-template__img {
    margin-bottom: 40px;
}

@media (max-width: 767px) {
    .page-template__img {
        margin-bottom: 20px;
    }
}

.page-template__img img {
    width: 100%;
}

.page-template__back a {
    text-decoration: none;
    color: #FFFFFF;
    opacity: 0.4;
    display: flex;
    align-items: center;
}

.page-template__back a i {
    margin-right: 10px;
}

.page-template__info {
    font-size: 14px;
    line-height: 18px;
    color: #FFFFFF;
}

.page-template__body {
    margin: 40px 0 0;
    color: #fff;
}

.page-template__body p {
    font-size: 24px;
    line-height: 30px;
    color: #FFFFFF;
}

@media (max-width: 767px) {
    .page-template__body p {
        font-size: 18px;
        line-height: 24px;
    }
}

.page-template h1 {
    margin: 16px 0;
    font-weight: 700;
    font-size: 34px;
    line-height: 40px;
    color: #fff;
}

.main p {
    color: #fff;
    font-size: 18px;
    line-height: 23px;
    margin: 0 auto 24px;
    max-width: 650px;
}

@media (max-width: 767px) {
    .main p {
        font-size: 14px;
        line-height: 19px;
    }
}

.main h2 {
    color: #fff;
    font-weight: 700;
    font-size: 34px;
    line-height: 40px;
    margin: 80px auto 24px;
    max-width: 650px;
}

.main h2:first-child {
    margin-top: 0;
}

@media (max-width: 767px) {
    .main h2 {
        font-size: 24px;
        line-height: 30px;
        margin: 60px 0 16px;
    }
}

.main__img {
    margin: 40px 0;
}

@media (max-width: 767px) {
    .main__img {
        margin: 24px 0;
    }
}

.main__img img {
    width: 100%;
}

@media (max-width: 767px) {
    .main__img img {
        width: 100vw;
        max-width: 100vw;
        margin-left: -16px;
    }
}

.main__img p {
    margin: 40px auto 0;
    font-size: 24px;
    line-height: 30px;
    color: #ffbc29;
    max-width: 650px;
}

@media (max-width: 767px) {
    .main__img p {
        font-size: 18px;
        line-height: 23px;
        margin: 24px 0 0;
    }
}

.main__banner {
    height: 100vh;
    width: 100%;
    overflow: hidden;
    position: relative;
}

@media (max-width: 767px) {
    .main__banner {
        height: auto;
    }
}

.main__banner__content {
    width: 100%;
    max-width: 920px;
    padding: 0 20px;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
}

@media (max-width: 767px) {
    .main__banner__content {
        position: static;
        left: unset;
        top: unset;
        transform: unset;
        padding: 40px 0;
    }
}

.main__banner__content h1 {
    color: #fff;
    margin: 0 0 48px;
    font-weight: 700;
    font-size: 56px;
    line-height: 60px;
}

@media (max-width: 767px) {
    .main__banner__content h1 {
        font-size: 32px;
        line-height: 38px;
        margin: 0 0 24px;
    }
}

.main__banner__content p {
    text-align: center;
}

.main__banner__content a {
    display: inline-block;
    font-weight: 700;
    font-size: 18px;
    line-height: 16px;
    padding: 20px 24px;
    background: #ffbc29;
    box-shadow: 0px 8px 24px rgba(255, 0, 122, 0.6);
    border-radius: 8px;
    color: #fff;
    text-decoration: none;
}

@media (max-width: 767px) {
    .main__banner__content a {
        font-size: 14px;
        line-height: 16px;
    }
}

.blog__list h1 {
    text-align: center;
    color: #fff;
    font-weight: 700;
    font-size: 56px;
    line-height: 60px;
    margin: 70px 0 24px;
}

@media (max-width: 767px) {
    .blog__list h1 {
        font-size: 32px;
        line-height: 38px;
        margin: 56px 0 16px;
    }
}

.blog__list__filter {
    margin-bottom: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
}

@media (max-width: 767px) {
    .blog__list__filter {
        margin-bottom: 24px;
        flex-wrap: wrap;
    }
}

.blog__list__filter button {
    background: rgba(55, 128, 94, 0.3);
    color: #fff;
    padding: 4px 8px 8px;
    font-size: 18px;
    line-height: 18px;
    margin: 4px;
    text-transform: capitalize;
    text-decoration: none !important;
    outline: none;
}

@media (max-width: 767px) {
    .blog__list__filter button {
        font-size: 14px;
        line-height: 14px;
    }
}

.blog__list__filter button.-active, .blog__list__filter button:hover {
    background: #37805E;
}

.blog__list__item {
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    padding: 24px 0;
    text-decoration: none;
}

@media (max-width: 767px) {
    .blog__list__item {
        padding: 16px 0;
    }
}

.blog__list__item:hover {
    position: relative;
}

.blog__list__item:hover:before {
    content: "";
    height: 100%;
    width: calc(100% + 40px);
    left: -20px;
    background: #243a37;
    position: absolute;
    top: 0;
}

.blog__list__item__img {
    width: 200px;
    position: relative;
    z-index: 1;
}

@media (max-width: 767px) {
    .blog__list__item__img {
        width: 70px;
    }
}

.blog__list__item__img img {
    width: 100%;
}

.blog__list__item__content {
    width: calc(100% - 200px);
    padding: 0 0 0 20px;
    position: relative;
    z-index: 1;
}

@media (max-width: 767px) {
    .blog__list__item__content {
        width: calc(100% - 70px);
    }
}

.blog__list__item__row {
    display: flex;
    align-items: center;
    margin-bottom: 8px;
}

.blog__list__item__tag {
    font-size: 18px;
    line-height: 18px;
    color: #FFFFFF;
    padding: 4px 8px 8px;
    background: #37805E;
}

@media (max-width: 767px) {
    .blog__list__item__tag {
        font-size: 14px;
        line-height: 14px;
    }
}

.blog__list__item__date {
    font-size: 18px;
    line-height: 18px;
    color: #FFFFFF;
    opacity: 0.3;
    margin-left: 8px;
}

@media (max-width: 767px) {
    .blog__list__item__date {
        font-size: 14px;
        line-height: 14px;
    }
}

.blog__list__item__description {
    font-weight: 700;
    font-size: 18px;
    line-height: 23px;
    color: #FFFFFF;
}

@media (max-width: 767px) {
    .blog__list__item__description {
        font-size: 14px;
        line-height: 19px;
    }
}

.blog__list__item__description p {
    font-weight: 700;
    font-size: 18px;
    line-height: 23px;
    color: #FFFFFF;
    margin: 0;
}

@media (max-width: 767px) {
    .blog__list__item__description p {
        font-size: 14px;
        line-height: 19px;
    }
}

.review h1 {
    text-align: center;
    color: #fff;
    font-weight: 700;
    font-size: 56px;
    line-height: 60px;
    margin: 70px 0 24px;
}

@media (max-width: 767px) {
    .review h1 {
        font-size: 32px;
        line-height: 38px;
        margin: 56px 0 40px;
    }
}

.review__item {
    padding: 40px 0;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
}

@media (max-width: 767px) {
    .review__item {
        padding: 24px 0;
    }
}

.review__item__header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 12px;
}

@media (max-width: 767px) {
    .review__item__header {
        margin-bottom: 8px;
    }
}

.review__item__header__right {
    display: flex;
    align-items: center;
}

.review__item__name {
    font-size: 18px;
    line-height: 23px;
    color: #FFFFFF;
}

@media (max-width: 767px) {
    .review__item__name {
        font-size: 14px;
        line-height: 14px;
    }
}

.review__item__date {
    font-size: 18px;
    line-height: 23px;
    color: #FFFFFF;
    opacity: 0.3;
    margin-left: 8px;
}

@media (max-width: 767px) {
    .review__item__date {
        font-size: 14px;
        line-height: 14px;
    }
}

.review__item__rating .fa-star {
    font-size: 16px;
    margin: 0 2px;
    color: #FFCF00;
}

@media (max-width: 767px) {
    .review__item__rating .fa-star {
        font-size: 8px;
    }
}

.review__item__rating .fa-star.empty {
    opacity: 0.2;
}

.review__item__text {
    font-size: 24px;
    line-height: 30px;
    color: #FFFFFF;
}

@media (max-width: 767px) {
    .review__item__text {
        font-size: 18px;
        line-height: 23px;
    }
}

/*# sourceMappingURL=app.css.map */
