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

body {
  margin: 0;
}

main {
  display: block;
}

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

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

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

a {
  background-color: transparent;
}

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

b,
strong {
  font-weight: bolder;
}

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

small {
  font-size: 80%;
}

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;
}

[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;
}

* {
  box-sizing: border-box;
}

body {
  background: #dadde1;
  margin: 0;
  padding: 0;
  font-family: Helvetica, Arial, sans-serif;
  font-size: 16px;
  color: #050505;
}

.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;
}

#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 img {
  width: 100%;
}

#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%;
}

#cover img {
  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("") #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: 100%;
  max-width: max-content;
}

.info-small {
  position: relative;
  width: 100%;
  max-width: max-content;
}

.info:before {
  content: "";
  background: url("33ba6f73a4ea448ee53f5d6d5bb70533fbe695af.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 {
  display: inline-block;
  margin: 0 16px;
  text-decoration: none;
}

.person-inner-right img {
  max-width: 23px;
  margin: 0 auto;
  display: block;
}

hr {
  border: 0;
  color: #dadde1;
  background-color: #dadde1;
  height: 2px;
  margin: 0;
}

.point {
  color: #90949c;
  font-size: 13px;
  line-height: 16px;
  position: relative;
  top: -3px;
}

.globe:after {
  content: "";
  background: url("3877907a56d8f268e2af73fe1de943263784e768.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 0.5s ease-in-out;
}

#popup.active {
  bottom: -33px !important;
}

#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: 65px;
  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 {
  position: relative;
  width: 90%;
  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: absolute;
  bottom: 3px;
  left: calc(100% - 10px);
  bottom: -10px;
  display: flex;
}

.component_body {
  width: 100%;
}

.component_voir {
  color: #000;
  font-weight: 600;
  font-size: 12px;
  margin: 7px 0 0 12px;
}

.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("d5452d4fb9e10cbc78fcadf492504a3085fffc89.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;
}

.user_request .component_ava {
  margin-left: 46px !important;
}

#comments_component .user_request .component_ava {
  background-size: 100% 100%;
  -webkit-background-size: 100% 100%;
  width: 24px;
  height: 24px;
  min-width: 24px;
  min-height: 24px;
  overflow: hidden;
  border-radius: 100%;
  margin: 0 10px 0 0;
}

.component_reposy_small {
  word-spacing: 0;
  display: flex;
  font-size: 12px;
  line-height: 27px;
  cursor: pointer;
}

.component_reposy_small > .name {
  font-weight: 600;
  margin-right: 9px;
}

.component_reposy_small > .repond {
  font-weight: 100;
  margin-right: 5px;
}

.component_reposy_small b.count {
  font-weight: 100;
  color: #b9b9b9;
}

#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;
}

.oneq {
  display: flex !important;
}

.oneq * {
  pointer-events: none;
}

.oneq .component_text,
.oneq .component_licked,
.oneq .component_reposy {
  display: none !important;
}

.oneq .component_info_inner {
  background-color: transparent !important;
}

.oneq .component_info_inner {
  padding: 6px 12px 7px 0 !important;
  margin-left: -7px;
  position: relative;
  top: -1px;
}

.oneq .component_name p {
  display: inline;
  box-sizing: border-box;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.oneq .component_name b {
  padding: 0 2px;
}

.oneq .component_name span {
  padding: 0 1px;
}

.oneq .component_name {
  display: flex;
  flex-wrap: nowrap;
}

.item.user_request.oneq {
  max-width: 60%;
}

.oneq .component_name span {
  display: flex;
  flex-wrap: nowrap;
  word-wrap: break-word;
}

#form-wrap {
  max-width: 500px;
  margin: 0 auto;
}

#product-bg-wrap {
  margin: -10px 0 -130px 0;
  width: 100%;
}

#product-bg {
  position: relative;
  width: 80%;
  margin: 0 auto;
}

product-bg:before {
  content: "";
  position: absolute;
  background: url("");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  width: 147px;
  height: 102px;
  left: 80%;
  top: 34%;
  transform: translate(-50%, -50%);
}

#product-bg img {
  width: 100%;
}

#form {
  max-width: 100%;
  /* box-shadow: 0 4px 20px 20px #00000026;
    border-radius: 5px; */
}

