.filmpro-theatres-now__header::before {
  background: transparent url(../img/sidebar-block-headers-sprite.png) no-repeat scroll 0 -438px;
  position: absolute;
  display: block;
  content: '';
  left: 12px;
  top: 50%;
  width: 24px;
  height: 28px;
  margin-top: -14px;
}

.ulik {
  padding-bottom: 0 !important;
  margin-bottom: 20px;
  margin-top: 5px;
}

.ulik ul {
  margin-left: 0 !important;
  padding-left: 0 !important;
}

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0 none;
  font-family: inherit;
  font-style: inherit;
  font-weight: inherit;
  line-height: inherit;
  font-size-adjust: inherit;
  font-stretch: inherit;
  font-feature-settings: inherit;
  font-language-override: inherit;
  font-kerning: inherit;
  font-synthesis: inherit;
  font-variant: inherit;
  font-size: 100%;
  vertical-align: baseline;
}

html {
  line-height: 1;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption,
th,
td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}

q::before,
q::after,
blockquote::before,
blockquote::after {
  content: none;
}

a img {
  border: medium none;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}

.search-ext__query-wrapper,
.search-ext__query,
.search-ext__date-select,
.search-ext__date-select__list,
.search-ext__date,
.search-ext__date input,
.title,
.aside-menu__title,
.aside-menu__list-item,
.video-popular__title,
.video-nowwatch__title,
.title_broadcasts,
.air-radio .air-radio__player .air-radio__title,
.breadcrumbs,
.aside-menu,
.aside-menu__list-item.active,
.aside-menu__sublist,
.b-item-broadcasts__title,
.date-pagination .date-pagination__item > a,
.theme-header,
.theme-pagination__inner,
.b-line-item_video-recommend,
.broadcasts-list__day,
.broadcasts-list__day_today,
.search-ext,
.search-ext__date-select__list li,
.search-item,
.air-video__player {
  padding-left: 24px;
  padding-right: 24px;
}

.b-item .b-item__pic-wrapper_fake::before,
.b-item_list .b-item__pic-wrapper_fake::before,
.b-item_video-recommend-main .b-item__pic-wrapper_fake::before,
.b-item_video-nowwatch .b-item__pic-wrapper_fake::before,
.theme-pagination__loading::after {
  position: absolute;
  width: 18px;
  height: 18px;
  background: transparent url(../img/preloader.gif) repeat scroll 0% 0%;
  top: 50%;
  left: 50%;
  margin: -9px 0 0 -9px;
  z-index: 10;
}

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

a:hover {
  text-decoration: underline;
}

.load-page_loading::after {
  content: '';
  position: absolute;
  display: block;
  top: 10px;
  right: -28px;
  background: transparent url(../img/preloader.gif) no-repeat scroll 0% 0%;
  width: 18px;
  height: 18px;
}

body {
  font-family: 'Open Sans', sans-serif;
  /* background: transparent url(../img/xbg-bbd.arb.png.pagespeed.ic.u9efq0yp2E.jpg) repeat scroll 0% 0%; */
}

.fix-footer {
  position: relative;
  margin: 0;
  padding: 0;
  z-index: 9999;
}

.fix-footer-center {
  position: fixed;
  left: -50%;
  transform: translate(50%, 0%);
  width: 100%;
  bottom: 0;
  padding: 10px 0;
  background: #ffffff99;
}

.fix-footer-center a {
  width: 90%;
  font-size: 22px;
  height: 100%;
  vertical-align: middle;
  line-height: 25px;
  margin: 0 auto;
}

.fadein {
  animation: fadein 0.5s ease-in-out;
}

.fadeout {
  animation: myAdd 0.5s ease-in-out;
}

@keyframes fadein {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

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

  100% {
    opacity: 0;
  }
}

.content::after {
  content: ' ';
  visibility: hidden;
  display: block;
  height: 0;
  clear: both;
}

.page-wrap {
  padding: 0 64px;
  max-width: 1280px;
  min-width: 300px;
  margin: 0 auto;
  position: relative;
  cursor: auto;
}

.main-content {
  /* background: transparent url(../img/xbg-bbd.arb.png.pagespeed.ic.u9efq0yp2E.jpg) repeat scroll 0% 0%; */
  z-index: 11;
  position: relative;
}

.main-content::after {
  content: ' ';
  visibility: hidden;
  display: block;
  height: 0;
  clear: both;
}

.content {
  min-height: 700px;
  border-left: 1px solid #ccc;
  border-right: 1px solid #ccc;
  margin: 0 auto;
  background: #fff none repeat scroll 0% 0%;
}

.content__inner {
  float: left;
}

.content__inner_wide,
.content__inner_search {
  background-color: #fff;
  border-bottom: 1px solid #ccc;
}

.news-wrapper::after,
.news-wrapper-2::after {
  content: ' ';
  visibility: hidden;
  display: block;
  height: 0;
  clear: both;
}

.footer1,
.content {
  clear: both;
}

.header {
  width: 100%;
  z-index: 12;
  position: relative;
}

.header__inner {
  height: 64px;
  background: #0095da;
  position: relative;
  z-index: 7;
}

.header__logo {
  width: 169px;
  height: 100%;
  position: relative;
  float: left;
}

.header__logo a {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  /* background: #0095da url(../img/logo.svg) no-repeat scroll center center / 80% auto; */
  text-indent: -9000px;
}

.nav {
  height: 64px;
  max-width: 920px;
  overflow: hidden;
  position: relative;
}

.nav__inner {
  width: 9000px;
}

.nav li {
  display: block;
  float: left;
  height: 64px;
  margin-right: 1px;
  position: relative;
}

.nav li a {
  display: block;
  height: 100%;
  font: 16px/64px 'Open Sans', sans-serif;
  color: #fff;
  padding: 0 24px;
  text-decoration: none;
  transition: background 0.3s ease 0s;
}

.nav li a:hover {
  background: #00a5f2 none repeat scroll 0% 0%;
}

.nav li {
  perspective: 1000px;
}

.nav li a {
  position: relative;
  transition: transform 0.3s ease 0s;
  transform-origin: 50% 0 0;
  transform-style: preserve-3d;
}

.nav li:first-child::after,
.nav__item_first::after {
  display: block;
  content: ' ';
  position: absolute;
  z-index: 200;
  bottom: 0;
  left: 0;
  width: 40px;
  height: 26px;
}

.nav li a::before {
  display: block;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  height: 100%;
  text-align: center;
  background: #0095da none repeat scroll 0% 0%;
  content: attr(data-hover);
  transition: background 0.3s ease 0s;
  transform: rotateX(-90deg);
  transform-origin: 50% 0 0;
}

.nav li:hover a,
.nav li:focus a {
  transform: rotateX(90deg) translateY(-22px);
}

.nav li:hover a::before,
.nav li:focus a::before {
  background: #2483c5 none repeat scroll 0% 0%;
}

.nav_mobile {
  display: none;
}

.header__menu-link {
  display: none;
}

.header__air {
  float: right;
  border-left: 1px dashed #d5c499;
  padding: 10px 15px 0;
  height: 54px;
}

.header__air-logo {
  display: block;
  width: 65px;
  background: transparent;
}

.header__air-title {
  display: block;
  font: 11px/11px Tahoma, sans-serif;
  color: #85cced;
  padding-top: 5px;
  text-decoration: none;
}

.search {
  padding: 18px 24px 0;
  float: right;
  /* background: transparent url(../img/xicons-4ff.arb.png.pagespeed.ic.E94FSuY1Eb.png) no-repeat scroll 24px -193px; */
  width: 20px;
  height: 30px;
  cursor: pointer;
}

.search .search__form {
  display: none;
}

.search__form {
  display: block;
  position: absolute;
  width: 30px;
  top: 18px;
  right: 20px;
  background: #0069a0 none repeat scroll 0% 0%;
  border-radius: 18px;
  overflow: hidden;
  height: 30px;
}

.search__form input {
  float: left;
  height: 30px;
}

.search__form .search__text {
  border: medium none;
  outline: medium none;
  background: transparent none repeat scroll 0% 0%;
  width: 0;
  color: #fff;
  padding: 0 3px;
  font: 12px/17px 'Open Sans', sans-serif;
  display: block;
}

.search__form .search__submit {
  display: block;
  background: transparent url(../img/xicons-4ff.arb.png.pagespeed.ic.E94FSuY1Eb.png) no-repeat scroll 0 -211px;
  width: 24px;
  border: medium none;
  cursor: pointer;
  float: right;
}

.header__live::after {
  display: block;
  content: '';
  position: absolute;
  width: 100%;
  height: 1px;
  top: -1px;
  left: 0;
  box-shadow: 0 -2px 9px #000;
}

.header__live__item::after {
  content: '';
  position: absolute;
  right: 0;
  top: 0;
  height: 48px;
  width: 50px;
  background: #2483c5 none repeat scroll 0% 0%;
  box-shadow: -23px 0 13px #2483c5;
}

.header__live__item:not(:nth-child(1)) {
  border-top: 1px solid #0965a0;
}

.header__live.urgently .header__live__item::after {
  background: #e7b928 none repeat scroll 0% 0%;
  box-shadow: -23px 0 13px #e7b928;
}

.live-opened .header__live__item::after {
  display: none;
  position: relative;
}

.footer1 {
  background: #1a1a1a none repeat scroll 0% 0%;
  overflow: hidden;
  position: relative;
  z-index: 7;
}

.footer1-wrapper_top {
  border-top: 9px solid #2483c5;
}

