﻿@charset "UTF-8";



.center {
  text-align: center
}

.icon {
  font-family: knife-icons !important;
  font-style: normal;
  font-weight: 400;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale
}

.icon--vkontakte:before {
  content: "\e903"
}

.icon--facebook:before {
  content: "\e90f"
}

.icon--zen:before {
  content: "\e904"
}

.icon--twitter:before {
  content: "\e906"
}

.icon--telegram:before {
  content: "\e907"
}

html {
  box-sizing: border-box
}

* {
  box-sizing: inherit
}

a,
article,
body,
button,
div,
footer,
h1,
h3,
header,
html,
i,
img,
li,
nav,
p,
section,
span,
strong,
time,
ul {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
  box-sizing: border-box
}

a {
  cursor: pointer;
  outline: 0;
  color: inherit;
  text-decoration: none;
  transition: border .125s, -webkit-filter .25s;
  transition: filter .25s, border .125s;
  transition: filter .25s, border .125s, -webkit-filter .25s
}

button {
  cursor: pointer;
  outline: 0;
  background-color: transparent;
  transition: .25s
}

time {
  cursor: default
}

ul {
  list-style: none
}

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

body {
  display: block;
  color: #fff;
  background-color: #002447;
  line-height: 1.4;
  font-weight: 400;
  font-family: Formular, sans-serif;
  -webkit-text-size-adjust: none
}

.button {
  display: inline-block;
  width: 100%;
  padding: 1rem 3rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.125;
  text-align: center;
  text-decoration: none;
  color: #fff;
  background-color: #1e488f;
  border: solid 1px #1e488f;
  border-radius: 2px;
  transition: .25s
}

.button:hover {
  -webkit-filter: brightness(125%);
  filter: brightness(125%)
}

@media screen and (max-width:767px) {
  .button {
    font-size: .9375rem
  }
}

.head {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  height: calc(2rem - 1px);
  padding: 0 1rem;
  font-size: .5625rem;
  font-weight: 500;
  line-height: 1.25;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: #fff;
  background-color: #1e488f
}

a.head {
  cursor: pointer
}

a.head:hover {
  -webkit-filter: brightness(120%);
  filter: brightness(120%)
}

.menu {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-flow: row nowrap;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center
}

.menu .menu__item {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin: .25rem;
  font-size: 1.125rem;
  font-weight: 500;
  line-height: 1.25rem
}

.menu .menu__item .menu__item-link {
  display: block;
  padding: .25rem .5rem;
  padding-bottom: .375rem;
  text-decoration: none
}

@media screen and (max-width:767px) {
  .menu .menu__item .menu__item-link {
    padding: .25rem
  }
}

@media screen and (max-width:1199px) {
  .menu .menu__item {
    font-size: 1rem
  }
}

@media screen and (max-width:1023px) {
  .menu .menu__item {
    margin: .25rem;
    color: #fff
  }
}

@media screen and (max-width:1023px) {
  .menu {
    -webkit-flex-flow: row wrap;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    width: 100%
  }
}

@media screen and (max-width:479px) {
  .menu {
    max-width: 16rem
  }
}

.meta {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: .8125rem;
  font-weight: 500;
  letter-spacing: .25px
}

.meta>* {
  display: inline-block;
  cursor: default;
  white-space: nowrap;
  border-bottom: none
}

.meta>a {
  position: relative;
  z-index: 2;
  cursor: pointer;
  transition: -webkit-filter .25s;
  transition: filter .25s;
  transition: filter .25s, -webkit-filter .25s
}

.meta>a:hover {
  -webkit-filter: brightness(120%);
  filter: brightness(120%)
}

.meta .meta__item:after {
  content: "•";
  display: inline-block;
  margin-left: .5rem;
  margin-right: .5rem;
  font-size: .75em
}

.meta .meta__item:last-child:after {
  display: none
}

.social {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-flow: row nowrap;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center
}

.social .social__item {
  display: block;
  margin: 0 .75rem
}

.social .social__item:first-child {
  margin-left: 0
}

.social .social__item:last-child {
  margin-right: 0
}

.social .social__item .social__item-link {
  display: block;
  font-size: 1.125em;
  line-height: 1;
  color: inherit;
  transition: none
}

.social .social__item .social__item-link .icon {
  display: block;
  transition: color .25s
}

.social .social__item .social__item-link .icon.icon--facebook:hover {
  color: #3b5998
}

.social .social__item .social__item-link .icon.icon--vkontakte:hover {
  color: #5186bd
}

.social .social__item .social__item-link .icon.icon--twitter:hover {
  color: #1da1f2
}

.social .social__item .social__item-link .icon.icon--telegram:hover {
  color: #08c
}

.social .social__item .social__item-link .icon.icon--zen:hover {
  color: #d00
}

@media screen and (max-width:1023px) {
  .social .social__item {
    margin: 0 1rem;
    font-size: 1.25rem
  }
}

@media screen and (max-width:767px) {
  .social .social__item {
    margin: 0 .75rem;
    font-size: 1.125rem
  }
}

.toggle {
  outline: 0;
  cursor: pointer;
  -webkit-transform: rotate(0);
  -ms-transform: rotate(0);
  transform: rotate(0)
}

.toggle .toggle__line {
  display: block;
  position: absolute;
  left: 0;
  height: 2px;
  width: 100%;
  opacity: 0;
  background: #000;
  border-radius: 2px;
  -webkit-transform: rotate(0);
  -ms-transform: rotate(0);
  transform: rotate(0);
  transition: .25s ease-in-out
}

.toggle .toggle__line:nth-child(1) {
  top: 0
}

.toggle .toggle__line:nth-child(2) {
  top: calc(100% - 2px)
}

.toggle .toggle__line:nth-child(3) {
  top: calc(50% - 1px)
}

.toggle.toggle--menu .toggle__line {
  opacity: 1
}

.content {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100%;
  max-width: 50rem;
  margin: 0 auto;
  padding-left: 1rem;
  padding-right: 1rem
}

.product {
  max-width: 350px
}

@media screen and (max-width:1023px) {
  .content {
    max-width: 100%
  }
}

@media screen and (max-width:479px) {
  .content {
    padding-left: 0;
    padding-right: 0
  }
}

.footer {
  display: flex;
  justify-content: center;
  position: relative;
  width: calc(100% - 2rem);
  max-width: 78rem;
  margin: 0 auto;
  padding: 20px 0
}

.copyright {
  font-size: 14px;
  color: #ccc
}

@media screen and (max-width:1023px) {
  .footer {
    max-width: 40rem;
    margin: 0 auto;
    border-top: 0
  }
}

.header {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-flow: column wrap;
  -ms-flex-flow: column wrap;
  flex-flow: column wrap;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  z-index: 10;
  width: 100%;
  color: #111;
  background-color: #fff;
  box-shadow: 0 2px 8px -2px rgba(0, 0, 0, .25);
  -webkit-transform: translateY(-1px);
  -ms-transform: translateY(-1px);
  transform: translateY(-1px);
  outline: solid 1px #fff;
  will-change: transform
}

.header .header__inner {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-flow: row nowrap;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  position: relative;
  width: 100%;
  height: 3.75rem;
  max-width: 80rem;
  padding-left: 15px;
  padding-right: 15px;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0)
}

p a {
  color: #1e488f;
  text-decoration: underline
}

.header .header__logo {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-flex-flow: row nowrap;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: #fff
}

.header .header__logo .header__logo-link {
  display: block
}

.header .header__logo .header__logo-image {
  display: block;
  width: 6.25rem;
  height: 1.875rem
}

@media screen and (max-width:1023px) {
  .header .header__logo .header__logo-image {
    width: 5rem;
    height: 1.5rem
  }
}

@media screen and (max-width:1023px) {
  .header .header__logo {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 14;
    width: 100%;
    height: 100%;
    padding: 0 3.25rem
  }
}

.header .header__navbar {
  z-index: 13;
  outline: 0
}

.header .header__button {
  position: relative;
  z-index: 15;
  outline: 0;
  cursor: pointer
}

.header .header__button.header__button--menu {
  display: none;
  height: 18px;
  width: 22px
}

@media screen and (max-width:1023px) {
  .header .header__button.header__button--menu {
    display: block
  }
}

@media screen and (max-width:1023px) {
  .header {
    height: 3.25rem
  }
}

.navbar {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-flow: row nowrap;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
  -webkit-flex-basis: 100%;
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  width: 100%
}

@media screen and (max-width:1023px) {
  .navbar .navbar__social {
    width: 100%;
    margin-top: 1rem;
    padding: 1rem 0 0;
    color: #fff;
    border-top: solid 1px rgba(255, 255, 255, .25)
  }
}

.navbar .navbar__menu {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-flow: row nowrap;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 0 auto
}

@media screen and (max-width:1023px) {
  .navbar .navbar__menu .menu {
    margin-bottom: 1rem
  }

  .navbar .navbar__menu .menu .menu__item {
    font-size: 1.25rem
  }
}

@media screen and (max-width:1023px) and (max-width:767px) {
  .navbar .navbar__menu .menu {
    -webkit-flex-flow: column wrap;
    -ms-flex-flow: column wrap;
    flex-flow: column wrap
  }
}

.navbar .navbar__pages {
  display: none
}

.navbar .navbar__pages .menu .menu__item {
  font-size: .875rem
}

.navbar .navbar__pages .menu .menu__item:after {
  content: '•'
}

.navbar .navbar__pages .menu .menu__item .menu__item-link {
  padding: 0;
  margin-right: .5rem
}

.navbar .navbar__pages .menu .menu__item:last-child:after {
  display: none
}

.navbar .navbar__pages .menu .menu__item:last-child .menu__item-link {
  margin-right: 0
}

@media screen and (max-width:1023px) {
  .navbar .navbar__pages {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex
  }
}

@media screen and (max-width:1023px) {
  .navbar {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-flow: column nowrap;
    -ms-flex-flow: column nowrap;
    flex-flow: column nowrap;
    position: absolute;
    top: 100%;
    left: 0;
    visibility: hidden;
    opacity: 0;
    width: 100%;
    padding: 1rem;
    -webkit-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    transform: translateY(-100%);
    transition: -webkit-transform .25s;
    transition: transform .25s;
    transition: transform .25s, -webkit-transform .25s
  }
}

.post {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-flow: column wrap;
  -ms-flex-flow: column wrap;
  flex-flow: column wrap;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-flex: 1 1 42.25rem;
  -ms-flex: 1 1 42.25rem;
  flex: 1 1 42.25rem;
  position: relative;
  max-width: 100%;
  overflow: hidden
}

.post>:first-child {
  margin-top: 1rem
}

.entry-content {
  display: block;
  position: relative;
  -webkit-flex: 1 1 auto;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  width: 100%;
  padding: 1rem 1rem 2rem;
  line-height: 1.65;
  font-size: 1rem;
  font-weight: 400;
  color: #111;
  background-color: #fff
}

.entry-content>* {
  max-width: 100%;
  width: 40rem;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 1rem
}

@media screen and (max-width:767px) {
  .entry-content>* {
    margin-bottom: .75rem
  }
}

.entry-content>:first-child {
  margin-top: 0
}

.entry-content>:last-child {
  margin-bottom: 0
}

.entry-content strong {
  font-weight: 700
}

.entry-content i {
  font-style: normal;
  font-weight: 700
}

.entry-content h3 {
  margin-top: 1.4rem;
  font-weight: 400
}

.entry-content h3:target {
  margin-top: -4.75rem;
  padding-top: 4.75rem
}

