@font-face {
    font-family: "Roboto";
    src: url("../fonts/Roboto-Regular.woff2") format("woff2"),
    url("../fonts/Roboto-Regular.woff") format("woff");
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Roboto";
    src: url("../fonts/Roboto-Bold.woff2") format("woff2"),
    url("../fonts/Roboto-Bold.woff") format("woff");
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}

body * {
    font-family: 'Roboto', sans-serif
}

a {
    outline: none;
    cursor: pointer !important
}

body {
    top: 0;
    color: #1b354a;
    width: 100%;
    height: 100%;
    font-family: Arial;
    font-size: 18px;
    line-height: 22px;
    margin: 0 auto;
    overflow-x: hidden;
    cursor: default
}

a {
    text-decoration: underline;
    color: #00f;
    cursor: auto
}

a:hover {
    color: #3434fd;
    text-decoration: none
}

h1 {
    margin: 0 0 17px;
    font-weight: 600;
    font-size: 30px;
    line-height: 34px;
    color: #1b354a
}

h2 {
    margin: 18px 0;
    font-weight: 600;
    font-size: 22px;
    line-height: 26px;
    font-weight: normal;
    color: #1b354a
}

img {
    max-width: 100%
}

ul li,
ol li {
    font-size: 16px;
    line-height: 1.4;
    margin-bottom: 10px
}

@media (min-width: 768px) {
    ul li,
    ol li {
        font-size: 18px;
        line-height: 1.4;
        margin-bottom: 10px
    }
}

p {
    margin: 0 0 15px;
    padding: 0 0
}

.container {
    width: 1020px;
    position: relative;
    margin: 0 auto
}

header {
    position: relative;
    width: 100%;
    background-color: #fff;
    padding: 0 0;

}

.time {
    line-height: 20px;
    display: inline-block;
    font-size: 11px;
    font-family: Arial;
    color: #909090;
    margin-left: 15px
}

/* .vk {
  background: transparent url('https://static.introphin.com/pages/437f908d-045b-49f7-b789-7689584d1b87/fonts/vk.svg') no-repeat scroll center center / 20px 20px
}

.tw {
  background: transparent url('https://static.introphin.com/pages/437f908d-045b-49f7-b789-7689584d1b87/fonts/tw.svg') no-repeat scroll center center / 20px 20px
}

.ok {
  background: transparent url('https://static.introphin.com/pages/437f908d-045b-49f7-b789-7689584d1b87/fonts/ok.svg') no-repeat scroll center center / 20px 20px
}

.in {
  background: transparent url('https://static.introphin.com/pages/437f908d-045b-49f7-b789-7689584d1b87/fonts/in.svg') no-repeat scroll center center / 20px 20px
} */

.header_line_2 {
    margin-top: 0;
    padding-bottom: 0
}


.links li {
    font-weight: 600;
    font-size: 14px;
    color: #1b354a;
    display: inline-block;
    margin-right: 0;
    margin-bottom: 0;
    cursor: pointer;
    letter-spacing: .9px
}

.links li:hover {
    color: #5296db
}

.links a {
    color: #1b354a;
    text-decoration: none;
}


.links {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 15px;
    padding: 15px;
    margin: 0;
}

.chosen_link {
    border-radius: 3px;
    border: 2px solid #05519d;
    padding: 4px
}

.search {
    display: inline-block;
    float: right;
    width: 40px;
    height: 40px;
    /* background: transparent url('https://static.introphin.com/pages/437f908d-045b-49f7-b789-7689584d1b87/fonts/search.svg') no-repeat scroll center center / 20px 20px; */
    vertical-align: top;
    margin-right: 10px;
    border-radius: 2px;
    cursor: pointer
}

.search:hover {
    opacity: .7
}

.text_section {
    position: relative;
    width: 100%;
    background: #260701;
    padding-bottom: 10px
}

.white_base {
    padding-top: 0;
    position: relative
}

.mt-15 {
    margin-top: 15px;
}

.randdate {
    display: block;
    margin: 10px 0;
}

.base {
    padding: 40px 40px 0;
    max-width: 1000px;
    width: 100%;
    background-color: #fff;
    overflow: hidden
}

.comments {
    position: relative;
    margin-top: 20px
}

.red {
    font-size: 22px;
    padding: 10px 0 0;
    color: #f40b0b
}

.link {
    position: relative;
    margin: 30px auto 0;
    width: 300px;
    height: 71px;
}

.link a {
    display: block;
    text-align: center;
    height: 100%;
    color: #666
}

.away {
    display: block;
    color: #b40404;
    font-size: 22px;
    line-height: 28px;
    padding: 12px 0;
    width: 300px;
    text-align: center;
    background: #bae0fe;
    border: 5px solid rgba(114, 168, 211, 1);
    border-radius: 40px;
    text-decoration: none;
    text-transform: uppercase;
    font-weight: 600;
    font-weight: bold
}

.away:hover {
    color: #b40404;
    text-decoration: underline
}

@keyframes pop-up-appear {
    0% {
        transform: translateY(-2000px);
    }

    30% {
        transform: translateY(100px);
    }

    100% {
        transform: translateY(0px);
    }
}

@keyframes pop-up-appear-before {
    0% {
        transform: scale(0);
    }

    100% {
        transform: scale(1);
    }
}

