<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">*{
    box-sizing: border-box;
}
@font-face {
    font-family: 'HeadingPro';
    src: url("../fonts/HeadingPro-Regular.woff");
    font-style: normal;
    font-weight: 400;
}
html {
    line-height: 1.1;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%
}

body {
    margin: 0;
}

footer, header, nav {
    display: block
}

h1 {
    font-size: 2em;
    margin: 16px 0
}

main {
    display: block
}

a {
    background-color: transparent;
    -webkit-text-decoration-skip: objects
}

strong {
    font-weight: inherit
}

strong {
    font-weight: bolder
}

img {
    border-style: none
}

button {
    font-family: sans-serif;
    font-size: 100%;
    line-height: 1.15;
    margin: 0
}

button {
    overflow: visible
}

button {
    text-transform: none
}

button {
    -webkit-appearance: button
}

button::-moz-focus-inner {
    border-style: none;
    padding: 0
}

button:-moz-focusring {
    outline: 1px dotted ButtonText
}

::-webkit-file-upload-button {
    -webkit-appearance: button;
    font: inherit
}

html, body, div, span, h1, p, a, img, strong, i, ul, li, footer, header, nav {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    vertical-align: baseline
}

footer, header, nav {
    display: block
}

body {
    line-height: 1
}

ul {
    list-style: none
}

.blog-detail__fold__container ul {
    padding-left: 20px;
    list-style: initial;
    text-align: left;

}


h2,
p {
    margin: 16px auto;
    text-align: left;
}

::-webkit-input-placeholder {
    color: #959595;
    text-transform: uppercase;
    font-size: .85714em
}

::-moz-placeholder {
    color: #959595;
    text-transform: uppercase;
    font-size: .85714em
}

:-ms-input-placeholder {
    color: #959595;
    text-transform: uppercase;
    font-size: .85714em
}

:-moz-placeholder {
    color: #959595;
    text-transform: uppercase;
    font-size: .85714em
}

html, body {
    height: 100%
}

body {
    font-family: 'Arial', sans-serif;
    font-weight: 400;
    position: relative;
    color: #000;
    background-color: #fff;
    line-height: 1.3;
    width: 100%;
}

strong {
    font-weight: 800
}

@media (min-width: 960px) {
    .desktop-hide {
        display: none
    }
}


.burger {
    position: relative;
    display: block;
    width: 100%;
    height: 3px;
    background: #ffffff;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -ms-border-radius: 2px;
    -o-border-radius: 2px;
    border-radius: 2px;
    margin-top: 14px;
}

.burger:before, .burger:after {
    content: '';
    display: block;
    position: absolute;
    width: 100%;
    height: 3px;
    background: #ffffff;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -ms-border-radius: 2px;
    -o-border-radius: 2px;
    border-radius: 2px
}

.burger:before {
    top: 10px
}

.burger:after {
    top: -10px
}

.header {
    -moz-transition: all .25s;
    -o-transition: all .25s;
    -webkit-transition: all .25s;
    transition: all .25s
}

@media (min-width: 960px) {
    .header .desktop-hide {
        display: none
    }
}

