:root {
  --main_size: 16px;
  --logo-width: 143px;
}

@media only screen and (min-width: 992px) {
  :root {
    --logo-width: 190px;
    --main_size: 20px;
  }
}
section,
main,
p,
div {
  margin: 0;
  padding: 0;
}

*:focus {
  outline: 0;
}

* {
  -webkit-tap-highlight-color: transparent;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

button {
  border: none;
  font: inherit;
  background: transparent;
}
button:focus {
  outline: none;
}

label {
  display: inline;
}

input {
  font: inherit;
  color: inherit;
}

canvas,
img,
video,
svg,
audio,
iframe {
  max-width: 100%;
  height: auto;
  vertical-align: middle;
}

.section_form input[type=radio],
.section_form input[type=checkbox] {
  display: none;
}

h1,
h2,
h3,
h4 {
  font-family: "Montserrat", sans-serif;
  color: inherit;
  line-height: inherit;
  margin: 0;
}

.disable-selection {
  -moz-user-select: none; /* Firefox */
  -ms-user-select: none; /* Internet Explorer */
  -khtml-user-select: none; /* KHTML browsers (e.g. Konqueror) */
  -webkit-user-select: none; /* Chrome, Safari, and Opera */
  -webkit-touch-callout: none; /* Disable Android and iOS callouts*/
  user-select: none;
}

.headerSup1 {
  font-size: 12px;
  color: #fb5a5e;
  top: -2em;
}

sup {
  font-size: 0.4rem;
  vertical-align: super;
}

html {
  font-size: var(--main_size);
  padding: 0;
  margin: 0;
  min-height: 100vh;
}

body {
  font-size: var(--main_size);
  font-family: "Montserrat", sans-serif;
  font-optical-sizing: auto;
  padding: 0;
  margin: 0;
  color: #fff;
  font-weight: normal;
  background: #106ad3;
  line-height: initial;
  -webkit-text-size-adjust: 100%;
}

a {
  text-decoration: none;
  color: inherit;
}

svg path {
  fill: inherit;
  stroke: inherit;
}

.order-form__product-check svg {
  fill: #676767;
}

.container {
  position: relative;
}

.name_hidden {
  position: absolute;
  z-index: -1;
  opacity: 0;
  top: -100vh;
}

.img_full {
  width: calc(100% + 30px);
  max-width: none;
  margin-left: -15px;
}

.section__bg {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  pointer-events: none;
}
.section__bg > *:not(picture) {
  position: absolute;
}
.section__bg picture > img {
  position: absolute;
}

.section-header__warning {
  padding-top: 10px;
  font-style: normal;
  font-weight: normal;
  font-size: 8px;
  line-height: 10px;
  letter-spacing: -0.04em;
  color: rgba(255, 255, 255, 0.5);
}
@media (min-width: 992px) {
  .section-header__warning {
    font-size: 12px;
  }
}

.header__logo {
  width: var(--logo-width);
  margin: 75px auto 30px;
}
@media (min-width: 1200px) {
  .header__logo {
    margin: 170px auto 40px;
  }
}

.popUp_holder {
  display: grid;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: fixed;
  opacity: 0;
  visibility: hidden;
  background: rgba(255, 255, 255, 0.78);
  top: 0;
  height: 100vh;
  width: 100vw;
  overflow-y: scroll;
  -webkit-transition: 0.5s opacity;
  transition: 0.5s opacity;
}
.popUp_holder > div {
  position: relative;
  padding: 20px 0;
}
.popUp_holder > div .close_popup {
  position: absolute;
  right: 15px;
  top: 15px;
  cursor: pointer;
}
.popUp_holder.active {
  opacity: 1;
  visibility: visible;
  z-index: 10;
}

.list_default {
  padding: 0;
  margin: 0;
  list-style: none;
  counter-reset: item;
}
.list_default li {
  position: relative;
}

.main_btn {
  background: #fff;
  border-radius: 10px;
  width: 100%;
  color: #106ad3;
  text-transform: uppercase;
  padding: 18px;
  border: none;
  font-weight: 800;
  font-size: 14px;
  margin: 0 auto;
  display: block;
  cursor: pointer;
  position: relative;
  font-family: "Open Sans", sans-serif;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  border: 2px solid transparent;
}
.main_btn:hover {
  background-color: #106ad3;
  color: #fff;
  border-color: #fff;
}

.font_second {
  font-family: "Open Sans", sans-serif;
}

.wrap {
  overflow: hidden;
}

.nobr {
  white-space: nowrap;
}

.absolute {
  position: absolute;
}

.relative {
  position: relative;
}

.big {
  font-size: 1.3em;
}

.bigger {
  font-size: 1.1em;
}

.fz_title {
  font-size: 30px;
  text-transform: uppercase;
  line-height: 1.33;
}
@media (min-width: 992px) {
  .fz_title {
    font-size: 40px;
  }
}
@media (min-width: 1200px) {
  .fz_title {
    font-size: 50px;
    line-height: 1.2;
  }
}

.smaller {
  font-size: 0.9em;
}

.small {
  font-size: 0.7em;
}

.bold {
  font-weight: 700;
}

.fw300 {
  font-weight: 300;
}

.fw400 {
  font-weight: 400;
}

.fw500 {
  font-weight: 500;
}

.fw600 {
  font-weight: 600;
}

.fw800 {
  font-weight: 800;
}

.fw900 {
  font-weight: 900;
}

.white {
  color: #fff;
}

.main_bg {
  background: #106ad3;
}

.second_bg {
  background: #528fc8;
}

.attention {
  color: #00ff29;
}

.alerting {
  color: #2445a6;
}

.center {
  text-align: center;
}

.close {
  float: none;
  cursor: pointer;
}

.text-md-left {
  text-align: left;
}

.form__blank {
  position: relative;
  background: #ffffff;
  -webkit-box-shadow: 0px 30px 60px rgba(152, 127, 92, 0.25);
          box-shadow: 0px 30px 60px rgba(152, 127, 92, 0.25);
  padding: 20px 10px;
}

.form__protect1 {
  position: absolute;
  text-align: center;
  font-size: 7px;
  top: 10px;
  left: 15px;
  right: 15px;
  color: #8e8b8b;
}
@media (min-width: 992px) {
  .form__protect1 {
    top: 5px;
    font-size: 10px;
  }
}

.form__protect2 {
  position: absolute;
  text-align: center;
  font-size: 7px;
  -webkit-writing-mode: vertical-lr;
      -ms-writing-mode: tb-lr;
          writing-mode: vertical-lr;
  top: 0;
  bottom: 0;
  right: 0;
  color: #8e8b8b;
}
@media (min-width: 992px) {
  .form__protect2 {
    font-size: 10px;
  }
}

.page_section {
  padding-bottom: 100px;
  border-bottom: 1px solid #fff;
}
@media (min-width: 992px) {
  .page_section {
    padding-bottom: 150px;
  }
}
@media (min-width: 1200px) {
  .page_section {
    padding-bottom: 180px;
  }
}

/* checkbox and radiobtn  */
.form_input__check {
  position: relative;
  display: block;
  padding-left: 0;
  cursor: pointer;
  margin: 20px 0;
}

.form_input__check .form_input__check-checkmark::before {
  content: "";
  float: left;
  width: 30px;
  height: 30px;
  margin-right: 5px;
  background: #fff;
  border: 1px solid #aaaaaa;
}

.form_input__checkbox input:checked + .form_input__check-checkmark::after {
  content: "";
  position: absolute;
  z-index: 2;
  left: 0;
  top: 0px;
  width: 9px;
  height: 20px;
  border-right: 2px solid #000;
  border-bottom: 2px solid #000;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  -webkit-transform-origin: bottom right;
          transform-origin: bottom right;
}

.form_input__radio .form_input__check-checkmark::before {
  border-radius: 50%;
}

.form_input__radio input:checked + .form_input__check-checkmark::after {
  content: "";
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 5px;
  width: 8px;
  height: 8px;
  position: absolute;
  border-radius: 50%;
}

/*end checkbox and radiobtn  */
.header {
  position: relative;
}
.header .header__info {
  font-size: 30px;
  text-transform: uppercase;
  font-weight: 900;
  line-height: 1.33;
  margin-bottom: 20px;
}
.header .header__timer_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 30px;
}
.header .header__timer_wrap > div {
  position: relative;
  width: 80px;
  height: 80px;
  border-radius: 50%;
  border: 2px solid rgba(255, 255, 255, 0.4);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.header .header__timer_wrap > div::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  background: #106ad3;
  border-radius: 50%;
  z-index: -1;
}
.header .header__timer_wrap > div .header__timer_rounds {
  background: conic-gradient(#fff 100%, transparent 0% 100%);
  position: absolute;
  top: -2px;
  left: -2px;
  width: inherit;
  height: inherit;
  border-radius: 50%;
  z-index: -2;
}
.header .header__timer_wrap .header__timer_dots {
  font-size: 30px;
  margin: 0 8px;
}
.header .header__timer_wrap .header__timer_time {
  font-size: 20px;
}
.header .header__timer_wrap .header__timer_text {
  font-size: 10px;
  font-weight: 700;
}
.header .header__decor1 {
  position: absolute;
  top: 0;
  right: 0;
  z-index: -1;
}
.header .header__decor2 {
  margin-top: -20px;
}
.header .header__decor3 {
  position: absolute;
  right: 0;
  bottom: 100px;
  width: 230px;
}

@media (min-width: 768px) {
  .header .header__btn {
    width: 250px;
  }
  .header .header__btn::before {
    content: "";
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    top: 0;
    bottom: 0;
    margin: auto;
    width: 696px;
    height: 1px;
    background-color: #fff;
    z-index: -1;
  }
}
@media (min-width: 768px) and (min-width: 992px) {
  .header .header__btn::before {
    width: 930px;
  }
}
@media (min-width: 768px) and (min-width: 1200px) {
  .header .header__btn::before {
    width: 1110px;
  }
}
@media (min-width: 768px) and (min-width: 1400px) {
  .header .header__btn::before {
    width: 1290px;
  }
}
@media (min-width: 768px) {
  .header .header__decor1 {
    width: min(328px, 23%);
    left: 84.5%;
    z-index: -3;
  }
  .header .header__decor2 {
    position: absolute;
    width: min(572px, 40%);
    right: 73%;
    top: 0;
    margin-top: 0;
  }
  .header .header__decor3 {
    width: min(635px, 34%);
    top: 70%;
    z-index: -2;
  }
}
@media (min-width: 992px) {
  .header .header__info {
    font-size: 50px;
    line-height: 1.2;
    margin-bottom: 30px;
  }
  .header .header__timer_wrap {
    margin-bottom: 40px;
  }
  .header .header__timer_wrap > div {
    width: 160px;
    height: 160px;
    border-width: 4px;
  }
  .header .header__timer_wrap > div .header__timer_rounds {
    left: -4px;
    top: -4px;
  }
  .header .header__timer_wrap .header__timer_dots {
    font-size: 50px;
  }
  .header .header__timer_wrap .header__timer_time {
    font-size: 50px;
  }
  .header .header__timer_wrap .header__timer_text {
    font-size: 20px;
    margin-top: -5px;
  }
}
.congratilation {
  padding-top: 70px;
}
.congratilation .congratilation__title {
  margin-bottom: 15px;
}
.congratilation .congratilation__arrow {
  display: inline-block;
  width: 86px;
  height: 86px;
  border-radius: 50%;
  background-color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  cursor: pointer;
  margin: 24px 0 40px 40px;
}
.congratilation .congratilation__arrow:hover img:first-child {
  -webkit-transform: translate(-50%, -50%) scale(4) rotate(64deg);
          transform: translate(-50%, -50%) scale(4) rotate(64deg);
  opacity: 0;
  -webkit-transition: opacity 0.3;
  transition: opacity 0.3;
}
.congratilation .congratilation__arrow:hover img:last-child {
  -webkit-transform: translate(-50%, -50%) scale(1) rotate(64deg);
          transform: translate(-50%, -50%) scale(1) rotate(64deg);
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  -webkit-transform-origin: center;
          transform-origin: center;
}
.congratilation .congratilation__arrow img {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%) scale(1) rotate(64deg);
          transform: translate(-50%, -50%) scale(1) rotate(64deg);
}
.congratilation .congratilation__arrow img:first-child {
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  width: 23px;
}
.congratilation .congratilation__arrow img:last-child {
  -webkit-transform: translate(-50%, -50%) scale(0) rotate(64deg);
          transform: translate(-50%, -50%) scale(0) rotate(64deg);
  width: 40px;
}
.congratilation .congratilation__decor1 {
  position: absolute;
  top: -35px;
  z-index: -1;
  width: 100%;
}
.congratilation .congratilation__text2 {
  text-transform: uppercase;
  padding-left: 65px;
  background: url(https://cloud.devtome.top/domains/prizeme.com.ua/ac3new/congrats_alert.svg) left/contain no-repeat;
}
@media (min-width: 768px) {
  .congratilation {
    padding-top: 100px;
  }
  .congratilation .congratilation__arrow {
    position: absolute;
    left: 100%;
    bottom: 0;
  }
  .congratilation .congratilation__decor1 {
    top: auto;
    bottom: 0;
    z-index: -1;
    right: 37%;
    width: min(880px, 115%);
    max-width: unset;
  }
  .congratilation .congratilation__decor2 {
    position: absolute;
    left: 80%;
    top: -11%;
    width: min(473px, 36%);
  }
  .congratilation .congratilation__decor3 {
    position: absolute;
    right: 0;
    top: 0;
  }
}
@media (min-width: 992px) {
  .congratilation {
    padding-top: 130px;
  }
  .congratilation .congratilation__text2 {
    font-size: 24px;
    padding-left: 95px;
  }
}
@media (min-width: 1200px) {
  .congratilation {
    padding-top: 150px;
  }
  .congratilation .congratilation__arrow {
    width: 140px;
    height: 140px;
  }
  .congratilation .congratilation__arrow img {
    width: auto !important;
  }
  .congratilation .congratilation__text2 {
    margin: 85px 0 0 auto;
    max-width: 415px;
  }
  .congratilation .congratilation__decor2 {
    left: 92%;
    top: -11%;
  }
}
@media (min-width: 1400px) {
  .congratilation {
    padding-top: 280px;
  }
}

.instruction {
  padding-top: 80px;
}
.instruction .font_second > p:first-child {
  margin-bottom: 20px;
}
.instruction .instruction__arrow {
  width: 86px;
  height: 86px;
  border-radius: 50%;
  background-color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 15px 0 95px auto;
}
.instruction .instruction__arrow svg {
  fill: #106ad3;
  width: 23px;
  height: 24px;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}
.instruction .instruction__title {
  width: 90%;
}
.instruction .instruction__title svg {
  fill: #fff;
  width: 33px;
  height: 34px;
  -webkit-transform: rotate(111deg);
          transform: rotate(111deg);
  position: absolute;
  right: 15%;
  top: 95%;
}
.instruction .instruction__deocr1 {
  position: absolute;
  top: 15px;
  left: 0;
}
@media (min-width: 768px) {
  .instruction {
    padding-top: 100px;
    padding-bottom: 100px;
  }
  .instruction .instruction__arrow {
    -ms-flex-negative: 0;
        flex-shrink: 0;
    margin: 0 40px 0 0;
  }
  .instruction .instruction__arrow svg {
    -webkit-transform: none;
            transform: none;
  }
  .instruction .instruction__deocr1 {
    left: 100%;
  }
}
@media (min-width: 1200px) {
  .instruction .instruction__arrow {
    width: 140px;
    height: 140px;
    margin-left: 50px;
  }
  .instruction .instruction__arrow svg {
    width: 33px;
    height: 34px;
  }
}

.footer {
  padding: 50px 0;
  font-size: 10px;
}
@media (min-width: 992px) {
  .footer {
    font-size: 16px;
  }
}

.tovarka_section {
  padding-top: 100px;
}
@media (min-width: 992px) {
  .tovarka_section {
    padding-top: 150px;
  }
}
@media (min-width: 1200px) {
  .tovarka_section {
    padding-top: 180px;
  }
}

.order-popUp {
  background-color: #106ad3;
  height: 100%;
  width: 100vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  font-size: 24px;
  font-weight: 500;
  text-transform: uppercase;
  padding: 20px !important;
  overflow: hidden;
  max-width: unset;
}
.order-popUp .close_popup {
  width: 25px;
  height: 25px;
}
.order-popUp .order-popUp_decor1 {
  position: absolute;
  bottom: 0;
  right: 0;
}
.order-popUp .order-popUp_decor2 {
  position: absolute;
  top: 0;
  left: 0;
}
@media (min-width: 768px) {
  .order-popUp {
    width: 600px;
    height: 510px;
    font-size: 30px;
  }
  .order-popUp .close_popup {
    width: auto;
    height: auto;
  }
}