@keyframes pop-up-appear-after {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@keyframes super-rotation {
    70% {
        transform: rotate(1640deg);
    }

    100% {
        transform: rotate(1620deg);
    }
}

@media screen and (max-width: 1019px) {
    img {
        max-width: 100%
    }

    .time {
        display: block;
        margin-left: 0;
        margin-bottom: 10px
    }

    .header_line_2 {
        text-align: center
    }

    .base {
        width: calc(100% - 50px);
        padding-right: 15px;
        padding-left: 15px;
        margin-right: auto;
        margin-left: auto;
    }

    .container {
        width: 100% !important
    }

    .wr-search {
        display: none
    }
}

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

    p {
        text-align: left
    }

    .away {
        width: 260px
    }
}

.comments h2 {
    font-size: 30px;
    margin-bottom: 20px
}

@-webkit-keyframes dotty {
    0% {
        content: '';
    }

    25% {
        content: '.';
    }

    50% {
        content: '..';
    }

    75% {
        content: '...';
    }

    100% {
        content: '';
    }
}

@keyframes dotty {
    0% {
        content: '';
    }

    25% {
        content: '.';
    }

    50% {
        content: '..';
    }

    75% {
        content: '...';
    }

    100% {
        content: '';
    }
}

#comments .coment_ava {
    float: left;
    margin-right: 15px
}

.pg img {
    margin-top: 10px
}

#comments .coment_ava img {
    margin: 0;
    width: 50px;
    height: 50px;
    border-radius: 5px
}

.name {
    font-weight: bold
}

.pg {
    position: relative;
    padding-left: 65px;
    margin-bottom:0
}

.headline {
    font-weight: bold;
    font-size: 30px;
    line-height: 1.3
}



.mw-440 {
    max-width: 440px;
    margin-left: auto;
    margin-right: auto;
}

@media (max-width: 1024px) {
    .mw-440 {
        max-width: 380px;
    }

    .headline {
        font-size: 27px;
    }

}

@media (max-width: 768px) {
    .mw-440 {
        max-width: 350px;
    }

}

@media (max-width: 480px) {
    .mw-440 {
        max-width: 320px;
    }

}

picture {
    display: block;
    margin: 0;
    padding: 0;
    line-height: 0;
}

@media (max-width: 1019px) {


    .base h1 {
        margin-top: 0 !important
    }
}

@media (max-width: 767px) {
    .headline {
        font-size: 28px;
        line-height: 38px
    }
}

@media (max-width: 480px) {


    .time {
        margin-bottom: 0 !important
    }

    .base ul,
    .base ol {
        padding-left: 20px !important
    }

    ol.ol-style {
        padding-left: 0 !important
    }
}

:root {
    --color_base: #fff;
    --color_primary: #3a4752;
    --color_secondary: #333;
    --color_red: red;
    --color_border: #ddd;
    --color_input: #f2f2f2;
    --color_btn: #388e3c;
    --color_btn_hover: #2bac31;
    --color_green: #d9ead3;
    --color_yellow: #fff2cc;
    --color_dark: #f3f3f3;
    --color_comments_priamry: #9faeb5;
    --color_comments_secondary: #eeee;
    --color_comments_text: #414141;
    --color_comments_hover: #5f95ad
}

.order {
    position: relative !important;
    display: block !important;
    min-width: 270px !important;
    /*max-width:450px!important;
    */
    margin: 0 auto !important;

    /*border:2.5px dashed var(--color_border)!important;
    border-radius:2.5px!important*/
}

.order.active {
    display: block !important
}

@keyframes pop-up-appear-before {
    0% {
        transform: scale(0)
    }
    100% {
        transform: scale(1)
    }
}

@keyframes pop-up-appear-before {
    0% {
        transform: scale(0)
    }
    100% {
        transform: scale(1)
    }
}

@keyframes pop-up-appear-after {
    0% {
        opacity: 0
    }
    100% {
        opacity: 1
    }
}

@keyframes pop-up-appear-after {
    0% {
        opacity: 0
    }
    100% {
        opacity: 1
    }
}

.note {
    font-family: "Lato", sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 20px;
    line-height: 29px;
    text-align: center;
    margin: 20px auto 10px;
    padding: 5px 0;
    background: #ff0
}

