<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* global settings */

@keyframes pulse {
  0% {
    transform: scale(1.0);
  }

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


* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  outline: none;
  text-decoration: none;
  color: inherit;
}

.prod_left_val {
  margin-bottom: 25px;
  display: inline-block;
  background-color: #b90c0c;
  color: #fff;
  padding: 7px;
}

:root {
  --full: 100%;
  --black: #000;
  --white: #fff;
  --cyan: #0f90fa;
  --blue: blue;
  --red: red;
  --gray: #dedede;
  --green: green;
}

body {
  background-color: #f2f2f2;
}

.container-full {
  width: var(--full);
  /* max-width: 1150px; */
}

.container-static {
  width: var(--full);
  max-width: 1150px;
  margin: 0 auto;
}

.title {
  font-family: 'Roboto Condensed', sans-serif;
}

p, .content .content-wrapper .list-red ul li {
  font-family: 'Inter', sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 20px;
  line-height: 29px;
  color: var(--black);
  margin-bottom: 10px;
}

.content .content-wrapper .list-red ul li {
  color: var(--red);
}

a {
  color: var(--blue);
}

h2 {
  font-family: 'Inter', sans-serif;
  font-style: normal;
  font-weight: bold;
  font-size: 20px;
  line-height: 29px;
  color: var(--cyan);
}

/* start css */

/* header */

.header .header-wrapper {
  display: flex;
  flex-direction: column;
  margin-bottom: 15px;
}

.header .header-wrapper .post {
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 110px;
  background: var(--cyan);
  width: 100%;
}

.header .header-wrapper .post a {
  font-size: 40px;
  font-weight: bold;
  text-transform: uppercase;
  color: var(--white);
}

.header .header-wrapper .nav ul {
  display: flex;
  list-style: none;
  background: var(--white);
  flex-wrap: wrap;
  height: 50px;
  overflow: hidden;
}

.header .header-wrapper .nav nav ul li {
  padding: 16px 18px;
  font-family: 'Roboto Condensed', sans-serif;
  color: var(--black);
  font-size: 16px;
  font-weight: bold;
  position: relative;
  white-space: nowrap;
}

.header .header-wrapper .nav nav ul li a {
  color: var(--black);
  font-size: 16px;
  font-weight: bold;
  font-family: 'Roboto Condensed', sans-serif;
}

.header .header-wrapper .nav nav ul li ::after {
  content: ' ';
  height: 25px;
  width: 0px;
  background: #c0c0c0;
  border-right: 0.75px solid #c0c0c0;
  margin: auto;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
}

.content .content-wrapper {
  background: #fff;
  padding: 30px 50px;
  width: calc(100% - 320px);
}

.content .content-wrapper .top-text {
  margin-bottom: 22px;
}

.content .content-wrapper .top-text strong {
  font-family: 'Roboto Condensed', sans-serif;
  font-style: normal;
  font-weight: bold;
  font-size: 25px;
  line-height: 29px;
  color: #0f90fa;
}

.content .content-wrapper .title h1 {
  margin: 0 0 30px;
  font-weight: 700;
  font-size: 32px;
  line-height: 40px;
  text-transform: uppercase;
  position: relative;
}

.content .content-wrapper .principal-notice .notice-image figure img {
  display: block;
  margin: 40px auto;
  border-top: 5px solid #0f90fa;
  width: var(--full);
  max-width: 600px;
}

.content .content-wrapper .date span {
  position: relative;
  font-family: 'Inter', sans-serif;
  font-style: normal;
  font-weight: 300;
  font-size: 17px;
  line-height: 31px;
  position: relative;
  padding: 0 7px;
  display: inline-block;
  text-transform: uppercase;
  color: var(--black);
}

.content .content-wrapper .date span::before {
  content: ' ';
  height: 14px;
  width: 0;
  border-left: 0.75px solid #000000;
  margin: auto;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
}

.content .content-wrapper .date span::after {
  content: ' ';
  height: 14px;
  width: 0;
  border-right: 0.75px solid #000000;
  margin: auto;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
}

.content .content-wrapper .categories {
  margin: 15px 0;
}

.content .content-wrapper .categories .categories-wrapper ul {
  list-style: none;
  padding-left: 0px;
  display: flex;
}

.sidebar__product {
  width: 100%;
  max-width: 320px;
  text-align: center;
  box-sizing: border-box;
  padding: 20px;
  background: #e3e3e2;
}

.sidebar__wrapper {
  width: 100%;
  max-width: 320px;
  flex-shrink: 0;
}

.sidebar__wrapper .cta-button a {
  margin-top: 20px !important;
  max-width: 250px;
  padding-top: 15px;
  animation: none;
}

.sidebar__product.active {
  background: #f8f8f9;
  width: 100%;
  padding: 20px;
}

@media screen and (max-width: 1220px) {
  .sidebar__product.active {
    right: 15px;
  }
}



.sidebar__cont {
  padding: 20px;
  background: #f8f8f9;
}

.sidebar__product {
  width: 100%;
  max-width: 320px;
  text-align: center;
  box-sizing: border-box;
  padding: 20px;
  background: #e3e3e2;

}

.sidebar__product.active {
  background: #f8f8f9;
  width: 100%;
  padding: 20px;
}

@media screen and (max-width: 1220px) {
  .sidebar__product.active {
    right: 15px;
  }
}