@media screen and (max-width:767px) {
  .entry-content h3:target {
    margin-top: -4.25rem;
    padding-top: 4.25rem
  }
}

@media screen and (max-width:767px) {
  .entry-content h3 {
    margin-top: 1.5rem;
    margin-bottom: .5rem
  }
}

.entry-content h3 {
  font-size: 21px;
  line-height: 1.25
}

@media screen and (max-width:767px) {
  .entry-content h3 {
    font-size: 19px
  }
}

.entry-content hr {
  display: block;
  margin-top: 2rem;
  margin-bottom: 1rem;
  border: 0;
  border-top: 1px solid rgba(0, 0, 0, .15)
}

.interview h4 {
  font-size: 18px;
  margin: 0 0 10px;
  line-height: 1.3
}

.interview ol,
.interview ul {
  font-size: 17px;
  line-height: 1.3;
  margin-bottom: 15px
}

.interview li {
  margin-bottom: 10px
}

.entry-content p.table__title {
  font-size: 18px
}

picture {
  flex-shrink: 0
}

@media screen and (max-width:1199px) {
  .entry-content {
    padding: 15px
  }
}

@media screen and (max-width:767px) {
  .entry-content {
    font-size: .9375rem
  }
}

.entry-header {
  display: block;
  position: relative;
  width: 100%;
  padding: 2rem 1rem .5rem;
  color: #111;
  background-color: #fff
}

.entry-header>* {
  width: 40rem;
  max-width: 100%;
  margin: 20px auto 0
}

@media screen and (max-width:767px) {
  .entry-header>* {
    margin: 15px auto 0
  }
}

.entry-header>:first-child {
  margin-top: 0
}

.entry-header .entry-header__info {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  min-height: 2rem;
  margin: -.25rem auto;
  padding-right: 2rem;
  color: #1e488f
}

.entry-header .entry-header__lead {
  display: block;
  overflow: hidden
}

.entry-header .entry-header__lead>* {
  margin-bottom: 1rem
}

.entry-header .entry-header__lead>:last-child {
  margin-bottom: 0
}

@media screen and (max-width:767px) {
  .entry-header .entry-header__lead>* {
    margin-bottom: .5rem
  }
}

.entry-header .entry-header__lead p {
  line-height: 1.3;
  font-size: 17px;
  font-weight: 500
}

.entry-header .entry-header__title {
  display: block;
  font-size: 30px;
  font-weight: 700;
  line-height: 1.075;
  text-align: center
}

@media screen and (max-width:1023px) {
  .entry-header .entry-header__title {
    font-size: 26px;
    line-height: 1.125
  }
}

@media screen and (max-width:767px) {
  .entry-header .entry-header__title {
    font-size: 23px;
    line-height: 1.25
  }
}

.entry-content p {
  font-size: 17px;
  line-height: 1.3
}

@media screen and (max-width:767px) {
  .entry-header {
    padding: 15px
  }
}

.qoute {
  position: relative;
  border-top: 3px solid #1da1f2;
  border-bottom: 3px solid #1da1f2;
  padding: 15px 0
}

.qoute.warning {
  border-color: #dc143c
}

.qoute p {
  width: 80%;
  margin: 0 auto;
  text-align: center;
  font-weight: 700;
  z-index: 1
}

.qoute img {
  position: absolute;
  top: calc(50% - 16px);
  left: 0;
  z-index: 0
}

.box-img {
  text-align: center
}

.box-img img {
  display: block;
  margin: 0 auto;
  border-radius: 10px
}

.box-img small {
  font-size: 14px;
  font-style: italic
}

.doctor {
  border: 1px solid #ccc;
  border-radius: 20px;
  box-shadow: 2px 0 5px rgba(0, 0, 0, .2)
}

.doctor-flex {
  display: flex;
  align-items: center;
  border-bottom: .5px solid #ccc
}

.doctor-flex p {
  padding: 0 10px
}

.interview {
  padding: 10px 15px;
  border-radius: 10px
}

.interview p {
  margin-bottom: 15px
}

.doctor-flex img {
  margin-top: -1px;
  margin-right: 20px;
  width: 85px;
  border-radius: 21px 0 0 0
}

.chart {
  justify-content: space-between;
  display: flex;
  align-items: flex-end;
  flex-wrap: wrap;
  margin-bottom: 15px
}

.chart__item {
  width: 22%
}

.chart-canvas {
  background-color: #ff7043;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  font-size: 25px;
  font-weight: 700
}

.c1 {
  height: 180px
}

.c2 {
  height: 200px
}

.c3 {
  height: 190px
}

.c4 {
  height: 150px
}

.chart__item p {
  text-align: center;
  line-height: 1.2;
  font-size: 14px;
  font-weight: 700;
  margin-bottom: 5px
}

.form {
  text-align: center
}

.form__input input {
  height: 35px;
  border: 1px solid #ccc;
  margin-bottom: 10px;
  border-radius: 20px;
  max-width: 350px;
  width: 100%;
  padding-left: 15px;
  transition: .3s;
  outline: 0
}

.form__input input:focus {
  box-shadow: 2px 3px 5px rgba(0, 0, 0, .2)
}

.form button,
.main-btn {
  border-radius: 20px;
  max-width: 350px;
  width: 100%;
  display: block;
  margin: 0 auto;
  background-color: #dc143c;
  color: #fff;
  height: 35px
}

.note-text {
  font-size: 19px
}

.note-text h4 {
  margin: 0
}

.entry-content .note-text p {
  font-size: 19px
}

.main-btn {
  display: block;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all .3s
}

.form button:hover,
.main-btn:hover {
  box-shadow: 2px 3px 5px rgba(220, 20, 60, .6)
}

#product {
  margin-bottom: 0
}

@media screen and (max-width:767px) {
  .chart__item {
    width: 48%;
    margin-bottom: 10px
  }

  .chart-canvas {
    height: 150px
  }

  .chart {
    margin-bottom: 0
  }
}

.reply {
  margin-left: 50px
}

@media screen and (max-width:530px) {
  .doctor-flex {
    flex-direction: column
  }

  .doctor-flex div {
    padding: 10px 15px
  }

  .doctor-flex img {
    width: 150px;
    border-radius: 0 0 10px 10px;
    margin-right: 0
  }
}

@media screen and (max-width:479px) {
  .qoute p {
    padding-left: 15px
  }
}

@media screen and (max-width:390px) {
  .chart__item {
    width: 100%
  }

  .chart-canvas {
    height: 100px
  }
}

.comment-date {
  display: flex;
  align-items: center;
  position: relative
}

.comment-box:not(:last-child) {
  border-bottom: 1px solid #ccc
}

.comment-box {
  padding: 10px 0
}

.comment-date-box {
  margin-left: 8px
}

.comment-date__name {
  font-weight: 700;
  font-size: 16px;
  line-height: 1.4
}

.comment-date__time {
  color: #94989b;
  font-size: 12px
}

.comment-text {
  margin-top: 10px;
  font-size: 16px;
  line-height: 1.4
}

.comment-date__avarar {
  width: 50px;
  flex-shrink: 0
}

.comment-date__avarar img {
  max-width: 100%;
  border-radius: 50%;
  border: 3px solid #ccc
}

.comment-title {
  margin: 10px auto !important;
  max-width: 100%;
  width: 40rem
}

.comment-text a {
  color: #1e488f;
  text-decoration: underline
}

.photo {
  margin-top: 10px
}

@media not all and (min-resolution:.001dpcm) {
  @media {
    div.sp-backdrop-info.show-prompt {
      display: none !important
    }
  }
}

.sp-prompt-style {
  position: fixed;
  z-index: 999999;
  background-color: #fff
}

.sp-prompt {
  color: #444;
  text-align: left;
  display: block !important;
  font-weight: 400
}

.sp-prompt,
.sp-prompt * {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-family: 'Segoe UI', 'Open Sans', Ubuntu, 'Dejavu Sans', Helvetica, 'Helvetica Neue', Arial, sans-serif;
  letter-spacing: normal
}

.sp-prompt a,
.sp-prompt div,
.sp-prompt span {
  background-color: transparent;
  font-weight: 400
}

.sp-prompt-btn,
.sp-prompt-close {
  font-family: 'Segoe UI', 'Open Sans', Ubuntu, 'Dejavu Sans', Helvetica, 'Helvetica Neue', Arial, sans-serif;
  cursor: pointer
}

.sp-prompt-btn {
  font-size: 13px;
  padding: 2px 8px 3px;
  display: inline-block !important;
  margin-bottom: 0 !important;
  outline: 0 !important;
  border-radius: 3px;
  text-shadow: none !important;
  height: auto;
  line-height: 1.5;
  text-transform: none !important;
  min-height: 1px !important;
  width: auto
}

.sp-prompt-btn,
.sp-prompt-btn:focus,
.sp-prompt-btn:hover {
  background: #fff;
  border: 1px solid #aaa
}

.sp-prompt-btn:focus {
  -webkit-box-shadow: 0 0 1px 1px rgba(90, 199, 208, .5);
  box-shadow: 0 0 1px 1px rgba(90, 199, 208, .5)
}

.sp-prompt-btn:active {
  position: relative;
  top: 1px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .1);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, .1)
}

.sp-accept-btn {
  margin: 0 0 0 5px
}

.sp-accept-btn:hover {
  background: #f9f9f9
}

.sp-bell-icon {
  position: relative;
  top: -1px;
  margin-right: 5px;
  vertical-align: middle;
  width: 14px;
  height: 14px;
  display: inline-block !important
}

.sp-prompt-message-text {
  word-wrap: break-word;
  max-width: 100%
}

.sp-prompt-message-text:empty {
  display: none
}

.sp-prompt-close {
  position: absolute;
  right: 5px;
  top: 6px;
  width: 5%;
  font-size: 22px !important;
  text-align: center;
  border: none !important;
  background: 0 0 !important;
  outline: 0 !important;
  padding: 0 !important;
  cursor: pointer;
  color: inherit;
  -webkit-box-shadow: none;
  box-shadow: none;
  text-shadow: none
}

@media (min-width:768px) {
  .sp-prompt-close {
    font-size: 32px !important;
    font-weight: 400;
    line-height: 30px;
    right: 10px
  }
}

.sp-table-wrapper {
  display: table;
  width: 100%;
  border-collapse: collapse
}

.sp-table-wrapper>.sp-cell {
  display: table-cell;
  vertical-align: middle
}

.sp-link {
  line-height: 1.5
}

.sp-link,
.sp-link>span {
  display: inline-block;
  position: relative;
  font-size: 12px;
  text-decoration: none !important;
  color: #222;
  width: auto
}

.sp-link>span {
  margin-left: 4px;
  top: 2px;
  opacity: .65
}

.sp-link>img {
  vertical-align: middle;
  border: none;
  width: 15px;
  height: 15px;
  display: inline-block
}

.sp-link:hover>span {
  opacity: .9;
  color: #23527c
}

