* {
  box-sizing: border-box;
}
*::before, *::after {
  box-sizing: border-box;
}
body {
  margin: 0px;
  padding: 0px;
  font-family: 'Open Sans';
  color: #333;

}
h1, h2, h3, h4, h5, h6 {
  font-family: 'Open Sans';
}
p {
  font-family: 'Open Sans';
}
.conteiner {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 15px;
}
#header_background {
  background-color: #232F3E;
}
.header_color {
  padding: 10px;
  display: flex;
  justify-content: space-between;
  text-align: center;
  background-color: #013d7c;
}
.rarit {
  width: 230px;
}
.left_logo {
  margin: auto 0px;
}
.left_logo > img {
  width: 110px;
}
.under_top > p {
  margin-bottom: 20px;
  font-size: 14px;
}
.timer > p {
  color: white;
  margin-top: 0;
  margin-bottom: 4px;
  font-size: 18px;
}

.top_content {
  text-align: center;
  font-size: 25px;
}
.top_content > h2 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 2rem;
}
.offers {
  text-align: center;
  padding: 3px 0;
}
ol {
  list-style-type: none;
  text-align: center;
  font-size: 16px;
  padding-bottom: 22px;
  padding-left: 0;
}
li {
  padding-bottom: 10px;
}
.lastCong {
  text-align: center;
  font-size: 30px;
  opacity: .7;
}
.margLastL {
  margin-bottom: 0px;
  padding-bottom: 0px;
}
.margLastL > li {
  opacity: .7;
}
.topOHH {
  font-size: 28px;
  font-weight: bold;
  padding-top: 20px;
  opacity: 0.6;
}
.topOHHBot {
  text-align: center;
  width: 100%;
  font-size: 18px;
  margin: 0 auto;
}
.Congratulations_person {
  font-size: 25px;
  opacity: .7;
  text-align: center;
  width: 325px;
  padding-top: 10px;
  margin: 0 auto;
  margin-bottom: 15px;
}
.offers > img {
  width: 100%;
  height: 100%;
  max-height: 344px;
  max-width: 250px;
}
.bottom_content {
  font-size: 14px;
}
.bottom_content > p {
  margin: 5px 0;
}
.question > p {
  font-size: 15px;
}

.answer {
  display: flex;
  align-items: center;
  flex-direction: column;

}
.answer > a {
  background-color: var(--buttons-background);
  color: var(--buttons-color);
  margin: 3px 0px;
  text-align: center;
  width: 100%;
  padding: 15px 0;
  text-decoration: none;
  font-size: 18px;
  font-weight: 600;
  cursor: pointer;
  transition: ease-in-out 300ms;
  -webkit-transition: ease-in-out 300ms;
  -moz-transition: ease-in-out 300ms;
  -ms-transition: ease-in-out 300ms;
  -o-transition: ease-in-out 300ms;
}
.answer > a:hover{
  opacity: 0.7;
}
.comments > h2 {
  text-align: center;
  font-size: 40px;
  margin-top: 100px;
  border-bottom: solid 1px grey;
  padding-bottom: 15px;
}
.Submit_Comment {
  text-align: center;
  align-items: center;
  display: flex;
  justify-content: space-around;
}
.Submit_Comment > img {
  height: 45px;
  border-radius: 50%;
}
.Submit_Comment > input {
  width: 87%;
  height: 35px;
  border-radius: 20px;
  border: solid 1px rgba(108, 122, 137, .4);
  padding-left: 15px;
}
.Submit_Comment > button {
  width: 6%;
  height: 35px;
  border: solid 1px rgba(108, 122, 137, .4);
}
.smile_and_camera {
  display: flex;
  padding: 13px 0 13px 18px;
  border-bottom: solid 1px grey;
}
.smile_and_camera > img {
  width: 22px;
  margin-left: 10px;
}
.first_question {
  display: block;
}
.two_question {
  display: none;
}
.three_question {
  display: none;
}
.b-und {
  display: block;
  -webkit-animation: undBlock .8s linear forwards;
  animation: undBlock .8s linear forwards;
}

@-webkit-keyframes undBlock {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;

  }
}

@keyframes undBlock {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;

  }
}


.b-show {
  display: block;
  -webkit-animation: showBlock .8s linear forwards;
  animation: showBlock .8s linear forwards;
}

@-webkit-keyframes showBlock {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes showBlock {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}


.b-und-two {
  display: block;
  -webkit-animation: undBlockTwo .8s linear forwards;
  animation: undBlockTwo .8s linear forwards;
}

@-webkit-keyframes undBlockTwo {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;

  }
}