.figure {
  text-align: center;
}

.sidebar__product img {
  max-width: 165px;
  margin: 0 auto;
}

h3.sidebar__title {
  font-weight: 700;
  font-size: 24px;
  margin: 0 0 15px;
}

.sidebar__list {
  list-style: none;
  padding-left: 0;
}

.sidebar__item {
  margin-bottom: 0;
  display: flex;
  align-items: center;
  font-size: 16px;
  line-height: 1.3;
  padding: 20px 0;
  border-bottom: 2px dotted #00788d;
}

.sidebar__item a {
  color: #333;
  text-decoration: none;
}

.sidebar__item a:hover {
  text-decoration: underline;
}

.sidebar__item:first-of-type {
  border-top: 2px dotted;
}

.sidebar__icon {
  margin: 0 10px 0 0;
  flex-shrink: 0;
}

.sidebar__list {
  margin: 0;
}

.figure {
  text-align: center;
}

.sidebar__product img {
  max-width: 165px;
  margin: 0 auto;
}

h3.sidebar__title {
  font-weight: 700;
  font-size: 24px;
  margin: 0 0 15px;
}

.sidebar__list {
  list-style: none;
  padding-left: 0;
}

.sidebar__item {
  margin-bottom: 0;
  display: flex;
  align-items: center;
  font-size: 16px;
  line-height: 1.3;
  padding: 20px 0;
  border-bottom: 2px dotted #00788d;
}

.container-static--middle {
  display: flex;
}

.sidebar__item a {
  color: #333;
  text-decoration: none;
}

.sidebar__item a:hover {
  text-decoration: underline;
}

.sidebar__item:first-of-type {
  border-top: 2px dotted;
}

.sidebar__icon {
  margin: 0 10px 0 0;
  flex-shrink: 0;
}

.sidebar__list {
  margin: 0;
}

.content .content-wrapper .categories .categories-wrapper ul li {
  background: #c0c0c0;
  font-family: 'Roboto Condensed', sans-serif;
  font-style: normal;
  font-weight: bold;
  font-size: 18px;
  line-height: 23px;
  letter-spacing: 0.15em;
  padding: 5px 14px;
  color: #ffffff;
  margin-right: 13px;
  margin-bottom: 5px;
  list-style: disc;
  transition: .3s background;
}

.content .content-wrapper .categories .categories-wrapper ul li a {
  color: #fff;
}

.content .content-wrapper .categories .categories-wrapper ul .current {
  background: var(--cyan);
}

.content .content-wrapper .categories .categories-wrapper ul li:hover {
  background: var(--cyan);
}

.content .content-wrapper .center-image figure img {
  display: block;
  margin: 0 auto;
  width: 100%;
  max-width: 450px;
  margin-bottom: 10px;
}

.content .content-wrapper .center-text {
  margin-bottom: 10px;
  text-align: center;
  font-family: 'Inter', sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 20px;
  line-height: 29px;
  color: var(--black);
}

.content .content-wrapper .list-red {
  color: var(--red);
  font-family: 'Inter', sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 20px;
  line-height: 29px;
  margin-bottom: 10px;
}

.content .content-wrapper .list-red ul {
  margin-bottom: 20px;
}

.red {
  color: red;
}

.content .content-wrapper .list-red ul li {
  margin-left: 20px;
  list-style: disc;
}

.content .content-wrapper .photos-section {
  background-color: var(--gray);
  padding: 15px 10px;
  margin-bottom: 20px;
}

.content .content-wrapper .list ul {
  margin-bottom: 20px;
}

.content .content-wrapper .list ul li {
  color: var(--black);
  font-family: 'Inter', sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 20px;
  line-height: 29px;
  margin-left: 20px;
}

.content .content-wrapper .green {
  color: var(--green);
  text-transform: uppercase;
}

.content .content-wrapper .important {
  border: 3px solid red;
  padding: 10px;
  background-color: rgb(255, 255, 130);
}

.content .content-wrapper .important p {
  color: var(--red);
}