#form {
  max-width: 100%;
  margin: 0 auto;
}

#form input,
#form select,
#form button,
#form label,
#form form {
  width: 100%;
}

#form form {
  padding: 15px 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;
}
.justify-content-between {
  justify-content: space-between;
}
.flex-column {
  -ms-flex-direction: column !important;
  flex-direction: column !important;
  align-items: center;
}
.price__h {
  font-size: 19px !important;
}
.d-flex p {
  color: white;
  font-size: 12px;
  font-weight: 900;
  font-family: Montserrat;
  margin-bottom: 30px;
}
.new_price_cur,
.new_price_val {
  font-size: 28px;
  color: #ffc63f;
}
.new_price_cur {
  font-size: 14px;
  margin-top: 0px;
}

.price__flex {
  font-size: 28px;
  color: #ffc63f;
  font-weight: 900;
  display: flex;
  align-items: center;
  gap: 20px;
  justify-content: center;
  margin-bottom: -20px;
}

.price__flex2 {
  font-size: 17px;
  color: #ffc63f;
  font-weight: 700;
  display: flex;
  align-items: center;
  gap: 20px;
  justify-content: center;
  margin-bottom: -20px;
}
.price__images img {
  display: block;
  width: 100%;
}
.price__images {
  display: flex;
  justify-content: center;
  width: 150%;
  max-width: 300px;
  margin: 0 auto;
  height: 150%;
}

.old_price_cur {
  /* font-size: 20px; */
  margin-top: 8px;
}

.old_price_cur,
.old_price_val,
#form #price #price-old {
  text-decoration: line-through;
  color: #ffc63f;
}

/* select,
#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("");
  min-width: 19px;
  min-height: 19px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  margin-right: 10px;
  align-self: end;
}

#form form #protection strong {
  color: #ff000066;
}

#product-bg {
  width: 50%;
}

#product-bg-wrap {
  margin: 1px 0 -130px 8px;
}

#title_block {
  width: 100%;
}

.title_block_wrapper {
  width: 100%;
}

.title_block_content {
  position: relative;
  width: 100%;
}

.title_block_img .title_img {
  margin: 0px !important;
  padding: 0px !important;
  height: 100% !important;
  width: 100% !important;
  display: inline !important;
  -o-object-fit: cover;
  object-fit: cover;
}

.title_block_img {
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.title_block_shadow {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 5;
  background: #000 !important;
  opacity: 0.7;
}

.title_block_bread span {
  color: #fff;
  font: bold 10px/16px "IBM Plex Sans", sans-serif;
  text-transform: uppercase;
  letter-spacing: 1px;
  opacity: 0.88;
}

.title_h1 {
  font: 600 40px/48px "IBM Plex Sans", sans-serif;
  margin: 0;
}

#content {
  padding: 0px;
  text-align: left;
  width: 100%;
}

#content .padWrap {
}

#content img {
  max-width: 100%;
  display: block;
  margin: 20px auto;
}

#content p {
  font-size: 18px;
  line-height: 29px;
}

.pg {
  font-size: 22px !important;
  line-height: 36px !important;
  margin-bottom: 33px;
}

#content h1 {
  font-size: 36px;
  line-height: 50px;
  font-weight: bold;
  margin-top: 20px;
}

#content h2 {
  font-family: "IBM Plex Sans", sans-serif;
  font-size: 28px;
  margin-bottom: 33px;
  line-height: 32px;
}

#content h3 {
  font-size: 22px;
  line-height: 36px;
  margin-bottom: 33px;
}

#content ul li span {
  display: block;
  font-size: 16px;
  color: gray;
  font-weight: normal;
  line-height: 20px;
}

#content ul {
  font-size: 22px;
  line-height: 28px;
  font-weight: 500;
}

#content ul li {
  margin-bottom: 20px;
}

#comments .pg {
  font-size: 14px !important;
  line-height: 28px !important;
}

#comments h2 {
  background: url("") no-repeat;
  padding-left: 40px;
  color: #000;
  border-bottom: 0px solid;
  border-color: #000;
  text-transform: uppercase;
  padding-bottom: 10px;
}

#comments .item {
  text-align: left;
  padding: 10px;
  margin: 10px 0px;
  min-height: 80px;
}

#comments .item :last-child {
  border-bottom: none;
}

#comments .item .info {
}

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

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

@media screen and (max-width: 1020px) {
  #content {
    width: 100%;
  }
}

@media screen and (max-width: 660px) {
  #content h1 {
    font-size: 28px;
    line-height: 36px;
  }
}

@media screen and (max-width: 560px) {
  .pg {
    margin-left: 0px;
    margin-right: 0px;
  }

  #content .padWrap {
    padding: 8px;
  }

  #comments .item {
    padding: 10px 0;
  }

  #comments_component .component_info {
    width: 100%;
  }

  #comments_component .component_licked {
    left: auto;
    right: 10px;
    bottom: -15px;
  }

  #comments_component .component_reposy {
    margin: 15px 0 0;
  }
}

@media screen and (min-width: 1300px) {
  #content {
    width: 100%;
  }
}

@media screen and (min-width: 1600px) {
  #content {
    width: 100%;
  }
}

a:active,
a:focus {
  outline: none;
}

input {
  outline: none;
}

input:active {
  outline: none;
}

:focus {
  outline: none;
}

button:active,
button:focus {
  outline: none !important;
}

button::-moz-focus-inner {
  border: 0 !important;
}

.Figure img {
  display: block;
  margin: 0 auto;
  float: none;
}

.privacy_link {
  display: block;
  text-align: center;
}

#state a {
  color: #3578e5;
}

/* #state p {
    color: #44464b;
} */