.header__top {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
    background: linear-gradient(to right, #2f3d84 0%, #3a49ba 100%);
    width: 100%;
    padding: 1rem 0
}

@media (min-width: 960px) {
    .header__top {
        padding: 0.5em 0
    }
}

.header__container {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-align-items: flex-start;
    align-items: flex-start;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
    position: relative;
    margin: 0 auto;
    width: 100%;
    max-width: 1200px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0 1rem;
    position: relative;
    align-items: center;
}

@media (min-width: 960px) {
    .header__container {
        -webkit-align-items: center;
        align-items: center;
        padding: 0 1rem;
    }
}

.header__burger {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
    color: #fff;
    background: none;
    border: none;
    cursor: pointer;
    outline: none;
    padding: 0;
    width: 36px;
    height: 30px
}

.header__logo,
.footer__logo {
    background: url("../img/logo.png") no-repeat center;
    background-size: contain;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    align-content: center;
    box-sizing: border-box;
    padding-top: 5px;
}

.header__logo {
    width: 80px;
    min-height: 134px;
    -moz-transition: width .25s;
    -o-transition: width .25s;
    -webkit-transition: width .25s;
    transition: width .25s
}

@media (min-width: 960px) {
    .header__logo {
        width: 130px
    }
}

.logo_text {
    font-family: 'HeadingPro', sans-serif;
    display: block;
    text-align: center;
    font-size: 22px;
    text-transform: uppercase;
    transform: scaleX(1.5);
    line-height: 1;
}

.logo_text__small {
    font-size: 14px;
}

.footer__logo .logo_text {
    font-size: 8px;
}

.footer__logo .logo_text__small {
    font-size: 4px;
}

.header__bottom {
    -moz-transition: bottom .25s;
    -o-transition: bottom .25s;
    -webkit-transition: bottom .25s;
    transition: bottom .25s
}

@media (min-width: 960px) {
    .header__bottom {
        background-color: #fff;
        padding: 0.5em 1rem;
        width: 100%;
    }
}

.footer {
    width: 100%;
    background: linear-gradient(to right, #2f3d84 0%, #3a49ba 100%)
}

.footer__container {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
    position: relative;
    margin: 0 auto;
    width: 100%;
    max-width: 1200px;
    padding: 1rem
}

.footer__nav a{
text-decoration: none;
}

@media (min-width: 960px) {
    .footer__container {
        display: -webkit-flex;
        display: flex;
        -webkit-justify-content: space-between;
        justify-content: space-between;
        -webkit-align-items: center;
        align-items: center;
        padding: 0.5em 0;
        gap: 0.5rem
    }
}

@media (min-width: 960px) {
    .footer__nav {
        display: -webkit-flex;
        display: flex;
        -webkit-align-items: center;
        align-items: center;
        gap: 0.5rem
    }
}

.footer__link, .footer__title {
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    font-size: 1.28571em;
    color: #fff;
    text-decoration: none;
    text-transform: uppercase;
    display: block;
    margin: 0 0 1rem 0
}

@media (min-width: 960px) {
    .footer__link, .footer__title {
        font-size: 1em;
        margin: 0 1.5em 0 0
    }
}

.footer__logo {
    width: 70px;
    min-height: 46px;
}

@media (min-width: 960px) {
    .footer__logo {
        width: 45px
    }
}

body.desktop .footer__link:hover {
    text-decoration: underline
}

.close {
    position: relative;
    display: block;
    width: 100%;
    height: 3px
}

.close:before, .close:after {
    content: '';
    display: block;
    position: absolute;
    z-index: -1;
    width: 100%;
    height: 3px;
    background: #ffffff;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -ms-border-radius: 2px;
    -o-border-radius: 2px;
    border-radius: 2px
}

.close:before {
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg)
}

.close:after {
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg)
}

.menu {
    width: 100%;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    visibility: hidden;
}

@media (min-width: 960px) {
    .menu {
        position: relative;
        visibility: visible
    }
}