/* .content .content-wrapper .form {
    max-width: 600px;
    padding: 70px;
    margin: 20px auto;
    background: #fff url('../img/formbg.jpg') no-repeat;
    background-size: auto;
    background-size: 100% 100%;
}

.content .content-wrapper .form p {
    font-size: 12px;
    margin: 0;
    line-height: 30px;
}

.content .content-wrapper .form .top {
    padding-top: 100px;
    background: url('../img/med.png') top center no-repeat;
    background-size: auto;
    background-size: 100px auto;
    text-align: center;
}

.content .content-wrapper .form .top h2 {
    margin: 25px 0 0;
    padding: 0;
    line-height: 32px;
    font-size: 30px;
    font-weight: 700;
}

.content .content-wrapper .form .top p {
    font-size: 14px;
    color: #00f;
    font-style: italic;
    margin-bottom: 0;
}

.content .content-wrapper .form .price {
    text-align: center;
}

.content .content-wrapper .form .price p {
    font-size: 12px;
    margin: 0;
    line-height: 30px;
}

.content .content-wrapper .form .price span {
    font-size: 21px;
    font-weight: 700;
    color: var(--red);
}

.content .content-wrapper .form .frame {
    margin: 45px 10px 25px;
    border: 2px solid #0299ff;
    padding: 10px;
}

.content .content-wrapper .form .frame p {
    margin: 0 !important;
    font-size: 12px;
    font-weight: 700;
    line-height: 30px;
}

.content .content-wrapper .form .name,
.content .content-wrapper .form .phone {
    margin: 10px;
}

.content .content-wrapper .form .name label,
.content .content-wrapper .form .phone label {
    width: 230px;
    display: block;
    margin: 0 auto;
    text-align: center;
    font-weight: 700;
    font-size: 17px !important;
    font-family: 'Inter', sans-serif;
    font-size: 20px;
    line-height: 29px;
    color: var(--black);
}

.content .content-wrapper .form .name input,
.content .content-wrapper .form .phone input {
    width: 100%;
    max-width: 300px;
    display: block;
    margin: 0 auto;
    padding: 15px;
    border-radius: 3px;
    border: 2px solid #e9d7dc;
    font-size: 21px;
}

.content .content-wrapper .form .name input:focus,
.content .content-wrapper .form .phone input:focus {
    border: 2px solid blue;
}

.content .contnet-wrapper .form .btn {
    display: flex;
    justify-content: center;
}

.content .content-wrapper .form .btn button {
    max-width: 245px;
    display: block;
    margin: 20px auto;
    padding: 20px;
    color: #fff;
    font-weight: 700;
    text-decoration: none;
    box-shadow: 0 4px 15px 0 rgba(129, 150, 160, 0.45);
    border-radius: 5px;
    background: #0299ff;
    transition: all 0.15s ease-in-out;
    border: none;
    cursor: pointer;
    font-size: 20px;
}

.content .content-wrapper .form .time-limit {
    font-size: 14px;
    margin: 0 0 10px;
    font-family: 'Inter', sans-serif;
}

.content .content-wrapper .form .time-limit .timer {
    display: inline-block;
    background: url('../img/timerIcon2.png') no-repeat;
    padding-left: 14px;
    color: var(--red);
    font-weight: 700;
    line-height: 15px;
} */

.content .content-wrapper .avaliation .avaliation-wrapper {
  padding: 30px 0 0;
  width: 100%;
  max-width: 400px;
  margin: 0 auto;
  font-family: 'Inter', sans-serif;
}

.content .content-wrapper .avaliation .avaliation-wrapper h2 {
  margin: 0 0 30px;
  font-weight: 700;
  font-size: 32px;
  line-height: 40px;
  text-transform: uppercase;
  color: var(--black);
  font-family: 'Roboto Condensed', sans-serif;
}

.content .content-wrapper .avaliation .avaliation-wrapper h2 span {
  color: var(--red);
}

.content .content-wrapper .avaliation .avaliation-wrapper .vote_block {
  padding: 20px;
  background: #fff;
  -webkit-box-shadow: 0 0 27px rgb(2 2 2 / 10%);
  -moz-box-shadow: 0 0 27px rgba(2, 2, 2, 0.1);
  box-shadow: 0 0 27px rgb(2 2 2 / 10%);
  margin-bottom: 20px;
}

.content .content-wrapper .avaliation .avaliation-wrapper .question_item {
  margin: 0 0 20px;
  height: 50px;
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
  border-radius: 25px;
  background: #f0f0f0;
  -webkit-box-shadow: 0 0 0 1px #dedede inset;
  -moz-box-shadow: 0 0 0 1px #dedede inset;
  box-shadow: 0 0 0 1px #dedede inset;
  overflow: hidden;
  position: relative;

}

.content .content-wrapper .avaliation .avaliation-wrapper .question_item .line {
  background: #7ac700;
  display: block;
  height: 50px;
  position: absolute;
  top: 0;
  left: 0;
}

.content .content-wrapper .avaliation .avaliation-wrapper .question_item .question_text {
  float: left;
  padding: 0 0 0 20px;
  line-height: 50px;
  position: relative;
}

.content .content-wrapper .avaliation .avaliation-wrapper .question_item .percents {
  display: block;
  float: right;
  padding: 0 20px 0 0;
  font-weight: 700;
  line-height: 50px;
  text-align: right;
  position: relative;
}

.content .content-wrapper .avaliation .avaliation-wrapper .voice_count {
  text-align: center;
}

.content .content-wrapper .avaliation .avaliation-wrapper .voice_count b {
  margin: 0 0 0 5px;
  padding: 3px 5px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  background: #7ac700;
  color: #fff;
}

.content .content-wrapper .comments .comment {
  border-bottom: 1px dashed #ccc;
  padding: 15px 0;
  border-bottom: 1px dashed #ccc;
  display: flex;
  align-items: flex-start;
  padding: 15px 0;
  margin: 0 -10px;
}

.content .content-wrapper .comments .comment:last-of-type {
  border: none;
  padding-bottom: 0;
  margin-bottom: 0;
}

.content .content-wrapper .comments #comment_num {
  border-bottom: 1px dashed #365398;
  color: #365398;
  font-weight: bold;
  font-family: 'Inter', sans-serif;
  font-size: 17px;
}

.content .content-wrapper .comments .comment .comment__image {
  flex-grow: 0;
  padding: 0 10px;
  width: 70px;
  height: 50px;
  border-radius: 50%;
}

.content .content-wrapper .comments .comment .comment__content {
  padding: 0 10px;
  width: 100%;
}

.content .content-wrapper .comments .comment .comment__name {
  margin-top: 0;
  color: #365398;
  font-size: 16px;
  text-align: left;
  text-align-last: left;
  font-weight: 700;
}