.footer1__inner {
  padding: 0 64px;
  max-width: 1280px;
  min-width: 300px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.nav_footer li {
  float: left;
  height: 64px;
  list-style: none;
}

.nav_footer li a {
  display: block;
  height: 100%;
  font: 16px/64px 'Open Sans', sans-serif;
  color: #fff;
  padding: 0 24px;
  text-decoration: none;
}

.soc-buttons {
  display: block;
}

.soc-buttons a {
  display: block;
  float: left;
  margin-left: 16px;
  width: 32px;
  height: 32px;
  background-image: url(../img/xsoc-icons-916.arb.png.pagespeed.ic.Q0Mu7HXgEy.jpg);
  transition: background 0.2s ease-out 0s;
}

.soc-buttons_vk {
  background-position: 0 0;
}

.soc-buttons_vk:hover {
  background-position: 0 -32px;
}

.soc-buttons_fb {
  background-position: -32px 0;
}

.soc-buttons_fb:hover {
  background-position: -32px -32px;
}

.soc-buttons_twt {
  background-position: -64px 0;
}

.soc-buttons_twt:hover {
  background-position: -64px -32px;
}

.soc-buttons_gplus {
  background-position: -96px 0;
}

.soc-buttons_gplus:hover {
  background-position: -96px -32px;
}

.soc-buttons_rss {
  background-position: -128px 0;
}

.soc-buttons_rss:hover {
  background-position: -128px -32px;
}

.soc-buttons_insta {
  background-position: -160px 0;
}

.soc-buttons_insta:hover {
  background-position: -160px -32px;
}

.soc-buttons_youtube {
  background-position: -192px 0;
}

.soc-buttons_youtube:hover {
  background-position: -192px -32px;
}

.soc-buttons_ok {
  background-position: -224px 0;
}

.soc-buttons_ok:hover {
  background-position: -224px -32px;
}

.soc-buttons_telegram {
  background-position: -256px 0;
}

.soc-buttons_telegram:hover {
  background-position: -256px -32px;
}

.footer1__copyright {
  font: 12px/17px 'Open Sans', sans-serif;
  color: #999;
  padding: 36px 0 0;
  width: 75%;
}

.footer1__copyright p {
  padding-bottom: 24px;
}

.footer1__copyright p + p {
  padding-left: 54px;
  padding-top: 2px;
}

.b-item .b-item__pic-wrapper_video-link::after,
.b-item_list .b-item__pic-wrapper_video-link::after,
.b-item_video-recommend-main .b-item__pic-wrapper_video-link::after,
.b-item_video-nowwatch .b-item__pic-wrapper_video-link::after {
  display: block;
  content: 'Смотреть видео';
  overflow: hidden;
  position: absolute;
  width: 0;
  padding: 0 40px 0 8px;
  height: 48px;
  left: 0;
  top: 50%;
  margin-top: -24px;
  background: #0095da url(../img/xicons-4ff.arb.png.pagespeed.ic.E94FSuY1Eb.png) no-repeat scroll 10px 12px;
  font: 12px/48px 'Open Sans', sans-serif;
  color: #fff;
  text-indent: -122px;
  text-align: center;
  text-decoration: none;
  transition: all 0.2s ease-out 0s;
}

.b-item .b-item__pic-wrapper_video-link:hover::after,
.b-item_list .b-item__pic-wrapper_video-link:hover::after,
.b-item_video-recommend-main .b-item__pic-wrapper_video-link:hover::after,
.b-item_video-nowwatch .b-item__pic-wrapper_video-link:hover::after {
  width: 122px;
  background-position: 132px 12px;
  text-indent: 0;
}

.b-item .b-item__pic-wrapper_fake::before,
.b-item_list .b-item__pic-wrapper_fake::before,
.b-item_video-recommend-main .b-item__pic-wrapper_fake::before,
.b-item_video-nowwatch .b-item__pic-wrapper_fake::before {
  content: '';
}

.b-item_section::after {
  content: ' ';
  visibility: hidden;
  display: block;
  height: 0;
  clear: both;
}

.section__item::before {
  content: '';
  position: absolute;
  top: 6px;
  left: 0;
  width: 6px;
  height: 6px;
  border-radius: 3px;
  background: #000 none repeat scroll 0% 0%;
}

.breadcrumbs {
  height: 22px;
  padding-top: 5px;
  padding-bottom: 5px;
  font: 14px/22px 'Open Sans';
  border-bottom: 1px dashed #d6c7a0;
}

.breadcrumbs h2 a {
  color: #255d89;
  display: block;
  float: left;
  padding-right: 16px;
  border-left: 1px solid #ccc;
  padding-left: 16px;
}

.breadcrumbs h2 a:first-child {
  border-left: medium none;
  padding-left: 0;
}

.breadcrumbs .breadcrumbs__all-link::after {
  content: '';
  display: block;
  position: absolute;
  right: 0;
  top: -2px;
  width: 25px;
  height: 25px;
  background: transparent url(../img/xicons-4ff.arb.png.pagespeed.ic.E94FSuY1Eb.png) no-repeat scroll -1px -453px;
}

.article,
.article_broadcast {
  width: 100%;
  padding: 24px 20px 24px 70px;

  box-sizing: border-box;
}

.article__date {
  font: 14px/18px 'ArimoRegular', sans-serif;
  color: #555;
}

.article__date .article__time {
  padding-left: 12px;
  padding-right: 12px;
}

.article__date .article__author {
  padding: 0 12px;
  border-left: 1px solid #ccc;
}

.article__title {
  font: 22px 'Open Sans', sans-serif;
  line-height: 28px;
  font-weight: 800;
  margin-bottom: 15px;
  text-transform: uppercase;
}

.article__video-link::after {
  content: 'Смотреть видео';
  position: absolute;
  width: 96px;
  height: 96px;
  background: #0095da url(../img/xicons-4ff.arb.png.pagespeed.ic.E94FSuY1Eb.png) no-repeat scroll 23px -27px;
  top: 50%;
  margin-top: -48px;
  left: 0;
  overflow: hidden;
  font: 20px/96px 'Open Sans', sans-serif;
  color: #fff;
  text-indent: -250px;
  text-decoration: none;
  transition: all 0.2s ease-out 0s;
}

.article__video-link:hover::after {
  width: 260px;
  padding: 0 0 0 60px;
  background-position: 250px -27px;
  text-indent: 0;
}

h4 {
  font-size: 22px;
  font-weight: 800;
  margin-bottom: 20px;
  margin-top: 30px;
}

.article__text {
  font: 16px 'Open Sans', sans-serif;
  color: #000;
  padding-left: 0;
  line-height: 23px;
}

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

.article__text p {
  padding: 10px 0;
  text-align: left;
}

.article__text a {
  text-decoration: underline;
  color: #0075db;
  font-weight: 600;
}

.article__text a:hover {
  text-decoration: none;
  color: red;
}

.article__text em,
.article__text i {
  font-style: italic;
}

.article__text b,
.article__text strong {
  font-weight: 600;
}

.article__text ul {
  padding-left: 15px;
  padding-bottom: 15px;
  margin-left: 10px;
}

.aside-menu__list-item_has-child::after {
  content: '';
  position: absolute;
  background: transparent url(../img/xicons-4ff.arb.png.pagespeed.ic.E94FSuY1Eb.png) no-repeat scroll 0 -537px;
  width: 11px;
  height: 18px;
  top: 18px;
  right: 0;
}

.aside-menu__sublist::after {
  content: '';
  position: absolute;
  width: 2px;
  height: 100%;
  top: 0;
  right: 0;
  background: #222 none repeat scroll 0% 0%;
  box-shadow: -4px 0 20px 24px #222;
}

.b-line-item::after,
.b-line-item_video-recommend::after,
.b-line-item_broadcast::after {
  content: ' ';
  visibility: hidden;
  display: block;
  height: 0;
  clear: both;
}

.share .ya-share2__container .ya-share2__link:hover .ya-share2__counter::before {
  background: transparent url(../img/icons_share_before.png) no-repeat scroll 0 0;
}

.share .ya-share2__container .ya-share2__item_service_twitter .ya-share2__icon::before {
  position: absolute;
  left: 24px;
  top: 3px;
  margin-left: 10px;
  height: 23px;
  line-height: 23px;
  color: #000;
  text-align: center;
  width: 50px;
  text-indent: -9999px !important;
  background: transparent url(../img/share_bg.png) no-repeat scroll 50% 50%;
  display: block;
  content: '';
  border-width: 1px 1px 1px medium;
  border-style: solid solid solid none;
  border-color: #ccc #ccc #ccc currentcolor;
  -moz-border-top-colors: none;
  -moz-border-right-colors: none;
  -moz-border-bottom-colors: none;
  -moz-border-left-colors: none;
  border-image: none;
}

.share .ya-share2__container .ya-share2__item_service_twitter .ya-share2__icon::after {
  content: '';
  position: absolute;
  top: 3px;
  left: 28px;
  width: 6px;
  height: 25px;
  background: transparent url(../img/xicons-4ff.arb.png.pagespeed.ic.E94FSuY1Eb.png) no-repeat scroll 0 -643px;
}

.share .ya-share2__container .ya-share2__item_service_twitter:hover .ya-share2__icon::before {
  border-color: #000;
}

.share .ya-share2__container .ya-share2__item_service_twitter:hover .ya-share2__icon::after {
  background: transparent url(../img/icons_share_before.png) no-repeat scroll 0 0;
}

.share .ya-share2__container .whatsapp-link::before {
  position: absolute;
  left: 24px;
  top: 0;
  margin-left: 10px;
  height: 23px;
  line-height: 23px;
  color: #000;
  text-align: center;
  width: 50px;
  text-indent: -9999px !important;
  background: transparent url(../img/share_bg.png) no-repeat scroll 50% 50%;
  display: block;
  content: '';
  border-width: 1px 1px 1px medium;
  border-style: solid solid solid none;
  border-color: #ccc #ccc #ccc currentcolor;
  -moz-border-top-colors: none;
  -moz-border-right-colors: none;
  -moz-border-bottom-colors: none;
  -moz-border-left-colors: none;
  border-image: none;
}

.share .ya-share2__container .whatsapp-link::after {
  content: '';
  position: absolute;
  top: 0;
  left: 28px;
  width: 6px;
  height: 25px;
  background: transparent url(../img/xicons-4ff.arb.png.pagespeed.ic.E94FSuY1Eb.png) no-repeat scroll 0 -643px;
}

.share .ya-share2__container .ya-share2__counter::before {
  content: '';
  position: absolute;
  top: -1px;
  left: -6px;
  width: 6px;
  height: 25px;
  background: transparent url(../img/xicons-4ff.arb.png.pagespeed.ic.E94FSuY1Eb.png) no-repeat scroll 0 -643px;
  margin: 0;
}

.overlay__close::after {
  content: '';
  display: block;
  width: 26px;
  height: 26px;
  border-radius: 50%;
  border: 2px solid #fff;
  position: absolute;
  top: 0;
  left: 0;
  transition: all 0.6s ease 0s;
  transform: scale(0.85);
}

.overlay__close:hover::after {
  transform: scale(1);
}

.photo-carousel__item a::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(255, 255, 255, 0.5) none repeat scroll 0% 0%;
}

