body {
    background: #fff
}

html {
    line-height: 1.15;
    -webkit-text-size-adjust: 100%
}

body {
    margin: 0
}

a {
    background-color: transparent
}

b,
strong {
    font-weight: bolder
}

img {
    border-style: none
}

button,
input {
    font-family: inherit;
    font-size: 100%;
    line-height: 1.15;
    margin: 0
}

button,
input {
    overflow: visible
}

button {
    text-transform: none
}

button,
[type="submit"] {
    -webkit-appearance: button
}

button::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
    border-style: none;
    padding: 0
}

button:-moz-focusring,
[type="submit"]:-moz-focusring {
    outline: 1px dotted ButtonText
}

::-webkit-file-upload-button {
    -webkit-appearance: button;
    font: inherit
}

* {
    box-sizing: border-box
}

body {
    background: #dadde1 !important;
    margin: 0;
    padding: 0;
    font-family: Helvetica, Arial, sans-serif;
    font-size: 16px;
    color: #050505
}
body,html{
  scroll-behavior: smooth;
}
.d-flex {
    display: flex
}

.pt {
    padding-top: 13px
}

.pb {
    padding-bottom: 13px
}

.main {
    max-width: 700px;
    background: #fff;
    margin: 0 auto;
    padding: 0 15px
}

.global_bg img {
    width: 100%
}

.global_bg {
    width: 100%;
    max-width: 700px;
    margin: 0 auto;
    line-height: 0;
    margin-top: 37px;
}

#header {
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    background: #3b5998;
    color: #fff;
    text-align: center;
    padding: 10px 0;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 100%;
    margin-bottom: -7px
}

.header-nav {
    justify-content: stretch;
    align-items: center
}

.btn-nav {
    background: #ebedf0;
    padding: 10px;
    margin: 0 4px;
    align-items: center;
    justify-content: center;
    border-radius: 6px
}

.btn-nav:nth-child(1) {
    flex-basis: 100%;
    align-items: center;
    justify-content: center;
    background: #3578e5;
    margin-left: 0
}

.btn-nav:nth-child(3) {
    margin-right: 0
}

.btn-nav:nth-child(1) img {
    max-width: 18px;
    margin-right: 5px
}

.btn-nav:nth-child(2) img {
    max-width: 18px
}

.btn-nav:nth-child(3) img {
    max-width: 18px
}

.btn-nav:nth-child(2),
.btn-nav:nth-child(3) {
    flex-basis: 16.67%
}

.contact {
    color: white;
    font-size: 14px
}

.header-status {
    color: #90949c
}

#back-icon {
    position: absolute;
    left: 10px;
    top: 12px;
    width: 17px
}

#title {
    box-sizing: border-box;
    display: inline-block;
    overflow: hidden;
    padding-left: 50px;
    padding-right: 50px;
    text-align: center;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 100%
}

.person {
    display: flex;
    align-items: center;
    justify-content: space-between
}

.person-inner-left {
    display: flex;
    align-items: center;
    justify-content: space-between
}

.ava {
    border-radius: 100%;
    overflow: hidden;
    background: url(../images/ava.png) #dadde1;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    margin-right: 10px
}

.ava.big {
    width: 64px;
    height: 64px;
    min-width: 64px;
    max-width: 64px;
    min-height: 64px;
    max-height: 64px
}

.ava.small {
    width: 40px;
    height: 40px;
    min-width: 40px;
    max-width: 40px;
    min-height: 40px;
    max-height: 40px;
    margin-right: 7px
}

.info {
    position: relative;
    width: max-content
}

.info-small {
    position: relative;
    width: max-content
}