@media (max-width:767px) {
  .sp-popover.sp-prompt {
    background-color: #fff !important;
    width: 80%;
    margin-left: 10%;
    margin-right: 10%;
    top: initial !important;
    bottom: 0;
    padding: 10px 15px;
    border: 1px solid #cdcdcd;
    font-family: Roboto, Arial, Helvetica, 'Helvetica Neue', 'Dejavu Sans', sans-serif !important;
    -webkit-box-shadow: 0 1px 6px rgba(0, 0, 0, .2) !important;
    box-shadow: 0 1px 6px rgba(0, 0, 0, .2) !important
  }

  .sp-popover.sp-prompt+.sp-prompt-backdrop {
    display: none
  }

  .sp-popover .sp-prompt-message-text,
  .sp-popover .sp-prompt-title {
    font-size: 14px;
    display: block;
    margin-bottom: 10px;
    color: #222
  }

  .sp-popover .sp-prompt-info,
  .sp-popover .sp-prompt-message-text:nth-child(1) {
    margin-bottom: 5px;
    margin-right: 10px
  }

  .sp-popover .sp-prompt-buttons {
    text-align: right
  }

  .sp-popover .sp-prompt-btn {
    text-transform: uppercase;
    font-weight: 700;
    font-family: Roboto, Arial, Helvetica, 'Helvetica Neue', 'Dejavu Sans', sans-serif !important;
    border: none;
    padding: 6px 12px;
    color: #4285f4;
    font-size: 13px
  }

  .sp-popover .sp-accept-btn {
    margin: 0 0 0 2px;
    background: #4285f4 !important;
    color: #fff !important
  }

  .sp-popover .sp-accept-btn:active {
    background: #1769f1 !important
  }

  .sp-popover .sp-disallow-btn {
    color: #777 !important
  }

  .sp-popover .sp-disallow-btn:active {
    background: #ddd !important
  }

  .sp-popover .sp-link-wrapper {
    position: relative;
    display: block;
    margin-bottom: 10px
  }
}

@media (max-width:380px) {
  .sp-popover.sp-prompt {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
    border-left: none;
    border-right: none;
    border-bottom: none
  }
}

.sp-popover.sp-prompt {
  position: fixed;
  z-index: 999999;
  background-color: #fff
}

.sp-popover .sp-prompt-close {
  right: 8px;
  top: 2px;
  width: 20px;
  font-size: 20px;
  font-weight: 700;
  line-height: 20px;
  color: #767676
}

.sp-popover .sp-prompt-close:hover {
  color: #333
}

@media (min-width:768px) {
  .sp-popover.sp-prompt {
    width: auto;
    max-width: 400px;
    left: 90px;
    top: 6px;
    padding: 12px 15px;
    background-color: #fbfbfb !important;
    border-radius: 2px;
    border: 1px solid rgba(0, 0, 0, .2);
    -webkit-box-shadow: 0 3px 2px rgba(0, 0, 0, .15);
    box-shadow: 0 3px 2px rgba(0, 0, 0, .15);
    color: #000 !important;
    font-size: 12px;
    line-height: 1.5
  }

  .sp-popover:after,
  .sp-popover:before {
    content: '';
    position: absolute;
    left: 10px;
    width: 0;
    height: 0;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-bottom: 6px solid #fbfbfb
  }

  .sp-popover:before {
    top: -6px;
    border-bottom: 6px solid rgba(0, 0, 0, .25);
    z-index: 999997
  }

  .sp-popover:after {
    top: -5px;
    border-bottom: 6px solid #fbfbfb;
    z-index: 999998
  }

  .sp-popover .sp-prompt-message-text {
    font-size: 12px;
    display: block;
    margin-bottom: 13px;
    color: #222;
    margin-right: 20px
  }

  .sp-popover .sp-prompt-btn {
    margin: 0;
    border-radius: 2px;
    padding: 5px 10px !important;
    background-color: #f9f9f9;
    font-size: 12px;
    border-color: #bababa;
    font-family: 'Segoe UI', 'Open Sans', Ubuntu, 'Dejavu Sans', Helvetica, 'Helvetica Neue', Arial, sans-serif;
    color: #222 !important;
    text-transform: none;
    font-weight: 400;
    -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, .1);
    box-shadow: 0 1px 1px rgba(0, 0, 0, .1);
    margin-right: 5px
  }

  .sp-popover .sp-prompt-btn:last-child {
    margin-right: 0
  }

  .sp-popover .sp-prompt-btn:hover {
    background-color: #fff
  }

  .sp-popover .sp-prompt-buttons {
    margin-right: 0;
    text-align: right;
    margin-bottom: 2px;
    min-width: 368px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap
  }

  .sp-popover .sp-prompt-buttons .sp-prompt-btn {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2
  }

  .sp-popover .sp-prompt-buttons .sp-link-wrapper .sp-link>span {
    top: -1px;
    line-height: 15px
  }

  .sp-popover .sp-prompt-buttons>* {
    margin: 0 0 0 8px !important;
    float: none !important
  }

  .sp-popover .sp-prompt-buttons>:first-child {
    margin-left: 0 !important
  }

  .sp-popover .sp-accept-btn {
    border-color: #57d1ad;
    font-weight: 700;
    -webkit-box-shadow: 0 1px 1px rgba(38, 93, 134, .18);
    box-shadow: 0 1px 1px rgba(38, 93, 134, .18)
  }

  .sp-popover .sp-disallow-btn {
    float: none;
    margin-left: 5px;
    margin-right: 0
  }

  .sp-popover .sp-prompt-info {
    padding-left: 20px
  }

  .sp-popover .sp-prompt-info .sp-bell-icon {
    margin-left: -15px
  }

  .sp-popover .sp-link-wrapper {
    display: block;
    float: none;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    text-align: left;
    margin: 0
  }

  .sp-popover .sp-link>span {
    margin-left: 0
  }
}

.sp-native-popover.sp-prompt {
  position: fixed;
  z-index: 999999;
  background-color: #fff
}

.sp-native-popover.sp-prompt {
  width: 90%;
  max-width: 400px;
  padding: 12px;
  bottom: 0;
  margin: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  -webkit-box-shadow: 0 4px 10px rgba(0, 0, 0, .1);
  box-shadow: 0 4px 10px rgba(0, 0, 0, .1)
}

.sp-native-popover.sp-prompt.sp-pos-center {
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  right: auto
}

.sp-native-popover.sp-prompt.sp-pos-right {
  right: 90px;
  -webkit-transform: translateX(0);
  transform: translateX(0);
  left: auto
}

.sp-native-popover.sp-prompt .sp-prompt-btn {
  background-color: #31b58e;
  color: #fff;
  border: none
}

.sp-native-popover.sp-prompt .sp-prompt-btn.sp-disallow-btn {
  background-color: transparent;
  border: none;
  color: #31b58e
}

.sp-native-popover .sp-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  white-space: normal;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: inherit
}

.sp-native-popover .sp-link>span {
  color: inherit;
  top: 1px;
  margin-left: 7px;
  line-height: 14px
}

.sp-native-popover .sp-prompt-close {
  right: 9px;
  top: 4px;
  text-align: center;
  font-size: 26px !important;
  font-weight: 400;
  color: inherit
}

.sp-native-popover .sp-prompt-close:hover {
  opacity: .8
}

.sp-native-popover .sp-prompt-buttons .sp-table-wrapper .sp-cell {
  white-space: nowrap;
  width: 10px;
  padding-left: 16px
}

.sp-native-popover .sp-prompt-buttons .sp-table-wrapper .sp-cell:first-child {
  width: auto;
  padding-left: 0
}

.sp-native-popover .sp-native-info-inner {
  margin-bottom: 16px
}

.sp-native-popover .sp-native-info-inner .sp-prompt-info {
  font-size: 15px;
  line-height: 22px;
  padding: 0 !important;
  margin: 0 !important;
  max-width: 290px
}

.sp-native-popover .sp-native-info-inner .sp-cell {
  padding-left: 14px;
  vertical-align: top
}

.sp-native-popover .sp-native-info-inner .sp-cell:first-child {
  width: 64px;
  padding-left: 0
}

.sp-native-popover .sp-native-info-inner .sp-bell-icon {
  position: relative;
  top: 0;
  margin-right: 0;
  width: 64px;
  height: 64px;
  display: block !important;
  border-radius: 3px
}

@media (min-width:768px) {
  .sp-native-popover.sp-prompt {
    width: 440px;
    max-width: 440px;
    left: 90px;
    top: 6px;
    padding: 16px;
    background-color: #fff;
    border-radius: 2px;
    color: #222;
    font-size: 12px;
    line-height: 1.5;
    bottom: auto;
    margin: 0;
    -webkit-transform: translateX(0);
    transform: translateX(0)
  }

  .sp-native-popover:after,
  .sp-native-popover:before {
    content: '';
    position: absolute;
    left: 10px;
    width: 0;
    height: 0;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-bottom: 6px solid #fbfbfb;
    display: none
  }

  .sp-native-popover:before {
    top: -6px;
    border-bottom: 6px solid rgba(0, 0, 0, .25);
    z-index: 999997
  }

  .sp-native-popover:after {
    top: -6px;
    border-bottom: 6px solid #fbfbfb;
    z-index: 999998
  }

  .sp-native-popover .sp-prompt-message-text {
    font-size: 12px;
    display: block;
    margin-bottom: 13px;
    color: inherit;
    margin-right: 20px
  }

  .sp-native-popover .sp-prompt-btn {
    font-size: 15px;
    padding: 6px 0 8px;
    margin: 0
  }

  .sp-native-popover .sp-prompt-btn.sp-disallow-btn {
    background-color: transparent;
    border: none;
    float: none;
    color: #31b58e;
    font-weight: 400
  }

  .sp-native-popover .sp-prompt-btn.sp-accept-btn {
    border-radius: 4px;
    font-weight: 700;
    color: #fff;
    background-color: #31b58e;
    border: none;
    min-width: 78px;
    padding: 6px 14px 8px
  }

  .sp-native-popover .sp-prompt-btn:hover {
    opacity: .9
  }

  .sp-native-popover .sp-prompt-info {
    padding-left: 20px
  }

  .sp-native-popover .sp-prompt-info .sp-bell-icon {
    margin-left: -15px
  }
}

@media (max-width:460px) {
  .sp-native-popover .sp-native-info-inner .sp-prompt-info {
    font-size: 13px;
    line-height: normal
  }

  .sp-native-popover .sp-native-info-inner .sp-cell {
    padding-left: 0;
    padding-right: 10px
  }

  .sp-native-popover .sp-native-info-inner .sp-cell:first-child {
    padding-right: 0;
    display: none
  }

  .sp-native-popover .sp-prompt-buttons .sp-table-wrapper .sp-cell {
    display: block;
    float: right;
    width: auto
  }

  .sp-native-popover .sp-prompt-buttons .sp-table-wrapper .sp-cell:first-child {
    float: left;
    width: 100%;
    margin: 0 0 12px 0
  }
}

@media (min-width:768px) {
  body .sp-prompt.sp-native-popover {
    top: -250px;
    -webkit-transition: top .7s;
    transition: top .7s
  }

  body .sp-prompt.sp-native-popover.show-prompt {
    top: 0
  }
}

.sp-modal.sp-prompt {
  position: fixed;
  z-index: 999999;
  background-color: #fff;
  top: 0
}

.sp-modal+.sp-prompt-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 999996;
  background: #000;
  opacity: .33
}

.sp-modal.sp-prompt {
  width: 90%;
  margin: 150px auto;
  margin-top: 15vh;
  padding: 35px 20px;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, .2);
  box-shadow: 0 5px 10px rgba(0, 0, 0, .2)
}

.sp-modal .sp-prompt-message-text {
  font-size: 24px;
  margin-bottom: 15px;
  line-height: 1.2
}

.sp-modal .sp-prompt-info {
  font-size: 16px;
  margin-bottom: 30px;
  line-height: 1.5;
  opacity: .8
}

.sp-modal .sp-bell-icon {
  width: 40px;
  height: 40px;
  margin-bottom: 20px;
  margin-right: auto
}

.sp-modal .sp-prompt-buttons,
.sp-modal .sp-prompt-message,
.sp-modal .sp-prompt-message-text {
  text-align: center
}

