/* roboto-regular - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/roboto-v30-latin-regular.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* roboto-500 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 500;
  src: url('../fonts/roboto-v30-latin-500.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* roboto-700 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 700;
  src: url('../fonts/roboto-v30-latin-700.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/*!
 *  Font Awesome 4.7.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
/* FONT PATH
 * -------------------------- */

.fa {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* makes the font 33% larger relative to the icon container */

/* Deprecated as of 4.4.0 */

/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
     readers do not read off random characters that represent icons */

.fa-search:before {
  content: "\f002";
}


/*!
 * Bootstrap v4.4.1 (https://getbootstrap.com/)
 * Copyright 2011-2019 The Bootstrap Authors
 * Copyright 2011-2019 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
:root {
  --blue: #007bff;
  --indigo: #6610f2;
  --purple: #6f42c1;
  --pink: #e83e8c;
  --red: #dc3545;
  --orange: #fd7e14;
  --yellow: #ffc107;
  --green: #28a745;
  --teal: #20c997;
  --cyan: #17a2b8;
  --white: #fff;
  --gray: #6c757d;
  --gray-dark: #343a40;
  --primary: #007bff;
  --secondary: #6c757d;
  --success: #28a745;
  --info: #17a2b8;
  --warning: #ffc107;
  --danger: #dc3545;
  --light: #f8f9fa;
  --dark: #343a40;
  --breakpoint-xs: 0;
  --breakpoint-sm: 576px;
  --breakpoint-md: 768px;
  --breakpoint-lg: 992px;
  --breakpoint-xl: 1200px;
  --font-family-sans-serif: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  --font-family-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace
}

*,
:after,
:before {
  box-sizing: border-box
}

html {
  font-family: sans-serif;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: transparent
}

article,
aside,
footer,
header,
nav,
section {
  display: block
}

body {
  margin: 0;
  font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica Neue, Arial, Noto Sans, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  text-align: left;
  background-color: #fff
}

h1,
h2,
h3,
h4 {
  margin-top: 0;
  margin-bottom: .5rem
}

p,
ul {
  margin-top: 0;
  margin-bottom: 1rem
}

ul ul {
  margin-bottom: 0
}

strong {
  font-weight: bolder
}

a {
  color: #007bff;
  text-decoration: none;
  background-color: transparent
}

a:hover {
  color: #0056b3;
  text-decoration: underline
}

a:not([href]),
a:not([href]):hover {
  color: inherit;
  text-decoration: none
}

pre {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, Liberation Mono, Courier New, monospace;
  font-size: 1em;
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto
}

img {
  vertical-align: middle;
  border-style: none
}

button {
  border-radius: 0
}

button:focus {
  outline: 1px dotted;
  outline: 5px auto -webkit-focus-ring-color
}

button,
input {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
  overflow: visible
}

button {
  text-transform: none
}

[type=button],
button {
  -webkit-appearance: button;
  appearance: button;
}

[type=button]:not(:disabled),
button:not(:disabled) {
  cursor: pointer
}

[type=button]::-moz-focus-inner,
button::-moz-focus-inner {
  padding: 0;
  border-style: none
}

[type=search] {
  outline-offset: -2px;
  -webkit-appearance: none;
  appearance: none;
}

[type=search]::-webkit-search-decoration {
  -webkit-appearance: none
}

.h1,
.h2,
.h3,
.h4,
h1,
h2,
h3,
h4 {
  margin-bottom: .5rem;
  font-weight: 500;
  line-height: 1.2
}

.h1,
h1 {
  font-size: 2.5rem
}

.h2,
h2 {
  font-size: 2rem
}

.h3,
h3 {
  font-size: 1.75rem
}

.h4,
h4 {
  font-size: 1.5rem
}

.img-fluid {
  max-width: 100%;
  height: auto
}

pre {
  display: block;
  font-size: 87.5%;
  color: #212529
}

.container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto
}

@media(min-width: 576px) {
  .container {
    max-width: 540px
  }
}

@media(min-width: 768px) {
  .container {
    max-width: 720px
  }
}

@media(min-width: 992px) {
  .container {
    max-width: 960px
  }
}

@media(min-width: 1200px) {
  .container {
    max-width: 1140px
  }
}

.row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px
}

.col,
.col-1,
.col-2,
.col-4,
.col-6,
.col-10,
.col-11,
.col-12,
.col-lg-8,
.col-md-4,
.col-md-8,
.col-md-12,
.col-sm-12 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px
}

.col {
  flex-basis: 0;
  flex-grow: 1;
  max-width: 100%
}

.col-1 {
  flex: 0 0 8.333333%;
  max-width: 8.333333%
}

.col-2 {
  flex: 0 0 16.666667%;
  max-width: 16.666667%
}

.col-4 {
  flex: 0 0 33.333333%;
  max-width: 33.333333%
}

.col-6 {
  flex: 0 0 50%;
  max-width: 50%
}

.col-10 {
  flex: 0 0 83.333333%;
  max-width: 83.333333%
}

.col-11 {
  flex: 0 0 91.666667%;
  max-width: 91.666667%
}

.col-12 {
  flex: 0 0 100%;
  max-width: 100%
}

@media(min-width: 576px) {
  .col-sm-12 {
    flex: 0 0 100%;
    max-width: 100%
  }
}

@media(min-width: 768px) {
  .col-md-4 {
    flex: 0 0 33.333333%;
    max-width: 33.333333%
  }

  .col-md-8 {
    flex: 0 0 66.666667%;
    max-width: 66.666667%
  }

  .col-md-12 {
    flex: 0 0 100%;
    max-width: 100%
  }
}

@media(min-width: 992px) {
  .col-lg-8 {
    flex: 0 0 66.666667%;
    max-width: 66.666667%
  }
}

.btn {
  display: inline-block;
  font-weight: 400;
  color: #212529;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-color: transparent;
  border: 1px solid transparent;
  padding: .375rem .75rem;
  font-size: 1rem;
  line-height: 1.5;
  border-radius: .25rem;
  transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out
}

@media(prefers-reduced-motion: reduce) {
  .btn {
    transition: none
  }
}

.btn:hover {
  color: #212529;
  text-decoration: none
}

.btn:focus {
  outline: 0;
  box-shadow: 0 0 0 .2rem rgba(0, 123, 255, .25)
}

.btn.disabled,
.btn:disabled {
  opacity: .65
}

a.btn.disabled {
  pointer-events: none
}

.btn-outline-secondary {
  color: #6c757d;
  border-color: #6c757d
}

.btn-outline-secondary:hover {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d
}

.btn-outline-secondary:focus {
  box-shadow: 0 0 0 .2rem rgba(109, 118, 126, .5)
}

.btn-outline-secondary.disabled,
.btn-outline-secondary:disabled {
  color: #6c757d;
  background-color: transparent
}

.btn-outline-secondary:not(:disabled):not(.disabled):active {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d
}

.btn-outline-secondary:not(:disabled):not(.disabled):active:focus {
  box-shadow: 0 0 0 .2rem rgba(109, 118, 126, .5)
}

.input-group {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  width: 100%
}

.input-group-append {
  display: flex
}

.input-group-append .btn {
  position: relative;
  z-index: 2
}

.input-group-append .btn:focus {
  z-index: 3
}

.input-group-append,
.input-group-append .btn+.btn {
  margin-left: -1px
}

.input-group>.input-group-append:last-child>.btn:not(:last-child):not(.dropdown-toggle),
.input-group>.input-group-append:not(:last-child)>.btn {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0
}

.input-group>.input-group-append>.btn {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0
}

.nav {
  flex-wrap: wrap;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none
}


.nav {
  display: flex
}

.border {
  border: 1px solid #dee2e6 !important
}

.border-right {
  border-right: 1px solid #dee2e6 !important
}

.rounded-right {
  border-top-right-radius: .25rem !important;
  border-bottom-right-radius: .25rem !important
}

.rounded-left {
  border-top-left-radius: .25rem !important;
  border-bottom-left-radius: .25rem !important
}

.d-none {
  display: none !important
}

.d-flex {
  display: flex !important
}

@media(min-width: 768px) {
  .d-md-flex {
    display: flex !important
  }
}

@media(min-width: 992px) {
  .d-lg-block {
    display: block !important
  }
}

.justify-content-start {
  justify-content: flex-start !important
}

.justify-content-end {
  justify-content: flex-end !important
}

.justify-content-center {
  justify-content: center !important
}

.justify-content-between {
  justify-content: space-between !important
}

.align-items-center {
  align-items: center !important
}

@media(min-width: 992px) {
  .justify-content-lg-start {
    justify-content: flex-start !important
  }
}

.float-left {
  float: left !important
}

.float-none {
  float: none !important
}

@media(min-width: 768px) {
  .float-md-right {
    float: right !important
  }
}

.position-absolute {
  position: absolute !important
}

.w-100 {
  width: 100% !important
}

.mb-0 {
  margin-bottom: 0 !important
}

.mt-1 {
  margin-top: .25rem !important
}

.mb-1 {
  margin-bottom: .25rem !important
}

.mt-2,
.my-2 {
  margin-top: .5rem !important
}

.mr-2 {
  margin-right: .5rem !important
}

.mb-2,
.my-2 {
  margin-bottom: .5rem !important
}

.mt-3 {
  margin-top: 1rem !important
}

.mr-3 {
  margin-right: 1rem !important
}

.mb-3 {
  margin-bottom: 1rem !important
}

.ml-3 {
  margin-left: 1rem !important
}

.mt-4,
.my-4 {
  margin-top: 1.5rem !important
}

.mb-4,
.my-4 {
  margin-bottom: 1.5rem !important
}

.mt-5 {
  margin-top: 3rem !important
}

.pr-0 {
  padding-right: 0 !important
}

.pl-0 {
  padding-left: 0 !important
}

.pb-1 {
  padding-bottom: .25rem !important
}

.p-2 {
  padding: .5rem !important
}

.pt-2 {
  padding-top: .5rem !important
}

.pr-2 {
  padding-right: .5rem !important
}

.pl-2 {
  padding-left: .5rem !important
}

.p-3 {
  padding: 1rem !important
}

.pt-3,
.py-3 {
  padding-top: 1rem !important
}

.px-3 {
  padding-right: 1rem !important
}

.pb-3,
.py-3 {
  padding-bottom: 1rem !important
}

.px-3 {
  padding-left: 1rem !important
}

.py-4 {
  padding-top: 1.5rem !important
}

.pr-4 {
  padding-right: 1.5rem !important
}

.pb-4,
.py-4 {
  padding-bottom: 1.5rem !important
}

.pl-4 {
  padding-left: 1.5rem !important
}

.px-5 {
  padding-right: 3rem !important
}

.pl-5,
.px-5 {
  padding-left: 3rem !important
}

@media(min-width: 576px) {
  .pb-sm-3 {
    padding-bottom: 1rem !important
  }
}

@media(min-width: 768px) {
  .pl-md-3 {
    padding-left: 1rem !important
  }
}

@media(min-width: 1200px) {
  .pr-xl-0 {
    padding-right: 0 !important
  }
}

.text-nowrap {
  white-space: nowrap !important
}

.text-left {
  text-align: left !important
}

.text-right {
  text-align: right !important
}

.text-center {
  text-align: center !important
}

@media(min-width: 768px) {
  .text-md-left {
    text-align: left !important
  }
}

.text-uppercase {
  text-transform: uppercase !important
}

.font-weight-bold {
  font-weight: 700 !important
}

@media print {

  *,
  :after,
  :before {
    text-shadow: none !important;
    box-shadow: none !important
  }

  a:not(.btn) {
    text-decoration: underline
  }

  pre {
    white-space: pre-wrap !important;
    border: 1px solid #adb5bd
  }

  img,
  pre {
    page-break-inside: avoid
  }

  h2,
  h3,
  p {
    orphans: 3;
    widows: 3
  }

  h2,
  h3 {
    page-break-after: avoid
  }

  @page {
    size: a3
  }

  .container,
  body {
    min-width: 992px !important
  }
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box
}

body {
  background-color: #b8b8b8
}

.page-wrapper {
  max-width: 1065px;
  margin: 0 auto;
  background-color: #fff
}

.page-title {
  color: #1b478a;
  font: 700 50px/66px PT Serif;
  margin-bottom: 0
}

.page-title-txt {
  background: #01ace2 0 0 no-repeat padding-box;
  font: 400 25px/33px Roboto;
  color: #fff;
  padding: 8px 18px;
  margin-bottom: 0
}

.input-custom {
  width: 160px;
  height: 33px;
  border: 1px solid rgba(112, 112, 112, .85098)
}

.btn-custom {
  height: 33px;
  padding: .25rem .75rem
}

.nav-list-custom {
  list-style: none;
  display: flex;
  padding-top: .5rem;
  padding: 0 1rem
}

.image-info-mobile {
  display: none
}

.aside-header,
.intro-header,
.special-ofert-header {
  font: Bold 30px/34px Roboto;
  letter-spacing: 0;
  color: #000
}

.img-top {
  z-index: -1
}

.image-top-container {
  position: relative
}

.image-info-mobile {
  background-color: #ffc000;
  font: Bold 20px/24px Roboto;
  color: #000;
  position: absolute;
  bottom: -15%;
  left: 5%;
  width: 90%
}

.article-block,
.comment-date {
  font: normal 17px/21px Roboto
}

.article-header {
  font: Bold 24px/28px Roboto;
  color: #000
}

.person-mobile {
  display: none
}

.person-info {
  background-color: #0076cd;
  color: #fff;
  text-align: left;
  font: normal 17px/18px Roboto;
  min-height: 117px
}

.cta-aside,
.cta-aside:hover {
  color: #fff;
  text-decoration: none
}

.cta-aside-txt,
.cta-aside-txt:hover {
  color: #000;
  text-decoration: none
}

.ofert-date {
  color: red
}

.user-avatar {
  background-color: #b4d2ff;
  width: 50px;
  height: 50px;
  border-radius: 10px;
  background-image: url(../images/userf233292629e4103a8ce177a53bbc0633.png);
  background-repeat: no-repeat;
  background-position: 50%
}

.border {
  margin-left: 0;
  margin-right: 0
}

.special-ofert {
  background-color: #1b478a
}

.special-ofert-header {
  color: #fff
}

.header-container {
  background-color: #4279cc
}

.btn-cta {
  background-color: #02d65e;
  font: Bold 24px/28px Roboto;
  color: #fff;
  border: none
}

.header-links {
  font-size: .625rem
}

.header-date {
  color: #7c7c7c
}

.navbar-custom {
  background: #00bcd4 0 0 no-repeat padding-box
}

.nav-list-custom {
  font: 400 14px/22px Roboto;
  color: #fff
}

.spec-desc {
  background: rgba(0, 188, 212, .05) 0 0 no-repeat padding-box;
  width: 62%;
  background-image: url(../fonts/bgfb8883ed3ee17629ebc371ea4929cb5e.svg);
  background-position: 20px 20px;
  padding: 21px
}

@media only screen and (max-width: 1199px) {
  .input-custom {
    width: 100px
  }

  .btn-custom {
    width: 25px;
    padding: .25rem
  }

  .page-title {
    font-size: 37px
  }

  .page-title-txt {
    font-size: 18px
  }
}

@media only screen and (max-width: 992px) {
  .tablet-hide {
    display: none
  }

  .nav-item {
    font-size: 15px
  }

  .page-title {
    font: 700 28px/34px PT Serif
  }

  .page-title-txt {
    font-size: 14px
  }

  .navbar-custom {
    margin: 0 auto;
    max-width: 100%
  }

  .spec {
    max-width: 69px
  }
}

@media only screen and (max-width: 767px) {
  .mobile-hide {
    display: none
  }

  .mobile-show {
    display: block
  }

  .tablet-hide {
    display: none
  }

  .nav-item {
    font-size: 15px
  }

  .image-top-container {
    margin-bottom: 4rem
  }

  .article-header {
    font-size: 20px;
    line-height: 24px
  }

  .article-block {
    margin-right: 0
  }

  .person-desktop {
    display: none
  }

  .person-mobile {
    display: block
  }

  .spec-desc {
    width: 100%
  }

  .text-start {
    display: flex;
    justify-content: center;
    flex-direction: column
  }

  .spec-image {
    margin: 0 auto 20px
  }
}

@media only screen and (max-width: 400px) {
  .page-title {
    font: 700 21px/27px PT Serif
  }

  .page-title-txt {
    font-size: 11px;
    padding: 8px 11px
  }
}

@media only screen and (min-width: 992px)and (max-width: 1199px) {
  .spec-desc {
    font-size: .9rem
  }
}

.firefox-image-resize-fix {
  min-width: 59.99px;
  max-width: 60.1px
}

.mobile-woman-desc {
  background: #125b7d 0 0 no-repeat padding-box;
  color: #fff;
  padding: 20px 10px;
  margin-top: 0 !important
}

.list-noga {
  list-style: none;
  margin-left: 60px
}

.list-noga>li:before {
  content: "";
  display: block;
  background: #0cbf4a 0 0 no-repeat padding-box;
  width: 43px;
  height: 43px;
  position: absolute;
  border-radius: 50%;
  left: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  font: 800 30px/19px Roboto;
  color: #fff;
  content: "1"
}

.list-noga>li:last-of-type:before {
  content: "2";
  background: #51cb11 0 0 no-repeat padding-box
}

footer {
  margin-top: 60px;
  padding-bottom: 30px;
  margin-right: 20px;
  margin-left: 20px;
  text-align: center;
  font: 400 14px/18px Roboto;
  color: #9d9d9d
}


.footer_legal {
  text-align: center;
  padding: 10px 10px 15px
}

.footer_legal .footer_legal_txt {
  font-size: 12px;
  line-height: 1.2;
  color: #6d6d6d
}

.x_country_select {
    display: none !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
}

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

.wheel img {
  max-width: 100%
}

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

.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 {
  position: absolute;
  z-index: 2;
  display: inline-block;
  width: 45% !important;
  height: 45%;
  font: 16px Arial !important;
  line-height: 61px !important;
  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: #fff 0 -2px 0 inset, #fff 0 2px 0 inset, rgba(0, 0, 0, .4)0 0 5px;
  box-shadow: #fff 0 -2px inset, #fff 0 2px inset, rgba(0, 0, 0, .4)0 0 5px;
  background: #fff;
  background: -webkit-gradient(radial, center center, 0, center center, 100%, color-stop(0%, #fff), color-stop(100%, #eaeaea));
  background: -webkit-radial-gradient(center, ellipse cover, #fff 0%, #eaeaea 100%);
  background: -o-radial-gradient(center, ellipse cover, #fff 0%, #eaeaea 100%);
  background: -webkit-radial-gradient(center, ellipse, #fff 0%, #eaeaea 100%);
  background: -o-radial-gradient(center, ellipse, #fff 0%, #eaeaea 100%);
  background: radial-gradient(ellipse at center, #fff 0%, #eaeaea 100%);
}

.prod_img_wrapper {
  max-width: 300px;
  margin: 15px auto;
  margin-bottom: 0;
  position: relative
}

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

.price_main {
  border-bottom: 2px solid #d31812;
  font-size: 24px;
  line-height: 0;
  margin: 0 auto
}

.js_old_price {
  display: block;
  margin: 0 auto
}

.wheel_input {
  padding: 10px !important;
  display: block !important;
  margin: 0 auto 20px !important;
  padding: 10px !important;
  width: 50% !important;
  border: 2px solid grey !important;
  border-radius: 5px !important
}

.data_label {
  line-height: 30px
}

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

@media screen and (max-width:480px) {
  .wheel_input {
      width: 90% !important
  }
}

.time_remains {
  font-size: 1.1em;
  color: red;
  font-weight: 700
}

.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, .6);
  text-align: center
}

.main-link {
  display: block;
  margin: 40px auto;
  padding: 20px;
  font-size: 20px;
  text-decoration: none;
  background-color: #de0606;
  text-align: center;
  color: #fff !important;
  border-radius: 4px;
  border: none;
  cursor: pointer
}

.main-link:hover {
  opacity: .8
}

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

.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: -40px;
  cursor: pointer
}

@media(max-width:570px) {
  .close-popup {
      right: -5px
  }
}

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

.pop-up-text {
  margin-bottom: 25px;
  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: #71c341;
  color: #fff !important;
  border: none;
  cursor: pointer;
  outline: 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
}

.order_block {
  display: none
}

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

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

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

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

.pop-up-window::before {
  content: "";
  position: absolute;
  width: 110px;
  height: 110px;
  top: -55px;
  left: 0;
  right: 0;
  margin: 0 auto;
  background-color: #71c341;
  border-radius: 50%;
  animation: .5s ease .6s normal backwards 1 running pop-up-appear-before
}

.pop-up-window::after {
  content: "";
  position: absolute;
  width: 50px;
  height: 20px;
  top: -20px;
  left: 0;
  right: 0;
  margin: 0 auto;
  border-width: medium medium 4px 4px;
  border-style: none none solid solid;
  border-color: #fff;
  -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: .5s ease .6s normal backwards 1 running pop-up-appear-after
}

@keyframes pop-up-appear {
  0% {
      transform: translateY(-2e3px)
  }

  30% {
      transform: translateY(100px)
  }

  100% {
      transform: translateY(0)
  }
}

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

  100% {
      transform: scale(1)
  }
}

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

  100% {
      opacity: 1
  }
}

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

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

  .cursor-text {
      line-height: 45px !important;
      font-size: 12px !important
  }
}

@media screen and (max-width:345px) {
  .wheel {
      width: 250px !important
  }

  .cursor-text {
      line-height: 40px !important;
      font-size: 11px !important
  }
  .text-size{
    white-space: pre-wrap!important;
  }
}
.priceс {
  position: absolute;
  font-family: arial, sans-serif;
  right: 0;
  bottom: 15px;
  color: #000;
  box-shadow: rgba(0, 0, 0, .8)0 3px 30px;
  width: 151px;
  height: 85px;
  text-align: center !important;
  font-size: 19px;
  font-weight: 700;
  line-height: 1.3;
  transform: rotateZ(-7deg);
  margin: 0 auto;
  background: linear-gradient(to right, #eea513 0%, #fded13 100%);
  border-width: 2px;
  border-style: solid;
  border-color: #fff;
  border-image: initial;
  border-radius: 19%;
}
.img-side{
  width: 300px;
}
.comm__img{
  max-width: 300px;
  width: 100%;
}
a.link-prod{
  text-decoration: none;
}