.photo-carousel__item_current a::before {
  display: none;
}

.photo-carousel__item_video a::after {
  content: '';
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -13px 0 0 -13px;
  height: 26px;
  width: 26px;
  background: transparent url(../img/xicons-4ff.arb.png.pagespeed.ic.E94FSuY1Eb.png) no-repeat scroll 0% 0%;
}

.media__main .media__main-item_video::after {
  display: block;
  content: 'Смотреть видео';
  position: absolute;
  top: 50%;
  left: 50%;
  width: 186px;
  height: 46px;
  margin: -93px 0 0 -93px;
  padding-top: 140px;
  text-align: center;
  font: 12px/17px 'Open Sans', sans-serif;
  color: #fff;
  background: transparent url(../img/xicons-4ff.arb.png.pagespeed.ic.E94FSuY1Eb.png) no-repeat scroll 0 -1510px;
  z-index: 99;
}

.media__main .owl-prev::after {
  content: '';
  display: block;
  position: absolute;
  top: 22px;
  left: 26px;
  width: 10px;
  height: 18px;
  background: transparent url(../img/xicons-4ff.arb.png.pagespeed.ic.E94FSuY1Eb.png) no-repeat scroll -11px -937px;
}

.media__main .owl-prev::before {
  content: '';
  display: block;
  position: absolute;
  top: -2px;
  left: -2px;
  width: 62px;
  height: 62px;
  border: 2px solid #fff;
  opacity: 0;
  border-radius: 50%;
  transition: all 0.6s ease 0s;
}

.media__main .owl-prev:hover::before {
  opacity: 1;
}

.media__main .owl-next::after {
  content: '';
  display: block;
  position: absolute;
  width: 10px;
  height: 18px;
  top: 22px;
  left: 26px;
  background: transparent url(../img/xicons-4ff.arb.png.pagespeed.ic.E94FSuY1Eb.png) no-repeat scroll 0 -937px;
}

.media__main .owl-next::before {
  content: '';
  display: block;
  position: absolute;
  top: -2px;
  left: -2px;
  width: 62px;
  height: 62px;
  border: 2px solid #fff;
  opacity: 0;
  border-radius: 50%;
  transition: all 0.6s ease 0s;
}

.media__main .owl-next:hover::before {
  opacity: 1;
}

.media__carousel .media__carousel__item::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.6) none repeat scroll 0% 0%;
}

.media__carousel .media__carousel__item.current::before {
  display: none;
}

.media__carousel .media__carousel__item.media__carousel__item_video::after {
  content: '';
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -13px 0 0 -13px;
  height: 26px;
  width: 26px;
  background: transparent url(../img/xicons-4ff.arb.png.pagespeed.ic.E94FSuY1Eb.png) no-repeat scroll 0% 0%;
}

.theme-media .media__carousel .owl-prev::after {
  content: '';
  display: block;
  position: absolute;
  top: 12px;
  left: 15px;
  width: 10px;
  height: 18px;
  background: transparent url(../img/xicons-4ff.arb.png.pagespeed.ic.E94FSuY1Eb.png) no-repeat scroll -11px -937px;
}

.theme-media .media__carousel .owl-next::after {
  content: '';
  display: block;
  position: absolute;
  width: 10px;
  height: 18px;
  top: 12px;
  left: 17px;
  background: transparent url(../img/xicons-4ff.arb.png.pagespeed.ic.E94FSuY1Eb.png) no-repeat scroll 0 -937px;
}

.owl-carousel .owl-wrapper::after {
  content: '.';
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}

.broadсast-item.broadcast-item_current::before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 3px;
  background: transparent url(../img/xicons-4ff.arb.png.pagespeed.ic.E94FSuY1Eb.png) repeat scroll 0 -1779px;
  width: 24px;
  height: 25px;
}

.promo__news::after {
  content: ' ';
  visibility: hidden;
  display: block;
  height: 0;
  clear: both;
}

.promo__news::after {
  content: ' ';
  visibility: hidden;
  display: block;
  height: 0;
  clear: both;
}

.b-item_promo:nth-child(2) .b-item__inner {
  border: medium none;
}

.themes::after {
  position: absolute;
  display: block;
  content: '';
  bottom: 0;
  left: 0;
  width: 100%;
  height: 20px;
  background: #222 none repeat scroll 0% 0%;
  box-shadow: 0 -4px 20px 24px #222;
}

.themes.themes_opened::after {
  display: none;
  transition: all 0.3s ease 0s;
}

.date-pagination::after {
  content: ' ';
  visibility: hidden;
  display: block;
  height: 0;
  clear: both;
}

.theme-pagination__loading::after {
  content: '';
}

.b-line-item_broadcast_current::before {
  content: '';
  display: block;
  position: absolute;
  top: 60px;
  left: 12px;
  background: transparent url(../img/xicons-4ff.arb.png.pagespeed.ic.E94FSuY1Eb.png) repeat scroll 0 -1779px;
  width: 24px;
  height: 25px;
}

.search-ext__checkbox::after {
  display: block;
  content: '';
  position: absolute;
  left: 0;
  top: 8px;
  width: 24px;
  height: 24px;
  background-color: #fff;
  border: 1px solid #ccc;
  border-radius: 3px;
}

.search-ext__checkbox_checked::after {
  background: #fff url(../img/xicons-4ff.arb.png.pagespeed.ic.E94FSuY1Eb.png) no-repeat scroll 2px -883px;
}

.search-ext__date-select::after {
  display: block;
  content: '';
  position: absolute;
  right: 0;
  top: 0;
  width: 31px;
  height: 35px;
  border-left: 1px solid #ccc;
  background: transparent url(../img/xicons-4ff.arb.png.pagespeed.ic.E94FSuY1Eb.png) no-repeat scroll 7px -832px;
}

.search-ext__date::after {
  display: block;
  content: '';
  position: absolute;
  right: 0;
  top: 0;
  width: 31px;
  height: 35px;
  border-left: 1px solid #ccc;
  background: transparent url(../img/xicons-4ff.arb.png.pagespeed.ic.E94FSuY1Eb.png) no-repeat scroll 6px -790px;
  cursor: pointer;
}

.search-ext__submit-wrapper::after {
  content: ' ';
  visibility: hidden;
  display: block;
  height: 0;
  clear: both;
}

.search-item__content a.icon_play::after {
  content: '';
  width: 25px;
  height: 25px;
  border: 2px solid #0095da;
  border-radius: 50%;
  transition: all 0.6s ease 0s;
  transform: scale(0.85);
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}

.search-item__content a.icon_play:hover::after {
  transform: scale(1);
}

.head {
  font-size: 20px;
  font-weight: 700;
  padding: 0 0 10px !important;
}

.of-site {
  font: bold 30px/100% 'Open Sans', sans-serif;
}

img {
  max-width: 100%;
}

a:hover {
  text-decoration: none;
}

.submit {
  margin-top: 10px;
  cursor: pointer;
  height: 50px;
  line-height: 50px;
  width: 400px;
  text-transform: uppercase;
  font-weight: bold;
  border: 0 none;
  background-color: #b22222;
  color: #fff;
  font-size: 26px;
  border-radius: 3px;
}

table {
  max-width: 800px;
  margin: 0 auto;
  box-shadow: 2px 3px 8px 0 rgba(105, 105, 105, 0.39);
}

th,
td {
  border-color: #bdbdbd;
}

.tg {
  border-collapse: collapse;
  border-spacing: 0;
}

.tg td {
  font-family: 'Open Sans', sans-serif;
  font-size: 14px;
  border-style: solid;
  border-width: 1px;
  overflow: hidden;
  vertical-align: text-top;
  padding: 4px 3px;
  line-height: 20px;
}

.tg td ul {
  list-style: disc;
  padding-left: 0;
  margin-left: 20px;
}

.tg th {
  font-family: 'Open Sans', sans-serif;
  font-size: 14px;
  font-weight: normal;
  padding: 10px 5px;
  border-style: solid;
  border-width: 1px;
  overflow: hidden;
}