@keyframes undBlockTwo {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;

  }
}


.b-show-two {
  display: block;
  -webkit-animation: showBlockTwo .8s linear forwards;
  animation: showBlockTwo .8s linear forwards;
}
@-webkit-keyframes showBlockTwo {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes showBlockTwo {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.b-und-three {
  display: block;
  -webkit-animation: undBlockThree .8s linear forwards;
  animation: undBlockThree .8s linear forwards;
}

@-webkit-keyframes undBlockThree {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;

  }
}

@keyframes undBlockThree {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;

  }
}

.page_one {
  display: block;
}
#page_two {
  display: block;
  overflow: hidden;
}
#Check {
  display: none;
}
.check_info > h2 {
  font-size: 35px;
  text-align: center;
}
.loading {
  text-align: center;
}
.loading > img {
  width: 30px;
  -webkit-animation: loading 1s linear;
  animation: loading 1s linear;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}
@-webkit-keyframes loading {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes loading {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.verification_elements > p {
  font-size: 16px;
  font-weight: bold;
}
.time_one {
  display: none;
}
.time_two {
  display: none;
}
.time_three {
  display: none;
}

.blur {
  -webkit-filter: blur(5px);
  filter: blur(5px);
}

#page_box {
  display: none;
}
.wrapp_box {
  margin: 0 auto;
  max-width: 738px;
  width: 100%;
  display: grid;
  grid-template-columns: repeat(4 , 169px);
  grid-template-rows: repeat(3, 165px);
  grid-gap: 10px;
  align-items: end;
  justify-content: center;
  justify-items: center;
}
.one_element_box {
  position: relative;
  z-index: 7;
}
.gift_box_one {
  width: 191px;
  position: relative;
  top: 20px;
  transition: all 1.5s ease-in-out;
  margin: 0px 0px -125px 0px;
}
.gift_box_wrapp {
  position: relative;

}
.gift_box_wrapp:hover {
  -webkit-animation: huita .3s linear forwards;
  animation: huita .3s linear forwards;
}
@-webkit-keyframes huita {
  0% {
    transform: rotate(0deg);
  }
  10% {
    transform: rotate(1deg);
  }
  20% {
    transform: rotate(3deg);
  }
  30% {
    transform: rotate(5deg);
  }
  40% {
    transform: rotate(7deg);
  }
  50% {
    transform: rotate(6deg);
  }
  60% {
    transform: rotate(4deg);
  }
  70% {
    transform: rotate(2deg);
  }
  80% {
    transform: rotate(-2deg);
  }
  90% {
    transform: rotate(-4deg);
  }
  100% {
    transform: rotate(-1deg);
  }
}
@keyframes huita {
  0% {
    transform: rotate(0deg);
  }
  10% {
    transform: rotate(1deg);
  }
  20% {
    transform: rotate(3deg);
  }
  30% {
    transform: rotate(5deg);
  }
  40% {
    transform: rotate(7deg);
  }
  50% {
    transform: rotate(6deg);
  }
  60% {
    transform: rotate(4deg);
  }
  70% {
    transform: rotate(2deg);
  }
  80% {
    transform: rotate(-2deg);
  }
  90% {
    transform: rotate(-4deg);
  }
  100% {
    transform: rotate(-1deg);
  }
}
.gift_box_gift {
  width: 43px;
  position: absolute;
  top: 180px;
  z-index: 1;
  margin-left: 72px;
  margin-top: -80px;
}
/* .gift {
    position: absolute;
    top: 180px;
} */
.gift:hover {
  top: 120px;
}
.animation_gift_box_o {
  -webkit-animation: animationGiftOh .3s linear forwards;
  animation: animationGiftOh .3s linear forwards;
}
@-webkit-keyframes animationGiftOh {
  0% {
    top: 0px;
  }
  100% {
    top: 10;
  }
}
@keyframes animationGiftOh {
  0% {
    top: 0px;
  }
  100% {
    top: 10;
  }
}
.gift_box_two {
  width: 195px;
  margin-bottom: -54px;
  margin-left: -2px;
  position: relative;
  z-index: 0;
}

.wrapp_modal_box {
  border-radius: 15px;
  position: absolute;
  background-color: white;
  display: none;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  max-width: 500px;
  z-index: 30;
  box-shadow: 0px 0px 100px 100px rgba(0, 0, 0, 0.32);

}
.img_box, .link {
  text-align: center;
}
.img_box > img {
  width: 200px;
  -webkit-animation: huitaTwo 1.5s linear forwards;
  animation: huitaTwo 1.5s linear forwards;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}
@-webkit-keyframes huitaTwo {
  0% {
    transform: rotate(0deg);
  }
  10% {
    transform: rotate(1deg);
  }
  20% {
    transform: rotate(3deg);
  }
  30% {
    transform: rotate(5deg);
  }
  40% {
    transform: rotate(7deg);
  }
  50% {
    transform: rotate(6deg);
  }
  60% {
    transform: rotate(4deg);
  }
  70% {
    transform: rotate(2deg);
  }
  80% {
    transform: rotate(-2deg);
  }
  90% {
    transform: rotate(-4deg);
  }
  100% {
    transform: rotate(-1deg);
  }
}
@keyframes huitaTwo {
  0% {
    transform: rotate(0deg);
  }
  10% {
    transform: rotate(1deg);
  }
  20% {
    transform: rotate(3deg);
  }
  30% {
    transform: rotate(5deg);
  }
  40% {
    transform: rotate(7deg);
  }
  50% {
    transform: rotate(6deg);
  }
  60% {
    transform: rotate(4deg);
  }
  70% {
    transform: rotate(2deg);
  }
  80% {
    transform: rotate(-2deg);
  }
  90% {
    transform: rotate(-4deg);
  }
  100% {
    transform: rotate(-1deg);
  }
}

.link {
  margin-bottom: 60px;
}
.click_me_pidor {
  text-decoration: none;
  background-color: var(--buttons-background);
  color: var(--buttons-color);
  padding: 17px 49px;
  font-size: 18px;
  border-radius: 15px;
  transition: all .3s ease-in-out;
}
.click_me_pidor:hover {
  opacity: 0.7;
}
.gift_box_three {
  width: 191px;
  margin-top: -90px;
  position: relative;
  z-index: 4;
}
.animation_box {
  -webkit-animation: giftUnBox 1s linear forwards;
  animation: giftUnBox 1s linear forwards;
}
@-webkit-keyframes giftUnBox {
  0% {
    top: 2px;
  }
  100% {
    top: -33px;
  }
}
@keyframes giftUnBox {
  0% {
    top: 2px;
  }
  100% {
    top: -33px;
  }
}


.animation_gift {
  -webkit-animation: giftUnGift 1s linear forwards;
  animation: giftUnGift 1s linear forwards;
}
@-webkit-keyframes giftUnGift {
  0% {
    top: 2px;
  }
  100% {
    top: -33px;
  }
}
@keyframes giftUnGift {
  0% {
    top: 2px;
  }
  100% {
    top: -33px;
  }
}
/* .remove {
    background-color: grey;
    position: absolute;
    top: 0;
    z-index: 999;
    width: 100%;
    height: 100%;
    opacity: .7;
} */

.two_modal_icon {
  width: 550px;
  border-radius: 15px;
  /* height: 100%;
  max-height: 387px; */
  background-color: #f3f3f3;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: none;
  z-index: 30;
  box-shadow: 0px 0px 100px 100px rgba(0, 0, 0, 0.32);
}
.two_modal_icon::before {
  background-color: grey;
  position: absolute;
  top: 0;
  z-index: 999;
  width: 100%;
  height: 100%;
  opacity: .7;
}
.dfd {
  text-align: center;
  padding-bottom: 47px;
}
.checkmark {
  text-align: center;
}
.checkmark > img {
  width: 200px;
}
.clickKlos {
  text-decoration: none;
  background-color: var(--buttons-background);
  color: var(--buttons-color);
  padding: 15px 40px;
  font-size: 18px;
  font-weight: bold;
  border-radius: 15px;
}
.clickKlos:hover{
  opacity: 0.7;
}

.uppGiftBox {
  -webkit-animation: uppGift 1s linear forwards;
  animation: uppGift 1s linear forwards;
}
@-webkit-keyframes uppGift {
  0% {
    top: 162px;
  }
  100% {
    top: 126px;
  }
}
@keyframes uppGift {
  0% {
    top: 162px;
  }
  100% {
    top: 126px;
  }
}

.two_modal_icon_Two {
  width: 550px;
  /*height: 100%;
  max-height: 380px;
  */background-color: #f3f3f3;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: none;
  transition: all 1s ease;
  border-radius: 10px;
  box-shadow: 0px 0px 100px 100px rgba(0, 0, 0, 0.32);
  z-index: 999;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
}

.nvnvmdlsl, .checkmarkTwo {
  padding-top: 40px;
  text-align: center;
}
.nvnvmdlsl {
  padding-bottom: 47px;
}

.checkmarkTwo > img {
  width: 250px;
}




.animation-ctn{
  text-align:center;
  margin-top:1em;
}

@-webkit-keyframes checkmark {
  0% {
    stroke-dashoffset: 100px
  }

  100% {
    stroke-dashoffset: 200px
  }
}

@keyframes checkmark {
  0% {
    stroke-dashoffset: 100px
  }

  100% {
    stroke-dashoffset: 0px
  }
}

@-webkit-keyframes checkmark-circle {
  0% {
    stroke-dashoffset: 480px

  }

  100% {
    stroke-dashoffset: 960px;

  }
}

@keyframes checkmark-circle {
  0% {
    stroke-dashoffset: 480px
  }

  100% {
    stroke-dashoffset: 960px
  }
}

@-webkit-keyframes colored-circle {
  0% {
    opacity:0
  }

  100% {
    opacity:100
  }
}

@keyframes colored-circle {
  0% {
    opacity:0
  }

  100% {
    opacity:100
  }
}

/* other styles */
/* .svg svg {
    display: none
}
 */
.inlinesvg .svg svg {
  display: inline
}

/* .svg img {
    display: none
} */

.icon--order-success svg polyline {
  -webkit-animation: checkmark 0.25s ease-in-out 0.7s backwards;
  animation: checkmark 0.25s ease-in-out 0.7s backwards
}

.icon--order-success svg circle {
  -webkit-animation: checkmark-circle 0.6s ease-in-out backwards;
  animation: checkmark-circle 0.6s ease-in-out backwards;
}
.icon--order-success svg circle#colored {
  -webkit-animation: colored-circle 0.6s ease-in-out 0.7s backwards;
  animation: colored-circle 0.6s ease-in-out 0.7s backwards;
}