#state_close_prev {
  gap: 20px;
}

#state_close_prev img {
  width: 30px;
}
.person__img {
  display: block;
  width: 100%;
  max-width: 50px;
}

.form-wrap form {
  padding: 15px;
  background: linear-gradient(8.35deg, #00bfff, #0000ff);
  border-radius: 20px;
  border: 1px solid white;
}

@media (max-width: 540px) {
  .form-wrap form {
    padding: 15px;
  }
}

.form-wrap form h3 {
  font-size: 20px;
  color: #fffcbf;
  font-weight: 900;
  font-family: Montserrat;
  font-style: italic;
  text-align: center;
  margin-bottom: 19px;
}

.form-wrap form h4 {
  font-size: 20px;
  color: white;
  font-weight: bold;
  font-style: italic;
  font-family: Montserrat;
  text-align: center;
  margin-bottom: 30px;
}

.form-wrap form p1 {
  background-color: #e4e4e4;
  border-radius: 10px;
  padding: 13px 0px;
  width: 120px;
  text-align: center;
  font-size: 32px;
  font-weight: 900;
  font-family: Montserrat;
  color: black;
  letter-spacing: 5px;
}

.form-wrap .number--important p {
  font-weight: 900;
  text-align: center !important;
  font-size: 26px !important;
  color: #ffc63f !important;
}
.form-wrap form > p {
  color: white;
  font-size: 12px;
  font-weight: 900;
  font-family: Montserrat;
  margin-bottom: 15px;
}

.form-wrap form input {
  background-color: lightslategray;
  padding: 11px 10px;
  color: white;
  border: 2px solid white;
  border-radius: 40px;
  width: 100%;
  margin-bottom: 13px;
}

.order_form select {
  background-color: lightslategray;
  padding: 11px 10px;
  color: white;
  border: 2px solid white;
  border-radius: 40px;
  width: 100%;
  margin-bottom: 13px;
}

.form-wrap form input:focus {
  outline: 0;
  outline-offset: 0;
}

.form-wrap form input:-webkit-autofill {
  -webkit-text-fill-color: white !important;
  -webkit-box-shadow: 0 0 0 30px black inset !important;
}

.form-wrap form input::-webkit-input-placeholder {
  color: white;
}

.form-wrap form button {
  color: black;
  font-family: Montserrat;
  font-weight: bold;
  padding: 15px 0;
  width: 100%;
  border-radius: 40px;
  background-color: white;
  border: 1px solid white;
  margin-top: 23px;
  cursor: pointer;
}

.footnote {
  display: flex;
  justify-content: center;
  color: white;
  font-size: 12px;
  font-weight: 900;
  font-family: Montserrat;
  margin-top: 20px;
  margin-bottom: 15px;
}