.tbg1 {
  background: #b4edff none repeat scroll 0% 0%;
}

.tbg2 {
  background: #f1f1f1;
}

.comment-block {
  background: #fff none repeat scroll 0% 0%;
}

.comment-user {
  border-bottom: 1px solid #f1f2f6;
  margin-bottom: 10px;
}

.comment-block .user-name {
  font-weight: bold;
  padding: 0 0 10px;
}

.comment-block img {
  width: 60px;
  float: left;
  margin: 0 20px 0 0;
}

.comment-user:last-child {
  border-bottom: medium none;
}

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

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

.sidebar {
  float: right;
  width: 320px;
  margin-right: 1.2%;
  margin-top: 7px;
}

.sidebar p {
  text-align: left;
  padding: 10px 0 10px 20px;
  font-style: italic;
  font-size: 14px;
  line-height: 140%;
}

.sidebar a {
  color: #00f;
  text-decoration: underline;
}

.sidebar a:hover {
  color: red;
  text-decoration: none;
}

.sidebar .doc {
  border-width: medium 0 medium medium;
  border-style: none;
  border-color: currentcolor;
  -moz-border-top-colors: none;
  -moz-border-right-colors: none;
  -moz-border-bottom-colors: none;
  -moz-border-left-colors: none;
  border-image: none;
  border-radius: 3px;
  padding: 20px;
  box-sizing: border-box;
  background: #eee none repeat scroll 0% 0%;
  text-align: center;
  font-family: 'Open Sans', sans-serif;
}

.sidebar .formblock {
  background: #eee none repeat scroll 0% 0%;
  margin-top: 30px;
  padding: 20px;
  border: medium none;
  border-radius: 4px;
  box-sizing: border-box;
  text-align: center;
  font-family: 'Open Sans', sans-serif;
}

@media screen and (max-width: 1259px) {
  .sidebar {
    display: none !important;
  }

  .article,
  .article_broadcast {
    padding: 10px;
    width: 100%;
  }
  .footer1__inner {
    flex-direction: column;
    justify-content: center;
  }
}

@media screen and (max-width: 671px) {
  .page-wrap {
    padding: 0 4px;
    max-width: 1280px;
    min-width: 196px;
  }
}

@media screen and (max-width: 467px) {
  .breadcrumbs h2 a {
    font-size: 12px;
  }
  .nav_footer {
    display: none;
  }
  .footer1 {
    padding: 0 0 20px;
  }
  .footer1-wrapper_top {
    padding-top: 20px;
  }
}

@media screen and (max-width: 427px) {
  .breadcrumbs h2 a {
    font-size: 11px;
  }
}

@media screen and (max-width: 392px) {
  .search,
  .nav {
    display: none;
  }
}

.mybutton2 {
  font-family: 'Open Sans';
  cursor: pointer;
  display: block;
  background: #01af26 none repeat scroll 0% 0%;
  padding: 6px;
  font-weight: 700;
  color: #fff !important;
  text-decoration: none !important;
  text-transform: none;
  text-align: center;
  border: 1px solid #198811;
}

.mybutton2:hover {
  background: #10b516 none repeat scroll 0% 0%;
  text-decoration: none;
  color: #fff;
}

.mybutton2:focus {
  color: #fff;
  text-decoration: none;
  border: medium none !important;
}

.ppofsite {
  font-family: 'Open Sans', Helvetica, sans-serif;
  text-align: center !important;
  font-size: 20px;
  margin-bottom: 10px;
  padding: 0;
  color: #111;
  margin-top: 10px;
}

#product-block {
  background: transparent url('../img/tov.png') no-repeat scroll center center / contain;
  height: 338px;
  width: 100% !important;
  display: block;
  margin: 0 0 0 -10% !important;
  text-align: center;
}

#product-block .plashka2-t {
  color: #fff915;
  font-size: 20px;
  line-height: 25px;
}

#product-block .plashka2 b {
  text-shadow: 1px 1px 2px #373838;
}

#product-block .plashka2 {
  position: absolute;
  background: transparent url('../img/sale-bg-2-fa1.arb.png') no-repeat scroll center center / 190px 262px;
  width: 190px !important;
  height: 138px;
  padding: 144px 30px 0 0;
  line-height: 22px;
  text-align: center;
  font-size: 17px;
  color: #fff;
  margin: 48px 0 0 -10px !important;
  font-family: 'Open Sans', sans-serif;
  box-sizing: content-box;
  z-index: 5;
}

@media screen and (max-width: 767px) {
  #product-block {
    width: 100% !important;
    height: 224px !important;
    margin: 0 0 0 -10% !important;
  }

  #product-block .plashka2 {
    background-size: 135px 188px;
    width: 110px !important;
    height: 98px;
    padding: 95px 25px 0 0;
    line-height: 16px;
    font-size: 13px;
    margin: 15px 0 0 !important;
  }

  #product-block .plashka2-t {
    font-size: 15px;
  }
}

@media screen and (max-width: 200px) {
  #product-block .plashka2 {
    display: none;
  }
}

.mycity {
  color: #737373;
  font-size: 90%;
  font-weight: 500;
}

@media screen and (max-width: 678px) {
  .soc-buttons {
    margin: 0 auto;
    text-align: center;
  }

  .soc-buttons a {
    margin-top: 5px;
  }

  .footer1__copyright {
    width: 100%;
    text-align: center;
  }

  .footer1__copyright p {
    display: inline-block;
    margin: 0 auto;
    text-align: center;
    padding-top: 10px !important;
  }

  .footer1__copyright p + p {
    padding: 0;
    width: auto !important;
  }

  .footer1__inner {
    padding: 0 28px;
  }
}

div.im-colormask > input::-moz-selection {
  background: transparent none repeat scroll 0% 0%;
}

div.im-colormask > input::-moz-selection {
  background: transparent none repeat scroll 0% 0%;
}

div.ps-popup-default .ps-form::before,
div.ps-popup-default .ps-form::after {
  content: '';
  display: table;
}

div.ps-popup-default .ps-form::after {
  clear: both;
}

div.ps-popup-default .ps-top::before,
div.ps-popup-default .ps-top::after,
div.ps-popup-default .ps-middle::before,
div.ps-popup-default .ps-middle::after,
div.ps-popup-default .ps-bottom::before,
div.ps-popup-default .ps-bottom::after {
  content: '';
  display: table;
}

div.ps-popup-default .ps-top::after,
div.ps-popup-default .ps-middle::after,
div.ps-popup-default .ps-bottom::after {
  clear: both;
}

div.ps-popup-default .ps-features-list li::before,
div.ps-popup-default .ps-features-list li::after {
  content: '';
  display: table;
}

div.ps-popup-default .ps-features-list li::after {
  clear: both;
}

div.ps-popup-default .ps-features-list strong::before {
  position: absolute;
  left: 0;
  top: 16px;
  content: '';
}

div.ps-popup-default .ps-left::before {
  background-image: url(../img/sprite.png);
  background-position: -21px 0;
  width: 16px;
  height: 17px;
}

div.ps-popup-default .ps-now::before {
  left: -5px;
  top: 14px;
  background-image: url(../img/sprite.png);
  background-position: 0 0;
  width: 21px;
  height: 17px;
}

#ps-call-mobile-form a.ps-close::after,
#ps-sale-mobile-form a.ps-close::after {
  content: '';
  position: absolute;
  background: transparent url(../img/xclose.png.pagespeed.ic.VEUWZzsC4Y.webp) no-repeat scroll center center;
  top: 12px;
  margin-left: -8px;
  left: 50%;
  width: 15px;
  height: 12px;
}

#ps-sale-mobile-form .clearance::after {
  content: '';
  position: absolute;
  top: -18px;
  left: 0;
  width: 100%;
  border-top: 1px solid #c0cdd4;
}

.pl_next_order_page {
  display: none;
}

.ppofsite {
  font-family: 'Open Sans', Helvetica, sans-serif;
  text-align: center !important;
  font-size: 20px;
  margin-bottom: 10px;
  padding: 0;
  color: #111;
  margin-top: 10px;
}

#ouibounce-modal {
  font-family: 'Open Sans', sans-serif;
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 9999;
}

#ouibounce-modal .underlay {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.9);
  cursor: pointer;
  animation: 0.5s ease 0s normal none 1 running fadein;
}

.over-window {
  font-family: 'Open Sans', serif;
  width: 650px;
  z-index: 9999;
  padding: 10px 0 0;
  cursor: default;
  background: #fff none repeat scroll 0% 0%;
  position: fixed;
  top: 5%;
  left: 50%;
  margin: 0 0 0 -391px;
  border: 3px solid #3e3e3e;
}

.ex-logo {
  color: #111;
  font-family: 'Open Sans', Helvetica, sans-serif;
  font-size: 28px;
  line-height: 38px;
  margin: 15px auto 10px;
  padding: 0 15px;
  text-align: center;
  font-weight: bold !important;
}

.footer1-button {
  color: #ae1210;
  font-size: 46px;
  line-height: 56px;
  margin: 5px auto 0;
  padding: 0 15px;
  text-align: center;
}

.footer1-button a {
  font-family: 'Open Sans';
  cursor: pointer;
  border-width: medium medium 2px;
  border-style: none none solid;
  border-color: currentcolor currentcolor #c0392b;
  -moz-border-top-colors: none;
  -moz-border-right-colors: none;
  -moz-border-bottom-colors: none;
  -moz-border-left-colors: none;
  border-image: none;
  display: block;
  margin: 5px auto 10px;
  color: #fff;
  font-size: 30px;
  text-decoration: none;
  text-align: center;
  height: 51px;
  line-height: 51px;
  background: #e74c3c none repeat scroll 0% 0%;
  font-weight: normal;
  border-radius: 9px;
  width: 380px;
}