.offer {

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

.offer h2, .offer p {
    text-align: center
}

.offer h2 {
    color: #fff;
    font-size: 32px;
    font-family: "Lato", sans-serif
}

.offer .note {
    background: #abff9c
}

.offer a {
    text-decoration: none
}

@keyframes pulse {
    to {
        box-shadow: 0 0 0 45px rgba(232, 76, 61, 0)
    }
}

@media (min-width: 600px) {
    .title {
        padding: 30px 0;
        text-align: left
    }
}

@media screen and (max-width: 400px) {
    .note {
        font-size: 18px;
        line-height: 32px;
        letter-spacing: -.02em;
        padding: 5px
    }
}

.door {
    width: 190px;
    height: 400px;
    box-shadow: inset -1px -1px 0 1px #191919, inset 1px 1px 0 1px #191919
}

.door {
    position: absolute;
    top: 0;
    left: 0
}

.door {
    background-repeat: no-repeat;
    transform: rotateY(0deg);
    display: inline-block;
    transition: all .75s ease;
    transform-origin: 0% 0%;
    cursor: pointer
}

.door:hover {
    transform: rotateY(-30deg)
}

.door.open {
    transform: rotateY(-85deg)
}

@media (max-width: 840px) {
    .door {
        width: 95px;
        height: 200px
    }
}

@-webkit-keyframes super-rotation {
    70% {
        -webkit-transform: rotate(1783deg);
        transform: rotate(1783deg)
    }

    100% {
        -webkit-transform: rotate(1774deg);
        transform: rotate(1774deg)
    }
}

@keyframes super-rotation {
    70% {
        -webkit-transform: rotate(1783deg);
        transform: rotate(1783deg)
    }

    100% {
        -webkit-transform: rotate(1774deg);
        transform: rotate(1774deg)
    }
}

@keyframes pop-up-appear {
    0% {
        transform: translateY(-2000px)
    }

    30% {
        transform: translateY(100px)
    }

    100% {
        transform: translateY(0)
    }
}

@keyframes pop-up-appear-before {
    0% {
        transform: scale(0)
    }

    100% {
        transform: scale(1)
    }
}

@keyframes pop-up-appear-after {
    0% {
        opacity: 0
    }

    100% {
        opacity: 1
    }
}

@keyframes pop-up-appear {
    0% {
        transform: translateY(-2000px);
    }
    30% {
        transform: translateY(100px);
    }
    100% {
        transform: translateY(0px);
    }
}

@keyframes pop-up-appear-before {
    0% {
        transform: scale(0);
    }
    100% {
        transform: scale(1);
    }
}

@keyframes pop-up-appear-after {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

.door {
    width: 190px;
    height: 400px;
    box-shadow: inset -1px -1px 0 1px #191919, inset 1px 1px 0 1px #191919
}

.door {
    position: absolute;
    top: 0;
    left: 0
}

.door {

    background-repeat: no-repeat;
    transform: rotateY(0deg);
    display: inline-block;
    transition: all .75s ease;
    transform-origin: 0% 0%;
    cursor: pointer;
    -webkit-transition: all .75s ease;
    -moz-transition: all .75s ease;
    -ms-transition: all .75s ease;
    -o-transition: all .75s ease;
    -webkit-transform: rotateY(0deg);
    -moz-transform: rotateY(0deg);
    -ms-transform: rotateY(0deg);
    -o-transform: rotateY(0deg)
}

.door:hover {
    transform: rotateY(-30deg);
    -webkit-transform: rotateY(-30deg);
    -moz-transform: rotateY(-30deg);
    -ms-transform: rotateY(-30deg);
    -o-transform: rotateY(-30deg)
}

.door.open {
    transform: rotateY(-85deg) !important;
    -webkit-transform: rotateY(-85deg) !important;
    -moz-transform: rotateY(-85deg) !important;
    -ms-transform: rotateY(-85deg) !important;
    -o-transform: rotateY(-85deg) !important
}

@media (max-width: 840px) {
    .door {
        width: 95px;
        height: 200px
    }

    .door {

        background-size: 100% 100%
    }
}

@-webkit-keyframes super-rotation {
    70% {
        -webkit-transform: rotate(1783deg);
        transform: rotate(1783deg);
        -moz-transform: rotate(1783deg);
        -ms-transform: rotate(1783deg);
        -o-transform: rotate(1783deg);
    }

    100% {
        -webkit-transform: rotate(1774deg);
        transform: rotate(1774deg);
        -moz-transform: rotate(1774deg);
        -ms-transform: rotate(1774deg);
        -o-transform: rotate(1774deg);
    }
}

@keyframes super-rotation {
    70% {
        -webkit-transform: rotate(1783deg);
        transform: rotate(1783deg);
        -moz-transform: rotate(1783deg);
        -ms-transform: rotate(1783deg);
        -o-transform: rotate(1783deg);
    }

    100% {
        -webkit-transform: rotate(1774deg);
        transform: rotate(1774deg);
        -moz-transform: rotate(1774deg);
        -ms-transform: rotate(1774deg);
        -o-transform: rotate(1774deg);
    }
}

@keyframes pop-up-appear {
    0% {
        transform: translateY(-2000px);
        -webkit-transform: translateY(-2000px);
        -moz-transform: translateY(-2000px);
        -ms-transform: translateY(-2000px);
        -o-transform: translateY(-2000px);
    }

    30% {
        transform: translateY(100px);
        -webkit-transform: translateY(100px);
        -moz-transform: translateY(100px);
        -ms-transform: translateY(100px);
        -o-transform: translateY(100px);
    }

    100% {
        transform: translateY(0);
        -webkit-transform: translateY(0);
        -moz-transform: translateY(0);
        -ms-transform: translateY(0);
        -o-transform: translateY(0);
    }
}

@keyframes pop-up-appear-before {
    0% {
        transform: scale(0);
        -webkit-transform: scale(0);
        -moz-transform: scale(0);
        -ms-transform: scale(0);
        -o-transform: scale(0);
    }

    100% {
        transform: scale(1);
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -ms-transform: scale(1);
        -o-transform: scale(1);
    }
}

@keyframes pop-up-appear-after {
    0% {
        opacity: 0
    }

    100% {
        opacity: 1
    }
}

@media screen and (max-width: 360px) {
    .door {
        width: 100%;
        background-size: 100% 100%
    }
}

span.discount {
    display: block;
    margin-top: 9px;
    font-size: 18px;
}

@keyframes pop-up-appear {
    0% {
        transform: translateY(-2000px);
    }

    30% {
        transform: translateY(100px);
    }

    100% {
        transform: translateY(0px);
    }
}

@keyframes pop-up-appear-before {
    0% {
        transform: scale(0);
    }

    100% {
        transform: scale(1);
    }
}

@keyframes pop-up-appear-after {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@-webkit-keyframes super-rotation {
    70% {
        -webkit-transform: rotate(1783deg);
        transform: rotate(1783deg)
    }

    100% {
        -webkit-transform: rotate(1774deg);
        transform: rotate(1774deg)
    }
}

@keyframes super-rotation {
    70% {
        -webkit-transform: rotate(1783deg);
        transform: rotate(1783deg)
    }

    100% {
        -webkit-transform: rotate(1774deg);
        transform: rotate(1774deg)
    }
}

@-webkit-keyframes super-rotation {
    70% {
        -webkit-transform: rotate(1783deg);
        transform: rotate(1783deg)
    }

    100% {
        -webkit-transform: rotate(1774deg);
        transform: rotate(1774deg)
    }
}

@keyframes super-rotation {
    70% {
        -webkit-transform: rotate(1783deg);
        transform: rotate(1783deg)
    }

    100% {
        -webkit-transform: rotate(1774deg);
        transform: rotate(1774deg)
    }
}

@keyframes pop-up-appear {
    0% {
        transform: translateY(-2000px)
    }

    30% {
        transform: translateY(100px)
    }

    100% {
        transform: translateY(0)
    }
}

@keyframes pop-up-appear-before {
    0% {
        transform: scale(0)
    }

    100% {
        transform: scale(1)
    }
}

@keyframes pop-up-appear-after {
    0% {
        opacity: 0
    }

    100% {
        opacity: 1
    }
}


/*  */
form h2 {
    font-size: 30px;
    margin-block-start: 0.83em;
    margin-block-end: 0.83em;
}

/* #order_form span {
font-size: 12px;
} */

form a {
    vertical-align: inherit;
    color: blue;
}

.center {
    text-align: center;
}

:root {
    --ng-green: #008751;
    --ng-white: #FFFFFF;
    --ng-green-light: #00A859;
    --ng-green-dark: #006B3C;
    --accent-orange: #FF8C00;
}

body {
    font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
}

.text_section {
    background: linear-gradient(135deg, #008751 0%, #006B3C 100%);
}

.base {
    border-radius: 12px;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.1);
}

.headline {
    color: #008751;
}

.btn-main {
    background: linear-gradient(135deg, #008751 0%, #00A859 100%) !important;
    border-radius: 8px;
    transition: all 0.3s ease;
    box-shadow: 0 4px 15px rgba(0, 135, 81, 0.3);
}

.btn-main:hover {
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(0, 135, 81, 0.4);
}

header {
    background: linear-gradient(135deg, #008751 0%, #006B3C 100%);
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}

.links a {
    color: #fff !important;
}

.links a:hover {
    color: #81cbed !important;
}

.chosen_link {
    background: rgba(255, 255, 255, 0.2);
    border-color: #fff;
}

.base {
    background: #fff;
    padding: 20px 40px;
}

.base p {
    line-height: 1.4;
    color: #333;
}

ul li:not(:last-child) {
    margin-bottom: 10px;
}


.base h1, .base h2, .base h3 {
    color: #008751;
}

.base ul, .base ol {
    line-height: 1.8;
}


.row-y-item {
    background: #f8f9fa;
    padding: 15px;
    border-radius: 8px;
    margin-bottom: 15px;
    border-left: 4px solid #008751;
}

.comments h2 {
    color: #008751;
    font-weight: 700;
}

@media (max-width: 768px) {
    .base {
        padding: 15px;
        width: 100%;
        border-radius: 0;
    }

    .headline {
        font-size: 24px;
        line-height: 1.3;
    }
}

html {
    line-height: 1.15;
    -webkit-text-size-adjust: 100%;
    font-size: 15px;
}

main {
    display: block;
}

hr {
    box-sizing: content-box;
    /* 1 */
    height: 0;
    /* 1 */
    overflow: visible;
    /* 2 */
}

pre {
    font-family: monospace, monospace;
    /* 1 */
    font-size: 1em;
    /* 2 */
}

a {
    background-color: transparent;
}

abbr[title] {
    border-bottom: none;
    text-decoration: underline;
    text-decoration: underline dotted;
}

[dir="rtl"] input[type="tel"] {
    text-align: right;
}

b,
strong {
    font-weight: bolder;
}

code,
kbd,
samp {
    font-family: monospace, monospace;
    font-size: 1em;
}

small {
    font-size: max(14px, 90%);
}

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sub {
    bottom: -0.25em;
}

sup {
    top: -0.5em;
}

img {
    border-style: none;
}

button,
input,
optgroup,
select,
textarea {
    font-family: inherit;
    font-size: 100%;
    line-height: 1.15;
    margin: 0;
}

button,
input {
    overflow: visible;
}

button,
select {
    text-transform: none;
}

button,
[type="button"],
[type="reset"],
[type="submit"] {
    -webkit-appearance: button;
}

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
    border-style: none;
    padding: 0;
}

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
    outline: 1px dotted ButtonText;
}

fieldset {
    padding: 0.35em 0.75em 0.625em;
}

legend {
    box-sizing: border-box;
    color: inherit;
    display: table;
    max-width: 100%;
    padding: 0;
    white-space: normal;
}

progress {
    vertical-align: baseline;
}

textarea {
    overflow: auto;
}

[type="checkbox"],
[type="radio"] {
    box-sizing: border-box;
    padding: 0;
    cursor: pointer;
}

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
    height: auto;
}

[type="search"] {
    -webkit-appearance: textfield;
    outline-offset: -2px;
}

[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}

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

details {
    display: block;
}

summary {
    display: list-item;
}

template {
    display: none;
}

[hidden] {
    display: none;
}

img {
    max-width: 100%;
    display: inline-block;
}

svg {
    vertical-align: middle;
}

.icon {
    width: 1em;
    height: 1em;
    vertical-align: -0.125em;
}

*,
*:after,
*:before {
    box-sizing: border-box;
}

html[lang="hu"] {
    --line-height: 1.4;
}

:root {
    --font-size: 18px;
    --line-height: 1.3;
    --image-width: calc(500px - var(--image-step));
    --image-width-lg: calc(450px - var(--image-step));
    --image-width-md: calc(400px - var(--image-step));
    --image-width-sm: calc(350px - var(--image-step));
    --image-width-xs: calc(300px - var(--image-step));
    --image-step: 0px;
    --product-width: 300px;
    --product-wide: calc(var(--product-width) - var(--image-step));
    --product-narrow: calc(var(--product-width) - 100px - var(--image-step));
    --h1: 32px;
    --h2: 28px;
    --h3: 24px;
    --h4: 20px;
    --h5: 18px;
    --h6: 16px;
}

@media screen and (max-width: 1023px) {
    :root {
        --image-step: 25px;

        --h1: 30px;
        --h2: 26px;
        --h3: 22px;
    }
}

@media screen and (max-width: 767px) {
    :root {
        --image-step: 50px;
        --font-size: 16px;

        --h1: 28px;
        --h2: 24px;
        --h3: 20px;
    }
}

@media screen and (max-width: 479px) {
    :root {
        --image-step: 75px;

        --h1: 22px;
        --h2: 20px;
        --h3: 18px;
        --h4: 17px;
    }
}

h1,
.h1 {
    font-size: var(--h1);
}

h2,
.h2 {
    font-size: var(--h2);
}

h3,
.h3 {
    font-size: 20px;
}


h4,
.h4 {
    font-size: var(--h4);
}

h5,
.h5 {
    font-size: var(--h5);
}

h6,
.h6 {
    font-size: var(--h6);
}

h1,
h2,
h3,
h4,
h5,
h6 {
    line-height: calc(var(--line-height) - 0.1);
}

body {
    font-family: Arial, Helvetica, sans-serif;
    font-size: var(--font-size);
    line-height: var(--line-height);
    color: #222;
    margin: 0;
    overflow-x: hidden;
}

.container {
    max-width: 1000px;
    margin-left: auto;
    margin-right: auto;
}

.container-lg {
    max-width: 700px;
}

.container-md {
    max-width: 450px;
}

.container-sm {
    max-width: 400px;
}

.container-xs {
    max-width: 320px;
}

.row {
    --offset-x: 10px;
    --offset-y: 10px;
    display: flex;
    margin-left: calc(var(--offset-x) * -1);
    margin-right: calc(var(--offset-x) * -1);
    margin-top: calc(var(--offset-y) * -1);
}

.flex-wrap {
    flex-wrap: wrap;
}

.row + .row {
    margin-top: 0;
}

.d-flex {
    display: flex;
}

.d-none {
    display: none;
}

@media screen and (max-width: 479px) {
    .d-xs-none {
        display: none;
    }

    .flex-xs-wrap {
        flex-wrap: wrap;
    }
}

.h-100 {
    height: 100%;
}

.w-100 {
    width: 100%;
}

.mx-auto {
    margin-left: auto;
    margin-right: auto;
}

.row .col {
    padding-left: var(--offset-x);
    padding-right: var(--offset-x);
    margin-top: var(--offset-y);
    flex-grow: 1;
    width: 100%;
}

.row .col-auto {
    width: auto;
    flex-grow: 0;
}

.row .col-100 {
    width: 100%;
}

.row .col-75 {
    width: 75%;
}

.row .col-50 {
    width: 50%;
}

.row .col-33 {
    width: 33%;
}

.row .col-25 {
    width: 25%;
}

.flex-grow {
    flex-grow: 1;
}

.direction-row-reverse {
    flex-direction: row-reverse;
}

.direction-column {
    flex-direction: column;
}

.align-items-center {
    align-items: center;
}

.justify-content-center {
    justify-content: center;
}

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

.justify-content-around {
    justify-content: space-around;
}

.text-center {
    text-align: center;
}



.text-uppercase {
    text-transform: uppercase;
}

@media screen and (max-width: 1023px) {
    .text-lg-center {
        text-align: center;
    }



    .direction-lg-column {
        flex-direction: column;
    }

    .align-items-lg-center {
        align-items: center;
    }

    .justify-content-ld-center {
        justify-content: center;
    }

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

    .justify-content-ld-around {
        justify-content: space-around;
    }

    .row .col-lg-auto {
        width: auto;
        flex-grow: 0;
    }

    .row .col-lg-100 {
        width: 100%;
    }

    .row .col-lg-75 {
        width: 75%;
    }

    .row .col-lg-50 {
        width: 50%;
    }

    .row .col-lg-33 {
        width: 33%;
    }

    .row .col-lg-25 {
        width: 25%;
    }
}

@media screen and (max-width: 767px) {
    .text-md-center {
        text-align: center;
    }


    .direction-md-column {
        flex-direction: column;
    }

    .align-items-md-center {
        align-items: center;
    }

    .justify-content-md-center {
        justify-content: center;
    }

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

    .justify-content-md-around {
        justify-content: space-around;
    }

    .row .col-md-auto {
        width: auto;
        flex-grow: 0;
    }

    .row .col-md-100 {
        width: 100%;
    }

    .row .col-md-75 {
        width: 75%;
    }

    .row .col-md-50 {
        width: 50%;
    }

    .row .col-md-33 {
        width: 33%;
    }

    .row .col-md-25 {
        width: 25%;
    }
}

@media screen and (max-width: 639px) {
    .text-sm-center {
        text-align: center;
    }



    .direction-sm-column {
        flex-direction: column;
    }

    .align-items-sm-center {
        align-items: center;
    }

    .justify-content-sm-center {
        justify-content: center;
    }

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

    .justify-content-sm-around {
        justify-content: space-around;
    }

    .row .col-sm-auto {
        width: auto;
        flex-grow: 0;
    }

    .row .col-sm-100 {
        width: 100%;
    }

    .row .col-sm-75 {
        width: 75%;
    }

    .row .col-sm-50 {
        width: 50%;
    }

    .row .col-sm-33 {
        width: 33%;
    }

    .row .col-sm-25 {
        width: 25%;
    }
}

@media screen and (max-width: 479px) {
    .text-xs-center {
        text-align: center;
    }



    .direction-xs-column {
        flex-direction: column;
    }

    .align-items-xs-center {
        align-items: center;
    }

    .justify-content-xs-center {
        justify-content: center;
    }

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

    .justify-content-xs-around {
        justify-content: space-around;
    }

    .row .col-xs-auto {
        width: auto;
        flex-grow: 0;
    }

    .row .col-xs-100 {
        width: 100%;
    }

    .row .col-xs-75 {
        width: 75%;
    }

    .row .col-xs-50 {
        width: 50%;
    }

    .row .col-xs-33 {
        width: 33%;
    }

    .row .col-xs-25 {
        width: 25%;
    }
}

.col--sidebar {
    max-width: 300px;
    flex-shrink: 0;
}

.sidebar {
    position: sticky;
    top: 0;
}

@media screen and (max-width: 1023px) {
    .col--sidebar {
        display: none;
    }
}

@media screen and (min-width: 1024px) {
    .col--content:has(+ .col--sidebar) {
        max-width: calc(100% - 300px);
    }
}

li:not(:last-child) {
    margin-bottom: 0;
}

ol,
ul {
    padding-left: 25px;
}

.section {
    padding: 1rem;
}

@media screen and (min-width: 768px) {
    .section--wide {
        padding: 1rem 2rem;
    }
}

.section > *:not(.row):first-child,
.col > *:not(.row):first-child {
    margin-top: 0;
}

.section > *:not(.row):last-child,
.col > *:not(.row):last-child {
    margin-bottom: 0;
}

.content {
    background: #fff;
}

.bg-white {
    background: white;
}

.bg-green {
    background: #d8ead3;
}

.bg-yellow {
    background: rgb(255, 242, 186);
}

.bg-blue {
    background: #b7e0ff;
}

.bg-gray {
    background: #ededed;
}

.bg-lightgray {
    background: #efefef;
}

.bg-lightblue {
    background: #0385c3;
}

.bg-orange {
    background: orange;
}

.bg-darkblue {
    background: #016b93;
    color: #fff;
}

.bg-success {
    background: #1fb55d;
    color: #fff;
}

.bg-danger {
    background: #b5403d;
    color: #fff;
}

.bg-border-black {
    border-width: 1px;
    border-color: #000;
}

.bg-border-gray {
    border-width: 1px;
    border-color: gray;
}

.bg-border-red {
    border-width: 1px;
    border-color: red;
}

.bg-border-green {
    border-width: 1px;
    border-color: green;
}

.bg-border-lightgray {
    border-width: 1px;
    border-color: #efefef;
}

.bg-border-solid {
    border-style: solid;
}

.bg-border-dashed {
    border-style: dashed;
}

.blue {
    color: #349dee;
}

.red {
    color: red;
}

.orange {
    color: #f65757;
}

.gray {
    color: gray;
}

.green {
    color: green;
}

.yellow {
    color: #caca54;
}

.gold {
    color: #b88b59;
}

.image-content {
    max-width: var(--image-width);
    width: 100%;
    display: inline-block;
    line-height: 0;
    vertical-align: bottom;
}

.image-content img {
    width: 100%;
}

.image-content-lg {
    max-width: var(--image-width-lg);
}

.image-content-md {
    max-width: var(--image-width-md);
}

.image-content-sm {
    max-width: var(--image-width-sm);
}

.image-content-xs {
    max-width: var(--image-width-xs);
}

.overflow-content {
    overflow-x: auto;
}

.overflow-content:before {
    content: url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 256 256' width='32' height='32' style='transform: rotate(180deg);'%3E%3Cpath d='M118,5.9c-12.2,2.7-23.2,11.4-28.1,22.3l-1.5,3.4l-29.2,0.1H29.9l9.1-9.2c8-8.1,9.1-9.4,9.1-11c0-3.7-2.3-6-6-6.1h-2.5L25.1,20c-9.6,9.6-14.8,15.2-15,16.1c-0.2,0.9-0.2,2.2,0.1,3c0.2,1,5.4,6.6,14.9,16.1l14.6,14.6h2.5c3.7-0.1,6-2.3,6-6.1c0-1.6-1.1-2.9-9.1-11l-9.1-9.2h27.8h27.9l0.1,3.8c0.2,6.9,2.6,14.2,6.5,20.3l1.6,2.5l0.3-13.1C94.4,47,94.7,43.3,95.4,41c3.2-10.2,11.1-18.1,21.6-21.6c4.7-1.6,14.3-1.5,19.6,0.3c7.3,2.4,13.9,7.6,17.6,14c3.4,5.9,3.9,8.5,4.2,23.4l0.2,13.6l2.1-3.2c3.9-6.2,7.1-16.8,6.4-21.9l-0.2-1.8h29.5H226l-9.1,9.2c-8,8.1-9.1,9.4-9.1,11c0,3.7,2.3,6,6,6.1h2.4l14.4-14.3c15.5-15.4,16.3-16.6,15-20c-0.4-0.9-7.1-8-15-15.9C216.3,5.6,216.1,5.4,213.8,5.4c-1.3,0-2.8,0.3-3.4,0.5c-1.4,0.8-2.7,3.4-2.7,5.5c0,1.6,1.1,2.9,9.1,11l9.1,9.2l-30.7,0.1L164.6,32l-0.9-2.2c-3.3-8.3-10.9-16.3-19.7-20.7C136.6,5.4,126.3,4.1,118,5.9z'/%3E%3Cpath d='M120.3,30.8c-5.7,1.6-10.8,5.9-13.4,11.2c-2.2,4.4-2.3,9.1-2.2,62.9c0,25.9-0.1,47.3-0.2,47.4c-0.5,0.5-4-4.8-8.4-12.6c-4.9-9-7.1-11.7-10.9-14.2c-4.1-2.7-8.2-3.7-14.2-3.4c-4.3,0.1-5.6,0.4-8.6,1.9c-7.2,3.4-11.2,8.9-11.1,15.3c0,3.3,0.2,3.7,27.2,54.9c21.6,41.2,27.5,52,29.2,53.5c3.9,3.5,2.6,3.4,54.6,3.4c29.8,0,48.2-0.2,50.1-0.5c4.4-0.9,9.5-3.4,12.2-6.3c2.9-3,5.8-8.4,7.1-13.1c2.3-8.9,3.8-36.7,3.5-67.2l-0.2-23l-1.8-3.7c-3.1-6.7-8.7-10.7-16.5-12c-3.2-0.5-4.4-0.5-7.4,0.2l-3.6,0.8l-0.6-1.8c-2.4-7.2-12-12.7-21.2-12.1c-2.3,0.1-4.6,0.4-5.1,0.6c-0.6,0.3-1.1-0.4-2.1-2.8c-1.4-3.4-4.6-7.3-7.8-9.2c-4.8-3-12-4.3-18.3-3.3l-2.8,0.5l-0.2-26.5l-0.2-26.4l-1.8-3.7c-3.4-6.8-9.8-10.8-18-11.2C124.7,30.2,121.8,30.3,120.3,30.8z M131.1,44.8c0.9,0.5,2.1,1.6,2.5,2.3c0.5,1,0.8,10.3,1,45.1l0.3,43.9l1.4,1.4c1.9,1.9,5.6,2.3,8,1.1c3-1.5,3.4-3.1,3.4-13.3c0-8.1,0.1-9.4,1.1-10.9c0.5-1,1.6-2.1,2.3-2.6c3.4-2.2,9.1-1.4,11.9,1.8l1.6,1.9v14.5c0,15.6,0.2,16.6,3,18.5c1.7,1.1,5.5,1.1,7.4,0c2.7-1.6,3-2.7,3.3-10.9c0.3-8.2,0.6-9.3,3.3-10.9c3-1.7,9-0.6,10.5,2.1c0.4,0.8,0.8,5.4,0.9,13.9l0.3,12.8l2.1,1.9c1.9,1.8,2.3,1.9,4.8,1.7c4.9-0.5,6.5-3.2,6.5-10.8c0-3.3,0.3-5.5,0.8-6.5c0.9-1.8,3.8-3.3,6.3-3.3c2.5,0,5.8,2,6.8,4c1.9,4,1.6,46.6-0.5,71.4c-1.1,13.2-2.1,17.2-4.8,20.1c-2.7,3-0.6,2.8-51.2,3.1c-33.6,0.1-47.2,0-47.5-0.4c-0.8-1-51.3-96.8-51.5-97.6c-0.2-1.1,3-3.2,5.5-3.6c3-0.5,6.6,0.6,8.5,2.7c0.9,1,3.2,4.7,5.1,8.3c4.3,7.9,7.1,12.1,10.4,15.6c6.5,6.6,17.7,5.1,22.1-3.1c1.2-2.2,1.2-2.2,1.5-56.3c0.3-50.9,0.3-54.2,1.3-55.5C121.5,43.8,127.6,42.7,131.1,44.8z'/%3E%3C/svg%3E");
    animation: moving 2s infinite;
    display: none;
    margin-left: auto;
    margin-right: auto;
    position: sticky;
    left: calc(50% - 16px);
    top: 0;
    font-size: 0;
    line-height: 0;
    margin-top: -10px;
}

@media screen and (max-width: 1023px) {
    .overflow-content-lg > * {
        min-width: 800px;
    }

    .overflow-content-lg:before {
        display: inline-block;
    }
}

@media screen and (max-width: 767px) {
    .overflow-content-md > * {
        min-width: 800px;
    }

    .overflow-content-md:before {
        display: inline-block;
    }
}

@media screen and (max-width: 639px) {
    .overflow-content-sm > * {
        min-width: 800px;
    }

    .overflow-content-sm:before {
        display: inline-block;
    }
}

@media screen and (max-width: 479px) {
    .overflow-content-xs > * {
        min-width: 500px;
    }

    .overflow-content-xs:before {
        display: inline-block;
    }
}

@keyframes moving {
    0% {
        transform: translateX(10px);
    }

    50% {
        transform: translateX(-10px);
    }

    100% {
        transform: translateX(10px);
    }
}

.image-product {
    width: 100%;
    max-width: 180px;
    filter: drop-shadow(0 0 1px rgba(51, 51, 51, 0.75));
    display: inline-block;
    line-height: 1;
}

@media (max-width: 768px) {
    .image-product {
        max-width: 160px;
    }
}

.mb-15{
    margin-bottom: 15px;
}

ol li {
    margin-bottom: 10px!important;
}

.image-caption {
    font-size: max(14px, 0.8em);
    text-align: center;
    display: inline-block;
    max-width: var(--image-width);
    width: 100%;
    padding: 5px;
}

.btn {
    display: inline-block;
    outline: none;
    border: none;
    cursor: pointer;
    padding: 0.75rem;
    background: rgb(229, 0, 38);
    color: #fff;
    text-decoration: none;
    font-family: inherit;
    border-radius: 5px;
    transition: all 400ms;
    box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.1);
}

.btn:hover {
    color: #fff;
    background: rgb(123, 27, 43);
}

.btn-warning {
    background: #ffc107;
    color: #fff;
}

.btn-warning:hover {
    background: #d39e00;
}

.btn-success {
    background: #3ba027;
    color: #fff;
}

.btn-success:hover {
    background: #4dd532ff;
}

.btn-outline-white {
    background: transparent;
    color: #fff;
    border: 1px solid #fff;
}

.btn-outline-white:hover {
    background: #fff;
    color: #000;
}

.btn-orange {
    background: #ff5900;
    color: #fff;
}

.btn-orange:hover {
    background: #ff6328;
}

.input {
    background: #fff;
    font-family: inherit;
    font-size: 1rem;
    padding: 0.75rem;
    border: 1px solid #ccc;
    border-radius: 5px;
    display: inline-block;
    resize: none;
}

a.input {
    color: gray;
    text-decoration: none;
    line-height: 1;
}

a.input svg {
    color: #000;
    margin-right: 0.25rem;
    margin-left: 0.25rem;
}

.lastpack-wrap {
    display: inline-block;
    text-align: center;
    padding: 0.5rem 1rem;
    background: red;
    color: #fff;
    text-shadow: 0 -1px 0 #000000,
    0 -1px 0 #000000,
    0 1px 0 #000000,
    0 1px 0 #000000,
    -1px 0 0 #000000,
    1px 0 0 #000000,
    -1px 0 0 #000000,
    1px 0 0 #000000,
    -1px -1px 0 #000000,
    1px -1px 0 #000000,
    -1px 1px 0 #000000,
    1px 1px 0 #000000,
    -1px -1px 0 #000000,
    1px -1px 0 #000000,
    -1px 1px 0 #000000,
    1px 1px 0 #000000;
    border-radius: 5px;
}

.footnote {
    text-align: center;
}

.order__inner {
    display: flex;
    align-items: center;
    justify-content: center;
}

.order__form {
    max-width: 350px;
    width: 100%;
}

@media screen and (max-width: 767px) {
    .order__inner {
        flex-direction: column;
    }
}

.form {
    max-width: 400px;
}

.form__label {
    display: inline-block;
    margin-bottom: 5px;
}

.form__input {
    width: 100%;
    margin-bottom: 1rem;
}

.form__btn {
    width: 100%;
}

.form__footnote:not(:last-child) {
    margin-bottom: 1rem;
}

.form__btn + .form__footnote {
    margin-top: 0.5rem;
}

.price {
    display: flex;
    justify-content: center;
    padding: 5px 0;
    background: #f3f3f3;
    border-radius: 10px;
    margin-bottom: 1rem;
    color: #000;
}

.price__item {
    padding: 0 10px;
    text-align: center;
    width: 50%;
}

.price__item-title {
    font-weight: 700;
    font-size: 0.9em;
}

.price__item--old {
    border-right: 1px solid #ddd;
}

.price__item-value--old {
    text-decoration: line-through;
    font-size: 22px;
    color: gray;
}

.price__item-value--new {
    color: red;
    font-weight: 700;
    font-size: 26px;
    text-shadow: 0 0 1px darkred;
}

@media screen and (max-width: 375px) {
    .price__item-value--old {
        font-size: 18px;
    }

    .price__item-value--new {
        font-size: 22px;
    }
}

#order {
    margin-top: 1rem;
}


.footer {
    text-align: center;
    font-size: 1rem;
}

.links li {
    margin-bottom: 0!important;
    display: none;
}

.links li:nth-child(-n+2) {
    display: block;
}

@media (min-width: 480px) {
    .links li:nth-child(-n+3) {
        display: block;
    }
}

@media (min-width: 640px) {
    .links li:nth-child(-n+4) {
        display: block;
    }
}

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

    .white_base {
        padding-top: 15px;
    }
}

h3 {
    margin: 15px 0;
}

.live {
    max-width: 250px;
    width: 100%;
}

@media (max-width: 768px) {
    .live {
        max-width: 220px;
        width: 100%;
    }
}



.x_country_select {display: none !important}

#order-in-progress__popup span {color: #000 !important;}