.content .content-wrapper .comments .comment .comment__text {
  margin: 8px 0 10px;
  margin-bottom: 8px;
  font-size: 16px;
  line-height: 1.4;
}

.content .content-wrapper .comments .comment .comment__text img {
  display: block;
  margin: 5px 0 0;
  border-radius: 0 !important;
  width: 300px;
  max-width: 100%;
}

.content .content-wrapper .comments .comment .comment__details {
  font-size: 12px;
  color: #365398;
  line-height: 1.4;
}

.content .content-wrapper .comments .comment .comment__details a {
  text-decoration: none;
  color: #365398;
  font-size: 12px;
  line-height: 1.4;
  font-weight: 400;
  cursor: pointer;
}

.content .content-wrapper .comments .comment .comment__details span {
  text-decoration: none;
  color: #365398;
  font-size: 12px;
  line-height: 1.4;
  font-weight: 400;
}

.content .content-wrapper .comments .comment .comment__details img {
  width: 13px;
}

.content .content-wrapper .cta-button {
  text-align: center;
}

.cta-button a {
  color: var(--white);
  margin-top: 50px !important;
  font-size: 22px;
  text-align: center;
  display: block;
  animation: 1s pulse infinite alternate ease-in-out;
  font-weight: 700;
  display: block;
  font-size: 20px;
  color: rgb(255, 255, 255);
  text-transform: uppercase;
  text-align: center;
  max-width: 466px;
  background: rgb(219, 32, 32) none repeat scroll 0% 0%;
  padding: 15px 20px ;
  -moz-border-top-colors: none;
  -moz-border-right-colors: none;
  -moz-border-bottom-colors: none;
  -moz-border-left-colors: none;
  -o-border-image: none;
  border-image: none;
  border-radius: 6px;
  text-decoration: none;
  margin: 10px auto;
  margin-top: 10px;
  transition: .3s background;
  border-bottom: 6px solid transparent;
  -webkit-animation: 1s pulse infinite alternate ease-in-out;
  animation: 1s pulse infinite alternate ease-in-out;
  border: none;
  cursor: pointer;
}

.cta-button a:hover {
  background: rgb(147, 11, 11);
}

/* footer */

.footer .footer-wrapper {
  padding: 20px 15px;
  text-align: center;
  font-family: 'Inter', sans-serif;
}

.footer .footer-wrapper a {
  margin-bottom: 15px;
  display: block;
  color: #000;
}

.footer .footer-wrapper p {
  font-size: 14px;
  margin: 0;
  line-height: 1.5;
  text-align: center;
}

/* media querie */

@media (max-width: 992px) {

  body,
  main {
    overflow-x: hidden;
  }

  p {
    font-size: 18px;
    line-height: 32px;
    letter-spacing: -0.02em;
  }

  .inL_547917 {
    margin-left: 0 !important;
  }

  .inL_547917 {
    padding-top: 15px !important; 
  }

  a.inL_966314 {
    margin-top: 20px !important; 
  }

  .sidebar__wrapper {
    display: none;
  }

  li {
    line-height: 22px;
  }

  .header .header-wrapper {
    margin-bottom: 0;
  }

  .header .header-wrapper .post {
    height: 77px;
    min-height: auto;
  }

  .header .header-wrapper .post a {
    max-width: 320px;
    font-size: 30px;
    line-height: 90px;
  }

  .header .header-wrapper .nav,
  .content .content-wrapper .top-text strong {
    display: none;
  }

  .content .content-wrapper .top-text {
    margin-bottom: 0;
  }

  .content .content-wrapper {
    padding: 30px 15px;
    width: 100%;
  }

  .content .content-wrapper .categories .categories-wrapper ul {
    display: flex;
    flex-wrap: wrap;
    padding-left: 0;
  }

  .content .content-wrapper .categories .categories-wrapper ul li {
    font-size: 13px;
  }

  .content .content-wrapper .list-red, .content .content-wrapper .list-red ul li {
    font-size: 18px;
  }

  /* .content .content-wrapper .center-image figure img {
    max-width: fit-content;
  } */

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

    
 .img-custom-width {
    max-width: 250px !important;
  }
}


.spin-wrapper {
  -webkit-box-shadow: 0 0 10px;
  box-shadow: 0 0 10px;
  border: 3px solid red;
  padding: 20px 10px;
  border-radius: 10px;
  text-align: center;
  box-sizing: border-box;
  max-width: 700px;
  margin: 0 auto;
}

.spin-wrapper {
  font-size: 18px;
}

