<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@import url('https://fonts.googleapis.com/css2?family=Mulish:wght@200;300;400;500;600;700;900&amp;display=swap');

*::-webkit-input-placeholder {
    color: #B3B3B3;
    opacity: .4!important;
    font-family: 'Montserrat', sans-serif; 
}
*:-moz-placeholder {
    color: #B3B3B3;
    opacity: .4!important;
    font-family: 'Montserrat', sans-serif; 
}
*::-moz-placeholder {
    color: #B3B3B3;
    opacity: .4!important;
    font-family: 'Montserrat', sans-serif;
}
*:-ms-input-placeholder {
    color: #B3B3B3;
    opacity: .8!important;
    font-family: 'Montserrat', sans-serif; 
}

body input:focus:required:invalid,
body textarea:focus:required:invalid {
}
body input:required:valid,
body textarea:required:valid {
}

input[type="search" i] {
    appearance: auto;
    box-sizing: border-box;
    padding: 1px 2px;
    position: absolute;
    left: 0;
}

input[type="text"],
input[type="tel"],
input[type="date"],
input[type="email"] {
        font-size: 16px!important;
        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none;
}

/*@media only screen and (max-width : 480px) {*/
@media screen and (-webkit-min-device-pixel-ratio: 0) {
    select:focus, 
    textarea:focus, 
    input:focus {
        font-size: 16px!important;
        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none;
    }
}
#wpadminbar {
    position: fixed;
    top:0!important;
}

/*html,*/
html {
    font-size: 24px!important;
}
body {
    font-family: 'Mulish', sans-serif;
    font-size: 24px;
    font-weight: 300;
    min-width: 320px;
    height: 100%;
    position: relative;
    line-height: 1.5;
    font-weight: normal;
    overflow-x: hidden;
    margin:0!important;
    padding:0;
    color: #000000;
}
.wrapper {
    width: 100%;
    max-width: 1292px;
    margin: 0 auto;
}

/*  Typography */
h1,h2,h3,h4,h5,h6 {
    text-transform: uppercase;
    font-weight:800;
    color: #252B42;
}
h1 {
    font-size: 1.7rem;
}
h2 {
    font-size: 1.6667rem;
}
h3 {
    font-size: 1.0833rem;
}
.header-entry {
    text-align: center;
}
.header-entry h2{
    position: relative;
}
.header-entry h2::before {
    content: " ";
    position: absolute;
    bottom: -.9em;
    right: 0;
    left: 0;
    margin: 0 auto;
    background-color: #000000;
    color: #000000;
    width: 50px;
    height: 2px;
}
.header-entry p { 
    margin: 2.9em auto;
 }

/* Buttons */
.btn {
    box-shadow: 0px 4px 13px rgba(0, 0, 0, 0.25);
    border-radius: 57px;
    color: #fff!important;
    display: inline-block;
    text-transform: uppercase;
    text-decoration: none;
    font-size: 0.83333rem;
    font-weight: 700;
    position: relative;
}

.btn.btn-link {
    background-color: #2F9CE7;
    padding: 1em 3.4em;
}
.btn.btn-link:hover {
    transition: all .2s ease-in;
    transform: scale(1.043, 1.043);
    box-shadow: 3px 4px 53px 13px  rgba(0, 70, 140, 0.25);
}

.btn.btn-video {
    height: 95px;
    width: 95px;
    border-radius: 50%;
    display: block;
    background-color: #00468C;
}
.btn.btn-video:hover {
    transition: all .2s ease-in;
    transform: scale3d(1.1, 1.1, 1.1);
    box-shadow: 3px 4px 53px 13px  rgba(0, 70, 140, 0.25);
}
.play {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-35%,-50%);
    border-top: 19px solid transparent;
    border-left: 29px solid #fff;
    border-bottom: 19px solid transparent;
    display: block;
}
.breadcrumbs.wrapper {
    text-align: center;
    padding: 3em 0;
}
.breadcrumbs span {
    color: #2F9CE7;
    font-size: 0.625rem;
    font-weight: 600;
}
.breadcrumbs a {
    color: #ccc;
    font-size: 0.625rem;
    text-decoration: none;
    font-weight: 600;
}
.breadcrumbs a:hover {
    color: #2F9CE7;
}