.sp-modal .sp-prompt-btn {
  font-size: 16px;
  padding: 5px 14px;
  font-weight: 700
}

.sp-modal .sp-prompt-buttons {
  position: relative
}

.sp-modal .sp-prompt-buttons .sp-link-wrapper {
  display: block;
  width: 100%;
  position: absolute;
  text-align: center;
  bottom: -20px
}

@media (min-width:600px) {
  .sp-modal.sp-prompt {
    width: 500px;
    left: 50%;
    margin-left: -250px;
    padding: 60px 50px 50px
  }
}

@media (min-width:768px) {
  body>.sp-prompt.sp-modal {
    -webkit-transition: all .3s ease 1s;
    transition: all .3s ease 1s;
    -webkit-transform: scale(0);
    transform: scale(0)
  }

  body>.sp-prompt.sp-modal.show-prompt {
    -webkit-transform: scale(1);
    transform: scale(1)
  }

  body>.sp-prompt.sp-modal.show-prompt+.sp-prompt-backdrop {
    display: block !important
  }
}

.sp-bar.sp-prompt {
  position: relative;
  z-index: 100;
  padding-top: 12px;
  padding-bottom: 12px;
  border: none;
  background-color: #fff;
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, .2);
  box-shadow: 0 1px 2px rgba(0, 0, 0, .2)
}

.sp-bar+.sp-prompt-backdrop {
  display: none
}

.sp-bar .sp-prompt-message {
  width: 90%;
  margin: auto;
  text-align: center;
  line-height: 1.42857143;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center
}

.sp-bar .sp-prompt-close {
  font-size: 30px !important;
  top: 10px;
  margin: 0 !important;
  min-height: 1px;
  color: #333;
  -webkit-box-shadow: none;
  box-shadow: none;
  text-shadow: none
}

.sp-bar .sp-bell-icon,
.sp-bar .sp-prompt-buttons,
.sp-bar .sp-prompt-message-text {
  display: inline-block
}

.sp-bar .sp-prompt-message-text {
  font-size: 16px;
  margin-top: -1px
}

.sp-bar .sp-prompt-info {
  padding-left: 0
}

.sp-bar .sp-prompt-buttons {
  margin-left: 10px;
  margin-right: 10px;
  display: block;
  white-space: nowrap
}

.sp-bar .sp-prompt-btn {
  font-size: 15px;
  font-weight: 700
}

.sp-bar .sp-disallow-btn {
  padding-left: 2px;
  padding-right: 2px;
  font-weight: 400
}

.sp-bar .sp-link-wrapper {
  position: absolute;
  display: block;
  right: 10px;
  bottom: -20px;
  line-height: normal
}

.sp-bar .sp-link-wrapper .sp-link {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  height: 20px;
  background: rgba(244, 244, 244, .9);
  padding: 2px 8px;
  border-radius: 0 0 8px 8px;
  line-height: 1.3;
  -webkit-box-shadow: 0 2px 3px -1px rgba(0, 0, 0, .15), inset 0 1px 1px rgba(0, 0, 0, .1);
  box-shadow: 0 2px 3px -1px rgba(0, 0, 0, .15), inset 0 1px 1px rgba(0, 0, 0, .1);
  -webkit-transition: all 50ms ease 20ms;
  transition: all 50ms ease 20ms
}

.sp-bar .sp-link-wrapper .sp-link>span {
  margin-left: 0;
  opacity: 1;
  top: 0;
  color: #555
}

.sp-bar .sp-link-wrapper .sp-link:hover {
  background: #fff
}

.sp-bar .sp-link-wrapper .sp-link:hover>span {
  color: #2ca17e
}

@media (max-width:892px) {
  .sp-bar .sp-prompt-message {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
  }

  .sp-bar .sp-prompt-buttons {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    text-align: center
  }

  .sp-bar .sp-prompt-message-text {
    margin-bottom: 5px
  }
}

.sp-bar .sp-prompt-btn:hover,
.sp-modal .sp-prompt-btn:hover {
  opacity: .9
}

.sp-bar .sp-accept-btn,
.sp-modal .sp-accept-btn {
  background-color: #31b58e;
  border-color: #31b58e;
  color: #fff
}

.sp-bar .sp-disallow-btn,
.sp-modal .sp-disallow-btn {
  border-color: transparent;
  background-color: transparent;
  color: #31b58e
}

.sp-floating-panel {
  position: fixed;
  width: 189px;
  right: 35px;
  bottom: 35px;
  z-index: 999999;
  cursor: pointer
}

.sp-floating-panel.sp-hide {
  display: none !important
}

.sp-floating-panel.sp-fab-left {
  left: 35px;
  right: auto
}

.sp-floating-panel .sp-prompt-label {
  text-decoration: none;
  text-align: center;
  color: #fff;
  font-size: 12px;
  padding-top: 4px;
  -webkit-transition: text-shadow 150ms ease 50ms;
  transition: text-shadow 150ms ease 50ms;
  text-shadow: 0 -1px 1px rgba(0, 0, 0, .2), 0 1px 1px rgba(0, 0, 0, .2), 1px 0 1px rgba(0, 0, 0, .2), -1px 0 1px rgba(0, 0, 0, .2)
}

.sp-floating-panel .sp-prompt-label a {
  color: #fff;
  font-size: inherit;
  text-decoration: none
}

.sp-floating-panel .sp-prompt-label a:hover {
  text-decoration: underline
}

.sp-floating-panel .sp-prompt-label:hover {
  text-shadow: -2px 0 rgba(0, 0, 0, .2), 0 2px rgba(0, 0, 0, .2), 2px 0 rgba(0, 0, 0, .2), 0 -2px rgba(0, 0, 0, .2);
  text-decoration: underline
}

.sp-floating-panel svg {
  display: block;
  margin: 0 auto;
  -webkit-transition-duration: .25s;
  transition-duration: .25s
}

.sp-floating-panel svg:hover {
  opacity: .9
}

.sp-floating-panel .sp-bell-icon {
  width: 26px;
  height: 26px;
  position: relative;
  top: 1px
}

.sp-floating-panel .sp-table-wrapper .sp-cell {
  padding-left: 16px;
  line-height: 16px;
  font-size: 14px;
  color: inherit;
  text-decoration: none;
  font-weight: 700;
  -webkit-transition: text-shadow .2s ease 50ms;
  transition: text-shadow .2s ease 50ms
}

.sp-floating-panel .sp-table-wrapper .sp-cell:last-child>a {
  font-size: inherit;
  color: inherit;
  text-decoration: none;
  font-weight: 700;
  white-space: pre-wrap;
  word-wrap: break-word;
  max-width: 115px;
  display: inline-block
}

.sp-floating-panel .sp-table-wrapper .sp-cell:first-child {
  width: 26px;
  padding-left: 0
}

.sp-floating-panel .sp-table-wrapper .sp-cell:first-child>a {
  display: block
}

.sp-floating-panel .sp-prompt-message {
  background-color: #fff;
  border-radius: 6px;
  padding: 10px 16px 12px 16px;
  position: relative;
  -webkit-box-shadow: 0 0 1px rgba(0, 0, 0, .15);
  box-shadow: 0 0 1px rgba(0, 0, 0, .15);
  -webkit-transform: none !important;
  transform: none !important;
  -webkit-transition: box-shadow .2s ease 50ms;
  -webkit-transition: -webkit-box-shadow .2s ease 50ms;
  transition: -webkit-box-shadow .2s ease 50ms;
  transition: box-shadow .2s ease 50ms;
  transition: box-shadow .2s ease 50ms, -webkit-box-shadow .2s ease 50ms
}

.sp-floating-panel .sp-prompt-message:after {
  content: '';
  position: absolute;
  left: 10%;
  top: 0;
  width: 80%;
  height: 100%;
  -webkit-box-shadow: 0 14px 32px rgba(0, 0, 0, .25);
  box-shadow: 0 14px 32px rgba(0, 0, 0, .25);
  z-index: -1
}

.sp-floating-panel .sp-prompt-message:hover {
  -webkit-box-shadow: 0 0 0 1px #fff, 0 4px 10px rgba(0, 0, 0, .3);
  box-shadow: 0 0 0 1px #fff, 0 4px 10px rgba(0, 0, 0, .3)
}

.sp-floating-panel .sp-prompt-message:hover .sp-table-wrapper .sp-cell {
  text-shadow: -1px 0 rgba(0, 0, 0, .05), 0 1px rgba(0, 0, 0, .05), 1px 0 rgba(0, 0, 0, .05), 0 -1px rgba(0, 0, 0, .05)
}

.sp-floating-panel .sp-prompt-message:active {
  -webkit-box-shadow: 0 2px 6px rgba(0, 0, 0, .3);
  box-shadow: 0 2px 6px rgba(0, 0, 0, .3)
}

@media (min-width:768px) {
  body .sp-floating-panel {
    right: -300px;
    -webkit-transition: left .7s;
    transition: left .7s
  }

  body .sp-floating-panel.show-prompt {
    right: 20px
  }

  body .sp-floating-panel.sp-fab-left.show-prompt {
    right: auto;
    left: 20px
  }
}

.sendulse-android-like.sp-prompt {
  position: fixed;
  z-index: 999999;
  background-color: #fff
}

.sendulse-android-like.sp-prompt {
  top: 0;
  padding: 24px;
  background: #fff;
  border-radius: 2px;
  border: 1px solid rgba(0, 0, 0, .07);
  -webkit-box-shadow: 0 4px 10px rgba(0, 0, 0, .1);
  box-shadow: 0 4px 10px rgba(0, 0, 0, .1)
}

.sendulse-android-like .sp-prompt-buttons {
  text-align: right;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap
}

.sendulse-android-like .sp-prompt-buttons>:first-child {
  margin-left: 0 !important
}

.sendulse-android-like .sp-prompt-buttons .sp-link-wrapper {
  display: block;
  float: none !important;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  text-align: left;
  margin: 0 !important;
  top: -1px !important;
  line-height: 0
}

.sendulse-android-like .sp-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex
}

.sendulse-android-like .sp-link>span {
  color: #333;
  opacity: 1
}

.sendulse-android-like .sp-link>span:hover {
  opacity: .9
}

.sendulse-android-like .sp-link>img {
  display: block;
  top: 3px;
  margin-top: 0;
  position: relative
}

.sendulse-android-like .sp-prompt-close {
  right: 15px;
  top: 9px
}

.sendulse-android-like .sp-prompt-message {
  text-align: left;
  position: relative
}

.sendulse-android-like .sp-prompt-message-text {
  margin-bottom: 5px
}

.sendulse-android-like .sp-prompt-title {
  font-weight: 700;
  font-size: 15px
}

.sendulse-android-like .sp-prompt-info {
  min-height: 75px;
  padding-left: 0;
  font-size: 15px;
  line-height: 25px;
  text-align: left;
  margin-bottom: 16px;
  padding-top: 5px;
  color: #000
}

.sendulse-android-like .sp-bell-icon {
  visibility: hidden;
  position: absolute;
  left: 0;
  top: 3px;
  width: auto;
  height: auto;
  border-radius: 3px;
  max-width: 64px;
  max-height: 64px
}

.sendulse-android-like .sp-prompt-btn {
  font-size: 15px;
  padding: 7px 0 9px;
  margin: 0
}

.sendulse-android-like .sp-prompt-btn.sp-disallow-btn {
  background-color: transparent;
  border: none;
  color: #31b58e;
  font-weight: 400;
  margin-right: 20px
}