.footer1-button a:hover {
  background: #e75c4e none repeat scroll 0% 0%;
}

.footer1-button a:hover {
  color: #fff;
}

.ppubtxt {
  font-family: 'Open Sans', Helvetica, sans-serif;
  text-align: center !important;
  font-size: 18px;
  margin-bottom: 10px;
  width: 650px;
  padding: 0;
  color: #111;
  margin-top: 0;
}

.exit-slogan {
  color: #222;
  font-family: 'Open Sans', Helvetica, sans-serif;
  font-size: 22px;
  line-height: 32px;
  margin: 10px auto 5px;
  padding: 0 15px;
  text-align: center;
  font-weight: normal;
  width: 550px;
}

.exitprod-img {
  width: 230px;
  margin: 15px 15px 0;
  float: left;
  text-align: center;
}

.exit-form {
  width: 370px;
  float: left;
}

.exit-form-text {
  margin: 10px 0 20px;
}

.exit-form-text .subhead {
  font-size: 20px;
  font-weight: 700;
  line-height: 29px;
  color: #782b2b;
}

.exit-form-text .subhead ul {
  list-style: outside none none;
  font-family: 'Open Sans', Helvetica, sans-serif;
  font-size: 20px;
  line-height: 32px;
  font-weight: normal;
  padding-left: 10px;
}

.exit-form-text .subhead ul li {
  background: transparent url(../img/xbul.png.pagespeed.ic.F-SPBK_m-O.webp) no-repeat scroll 0 10px;
  margin-top: 10px;
  padding-left: 30px;
  padding-bottom: 10px;
  text-align: left;
}

.close-ex {
  height: 52px;
  width: 52px;
  cursor: pointer;
  position: absolute;
  top: 10px;
  right: -26px;
  background: transparent url(../img/close_001.png) no-repeat scroll 0% 0%;
}

.clr {
  clear: both;
}

.over-window-consult {
  font-family: 'Open Sans', serif;
  width: 650px;
  z-index: 9999;
  padding: 10px 0 0;
  cursor: default;
  background: #fff none repeat scroll 0% 0%;
  position: fixed;
  top: 5%;
  left: 50%;
  margin: 0 0 0 -391px;
  border: 3px solid #3e3e3e;
  display: none;
}

.un-overlay {
  position: absolute;
  top: 50%;
  left: 50%;
  height: 322px;
  padding: 20px 18px;
  margin-top: -181px;
  margin-bottom: 5px;
  background: #fff url(../img/back1.png.pagespeed.ce.C2AJGn9ws9.png) repeat scroll center center;
  font-family: 'Open Sans', Helvetica, sans-serif;
  border: 1px solid #b2b2b2;
  border-radius: 15px;
  box-shadow: 0 0 1px 1px #fff inset;
  width: 420px;
  margin-left: 96px;
}

.un-overlay.mod-auto {
  position: relative;
  top: 0;
  left: 0;
  height: auto;
  margin: 0 0 0 96px;
  border-radius: 5px;
  width: 420px;
}

.un-overlay .un-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
}

.un-overlay .un-wrapper .line {
  position: relative;
  padding: 0 20px 20px 115px;
}

.un-overlay .un-wrapper .line label {
  position: absolute;
  top: 6px;
  left: 0;
}

.un-overlay .un-wrapper .line input[type='text'],
.un-overlay .un-wrapper .line select {
  display: block;
  width: 100%;
  height: 31px;
  padding: 0 10px;
  border: 1px solid #b2b2b2;
  border-radius: 5px;
  box-shadow: 0 0 1px 1px #fff inset;
  font-size: 15px;
  font-family: 'Trebuchet MS';
  color: #353535;
  line-height: 2;
  background: #fff url(../img/input1.png) repeat-x scroll left top;
  margin-bottom: 0;
}

.submit {
  position: relative;
  padding: 0 0 8px;
  margin: 5px 0 0;
  top: 0;
  left: 0;
  border: 0 none;
  font-size: 22px !important;
  font-family: 'Open Sans', Helvetica, sans-serif;
  color: #353535;
  font-weight: bold;
  font-style: italic;
  line-height: 1.8;
  text-shadow: 0 1px 0 #fafafa;
  cursor: pointer;
  outline: 0 none;
  width: 90%;
  height: 50px;
}

.submit,
.submit:hover,
.submit::before,
.submit::after {
  background: transparent url(../img/submits1.png) repeat scroll left top;
}

.submit::before,
.submit::after {
  content: ' ';
  position: absolute;
  top: 0;
  width: 22px;
  height: 48px;
}

.submit::before {
  left: -22px;
}

.submit::after {
  right: -22px;
}

.submit.green::before {
  background-position: 0 0;
}

.submit.green {
  background-position: 0 -50px;
  color: #1a3a01;
  text-shadow: 0 1px 0 #beff67;
}

.submit.green::after {
  background-position: 0 -100px;
}

.submit.green:hover::before {
  background-position: 0 -300px;
}

.submit.green:hover {
  background-position: 0 -350px;
  color: #02463c;
  text-shadow: 0 1px 0 #6eff8e;
}

.submit.green:hover::after {
  background-position: 0 -400px;
}

.cunsultbadname,
.cunsultbadphone {
  background: #f99d9d none repeat scroll 0% 0%;
  border: 1px solid #fa6565;
  border-radius: 3px;
  font-size: 18px;
  padding: 5px !important;
  line-height: 24px;
  color: #000;
  display: none;
  text-align: center;
  width: 410px;
  margin-top: 0;
}

.cunsultbadname {
  margin-bottom: 10px;
}

.ppofsite {
  font-family: 'Open Sans', Helvetica, sans-serif;
  text-align: center !important;
  font-size: 20px;
  margin-bottom: 10px;
  padding: 0;
  color: #111;
  margin-top: 10px;
}