/*
* # section HEADER 
*/
.site-header {
    padding: 1em 0;
    background-color: #fff;
    background: rgba(255, 255, 255, 0.3);
    backdrop-filter: blur(30px);
}
.site-header .wrapper {
    display: grid;
    grid-template-columns: 300px 1fr;
}
.site-header-home {
    width: 100%;
    position: absolute!important;
    z-index: 100;
    top: 50px;
    background-color: #fff;
    background: rgba(255, 255, 255, 0.3);
    backdrop-filter: blur(30px);
}
.site-header-home .wrapper {
    display: grid;
    grid-template-columns: 300px 1fr;
}
.site-branding {
    display: flex;
    align-items: center;
}
.main-navigation {
    width: 100%;
    display: flex;
    align-items: center;
}
.main-navigation ul {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.menu-item a {
    font-size: 0.5rem;
    text-transform: uppercase;
    font-weight: 700;
    color: #2F9CE7;
}

/*
* # section INTRO 
*/
.intro {
    width: 100%;
    background-image: url(../img/bg-intro.png);
    background-repeat: no-repeat;
    background-position: center right;
    background-size:cover;
    position: relative;
}
.decor {
    position: absolute;
}
.decor.decor_elem1 {
    top: 10%;
    left: 30%;
}
.decor.decor_elem2 {
    top: 50%;
    right: 10%;
}
.decor.decor_elem3 {
    top: 80%;
    right: 30%;
    animation-iteration-count: infinite;
    animation-delay: 3.3s;
    animation-duration: 10.9s;    
    animation-name: bounce;
}
.intro .wrapper {
    padding: 6em 0 0 0 ;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: 500px 120px auto;
}
.slogan-title-site {
    position: relative;
}
.slogan-title-site img {
    position: relative;
    z-index: 4;
}
.slogan-title-site:before {
    content: " ";
    top: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    position: absolute;
    z-index: 0;
    width: 360px;
    height: 360px;
    border-radius: 50%;
    background: #FFFFFF;
    box-shadow: 35px 20px 50px #E6F1FF;
}
.main-img-site{
    position: relative;
    z-index: 3;
}
.main-img-site img {
    position: absolute;
    z-index: 3;
    right: 0;
    max-width: 700px!important;
}
.main-img-site:before {
    content: " ";
    top: 0;
    right: 0;
    position: absolute;
    z-index: 0;
    width: 653px;
    height: 653px;
    border-radius: 50%;
    opacity: .14;
    background: linear-gradient(225deg, #017BFF 0%, #82BEFF 100%);
}
.btn-block {
    grid-row: 2;
    display: flex;
    align-items: center;
}
.btn-block .btn {
    margin: .4em;
}
.span-video {color: #00468C;}
.intro-description-site {
    position: relative;
    z-index: 20;
    margin: 4em auto;
    grid-row: 3;
    grid-column: 1/3;
    text-align: center;
    font-size: 0.83333rem;
    color: #44546A;
    font-weight: 700;
}
/*
* # РџРѕС‡РµРјСѓ Р‘СЂРѕРјРіРµРєСЃРёРЅ Р‘СЂР»РёРЅ РҐРµРјРё 
*/
.why-bromgeksin {
    padding: 2em 0;
}
.why-bromgeksin__content-entry_list {
    margin: 0;
    padding: 2em 0;
    list-style: none;
    display: flex;
    align-items: center;
    justify-content: space-around;
}
.why-bromgeksin__content-entry_item {
    width: 100%;
    max-width: 390px;
    box-shadow: 10px 40px 50px rgba(229, 233, 246, 0.9);
    border-radius: 20px;
    padding: 1em 1.6em;
    background-color: #fff;
}
.why-bromgeksin__content-entry_item:nth-child(2) {
    background-color: #2F9CE7;
    color: #fff;
}
.why-bromgeksin__content-entry_item:nth-child(2) h3 {
    color: #fff;
}
.why-bromgeksin__content-entry_item p {
    font-size: 0.83333rem;
    min-height: 190px;
}
/*
* # РџСЂРѕСЃС‚Рѕ Р±Р°РЅРЅРµСЂ 
*/
.banner {
    width: 100%;
    height: 600px;
    background-image: url(../img/banner.png) ;
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: center bottom;
}

/*
* # Рћ РєР°С€Р»Рµ 
*/

.about-cough {
    width: 100%;
}
.about-cough .wrapper {
    padding: 4em 0;
}
.about-cough__header-entry {
    text-align: left;
}
.about-cough__header-entry h2::before {
    margin: 0;
}
.about-cough__content-entry {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
}
.about-cough__content-entry_img {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}
.about-cough__content-entry_img img {
    position: relative;
    z-index: 10;
}
.about-cough__content-entry_img::before {
    content: '';
    position: absolute;
    width: 550px;
    height: 550px;
    border-radius: 50%;
    background-color: #2F9CE7;
} 
.about-cough__footer-entry {
    position: relative;
    z-index: 100;
    margin: 5em 0 0 0;
}
.about-cough__footer-entry_list {
    list-style: none;
    margin:  0;
    padding: 0;
    display: flex;
    justify-content: space-around;
}
.about-cough__footer-entry_item {
    width: 100%;
    max-width: 520px;
    background-color: #fff;
    font-size: 0.83333rem;
    padding: 1em 1.87em;
    box-shadow: 10px 40px 50px rgba(229, 233, 246, 0.4);
    border-radius: 20px;
}

/*
* # Р‘Р&nbsp;РћРњР“Р•РљРЎРРќ 8 Р‘Р•Р&nbsp;Р›РРќ-РҐР•РњР
*/
.bromgeksin-8 {
    background-color: #F7FCFF;
}
.bromgeksin-8 .wrapper {
    background-color: #F7FCFF;
}
.bromgeksin-8__header-entry {
    text-align: center;
    padding: 4em 0;
}
.bromgeksin-8__content-entry {
    display: grid;
    grid-template-columns:  1fr 35%;
}
.bromgeksin-8__content-entry_list {
    list-style: none;
    margin: 0;
    padding: 0;
}
.bromgeksin-8__instruction {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.bromgeksin-8__instruction::before {
    content: '';
    position: absolute;
    z-index: 1;
    bottom: -14%;
    width: 500px;
    height: 500px;
    border-radius: 50%;
    background: #FFFFFF;
    box-shadow: 83px 66px 48px #CCEAFF;
}
.bromgeksin-8__instruction a,
.bromgeksin-8__instruction img {
    position: relative;
    z-index: 10;
}
.bromgeksin-8__instruction_notice {
    position: absolute;
    z-index: 200;
    bottom: -120px;
    right: 0;
    left: 0;
    text-align: center;
    font-size: .83333rem;
}
.bromgeksin-8__img {
    position: relative;
    height: 640px;
    display: flex;
    justify-content: center;
    margin: 0  0 2em 0 ;
}
.bromgeksin-8__img::before {
    content: '';
    position: absolute;
    z-index: 1;
    bottom: 30px;
    width: 500px;
    height: 500px;
    border-radius: 50%;
    background-color: #CFEAFF;
}
.bromgeksin-8__img img {
    position: relative;
    z-index: 100;
}
.bromgeksin-8__content-entry_item {
    width: 100%;
    max-width: 350px;
    background: #FFFFFF;
    padding: 1em 1.7em;
    margin: 0 0 1.3em 0;
    font-size: 0.83333rem;
    box-shadow: 10px 40px 50px rgba(229, 233, 246, 0.4);
    border-radius: 20px;
}
.bromgeksin-8__content-entry_item:nth-child(2) {
    background: #2F9CE7;
    box-shadow: 10px 40px 50px rgba(229, 233, 246, 0.4);
    border-radius: 20px;
    color: #fff;
}
.bromgeksin-8__content-entry_item:nth-child(2) h3 {
    color: #fff;
}

/*
* # Р‘Р&nbsp;РћРњР“Р•РљРЎРРќ 4 Р‘Р•Р&nbsp;Р›РРќ-РҐР•РњР
*/
.bromgeksin-4 {
    padding: 0 0 8em 0;
    background-color: #F7FCFF;
    background-color: #fff;
    background-image: url(../img/bromgeksin-4-bg.png);
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: center 300px;
}
.bromgeksin-4__header-entry {
    text-align: center;
    margin:10em 0;
}
.bromgeksin-4__content-entry_top {
    display: flex;
    align-items: flex-end;
    justify-content: space-around;
}
.bromgeksin-4__child {
    position: relative;
}
.bromgeksin-4__child::before {
    content: ' ';
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 400px;
    height: 400px;
    border-radius: 50%;
    background-color: #2F9CE7;
}
.bromgeksin-4__child:nth-child(1).bromgeksin-4__child::before {
    width: 250px;
    height: 250px;
} 
.bromgeksin-4__child img {
    position: relative;
    z-index: 10;
}

.bromgeksin-4__instruction {
    position: relative;
    height: 400px;
    width: 500px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.bromgeksin-4__instruction::before {
    content: '';
    position: absolute;
    z-index: 1;
    bottom: -10%;
    width: 500px;
    height: 500px;
    border-radius: 50%;
    background: #FFFFFF;
}
.bromgeksin-4__instruction a,
.bromgeksin-4__instruction img {
    position: absolute;
    z-index: 20;
}
.bromgeksin-4__instruction a {
    bottom: 1em;
}
.bromgeksin-4__instruction img {
    top: -250px;
    left: 0;
}
.bromgeksin-4__content-entry_list {
    list-style: none;
    margin: 0;
    padding: 5em 0;
    display: flex;
    justify-content: space-around;
}
.bromgeksin-4__content-entry_item {
    width: 100%;
    max-width: 350px;
    background: #FFFFFF;
    padding: 1em 1.7em;
    margin: 0 0 1.3em 0;
    font-size: 0.83333rem;
    box-shadow: 10px 40px 50px rgba(229, 233, 246, 0.4);
    border-radius: 20px;
}
.bromgeksin-4__content-entry_item:nth-child(2) {
    background: #2F9CE7;
    box-shadow: 10px 40px 50px rgba(229, 233, 246, 0.4)!important;
    border-radius: 20px;
    color: #fff;
}

.bromgeksin-4__content-entry_item:nth-child(2) h3 {
    color: #fff;
}

/*
* section VIDEO 
*/
.video {
    padding: 8em 0;
    background-color: #F7FCFF;
    background-color: #fff;
    background-image: url(../img/video-bg.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
}
.video__palayer {
    cursor: pointer;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}
.video-html {
    width: 100%;
    max-width: 80%;
    margin: 0 auto;
}
.video__play {
    display: block;
    width: 182px;
    height: 182px;
    background-color: #2F9CE7;
    border-radius: 50%;
    position: absolute;
    z-index: 1000;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 3rem;
}
.video__play i{
    position: absolute;
    color: #fff;
    right: 28%;
}

/*
* # section Р“РґРµ РєСѓРїРёС‚СЊ 
*/
.where-to-buy__header-entry {
    text-align: center;
    margin: 0 0 5em 0;
}
.where-to-buy__content-entry {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 2em;
    font-size: 0.75rem;
    background: #FFFFFF;
    box-shadow: 10px 20px 50px rgba(229, 233, 246, .6);
    border-radius: 20px;
    padding: 2em 4em;
    margin: 4em 0;
}
.where-to-buy__content-entry div {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

/*
* # section Р›РёР·РµРЅС†РёРё Рё СЂР°Р·СЂРµС€РµРЅРёСЏ 
*/
.bromgeksin-notice {
    font-size: 0.75rem;
    margin: 5em 0;
}

/*
* # section footer 
*/
.site-footer {
    background-color: #2F9CE7;
    font-size: 0.75rem!important;
    color: #fff;
}
.site-info {
    padding: 2em 0;
}
.site-info__list {
    list-style: none;
    margin: 0;
    padding: 0;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 2em;
}
.site-info__item:nth-child(4) {
    grid-column: 2/3;
    grid-row: 2;
}
.site-info__item:nth-child(5) {
    grid-column: 3/4;
    grid-row: 2;
}
.site-footer a {
    color: #fff;
    font-size: 0.75rem!important;
}
.contraindications {
    margin: 0 ;
    text-align: center;
    font-size: 1.5rem;
}

/*
* # entry-content
*/

.entry-header {
    max-width: 960px;
    margin: 0 auto;
}
.entry-content {
    max-width: 960px;
    margin: 0 auto;
    font-size: 0.75rem;
}</pre></body></html>