.wheel-cursor {
  position: absolute;
  width: 130px !important;
  height: 130px;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.wheel img {
  max-width: 100%;
}

.cursor-text {
  position: absolute;
  z-index: 2;
  display: inline-block;
  width: 45% !important;
  height: 45%;
  font-size: 15px;
  line-height: 57px;
  cursor: pointer;
  border-radius: 50%;
  vertical-align: middle;
  text-align: center;
  background-color: #ccc;
  border: 1px solid #ccc;
  top: 49%;
  left: 50%;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-box-shadow: rgba(255, 255, 255, 1) 0px -2px 0px inset,
    rgba(255, 255, 255, 1) 0px 2px 0px inset, rgba(0, 0, 0, 0.4) 0px 0px 5px;
  box-shadow: rgba(255, 255, 255, 1) 0px -2px 0px inset,
    rgba(255, 255, 255, 1) 0px 2px 0px inset, rgba(0, 0, 0, 0.4) 0px 0px 5px;
  background: rgb(255, 255, 255);
}

.spin-result-wrapper {
  display: none;
  padding: 0 10px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  top: 0;
  z-index: 999;
  left: 0;
  height: 100%;
  position: fixed;
  background-color: rgba(0, 0, 0, 0.6);
  text-align: center;
}

.pop-up-window {
  position: relative;
  max-width: 400px;
  right: 0px;
  left: 0px;
  top: 30%;
  margin: 0px auto;
  background: #ffffff none repeat scroll 0% 0%;
  text-align: center;
  padding: 10px;
  padding-top: 70px;
  padding-bottom: 20px;
  border-radius: 10px;
  animation: 0.7s ease 0s normal none 1 running pop-up-appear;
}

.pop-up-window::before {
  content: "";
  position: absolute;
  width: 110px;
  height: 110px;
  top: -55px;
  left: 0px;
  right: 0px;
  margin: 0px auto;
  background-color: rgb(113, 195, 65);
  border-radius: 50%;
  animation: 0.5s ease 0.6s normal backwards 1 running pop-up-appear-before;
}

.pop-up-window::after {
  content: "";
  position: absolute;
  width: 50px;
  height: 20px;
  top: -20px;
  left: 0px;
  right: 0px;
  margin: 0px auto;
  border-width: medium medium 4px 4px;
  border-style: none none solid solid;
  border-color: currentcolor currentcolor rgb(255, 255, 255) rgb(255, 255, 255);
  -moz-border-top-colors: none;
  -moz-border-right-colors: none;
  -moz-border-bottom-colors: none;
  -moz-border-left-colors: none;
  border-image: none;
  transform: rotate(-45deg);
  transition: opacity 1s ease 0s;
  animation: 0.5s ease 0.6s normal backwards 1 running pop-up-appear-after;
}

.close-popup {
  position: absolute;
  width: 30px;
  height: 30px;
  background-image: url("../fonts/cross.svg");
  background-size: 100%;
  top: -40px;
  border-radius: 50%;
  -webkit-box-shadow: 0 0 10px #fff;
  box-shadow: 0 0 10px #fff;
  right: 0px;
  cursor: pointer;
}

.pop-up-heading {
  font-size: 40px;
  margin-bottom: 20px;
}

.pop-up-text {
  margin-bottom: 5px;
  font-size: 24px;
  line-height: 30px;
  text-align: center !important;
}

.pop-up-button {
  text-transform: uppercase;
  text-decoration: none !important;
  padding: 10px 20%;
  font-size: 20px;
  border-radius: 5px;
  background-color: rgb(113, 195, 65);
  color: rgb(255, 255, 255);
  border: medium none;
  cursor: pointer;
  outline: medium none;
}



.super-rotation {
  -webkit-animation-name: super-rotation;
  animation-name: super-rotation;
  -webkit-animation-duration: 7s;
  animation-duration: 7s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-transition-timing-function: ease-in-out;
  -o-transition-timing-function: ease-in-out;
  transition-timing-function: ease-in-out;
}

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

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

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

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

.section_form {
  display: none;
}

.section_form {
  border: 3px solid #70aed2;
  border-radius: 20px;
  width: 90%;
  min-width: 300px;
  height: auto;
  margin: 25px auto;
  text-align: center;
  max-width: 600px;
}

.form {
  background: #fafafa;
  border-radius: 20px;
}

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



#order_form {
  background: white;
  padding: 20px;
  max-width: 550px;
  padding-bottom: 40px;
  font-family: Arial;
  margin: 20px;
  background-image: url(../images/formbg.jpg);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  margin: 0 auto;
  border-bottom: 1px solid #d4bbbc;
}

#order_form div {
  background: transparent !important;
}

#order_form h2 {
  margin: 25px 0 0 0;
  padding: 0px;
  line-height: 32px;
  border: none;
}

#order_form label {
  width: auto;
  display: block;
  padding: 5px 0 5px 0;
  font-weight: bold;
  font-size: 16px;
}

.photos-section p:last-child {
  margin-bottom: 0;
}

#order_form .order_form_pole {
  padding: 10px;
  margin: 10px;
  padding-top: 0;
  margin-bottom: 0;
  text-align: center;
}

#order_form input {
  font-size: 21px;
  padding: 15px;
  border-radius: 3px;
  border: 2px solid #e9d7dc;
  max-width: 300px;
  width: 100%;
  outline: none !important;
}

.categories-wrapper ul,
.content .content-wrapper .categories .categories-wrapper ul li {
  list-style: none;
}

#order_form .center {
  display: block;
  margin: 0 auto;
  text-align: center;
}

#order_form button {
  display: block;
  margin: 0 auto;
  padding: 20px;
  color: #fff;
  font-weight: 700;
  text-decoration: none;
  -webkit-box-shadow: 0 4px 15px 0 rgba(129, 150, 160, 0.45);
  box-shadow: 0 4px 15px 0 rgba(129, 150, 160, 0.45);
  border-radius: 5px;
  background-color: #0299ff;
  background-position: 1.35em .94em;
  background-size: 1em;
  background-repeat: no-repeat;
  -webkit-transition: all .15s ease-in-out;
  -o-transition: all .15s ease-in-out;
  transition: all .15s ease-in-out;
  border: none;
  cursor: pointer;
  font-size: 20px;
  margin-top: 20px;
  margin-bottom: 20px;
}