.oui {
  width: 781px;
  height: 460px;
  background: transparent linear-gradient(135deg, #3c72b5 0%, #7b9fcc 100%) repeat scroll 0% 0%;
  position: relative;
  border: 5px solid #ddd;
}

.kmacb-form2 .modal-block {
  left: 50%;
  margin-left: -396px;
  position: fixed;
  top: 6%;
  z-index: 8105;
  width: 792px;
  height: 470px;
  border-radius: 5px;
  border: 0 none;
  box-shadow: none;
  font-family: 'Open Sans', sans-serif;
  overflow: hidden;
  color: #222;
}

.ouimainp {
  font-size: 30px;
  font-family: 'Open Sans', Helvetica, sans-serif;
  font-weight: bold;
  padding-top: 30px;
  display: block;
  color: #fff;
  text-align: center;
}

.ouimain-text-img {
  display: block;
  width: 100%;
  padding: 0 5%;
  margin-top: 60px;
}

.ouimain-img {
  float: left;
  display: block;
  width: 30%;
  margin: -20px auto 0;
}

.ouimain-img img {
  display: block;
  width: 100%;
  margin: 0 auto;
}

.ouimain-text {
  display: block;
  width: 65%;
  float: right;
  margin-left: 5%;
  margin-top: -10px;
}

.ouimain-text p {
  font-family: 'Open Sans', Helvetica, sans-serif;
  line-height: 1.5;
  text-align: left;
  color: #fff;
  font-size: 22px;
  padding-bottom: 5px;
}

.ouimain-text-img::after {
  content: '';
  display: block;
  clear: both;
}

.close {
  margin-top: 10px;
  margin-right: 10px;
  position: absolute;
  top: 1px;
  right: 5px;
  font-size: 40px;
  cursor: pointer;
}

.submit1 {
  margin: 0;
  text-align: center;
  width: 100%;
  height: auto;
  background: transparent none repeat scroll 0 center;
  position: static;
  padding: 0;
  border: 0 none;
}

.submit1 {
  box-sizing: border-box;
}

.submit1 {
  float: none;
}

.submit1[type='submit'] {
  position: absolute;
  cursor: pointer;
  border: 1px solid #499bea;
  background: transparent linear-gradient(135deg, #de455c 0%, #de455c 13%, #c01f37 76%, #c01f37 100%) repeat scroll 0% 0%;
  color: #fff;
  padding: 0 10px;
  text-transform: uppercase;
  line-height: 60px;
  display: block;
  text-indent: 0;
  font-style: normal;
  font-family: 'Open Sans', Helvetica, sans-serif;
  width: 402px;
  height: 64px;
  opacity: 1;
  bottom: 20px;
  margin-left: 195px;
  text-align: center;
  font-size: 28px;
  font-weight: 900;
  border-radius: 10px;
  transition: all 0.6s ease 0s;
}

.submit1[type='submit']:hover {
  background: transparent linear-gradient(to bottom, #de455c 0%, #de455c 13%, #c01f37 76%, #c01f37 100%) repeat scroll 0% 0%;
}

.ftrsale {
  display: block;
  width: 100%;
  background: url(../img/xblck.png.pagespeed.ic.DuMomfDMft.webp);
  color: #fff;
  box-shadow: 11.4px -23.4px 8.5px 1.5px rgba(38, 38, 38, 0.17);
  -webkit-box-shadow: 11.4px -23.4px 8.5px 1.5px rgba(38, 38, 38, 0.17);
  -moz-box-shadow: 11.4px -23.4px 8.5px 1.5px rgba(38, 38, 38, 0.17);
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 9999;
}

.ftrsale .mainfoot {
  max-width: 960px;
  width: 100%;
  margin: 0 auto;
}

.mainfoot .lft {
  width: 60%;
  float: left;
}

.mainfoot .rght {
  width: 40%;
  float: right;
  margin: 10px 0;
  text-align: center;
}

.mainfoot p {
  text-align: center;
  margin: 10px;
  line-height: 25px;
  font-family: fantasy;
  font-size: 20px;
  letter-spacing: 1px;
}

.mainfoot p span {
  font-size: 25px;
  color: #f60;
}

.mainfoot .cls {
  height: 16px;
  width: 16px;
  cursor: pointer;
  position: absolute;
  top: 10px;
  right: 10px;
  background: url(../img/xclosew.png.pagespeed.ic.3HuFyfKhKE.webp) no-repeat;
}

.ftr-bttn {
  display: inline-block;
  outline: none;
  border: 2px solid #ffb452;
  box-shadow: 0 8px 16px 0 rgba(255, 255, 255, 0.5), 0 6px 20px 0 #f60;
  background-color: #d4d4d4;
  border-radius: 25px;
  color: #f60;
  text-align: center;
  text-decoration: none;
  font-size: 25px;
  font-family: fantasy;
  cursor: pointer;
  padding: 10px 25px;
}

.ftr-bttn:hover {
  background-color: #bddabe;
}

.ftr-bttn:active {
  background-color: #bddabe;
  box-shadow: 0 5px #666;
  transform: translateY(4px);
}

@media (max-width: 768px) {
  .mainfoot .lft {
    width: 100%;
    float: none;
  }

  .mainfoot .rght {
    width: 100%;
    float: none;
    text-align: center;
  }

  .mainfoot p {
    line-height: 22px;
    font-size: 18px;
  }
}

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

.msg {
  position: absolute;
  width: 600px;
  height: auto;
  padding-bottom: 30px;
  text-align: center;
  top: 150px;
  left: 50%;
  margin-left: -300px;
  background: #148fb9 none repeat scroll 0% 0%;
  border: 1px solid #eee;
}

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

.close {
  position: absolute;
  top: 1px;
  right: 5px;
  font-size: 40px;
  cursor: pointer;
}

.submit {
  margin-top: 10px;
  cursor: pointer;
  height: 50px;
  line-height: 50px;
  max-width: 400px;
  width: 90%;
  text-transform: uppercase;
  font-weight: bold;
  border: 0;
  background-color: #b22222;
  color: #fff;
  font-size: 26px;
  border-radius: 3px;
}

.over-window {
  width: 650px;
  z-index: 9999;
  padding: 10px 0 0;
  cursor: default;
  background: #fff none repeat scroll 0% 0%;
  position: fixed;
  top: 5%;
  left: 55%;
  margin: 0 0 0 -391px;
  border: 3px solid #3e3e3e;
}

.ex-logo {
  color: #111;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 28px;
  line-height: 38px;
  margin: 15px auto 10px;
  padding: 0 15px;
  text-align: center;
  font-weight: bold !important;
}

.footer1-button {
  color: #ae1210;
  font-size: 46px;
  line-height: 56px;
  margin: 5px auto 0;
  padding: 0 15px;
  text-align: center;
}

.footer1-button a {
  font-family: Arial;
  cursor: pointer;
  border: none;
  display: block;
  margin: 5px auto 10px;
  color: #fff;
  font-size: 30px;
  text-decoration: none;
  text-align: center;
  height: 51px;
  line-height: 51px;
  background: #e74c3c;
  font-weight: normal;
  border-bottom: 2px solid #c0392b;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 9px;
  width: 380px;
}

.footer1-button a:hover {
  background: #e75c4e;
}

.footer1-button a:hover {
  color: #fff;
}

.ppubtxt {
  font-family: Arial, Helvetica, sans-serif;
  text-align: center !important;
  font-size: 18px;
  margin-bottom: 10px;
  width: 650px;
  padding: 0;
  color: #111;
  margin-top: 0;
}

.exit-slogan {
  color: #222;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 22px;
  line-height: 32px;
  margin: 10px auto 5px;
  padding: 0 15px;
  text-align: center;
  font-weight: normal;
  width: 550px;
}

.exitprod-img {
  width: 230px;
  margin: 15px 15px 0 15px;
  float: left;
  text-align: center;
}

.exit-form {
  width: 370px;
  float: left;
}

.exit-form-text {
  margin: 10px 0 20px;
}

.exit-form-text .subhead {
  font-size: 20px;
  font-weight: 700;
  line-height: 29px;
  color: #782b2b;
}

.exit-form-text .subhead ul {
  list-style: outside none none;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 20px;
  line-height: 32px;
  font-weight: normal;
  padding-left: 10px;
}

.exit-form-text .subhead ul li {
  background: transparent url(../img/xbul.png.pagespeed.ic.F-SPBK_m-O.webp) no-repeat scroll 0 10px;
  margin-top: 10px;
  padding-left: 30px;
  padding-bottom: 10px;
  text-align: left;
}

.exit-row {
  width: 318px;
  margin: 0 15px 24px 0;
  position: relative;
}

.exit-row input {
  margin: 0;
  padding: 12px 6px 12px 40px;
  height: 47px;
  width: 270px;
  border: none;
  outline: none;
}

.exicon {
  height: 47px;
  width: 38px;
  top: 0;
  left: 0;
  position: absolute;
  background: url(../img/exitsprite.png) no-repeat;
}

.exicon.exicon-name {
  background-position: -1267px 12px;
}

.exicon.exicon-phone {
  background-position: -1267px -59px;
}

.overlay {
  cursor: pointer;
  position: fixed;
  width: 100%;
  height: 100%;
  background: url(../img/overlay-bg.png);
  top: 0;
  left: 0;
  z-index: 9999;
  overflow: hidden;
}

.close-ex {
  height: 52px;
  width: 52px;
  cursor: pointer;
  position: absolute;
  top: 10px;
  right: -26px;
  background: url(../img/xclose.png.pagespeed.ic.VEUWZzsC4Y.webp) no-repeat;
}

.send-exitform {
  display: block;
  cursor: pointer;
  height: 54px;
  width: 315px;
  margin: 27px 0 0;
  border: none;
  outline: none;
  background: url(../img/btn1.png) no-repeat;
  font-size: 28px;
  color: #fff;
  margin-left: -23px;
}

.send-exitform:hover {
  color: #000;
  margin-left: -23px;
}

.exattent {
  font-size: 14px;
  color: #fff;
  width: 340px;
  margin: 14px 0 0 -6px;
}

.exit-row input.error {
  border: none;
}

.clr {
  clear: both;
}

.btn-order {
  height: 40px;
  border: 1px solid red;
  box-shadow: inset -30px -30px 75px -10px red;
  outline: 1px solid;
  outline-color: red;
  outline-offset: 0;
  text-shadow: none;
  transition: all 1250ms cubic-bezier(0.19, 1, 0.22, 1);
  font-size: 22px;
}

.btn-order:hover {
  border: 1px solid;
  box-shadow: inset 0 0 60px red, 0 0 15px rgba(255, 0, 0, 0.8);
  outline-color: rgba(255, 0, 0, 0);
  outline-offset: 15px;
  text-shadow: 1px 1px 2px #427388;
}

.btn-order a {
  text-decoration: none;
  color: #fff;
}

.btn-order a:visited {
  color: #fff;
}

@media (max-width: 800px) {
  .btn-order {
    margin: 0;
  }
}

@media (max-width: 600px) {
  .btn-order {
    height: 60px;
  }
  .nav_footer li a {
    font-size: 14px;
    padding: 0 13px;
  }
}

.content-right-recommend-container {
  display: block;
  max-width: 207px;
}

.content-right-recommend-top {
  height: 48px;
  background: #4aa224 none repeat scroll 0% 0%;
  font-weight: bold;
  color: #fff;
  text-transform: uppercase;
  line-height: 48px;
  position: relative;
  text-align: center;
}

.content-right-recommend a {
  text-decoration: none;
  color: #444;
}

.content-right-recommend-middle {
  width: 100%;
  display: block;
  margin: auto;
  border-left: 1px solid #ddd;
  border-right: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  padding: 1% 1% 7%;
  text-align: center;
  background: #fff none repeat scroll 0% 0%;
  text-decoration: none;
}

.content-right-recommend-middle img {
  display: block;
  margin: 7% auto;
}

.content-right-recommend-middle p {
  font-size: 14px;
  text-align: center;
}

.content-right-recommend-middle-button {
  height: 36px;
  color: #fff;
  font-weight: bold;
  text-transform: uppercase;
  background: #c01f37 none repeat scroll 0% 0%;
  border: medium none;
  border-radius: 8px;
  width: 76%;
  padding: 1% 2%;
  font-size: 13px;
  margin: 3% 0;
  opacity: 1;
}

.content-right-recommend-middle-button a {
  color: #fff;
}

.form-bg-sec {
  border: 3px dashed #169ed1;
  border-radius: 20px;
  background: #e5f2ff;
  width: 100%;
}

.form-bg-sec form input,
.form-bg-sec form select,
.form-bg-sec form button {
  display: block;
  margin: 15px auto;
  text-align: left;
  width: 300px;
  font-size: 16px;
  padding: 10px 5px;
  border: 2px solid #169ed1;
  border-radius: 20px;
  outline: none;
  background: #f4f9fd;
}

.form-bg-sec form input:focus {
  background: #fff;
}

.form-bg-sec form button.button {
  text-align: center;
  border-radius: 20px;
  color: #f4faff;
  background: #028dc1;
  font-size: 20px;
  border: 3px solid #b5cdde;
  cursor: pointer;
}

.form-bg-sec form button:hover {
  padding: 10px 5px;
  color: #fff;
  background: #169ed1;
  box-shadow: 0 3px 4px 2px #a6c0cc;
}

.form-bg-sec form button:active {
  box-shadow: none;
  background: #3295c5;
  border: 3px solid #266ed4;
  box-shadow: 0 4px 4px 0 #2062ec;
}

@media only screen and (max-width: 425px) {
  .form-bg-sec form input,
  .form-bg-sec form select,
  .form-bg-sec form button {
    width: 270px;
  }
}

.form-sm form input,
.form-sm form select,
.form-sm form button {
  display: block;
  margin: 15px auto;
  text-align: left;
  width: 100%;
  font-size: 16px;
  padding: 10px 5px;
  border: 2px solid #169ed1;
  border-radius: 20px;
  outline: none;
  background: #f4f9fd;
}

.form-sm form input:focus {
  background: #fff;
}

.form-sm form button.button {
  text-align: center;
  border-radius: 20px;
  color: #f4faff;
  background: #028dc1;
  font-size: 20px;
  border: 3px solid #b5cdde;
  cursor: pointer;
}

.form-sm form button:hover {
  padding: 10px 5px;
  color: #fff;
  background: #169ed1;
  box-shadow: 0 3px 4px 2px #a6c0cc;
}

.form-sm form button:active {
  box-shadow: none;
  background: #3295c5;
  border: 3px solid #266ed4;
  box-shadow: 0 4px 4px 0 #2062ec;
}

.countdown-block {
  text-align: center;
  background: #fffdb5;
  color: #fff;
  padding: 10px 0;
  margin-left: -10px;
  margin-right: -10px;
}

.countdown-block > h3 {
  font-weight: 800;
  font-size: 36px;
  padding-top: 5px;
  margin: 0;
}

.countdown-container {
  max-width: 320px;
  text-align: center;
  margin: 0 auto;
  padding-bottom: 10px;
}

.countdown-container h3 {
  color: #000;
  margin: 0 auto;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 18px;
}

.countdown {
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: 300;
  font-size: 39px;
  line-height: 1;
}

.countdown-item {
  color: red;
  width: 5rem;
  font-weight: 800;
}

.countdown-divider {
  color: #000;
  width: 1rem;
}

.countdown-text {
  margin: 0 auto;
  margin-bottom: -8px;
  width: 90%;
  color: #000;
  font-size: 0.8rem;
  font-weight: 700;
  display: flex;
  justify-content: center;
  align-items: center;
  text-transform: uppercase;
}

.countdown-text span {
  width: 4rem;
  margin-right: 2rem;
}

.countdown-text span:last-child {
  margin-right: 0;
}

.best-form {
  font-size: 16px;
  line-height: 1.2;
  padding: 16px;
  color: #fff;
  background-color: #fff46a;
  margin-left: -10px;
  margin-right: -10px;
  border: 1px solid #dcd254;
  max-width: 600px;
  margin: 14px auto;
}

.best-form > .wrap {
  max-width: 350px;
  margin: 0 auto;
}

.product {
  display: flex;
}

.product .left {
  width: 50%;
}

.product .right {
  width: 50%;
  text-align: center;
}

.product .price {
  color: #fd0101;
  font-size: 4.5rem;
  font-weight: 700;
  letter-spacing: -4px;
  line-height: 1;
}

.product .discount-text {
  margin-top: 5px;
  color: #000;
  font-size: 18px;
}

.product .price span {
  font-weight: 300;
  font-size: 50%;
  margin-left: 5px;
  vertical-align: super;
}

.product .price-old {
  margin-top: 2.5rem;
  line-height: 1;
}

.product .price-old {
  display: inline-block;
  font-size: 44px;
  font-weight: 700;
  letter-spacing: -1px;
  color: #000;
  position: relative;
}

.product .price-old:before {
  position: absolute;
  content: '';
  left: 0;
  top: 45%;
  right: 0;
  border-top: 3px solid #ed1b24;
  transform: rotate(-10deg);
}

.name-input,
.phone-input {
  color: #000;
  font-size: 20px;
  margin-bottom: 10px;
  transition: all 0.15s ease-in-out;
}

.name-input input,
.phone-input input {
  border: 0;
  padding: 0;
  font: inherit;
  color: inherit;
  box-sizing: border-box;
  width: 100%;
  padding: 0 10px;
  min-width: 0;
  background: #fff;
  border: 1px solid #6d93a4;
  height: 42px;
}

.button-submit:focus,
#name-input:focus,
#phone-input:focus {
  outline: 0;
  box-shadow: 0 0 0 4px #bdab3c;
}

.button-submit {
  text-align: center;
  display: flex;
  box-sizing: border-box !important;
  width: 100%;
  margin: 0 auto;
  text-decoration: none;
  text-transform: uppercase;
  line-height: 1;
  color: #fff;
  border: 1px solid #12680a;
  padding: 14px 0;
  background-image: linear-gradient(to top, #137c09, #16ac0c);
  transition: all 0.15s ease-in-out;
  cursor: pointer;
  font: 18px/1.4 'Open Sans', sans-serif;
  font-weight: 800;
}

.button-submit-text {
  color: #fff;
  flex: 1 1 auto;
  font: inherit;
  font-weight: 600;
}

.button-submit-arrow {
  width: 0;
  height: 0;
  border-top: 0.6rem solid transparent;
  border-bottom: 0.6rem solid transparent;
  border-left: 1rem solid #fff;
  margin-right: 1rem;
}

.form-title {
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 5px;
  font-weight: 300;
  margin-top: 0;
}

.best-form ::placeholder {
  color: #000;
  opacity: 1;
  font-weight: bold;
}

.best-form .privacy {
  color: #233c49;
  font-size: 12px;
  margin: 10px 0;
  text-align: center;
}

.comments {
  font-size: 12px;
  line-height: 150%;
  border-bottom: 1px solid #cecece;
  margin-bottom: 10px;
}

.comments::after {
  clear: both;
  content: ' ';
  display: table;
}

.comments p {
  font-size: 14px;
  color: #5b5b5b;
  padding-bottom: 10px;
}

.comments .comment-user {
  float: left;
  width: 70%;
}

.comments .user-name {
  color: #3b599d;
  font-weight: bold;
  padding: 0;
}
.comments .user-name a {
  color: inherit;
  text-decoration: none;
}
.comments > a {
  width: 50px;
  padding-right: 10px;
  float: left;
  text-decoration: none;
  color: inherit;
}

.comments .txtbottom {
  color: #757575;
}

.comments .txtbottom a {
  color: #5d76ac;
  text-decoration: none;
}

.comments .visiblefor-icon {
  vertical-align: middle;
}

.form-payment {
  padding: 6px 0;
  color: #000;
  font-size: 13px;
  text-align: center;
  margin-top: 5px;
}

.form-payment svg {
  color: #12680a;
  vertical-align: -4px;
}

.popup {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 50000;
  background: rgba(0, 0, 0, 0.5);
  padding: 10px;
  box-sizing: border-box;
  justify-content: center;
}

.popup .popup-close {
  font-size: 48px;
  position: absolute;
  right: 10px;
  top: 0;
  cursor: pointer;
  color: red;
}

.popup-contain {
  margin: auto;
  width: 90%;
  max-width: 600px;
  background: #fff;
  color: #000;
  border-radius: 6px;
  padding: 10px;
  box-sizing: border-box;
  position: relative;
}

.popup-text {
  padding-top: 7px;
  padding-bottom: 15px;
  font-weight: bold;
}

.popup video {
  width: 100%;
}

.popup-visible {
  overflow: hidden;
}

.popup-visible .popup {
  display: -webkit-flex;
  display: flex;
}

a {
  cursor: pointer;
}
form .input-wrapper label,
.al-country {
  display: none;
}

form .input-wrapper {
  position: relative;
}

form .input-wrapper .error {
  border: 1px solid red;
  padding-top: 6px;
}

form .input-wrapper .error + label {
  width: 100%;
  height: 100%;
  color: red;
  display: block !important;
  font-size: 11px;
  left: 12px;
  line-height: 1;
  position: absolute;
  top: 4px;
  text-align: left;
}

form .input-wrapper .error + label:before,
form .input-wrapper .error + label:after {
  content: '';
  position: absolute;
  right: 35px;
  top: 40%;
  width: 3px;
  height: 21px;
  background-color: red;
}

form .input-wrapper .error + label:before {
  -webkit-transform: translate(0, -50%) rotate(135deg);
  transform: translate(0, -50%) rotate(135deg);
}

form .input-wrapper .error + label:after {
  -webkit-transform: translate(0, -50%) rotate(45deg);
  transform: translate(0, -50%) rotate(45deg);
}
.footer {
  background: #000 !important;
  color: #fff !important;
}
.footer p {
  color: #fff !important;
}

.note {
  text-align: center;
  background: #000;
}
.note p {
  color: rgba(255, 255, 255, 0.5);
  padding: 14px 10px 0;
}

/* formmm */
#terra-wrapper {
  font-family: 'Roboto', Arial, sans-serif;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 0;
  padding: 15px 5px;
  color: #000;
}

#terra-wrapper .order-wrapper {
  max-width: 600px;
  width: 100%;
  margin: 0 auto;
  text-align: center;
}
#terra-wrapper .prod-wrapper {
  width: 100%;
  margin: 0 auto 15px;
  position: relative;
  text-align: center;
}