.sendulse-android-like .sp-prompt-btn.sp-accept-btn {
  border-radius: 4px;
  font-weight: 700;
  color: #fff;
  background-color: #31b58e;
  border: none;
  padding-left: 12px;
  padding-right: 12px;
  min-width: 98px
}

.sendulse-android-like .sp-prompt-btn:hover {
  opacity: .9
}

@media (min-width:480px) {
  .sendulse-android-like.sp-prompt {
    width: 480px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%)
  }

  .sendulse-android-like .sp-prompt-message {
    padding-left: 78px
  }

  .sendulse-android-like .sp-bell-icon {
    visibility: visible
  }

  .sendulse-android-like .sp-prompt-buttons {
    margin-left: -78px
  }

  .sendulse-android-like .sp-prompt-buttons .sp-link-wrapper {
    float: left;
    position: relative;
    top: 8px;
    margin-bottom: 3px;
    margin-top: 0;
    margin-right: 10px
  }
}

@media (min-width:768px) {
  body .sp-prompt.sendulse-android-like {
    top: -250px;
    -webkit-transition: top .7s;
    transition: top .7s
  }

  body .sp-prompt.sendulse-android-like.show-prompt {
    top: 0
  }
}

.sp-safari.sp-prompt {
  position: fixed;
  z-index: 999999;
  background-color: #fff
}

.sp-safari.sp-prompt {
  top: 0;
  padding: 12px 20px;
  background: #f0f3f5;
  background: rgba(245, 247, 249, .97);
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, .2);
  box-shadow: 0 1px 2px rgba(0, 0, 0, .2)
}

.sp-safari .sp-prompt-buttons {
  text-align: right
}

.sp-safari .sp-prompt-buttons .sp-link-wrapper {
  display: block;
  text-align: left;
  margin-top: -7px;
  margin-bottom: 10px
}

.sp-safari .sp-prompt-close {
  display: none
}

.sp-safari .sp-prompt-message {
  text-align: left;
  position: relative
}

.sp-safari .sp-prompt-message-text {
  margin-bottom: 5px
}

.sp-safari .sp-prompt-title {
  font-weight: 700;
  font-size: 15px
}

.sp-safari .sp-prompt-info {
  min-height: 30px;
  padding-left: 0;
  font-size: 13px;
  line-height: 1.5;
  opacity: .8;
  text-align: left;
  margin-bottom: 12px
}

.sp-safari .sp-bell-icon {
  visibility: hidden;
  position: absolute;
  left: 0;
  top: 3px;
  width: auto;
  height: auto;
  max-width: 64px;
  max-height: 64px
}

.sp-safari .sp-prompt-btn {
  min-width: 88px;
  font-size: 14px;
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2
}

.sp-safari .sp-prompt-btn:hover {
  opacity: .9
}

@media (min-width:480px) {
  .sp-safari.sp-prompt {
    width: 430px;
    left: 50%;
    margin-left: -215px
  }

  .sp-safari .sp-prompt-message {
    padding-left: 80px
  }

  .sp-safari .sp-bell-icon {
    visibility: visible
  }

  .sp-safari .sp-prompt-buttons {
    margin-left: -80px;
    padding-top: 7px;
    padding-bottom: 5px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap
  }

  .sp-safari .sp-prompt-buttons>* {
    margin: 0 0 0 8px
  }

  .sp-safari .sp-prompt-buttons>:first-child {
    margin-left: 0
  }

  .sp-safari .sp-prompt-buttons .sp-link-wrapper {
    float: none;
    position: relative;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    margin: 0;
    padding-top: 0;
    padding-left: 0;
    line-height: 0
  }

  .sp-safari .sp-prompt-buttons .sp-link-wrapper .sp-link {
    white-space: nowrap;
    line-height: normal
  }

  .sp-safari .sp-prompt-buttons .sp-link-wrapper .sp-link>img {
    vertical-align: middle;
    position: relative
  }

  .sp-safari .sp-prompt-buttons .sp-link-wrapper .sp-link>span {
    top: auto;
    white-space: normal;
    vertical-align: middle
  }
}

.sp-safari .sp-accept-btn {
  color: #fff;
  background: #7abcff;
  background: -webkit-gradient(linear, left top, left bottom, from(#7abcff), to(#4096ee));
  background: linear-gradient(to bottom, #7abcff 0, #4096ee 100%);
  border-color: #4096ee
}

.sp-safari .sp-disallow-btn {
  color: #444 !important
}

@media (min-width:768px) {
  body>.sp-prompt.sp-safari {
    top: -250px;
    -webkit-transition: top .7s;
    transition: top .7s
  }

  body>.sp-prompt.sp-safari.show-prompt {
    top: 0
  }
}

.sp-fab {
  position: fixed;
  z-index: 999999;
  background-color: #fff;
  background-color: transparent !important;
  bottom: 35px;
  right: 35px
}

.sp-fab.sp-hide {
  display: none !important
}

.sp-fab.sp-fab-left {
  right: auto;
  left: 35px
}

.sp-fab.sp-fab-left .sp-prompt-message {
  right: auto;
  left: -10px
}

.sp-fab.sp-fab-left .sp-prompt-message:after,
.sp-fab.sp-fab-left .sp-prompt-message:before {
  left: 23px;
  right: auto
}

.sp-fab .sp-prompt-message {
  position: absolute;
  bottom: 58px;
  right: -10px;
  width: 250px;
  padding: 10px 15px;
  background: #fff;
  border: 1px solid #ccc;
  border-radius: 4px;
  font-family: 'Segoe UI', 'Open Sans', Ubuntu, 'Dejavu Sans', Helvetica, 'Helvetica Neue', Arial, sans-serif;
  text-align: left
}

.sp-fab .sp-prompt-message .sp-prompt-title {
  font-weight: 700;
  font-size: 15px;
  line-height: 1.3
}

.sp-fab .sp-prompt-message .sp-prompt-info {
  padding-left: 0;
  font-size: 13px;
  opacity: .8;
  text-align: left
}

.sp-fab .sp-prompt-message .sp-prompt-message-text {
  margin-bottom: 5px
}

.sp-fab .sp-prompt-message:after,
.sp-fab .sp-prompt-message:before {
  content: '';
  position: absolute;
  bottom: -21px;
  right: 23px;
  border-style: solid;
  height: 0;
  width: 0;
  border-width: 10px;
  border-color: transparent;
  border-top-color: #ccc
}

.sp-fab .sp-prompt-message:after {
  border-top-color: #fff;
  bottom: -20px
}

.sp-fab .sp-prompt-fab {
  padding: 10px;
  width: 48px;
  height: 48px;
  text-align: center;
  border-radius: 50%;
  background-color: #31b58e;
  -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, .2);
  box-shadow: 0 2px 5px rgba(0, 0, 0, .2);
  cursor: pointer;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  line-height: 1.2;
  -webkit-transition: box-shadow .2s ease 50ms;
  -webkit-transition: -webkit-box-shadow .2s ease 50ms;
  transition: -webkit-box-shadow .2s ease 50ms;
  transition: box-shadow .2s ease 50ms;
  transition: box-shadow .2s ease 50ms, -webkit-box-shadow .2s ease 50ms
}

.sp-fab .sp-prompt-fab .sp-bell-icon {
  margin: auto;
  width: 24px;
  height: 24px;
  top: 2px
}

.sp-fab .sp-prompt-fab use.sp-bell-path {
  fill: #fff
}

.sp-fab .sp-prompt-btn,
.sp-fab .sp-prompt-close {
  display: none !important
}

.sp-fab .sp-link-wrapper {
  display: block;
  margin-bottom: 4px
}

.sp-fab .sp-prompt-message {
  visibility: hidden;
  opacity: 0;
  -webkit-transform: scale(.9);
  transform: scale(.9);
  -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, .15);
  box-shadow: 0 2px 5px rgba(0, 0, 0, .15);
  -webkit-transition: all .1s ease 50ms;
  transition: all .1s ease 50ms
}

.sp-fab:hover .sp-prompt-message {
  visibility: visible;
  opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(1)
}

.sp-fab:hover .sp-prompt-fab {
  -webkit-box-shadow: 0 0 0 2px #fff, 0 4px 10px rgba(0, 0, 0, .3);
  box-shadow: 0 0 0 2px #fff, 0 4px 10px rgba(0, 0, 0, .3)
}

.sp-backdrop-info {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 999996;
  background: rgba(0, 0, 0, .65);
  text-align: center;
  opacity: 0;
  -webkit-transition: all .2s ease .1s;
  transition: all .2s ease .1s
}

.sp-backdrop-info.show-prompt {
  display: block !important;
  opacity: 1
}

.sp-backdrop-info .backdrop-close {
  position: absolute;
  color: #fff;
  right: 20px;
  top: 20px;
  font-family: 'Segoe UI', 'Open Sans', Ubuntu, 'Dejavu Sans', Helvetica, 'Helvetica Neue', Arial, sans-serif;
  font-weight: 300;
  opacity: .8;
  cursor: pointer
}

.sp-backdrop-info .backdrop-close:hover {
  opacity: 1
}

.sp-backdrop-info .backdrop-close>big {
  font-size: 60px;
  line-height: 20px
}

.sp-backdrop-info .backdrop-close>small {
  font-size: 16px
}

.sp-backdrop-info .backdrop-message {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 999997;
  position: absolute;
  max-width: 360px;
  color: #fff;
  margin-top: 150px;
  margin: 36vh auto 10vh auto;
  font-size: 21px;
  padding: 20px;
  font-family: 'Segoe UI', 'Open Sans', Ubuntu, 'Dejavu Sans', Helvetica, 'Helvetica Neue', Arial, sans-serif;
  font-weight: 500
}

.sp-webpush-label {
  border-radius: 50%;
  width: 896px;
  height: 220px;
  position: fixed;
  top: -85px;
  left: -190px;
  z-index: 100001;
  display: none;
  font-family: 'Segoe UI', 'Open Sans', Ubuntu, 'Dejavu Sans', Helvetica, 'Helvetica Neue', Arial, sans-serif;
  margin-left: 22px;
  -webkit-transition-duration: .25s;
  transition-duration: .25s;
  -webkit-transform: scale(.7);
  transform: scale(.7);
  opacity: 0
}

.sp-webpush-label.sp-show {
  -webkit-transform: scale(1);
  transform: scale(1);
  opacity: 1
}

.sp-webpush-label:after {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  -webkit-filter: blur(100px);
  filter: blur(100px);
  background-color: rgba(0, 0, 0, .4)
}

.sp-webpush-label .sp-inner-content {
  position: absolute;
  right: calc(16% - 22px);
  top: calc(85px + 15px);
  white-space: nowrap;
  font-size: 13px;
  color: #fff;
  line-height: 15px;
  font-weight: 700;
  -webkit-filter: blur(0);
  filter: blur(0);
  z-index: 10;
  text-shadow: -2px 0 rgba(0, 0, 0, .1), 0 2px rgba(0, 0, 0, .1), 2px 0 rgba(0, 0, 0, .1), 0 -2px rgba(0, 0, 0, .1);
  font-family: 'Segoe UI', 'Open Sans', Ubuntu, 'Dejavu Sans', Helvetica, 'Helvetica Neue', Arial, sans-serif
}

.sp-webpush-label .sp-brand-link {
  font-size: inherit;
  color: inherit;
  text-decoration: none;
  display: inline-block;
  vertical-align: middle;
  position: relative;
  font-weight: 700;
  padding: 5px 5px 5px 0;
  top: -5px;
  text-shadow: -2px 0 rgba(0, 0, 0, .1), 0 2px rgba(0, 0, 0, .1), 2px 0 rgba(0, 0, 0, .1), 0 -2px rgba(0, 0, 0, .1);
  font-family: 'Segoe UI', 'Open Sans', Ubuntu, 'Dejavu Sans', Helvetica, 'Helvetica Neue', Arial, sans-serif
}

.sp-webpush-label .sp-brand-link:hover {
  text-decoration: none
}

.sp-webpush-label .sp-brand-link:hover>span {
  text-decoration: none
}

.sp-webpush-label .sp-brand-link>span {
  position: relative;
  padding-left: 24px;
  font-weight: 700;
  text-decoration: underline;
  font-size: inherit;
  color: inherit;
  text-shadow: -2px 0 rgba(0, 0, 0, .1), 0 2px rgba(0, 0, 0, .1), 2px 0 rgba(0, 0, 0, .1), 0 -2px rgba(0, 0, 0, .1);
  font-family: inherit
}

.sp-webpush-label .sp-brand-link>span:after {
  content: '';
  position: absolute;
  left: 0;
  top: 50%;
  background-image: url("");
  width: 20px;
  height: 20px;
  margin: -10px 0 0 0
}

.sp-webpush-label.sp-windows.sp-firefox {
  max-width: 100%;
  width: 100%;
  left: -22px;
  display: block !important
}

.sp-webpush-label.sp-windows.sp-firefox+.sp-webpush-label.sp-show {
  display: none !important
}

.sp-webpush-label.sp-windows.sp-firefox:after {
  max-width: 896px
}

.sp-webpush-label.sp-windows.sp-firefox .sp-inner-content {
  right: auto;
  left: 654px
}

@media (max-width:1140px) {
  .sp-webpush-label.sp-windows.sp-firefox .sp-inner-content {
    left: 645px
  }
}

@media (max-width:1080px) {
  .sp-webpush-label.sp-windows.sp-firefox .sp-inner-content {
    left: calc(23.7% + 384px)
  }
}

@media (max-width:978px) {
  .sp-webpush-label.sp-windows.sp-firefox .sp-inner-content {
    left: calc(25% + 384px)
  }
}

@media (max-width:860px) {
  .sp-webpush-label.sp-windows.sp-firefox .sp-inner-content {
    left: calc(23.5% + 384px)
  }
}

@media (max-width:768px) {
  .sp-webpush-label.sp-windows.sp-firefox.initialized {
    display: none !important
  }
}

.sp-webpush-label.sp-windows.sp-opera {
  display: block !important
}

.sp-webpush-label.sp-windows.sp-opera+.sp-webpush-label.sp-show {
  display: none !important
}

.sp-webpush-label.sp-windows.sp-opera .sp-inner-content {
  right: calc(16% - 45px)
}

.sp-webpush-label.sp-windows.sp-opera.sp-lang-en {
  margin-left: 0
}

.sp-webpush-label.sp-windows.sp-opera.sp-lang-en .sp-inner-content {
  right: calc(16% - 67px)
}

.sp-webpush-label.sp-windows.sp-opera.sp-lang-ru {
  margin-left: 0
}

.sp-webpush-label.sp-windows.sp-opera.sp-lang-ru .sp-inner-content {
  right: calc(16% - 67px)
}

.sp-webpush-label.sp-windows.sp-opera.sp-lang-uk {
  margin-left: 0;
  right: auto;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%)
}