.info:before {
    content: "";
    background: url(../images/2f2f274f1.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    width: 10px;
    height: 10px;
    position: absolute;
    top: 4px;
    right: -13px
}

.page_type,
.like {
    color: #90949c;
    font-size: 12px;
    margin-top: 4px
}

.person-inner-right {
    margin: 0 16px
}

.person-inner-right img {
    max-width: 23px;
    margin: 0 auto;
    display: block
}

.point {
    color: #90949c;
    font-size: 13px;
    line-height: 16px;
    position: relative;
    top: -3px
}

.globe:after {
    content: "";
    background: url(../images/1b45f1811.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    width: 10px;
    height: 10px;
    position: absolute;
    top: 5px;
    right: -13px
}

#state_close {
    background: white;
    display: flex;
    align-items: center;
    justify-content: space-around;
    border-top: 1px solid #e4e4e4;
    border-bottom: 1px solid #e4e4e4;
    padding: 10px;
    color: gray;
    margin: 23px -15px
}

#state_close_prev {
    background: white;
    display: flex;
    align-items: center;
    justify-content: end;
    border-top: 1px solid #e4e4e4;
    border-bottom: 1px solid #e4e4e4;
    padding: 10px;
    color: gray;
    margin: -24px -15px 18px -15px
}

#state_close_prev img {
    width: 21px
}

#state_close_prev img:nth-child(2) {
    position: relative;
    left: -9px
}

#popup {
    position: fixed;
    bottom: -100px;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    max-width: 700px;
    background: white;
    padding: 13px 15px;
    z-index: 10000000000;
    transition: all .5s ease-in-out
}

#popup .header-nav {
    padding: 0
}

@media screen and (max-width:320px) {
    .info:before {
        display: none
    }
}

@media screen and (max-width:340px) {
    .like-hidden {
        display: none
    }
}

#comments_component {
    margin: 0 0 0 -7px;
    font-family: sans-serif;
    padding-bottom: 15px;
    display: none
}

#comments_component .item {
    width: 100%;
    display: flex;
    flex-direction: row;
    margin: 0 0 20px 0
}

#comments_component .component_ava {
    background-size: 100% 100%;
    -webkit-background-size: 100% 100%;
    width: 36px;
    height: 36px;
    min-width: 36px;
    min-height: 36px;
    overflow: hidden;
    border-radius: 100%;
    margin: 0 10px 0 0
}

#comments_component .component_info {
    width: 100%;
    display: flex;
    flex-direction: row;
    align-items: flex-end;
    margin: 0 0 5px 0
}

#comments_component .component_info_inner {
    background-color: #ebedf0;
    border-radius: 18px;
    display: inline-block;
    line-height: 16px;
    margin-top: 0;
    min-width: 0;
    overflow: hidden;
    padding: 6px 12px 7px 12px
}

#comments_component .component_name {
    color: #000;
    font-weight: 600;
    font-size: 12px;
    margin: 0 0 3px 3px;
    text-decoration: none
}

#comments_component .component_licked {
    position: relative;
    bottom: 3px;
    left: 0;
    display: flex
}

.component_body {
    width: 100%
}

.component_reposy {
    color: #929292;
    font-weight: 600;
    font-size: 12px;
    margin: 6px 0 0 12px;
    display: flex;
    flex-wrap: wrap
}

.component_reposy b {
    font-weight: 100;
    word-spacing: 0 !important;
    color: #757575
}

.component_img {
    width: 70%;
    border-radius: 18px;
    overflow: hidden;
    margin: 7px 0 6px 0;
    height: auto
}

.component_img img {
    width: 100%;
    display: flex;
    height: auto;
    transition: all 3s ease-in
}

.component_licked {
    background: #fff;
    border-radius: 10px;
    box-shadow: 1px 1px 3px 0 #dadde1;
    color: #909192;
    font-size: 11px;
    font-weight: normal;
    height: 20px;
    line-height: 20px;
    margin-left: -10px;
    padding-right: 4px;
    transform: translateY(-6px);
    z-index: 5
}

#comments_component a {
    font-weight: 600;
    text-decoration: none;
    color: #232323
}

.icons {
    white-space: nowrap;
    display: flex;
    margin: 0
}

.icons .fb_licked {
    background-image: url(../img/6a4bedd41.png);
    background-size: 103px 328px;
    background-repeat: no-repeat;
    display: inline-block;
    height: 16px;
    width: 16px;
    border-radius: 100%;
    border: 2px solid #fff
}

.l {
    background-position: -51px -266px;
    z-index: 4
}

.u {
    background-position: 0 -283px;
    margin-left: -6px;
    z-index: 3
}

.s {
    background-position: -68px -266px;
    margin-left: -6px
}