#terra-wrapper .prod-wrapper img {
  display: inline-block;
  max-width: 400px;
  width: 100%;
  margin: 0 auto;
  margin-top: 0;
}

#terra-wrapper .price {
  display: -webkit-box;
  display: -ms-flexbox;
  display: none;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font: 700 19px/1.3 'Arial', sans-serif;
  text-align: center;
  width: 165px;
  height: 110px;
  position: absolute;
  right: 0;
  bottom: 0;
  top: 270px;
  left: 464px;
  color: #000;
  -webkit-box-shadow: rgba(0, 0, 0, 50%) 0px 3px 16px;
  box-shadow: rgba(0, 0, 0, 50%) 0px 3px 16px;
  -webkit-transform: rotateZ(-7deg);
  transform: rotateZ(-7deg);
  margin: 0 auto;
  padding: 0;
  background: -webkit-gradient(linear, left top, right top, from(rgb(238, 165, 19)), to(rgb(253, 237, 19)));
  background: linear-gradient(to right, rgb(238, 165, 19) 0%, rgb(253, 237, 19) 100%);
  border-width: 2px;
  border-style: solid;
  border-color: rgb(255, 255, 255);
  -o-border-image: initial;
  border-image: initial;
  border-radius: 19%;
}

.offer-wrapper {
	/* margin-top: -80px; */
}