.sp-webpush-label.sp-windows.sp-opera.sp-lang-uk .sp-inner-content {
  right: 58px
}

.sp-webpush-label.sp-windows.sp-opera.sp-opera56 {
  margin-left: 0;
  right: auto;
  left: -190px;
  -webkit-transform: translateX(0);
  transform: translateX(0)
}

.sp-webpush-label.sp-windows.sp-opera.sp-opera56 .sp-inner-content {
  right: calc(11% - 22px);
  margin-right: 0
}

@media (max-width:1380px) {
  .sp-webpush-label.sp-windows.sp-opera.sp-lang-en .sp-inner-content {
    right: 10%
  }

  .sp-webpush-label.sp-windows.sp-opera.sp-opera56.sp-lang-en .sp-inner-content,
  .sp-webpush-label.sp-windows.sp-opera.sp-opera56.sp-lang-ru .sp-inner-content,
  .sp-webpush-label.sp-windows.sp-opera.sp-opera56.sp-lang-uk .sp-inner-content {
    right: calc(11% - 22px);
    margin-right: 0
  }
}

.sp-webpush-label.sp-windows.sp-chrome {
  display: block !important
}

.sp-webpush-label.sp-windows.sp-chrome+.sp-webpush-label.sp-show {
  display: none !important
}

.sp-webpush-label.sp-windows.sp-yandex {
  top: -10px;
  left: auto;
  right: -250px;
  margin: 0;
  display: block !important
}

.sp-webpush-label.sp-windows.sp-yandex+.sp-webpush-label.sp-show {
  display: none !important
}

.sp-webpush-label.sp-windows.sp-yandex .sp-inner-content {
  right: auto;
  left: 190px;
  top: 180px
}

.sp-webpush-label.sp-linux.sp-firefox {
  max-width: 100%;
  width: 100%;
  left: -22px;
  display: block !important
}

.sp-webpush-label.sp-linux.sp-firefox+.sp-webpush-label.sp-show {
  display: none !important
}

.sp-webpush-label.sp-linux.sp-firefox:after {
  max-width: 896px
}

.sp-webpush-label.sp-linux.sp-firefox .sp-inner-content {
  right: auto;
  left: 720px
}

@media (max-width:1540px) {
  .sp-webpush-label.sp-linux.sp-firefox .sp-inner-content {
    left: 710px
  }
}

@media (max-width:1450px) {
  .sp-webpush-label.sp-linux.sp-firefox .sp-inner-content {
    left: calc(18% + 450px)
  }
}

@media (max-width:1270px) {
  .sp-webpush-label.sp-linux.sp-firefox .sp-inner-content {
    left: calc(19% + 450px)
  }
}

@media (max-width:1024px) {
  .sp-webpush-label.sp-linux.sp-firefox .sp-inner-content {
    left: calc(20% + 450px)
  }
}

@media (max-width:940px) {
  .sp-webpush-label.sp-linux.sp-firefox .sp-inner-content {
    left: calc(21% + 450px)
  }
}

@media (max-width:860px) {
  .sp-webpush-label.sp-linux.sp-firefox .sp-inner-content {
    left: calc(20% + 450px)
  }
}

@media (max-width:805px) {
  .sp-webpush-label.sp-linux.sp-firefox .sp-inner-content {
    left: calc(14% + 450px)
  }
}

@media (max-width:768px) {
  .sp-webpush-label.sp-linux.sp-firefox.initialized {
    display: none !important
  }
}

.sp-webpush-label.sp-linux.sp-opera {
  display: block !important;
  left: auto;
  right: 0
}

.sp-webpush-label.sp-linux.sp-opera+.sp-webpush-label.sp-show {
  display: none !important
}

.sp-webpush-label.sp-linux.sp-opera .sp-inner-content {
  right: 20px
}

.sp-webpush-label.sp-linux.sp-opera.sp-lang-en {
  margin-left: 20px;
  right: auto;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%)
}

.sp-webpush-label.sp-linux.sp-opera.sp-lang-en .sp-inner-content {
  right: 10.5%
}

.sp-webpush-label.sp-linux.sp-opera.sp-lang-ru {
  margin-left: 20px;
  right: auto;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%)
}

.sp-webpush-label.sp-linux.sp-opera.sp-lang-ru .sp-inner-content {
  right: 0;
  margin-right: -18px
}

.sp-webpush-label.sp-linux.sp-opera.sp-lang-uk {
  margin-left: 20px;
  right: auto;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%)
}

.sp-webpush-label.sp-linux.sp-opera.sp-lang-uk .sp-inner-content {
  right: 4%
}

.sp-webpush-label.sp-linux.sp-opera.sp-opera56 {
  margin-left: 0;
  right: auto;
  left: -190px;
  -webkit-transform: translateX(0);
  transform: translateX(0)
}

.sp-webpush-label.sp-linux.sp-opera.sp-opera56 .sp-inner-content {
  right: calc(10% - 45px);
  margin-right: 0
}

@media (max-width:1380px) {
  .sp-webpush-label.sp-linux.sp-opera.sp-lang-en .sp-inner-content {
    right: 10%
  }

  .sp-webpush-label.sp-linux.sp-opera.sp-lang-ru .sp-inner-content {
    right: 0;
    margin-right: -18px
  }

  .sp-webpush-label.sp-linux.sp-opera.sp-lang-uk .sp-inner-content {
    right: 4%
  }

  .sp-webpush-label.sp-linux.sp-opera.sp-opera56.sp-lang-en .sp-inner-content,
  .sp-webpush-label.sp-linux.sp-opera.sp-opera56.sp-lang-ru .sp-inner-content,
  .sp-webpush-label.sp-linux.sp-opera.sp-opera56.sp-lang-uk .sp-inner-content {
    right: calc(11% - 22px);
    margin-right: 0
  }
}

.sp-webpush-label.sp-linux.sp-yandex {
  top: -10px;
  left: auto;
  right: -250px;
  margin: 0;
  display: block !important
}

.sp-webpush-label.sp-linux.sp-yandex+.sp-webpush-label.sp-show {
  display: none !important
}

.sp-webpush-label.sp-linux.sp-yandex .sp-inner-content {
  right: auto;
  left: 190px;
  top: 180px
}

.sp-webpush-label.sp-linux.sp-chrome {
  display: block !important
}

.sp-webpush-label.sp-linux.sp-chrome+.sp-webpush-label.sp-show {
  display: none !important
}

.sp-webpush-label.sp-macos.sp-firefox {
  left: 0;
  display: block !important
}

.sp-webpush-label.sp-macos.sp-firefox+.sp-webpush-label.sp-show {
  display: none !important
}

.sp-webpush-label.sp-macos.sp-firefox .sp-inner-content {
  right: auto;
  left: 616px
}

@media (max-width:1240px) {
  .sp-webpush-label.sp-macos.sp-firefox .sp-inner-content {
    left: 611px
  }
}

@media (max-width:1180px) {
  .sp-webpush-label.sp-macos.sp-firefox .sp-inner-content {
    left: 602px
  }
}

@media (max-width:1140px) {
  .sp-webpush-label.sp-macos.sp-firefox .sp-inner-content {
    left: 596px
  }
}

@media (max-width:1060px) {
  .sp-webpush-label.sp-macos.sp-firefox .sp-inner-content {
    left: 585px
  }
}

@media (max-width:998px) {
  .sp-webpush-label.sp-macos.sp-firefox .sp-inner-content {
    left: 576px
  }
}

@media (max-width:896px) {
  .sp-webpush-label.sp-macos.sp-firefox .sp-inner-content {
    left: 562px
  }
}

@media (max-width:820px) {
  .sp-webpush-label.sp-macos.sp-firefox .sp-inner-content {
    left: 552px
  }
}

@media (max-width:760px) {
  .sp-webpush-label.sp-macos.sp-firefox .sp-inner-content {
    left: 542px
  }
}

.sp-webpush-label.sp-macos.sp-chrome {
  display: block !important
}

.sp-webpush-label.sp-macos.sp-chrome .sp-inner-content {
  right: calc(16% - 32px)
}

.sp-webpush-label.sp-macos.sp-opera {
  display: block !important;
  left: auto;
  right: 0
}

.sp-webpush-label.sp-macos.sp-opera .sp-inner-content {
  right: 20px
}