.component_name,
.component_reposy {
    cursor: pointer
}

.component_name:hover,
.component_text a:hover,
.component_reposy nav:hover {
    text-decoration: underline !important
}

.component_reposy nav {
    display: inline;
    margin: 0 0 0 16px;
    font-weight: 600
}

#comments_component p {
    margin: 0
}

#comments_component .component_name,
#comments_component .component_text,
#comments_component .component_reposy,
.component_licked span {
    font-style: normal
}

.icons .fb_licked {
    height: 21px;
    width: 20px
}

#form-wrap {
    max-width: 400px;
    margin: 0 auto
}

#product-bg-wrap {
    margin: -10px 0 20px 0;
    width: 100%
}

#product-bg {
    position: relative;
    width: 80%;
    margin: 0 auto
}

#product-bg img {
    width: 100%
}

#form {
    max-width: 100%;
    box-shadow: 0 4px 20px 20px #00000026;
    border-radius: 5px
}

#form {
    max-width: 400px;
    margin: 0 auto
}

#form input,
#form button,
#form label,
#form form {
    width: 100%
}

#form form {
    padding: 30px 15px 25px 15px;
    display: flex;
    flex-direction: column
}

#form label {
    text-align: center
}

#form .example {
    text-align: left;
    font-size: 13px;
    color: #969696
}

#form .example em {
    color: #000
}

#form button {
    text-transform: uppercase
}

#form .discount {
    font-size: 40px;
    color: #d84949;
    line-height: 1.2
}

#form .timeleft {
    font-size: 12px;
    color: #484848;
    padding: 6px 0
}

#form .timer {
    font-size: 38px;
    color: #4b4550;
    letter-spacing: -3px;
    font-weight: 600
}

#form .hours {
    font-size: 14px;
    color: #c5c5c5;
    font-weight: 600
}

#form #price {
    line-height: 1.2;
    margin: 10px auto;
    display: flex;
    font-size: 32px;
    flex-wrap: wrap;
    justify-content: center
}

#form #price #price-old,
#form #price #price-new {
    margin: 0 5px
}

#form #price #price-new {
    color: #3578e5
}

#form #price #price-old {
    text-decoration: line-through;
    color: #bdb6b6
}

#form form input {
    height: 70px;
    font-size: 30px;
    margin: 0 0 24px 0;
    padding-left: 10px;
    border-top: 0;
    border-left: 0;
    border-right: 0;
    color: gray
}

#form form input:focus {
    color: black
}

.free {
    position: relative;
    top: -2.5px;
    color: #4b4550ab
}

#form form button {
    height: 80px;
    font-size: 30px;
    background: #3578e5;
    background: linear-gradient(90deg, #041e37 0, rgba(9, 70, 121, 1) 35%, #5181b0 100%);
    color: white;
    border: 0
}

#form form input,
#form form button {
    border-radius: 5px
}

#form form #protection {
    display: flex;
    margin-top: 13px;
    font-size: 12px
}

#form form #protection .protection-icon {
    background: url(../images/5de90b961.png);
    min-width: 19px;
    min-height: 19px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    margin-right: 10px;
}

#form form #protection strong {
    color: #ff000066
}

#product-bg {
    width: 70%
}

#product-bg-wrap {
    margin: 1px 0 10px 8px
}

#state a {
    color: #3578e5
}

#state img {
    width: 100%
}

body {
    background: #fff
}

html {
    font-family: sans-serif;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%
}

body {
    margin: 0
}

nav {
    display: block
}

a {
    background-color: transparent
}

a:active,
a:hover {
    outline: 0
}

b,
strong {
    font-weight: bold
}

img {
    border: 0
}

button,
input {
    color: inherit;
    font: inherit;
    margin: 0
}

button {
    overflow: visible
}

button {
    text-transform: none
}

button {
    -webkit-appearance: button;
    cursor: pointer
}

button::-moz-focus-inner,
input::-moz-focus-inner {
    border: 0;
    padding: 0
}

input {
    line-height: normal
}

@font-face {
    font-family: 'webflow-icons';
    src: url("data:application/x-font-ttf;charset=utf-8;base64,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") format('truetype');
    font-weight: normal;
    font-style: normal
}

* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

html {
    height: 100%
}

body {
    margin: 0;
    min-height: 100%;
    background-color: #fff;
    font-family: Arial, sans-serif;
    font-size: 14px;
    line-height: 20px;
    color: #333
}

img {
    max-width: 100%;
    vertical-align: middle;
    display: inline-block
}

h3 {
    font-weight: bold;
    margin-bottom: 10px
}

h3 {
    font-size: 24px;
    line-height: 30px;
    margin-top: 20px
}

p {
    margin-top: 0;
    margin-bottom: 10px
}

button {
    border: 0;
    cursor: pointer;
    -webkit-appearance: button
}

label {
    display: block;
    margin-bottom: 5px;
    font-weight: bold
}

.w-container {
    margin-left: auto;
    margin-right: auto;
    max-width: 940px
}

.w-container:before,
.w-container:after {
    content: " ";
    display: table;
    grid-column-start: 1;
    grid-row-start: 1;
    grid-column-end: 2;
    grid-row-end: 2
}

.w-container:after {
    clear: both
}

@media screen and (max-width:991px) {
    .w-container {
        max-width: 728px
    }
}

@media screen and (max-width:479px) {
    .w-container {
        max-width: none
    }
}

.iasfd {
    margin: 10px 15% 0;
    padding-bottom: 0;
    font-family: 'PT Serif', serif;
    font-size: 18px;
    text-align: center
}

.muays {
    margin-top: 10px;
    padding-right: 45px;
    padding-left: 45px;
    text-align: center
}

.true-content {
    color: #181818
}

.date {
    color: #555
}

.masol {
    font-family: 'PT Serif', serif;
    font-size: 20px;
    line-height: 25px
}

.nuda {
    display: block;
    margin-top: 20px;
    margin-right: auto;
    margin-left: auto;
    border-radius: 10px;
    opacity: 0.98
}

.gase {
    border-left: 1px none #000;
    font-family: 'PT Serif', serif;
    font-size: 20px;
    line-height: 25px
}

.idnv {
    margin-top: 10px;
    margin-bottom: 12px;
    font-family: 'PT Serif', serif;
    font-size: 20px;
    line-height: 25px;
    text-align: left
}

.idnv.odlg {
    padding: 10px;
    border-style: solid;
    border-width: 1px;
    border-color: #272727;
    border-radius: 12px;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#f4fff2), to(#e77425));
    background-image: linear-gradient(180deg, #f4fff2, #e77425);
    box-shadow: 10px 10px 14px 3px rgba(0, 0, 0, 0.25);
    opacity: 1;
    font-weight: 700
}

.yyy {
    display: block;
    background-color: transparent;
    color: transparent;
    font-size: 10px;
    line-height: 10px
}

.tyno {
    margin-top: 22px;
    font-family: 'PT Serif', serif;
    font-size: 20px;
    line-height: 25px;
    font-weight: 400
}

.text-block {
    margin-top: 8px;
    margin-bottom: 10px;
    color: #a5a5a5;
    text-align: center
}

.bold-text-56 {
    font-family: 'PT Serif', serif;
    line-height: 25px
}

.hzag {
    margin-top: 10px;
    margin-bottom: 0;
    color: #0e0e0e;
    text-align: center
}

.nyaus {
    display: block;
    max-width: 85%;
    margin-right: auto;
    margin-left: auto;
    border-radius: 10px;
    opacity: 0.99
}

.textcontents {
    margin-right: auto;
    margin-left: auto;
    color: #181818
}

.trans {
    color: transparent
}

.text-span-6 {
    color: transparent
}

.text-span-7 {
    color: transparent
}

.italic-text {
    color: #050505;
    font-style: normal
}

@media screen and (max-width: 479px) {
    .iasfd {
        margin-right: 5%;
        margin-left: 5%
    }
    .true-content {
        padding-right: 5px;
        padding-left: 5px
    }
    .gase {
        padding-left: 5px
    }
    .idnv {
        padding-left: 5px;
        text-align: left
    }
    .hzag {
        font-size: 24px;
        line-height: 34px
    }
}