#order_form button:hover {
  background-color: #017ACC;
}

#order_form button:active {
  position: relative;
  top: 1px;
}

@media screen and (max-width: 480px) {
  #order_form label {
    font-size: 14px;
  }

  #order_form button {
    font-size: 16px;
  }

  #order_form {
    padding: 10px;
  }

  #order_form .order_form_pole {
    padding: 0px;
    margin: 2px;
  }

  .content .content-wrapper .comments .comment .comment__text img {
    max-width: 240px;
    width: 100%;
  }
}

@media screen and (max-width: 459px) {
  #order_form input {
    width: 80%;
  }

  #footer img {
    width: 100%;
  }
}

@media screen and (max-width: 349px) {
  #order_form input {
    font-size: 17px;
  }
}

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

form h2 {
  font-size: 30px;
  -webkit-margin-before: 0.83em !important;
  margin-block-start: 0.83em !important;
  -webkit-margin-after: 0.83em !important;
  margin-block-end: 0.83em !important;
}

form .count {
  display: block;
  margin-bottom: 10px;
}

.timelimit {
  margin-bottom: 20px;
}

.timelimit b {
  display: inline-block;

  padding-left: 14px;
  color: red;
  vertical-align: middle;
  background-position-y: 5px;
  position: relative;
}

.timelimit b::before {
  content: '';
  background: url(../images/timericon2.png) no-repeat center;
  position: absolute;
  top: 0;
  left: 0;
  width: 12px;
  height: 14px;
}


/*
* Prefixed by https://autoprefixer.github.io
* PostCSS: v8.3.6,
* Autoprefixer: v10.3.1
* Browsers: last 4 version
*/

.close-popup,
.cursor-text {
  cursor: pointer;
  position: absolute;
}

.cursor-text,
.pop-up-window,
.spin-result-wrapper,
.spin-wrapper,
.wheel-wrapper {
  text-align: center;
}

.spin-wrapper {
  -webkit-box-shadow: 0 0 10px;
  box-shadow: 0 0 10px;
  border: 3px solid red;
  padding: 20px 10px;
  border-radius: 10px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.spin-wrapper p {
  text-align: center;
  font-size: 21px !important;
  line-height: 1.4 !important;
  margin-bottom: 15px;
}

.wheel {
  width: 380px !important;
  margin: 0 auto;
  position: relative;
}

.wheel-cursor {
  position: absolute;
  width: 35% !important;
  height: 35%;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.cursor-text {
  z-index: 2;
  display: inline-block;
  width: 45% !important;
  height: 45%;
  line-height: 61px;
  border-radius: 50%;
  vertical-align: middle;
  border: 1px solid #ccc;
  top: 49%;
  left: 50%;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-box-shadow: rgba(255, 255, 255, 1) 0 -2px 0 inset,
    rgba(255, 255, 255, 1) 0 2px 0 inset, rgba(0, 0, 0, 0.4) 0 0 5px;
  box-shadow: rgba(255, 255, 255, 1) 0 -2px 0 inset,
    rgba(255, 255, 255, 1) 0 2px 0 inset, rgba(0, 0, 0, 0.4) 0 0 5px;
  background: #fff;
  background: -o-radial-gradient(center,
      ellipse cover,
      rgba(255, 255, 255, 1) 0,
      rgba(234, 234, 234, 1) 100%);
  background: -o-radial-gradient(center,
      ellipse,
      rgba(255, 255, 255, 1) 0,
      rgba(234, 234, 234, 1) 100%);
  background: radial-gradient(ellipse at center,
      rgba(255, 255, 255, 1) 0,
      rgba(234, 234, 234, 1) 100%);

}

.wheel-img {
  -webkit-transition: 4s;
  -o-transition: 4s;
  transition: 4s;
}

.cursor-text:active {
  -webkit-box-shadow: rgba(0, 0, 0, 0.4) 0 0 5px inset;
  box-shadow: rgba(0, 0, 0, 0.4) 0 0 5px inset;
}

.spin-result-wrapper {
  display: none;
  padding: 0 10px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  top: 0;
  z-index: 999;
  left: 0;
  height: 100%;
  position: fixed;
  background-color: rgba(0, 0, 0, 0.6);
}

.pop-up-window {
  position: relative;
  max-width: 400px;
  right: 0;
  left: 0;
  top: 40%;
  margin: 0 auto !important;
  background: #fff;
  padding: 70px 10px 20px !important;
  border-radius: 10px;
  -webkit-animation: 0.7s ease 0s normal none 1 running pop-up-appear;
  animation: 0.7s ease 0s normal none 1 running pop-up-appear;
}

.pop-up-window::after,
.pop-up-window::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
}

.pop-up-window::before {
  width: 110px;
  height: 110px;
  top: -55px;
  background-color: #71c341;
  border-radius: 50%;
  -webkit-animation: 0.5s ease 0.6s normal backwards 1 running pop-up-appear-before;
  animation: 0.5s ease 0.6s normal backwards 1 running pop-up-appear-before;
}

.pop-up-window::after {
  width: 50px;
  height: 20px;
  top: -20px;
  border-width: medium medium 4px 4px;
  border-style: none none solid solid;
  border-color: currentcolor currentcolor #fff #fff;
  -moz-border-top-colors: none;
  -moz-border-right-colors: none;
  -moz-border-bottom-colors: none;
  -moz-border-left-colors: none;
  -o-border-image: none;
  border-image: none;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-transition: opacity 1s ease 0s;
  -o-transition: opacity 1s ease 0s;
  transition: opacity 1s ease 0s;
  -webkit-animation: 0.5s ease 0.6s normal backwards 1 running pop-up-appear-after;
  animation: 0.5s ease 0.6s normal backwards 1 running pop-up-appear-after;
}

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

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

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

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

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

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

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

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

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

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

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

  100% {
    opacity: 1;
  }
}

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

  100% {
    opacity: 1;
  }
}