.menu__container {
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
    position: relative;
    margin: 0 auto;
    width: 100%;
    max-width: 1200px;
    -webkit-transform: translate3d(-100%, 0, 0);
    -moz-transform: translate3d(-100%, 0, 0);
    -o-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    -moz-transition: -moz-transform .35s ease-in-out;
    -o-transition: -o-transform .35s ease-in-out;
    -webkit-transition: -webkit-transform .35s ease-in-out;
    transition: transform .35s ease-in-out;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: linear-gradient(to bottom left, #a5d52c 0%, #678519 100%)
}

@media (min-width: 960px) {
    .menu__container {
        -webkit-transform: translate3d(0, 0, 0);
        -moz-transform: translate3d(0, 0, 0);
        -o-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
        position: relative;
        background: none;
        display: block
    }
}

.menu__list {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
    max-height: 80vh;
    overflow: auto
}

@media (min-width: 960px) {
    .menu__list {
        display: -webkit-flex;
        display: flex
    }
}

.menu__item {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
    position: relative;
    text-align: left
}

@media (min-width: 960px) {
    .menu__item {
        text-align: center;
        width: 20%;
        border-left: 1px solid #7f7f7f
    }

    .menu__item:last-child {
        border-right: 1px solid #7f7f7f
    }

    .menu__item:before, .menu__item:after {
        display: block;
        content: '';
        position: absolute;
        left: 0;
        right: 0;
        bottom: 50%;
        top: 50%;
        width: 100%;
        background: linear-gradient(to right, #2f3d84 0%, #3a49ba 100%);
        visibility: hidden
    }
}

.menu__link {
    font-family: 'Rokkitt', serif;
    font-weight: 500;
    font-size: 1.28571em;
    text-decoration: none;
    display: block;
    position: relative;
    color: #fff;
    padding: 1em 0 1em 3.5em
}

@media (min-width: 960px) {
    .menu__link {
        font-size: 1.14286em;
        padding: 1em 0.5em;
        color: #7f7f7f;
        overflow: hidden;
        position: relative;
        z-index: 1
    }
}

.menu__close {
    position: absolute;
    background: none;
    outline: none;
    border: none;
    padding: 2em 1em;
    top: 0;
    left: 0;
    color: #fff;
    width: 70px
}

@media (min-width: 960px) {
    .menu__close {
        display: none
    }
}

@media (min-width: 960px) {
    body.desktop .menu__item:before, body.desktop .menu__item:after {
        -moz-transition: all .25s;
        -o-transition: all .25s;
        -webkit-transition: all .25s;
        transition: all .25s
    }

    body.desktop .menu__item:hover:before {
        top: 0;
        visibility: visible
    }

    body.desktop .menu__item:hover:after {
        bottom: 0;
        visibility: visible
    }
}

body.desktop .menu__link {
    -moz-transition: all .25s;
    -o-transition: all .25s;
    -webkit-transition: all .25s;
    transition: all .25s
}

@media (min-width: 960px) {
    body.desktop .menu__link:hover {
        color: #fff
    }
}

.blog-detail__fold {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    align-items: center;
    -moz-background-size: cover;
    -o-background-size: cover;
    -webkit-background-size: cover;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
    padding: 2em 0;
    position: relative;
    min-height: 200px
}

@media (min-width: 960px) {
    .blog-detail__fold {
        min-height: 350px
    }
}

.blog-detail__fold__container {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
    position: relative;
    margin: 0 auto;
    width: 100%;
    max-width: 1000px;
    padding: 0 15px;
}

.blog-detail__title {
    font-size: 2.5em;
    font-family: 'Georgia', serif;
    font-weight: 700;
    text-transform: inherit;
    margin: 16px 0;
    line-height: 1
}

@media (min-width: 960px) {
    .blog-detail__title {
        font-size: 2.85714em;
        padding: 0
    }
    
}

.img-post {
    width: 100%;
    max-width: 600px;
    display: block;
    margin: 16px auto;
}

.product-post {
    width: 100%;
    max-width: 350px;
    display: block;
    margin: 16px auto;
}

.comment-block {
    padding: 10px;
    width: 100%;
    margin-top: 30px;
}

.comment-block span {
    color: #000000;
}

.comment-header {
    border-bottom: 2px solid #e7e9ee;
    position: relative;
    margin-bottom: 20px;
    padding-bottom: 10px;
}

.comment-heading {
    font-size: 1.5rem;
    color: #000;
}

.comment-heading:after {
    content: "";
    display: block;
    height: 2px;
    width: 120px;
    background-color: #2a2e2e;
    position: absolute;
    bottom: -2px;
}

.comment {
    display: flex;
    margin: 20px 0;
}

.avatar {
    margin-right: 12px;
    width: 48px;
    min-width: 48px;
    height: 48px;
    border-radius: 3px;
    background-color: lightgrey;
}

.avatar img {
    display: block;
    width: 100%;
    height: 100%;
}

.comment-date {
    color: grey;
    font-family: Arial;
    font-size: 12px;
    text-decoration: none;
}

.comment-circle {
    display: inline-block;
    background-color: lightgrey;
    border-radius: 50%;
    width: 5px;
    height: 5px;
    margin: 5px;
    position: relative;
    top: 2px;
}

.comment-name {
    color: #000000;
    text-decoration: none;
    font-weight: 600;
}

.comment-info {
    margin-bottom: 10px;
}

.comment-text p {
    margin: 0;
}

@import "https://fonts.googleapis.com/css?family=Roboto:400,500,700&amp;display=swap&amp;subset=cyrillic,cyrillic-ext,latin-ext";

@media (max-width: 480px) {

    .product-post {
        width: 70%;
        max-width: 100%;
    }
}

@media (max-width:960px) {
    .logo_text {
        font-size: 14px;
    }
    .logo_text__small {
        font-size: 10px;
    }
}

@media (max-width:375px) {
    .blog-detail__title {
        font-size: 2em;
    }
}
.privacy {
    display: flex;
    flex-grow: 1;
    justify-content: center;
    font-size: 1.2rem;
    color: #fff;
    text-decoration: none;
    margin: 1rem 0;
}
.clear {
    color: #fff;
    text-decoration: none;
}
.footer__nav {
    width: 100%;
}
@media screen and (max-width: 767px) {
    .footer__nav {
        text-align: center;
    }
    .footer__logo {
        margin: 0 auto;
    }
}
@media screen and (max-width: 960px) {
    .header__logo {
        min-height: 86px;
        padding: 0
    }
}

.promo {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  padding: 1.25rem 0.8rem;
  background: #fff500;
}
.promo__title {
  color: red;
  font-size: 1.9rem;
  font-weight: 800;
  margin-bottom: 1.2rem;
  text-align: center;
  margin-top: 0;
}
.promo__timer {
}
.timer__title {
  margin: 0;
  font-weight: 700;
  font-size: 1.15rem;
  text-align: center;
}
.timer {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  font-size: 2.45rem;
  gap: 0.35rem;
}
.timer span {
  font-size: 2.45rem;
  font-weight: bold;
  color: red;
}
.hour, .minute, .second {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.timer__text {
  font-size: 0.75rem;
}

@media screen and (max-width: 960px ) {
  .logo__bottom {
  display: block; 
  margin-bottom: 1rem;
} 
}
.intl-tel-input {
	display: flex;
	flex-direction: column;
	width: 100%;
	align-items: center;
}</pre></body></html>