.img_gift_wind {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-40%, -50%);
  display: none;
  transition: all 1s ease-in-out;
}
.decoration_rotato {
  -webkit-animation: giftLast 1s linear forwards;
  animation: giftLast 1s linear forwards;
  width: 80%;
}
@-webkit-keyframes giftLast {
  0% {
    transform: rotate(-180deg);
  }
  100% {
    transform: rotate(0deg);
  }
}
@keyframes giftLast {
  0% {
    transform: rotate(-180deg);
  }
  100% {
    transform: rotate(0deg);
  }
}


.open_faq {
  position: fixed;
  width: 80px;
  bottom: 8%;
  z-index: 9999;
  margin-left: 1px;
  margin-bottom: 5px;
}

#page_faq {
  display: none;
  -webkit-animation: opaciVe .4s linear forwards;
  animation: opaciVe .4s linear forwards;
  z-index: 999999999;
  position: relative;
}
@-webkit-keyframes opaciVe {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes opaciVe {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

.FAQ_wrapp {
  float: left;
  padding: 4rem;
  width: 35rem;
  position: fixed;
  top: 0;
  left: 0;
  background-color: white;
  height: 100%;
}
.accordion .accordion-item {
  border-bottom: 1px solid #e5e5e5;
}
.accordion .accordion-item button[aria-expanded='true'] {
  border-bottom: 1px solid #03b5d2;
}
.accordion button {
  position: relative;
  display: block;
  text-align: left;
  width: 100%;
  padding: 1em 0;
  color: #7288a2;
  font-size: .9rem;
  font-weight: 400;
  border: none;
  background: none;
  outline: none;
}
.accordion button:hover, .accordion button:focus {
  cursor: pointer;
  color: #03b5d2;
}
.accordion button:hover::after, .accordion button:focus::after {
  cursor: pointer;
  color: #03b5d2;
  border: 1px solid #03b5d2;
}
.accordion button .accordion-title {
  padding: 1em 1.5em 1em 0;
}
.accordion button .icon {
  display: inline-block;
  position: absolute;
  top: 18px;
  right: 0;
  width: 22px;
  height: 22px;
  border: 1px solid;
  border-radius: 22px;
}
.accordion button .icon::before {
  display: block;
  position: absolute;
  content: '';
  top: 9px;
  left: 5px;
  width: 10px;
  height: 2px;
  background: currentColor;
}
.accordion button .icon::after {
  display: block;
  position: absolute;
  content: '';
  top: 5px;
  left: 9px;
  width: 2px;
  height: 10px;
  background: currentColor;
}
.accordion button[aria-expanded='true'] {
  color: #03b5d2;
}
.accordion button[aria-expanded='true'] .icon::after {
  width: 0;
}
.accordion button[aria-expanded='true'] + .accordion-content {
  opacity: 1;
  max-height: 9em;
  transition: all 200ms linear;
  will-change: opacity, max-height;
}
.accordion .accordion-content {
  opacity: 0;
  max-height: 0;
  overflow: hidden;
  transition: opacity 200ms linear, max-height 200ms linear;
  will-change: opacity, max-height;
}
.accordion .accordion-content p {
  font-size: .9rem;
  font-weight: 300;
  margin: 2em 0;
}
.wrap_faq {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.wrap_faq > h2 {
  font-size: 1.5em;
}
.decor_img_close {
  width: 35px;
  height: 35px;
}

.block_footer_link {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: repeat(1, 1fr);
  justify-items: center;
  align-items: center;
  background-color: #232F3E;
  padding: 10px 0px;
}
.block_footer_link > a {
  font-size: 16px;
  color: white;
  text-decoration: none;
}
.block_footer_link > a:hover {
  opacity: .7;
}
.pos {
  position: relative;
}
.block_polici {
  width: 100%;
  max-width: 800px;
  height: 600px;

  text-align: center;
  overflow-y: scroll;
  background-color: white;
  padding: 20px;
  border: solid 1px grey;
  border-radius: 15px;
  position: absolute;
  bottom: 100%;
  margin-bottom: 30px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 99999;
  display: none;
}
.close_policy {
  position: absolute;
  right: 5%;
  top: 1%;
  font-size: 20px;
  font-weight: bold;
}
.padding_policy {
  padding: 15px;
  width: 600px;
  margin: 0 auto;
  border: solid 1px grey;
  border-radius: 15px;
}
.rarit_faq {
  display: flex;
  flex-direction: column;
}
#comments_display {
  display: block;
}
#page_box{
  padding-top: 30px;
  padding-bottom: 30px;
}
#fppter_display {
  display: block;
}