.pop-up-heading {
  font-size: 40px !important;
  margin-bottom: 20px !important;
}

.pop-up-text {
  margin-bottom: 25px !important;
  font-size: 24px !important;
  line-height: 30px !important;
  text-align: center !important;
  color: #414141 !important;
  font-weight: 400;
}

.pop-up-button,
.pop-up-button:hover {
  color: #fff !important;
  text-decoration: none !important;
}

.pop-up-button {
  text-transform: uppercase !important;
  padding: 10px 20% !important;
  font-size: 20px !important;
  border-radius: 5px !important;
  background-color: #71c341 !important;
  border: none !important;
  cursor: pointer !important;
  outline: 0 !important;
  transition: 0.5s;
}

.pop-up-button:hover {
  background-color: rgb(72, 131, 39) !important;
}

.wheel img {
  max-width: 100%;
}

@media (max-width: 600px) {
    .content .content-wrapper .title h1 {
    font-size: 20px;
    line-height: 1.3;
    margin-bottom: 20px;
  }

}

@media all and (max-width: 520px) {
  .wheel {
    width: 260px !important;
  }

  .pop-up-window {
    top: 30%;
  }

  .content .content-wrapper .categories .categories-wrapper ul {
    height: 38px;
    overflow: hidden;
  }


  .content .content-wrapper .principal-notice .notice-image figure img {
    margin: 20px 0;
  }

  .pop-up-heading {
    font-size: 33px !important;
  }

  .pop-up-text {
    margin-bottom: 15px !important;
  }

  .cursor-text {
    line-height: 45px;
    font-size: 10px;
    width: 50% !important;
    height: 50%;
  }

  .close-popup {
    position: absolute;
    width: 30px;
    height: 30px;
    background-size: 100%;
    top: -40px;
    border-radius: 50%;
    -webkit-box-shadow: 0 0 10px #fff;
    box-shadow: 0 0 10px #fff;
    right: -10px;
    cursor: pointer;
  }
}

.super-rotation {
  -webkit-animation-name: super-rotation;
  animation-name: super-rotation;
  -webkit-animation-duration: 7s;
  animation-duration: 7s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-transition-timing-function: ease-in-out;
  -o-transition-timing-function: ease-in-out;
  transition-timing-function: ease-in-out;
}

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

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

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

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


@media (max-width:420px) {
  h1 {
    text-align: center;
    font-size: 1.5em !important;
  }

  .main_titl {
    text-align: center
  }

  .inL_512960 {
    font-size: 46px !important;
  }
}

@media (max-width: 420px) {
  .spin-wrapper p {
    font-size: 16px !important;
    font-weight: 700;
  }
}

.main_title {
  text-align: center;
}


.fake-comment-wrapper {
  font-family: sans-serif !important;
  width: 100% !important;
  padding: 30px 20px !important;
  background-color: #f0f0f0 !important;
  box-sizing: border-box !important;
}

.fake-comment-wrapper form {
  display: flex !important;
  flex-direction: column !important;
  align-items: flex-start !important;
  width: 90% !important;
  margin: 0 auto !important;
}

.fake-comment-wrapper form.hide {
  display: none !important;
}

.fake-comment-wrapper form .title {
  margin-bottom: 16px !important;
  color: rgb(219, 32, 32) !important;
  font-family: sans-serif !important;
  font-size: 24px !important;
  font-weight: 700 !important;
  line-height: 28px !important;
}

.fake-comment-wrapper form input {
  outline: none !important;
  width: 100% !important;
  box-sizing: border-box !important;
  margin-bottom: 25px !important;
  padding: 10px 20px !important;
  font-weight: 100 !important;
  border: 1px solid rgb(219, 32, 32) !important;
  font-family: sans-serif !important;
  color: #000000 !important;
  background-color: #ffffff !important;
  font-size: 16px !important;
}

.fake-comment-wrapper form textarea {
  outline: none;
  width: 100% !important;
  resize: none !important;
  box-sizing: border-box !important;
  margin-bottom: 25px !important;
  padding: 10px 20px !important;
  font-weight: 100 !important;
  border: 1px solid rgb(219, 32, 32);
  font-family: sans-serif !important;
  color: #000000 !important;
  background-color: #ffffff !important;
  font-size: 16px !important;
}

.fake-comment-wrapper form button {
  color: white !important;
  text-align: center !important;
  max-width: 280px !important;
  width: 80% !important;
  height: 50px !important;
  border-radius: 25px !important;
  background-color: rgb(219, 32, 32) !important;
  font-family: sans-serif !important;
  border: none !important;
  font-size: 18px !important;
  cursor: pointer !important;
}