#terra-wrapper .discount {
  display: inline-block;
  width: 100%;
  height: auto;
  border: none;
  border-radius: 0;
  font-size: 18px;
  line-height: 1.3;
  text-transform: none;
  margin: 0;
  padding: 0 10px;
  text-align: center;
}

#terra-wrapper .al-cost-promo {
  text-decoration: line-through;
}

#terra-wrapper .al-cost {
  font-size: 24px;
  color: red;
  border-bottom: 2px solid #d31812;
  margin: 0 auto;
  padding: 0;
}

#terra-wrapper .offer-wrapper div {
  font-size: 20px;
  line-height: 1.2;
  font-weight: 700;
  font-style: normal;
  text-transform: none;
  letter-spacing: normal;
  color: inherit;
  margin: 0 0 3px;
  padding: 0 10px;
  background: transparent;
}

#terra-wrapper .offer-wrapper .timer {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: row;
  font-size: 22px;
  line-height: 1.2;
  font-weight: 700;
  color: #000;
  margin: 5px 0 0;
}

#terra-wrapper .timer span {
  margin: 0 5px;
  color: red;
}
#terra-wrapper .offer-wrapper div:last-child {
  margin-bottom: 15px;
}
#terra-wrapper .al-form {
  display: inline-block;
  max-width: 480px;
  width: 100%;
  margin: 0 auto;
  text-align: center;
}

#terra-wrapper .al-form .label {
  background: transparent;
  color: #000;
  text-align: center;
  font-size: 18px;
  line-height: 1.2;
  width: auto;
  height: auto;
  border-radius: 0;
  cursor: text;
  border: none;
  margin: 0;
  padding: 0;
}
#terra-wrapper .al-form .label:hover {
  color: inherit;
  background: inherit;
}
#terra-wrapper .al-form .input-wrapper {
  width: 100%;
  position: relative;
  margin: 0 auto 20px;
}
#terra-wrapper .al-form input,
#terra-wrapper .al-form select {
  display: block;
  font-size: 18px;
  width: 100%;
  height: 45px;
  border: 2px solid grey;
  border-radius: 5px;
  margin: 0;
  padding: 0 10px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
#terra-wrapper .al-form input::-webkit-input-placeholder {
  color: grey;
}
#terra-wrapper .al-form input:-ms-input-placeholder {
  color: grey;
}
#terra-wrapper .al-form input::-ms-input-placeholder {
  color: grey;
}

#terra-wrapper .al-form .input-wrapper label {
  display: none;
  pointer-events: none;
}
#terra-wrapper .order-wrapper .terra-btn,
.terra-btn {
  display: inline-block;
  margin: 10px auto 30px;
  padding: 15px;
  font-size: 18px;
  line-height: 1.2;
  text-align: center;
  text-decoration: none;
  color: #fff !important;
  background-color: #de0606;
  border-radius: 4px;
  border: none;
  cursor: pointer;
}

#terra-wrapper .order-wrapper .terra-btn:hover,
.terra-btn:hover {
  opacity: 0.8;
}

#terra-wrapper .time-remains {
  margin-top: 15px;
}

#terra-wrapper .time-remains p {
  font-size: 22px;
  line-height: 1.2;
  font-weight: 700;
  text-align: center !important;
  text-transform: inherit;
  padding: 0;
  margin: 0;
  color: inherit;
  border: none;
}

#terra-wrapper .time-remains span {
  color: red;
}

@media (max-width: 366px) {
  .header__air {
    display: none;
  }
}

.cookie-popup {
	position: fixed;
	left: 0;
	bottom: 0;
	background-color: rgba(30, 30, 30, 0.7);
	color: #ffffff;
	padding: 4px 10px;
	z-index: 1000;
	width: 100%;
	font-family: Arial;
	text-align: center;
	box-sizing: border-box !important;
	padding-right: 30px !important;
}

.cookie-popup * {
	box-sizing: inherit !important;
}

.cookie-popup-inner {
	display: inline-block;
	vertical-align: middle;
	padding-right: 20px;
	font-size: 12px;
	font-style: normal;
	font-weight: 400;
	text-transform: none;
	line-height: 12px;
	color: #ffffff;
	text-align: center;
}

.cookie-popup-inner a {
	color: #fff;
	text-decoration: underline;
	padding-left: 5px;
	text-align: center;
	cursor: pointer;
}

.dismiss-popup {
	display: inline-block;
	vertical-align: middle;
	width: 72px;
	border: 1px solid #ffffff;
	padding: 0;
	border-radius: 3px;
	line-height: 20px;
	text-align: center;
	cursor: pointer;
	color: #fff;
	font-size: 12px;
	transition: 0.3s all
}

.dismiss-popup:hover {
	background: rgba(30, 30, 30, 0.5);
}

.close-cookie-popup {
	position: absolute;
	right: 2px;
	top: 0;
	font-size: 22px;
	line-height: 30px;
	display: inline-block;
	text-align: center;
	color: #ffffff;
	cursor: pointer;
	width: 30px;
}

@media screen and (max-width: 660px) {
	.cookie-popup {
		text-align: left;
		padding-left: 15px;
	}

	.cookie-popup-inner {
		text-align: left;
		width: calc(100% - 100px);
	}
}

@media screen and (max-width: 540px) {
	.cookie-popup-inner {
		font-size: 12px;
	}
}

.order-modal,
.users-online {
	cursor: pointer;
	position: fixed;
	right: 20px;
	top: 120px;
	width: 320px;
	background-color: rgba(0, 0, 0, .9);
	color: #fff;
	transition: all 1s;
	font-size: 19px;
	line-height: 22px;
	border-radius: 10px;
	z-index: 9999;
	opacity: 0;
	visibility: hidden
}

.order-modal>div,
.users-online>div {
	margin: 10px
}

.order-modal>div>span,
.users-online>div>span {
	display: inline-block;
	vertical-align: middle;
	width: calc(100% - 75px);
	margin-left: 10px
}

.show-order,
.show-order-last {
	opacity: 1;
	visibility: visible;
	transition: all 1s
}

.blink {
	color: red !important;
	animation-name: blinker;
	animation-duration: 1s;
	animation-timing-function: linear;
	animation-iteration-count: infinite;
	-webkit-animation-name: blinker;
	-webkit-animation-duration: 1s;
	-webkit-animation-timing-function: linear;
	-webkit-animation-iteration-count: infinite;
	-moz-animation-name: blinker;
	-moz-animation-duration: 1s;
	-moz-animation-timing-function: linear;
	-moz-animation-iteration-count: infinite;
	text-decoration: line-through
}

.blink_me {
	font-size: 24px;
	color: red;
	font-weight: 700
}

.show-order-last:before,
.show-order:before {
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg)
}

.show-order-last:after,
.show-order-last:before,
.show-order:after,
.show-order:before {
	content: "";
	position: absolute;
	right: 0;
	top: -15px;
	width: 15px;
	height: 5px;
	background: red;
	transition: all 1s
}

.show-order-last:after,
.show-order:after {
	-webkit-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	transform: rotate(-45deg)
}

.everad-sprite {
	background: url(data:image/png;base64,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) no-repeat;
	display: inline-block;
	vertical-align: middle;
	width: 50px;
	height: 50px;
	margin-right: 5px
}

.everad-sprite-bucket {
	background-position: -5px -5px
}

.everad-sprite-callback {
	background-position: -65px -5px
}

.everad-sprite-online_user {
	background-position: -5px -65px
}

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

	.cookie-popup-on .order-modal,
	.cookie-popup-on .users-online {
		top: auto;
		right: 10px;
		bottom: 35px;
		width: 300px
	}
}

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

	.cookie-popup-on .order-modal,
	.cookie-popup-on .users-online {
		bottom: 45px
	}
}

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

	.cookie-popup-on .order-modal,
	.cookie-popup-on .users-online {
		bottom: 60px
	}
}

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

	.order-modal,
	.users-online {
		top: auto;
		right: 10px;
		bottom: 10px;
		width: 300px
	}
}

@-moz-keyframes blinker {
	0% {
		opacity: 1
	}

	50% {
		opacity: 0
	}

	to {
		opacity: 1
	}
}

@-webkit-keyframes blinker {
	0% {
		opacity: 1
	}

	50% {
		opacity: 0
	}

	to {
		opacity: 1
	}
}

@keyframes blinker {
	0% {
		opacity: 1
	}

	50% {
		opacity: 0
	}

	to {
		opacity: 1
	}
}