.order-footer__button-next svg path{
  fill:var(--buttons-color)
}
.order-footer__button-next{
  background-color: var(--buttons-background);
  color: var(--buttons-color);
  display: flex;
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
}
.order-footer__button-next:hover{
  opacity: 0.7;
}

@media(max-width: 768px){
  .mobile-hidden{
    display: none !important;
  }
}

.country-input {
  position: relative;
}

.country-input__value {
  position: absolute;
  left: 0;
  top: -1px;
  padding-left: 0.75rem;
  font-size: 1.2rem;
}

.js-phone-input {
  padding-left: 3.75rem !important;
}
.basic-checkbox {
  width: 100%;
  position: relative;
  float: left;
}

.basic-checkbox__input {
  position: absolute;
  width: 100%;
  height: 100%;
  opacity: 0;
  margin: 0 !important;
  cursor: pointer;
  z-index: 30;
}

.basic-checkbox__style {
  width: 15px;
  height: 15px;
  border: 1px solid #000;
  position: relative;
  float: left;
}

.basic-checkbox__text {
  width: calc(100% - 15px);
  padding-left: 10px;
  font-size: 14px;
  line-height: 16px;
  margin: 0 !important;
  float: left;
}

.basic-checkbox__input:checked + .basic-checkbox__style:before {
  content: '';
  display: block;
  float: left;
  width: 10px;
  height: 10px;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  background-color: #000;
}
.js-submit-button.disable {
  opacity: 0.3;
  pointer-events: none;
}
.desktop-module__right-nav-btn___2JCNl svg path {
  fill: var(--header-icon-color);
}
/* with search and */

.search-wrapp {
  position: relative;
}
.search-icon {
  position: absolute;
  right: 10px;
  top: 10px;
}
.location select{
  border: 1px solid #e8e8e8;
  border-radius: 4px;
  box-sizing: border-box;
  display: table-cell;
  font-size: 1rem;
  padding: 11px 10px;
  width: 100%;
  text-indent: 30px;
  opacity: 1!important;
}
.location {
  position: relative;
  width: 55px;
}
.location svg{
  position: absolute;
  left: 10px;
  top: 10px;
}

@media screen and (max-width: 450px) {
  .with-search .desktop-module__light___IEGHP {
    padding: 15px 0;
    height: auto;
  }
  .with-search .desktop-module__container___25ck5 {
    flex-wrap: wrap;
    gap: 20px;
  }
  .with-search .desktop-module__container___25ck5 .middle {
    flex-basis: 100%;
    width: 100%;
  }
  .location {
    position: relative;
    width: 100%;
  }
}

.comments__review-image-wrp {
  width: 100%;
  max-width: 200px;
  margin-bottom: 10px;
  margin-top: 10px;
}
.comments__review-image {
  width: 100%;
}