.fake-comment-wrapper form button:hover {
  opacity: 0.8 !important;
}

.fake-comment-wrapper #fake-comm-answer {
  display: none !important;
  color: #000000 !important;
  font-size: 16px !important;
}

.fake-comment-wrapper #fake-comm-answer.show {
  display: block !important;
}


.show-feedback {
  background-color: #bbbbbb;
  border: 1px solid transparent;
  border-radius: 3px;
  box-shadow: rgb(255 255 255 / 40%) 0 1px 0 0 inset;
  box-sizing: border-box;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  font-family: -apple-system, system-ui, "Segoe UI", "Liberation Sans", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.15385;
  margin: 0;
  outline: none;
  padding: 8px 0.8em;
  position: relative;
  text-align: center;
  text-decoration: none;
  user-select: none;
  -webkit-user-select: none;
  touch-action: manipulation;
  vertical-align: baseline;
  white-space: nowrap;
}

.last-product figure {
  margin: 0;
  padding: 0;
  margin-bottom: -35px;
  margin-top: 20px;
}

.inL_54892 {
  text-align: center
}

.inL_423929 {
  text-align: center
}

.inL_630034 {
  text-align: center
}

.inL_909827 {
  width: 180px;
  margin: 0 auto;
}

.content .content-wrapper .center-image figure .inL_415577 {
  width: 100%
}

.inL_245791 {
  color: rgb(52, 147, 255);
  font-weight: bold
}

.inL_200451 {
  font-weight: normal;
}

.inL_518778 {
  font-weight: normal;
}

.inL_697272 {
  font-weight: normal;
}

.inL_223589 {
  font-weight: normal;
}

.inL_72171 {
  font-weight: normal;
}

.inL_200788 {
  font-weight: normal;
}

.inL_718016 {
  color: rgb(52, 147, 255);
  font-weight: bold
}

.inL_219738 {
  font-weight: bold;
}

.inL_444191 {
  font-weight: normal;
}

.inL_686064 {
  font-weight: normal;
}

.inL_466711 {
  font-weight: normal;
}

.inL_529822 {
  font-weight: normal;
}

.inL_494076 {
  display: flex;
  justify-content: center;
}

.inL_413097 {
  display: flex;
  flex-direction: column;
  max-width: 700px;
  width: 700px;
  background: #DDDDDD;
  margin-top: 30px;
  padding: 18px;
  box-sizing: border-box;
}

.inL_806847 {
  display: flex;
  justify-content: space-around;
}

.content .content-wrapper .center-image figure .inL_915119 {
  width: 160px
}

.inL_547917 {
  display: block;
  text-align: center;
  padding: 10% 0 0;
  margin-left: 10px;
}

.inL_291752 {
  line-height: 40px;
}

.inL_512960 {
  color: #6F0B3F;
  font-size: 55px;
  font-weight: 900
}

.inL_760921 {
  font-size: 33px;
}

.inL_966314 {
  background-color: green;
  margin-top: 3px !important;
  animation: none
}

.inL_340538 {
  width: 82%;
}

.inL_988104 {
  width: 4%;
  background-color: red
}

.inL_564362 {
  width: 14%;
  background-color: #F5CA16
}

.inL_499612 {
  text-align: center;
}

.inL_719856 {
  text-align: center
}

.inL_633069 {
  text-align: center;
  color: red
}

.inL_802186 {
  text-align: center;
  font-size: 30px;
}

.inL_613708 {
  margin: 20px auto 0;
  text-align: center;
  display: none
}

.inL_18149 {
  text-align: center
}

.inL_20378 {
  color: blue;
  font-size: 14px
}

.inL_159101 {
  font-size: 100%
}

.inL_860756 {
  font-size: 16px
}

.inL_24306 {
  text-decoration: line-through;
}

.inL_540803 {
  color: green;
  font-size: larger
}

.inL_53949 {
  margin: 15px 10px 20px 10px;
  border: 2px solid #0299ff;
  padding: 10px;
  line-height: 1.5;
}

.inL_705841 {
  color: tomato;
  margin: 0px auto 5px;
  display: block;
  font-weight: bold;
}

.inL_179269 {
  margin-bottom: 20px
}

.inL_400884 {
  max-width: 300px;
  width: 100%
}

.inL_645122 {
  font-size: 12px;
}

.inL_680395 {
  display: none
}

.inL_312150 {
  color: red
}

.inL_243234 {
  display: flex;
  opacity: 1;
  max-height: 1000px;
}

.inL_446695 {
  display: none;
}

.inL_307893 {
  width: 160px;
  margin: 0 auto;
}

.inL_516306 {
  width: 100%
}

.inL_98852 {
  position: static;
  top: 20px;
}

.spoiler {
  position: relative;
  z-index: 0;
  cursor: pointer;
  user-select: none;
}



.spoiler img {
  filter: blur(8px);
}

.spoiler:before {
  content: '18+';
  position: absolute;
  top: 0;
  color: #fff;
  left: 0;
  transition: 0.5s;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 2;
  font-size: 60px;
  font-weight: bold;
  text-shadow: #FC0 1px 0 10px;
}

.spoiler.spoiler--active:before  {
  opacity: 0;
}

.spoiler.spoiler--active img{
  filter: blur(0);
}

@media (max-width: 660px) {
  .cta-button a {
    animation: none;
  }
}</pre></body></html>