.sp-webpush-label.sp-macos.sp-opera.sp-lang-en,
.sp-webpush-label.sp-macos.sp-opera.sp-lang-ru,
.sp-webpush-label.sp-macos.sp-opera.sp-lang-uk {
  margin-left: 20px;
  right: auto;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%)
}

.sp-webpush-label.sp-macos.sp-opera.sp-lang-en .sp-inner-content,
.sp-webpush-label.sp-macos.sp-opera.sp-lang-ru .sp-inner-content,
.sp-webpush-label.sp-macos.sp-opera.sp-lang-uk .sp-inner-content {
  right: 10.5%
}

.sp-webpush-label.sp-macos.sp-opera.sp-opera56 {
  margin-left: 0;
  right: auto;
  left: -175px;
  -webkit-transform: translateX(0);
  transform: translateX(0)
}

.sp-webpush-label.sp-macos.sp-opera.sp-opera56 .sp-inner-content {
  right: 0;
  margin-right: 0
}

@media (max-width:1380px) {

  .sp-webpush-label.sp-macos.sp-opera.sp-lang-en .sp-inner-content,
  .sp-webpush-label.sp-macos.sp-opera.sp-lang-ru .sp-inner-content,
  .sp-webpush-label.sp-macos.sp-opera.sp-lang-uk .sp-inner-content {
    right: 10%
  }

  .sp-webpush-label.sp-macos.sp-opera.sp-opera56.sp-lang-en .sp-inner-content,
  .sp-webpush-label.sp-macos.sp-opera.sp-opera56.sp-lang-ru .sp-inner-content,
  .sp-webpush-label.sp-macos.sp-opera.sp-opera56.sp-lang-uk .sp-inner-content {
    right: 0
  }
}

.sp-webpush-label.sp-macos.sp-yandex {
  top: -10px;
  left: auto;
  right: -250px;
  margin: 0;
  display: block !important
}

.sp-webpush-label.sp-macos.sp-yandex .sp-inner-content {
  right: auto;
  left: 190px;
  top: 180px
}

@media (max-width:860px) {

  .sp-webpush-label.sp-linux.sp-firefox,
  .sp-webpush-label.sp-windows.sp-firefox {
    max-width: 100%;
    left: 0
  }

  .sp-webpush-label.sp-linux.sp-firefox .sp-inner-content,
  .sp-webpush-label.sp-windows.sp-firefox .sp-inner-content {
    font-size: 0;
    color: transparent;
    letter-spacing: -.36em;
    right: 62px
  }

  .sp-webpush-label.sp-linux.sp-firefox .sp-brand-link,
  .sp-webpush-label.sp-windows.sp-firefox .sp-brand-link {
    font-size: 11px;
    letter-spacing: normal;
    color: #fff
  }

  .sp-webpush-label.sp-linux.sp-opera,
  .sp-webpush-label.sp-windows.sp-opera {
    max-width: 100%;
    left: 0;
    -webkit-transform: translateX(0);
    transform: translateX(0)
  }

  .sp-webpush-label.sp-linux.sp-opera .sp-inner-content,
  .sp-webpush-label.sp-windows.sp-opera .sp-inner-content {
    font-size: 0;
    color: transparent;
    letter-spacing: -.36em;
    right: 40px
  }

  .sp-webpush-label.sp-linux.sp-opera .sp-brand-link,
  .sp-webpush-label.sp-windows.sp-opera .sp-brand-link {
    font-size: 11px;
    letter-spacing: normal;
    color: #fff
  }

  .sp-webpush-label.sp-linux.sp-opera.sp-opera56,
  .sp-webpush-label.sp-windows.sp-opera.sp-opera56 {
    max-width: 896px
  }

  .sp-webpush-label.sp-linux.sp-opera.sp-opera56 .sp-inner-content,
  .sp-webpush-label.sp-windows.sp-opera.sp-opera56 .sp-inner-content {
    right: calc(13% - 22px)
  }

  .sp-webpush-label.sp-linux.sp-opera.sp-opera56.sp-lang-en .sp-inner-content,
  .sp-webpush-label.sp-linux.sp-opera.sp-opera56.sp-lang-ru .sp-inner-content,
  .sp-webpush-label.sp-linux.sp-opera.sp-opera56.sp-lang-uk .sp-inner-content,
  .sp-webpush-label.sp-windows.sp-opera.sp-opera56.sp-lang-en .sp-inner-content,
  .sp-webpush-label.sp-windows.sp-opera.sp-opera56.sp-lang-ru .sp-inner-content,
  .sp-webpush-label.sp-windows.sp-opera.sp-opera56.sp-lang-uk .sp-inner-content {
    right: calc(13% - 22px)
  }
}

@media (max-width:768px) {
  .sp-webpush-label {
    display: none !important;
    z-index: -10 !important;
    visibility: hidden !important;
    opacity: 0 !important
  }
}

.sp-bottom-push-label {
  position: absolute;
  left: 50%;
  bottom: 30px;
  white-space: nowrap;
  font-size: 13px;
  color: #fff;
  line-height: 15px;
  font-weight: 700;
  -webkit-filter: blur(0);
  filter: blur(0);
  z-index: 10;
  text-shadow: -2px 0 rgba(0, 0, 0, .1), 0 2px rgba(0, 0, 0, .1), 2px 0 rgba(0, 0, 0, .1), 0 -2px rgba(0, 0, 0, .1);
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  font-family: 'Segoe UI', 'Open Sans', Ubuntu, 'Dejavu Sans', Helvetica, 'Helvetica Neue', Arial, sans-serif
}

.sp-bottom-push-label .sp-brand-link {
  font-size: inherit;
  color: inherit;
  text-decoration: none;
  display: inline-block;
  vertical-align: middle;
  position: relative;
  font-weight: 700;
  top: -1px;
  padding: 5px;
  text-shadow: -2px 0 rgba(0, 0, 0, .1), 0 2px rgba(0, 0, 0, .1), 2px 0 rgba(0, 0, 0, .1), 0 -2px rgba(0, 0, 0, .1);
  font-family: 'Segoe UI', 'Open Sans', Ubuntu, 'Dejavu Sans', Helvetica, 'Helvetica Neue', Arial, sans-serif
}

.sp-bottom-push-label .sp-brand-link:hover {
  text-decoration: none
}

.sp-bottom-push-label .sp-brand-link:hover>span {
  text-decoration: none
}

.sp-bottom-push-label .sp-brand-link>span {
  position: relative;
  padding-left: 24px;
  font-weight: 700;
  text-decoration: underline;
  font-size: inherit;
  color: inherit;
  text-shadow: -2px 0 rgba(0, 0, 0, .1), 0 2px rgba(0, 0, 0, .1), 2px 0 rgba(0, 0, 0, .1), 0 -2px rgba(0, 0, 0, .1);
  font-family: inherit
}

.sp-bottom-push-label .sp-brand-link>span:after {
  content: '';
  position: absolute;
  left: 0;
  top: 50%;
  background-image: url("");
  width: 20px;
  height: 20px;
  margin: -10px 0 0 0
}

.sp-webpush-label.sp-windows.sp-firefox.sp-firefox58 {
  display: none !important
}

.sp-webpush-label.sp-windows.sp-firefox.sp-firefox57 {
  display: none !important
}

.sp-webpush-label.sp-windows.sp-firefox.sp-firefox56 {
  display: none !important
}

.sp-webpush-label.sp-windows.sp-firefox.sp-firefox55 {
  display: none !important
}

.sp-webpush-label.sp-windows.sp-firefox.sp-firefox54 {
  display: none !important
}

.sp-webpush-label.sp-windows.sp-firefox.sp-firefox53 {
  display: none !important
}

.sp-webpush-label.sp-windows.sp-firefox.sp-firefox52 {
  display: none !important
}

.sp-webpush-label.sp-windows.sp-firefox.sp-firefox51 {
  display: none !important
}

.sp-webpush-label.sp-windows.sp-firefox.sp-firefox50 {
  display: none !important
}

.sp-webpush-label.sp-windows.sp-firefox.sp-firefox49 {
  display: none !important
}

.sp-webpush-label.sp-windows.sp-firefox.sp-firefox48 {
  display: none !important
}

.sp-webpush-label.sp-windows.sp-firefox.sp-firefox47 {
  display: none !important
}

.sp-webpush-label.sp-windows.sp-firefox.sp-firefox46 {
  display: none !important
}

.sp-webpush-label.sp-windows.sp-firefox.sp-firefox45 {
  display: none !important
}

.sp-webpush-label.sp-windows.sp-firefox.sp-firefox44 {
  display: none !important
}

@media only screen and (-webkit-min-device-pixel-ratio:2) and (min-width:1281px) and (max-width:1440px) {
  .sp-webpush-label.sp-macos.sp-chrome .sp-inner-content {
    right: calc(16% - 54px)
  }
}

@media only screen and (-webkit-min-device-pixel-ratio:2.5) and (max-width:1280px) {
  .sp-webpush-label.sp-windows.sp-chrome .sp-inner-content {
    right: calc(16% - 54px)
  }
}

.sp-hint-popover.sp-prompt {
  position: fixed;
  z-index: 999999;
  background-color: #fff
}

.sp-hint-popover.sp-prompt {
  top: 68px;
  padding: 10px 18px 12px;
  background: rgba(250, 250, 250, .94);
  border-radius: 0 0 4px 4px;
  border: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  left: 284px;
  width: 305px;
  max-width: 305px;
  min-height: 94px
}

.sp-hint-popover.sp-prompt:after {
  content: '';
  position: absolute;
  z-index: 1;
  background-image: url("");
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background-position: right 12px top 12px;
  background-repeat: no-repeat;
  opacity: .9
}

.sp-hint-popover.sp-prompt.sp-secure-mode {
  top: 0;
  left: 115px
}

.sp-hint-popover.sp-prompt,
.sp-hint-popover.sp-prompt * {
  font-family: Roboto, Arial, Helvetica, 'Helvetica Neue', 'Dejavu Sans', sans-serif !important
}

.sp-hint-popover .sp-prompt-message {
  position: relative;
  z-index: 2
}

.sp-hint-popover .sp-prompt-message-text {
  position: relative;
  max-width: 210px;
  font-size: 12px !important;
  color: #484848 !important;
  line-height: 16px !important
}

.sp-hint-popover .sp-table-wrapper {
  margin-bottom: 8px
}

.sp-hint-popover .sp-table-wrapper>.sp-cell {
  font-size: 14px !important;
  line-height: 16px !important;
  color: #000 !important;
  vertical-align: top
}

.sp-hint-popover .sp-table-wrapper>.sp-cell:first-child {
  padding-right: 94px
}

.sp-hint-popover .sp-table-wrapper>.sp-cell img {
  display: none !important
}

.sp-hint-popover .sp-table-wrapper>.sp-cell:last-child {
  display: none !important
}

.sp-backdrop-info .sp-hint-popover.sp-prompt {
  top: 0;
  left: 115px;
  background: #fff
}

@media (min-width:768px) {
  body .sp-prompt.sp-hint-popover {
    top: -250px;
    -webkit-transition: top .7s;
    transition: top .7s
  }

  body .sp-prompt.sp-hint-popover.show-prompt {
    top: 85px
  }

  body .sp-prompt.sp-hint-popover.sp-secure-mode.show-prompt {
    top: 0
  }

  body .sp-backdrop-info .sp-hint-popover.sp-prompt.show-prompt {
    top: 0
  }
}

.submit-roulette:hover {
  background: #b00;
  transition: background .3s
}

.additional-form-fields {
  padding-left: 5px;
  height: 42px;
  margin-bottom: 10px
}

#order_form {
  display: flex;
  flex-direction: column;
  align-items: center
}

#order_form input,
#order_form select {
  display: flex
}

.submit-roulette:active {
  transform: translateY(2px);
  box-shadow: none
}

.submit-roulette,
input[value="Получить бесплатно"] {
  text-transform: uppercase;
  padding: 10px 15px;
  margin: 15px 0;
  outline: 0;
  border: none;
  margin-top: 5px;
  border-radius: 5px;
  box-shadow: 0 4px 3px #242120;
  background: red;
  color: #fff;
  font-weight: 700;
  cursor: pointer;
  transition: background .3s;
  font-size: 19px;
}

input[value="Получить бесплатно"]:hover {
  background: #b00 !important;
  transition: background .3s
}

input[value="Получить бесплатно"]:active {
  transform: translateY(2px);
  box-shadow: none !important
}

.input-roulette {
  padding-left: 5px;
  height: 42px;
  margin-bottom: 10px;
  width: 100% !important;
  max-width: 325px !important;
}

input[placeholder="Ваш телефон"],
input[placeholder="Ваше имя"] {
  padding-left: 5px;
  height: 42px;
  margin-bottom: 10px;
  width: 92% !important;
  max-width: 234px;
  font-size: 15px;
}

.ruletka-p {
  text-indent: 0;
  color: #000;
  text-align: center !important;
  margin: 15px;
  line-height: 25px;
  font-weight: 700
}

.ruletka-p h2 {
  font-size: 25px;
  margin-bottom: 15px;
  line-height: 31px;
}

.ruletka-a {
  color: #1697ce
}

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

.spin-wrapper .ruletka-p {
  margin-bottom: 15px
}

.danger-text {
  color: red;
  font-weight: 700
}

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

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

.wheel-img {
  max-width: 100%;
  max-height: 100%;
  -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-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 0 inset, #fff 0 2px 0 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%)
}

.order_block {
  display: none;
  text-align: center !important
}

.order_block h3 {
  font: bold 18px Arial !important;
  background: 0 0
}

#ad1_form,
#adbees_form,
#adeptcpa_form,
#aff1_form,
#apilead_form,
#burg_tl_form,
#cpagetti_form,
#crm_form,
#drcash_form,
#everad_form,
#funcpa_form,
#ha9_form,
#hp_form,
#kma_form,
#leadbit_form,
#leadgroup_form,
#leadtrade_form,
#luckyshop_form,
#m_leads,
#monsterleads_form,
#omni_form,
#p_apilead_form,
#p_hp_form,
#p_hp_form_test,
#p_omni_form,
#p_rekl_form,
#profit_form2,
#pw_hp_form,
#rekl_form,
#rocket_form,
#scpa_pw_ad1_form,
#scpa_pw_apilead_form,
#scpa_pw_drcash_form,
#scpa_pw_hp_form,
#scpa_pw_leadtrade_form,
#scpa_pw_tl_form,
#shakes_form,
#static_omni_form,
#t_drcash_form,
#tl_form,
#v_m_leads {
  display: flex;
  flex-direction: column;
  align-items: center;
  font-family: "Proxima Nova", Arial, "Helvetica Neue", sans-serif
}

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

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

.close-popup {
  position: absolute;
  width: 30px;
  height: 30px;
  background-image: url("cross_b7b5_63.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:550px) {
  .close-popup {
    right: 0
  }
}

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

.pop-up-text {
  margin-bottom: 25px;
  font-size: 1.4em;
  line-height: 1.4;
  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: medium none;
  cursor: pointer;
  outline: medium none
}

.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-layer {
  position: fixed !important;
  top: 0 !important;
  width: 100% !important;
  height: 100% !important;
  background-color: rgba(0, 0, 0, .7) !important;
  z-index: 99 !important
}

.pop-up-layer-show {
  display: block
}

.pop-up-window {
  position: relative;
  max-width: 400px;
  right: 0;
  left: 0;
  top: 30%;
  margin: 0 auto;
  background: #fff none repeat scroll 0 0;
  text-align: center;
  padding: 10px;
  padding-top: 70px;
  padding-bottom: 20px;
  border-radius: 10px;
  animation: .7s ease 0s normal none 1 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: currentcolor currentcolor #fff #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
}

.text_small {
  font-size: .5em !important;
  font-weight: 400 !important
}

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

  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: 260px !important;
    height: 260px !important
  }

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

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

  .cursor-text {
    line-height: 40px !important;
    font-size: 11px !important
  }
}

.wheel-img {
  position: relative;
}

.wheel-img__numbers {
  position: absolute;
  font-size: 14px;
  display: block;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

.wheel-img__number {
  color: #000;
  font-weight: 700;
  font-family: Arial, Helvetica, sans-serif;
  position: absolute;
  font-size: 3.5em;
  line-height: 1
}

.wheel-img__number::before {
  content: "%";
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  top: 100%;
  font-size: .7em
}

.wheel-img__number:nth-child(1) {
  top: 15%;
  left: 50%;
  transform: translate(-50%, -50%)
}

.wheel-img__number:nth-child(2) {
  top: 25%;
  left: 75%;
  transform: translate(-50%, -50%) rotateZ(45deg)
}

.wheel-img__number:nth-child(3) {
  top: 50%;
  left: 85%;
  transform: translate(-50%, -50%) rotateZ(90deg)
}

.wheel-img__number:nth-child(4) {
  top: 75%;
  left: 75%;
  transform: translate(-50%, -50%) rotateZ(135deg)
}

.wheel-img__number:nth-child(5) {
  top: 85%;
  left: 50%;
  transform: translate(-50%, -50%) rotateZ(180deg)
}

.wheel-img__number:nth-child(6) {
  top: 75%;
  left: 25%;
  transform: translate(-50%, -50%) rotateZ(225deg)
}

.wheel-img__number:nth-child(7) {
  top: 50%;
  left: 15%;
  transform: translate(-50%, -50%) rotateZ(270deg)
}

.wheel-img__number:nth-child(8) {
  top: 25%;
  left: 25%;
  transform: translate(-50%, -50%) rotateZ(315deg)
}

@media only screen and (max-width:576px) {
  .wheel-img__number {
    font-size: 1.95em
  }

  .wheel-img__number::before {
    top: 100%
  }
}

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

  100% {
    transform: rotate(1620deg)
  }
}

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

.wheel-cursor {}

.ord_button {
  text-align: center;
  background-color: #ff4141;
  color: #fff !important;
  display: inline-block;
  padding: 5px 20px;
  font-size: 20px !important;
  box-shadow: 2px 3px 8px #737373;
  text-decoration: none !important;
  border-radius: 8px;
  border: 3px solid #fff;
  margin: 20px 0 30px;
  line-height: 27px;
  text-transform: uppercase;
  transition: all .3s ease-in 0s
}

.mycity {
  text-transform: uppercase;
  font-size: 10px;
  padding: 2px 5px;
  background: #f5fbfb;
  color: #444;
  font-weight: 700;
  font-family: calibri, roboto, arial;
  border-radius: 2px;
  border: 1px solid #989898;
  vertical-align: super
}

.vk-container {
  font-family: tahoma, arial, verdana, sans-serif;
  font-size: 15px;
  color: #000;
  text-decoration: none
}

.vk-header {
  background: #dae2e8 none repeat scroll 0 0;
  padding: 4px 4px 4px 6px;
  margin-bottom: 10px
}

.vk-logo {
  background: transparent none no-repeat scroll 0 0;
  width: 16px;
  height: 16px;
  float: right;
  margin-top: -1px
}

.vk-header-text {
  padding: 2px 3px 1px;
  line-height: 100%;
  color: #45688e;
  font-weight: 700
}

.vk-comment,
.vk-comment-load {
  margin-bottom: 15px;
  position: relative;
  border-bottom: 1px solid #dae1e8;
  padding-bottom: 15px
}

.vk-avatar img {
  float: left;
  margin-right: 10px
}

.vk-comment-name {
  color: #a40000;
  font-weight: 700;
  font-size: 14px;
  margin-left: 59px
}

.vk-comment-text {
  margin-left: 60px
}

.vk-avatar1 img {
  float: left;
  margin-right: 10px;
  margin-left: 5px
}

.vk-comment-name1 {
  color: #000;
  font-weight: 700;
  font-size: 15px;
  margin-left: 59px
}

.vk-comment-text1 {
  margin-left: 5px
}

.vk-comment-date {
  margin-left: 60px;
  color: #999
}

#created-button-1,
#created-button-2 {
  line-height: 1.7em !important
}

.my-com-date {
  color: #5b5f65;
  text-shadow: 0 0 0 #000;
  font-weight: 600;
  line-height: 34px;
  padding: 1px 4px 1px 4px;
  background: #fdfdfd;
  border-radius: 3px;
  font-size: 20px
}

.out-comebacker-content-btn:hover {
  text-decoration: none !important;
  transition: .3s !important
}

.out-comebacker-content-btn:focus {
  text-decoration: none;
  color: #fff
}

.out-comebacker-content-btn:active {
  border: 1px solid #fff
}

a:active,
a:focus {
  outline: 0
}

input,
textarea {
  outline: 0
}

input:active,
textarea:active {
  outline: 0
}

:focus {
  outline: 0
}

textarea {
  resize: none
}

textarea {
  resize: vertical
}

textarea {
  resize: horizontal
}

button:active,
button:focus {
  outline: 0 !important
}

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

@media screen and (max-width:481px) {

  .myh3,
  .myimg2,
  .timestamps {
    padding-left: 15px;
    padding-right: 15px
  }

  .breadcrumb {
    margin-left: 4px !important;
    margin-right: 4px !important
  }
}

.my-com-date {
  color: #5b5f65;
  text-shadow: 0 0 0 #000;
  font-weight: 600;
  line-height: 34px;
  padding: 1px 4px 1px 4px;
  background: #fdfdfd;
  border-radius: 3px;
  font-size: 20px
}

.ord_button {
  background-color: #fc0a10;
  color: #fff !important;
  display: inline-block;
  padding: 10px 20px;
  font-size: 25px !important;
  box-shadow: 2px 3px 8px #999;
  text-decoration: none !important;
  border-radius: 8px;
  border: 3px solid #fff;
  margin: 20px 0 30px;
  line-height: 27px;
  text-transform: uppercase;
  transition: all .3s ease-in 0s
}

.ord_button:hover {
  background-color: #772133;
  box-shadow: 2px 3px 3px #999;
  text-decoration: none !important;
  transform: scale(1.1)
}

.screenLock {
  position: fixed;
  width: 100%;
  background: rgba(0, 0, 0, .7) none repeat scroll 0 0;
  top: 0;
  left: 0;
  z-index: 99999;
  display: none
}

.msg {
  position: absolute;
  width: 627px;
  height: 482px;
  top: 40px;
  left: 50%;
  margin-left: -300px;
  background-image: url("");
  border: 1px solid #eee
}

.msg>h1 {
  color: #000;
  text-align: center;
  font-size: 24px;
  margin-bottom: 30px;
  margin-top: 30px
}

.msg>h2 {
  color: #000;
  text-align: left;
  font-size: 18px;
  margin-left: 40px;
  margin-bottom: 30px;
  margin-top: -10px
}

.close {
  position: absolute;
  top: 16px;
  right: 18px;
  font-size: 20px;
  cursor: pointer;
  color: #000
}

.fig {
  text-align: center
}

.attenrion {
  border: 4px double #4b6598;
  padding: 20px;
  margin-bottom: 10px
}